Trace number 208691

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 51.2542 51.5691

DiagnosticValue
CHECKS40497217
NODES48638

General information on the benchmark

Namerandom/rand-3-20-20-fcd/
rand-3-20-20-60-632-fcd-49_ext.xml
MD5SUM24e589469370019d7235c5b114f659ab
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.09677
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.35	   
0.36	Abscon 109 (November, 2006)
0.36	   
0.36	   configuration
0.36	     name=esac.xml
0.38	   
0.38	   instance
0.38	     name=/tmp/evaluation/208691-1168189396/unknown.xml
0.42	   
0.42	   domains being loaded...
0.42	   
0.42	   variables being loaded...
0.46	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.46	       =>  wckTime=0.102  cpuTime=0.09  mem=6M951
0.46	   
0.46	   relations being loaded...
0.72	   
0.72	   constraints being loaded...
0.89	     nbConstraints=57  nbRelationTypes=57  nbExtensionStructures=57  nbSharedExtensionStructures=0
0.89	     nbConflictsStructures=57  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=12  maxArity=3
0.89	       =>  wckTime=0.533  cpuTime=0.48  mem=41M364
0.97	   
0.97	   solver IterativeSystematicSolver being built... 
1.15	       =>  wckTime=0.797  cpuTime=0.62  mem=20M947
1.23	   
1.23	   preprocessing
1.23	     nbConstraintChecks=21640  nbValidityChecks=34087  nbPropagations=166  nbRevisions=1539  nbUselessRevisions=1296
1.23	     nbSingletonTests=28  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
1.23	       =>  wckTime=0.077  cpuTime=0.05  mem=20M947
1.29	   
1.29	   search
1.29	     run=0  nbConstraintChecks=25762  nbValidityChecks=49007  nbPropagations=542  nbRevisions=5391
1.29	     nbUselessRevisions=4307  nbAssignments=34  nbFailedAssignments=16  nbBacktracks=14  nbVisitedNodes=61
1.29	     nbRestartNogoods=0  mapSize=12  nbInferences=0  nbTooLargeKeys=0
1.29	       =>  wckTime=0.137  cpuTime=0.1  mem=21M934
1.35	   
1.35	   search
1.35	     run=1  nbConstraintChecks=63420  nbValidityChecks=128451  nbPropagations=1582  nbRevisions=16520
1.35	     nbUselessRevisions=13285  nbAssignments=89  nbFailedAssignments=38  nbBacktracks=30  nbVisitedNodes=135
1.35	     nbRestartNogoods=6  mapSize=24  nbInferences=0  nbTooLargeKeys=0
1.35	       =>  wckTime=0.195  cpuTime=0.15  mem=21M934
1.44	   
1.44	   search
1.44	     run=2  nbConstraintChecks=116148  nbValidityChecks=235530  nbPropagations=3340  nbRevisions=34976
1.44	     nbUselessRevisions=27885  nbAssignments=152  nbFailedAssignments=74  nbBacktracks=52  nbVisitedNodes=250
1.44	     nbRestartNogoods=8  mapSize=45  nbInferences=0  nbTooLargeKeys=0
1.44	       =>  wckTime=0.29  cpuTime=0.23  mem=21M934
1.53	   
1.53	   search
1.53	     run=3  nbConstraintChecks=172481  nbValidityChecks=350452  nbPropagations=5933  nbRevisions=63110
1.53	     nbUselessRevisions=50116  nbAssignments=236  nbFailedAssignments=123  nbBacktracks=85  nbVisitedNodes=405
1.53	     nbRestartNogoods=10  mapSize=73  nbInferences=0  nbTooLargeKeys=0
1.53	       =>  wckTime=0.379  cpuTime=0.31  mem=21M934
1.74	   
1.74	   search
1.74	     run=4  nbConstraintChecks=327516  nbValidityChecks=651933  nbPropagations=10440  nbRevisions=112694
1.74	     nbUselessRevisions=88752  nbAssignments=394  nbFailedAssignments=228  nbBacktracks=135  nbVisitedNodes=711
1.74	     nbRestartNogoods=12  mapSize=122  nbInferences=0  nbTooLargeKeys=0
1.74	       =>  wckTime=0.587  cpuTime=0.52  mem=21M934
1.97	   
1.97	   search
1.97	     run=5  nbConstraintChecks=485741  nbValidityChecks=982610  nbPropagations=17376  nbRevisions=188534
1.97	     nbUselessRevisions=147943  nbAssignments=615  nbFailedAssignments=371  nbBacktracks=210  nbVisitedNodes=1128
1.97	     nbRestartNogoods=18  mapSize=192  nbInferences=0  nbTooLargeKeys=0
1.97	       =>  wckTime=0.822  cpuTime=0.74  mem=21M934
2.26	   
2.26	   search
2.26	     run=6  nbConstraintChecks=708691  nbValidityChecks=1435083  nbPropagations=27333  nbRevisions=298242
2.26	     nbUselessRevisions=233852  nbAssignments=898  nbFailedAssignments=536  nbBacktracks=324  nbVisitedNodes=1650
2.26	     nbRestartNogoods=23  mapSize=299  nbInferences=0  nbTooLargeKeys=0
2.26	       =>  wckTime=1.109  cpuTime=1.02  mem=21M934
2.67	   
2.67	   search
2.67	     run=7  nbConstraintChecks=1023525  nbValidityChecks=2055067  nbPropagations=41615  nbRevisions=454184
2.67	     nbUselessRevisions=355705  nbAssignments=1286  nbFailedAssignments=732  nbBacktracks=496  nbVisitedNodes=2322
2.67	     nbRestartNogoods=30  mapSize=451  nbInferences=0  nbTooLargeKeys=0
2.67	       =>  wckTime=1.516  cpuTime=1.42  mem=21M934
3.26	   
3.26	   search
3.26	     run=8  nbConstraintChecks=1451003  nbValidityChecks=2893414  nbPropagations=62006  nbRevisions=673549
3.26	     nbUselessRevisions=526844  nbAssignments=1854  nbFailedAssignments=1039  nbBacktracks=752  nbVisitedNodes=3343
3.26	     nbRestartNogoods=33  mapSize=662  nbInferences=0  nbTooLargeKeys=0
3.26	       =>  wckTime=2.111  cpuTime=1.99  mem=21M934
4.28	   
4.28	   search
4.28	     run=9  nbConstraintChecks=2248052  nbValidityChecks=4566138  nbPropagations=93805  nbRevisions=1023109
4.28	     nbUselessRevisions=799418  nbAssignments=2885  nbFailedAssignments=1681  nbBacktracks=1136  nbVisitedNodes=5271
4.28	     nbRestartNogoods=42  mapSize=993  nbInferences=0  nbTooLargeKeys=0
4.28	       =>  wckTime=3.122  cpuTime=3.0  mem=21M934
4.31	   
4.31	   INFO : Stopping hyperNogood (mapSize=1005, nbTooLargekeys=0, mem=21M934)
5.55	   
5.55	   search
5.55	     run=10  nbConstraintChecks=3291422  nbValidityChecks=6677905  nbPropagations=139921  nbRevisions=1533483
5.55	     nbUselessRevisions=1198546  nbAssignments=4163  nbFailedAssignments=2380  nbBacktracks=1712  nbVisitedNodes=7632
5.55	     nbRestartNogoods=54
5.55	       =>  wckTime=4.393  cpuTime=4.25  mem=21M934
7.57	   
7.57	   search
7.57	     run=11  nbConstraintChecks=4880074  nbValidityChecks=9780399  nbPropagations=208971  nbRevisions=2281459
7.57	     nbUselessRevisions=1781133  nbAssignments=6227  nbFailedAssignments=3575  nbBacktracks=2576  nbVisitedNodes=11406
7.57	     nbRestartNogoods=64
7.57	       =>  wckTime=6.421  cpuTime=6.27  mem=21M934
12.00	   
12.00	   search
12.00	     run=12  nbConstraintChecks=8425325  nbValidityChecks=16993758  nbPropagations=325281  nbRevisions=3534548
12.00	     nbUselessRevisions=2749771  nbAssignments=10156  nbFailedAssignments=6194  nbBacktracks=3873  nbVisitedNodes=18924
12.00	     nbRestartNogoods=72
12.00	       =>  wckTime=10.845  cpuTime=10.68  mem=21M934
16.57	   
16.57	   search
16.57	     run=13  nbConstraintChecks=12031690  nbValidityChecks=24078089  nbPropagations=497731  nbRevisions=5376805
16.57	     nbUselessRevisions=4174712  nbAssignments=14864  nbFailedAssignments=8942  nbBacktracks=5819  nbVisitedNodes=27678
16.57	     nbRestartNogoods=85
16.57	       =>  wckTime=15.42  cpuTime=15.23  mem=21M934
24.62	   
24.62	   search
24.62	     run=14  nbConstraintChecks=18602221  nbValidityChecks=37567612  nbPropagations=757263  nbRevisions=8191781
24.62	     nbUselessRevisions=6357397  nbAssignments=22403  nbFailedAssignments=13551  nbBacktracks=8738  nbVisitedNodes=41807
24.62	     nbRestartNogoods=100
24.62	       =>  wckTime=23.465  cpuTime=23.23  mem=21M934
35.70	   
35.70	   search
35.70	     run=15  nbConstraintChecks=27379756  nbValidityChecks=54870314  nbPropagations=1143719  nbRevisions=12366964
35.70	     nbUselessRevisions=9596444  nbAssignments=33105  nbFailedAssignments=19846  nbBacktracks=13116
35.70	     nbVisitedNodes=61724  nbRestartNogoods=121
35.70	       =>  wckTime=34.548  cpuTime=34.26  mem=21M934
51.52	   
51.52	   search
51.52	     run=16  nbConstraintChecks=40475577  nbValidityChecks=81326193  nbPropagations=1707021  nbRevisions=18564779
51.52	     nbUselessRevisions=14419013  nbAssignments=48638  nbFailedAssignments=29547  nbBacktracks=18922
51.52	     nbVisitedNodes=90964  nbRestartNogoods=136
51.52	       =>  wckTime=50.367  cpuTime=50.0  mem=21M934
51.52	   
51.52	   global
51.52	     nbConstraintChecks=40497217  nbValidityChecks=81360280  nbPropagations=1707187  nbRevisions=18566318
51.52	     nbUselessRevisions=14420309  nbRestartNogoods=136  solvingWckTime=50.368  solvingCpuTime=50.01  expiredTime=no
51.52	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=50.69
51.52	       =>  wckTime=51.168  cpuTime=50.63  mem=21M934
51.52	   
51.52	s SATISFIABLE
51.53	v 8 9 0 1 0 5 6 17 5 5 12 18 17 19 19 7 13 9 19 1 
51.53	d NODES 48638
51.53	d CHECKS 40497217
51.53	   
51.53	   totalWckTime=51.255  totalCpuTime=50.7

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/node59/watcher-208691-1168189396 -o ROOT/results/node59/solver-208691-1168189396 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208691-1168189396/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: 2.48 2.36 2.09 2/81 23341
/proc/meminfo: memFree=1127512/2055920 swapFree=4192812/4192956
[pid=23340] ppid=23338 vsize=18540 CPUtime=0
/proc/23340/stat : 23340 (runsolver) R 23338 23340 21986 0 -1 4194368 17 0 0 0 0 0 0 0 20 0 1 0 167337498 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 217051622695 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/23340/statm: 4635 279 244 17 0 2626 0

[startup+0.102597 s]
/proc/loadavg: 2.48 2.36 2.09 2/81 23341
/proc/meminfo: memFree=1127512/2055920 swapFree=4192812/4192956
[pid=23340] ppid=23338 vsize=907808 CPUtime=0.06
/proc/23340/stat : 23340 (java) R 23338 23340 21986 0 -1 0 2507 0 1 0 5 1 0 0 17 0 4 0 167337498 929595392 2254 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23755 18446744073709551615 0 0 17 1 0 0
/proc/23340/statm: 226952 2255 1233 14 0 214535 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 907808

[startup+0.513638 s]
/proc/loadavg: 2.48 2.36 2.09 2/81 23341
/proc/meminfo: memFree=1127512/2055920 swapFree=4192812/4192956
[pid=23340] ppid=23338 vsize=915328 CPUtime=0.47
/proc/23340/stat : 23340 (java) R 23338 23340 21986 0 -1 0 6737 0 1 0 42 5 0 0 18 0 8 0 167337498 937295872 6476 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23340/statm: 228832 6479 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 915328

[startup+1.33673 s]
/proc/loadavg: 2.48 2.36 2.09 4/88 23348
/proc/meminfo: memFree=1067360/2055920 swapFree=4192812/4192956
[pid=23340] ppid=23338 vsize=915460 CPUtime=1.28
/proc/23340/stat : 23340 (java) R 23338 23340 21986 0 -1 0 16802 0 1 0 118 10 0 0 24 0 8 0 167337498 937431040 16540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23340/statm: 228865 16540 2527 14 0 215335 0
[pid=23340/tid=23342] ppid=23338 vsize=915460 CPUtime=0.06
/proc/23340/task/23342/stat : 23342 (java) S 23338 23340 21986 0 -1 64 1744 0 0 0 6 0 0 0 16 0 8 0 167337504 937431040 16540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23343] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23343/stat : 23343 (java) S 23338 23340 21986 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 167337505 937431040 16540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23344] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23344/stat : 23344 (java) S 23338 23340 21986 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 167337505 937431040 16540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23345] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23345/stat : 23345 (java) S 23338 23340 21986 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167337509 937431040 16540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23346] ppid=23338 vsize=915460 CPUtime=0.17
/proc/23340/task/23346/stat : 23346 (java) S 23338 23340 21986 0 -1 64 353 0 0 0 16 1 0 0 15 0 8 0 167337509 937431040 16540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23347] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23347/stat : 23347 (java) S 23338 23340 21986 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 167337509 937431040 16540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23348] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23348/stat : 23348 (java) S 23338 23340 21986 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167337509 937431040 16540 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 915460

[startup+2.99792 s]
/proc/loadavg: 2.48 2.36 2.09 4/88 23348
/proc/meminfo: memFree=1064544/2055920 swapFree=4192812/4192956
[pid=23340] ppid=23338 vsize=915460 CPUtime=2.94
/proc/23340/stat : 23340 (java) R 23338 23340 21986 0 -1 0 16823 0 1 0 283 11 0 0 25 0 8 0 167337498 937431040 16559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073723560 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23340/statm: 228865 16559 2527 14 0 215335 0
[pid=23340/tid=23342] ppid=23338 vsize=915460 CPUtime=0.06
/proc/23340/task/23342/stat : 23342 (java) S 23338 23340 21986 0 -1 64 1744 0 0 0 6 0 0 0 17 0 8 0 167337504 937431040 16559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23343] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23343/stat : 23343 (java) S 23338 23340 21986 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 167337505 937431040 16559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23344] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23344/stat : 23344 (java) S 23338 23340 21986 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 167337505 937431040 16559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23345] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23345/stat : 23345 (java) S 23338 23340 21986 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167337509 937431040 16559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23346] ppid=23338 vsize=915460 CPUtime=0.22
/proc/23340/task/23346/stat : 23346 (java) S 23338 23340 21986 0 -1 64 373 0 0 0 21 1 0 0 16 0 8 0 167337509 937431040 16559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23347] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23347/stat : 23347 (java) S 23338 23340 21986 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 167337509 937431040 16559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23348] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23348/stat : 23348 (java) S 23338 23340 21986 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167337509 937431040 16559 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915460

[startup+6.20126 s]
/proc/loadavg: 2.60 2.38 2.10 3/88 23348
/proc/meminfo: memFree=1070944/2055920 swapFree=4192812/4192956
[pid=23340] ppid=23338 vsize=915460 CPUtime=6.12
/proc/23340/stat : 23340 (java) R 23338 23340 21986 0 -1 0 16836 0 1 0 601 11 0 0 25 0 8 0 167337498 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073726401 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23340/statm: 228865 16570 2527 14 0 215335 0
[pid=23340/tid=23342] ppid=23338 vsize=915460 CPUtime=0.06
/proc/23340/task/23342/stat : 23342 (java) S 23338 23340 21986 0 -1 64 1744 0 0 0 6 0 0 0 16 0 8 0 167337504 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23343] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23343/stat : 23343 (java) S 23338 23340 21986 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 167337505 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23344] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23344/stat : 23344 (java) S 23338 23340 21986 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 167337505 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23345] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23345/stat : 23345 (java) S 23338 23340 21986 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167337509 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23346] ppid=23338 vsize=915460 CPUtime=0.24
/proc/23340/task/23346/stat : 23346 (java) S 23338 23340 21986 0 -1 64 386 0 0 0 23 1 0 0 16 0 8 0 167337509 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23347] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23347/stat : 23347 (java) S 23338 23340 21986 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 167337509 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23348] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23348/stat : 23348 (java) S 23338 23340 21986 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167337509 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 915460

[startup+12.614 s]
/proc/loadavg: 2.63 2.39 2.10 4/88 23348
/proc/meminfo: memFree=1071008/2055920 swapFree=4192812/4192956
[pid=23340] ppid=23338 vsize=915460 CPUtime=12.5
/proc/23340/stat : 23340 (java) R 23338 23340 21986 0 -1 0 16837 0 1 0 1239 11 0 0 25 0 8 0 167337498 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073730617 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23340/statm: 228865 16570 2527 14 0 215335 0
[pid=23340/tid=23342] ppid=23338 vsize=915460 CPUtime=0.06
/proc/23340/task/23342/stat : 23342 (java) S 23338 23340 21986 0 -1 64 1744 0 0 0 6 0 0 0 16 0 8 0 167337504 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23343] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23343/stat : 23343 (java) S 23338 23340 21986 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 167337505 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23344] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23344/stat : 23344 (java) S 23338 23340 21986 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 167337505 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23345] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23345/stat : 23345 (java) S 23338 23340 21986 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167337509 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23346] ppid=23338 vsize=915460 CPUtime=0.24
/proc/23340/task/23346/stat : 23346 (java) S 23338 23340 21986 0 -1 64 386 0 0 0 23 1 0 0 16 0 8 0 167337509 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23347] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23347/stat : 23347 (java) S 23338 23340 21986 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 167337509 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23348] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23348/stat : 23348 (java) S 23338 23340 21986 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167337509 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 915460

[startup+25.5164 s]
/proc/loadavg: 2.79 2.44 2.12 3/88 23348
/proc/meminfo: memFree=1071072/2055920 swapFree=4192812/4192956
[pid=23340] ppid=23338 vsize=915460 CPUtime=25.35
/proc/23340/stat : 23340 (java) R 23338 23340 21986 0 -1 0 16837 0 1 0 2523 12 0 0 25 0 8 0 167337498 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073722740 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23340/statm: 228865 16570 2527 14 0 215335 0
[pid=23340/tid=23342] ppid=23338 vsize=915460 CPUtime=0.06
/proc/23340/task/23342/stat : 23342 (java) S 23338 23340 21986 0 -1 64 1744 0 0 0 6 0 0 0 16 0 8 0 167337504 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23343] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23343/stat : 23343 (java) S 23338 23340 21986 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 167337505 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23344] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23344/stat : 23344 (java) S 23338 23340 21986 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 167337505 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23345] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23345/stat : 23345 (java) S 23338 23340 21986 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167337509 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23346] ppid=23338 vsize=915460 CPUtime=0.24
/proc/23340/task/23346/stat : 23346 (java) S 23338 23340 21986 0 -1 64 386 0 0 0 23 1 0 0 16 0 8 0 167337509 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23347] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23347/stat : 23347 (java) S 23338 23340 21986 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 167337509 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23348] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23348/stat : 23348 (java) S 23338 23340 21986 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167337509 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915460

[startup+51.1582 s]
/proc/loadavg: 2.86 2.48 2.14 3/88 23348
/proc/meminfo: memFree=1063008/2055920 swapFree=4192812/4192956
[pid=23340] ppid=23338 vsize=915460 CPUtime=50.87
/proc/23340/stat : 23340 (java) R 23338 23340 21986 0 -1 0 16837 0 1 0 5075 12 0 0 25 0 8 0 167337498 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073787972 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/23340/statm: 228865 16570 2527 14 0 215335 0
[pid=23340/tid=23342] ppid=23338 vsize=915460 CPUtime=0.06
/proc/23340/task/23342/stat : 23342 (java) S 23338 23340 21986 0 -1 64 1744 0 0 0 6 0 0 0 16 0 8 0 167337504 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23343] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23343/stat : 23343 (java) S 23338 23340 21986 0 -1 64 11 0 0 0 0 0 0 0 17 0 8 0 167337505 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23344] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23344/stat : 23344 (java) S 23338 23340 21986 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 167337505 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23345] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23345/stat : 23345 (java) S 23338 23340 21986 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 167337509 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23346] ppid=23338 vsize=915460 CPUtime=0.24
/proc/23340/task/23346/stat : 23346 (java) S 23338 23340 21986 0 -1 64 386 0 0 0 23 1 0 0 16 0 8 0 167337509 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23347] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23347/stat : 23347 (java) S 23338 23340 21986 0 -1 64 0 0 0 0 0 0 0 0 19 0 8 0 167337509 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=23340/tid=23348] ppid=23338 vsize=915460 CPUtime=0
/proc/23340/task/23348/stat : 23348 (java) S 23338 23340 21986 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 167337509 937431040 16570 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 51.5691
CPU time (s): 51.2542
CPU user time (s): 51.1182
CPU system time (s): 0.135979
CPU usage (%): 99.3894
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.1182
system time used= 0.135979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16845
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= 2114
involuntary context switches= 2820

runsolver used 0.06499 s user time and 0.180972 s system time

The end

Launcher Data (download as text)

Begin job on node59 on Sun Jan  7 17:03:16 UTC 2007


IDJOB= 208691
IDBENCH= 4426
FILE ID= node59/208691-1168189396

PBS_JOBID= 3479232

Free space on /tmp= 66539 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20-fcd/rand-3-20-20-60-632-fcd-49_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208691-1168189396/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node59/watcher-208691-1168189396 -o ROOT/results/node59/solver-208691-1168189396 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/208691-1168189396/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  24e589469370019d7235c5b114f659ab

RANDOM SEED= 41105982

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.239
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.239
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:       1127992 kB
Buffers:         32536 kB
Cached:         398448 kB
SwapCached:          0 kB
Active:         568216 kB
Inactive:       302524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1127992 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3140 kB
Writeback:           0 kB
Mapped:         456580 kB
Slab:            41488 kB
Committed_AS:  3740968 kB
PageTables:       2776 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= 66539 MiB



End job on node59 on Sun Jan  7 17:04:07 UTC 2007