Trace number 230344

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 45.6331 45.7037

DiagnosticValue
CHECKS345684257
NODES160678

General information on the benchmark

Namegeom/
geo50-20-d4-75-90_ext.xml
MD5SUMa0c19c6adc148fb2642457c5af8f0547
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 benchmark0.438932
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables50
Number of constraints474
Maximum constraint arity2
Maximum domain size20
Number of constraints which are defined in extension474
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/230344-1168316549/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.36	   variables being loaded...
0.39	     nbVariables=50  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.39	       =>  wckTime=0.098  cpuTime=0.07  mem=6M951
0.39	   
0.39	   relations being loaded...
0.52	   
0.52	   constraints being loaded...
0.65	     nbConstraints=474  nbRelationTypes=474  nbExtensionStructures=474  nbSharedExtensionStructures=0
0.65	     nbConflictsStructures=474  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=4693  maxDegree=33
0.65	     maxArity=2
0.65	       =>  wckTime=0.352  cpuTime=0.25  mem=15M761
0.69	   
0.69	   solver IterativeSystematicSolver being built... 
0.84	       =>  wckTime=0.549  cpuTime=0.38  mem=15M452
0.90	   
0.90	   preprocessing
0.90	     nbConstraintChecks=82140  nbPropagations=1053  nbRevisions=8333  nbUselessRevisions=6845  nbSingletonTests=61
0.90	     nbEffectiveSingletonTests=0  nbESACBranches=7  nbRemovedValues=0  detectedInconsistency=no
0.90	       =>  wckTime=0.054  cpuTime=0.03  mem=15M452
0.93	   
0.93	   search
0.93	     run=0  nbConstraintChecks=62811  nbPropagations=1688  nbRevisions=17271  nbUselessRevisions=14026  nbAssignments=28
0.93	     nbFailedAssignments=11  nbBacktracks=12  nbVisitedNodes=49  nbRestartNogoods=0  mapSize=12  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.085  cpuTime=0.05  mem=15M452
0.95	   
0.95	   search
0.95	     run=1  nbConstraintChecks=124951  nbPropagations=4032  nbRevisions=44372  nbUselessRevisions=36226
0.95	     nbAssignments=60  nbFailedAssignments=23  nbBacktracks=28  nbVisitedNodes=104  nbRestartNogoods=2  mapSize=27
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.105  cpuTime=0.07  mem=15M452
0.97	   
0.97	   search
0.97	     run=2  nbConstraintChecks=234099  nbPropagations=7405  nbRevisions=87539  nbUselessRevisions=71394
0.97	     nbAssignments=110  nbFailedAssignments=46  nbBacktracks=50  nbVisitedNodes=192  nbRestartNogoods=3  mapSize=48
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.124  cpuTime=0.08  mem=15M452
0.99	   
0.99	   search
0.99	     run=3  nbConstraintChecks=363514  nbPropagations=12041  nbRevisions=150585  nbUselessRevisions=122885
0.99	     nbAssignments=179  nbFailedAssignments=77  nbBacktracks=83  nbVisitedNodes=311  nbRestartNogoods=8  mapSize=79
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.146  cpuTime=0.11  mem=15M452
1.03	   
1.03	   search
1.03	     run=4  nbConstraintChecks=563345  nbPropagations=18600  nbRevisions=244921  nbUselessRevisions=200019
1.03	     nbAssignments=275  nbFailedAssignments=116  nbBacktracks=135  nbVisitedNodes=481  nbRestartNogoods=10  mapSize=125
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.182  cpuTime=0.14  mem=15M452
1.08	   
1.08	   search
1.08	     run=5  nbConstraintChecks=852482  nbPropagations=28119  nbRevisions=386894  nbUselessRevisions=316228
1.08	     nbAssignments=416  nbFailedAssignments=176  nbBacktracks=210  nbVisitedNodes=731  nbRestartNogoods=17  mapSize=192
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.232  cpuTime=0.19  mem=15M452
1.15	   
1.15	   search
1.15	     run=6  nbConstraintChecks=1234286  nbPropagations=41531  nbRevisions=588158  nbUselessRevisions=480989
1.15	     nbAssignments=609  nbFailedAssignments=249  nbBacktracks=324  nbVisitedNodes=1069  nbRestartNogoods=22  mapSize=295
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.302  cpuTime=0.24  mem=15M452
1.23	   
1.23	   search
1.23	     run=7  nbConstraintChecks=1783529  nbPropagations=60479  nbRevisions=876527  nbUselessRevisions=716950
1.23	     nbAssignments=893  nbFailedAssignments=357  nbBacktracks=494  nbVisitedNodes=1565  nbRestartNogoods=27  mapSize=446
1.23	     nbInferences=0  nbTooLargeKeys=0
1.23	       =>  wckTime=0.387  cpuTime=0.33  mem=15M452
1.38	   
1.38	   search
1.38	     run=8  nbConstraintChecks=2716648  nbPropagations=88646  nbRevisions=1311080  nbUselessRevisions=1071393
1.38	     nbAssignments=1349  nbFailedAssignments=552  nbBacktracks=751  nbVisitedNodes=2397  nbRestartNogoods=34
1.38	     mapSize=687  nbInferences=0  nbTooLargeKeys=0
1.38	       =>  wckTime=0.534  cpuTime=0.47  mem=15M452
1.58	   
1.58	   INFO : Stopping hyperNogood (mapSize=1020, nbTooLargekeys=0, mem=15M452)
1.60	   
1.60	   search
1.60	     run=9  nbConstraintChecks=4149817  nbPropagations=131213  nbRevisions=1973713  nbUselessRevisions=1612916
1.60	     nbAssignments=2031  nbFailedAssignments=843  nbBacktracks=1138  nbVisitedNodes=3641  nbRestartNogoods=39
1.60	       =>  wckTime=0.757  cpuTime=0.68  mem=15M452
1.90	   
1.90	   search
1.90	     run=10  nbConstraintChecks=6282680  nbPropagations=194435  nbRevisions=2966913  nbUselessRevisions=2424346
1.90	     nbAssignments=3061  nbFailedAssignments=1291  nbBacktracks=1715  nbVisitedNodes=5485  nbRestartNogoods=49
1.90	       =>  wckTime=1.054  cpuTime=0.96  mem=15M452
2.34	   
2.34	   search
2.34	     run=11  nbConstraintChecks=9558061  nbPropagations=290013  nbRevisions=4485917  nbUselessRevisions=3663781
2.34	     nbAssignments=4653  nbFailedAssignments=2013  nbBacktracks=2580  nbVisitedNodes=8379  nbRestartNogoods=61
2.34	       =>  wckTime=1.492  cpuTime=1.4  mem=15M452
2.97	   
2.97	   search
2.97	     run=12  nbConstraintChecks=14341732  nbPropagations=431473  nbRevisions=6751111  nbUselessRevisions=5511802
2.97	     nbAssignments=6957  nbFailedAssignments=3015  nbBacktracks=3877  nbVisitedNodes=12526  nbRestartNogoods=69
2.97	       =>  wckTime=2.12  cpuTime=2.03  mem=15M452
3.92	   
3.92	   search
3.92	     run=13  nbConstraintChecks=21514937  nbPropagations=644325  nbRevisions=10151720  nbUselessRevisions=8288347
3.92	     nbAssignments=10402  nbFailedAssignments=4500  nbBacktracks=5823  nbVisitedNodes=18735  nbRestartNogoods=81
3.92	       =>  wckTime=3.072  cpuTime=2.98  mem=15M452
5.39	   
5.39	   search
5.39	     run=14  nbConstraintChecks=32657794  nbPropagations=964252  nbRevisions=15309173  nbUselessRevisions=12499703
5.39	     nbAssignments=15688  nbFailedAssignments=6862  nbBacktracks=8742  nbVisitedNodes=28340  nbRestartNogoods=94
5.39	       =>  wckTime=4.542  cpuTime=4.44  mem=15M452
7.60	   
7.60	   search
7.60	     run=15  nbConstraintChecks=49934109  nbPropagations=1445466  nbRevisions=23057121  nbUselessRevisions=18811945
7.60	     nbAssignments=23587  nbFailedAssignments=10378  nbBacktracks=13121  nbVisitedNodes=42661  nbRestartNogoods=101
7.60	       =>  wckTime=6.753  cpuTime=6.65  mem=15M452
10.80	   
10.80	   search
10.80	     run=16  nbConstraintChecks=74700050  nbPropagations=2163224  nbRevisions=34604800  nbUselessRevisions=28218490
10.80	     nbAssignments=35277  nbFailedAssignments=15496  nbBacktracks=19689  nbVisitedNodes=63721  nbRestartNogoods=110
10.80	       =>  wckTime=9.955  cpuTime=9.86  mem=15M452
15.72	   
15.72	   search
15.72	     run=17  nbConstraintChecks=112292487  nbPropagations=3240405  nbRevisions=52120580  nbUselessRevisions=42504240
15.72	     nbAssignments=53147  nbFailedAssignments=23510  nbBacktracks=29543  nbVisitedNodes=96219  nbRestartNogoods=125
15.72	       =>  wckTime=14.876  cpuTime=14.75  mem=15M452
23.14	   
23.14	   search
23.14	     run=18  nbConstraintChecks=170441837  nbPropagations=4856472  nbRevisions=78451626  nbUselessRevisions=63977817
23.14	     nbAssignments=79527  nbFailedAssignments=35105  nbBacktracks=44323  nbVisitedNodes=143908  nbRestartNogoods=127
23.14	       =>  wckTime=22.296  cpuTime=22.17  mem=15M452
34.07	   
34.07	   search
34.07	     run=19  nbConstraintChecks=255407623  nbPropagations=7274672  nbRevisions=117861121  nbUselessRevisions=96123376
34.07	     nbAssignments=119098  nbFailedAssignments=52502  nbBacktracks=66493  nbVisitedNodes=215442  nbRestartNogoods=145
34.07	       =>  wckTime=33.228  cpuTime=33.1  mem=16M428
45.68	   
45.68	   search
45.68	     run=20  nbConstraintChecks=345602117  nbPropagations=10538035  nbRevisions=171259078  nbUselessRevisions=139683971
45.68	     nbAssignments=160678  nbFailedAssignments=71145  nbBacktracks=89380  nbVisitedNodes=291050  nbRestartNogoods=163
45.68	       =>  wckTime=44.836  cpuTime=44.7  mem=16M428
45.68	   
45.68	   global
45.68	     nbConstraintChecks=345684257  nbPropagations=10539088  nbRevisions=171267411  nbUselessRevisions=139690816
45.68	     nbRestartNogoods=163  solvingWckTime=44.837  solvingCpuTime=44.7  expiredTime=no  totalExploration=no
45.68	     nbFoundSolutions=1  globalCpuTime=45.13
45.68	       =>  wckTime=45.389  cpuTime=45.08  mem=16M428
45.69	   
45.69	s SATISFIABLE
45.69	v 9 8 6 12 19 20 6 12 11 6 6 2 16 5 20 7 3 17 10 10 16 19 3 13 9 5 17 11 15 5 6 12 8 15 6 20 1 16 11 1 7 3 4 9 1 16 3 8 7 11 
45.69	d NODES 160678
45.69	d CHECKS 345684257
45.69	   
45.69	   totalWckTime=45.466  totalCpuTime=45.14

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/node15/watcher-230344-1168316549 -o ROOT/results/node15/solver-230344-1168316549 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/230344-1168316549/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.59 1.79 1.82 4/88 23388
/proc/meminfo: memFree=1542696/2055920 swapFree=4174172/4192956
[pid=23387] ppid=23385 vsize=172 CPUtime=0
/proc/23387/stat : 23387 (java) R 23385 23387 22380 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 180049891 176128 24 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 7512363 0 0 4096 0 0 0 0 17 0 0 0
/proc/23387/statm: 43 24 18 14 0 3 0

[startup+0.10822 s]
/proc/loadavg: 1.59 1.79 1.82 4/88 23388
/proc/meminfo: memFree=1542696/2055920 swapFree=4174172/4192956
[pid=23387] ppid=23385 vsize=914988 CPUtime=0.09
/proc/23387/stat : 23387 (java) R 23385 23387 22380 0 -1 0 3076 0 1 0 8 1 0 0 24 0 8 0 180049891 936947712 2822 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23387/statm: 228747 2822 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.516288 s]
/proc/loadavg: 1.59 1.79 1.82 4/88 23388
/proc/meminfo: memFree=1542696/2055920 swapFree=4174172/4192956
[pid=23387] ppid=23385 vsize=915328 CPUtime=0.49
/proc/23387/stat : 23387 (java) R 23385 23387 22380 0 -1 0 7128 0 1 0 45 4 0 0 25 0 8 0 180049891 937295872 6867 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073567214 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23387/statm: 228832 6868 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34444 s]
/proc/loadavg: 1.59 1.79 1.82 3/95 23395
/proc/meminfo: memFree=1517040/2055920 swapFree=4174172/4192956
[pid=23387] ppid=23385 vsize=915460 CPUtime=1.31
/proc/23387/stat : 23387 (java) R 23385 23387 22380 0 -1 0 9146 0 1 0 125 6 0 0 25 0 8 0 180049891 937431040 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819125 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23387/statm: 228865 8884 2524 14 0 215335 0
[pid=23387/tid=23389] ppid=23385 vsize=915460 CPUtime=0.03
/proc/23387/task/23389/stat : 23389 (java) S 23385 23387 22380 0 -1 64 377 0 0 0 3 0 0 0 16 0 8 0 180049895 937431040 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23390] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23390/stat : 23390 (java) S 23385 23387 22380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180049896 937431040 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23391] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23391/stat : 23391 (java) S 23385 23387 22380 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180049896 937431040 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23392] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23392/stat : 23392 (java) S 23385 23387 22380 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 180049899 937431040 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23393] ppid=23385 vsize=915460 CPUtime=0.22
/proc/23387/task/23393/stat : 23393 (java) S 23385 23387 22380 0 -1 64 383 0 0 0 21 1 0 0 15 0 8 0 180049899 937431040 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23394] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23394/stat : 23394 (java) S 23385 23387 22380 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 180049899 937431040 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23395] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23395/stat : 23395 (java) S 23385 23387 22380 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 180049899 937431040 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915460

[startup+2.98171 s]
/proc/loadavg: 1.59 1.79 1.82 3/95 23395
/proc/meminfo: memFree=1516976/2055920 swapFree=4174172/4192956
[pid=23387] ppid=23385 vsize=915460 CPUtime=2.95
/proc/23387/stat : 23387 (java) R 23385 23387 22380 0 -1 0 9162 0 1 0 288 7 0 0 25 0 8 0 180049891 937431040 8898 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073842656 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23387/statm: 228865 8898 2524 14 0 215335 0
[pid=23387/tid=23389] ppid=23385 vsize=915460 CPUtime=0.03
/proc/23387/task/23389/stat : 23389 (java) S 23385 23387 22380 0 -1 64 377 0 0 0 3 0 0 0 17 0 8 0 180049895 937431040 8898 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23390] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23390/stat : 23390 (java) S 23385 23387 22380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180049896 937431040 8898 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23391] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23391/stat : 23391 (java) S 23385 23387 22380 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180049896 937431040 8898 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23392] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23392/stat : 23392 (java) S 23385 23387 22380 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 180049899 937431040 8898 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23393] ppid=23385 vsize=915460 CPUtime=0.24
/proc/23387/task/23393/stat : 23393 (java) S 23385 23387 22380 0 -1 64 398 0 0 0 23 1 0 0 16 0 8 0 180049899 937431040 8898 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23394] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23394/stat : 23394 (java) S 23385 23387 22380 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 180049899 937431040 8898 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23395] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23395/stat : 23395 (java) S 23385 23387 22380 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 180049899 937431040 8898 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) 915460

[startup+6.28228 s]
/proc/loadavg: 1.62 1.79 1.82 3/95 23395
/proc/meminfo: memFree=1516912/2055920 swapFree=4174172/4192956
[pid=23387] ppid=23385 vsize=915460 CPUtime=6.25
/proc/23387/stat : 23387 (java) R 23385 23387 22380 0 -1 0 9165 0 1 0 618 7 0 0 25 0 8 0 180049891 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918504 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23387/statm: 228865 8900 2524 14 0 215335 0
[pid=23387/tid=23389] ppid=23385 vsize=915460 CPUtime=0.03
/proc/23387/task/23389/stat : 23389 (java) S 23385 23387 22380 0 -1 64 377 0 0 0 3 0 0 0 16 0 8 0 180049895 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23390] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23390/stat : 23390 (java) S 23385 23387 22380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180049896 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23391] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23391/stat : 23391 (java) S 23385 23387 22380 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180049896 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23392] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23392/stat : 23392 (java) S 23385 23387 22380 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 180049899 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23393] ppid=23385 vsize=915460 CPUtime=0.24
/proc/23387/task/23393/stat : 23393 (java) S 23385 23387 22380 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 180049899 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23394] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23394/stat : 23394 (java) S 23385 23387 22380 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 180049899 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23395] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23395/stat : 23395 (java) S 23385 23387 22380 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 180049899 937431040 8900 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) 915460

[startup+12.7644 s]
/proc/loadavg: 1.65 1.80 1.82 3/95 23395
/proc/meminfo: memFree=1516848/2055920 swapFree=4174172/4192956
[pid=23387] ppid=23385 vsize=915460 CPUtime=12.7
/proc/23387/stat : 23387 (java) R 23385 23387 22380 0 -1 0 9165 0 1 0 1263 7 0 0 25 0 8 0 180049891 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073844287 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23387/statm: 228865 8900 2524 14 0 215335 0
[pid=23387/tid=23389] ppid=23385 vsize=915460 CPUtime=0.03
/proc/23387/task/23389/stat : 23389 (java) S 23385 23387 22380 0 -1 64 377 0 0 0 3 0 0 0 16 0 8 0 180049895 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23390] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23390/stat : 23390 (java) S 23385 23387 22380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180049896 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23391] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23391/stat : 23391 (java) S 23385 23387 22380 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180049896 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23392] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23392/stat : 23392 (java) S 23385 23387 22380 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 180049899 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23393] ppid=23385 vsize=915460 CPUtime=0.24
/proc/23387/task/23393/stat : 23393 (java) S 23385 23387 22380 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 180049899 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23394] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23394/stat : 23394 (java) S 23385 23387 22380 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 180049899 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23395] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23395/stat : 23395 (java) S 23385 23387 22380 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 180049899 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 915460

[startup+25.6326 s]
/proc/loadavg: 1.80 1.82 1.83 3/95 23395
/proc/meminfo: memFree=1516848/2055920 swapFree=4174172/4192956
[pid=23387] ppid=23385 vsize=915460 CPUtime=25.57
/proc/23387/stat : 23387 (java) R 23385 23387 22380 0 -1 0 9165 0 1 0 2550 7 0 0 25 0 8 0 180049891 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073819899 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/23387/statm: 228865 8900 2524 14 0 215335 0
[pid=23387/tid=23389] ppid=23385 vsize=915460 CPUtime=0.03
/proc/23387/task/23389/stat : 23389 (java) S 23385 23387 22380 0 -1 64 377 0 0 0 3 0 0 0 16 0 8 0 180049895 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23390] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23390/stat : 23390 (java) S 23385 23387 22380 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 180049896 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23391] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23391/stat : 23391 (java) S 23385 23387 22380 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 180049896 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23392] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23392/stat : 23392 (java) S 23385 23387 22380 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 180049899 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23393] ppid=23385 vsize=915460 CPUtime=0.24
/proc/23387/task/23393/stat : 23393 (java) S 23385 23387 22380 0 -1 64 400 0 0 0 23 1 0 0 16 0 8 0 180049899 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23394] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23394/stat : 23394 (java) S 23385 23387 22380 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 180049899 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=23387/tid=23395] ppid=23385 vsize=915460 CPUtime=0
/proc/23387/task/23395/stat : 23395 (java) S 23385 23387 22380 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 180049899 937431040 8900 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.57
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 45.7037
CPU time (s): 45.6331
CPU user time (s): 45.5471
CPU system time (s): 0.085986
CPU usage (%): 99.8454
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 45.5471
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9174
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= 2133
involuntary context switches= 3505

runsolver used 0.032994 s user time and 0.180972 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Tue Jan  9 04:22:29 UTC 2007


IDJOB= 230344
IDBENCH= 6409
FILE ID= node15/230344-1168316549

PBS_JOBID= 3502464

Free space on /tmp= 66561 MiB

BENCH NAME= HOME/pub/bench/CPAI06/geom/geo50-20-d4-75-90_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/230344-1168316549/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-230344-1168316549 -o ROOT/results/node15/solver-230344-1168316549 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/230344-1168316549/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  a0c19c6adc148fb2642457c5af8f0547

RANDOM SEED= 16779782

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.276
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.276
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:       1543176 kB
Buffers:         56704 kB
Cached:         363516 kB
SwapCached:       6072 kB
Active:         284480 kB
Inactive:       175100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1543176 kB
SwapTotal:     4192956 kB
SwapFree:      4174172 kB
Dirty:            2120 kB
Writeback:           0 kB
Mapped:          50612 kB
Slab:            37680 kB
Committed_AS:  5513928 kB
PageTables:       2420 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= 66561 MiB



End job on node15 on Tue Jan  9 04:23:17 UTC 2007