Trace number 217921

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 12.948 13.0895

DiagnosticValue
CHECKS962133
NODES55692

General information on the benchmark

Nameramsey/ramsey4/
ramsey-34-4.xml
MD5SUM3dd3772dc78cb755f7c11e57b1134fd2
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.93749
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables561
Number of constraints5984
Maximum constraint arity3
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5984
Global constraints used (with number of constraints)

Solver Data (download as text)

0.33	   
0.33	Abscon 109 (November, 2006)
0.33	   
0.33	   configuration
0.33	     name=esac.xml
0.36	   
0.36	   instance
0.36	     name=/tmp/evaluation/217921-1168249936/unknown.xml
0.39	   
0.39	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.50	     nbVariables=561  nbDomainTypes=1  minDomainSize=4  maxDomainSize=4
0.50	       =>  wckTime=0.172  cpuTime=0.14  mem=8M25
0.50	   
0.50	   predicates being loaded...
0.51	   
0.51	   constraints being loaded...
1.50	     nbConstraints=5984  nbConflictsStructures=1  nbSharedConflictsStructures=5983  nbSharedBinaryRepresentations=0
1.50	     nbEvaluationManagers=1  nbSharedEvaluationManagers=5983  maxDegree=32  maxArity=3
1.50	       =>  wckTime=1.17  cpuTime=0.99  mem=14M431
1.58	   
1.58	   solver IterativeSystematicSolver being built... 
1.88	       =>  wckTime=1.55  cpuTime=1.23  mem=51M654
2.22	   
2.22	   preprocessing
2.22	     nbConstraintChecks=11452  nbValidityChecks=21  nbPropagations=2455  nbRevisions=4038  nbUselessRevisions=2695
2.22	     nbSingletonTests=578  nbEffectiveSingletonTests=0  nbESACBranches=13  nbRemovedValues=0  detectedInconsistency=no
2.22	       =>  wckTime=0.339  cpuTime=0.29  mem=51M654
2.48	   
2.48	   search
2.48	     run=0  nbConstraintChecks=15675  nbValidityChecks=6592  nbPropagations=3684  nbRevisions=9570
2.48	     nbUselessRevisions=6943  nbAssignments=355  nbFailedAssignments=12  nbBacktracks=10  nbVisitedNodes=378
2.48	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
2.48	       =>  wckTime=0.593  cpuTime=0.52  mem=52M682
2.81	   
2.81	   search
2.81	     run=1  nbConstraintChecks=40983  nbValidityChecks=47485  nbPropagations=11194  nbRevisions=35496
2.81	     nbUselessRevisions=27423  nbAssignments=1893  nbFailedAssignments=32  nbBacktracks=28  nbVisitedNodes=856
2.81	     nbRestartNogoods=12  mapSize=18  nbInferences=0  nbTooLargeKeys=0
2.81	       =>  wckTime=0.927  cpuTime=0.83  mem=52M682
3.53	   
3.53	   search
3.53	     run=2  nbConstraintChecks=78551  nbValidityChecks=257559  nbPropagations=35177  nbRevisions=131046
3.53	     nbUselessRevisions=106612  nbAssignments=8229  nbFailedAssignments=43  nbBacktracks=50  nbVisitedNodes=1183
3.53	     nbRestartNogoods=30  mapSize=30  nbInferences=0  nbTooLargeKeys=0
3.53	       =>  wckTime=1.648  cpuTime=1.54  mem=52M682
3.96	   
3.96	   search
3.96	     run=3  nbConstraintChecks=104704  nbValidityChecks=319244  nbPropagations=63973  nbRevisions=247475
3.96	     nbUselessRevisions=203284  nbAssignments=10287  nbFailedAssignments=64  nbBacktracks=85  nbVisitedNodes=1657
3.96	     nbRestartNogoods=37  mapSize=53  nbInferences=0  nbTooLargeKeys=0
3.96	       =>  wckTime=2.075  cpuTime=1.95  mem=53M168
4.57	   
4.57	   search
4.57	     run=4  nbConstraintChecks=142062  nbValidityChecks=424809  nbPropagations=100342  nbRevisions=398541
4.57	     nbUselessRevisions=328817  nbAssignments=13133  nbFailedAssignments=100  nbBacktracks=136  nbVisitedNodes=2223
4.57	     nbRestartNogoods=50  mapSize=86  nbInferences=0  nbTooLargeKeys=0
4.57	       =>  wckTime=2.681  cpuTime=2.51  mem=10M911
5.42	   
5.42	   search
5.42	     run=5  nbConstraintChecks=198587  nbValidityChecks=696899  nbPropagations=155886  nbRevisions=639836
5.42	     nbUselessRevisions=530705  nbAssignments=20329  nbFailedAssignments=132  nbBacktracks=211  nbVisitedNodes=2813
5.42	     nbRestartNogoods=70  mapSize=136  nbInferences=0  nbTooLargeKeys=0
5.42	       =>  wckTime=3.537  cpuTime=3.36  mem=10M911
6.05	   
6.05	   search
6.05	     run=6  nbConstraintChecks=252486  nbValidityChecks=808254  nbPropagations=217970  nbRevisions=919898
6.05	     nbUselessRevisions=764913  nbAssignments=22691  nbFailedAssignments=186  nbBacktracks=324  nbVisitedNodes=3487
6.05	     nbRestartNogoods=83  mapSize=217  nbInferences=0  nbTooLargeKeys=0
6.05	       =>  wckTime=4.165  cpuTime=4.0  mem=11M912
6.74	   
6.74	   search
6.74	     run=7  nbConstraintChecks=311095  nbValidityChecks=963775  nbPropagations=289944  nbRevisions=1252232
6.74	     nbUselessRevisions=1042852  nbAssignments=26371  nbFailedAssignments=260  nbBacktracks=500  nbVisitedNodes=4283
6.74	     nbRestartNogoods=96  mapSize=324  nbInferences=0  nbTooLargeKeys=0
6.74	       =>  wckTime=4.858  cpuTime=4.69  mem=11M912
7.84	   
7.84	   search
7.84	     run=8  nbConstraintChecks=399199  nbValidityChecks=1151263  nbPropagations=372945  nbRevisions=1649449
7.84	     nbUselessRevisions=1374576  nbAssignments=30366  nbFailedAssignments=379  nbBacktracks=760  nbVisitedNodes=5312
7.84	     nbRestartNogoods=119  mapSize=497  nbInferences=0  nbTooLargeKeys=0
7.84	       =>  wckTime=5.954  cpuTime=5.78  mem=12M914
9.55	   
9.55	   search
9.55	     run=9  nbConstraintChecks=509205  nbValidityChecks=1461270  nbPropagations=475635  nbRevisions=2149945
9.55	     nbUselessRevisions=1792442  nbAssignments=37776  nbFailedAssignments=533  nbBacktracks=1149  nbVisitedNodes=6586
9.55	     nbRestartNogoods=149  mapSize=734  nbInferences=0  nbTooLargeKeys=0
9.55	       =>  wckTime=7.664  cpuTime=7.47  mem=13M916
11.70	   
11.70	   INFO : Stopping hyperNogood (mapSize=1016, nbTooLargekeys=0, mem=14M917)
11.77	   
11.77	   search
11.77	     run=10  nbConstraintChecks=683114  nbValidityChecks=1913792  nbPropagations=603796  nbRevisions=2807764
11.77	     nbUselessRevisions=2341740  nbAssignments=46127  nbFailedAssignments=738  nbBacktracks=1745  nbVisitedNodes=8220
11.77	     nbRestartNogoods=183
11.77	       =>  wckTime=9.887  cpuTime=9.67  mem=14M917
12.39	   
12.39	   search
12.39	     run=11  nbConstraintChecks=860805  nbValidityChecks=2221935  nbPropagations=746762  nbRevisions=3574334
12.39	     nbUselessRevisions=2978266  nbAssignments=49974  nbFailedAssignments=1083  nbBacktracks=2614  nbVisitedNodes=10500
12.39	     nbRestartNogoods=197
12.39	       =>  wckTime=10.505  cpuTime=10.28  mem=14M917
13.05	   
13.05	   search
13.05	     run=12  nbConstraintChecks=950681  nbValidityChecks=2469984  nbPropagations=905279  nbRevisions=4425834
13.05	     nbUselessRevisions=3686252  nbAssignments=55692  nbFailedAssignments=1168  nbBacktracks=3010  nbVisitedNodes=11715
13.05	     nbRestartNogoods=241
13.05	       =>  wckTime=11.163  cpuTime=10.93  mem=14M917
13.05	   
13.05	   global
13.05	     nbConstraintChecks=962133  nbValidityChecks=2470005  nbPropagations=907734  nbRevisions=4429872
13.05	     nbUselessRevisions=3688947  nbRestartNogoods=241  solvingWckTime=11.164  solvingCpuTime=10.93  expiredTime=no
13.05	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=12.21
13.05	       =>  wckTime=12.718  cpuTime=12.17  mem=14M917
13.05	   
13.05	s SATISFIABLE
13.05	v 2 3 1 3 1 1 1 2 2 0 2 3 1 1 3 0 2 3 3 3 2 0 1 0 3 0 1 2 2 2 0 1 0 3 2 1 2 3 0 3 3 0 0 0 1 1 2 0 1 0 1 2 0 0 1 2 2 2 1 1 0 3 3 0 3 2 1 3 0 3 1 1 1 2 1 1 0 0 3 3 0 2 1 3 2 0 1 0 3 3 0 2 2 0 2 0 0 0 2 2 3 1 2 0 2 2 3 0 3 2 1 1 0 0 0 0 1 3 1 3 1 1 1 2 0 1 1 2 0 3 3 0 1 0 2 0 1 3 2 0 0 2 1 3 3 2 2 1 3 0 2 1 2 1 3 0 2 1 3 2 2 1 0 3 3 0 2 1 2 1 2 1 3 1 0 0 0 1 0 0 2 3 1 0 1 1 0 0 0 3 3 3 2 0 2 0 0 2 0 3 0 1 1 3 1 1 2 1 0 2 2 0 3 1 1 0 2 1 2 1 3 3 3 1 1 3 2 0 1 0 2 2 2 0 2 0 0 0 1 3 2 1 0 0 1 2 0 2 1 0 1 0 2 2 1 3 3 1 0 1 0 3 1 0 3 2 1 2 1 2 3 0 0 1 0 2 3 0 1 3 0 0 2 2 2 3 3 0 2 3 2 1 1 1 2 1 1 0 2 0 3 1 1 2 0 3 2 2 2 0 3 2 2 3 1 1 1 3 3 2 1 0 0 0 1 1 0 0 3 1 0 1 0 3 3 2 1 2 3 3 1 2 0 2 3 2 1 1 0 2 0 0 2 2 0 3 0 0 2 0 2 0 1 1 2 2 1 1 3 3 1 1 0 2 1 2 3 2 1 2 1 2 1 0 3 0 3 3 0 3 3 0 2 1 1 3 2 1 3 1 0 0 1 0 0 2 2 1 0 3 1 0 1 2 1 1 2 2 1 1 3 1 3 3 1 0 3 1 0 2 0 1 0 2 2 3 1 3 0 2 1 2 0 3 3 1 0 1 0 0 3 2 0 1 1 3 2 0 3 0 2 0 0 3 2 0 0 1 1 3 1 2 2 3 0 1 2 0 3 1 0 1 0 2 3 0 1 2 0 0 1 3 1 2 0 1 2 0 3 0 0 3 1 3 1 2 0 3 1 0 3 2 2 2 2 2 0 3 2 3 0 3 1 1 3 3 1 2 3 2 3 0 3 1 0 2 2 2 0 2 3 1 2 1 3 2 0 0 2 1 2 3 0 1 0 1 0 0 0 1 1 
13.05	d NODES 55692
13.05	d CHECKS 962133
13.05	   
13.05	   totalWckTime=12.799  totalCpuTime=12.21

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/node72/watcher-217921-1168249936 -o ROOT/results/node72/solver-217921-1168249936 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/217921-1168249936/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: 1.93 1.98 1.90 3/98 18277
/proc/meminfo: memFree=1497200/2055920 swapFree=4191880/4192956
[pid=18276] ppid=18274 vsize=18540 CPUtime=0
/proc/18276/stat : 18276 (runsolver) R 18274 18276 17259 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 173402804 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 234517753127 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/18276/statm: 4635 279 244 17 0 2626 0

[startup+0.108545 s]
/proc/loadavg: 1.93 1.98 1.90 3/98 18277
/proc/meminfo: memFree=1497200/2055920 swapFree=4191880/4192956
[pid=18276] ppid=18274 vsize=912908 CPUtime=0.07
/proc/18276/stat : 18276 (java) R 18274 18276 17259 0 -1 0 2808 0 1 0 6 1 0 0 20 0 8 0 173402804 934817792 2554 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18276/statm: 228227 2554 1390 14 0 215128 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 912908

[startup+0.516581 s]
/proc/loadavg: 1.93 1.98 1.90 3/98 18277
/proc/meminfo: memFree=1497200/2055920 swapFree=4191880/4192956
[pid=18276] ppid=18274 vsize=915328 CPUtime=0.48
/proc/18276/stat : 18276 (java) S 18274 18276 17259 0 -1 0 6490 0 1 0 44 4 0 0 18 0 8 0 173402804 937295872 6229 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18276/statm: 228832 6229 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.34066 s]
/proc/loadavg: 2.02 2.00 1.91 4/105 18284
/proc/meminfo: memFree=1436792/2055920 swapFree=4191880/4192956
[pid=18276] ppid=18274 vsize=915636 CPUtime=1.29
/proc/18276/stat : 18276 (java) R 18274 18276 17259 0 -1 0 17470 0 1 0 101 28 0 0 22 0 8 0 173402804 937611264 17207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18276/statm: 228909 17207 2178 14 0 215379 0
[pid=18276/tid=18278] ppid=18274 vsize=915636 CPUtime=0.03
/proc/18276/task/18278/stat : 18278 (java) S 18274 18276 17259 0 -1 64 868 0 0 0 3 0 0 0 16 0 8 0 173402809 937611264 17207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18279] ppid=18274 vsize=915636 CPUtime=0
/proc/18276/task/18279/stat : 18279 (java) S 18274 18276 17259 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173402809 937611264 17207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18280] ppid=18274 vsize=915636 CPUtime=0
/proc/18276/task/18280/stat : 18280 (java) S 18274 18276 17259 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173402809 937611264 17207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18281] ppid=18274 vsize=915636 CPUtime=0
/proc/18276/task/18281/stat : 18281 (java) S 18274 18276 17259 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173402814 937611264 17207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18282] ppid=18274 vsize=915636 CPUtime=0.17
/proc/18276/task/18282/stat : 18282 (java) S 18274 18276 17259 0 -1 64 421 0 0 0 17 0 0 0 16 0 8 0 173402814 937611264 17207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18283] ppid=18274 vsize=915636 CPUtime=0
/proc/18276/task/18283/stat : 18283 (java) S 18274 18276 17259 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173402814 937611264 17207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18284] ppid=18274 vsize=915636 CPUtime=0
/proc/18276/task/18284/stat : 18284 (java) S 18274 18276 17259 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173402814 937611264 17207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915636

[startup+2.98681 s]
/proc/loadavg: 2.02 2.00 1.91 3/105 18284
/proc/meminfo: memFree=1431736/2055920 swapFree=4191880/4192956
[pid=18276] ppid=18274 vsize=915720 CPUtime=2.93
/proc/18276/stat : 18276 (java) R 18274 18276 17259 0 -1 0 19101 0 1 0 256 37 0 0 25 0 8 0 173402804 937697280 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074042994 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18276/statm: 228930 18836 2547 14 0 215400 0
[pid=18276/tid=18278] ppid=18274 vsize=915720 CPUtime=0.1
/proc/18276/task/18278/stat : 18278 (java) S 18274 18276 17259 0 -1 64 1964 0 0 0 10 0 0 0 17 0 8 0 173402809 937697280 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18279] ppid=18274 vsize=915720 CPUtime=0
/proc/18276/task/18279/stat : 18279 (java) S 18274 18276 17259 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173402809 937697280 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18280] ppid=18274 vsize=915720 CPUtime=0
/proc/18276/task/18280/stat : 18280 (java) S 18274 18276 17259 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173402809 937697280 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18281] ppid=18274 vsize=915720 CPUtime=0
/proc/18276/task/18281/stat : 18281 (java) S 18274 18276 17259 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173402814 937697280 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18282] ppid=18274 vsize=915720 CPUtime=0.32
/proc/18276/task/18282/stat : 18282 (java) S 18274 18276 17259 0 -1 64 497 0 0 0 31 1 0 0 15 0 8 0 173402814 937697280 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18283] ppid=18274 vsize=915720 CPUtime=0
/proc/18276/task/18283/stat : 18283 (java) S 18274 18276 17259 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173402814 937697280 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18284] ppid=18274 vsize=915720 CPUtime=0
/proc/18276/task/18284/stat : 18284 (java) S 18274 18276 17259 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173402814 937697280 18836 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915720

[startup+6.2661 s]
/proc/loadavg: 2.02 2.00 1.91 2/88 18293
/proc/meminfo: memFree=1528328/2055920 swapFree=4191880/4192956
[pid=18276] ppid=18274 vsize=915720 CPUtime=6.18
/proc/18276/stat : 18276 (java) R 18274 18276 17259 0 -1 0 20213 0 1 0 581 37 0 0 25 0 8 0 173402804 937697280 19946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336175 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/18276/statm: 228930 19946 2547 14 0 215400 0
[pid=18276/tid=18278] ppid=18274 vsize=915720 CPUtime=0.13
/proc/18276/task/18278/stat : 18278 (java) S 18274 18276 17259 0 -1 64 3066 0 0 0 13 0 0 0 16 0 8 0 173402809 937697280 19946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18279] ppid=18274 vsize=915720 CPUtime=0
/proc/18276/task/18279/stat : 18279 (java) S 18274 18276 17259 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173402809 937697280 19946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18280] ppid=18274 vsize=915720 CPUtime=0
/proc/18276/task/18280/stat : 18280 (java) S 18274 18276 17259 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173402809 937697280 19946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18281] ppid=18274 vsize=915720 CPUtime=0
/proc/18276/task/18281/stat : 18281 (java) S 18274 18276 17259 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173402814 937697280 19946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18282] ppid=18274 vsize=915720 CPUtime=0.34
/proc/18276/task/18282/stat : 18282 (java) S 18274 18276 17259 0 -1 64 505 0 0 0 33 1 0 0 15 0 8 0 173402814 937697280 19946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=18276/tid=18283] ppid=18274 vsize=915720 CPUtime=0
/proc/18276/task/18283/stat : 18283 (java) S 18274 18276 17259 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173402814 937697280 19946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18284] ppid=18274 vsize=915720 CPUtime=0
/proc/18276/task/18284/stat : 18284 (java) S 18274 18276 17259 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173402814 937697280 19946 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 915720

[startup+12.7527 s]
/proc/loadavg: 1.94 1.98 1.91 3/95 18348
/proc/meminfo: memFree=1496720/2055920 swapFree=4191880/4192956
[pid=18276] ppid=18274 vsize=915720 CPUtime=12.63
/proc/18276/stat : 18276 (java) R 18274 18276 17259 0 -1 0 20223 0 1 0 1225 38 0 0 25 0 8 0 173402804 937697280 19952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/18276/statm: 228930 19952 2547 14 0 215400 0
[pid=18276/tid=18278] ppid=18274 vsize=915720 CPUtime=0.13
/proc/18276/task/18278/stat : 18278 (java) S 18274 18276 17259 0 -1 64 3066 0 0 0 13 0 0 0 16 0 8 0 173402809 937697280 19952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18279] ppid=18274 vsize=915720 CPUtime=0
/proc/18276/task/18279/stat : 18279 (java) S 18274 18276 17259 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173402809 937697280 19952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18280] ppid=18274 vsize=915720 CPUtime=0
/proc/18276/task/18280/stat : 18280 (java) S 18274 18276 17259 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173402809 937697280 19952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18281] ppid=18274 vsize=915720 CPUtime=0
/proc/18276/task/18281/stat : 18281 (java) S 18274 18276 17259 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 173402814 937697280 19952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18282] ppid=18274 vsize=915720 CPUtime=0.36
/proc/18276/task/18282/stat : 18282 (java) S 18274 18276 17259 0 -1 64 511 0 0 0 34 2 0 0 15 0 8 0 173402814 937697280 19952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18283] ppid=18274 vsize=915720 CPUtime=0
/proc/18276/task/18283/stat : 18283 (java) S 18274 18276 17259 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 173402814 937697280 19952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=18276/tid=18284] ppid=18274 vsize=915720 CPUtime=0
/proc/18276/task/18284/stat : 18284 (java) S 18274 18276 17259 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173402814 937697280 19952 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915720

Child status: 0
Real time (s): 13.0895
CPU time (s): 12.948
CPU user time (s): 12.5521
CPU system time (s): 0.395939
CPU usage (%): 98.9191
Max. virtual memory (cumulated for all children) (KiB): 915820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.5521
system time used= 0.395939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20231
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= 1638
involuntary context switches= 2077

runsolver used 0.024996 s user time and 0.041993 s system time

The end

Launcher Data (download as text)

Begin job on node72 on Mon Jan  8 09:52:17 UTC 2007


IDJOB= 217921
IDBENCH= 5181
FILE ID= node72/217921-1168249936

PBS_JOBID= 3481856

Free space on /tmp= 66556 MiB

BENCH NAME= HOME/pub/bench/CPAI06/ramsey/ramsey4/ramsey-34-4.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/217921-1168249936/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-217921-1168249936 -o ROOT/results/node72/solver-217921-1168249936 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/217921-1168249936/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  3dd3772dc78cb755f7c11e57b1134fd2

RANDOM SEED= 609178964

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.223
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.223
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:       1497616 kB
Buffers:         50244 kB
Cached:         292956 kB
SwapCached:        268 kB
Active:         229540 kB
Inactive:       262416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1497616 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:            5804 kB
Writeback:           0 kB
Mapped:         176700 kB
Slab:            50808 kB
Committed_AS:  4089048 kB
PageTables:       2516 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= 66554 MiB



End job on node72 on Mon Jan  8 09:52:33 UTC 2007