Trace number 226731

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 8.94664 9.05679

DiagnosticValue
CHECKS68471403
NODES42614

General information on the benchmark

Nametightness/tightness0.65/
rand-2-40-40-135-650-77_ext.xml
MD5SUM007f509b0deee6888476b46b5254815d
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 benchmark8.17476
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints135
Maximum constraint arity2
Maximum domain size40
Number of constraints which are defined in extension135
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/226731-1168276448/unknown.xml
0.38	   
0.38	   domains being loaded...
0.38	   
0.38	   variables being loaded...
0.42	     nbVariables=40  nbDomainTypes=1  minDomainSize=40  maxDomainSize=40
0.42	       =>  wckTime=0.104  cpuTime=0.08  mem=6M951
0.42	   
0.42	   relations being loaded...
0.54	   
0.54	   constraints being loaded...
0.62	     nbConstraints=135  nbRelationTypes=135  nbExtensionStructures=135  nbSharedExtensionStructures=0
0.62	     nbConflictsStructures=135  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=11  maxArity=2
0.62	       =>  wckTime=0.308  cpuTime=0.24  mem=15M761
0.66	   
0.66	   solver IterativeSystematicSolver being built... 
0.83	       =>  wckTime=0.514  cpuTime=0.37  mem=14M928
0.88	   
0.88	   preprocessing
0.88	     nbConstraintChecks=82381  nbPropagations=831  nbRevisions=3669  nbUselessRevisions=2430  nbSingletonTests=49
0.88	     nbEffectiveSingletonTests=0  nbESACBranches=8  nbRemovedValues=0  detectedInconsistency=no
0.88	       =>  wckTime=0.048  cpuTime=0.02  mem=14M928
0.91	   
0.91	   search
0.91	     run=0  nbConstraintChecks=51199  nbPropagations=1525  nbRevisions=7471  nbUselessRevisions=4814  nbAssignments=28
0.91	     nbFailedAssignments=10  nbBacktracks=10  nbVisitedNodes=46  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.074  cpuTime=0.04  mem=14M928
0.92	   
0.92	   search
0.92	     run=1  nbConstraintChecks=104978  nbPropagations=3811  nbRevisions=19136  nbUselessRevisions=12241
0.92	     nbAssignments=61  nbFailedAssignments=22  nbBacktracks=26  nbVisitedNodes=100  nbRestartNogoods=3  mapSize=19
0.92	     nbInferences=0  nbTooLargeKeys=0
0.92	       =>  wckTime=0.09  cpuTime=0.05  mem=14M928
0.94	   
0.94	   search
0.94	     run=2  nbConstraintChecks=177249  nbPropagations=7165  nbRevisions=36954  nbUselessRevisions=23366
0.94	     nbAssignments=106  nbFailedAssignments=40  nbBacktracks=49  nbVisitedNodes=175  nbRestartNogoods=6  mapSize=35
0.94	     nbInferences=0  nbTooLargeKeys=0
0.94	       =>  wckTime=0.107  cpuTime=0.06  mem=14M928
0.96	   
0.96	   search
0.96	     run=3  nbConstraintChecks=305695  nbPropagations=12409  nbRevisions=65656  nbUselessRevisions=41466
0.96	     nbAssignments=195  nbFailedAssignments=73  nbBacktracks=83  nbVisitedNodes=301  nbRestartNogoods=12  mapSize=61
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.131  cpuTime=0.08  mem=14M928
1.00	   
1.00	   search
1.00	     run=4  nbConstraintChecks=548036  nbPropagations=21157  nbRevisions=114702  nbUselessRevisions=72133
1.00	     nbAssignments=328  nbFailedAssignments=150  nbBacktracks=134  nbVisitedNodes=551  nbRestartNogoods=15  mapSize=108
1.00	     nbInferences=0  nbTooLargeKeys=0
1.00	       =>  wckTime=0.168  cpuTime=0.12  mem=14M928
1.03	   
1.03	   search
1.03	     run=5  nbConstraintChecks=740320  nbPropagations=32895  nbRevisions=181266  nbUselessRevisions=113514
1.03	     nbAssignments=464  nbFailedAssignments=206  nbBacktracks=209  nbVisitedNodes=786  nbRestartNogoods=20  mapSize=164
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.199  cpuTime=0.14  mem=14M928
1.08	   
1.08	   search
1.08	     run=6  nbConstraintChecks=1065716  nbPropagations=49292  nbRevisions=274889  nbUselessRevisions=171754
1.08	     nbAssignments=678  nbFailedAssignments=299  nbBacktracks=322  nbVisitedNodes=1156  nbRestartNogoods=25  mapSize=248
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.245  cpuTime=0.19  mem=14M928
1.17	   
1.17	   search
1.17	     run=7  nbConstraintChecks=1711498  nbPropagations=75275  nbRevisions=424616  nbUselessRevisions=264752
1.17	     nbAssignments=1076  nbFailedAssignments=520  nbBacktracks=493  nbVisitedNodes=1898  nbRestartNogoods=28
1.17	     mapSize=402  nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.342  cpuTime=0.27  mem=14M928
1.30	   
1.30	   search
1.30	     run=8  nbConstraintChecks=2465794  nbPropagations=113580  nbRevisions=646354  nbUselessRevisions=402706
1.30	     nbAssignments=1621  nbFailedAssignments=793  nbBacktracks=750  nbVisitedNodes=2844  nbRestartNogoods=39
1.30	     mapSize=623  nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.466  cpuTime=0.39  mem=14M928
1.48	   
1.48	   search
1.48	     run=9  nbConstraintChecks=3889785  nbPropagations=172256  nbRevisions=989371  nbUselessRevisions=614724
1.48	     nbAssignments=2461  nbFailedAssignments=1247  nbBacktracks=1134  nbVisitedNodes=4401  nbRestartNogoods=43
1.48	     mapSize=969  nbInferences=0  nbTooLargeKeys=0
1.48	       =>  wckTime=0.644  cpuTime=0.56  mem=14M928
1.51	   
1.51	   INFO : Stopping hyperNogood (mapSize=1026, nbTooLargekeys=0, mem=14M928)
1.76	   
1.76	   search
1.76	     run=10  nbConstraintChecks=6247739  nbPropagations=263947  nbRevisions=1530201  nbUselessRevisions=946953
1.76	     nbAssignments=3721  nbFailedAssignments=1927  nbBacktracks=1710  nbVisitedNodes=6727  nbRestartNogoods=50
1.76	       =>  wckTime=0.928  cpuTime=0.84  mem=14M928
2.03	   
2.03	   search
2.03	     run=11  nbConstraintChecks=8490735  nbPropagations=389985  nbRevisions=2267965  nbUselessRevisions=1399652
2.03	     nbAssignments=5272  nbFailedAssignments=2609  nbBacktracks=2576  nbVisitedNodes=9397  nbRestartNogoods=56
2.03	       =>  wckTime=1.196  cpuTime=1.11  mem=14M928
2.53	   
2.53	   search
2.53	     run=12  nbConstraintChecks=12888317  nbPropagations=576513  nbRevisions=3362477  nbUselessRevisions=2070692
2.53	     nbAssignments=7808  nbFailedAssignments=3842  nbBacktracks=3876  nbVisitedNodes=13938  nbRestartNogoods=66
2.53	       =>  wckTime=1.694  cpuTime=1.6  mem=15M904
3.35	   
3.35	   search
3.35	     run=13  nbConstraintChecks=19860110  nbPropagations=868605  nbRevisions=5073922  nbUselessRevisions=3119717
3.35	     nbAssignments=12154  nbFailedAssignments=6235  nbBacktracks=5823  nbVisitedNodes=21988  nbRestartNogoods=73
3.35	       =>  wckTime=2.515  cpuTime=2.42  mem=15M904
4.38	   
4.38	   search
4.38	     run=14  nbConstraintChecks=28355633  nbPropagations=1298235  nbRevisions=7574080  nbUselessRevisions=4653856
4.38	     nbAssignments=17907  nbFailedAssignments=9064  nbBacktracks=8742  nbVisitedNodes=32392  nbRestartNogoods=79
4.39	       =>  wckTime=3.552  cpuTime=3.45  mem=15M904
6.14	   
6.14	   search
6.14	     run=15  nbConstraintChecks=43899396  nbPropagations=1944313  nbRevisions=11352946  nbUselessRevisions=6969457
6.14	     nbAssignments=26783  nbFailedAssignments=13550  nbBacktracks=13122  nbVisitedNodes=48546  nbRestartNogoods=97
6.14	       =>  wckTime=5.312  cpuTime=5.2  mem=15M904
8.27	   
8.27	   search
8.27	     run=16  nbConstraintChecks=62005774  nbPropagations=2860752  nbRevisions=16705457  nbUselessRevisions=10251209
8.27	     nbAssignments=38685  nbFailedAssignments=18878  nbBacktracks=19691  nbVisitedNodes=69331  nbRestartNogoods=109
8.27	       =>  wckTime=7.436  cpuTime=7.31  mem=15M904
8.99	   
8.99	   search
8.99	     run=17  nbConstraintChecks=68389022  nbPropagations=3869918  nbRevisions=22608355  nbUselessRevisions=13873471
8.99	     nbAssignments=42614  nbFailedAssignments=20876  nbBacktracks=21582  nbVisitedNodes=76457  nbRestartNogoods=123
8.99	       =>  wckTime=8.158  cpuTime=8.03  mem=15M904
8.99	   
8.99	   global
8.99	     nbConstraintChecks=68471403  nbPropagations=3870749  nbRevisions=22612024  nbUselessRevisions=13875901
8.99	     nbRestartNogoods=123  solvingWckTime=8.159  solvingCpuTime=8.03  expiredTime=no  totalExploration=no
8.99	     nbFoundSolutions=1  globalCpuTime=8.47
8.99	       =>  wckTime=8.677  cpuTime=8.41  mem=15M904
8.99	   
8.99	s SATISFIABLE
8.99	v 18 21 4 0 28 2 1 38 18 9 24 36 35 32 17 4 31 16 32 5 11 12 9 5 36 31 22 13 39 34 13 20 22 23 22 4 12 19 1 29 
9.00	d NODES 42614
9.00	d CHECKS 68471403
9.00	   
9.00	   totalWckTime=8.759  totalCpuTime=8.47

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/node62/watcher-226731-1168276448 -o ROOT/results/node62/solver-226731-1168276448 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/226731-1168276448/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.27 1.19 1.22 4/81 6353
/proc/meminfo: memFree=1771184/2055920 swapFree=4192812/4192956
[pid=6352] ppid=6350 vsize=18540 CPUtime=0
/proc/6352/stat : 6352 (runsolver) R 6350 6352 6219 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 176042538 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 236437695783 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/6352/statm: 4635 279 244 17 0 2626 0

[startup+0.107268 s]
/proc/loadavg: 1.27 1.19 1.22 4/81 6353
/proc/meminfo: memFree=1771184/2055920 swapFree=4192812/4192956
[pid=6352] ppid=6350 vsize=914988 CPUtime=0.09
/proc/6352/stat : 6352 (java) R 6350 6352 6219 0 -1 0 3007 0 1 0 8 1 0 0 17 0 8 0 176042538 936947712 2753 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4160643169 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6352/statm: 228747 2753 1431 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.515348 s]
/proc/loadavg: 1.27 1.19 1.22 4/81 6353
/proc/meminfo: memFree=1771184/2055920 swapFree=4192812/4192956
[pid=6352] ppid=6350 vsize=915328 CPUtime=0.49
/proc/6352/stat : 6352 (java) R 6350 6352 6219 0 -1 0 7228 0 1 0 45 4 0 0 18 0 8 0 176042538 937295872 6967 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073570424 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6352/statm: 228832 6967 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34251 s]
/proc/loadavg: 1.41 1.22 1.23 4/89 6361
/proc/meminfo: memFree=1689968/2055920 swapFree=4192812/4192956
[pid=6352] ppid=6350 vsize=915464 CPUtime=1.31
/proc/6352/stat : 6352 (java) R 6350 6352 6219 0 -1 0 9107 0 1 0 124 7 0 0 19 0 8 0 176042538 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073731174 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6352/statm: 228866 8845 2524 14 0 215336 0
[pid=6352/tid=6354] ppid=6350 vsize=915464 CPUtime=0.03
/proc/6352/task/6354/stat : 6354 (java) S 6350 6352 6219 0 -1 64 253 0 0 0 3 0 0 0 16 0 8 0 176042542 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6352/tid=6355] ppid=6350 vsize=915464 CPUtime=0
/proc/6352/task/6355/stat : 6355 (java) S 6350 6352 6219 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176042542 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6352/tid=6356] ppid=6350 vsize=915464 CPUtime=0
/proc/6352/task/6356/stat : 6356 (java) S 6350 6352 6219 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176042542 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6352/tid=6357] ppid=6350 vsize=915464 CPUtime=0
/proc/6352/task/6357/stat : 6357 (java) S 6350 6352 6219 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176042546 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6352/tid=6358] ppid=6350 vsize=915464 CPUtime=0.2
/proc/6352/task/6358/stat : 6358 (java) S 6350 6352 6219 0 -1 64 373 0 0 0 19 1 0 0 18 0 8 0 176042546 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6352/tid=6359] ppid=6350 vsize=915464 CPUtime=0
/proc/6352/task/6359/stat : 6359 (java) S 6350 6352 6219 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176042546 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6352/tid=6360] ppid=6350 vsize=915464 CPUtime=0
/proc/6352/task/6360/stat : 6360 (java) S 6350 6352 6219 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176042546 937435136 8845 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915464

[startup+2.98183 s]
/proc/loadavg: 1.41 1.22 1.23 3/89 6361
/proc/meminfo: memFree=1689840/2055920 swapFree=4192812/4192956
[pid=6352] ppid=6350 vsize=915464 CPUtime=2.94
/proc/6352/stat : 6352 (java) R 6350 6352 6219 0 -1 0 9113 0 1 0 287 7 0 0 25 0 8 0 176042538 937435136 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073732813 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6352/statm: 228866 8850 2524 14 0 215336 0
[pid=6352/tid=6354] ppid=6350 vsize=915464 CPUtime=0.03
/proc/6352/task/6354/stat : 6354 (java) S 6350 6352 6219 0 -1 64 253 0 0 0 3 0 0 0 17 0 8 0 176042542 937435136 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6352/tid=6355] ppid=6350 vsize=915464 CPUtime=0
/proc/6352/task/6355/stat : 6355 (java) S 6350 6352 6219 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176042542 937435136 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6352/tid=6356] ppid=6350 vsize=915464 CPUtime=0
/proc/6352/task/6356/stat : 6356 (java) S 6350 6352 6219 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176042542 937435136 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6352/tid=6357] ppid=6350 vsize=915464 CPUtime=0
/proc/6352/task/6357/stat : 6357 (java) S 6350 6352 6219 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176042546 937435136 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6352/tid=6358] ppid=6350 vsize=915464 CPUtime=0.21
/proc/6352/task/6358/stat : 6358 (java) S 6350 6352 6219 0 -1 64 379 0 0 0 20 1 0 0 16 0 8 0 176042546 937435136 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6352/tid=6359] ppid=6350 vsize=915464 CPUtime=0
/proc/6352/task/6359/stat : 6359 (java) S 6350 6352 6219 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176042546 937435136 8850 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6352/tid=6360] ppid=6350 vsize=915464 CPUtime=0
/proc/6352/task/6360/stat : 6360 (java) S 6350 6352 6219 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176042546 937435136 8850 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) 915464

[startup+6.27548 s]
/proc/loadavg: 1.46 1.23 1.24 3/89 6361
/proc/meminfo: memFree=1689656/2055920 swapFree=4192812/4192956
[pid=6352] ppid=6350 vsize=915464 CPUtime=6.22
/proc/6352/stat : 6352 (java) R 6350 6352 6219 0 -1 0 9116 0 1 0 615 7 0 0 25 0 8 0 176042538 937435136 8851 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073733497 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6352/statm: 228866 8851 2524 14 0 215336 0
[pid=6352/tid=6354] ppid=6350 vsize=915464 CPUtime=0.03
/proc/6352/task/6354/stat : 6354 (java) S 6350 6352 6219 0 -1 64 253 0 0 0 3 0 0 0 16 0 8 0 176042542 937435136 8851 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6352/tid=6355] ppid=6350 vsize=915464 CPUtime=0
/proc/6352/task/6355/stat : 6355 (java) S 6350 6352 6219 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 176042542 937435136 8851 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6352/tid=6356] ppid=6350 vsize=915464 CPUtime=0
/proc/6352/task/6356/stat : 6356 (java) S 6350 6352 6219 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 176042542 937435136 8851 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6352/tid=6357] ppid=6350 vsize=915464 CPUtime=0
/proc/6352/task/6357/stat : 6357 (java) S 6350 6352 6219 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 176042546 937435136 8851 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6352/tid=6358] ppid=6350 vsize=915464 CPUtime=0.21
/proc/6352/task/6358/stat : 6358 (java) S 6350 6352 6219 0 -1 64 380 0 0 0 20 1 0 0 16 0 8 0 176042546 937435136 8851 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6352/tid=6359] ppid=6350 vsize=915464 CPUtime=0
/proc/6352/task/6359/stat : 6359 (java) S 6350 6352 6219 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 176042546 937435136 8851 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6352/tid=6360] ppid=6350 vsize=915464 CPUtime=0
/proc/6352/task/6360/stat : 6360 (java) S 6350 6352 6219 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 176042546 937435136 8851 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 9.05679
CPU time (s): 8.94664
CPU user time (s): 8.86165
CPU system time (s): 0.084987
CPU usage (%): 98.7837
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.86165
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9123
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= 976
involuntary context switches= 1457

runsolver used 0.014997 s user time and 0.040993 s system time

The end

Launcher Data (download as text)

Begin job on node62 on Mon Jan  8 17:14:08 UTC 2007


IDJOB= 226731
IDBENCH= 6006
FILE ID= node62/226731-1168276448

PBS_JOBID= 3483323

Free space on /tmp= 66554 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.65/rand-2-40-40-135-650-77_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/226731-1168276448/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node62/watcher-226731-1168276448 -o ROOT/results/node62/solver-226731-1168276448 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/226731-1168276448/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  007f509b0deee6888476b46b5254815d

RANDOM SEED= 247967385

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.259
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.259
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:       1772944 kB
Buffers:         30636 kB
Cached:         154664 kB
SwapCached:          0 kB
Active:         141976 kB
Inactive:        89396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1772944 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6348 kB
Writeback:           0 kB
Mapped:          65104 kB
Slab:            36796 kB
Committed_AS:  4700668 kB
PageTables:       2012 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 node62 on Mon Jan  8 17:14:18 UTC 2007