Trace number 195411

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESACSAT 10.2504 10.3132

DiagnosticValue
CHECKS60547397
NODES42902

General information on the benchmark

Namefrb/frb40-19/
frb40-19-4-mgd_ext.xml
MD5SUMfc994d6707406f653ffa075a37201005
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.48932
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints326
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension326
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/195411-1168112882/unknown.xml
0.37	   
0.37	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.41	     nbVariables=40  nbDomainTypes=1  minDomainSize=19  maxDomainSize=19
0.41	       =>  wckTime=0.1  cpuTime=0.08  mem=6M951
0.41	   
0.41	   relations being loaded...
0.51	   
0.51	   constraints being loaded...
0.63	     nbConstraints=326  nbRelationTypes=326  nbExtensionStructures=326  nbSharedExtensionStructures=0
0.63	     nbConflictsStructures=326  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=2234  maxDegree=24
0.63	     maxArity=2
0.63	       =>  wckTime=0.318  cpuTime=0.23  mem=12M811
0.67	   
0.67	   solver IterativeSystematicSolver being built... 
0.83	       =>  wckTime=0.521  cpuTime=0.36  mem=15M6
0.89	   
0.89	   preprocessing
0.89	     nbConstraintChecks=61500  nbPropagations=877  nbRevisions=6828  nbUselessRevisions=5689  nbSingletonTests=47
0.89	     nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=0  detectedInconsistency=no
0.89	       =>  wckTime=0.05  cpuTime=0.03  mem=15M6
0.91	   
0.91	   search
0.91	     run=0  nbConstraintChecks=29044  nbPropagations=1296  nbRevisions=11455  nbUselessRevisions=9390  nbAssignments=21
0.91	     nbFailedAssignments=5  nbBacktracks=10  nbVisitedNodes=35  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.072  cpuTime=0.05  mem=15M6
0.93	   
0.93	   search
0.93	     run=1  nbConstraintChecks=79257  nbPropagations=3246  nbRevisions=30888  nbUselessRevisions=25082  nbAssignments=57
0.93	     nbFailedAssignments=19  nbBacktracks=27  nbVisitedNodes=94  nbRestartNogoods=2  mapSize=24  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.094  cpuTime=0.06  mem=15M6
0.94	   
0.94	   search
0.94	     run=2  nbConstraintChecks=138596  nbPropagations=6001  nbRevisions=60114  nbUselessRevisions=48522
0.95	     nbAssignments=96  nbFailedAssignments=32  nbBacktracks=49  nbVisitedNodes=158  nbRestartNogoods=3  mapSize=42
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.111  cpuTime=0.08  mem=15M6
0.96	   
0.96	   search
0.96	     run=3  nbConstraintChecks=220256  nbPropagations=9893  nbRevisions=103827  nbUselessRevisions=83673
0.96	     nbAssignments=166  nbFailedAssignments=59  nbBacktracks=85  nbVisitedNodes=271  nbRestartNogoods=4  mapSize=70
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.128  cpuTime=0.09  mem=15M6
0.99	   
0.99	   search
0.99	     run=4  nbConstraintChecks=335339  nbPropagations=15299  nbRevisions=166464  nbUselessRevisions=133772
0.99	     nbAssignments=256  nbFailedAssignments=92  nbBacktracks=135  nbVisitedNodes=417  nbRestartNogoods=6  mapSize=107
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.152  cpuTime=0.11  mem=15M6
1.02	   
1.02	   search
1.02	     run=5  nbConstraintChecks=506062  nbPropagations=22994  nbRevisions=257425  nbUselessRevisions=206578
1.02	     nbAssignments=392  nbFailedAssignments=134  nbBacktracks=210  nbVisitedNodes=619  nbRestartNogoods=14  mapSize=164
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.189  cpuTime=0.15  mem=15M6
1.07	   
1.07	   search
1.07	     run=6  nbConstraintChecks=763917  nbPropagations=34257  nbRevisions=395856  nbUselessRevisions=316996
1.07	     nbAssignments=589  nbFailedAssignments=212  nbBacktracks=323  nbVisitedNodes=958  nbRestartNogoods=19  mapSize=256
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.238  cpuTime=0.19  mem=15M6
1.14	   
1.14	   search
1.14	     run=7  nbConstraintChecks=1130885  nbPropagations=50763  nbRevisions=602065  nbUselessRevisions=481486
1.14	     nbAssignments=872  nbFailedAssignments=318  nbBacktracks=493  nbVisitedNodes=1445  nbRestartNogoods=25  mapSize=396
1.14	     nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.307  cpuTime=0.26  mem=15M6
1.25	   
1.25	   search
1.25	     run=8  nbConstraintChecks=1741805  nbPropagations=75523  nbRevisions=919661  nbUselessRevisions=734964
1.25	     nbAssignments=1316  nbFailedAssignments=498  nbBacktracks=752  nbVisitedNodes=2235  nbRestartNogoods=32
1.25	     mapSize=630  nbInferences=0  nbTooLargeKeys=0
1.25	       =>  wckTime=0.42  cpuTime=0.38  mem=15M6
1.42	   
1.42	   search
1.42	     run=9  nbConstraintChecks=2664419  nbPropagations=112525  nbRevisions=1394492  nbUselessRevisions=1112458
1.42	     nbAssignments=1963  nbFailedAssignments=754  nbBacktracks=1136  nbVisitedNodes=3355  nbRestartNogoods=37
1.42	     mapSize=958  nbInferences=0  nbTooLargeKeys=0
1.42	       =>  wckTime=0.588  cpuTime=0.53  mem=15M6
1.45	   
1.45	   INFO : Stopping hyperNogood (mapSize=1007, nbTooLargekeys=0, mem=15M6)
1.62	   
1.62	   search
1.62	     run=10  nbConstraintChecks=3815964  nbPropagations=165725  nbRevisions=2084348  nbUselessRevisions=1662278
1.62	     nbAssignments=2868  nbFailedAssignments=1077  nbBacktracks=1714  nbVisitedNodes=4898  nbRestartNogoods=47
1.62	       =>  wckTime=0.788  cpuTime=0.72  mem=15M6
1.95	   
1.95	   search
1.95	     run=11  nbConstraintChecks=5938910  nbPropagations=247069  nbRevisions=3142733  nbUselessRevisions=2503030
1.95	     nbAssignments=4329  nbFailedAssignments=1665  nbBacktracks=2580  nbVisitedNodes=7450  nbRestartNogoods=52
1.95	       =>  wckTime=1.114  cpuTime=1.05  mem=15M6
2.42	   
2.42	   search
2.42	     run=12  nbConstraintChecks=9048090  nbPropagations=370266  nbRevisions=4752847  nbUselessRevisions=3780523
2.42	     nbAssignments=6549  nbFailedAssignments=2582  nbBacktracks=3878  nbVisitedNodes=11327  nbRestartNogoods=57
2.42	       =>  wckTime=1.589  cpuTime=1.52  mem=15M6
3.16	   
3.16	   search
3.16	     run=13  nbConstraintChecks=13858024  nbPropagations=558855  nbRevisions=7249297  nbUselessRevisions=5770072
3.16	     nbAssignments=9935  nbFailedAssignments=4016  nbBacktracks=5825  nbVisitedNodes=17380  nbRestartNogoods=67
3.16	       =>  wckTime=2.328  cpuTime=2.26  mem=15M6
4.14	   
4.14	   search
4.14	     run=14  nbConstraintChecks=20277646  nbPropagations=834696  nbRevisions=10868503  nbUselessRevisions=8646040
4.14	     nbAssignments=14653  nbFailedAssignments=5806  nbBacktracks=8748  nbVisitedNodes=25451  nbRestartNogoods=74
4.14	       =>  wckTime=3.308  cpuTime=3.23  mem=15M6
5.70	   
5.70	   search
5.70	     run=15  nbConstraintChecks=30417968  nbPropagations=1248292  nbRevisions=16364734  nbUselessRevisions=13028923
5.70	     nbAssignments=22025  nbFailedAssignments=8791  nbBacktracks=13126  nbVisitedNodes=38359  nbRestartNogoods=82
5.70	       =>  wckTime=4.87  cpuTime=4.8  mem=15M6
8.18	   
8.18	   search
8.18	     run=16  nbConstraintChecks=46870944  nbPropagations=1875100  nbRevisions=24709367  nbUselessRevisions=19671929
8.18	     nbAssignments=33372  nbFailedAssignments=13562  nbBacktracks=19695  nbVisitedNodes=58278  nbRestartNogoods=94
8.18	       =>  wckTime=7.348  cpuTime=7.27  mem=15M6
10.26	   
10.26	   search
10.26	     run=17  nbConstraintChecks=60485897  nbPropagations=2682459  nbRevisions=35455865  nbUselessRevisions=28216011
10.26	     nbAssignments=42902  nbFailedAssignments=17391  nbBacktracks=25356  nbVisitedNodes=74875  nbRestartNogoods=105
10.26	       =>  wckTime=9.427  cpuTime=9.35  mem=15M981
10.26	   
10.26	   global
10.26	     nbConstraintChecks=60547397  nbPropagations=2683336  nbRevisions=35462693  nbUselessRevisions=28221700
10.26	     nbRestartNogoods=105  solvingWckTime=9.428  solvingCpuTime=9.35  expiredTime=no  totalExploration=no
10.26	     nbFoundSolutions=1  globalCpuTime=9.76
10.26	       =>  wckTime=9.952  cpuTime=9.71  mem=15M981
10.27	   
10.27	s SATISFIABLE
10.27	v 16 5 3 17 16 18 8 11 3 16 10 0 8 18 13 16 8 1 9 10 7 16 8 5 7 6 12 2 12 0 8 5 12 9 9 13 12 5 13 6 
10.27	d NODES 42902
10.27	d CHECKS 60547397
10.27	   
10.27	   totalWckTime=10.032  totalCpuTime=9.76

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node38/watcher-195411-1168112882 -o ROOT/results/node38/solver-195411-1168112882 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/195411-1168112882/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.57 0.90 1.23 6/74 26865
/proc/meminfo: memFree=1558288/2055920 swapFree=4192812/4192956
[pid=26863] ppid=26857 vsize=1784 CPUtime=0
/proc/26863/stat : 26863 (java) D 26857 26863 26714 0 -1 0 165 0 0 0 0 0 0 0 18 0 1 0 159688365 1826816 136 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 0 0 0
/proc/26863/statm: 446 136 102 14 0 91 0

[startup+0.107743 s]
/proc/loadavg: 0.57 0.90 1.23 6/74 26865
/proc/meminfo: memFree=1558288/2055920 swapFree=4192812/4192956
[pid=26863] ppid=26857 vsize=914988 CPUtime=0.08
/proc/26863/stat : 26863 (java) R 26857 26863 26714 0 -1 0 3008 0 1 0 7 1 0 0 18 0 8 0 159688365 936947712 2754 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153788138 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26863/statm: 228747 2756 1433 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.519823 s]
/proc/loadavg: 0.57 0.90 1.23 6/74 26865
/proc/meminfo: memFree=1558288/2055920 swapFree=4192812/4192956
[pid=26863] ppid=26857 vsize=915328 CPUtime=0.49
/proc/26863/stat : 26863 (java) R 26857 26863 26714 0 -1 0 6916 0 1 0 45 4 0 0 18 0 8 0 159688365 937295872 6655 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26863/statm: 228832 6655 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.35299 s]
/proc/loadavg: 0.57 0.90 1.23 3/88 26879
/proc/meminfo: memFree=1525280/2055920 swapFree=4192812/4192956
[pid=26863] ppid=26857 vsize=915456 CPUtime=1.32
/proc/26863/stat : 26863 (java) R 26857 26863 26714 0 -1 0 8739 0 1 0 125 7 0 0 25 0 8 0 159688365 937426944 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073861591 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26863/statm: 228864 8477 2524 14 0 215334 0
[pid=26863/tid=26867] ppid=26857 vsize=915456 CPUtime=0.03
/proc/26863/task/26867/stat : 26867 (java) S 26857 26863 26714 0 -1 64 287 0 0 0 3 0 0 0 16 0 8 0 159688369 937426944 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26863/tid=26870] ppid=26857 vsize=915456 CPUtime=0
/proc/26863/task/26870/stat : 26870 (java) S 26857 26863 26714 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159688370 937426944 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26863/tid=26871] ppid=26857 vsize=915456 CPUtime=0
/proc/26863/task/26871/stat : 26871 (java) S 26857 26863 26714 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159688370 937426944 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26863/tid=26872] ppid=26857 vsize=915456 CPUtime=0
/proc/26863/task/26872/stat : 26872 (java) S 26857 26863 26714 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159688373 937426944 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26863/tid=26874] ppid=26857 vsize=915456 CPUtime=0.21
/proc/26863/task/26874/stat : 26874 (java) S 26857 26863 26714 0 -1 64 385 0 0 0 20 1 0 0 16 0 8 0 159688373 937426944 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26863/tid=26876] ppid=26857 vsize=915456 CPUtime=0
/proc/26863/task/26876/stat : 26876 (java) S 26857 26863 26714 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 159688373 937426944 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26863/tid=26878] ppid=26857 vsize=915456 CPUtime=0
/proc/26863/task/26878/stat : 26878 (java) S 26857 26863 26714 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159688373 937426944 8477 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915456

[startup+2.9903 s]
/proc/loadavg: 0.69 0.92 1.23 3/88 26879
/proc/meminfo: memFree=1524640/2055920 swapFree=4192812/4192956
[pid=26863] ppid=26857 vsize=915456 CPUtime=2.95
/proc/26863/stat : 26863 (java) R 26857 26863 26714 0 -1 0 8769 0 1 0 288 7 0 0 25 0 8 0 159688365 937426944 8506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073799033 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26863/statm: 228864 8506 2524 14 0 215334 0
[pid=26863/tid=26867] ppid=26857 vsize=915456 CPUtime=0.03
/proc/26863/task/26867/stat : 26867 (java) S 26857 26863 26714 0 -1 64 287 0 0 0 3 0 0 0 16 0 8 0 159688369 937426944 8506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26863/tid=26870] ppid=26857 vsize=915456 CPUtime=0
/proc/26863/task/26870/stat : 26870 (java) S 26857 26863 26714 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159688370 937426944 8506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26863/tid=26871] ppid=26857 vsize=915456 CPUtime=0
/proc/26863/task/26871/stat : 26871 (java) S 26857 26863 26714 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159688370 937426944 8506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26863/tid=26872] ppid=26857 vsize=915456 CPUtime=0
/proc/26863/task/26872/stat : 26872 (java) S 26857 26863 26714 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159688373 937426944 8506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26863/tid=26874] ppid=26857 vsize=915456 CPUtime=0.22
/proc/26863/task/26874/stat : 26874 (java) S 26857 26863 26714 0 -1 64 394 0 0 0 21 1 0 0 15 0 8 0 159688373 937426944 8506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26863/tid=26876] ppid=26857 vsize=915456 CPUtime=0
/proc/26863/task/26876/stat : 26876 (java) S 26857 26863 26714 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 159688373 937426944 8506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26863/tid=26878] ppid=26857 vsize=915456 CPUtime=0
/proc/26863/task/26878/stat : 26878 (java) S 26857 26863 26714 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159688373 937426944 8506 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915456

[startup+6.28594 s]
/proc/loadavg: 0.69 0.92 1.23 3/88 26879
/proc/meminfo: memFree=1524448/2055920 swapFree=4192812/4192956
[pid=26863] ppid=26857 vsize=915456 CPUtime=6.25
/proc/26863/stat : 26863 (java) R 26857 26863 26714 0 -1 0 8777 0 1 0 618 7 0 0 25 0 8 0 159688365 937426944 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073798974 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/26863/statm: 228864 8514 2524 14 0 215334 0
[pid=26863/tid=26867] ppid=26857 vsize=915456 CPUtime=0.03
/proc/26863/task/26867/stat : 26867 (java) S 26857 26863 26714 0 -1 64 287 0 0 0 3 0 0 0 16 0 8 0 159688369 937426944 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=26863/tid=26870] ppid=26857 vsize=915456 CPUtime=0
/proc/26863/task/26870/stat : 26870 (java) S 26857 26863 26714 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 159688370 937426944 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26863/tid=26871] ppid=26857 vsize=915456 CPUtime=0
/proc/26863/task/26871/stat : 26871 (java) S 26857 26863 26714 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 159688370 937426944 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26863/tid=26872] ppid=26857 vsize=915456 CPUtime=0
/proc/26863/task/26872/stat : 26872 (java) S 26857 26863 26714 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 159688373 937426944 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26863/tid=26874] ppid=26857 vsize=915456 CPUtime=0.23
/proc/26863/task/26874/stat : 26874 (java) S 26857 26863 26714 0 -1 64 395 0 0 0 22 1 0 0 16 0 8 0 159688373 937426944 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=26863/tid=26876] ppid=26857 vsize=915456 CPUtime=0
/proc/26863/task/26876/stat : 26876 (java) S 26857 26863 26714 0 -1 64 1 0 0 0 0 0 0 0 20 0 8 0 159688373 937426944 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26863/tid=26878] ppid=26857 vsize=915456 CPUtime=0
/proc/26863/task/26878/stat : 26878 (java) S 26857 26863 26714 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 159688373 937426944 8514 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 915456

Child status: 0
Real time (s): 10.3132
CPU time (s): 10.2504
CPU user time (s): 10.1675
CPU system time (s): 0.082987
CPU usage (%): 99.3912
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1675
system time used= 0.082987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8872
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1375
involuntary context switches= 1395

runsolver used 0.007998 s user time and 0.042993 s system time

The end

Launcher Data (download as text)

Begin job on node38 on Sat Jan  6 19:48:05 UTC 2007


IDJOB= 195411
IDBENCH= 3267
FILE ID= node38/195411-1168112882

PBS_JOBID= 3477384

Free space on /tmp= 66515 MiB

BENCH NAME= HOME/pub/bench/CPAI06/frb/frb40-19/frb40-19-4-mgd_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/195411-1168112882/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node38/watcher-195411-1168112882 -o ROOT/results/node38/solver-195411-1168112882 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/195411-1168112882/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  fc994d6707406f653ffa075a37201005

RANDOM SEED= 551996009

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.267
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1559480 kB
Buffers:         39376 kB
Cached:         365904 kB
SwapCached:          0 kB
Active:         105168 kB
Inactive:       320272 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1559480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2544 kB
Writeback:           0 kB
Mapped:          30380 kB
Slab:            56496 kB
Committed_AS:  3239772 kB
PageTables:       1752 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66515 MiB



End job on node38 on Sat Jan  6 19:48:20 UTC 2007