Trace number 229407

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 ACSAT 6.50401 6.63895

DiagnosticValue
CHECKS34749821
NODES31400

General information on the benchmark

Nametightness/tightness0.35/
rand-2-40-16-250-350-57_ext.xml
MD5SUM4ebeaf1f45841fb7b55f99f32cebce1b
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 benchmark2.44663
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints250
Maximum constraint arity2
Maximum domain size16
Number of constraints which are defined in extension250
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.40	   
0.40	Abscon 109 (November, 2006)
0.40	   
0.40	   configuration
0.40	     name=mac.xml
0.43	   
0.43	   instance
0.43	     name=/tmp/evaluation/229407-1168080962/unknown.xml
0.46	   
0.46	   domains being loaded...
0.47	   
0.47	   variables being loaded...
0.50	     nbVariables=40  nbDomainTypes=1  minDomainSize=16  maxDomainSize=16
0.50	       =>  wckTime=0.096  cpuTime=0.09  mem=6M951
0.50	   
0.50	   relations being loaded...
0.57	   
0.57	   constraints being loaded...
0.68	     nbConstraints=250  nbRelationTypes=250  nbExtensionStructures=250  nbSharedExtensionStructures=0
0.68	     nbConflictsStructures=250  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=1385  maxDegree=19
0.68	     maxArity=2
0.68	       =>  wckTime=0.274  cpuTime=0.2  mem=11M893
0.72	   
0.72	   solver IterativeSystematicSolver being built... 
0.87	       =>  wckTime=0.464  cpuTime=0.34  mem=13M736
0.87	   
0.87	   preprocessing
0.87	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.87	     detectedInconsistency=no
0.87	       =>  wckTime=0.0040  cpuTime=0.0  mem=13M736
0.92	   
0.92	   search
0.92	     run=0  nbConstraintChecks=28866  nbPropagations=519  nbRevisions=4698  nbUselessRevisions=3526  nbAssignments=25
0.92	     nbFailedAssignments=10  nbBacktracks=12  nbVisitedNodes=44  nbRestartNogoods=0  mapSize=11  nbInferences=0
0.92	     nbTooLargeKeys=0
0.92	       =>  wckTime=0.05  cpuTime=0.02  mem=14M711
0.94	   
0.94	   search
0.94	     run=1  nbConstraintChecks=56961  nbPropagations=1554  nbRevisions=14443  nbUselessRevisions=11076  nbAssignments=56
0.94	     nbFailedAssignments=20  nbBacktracks=27  nbVisitedNodes=91  nbRestartNogoods=1  mapSize=22  nbInferences=0
0.94	     nbTooLargeKeys=0
0.94	       =>  wckTime=0.066  cpuTime=0.04  mem=14M711
0.96	   
0.96	   search
0.96	     run=2  nbConstraintChecks=103837  nbPropagations=3434  nbRevisions=32698  nbUselessRevisions=25188
0.96	     nbAssignments=100  nbFailedAssignments=37  nbBacktracks=51  nbVisitedNodes=166  nbRestartNogoods=4  mapSize=44
0.96	     nbInferences=0  nbTooLargeKeys=0
0.96	       =>  wckTime=0.086  cpuTime=0.05  mem=14M711
0.97	   
0.97	   search
0.97	     run=3  nbConstraintChecks=159744  nbPropagations=6294  nbRevisions=60994  nbUselessRevisions=46887
0.97	     nbAssignments=153  nbFailedAssignments=54  nbBacktracks=84  nbVisitedNodes=251  nbRestartNogoods=6  mapSize=69
0.97	     nbInferences=0  nbTooLargeKeys=0
0.97	       =>  wckTime=0.099  cpuTime=0.06  mem=14M711
0.99	   
0.99	   search
0.99	     run=4  nbConstraintChecks=275804  nbPropagations=11079  nbRevisions=110159  nbUselessRevisions=84512
0.99	     nbAssignments=259  nbFailedAssignments=104  nbBacktracks=134  nbVisitedNodes=439  nbRestartNogoods=7  mapSize=117
0.99	     nbInferences=0  nbTooLargeKeys=0
0.99	       =>  wckTime=0.124  cpuTime=0.08  mem=14M711
1.03	   
1.03	   search
1.03	     run=5  nbConstraintChecks=422065  nbPropagations=18404  nbRevisions=185692  nbUselessRevisions=142204
1.03	     nbAssignments=395  nbFailedAssignments=160  nbBacktracks=211  nbVisitedNodes=678  nbRestartNogoods=9  mapSize=185
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.157  cpuTime=0.11  mem=14M711
1.07	   
1.07	   search
1.07	     run=6  nbConstraintChecks=623391  nbPropagations=29208  nbRevisions=297750  nbUselessRevisions=227571
1.07	     nbAssignments=579  nbFailedAssignments=226  nbBacktracks=324  nbVisitedNodes=988  nbRestartNogoods=13  mapSize=271
1.07	     nbInferences=0  nbTooLargeKeys=0
1.07	       =>  wckTime=0.198  cpuTime=0.15  mem=14M711
1.13	   
1.13	   search
1.13	     run=7  nbConstraintChecks=937364  nbPropagations=45501  nbRevisions=467801  nbUselessRevisions=357063
1.13	     nbAssignments=871  nbFailedAssignments=342  nbBacktracks=495  nbVisitedNodes=1500  nbRestartNogoods=19  mapSize=418
1.13	     nbInferences=0  nbTooLargeKeys=0
1.13	       =>  wckTime=0.26  cpuTime=0.21  mem=14M711
1.22	   
1.22	   search
1.22	     run=8  nbConstraintChecks=1358199  nbPropagations=69536  nbRevisions=720163  nbUselessRevisions=549720
1.22	     nbAssignments=1305  nbFailedAssignments=515  nbBacktracks=751  nbVisitedNodes=2238  nbRestartNogoods=25
1.22	     mapSize=621  nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.35  cpuTime=0.3  mem=14M711
1.36	   
1.36	   search
1.36	     run=9  nbConstraintChecks=2041810  nbPropagations=105531  nbRevisions=1100241  nbUselessRevisions=840030
1.36	     nbAssignments=1944  nbFailedAssignments=766  nbBacktracks=1135  nbVisitedNodes=3344  nbRestartNogoods=28
1.36	     mapSize=941  nbInferences=0  nbTooLargeKeys=0
1.36	       =>  wckTime=0.488  cpuTime=0.43  mem=14M711
1.40	   
1.40	   INFO : Stopping hyperNogood (mapSize=1043, nbTooLargekeys=0, mem=14M711)
1.54	   
1.54	   search
1.54	     run=10  nbConstraintChecks=3020966  nbPropagations=159259  nbRevisions=1667934  nbUselessRevisions=1274046
1.54	     nbAssignments=2930  nbFailedAssignments=1171  nbBacktracks=1712  nbVisitedNodes=5066  nbRestartNogoods=33
1.54	       =>  wckTime=0.668  cpuTime=0.6  mem=14M711
1.80	   
1.80	   search
1.80	     run=11  nbConstraintChecks=4597208  nbPropagations=240058  nbRevisions=2530351  nbUselessRevisions=1932831
1.80	     nbAssignments=4380  nbFailedAssignments=1754  nbBacktracks=2576  nbVisitedNodes=7592  nbRestartNogoods=40
1.80	       =>  wckTime=0.928  cpuTime=0.85  mem=14M711
2.16	   
2.16	   search
2.16	     run=12  nbConstraintChecks=6751386  nbPropagations=360677  nbRevisions=3811823  nbUselessRevisions=2912077
2.16	     nbAssignments=6573  nbFailedAssignments=2644  nbBacktracks=3874  nbVisitedNodes=11394  nbRestartNogoods=43
2.16	       =>  wckTime=1.289  cpuTime=1.22  mem=14M711
2.75	   
2.75	   search
2.75	     run=13  nbConstraintChecks=10429183  nbPropagations=543892  nbRevisions=5768014  nbUselessRevisions=4403535
2.75	     nbAssignments=9902  nbFailedAssignments=4018  nbBacktracks=5823  nbVisitedNodes=17234  nbRestartNogoods=49
2.75	       =>  wckTime=1.878  cpuTime=1.8  mem=14M711
3.64	   
3.64	   search
3.64	     run=14  nbConstraintChecks=16058231  nbPropagations=822083  nbRevisions=8748404  nbUselessRevisions=6673983
3.64	     nbAssignments=14857  nbFailedAssignments=6047  nbBacktracks=8743  nbVisitedNodes=25913  nbRestartNogoods=61
3.64	       =>  wckTime=2.767  cpuTime=2.69  mem=14M711
4.91	   
4.91	   search
4.91	     run=15  nbConstraintChecks=24034622  nbPropagations=1237720  nbRevisions=13212035  nbUselessRevisions=10074491
4.91	     nbAssignments=22121  nbFailedAssignments=8929  nbBacktracks=13121  nbVisitedNodes=38530  nbRestartNogoods=66
4.91	       =>  wckTime=4.044  cpuTime=3.97  mem=14M711
6.60	   
6.60	   search
6.60	     run=16  nbConstraintChecks=34749821  nbPropagations=1832284  nbRevisions=19615614  nbUselessRevisions=14950100
6.60	     nbAssignments=31400  nbFailedAssignments=12743  nbBacktracks=18546  nbVisitedNodes=54761  nbRestartNogoods=73
6.60	       =>  wckTime=5.73  cpuTime=5.65  mem=14M711
6.60	   
6.60	   global
6.60	     nbConstraintChecks=34749821  nbPropagations=1832324  nbRevisions=19615614  nbUselessRevisions=14950100
6.60	     nbRestartNogoods=73  solvingWckTime=5.731  solvingCpuTime=5.65  expiredTime=no  totalExploration=no
6.60	     nbFoundSolutions=1  globalCpuTime=6.04
6.60	       =>  wckTime=6.198  cpuTime=5.99  mem=14M711
6.60	   
6.60	s SATISFIABLE
6.60	v 0 7 10 0 8 4 4 10 8 9 15 2 15 0 6 3 4 4 8 11 15 0 0 6 10 15 5 13 8 9 10 9 14 0 1 12 2 1 9 5 
6.60	d NODES 31400
6.60	d CHECKS 34749821
6.60	   
6.60	   totalWckTime=6.274  totalCpuTime=6.05

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/node5/watcher-229407-1168080962 -o ROOT/results/node5/solver-229407-1168080962 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229407-1168080962/unknown.xml 

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

/proc/loadavg: 0.11 1.07 1.63 3/81 7895
/proc/meminfo: memFree=1439264/2055920 swapFree=4192812/4192956
[pid=7894] ppid=7892 vsize=1784 CPUtime=0
/proc/7894/stat : 7894 (java) R 7892 7894 6917 0 -1 0 169 0 0 0 0 0 0 0 18 0 1 0 136712204 1826816 141 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/7894/statm: 454 146 111 14 0 99 0

[startup+0.107856 s]
/proc/loadavg: 0.11 1.07 1.63 3/81 7895
/proc/meminfo: memFree=1439264/2055920 swapFree=4192812/4192956
[pid=7894] ppid=7892 vsize=47976 CPUtime=0
/proc/7894/stat : 7894 (java) D 7892 7894 6917 0 -1 0 1223 0 1 0 0 0 0 0 17 0 1 0 136712204 49127424 972 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 2147483391 0 7368 18446744072099781622 0 0 17 0 0 0
/proc/7894/statm: 11994 972 769 14 0 1707 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 47976

[startup+0.515906 s]
/proc/loadavg: 0.11 1.07 1.63 3/81 7895
/proc/meminfo: memFree=1439264/2055920 swapFree=4192812/4192956
[pid=7894] ppid=7892 vsize=915328 CPUtime=0.4
/proc/7894/stat : 7894 (java) S 7892 7894 6917 0 -1 0 6135 0 1 0 36 4 0 0 16 0 8 0 136712204 937295872 5874 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7894/statm: 228832 5874 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 915328

[startup+1.338 s]
/proc/loadavg: 0.11 1.07 1.63 2/88 7902
/proc/meminfo: memFree=1415848/2055920 swapFree=4192812/4192956
[pid=7894] ppid=7892 vsize=915452 CPUtime=1.22
/proc/7894/stat : 7894 (java) R 7892 7894 6917 0 -1 0 8582 0 1 0 116 6 0 0 17 0 8 0 136712204 937422848 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073810433 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7894/statm: 228863 8320 2513 14 0 215333 0
[pid=7894/tid=7896] ppid=7892 vsize=915452 CPUtime=0.03
/proc/7894/task/7896/stat : 7896 (java) S 7892 7894 6917 0 -1 64 243 0 0 0 3 0 0 0 16 0 8 0 136712218 937422848 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7894/tid=7897] ppid=7892 vsize=915452 CPUtime=0
/proc/7894/task/7897/stat : 7897 (java) S 7892 7894 6917 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 136712218 937422848 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7894/tid=7898] ppid=7892 vsize=915452 CPUtime=0
/proc/7894/task/7898/stat : 7898 (java) S 7892 7894 6917 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136712218 937422848 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7894/tid=7899] ppid=7892 vsize=915452 CPUtime=0
/proc/7894/task/7899/stat : 7899 (java) S 7892 7894 6917 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 136712221 937422848 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7894/tid=7900] ppid=7892 vsize=915452 CPUtime=0.19
/proc/7894/task/7900/stat : 7900 (java) S 7892 7894 6917 0 -1 64 381 0 0 0 19 0 0 0 16 0 8 0 136712221 937422848 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7894/tid=7901] ppid=7892 vsize=915452 CPUtime=0
/proc/7894/task/7901/stat : 7901 (java) S 7892 7894 6917 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 136712221 937422848 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7894/tid=7902] ppid=7892 vsize=915452 CPUtime=0
/proc/7894/task/7902/stat : 7902 (java) S 7892 7894 6917 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 136712221 937422848 8320 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 915452

[startup+2.99018 s]
/proc/loadavg: 0.11 1.07 1.63 2/88 7902
/proc/meminfo: memFree=1415592/2055920 swapFree=4192812/4192956
[pid=7894] ppid=7892 vsize=915452 CPUtime=2.87
/proc/7894/stat : 7894 (java) R 7892 7894 6917 0 -1 0 8611 0 1 0 281 6 0 0 17 0 8 0 136712204 937422848 8347 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073821549 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7894/statm: 228863 8347 2513 14 0 215333 0
[pid=7894/tid=7896] ppid=7892 vsize=915452 CPUtime=0.03
/proc/7894/task/7896/stat : 7896 (java) S 7892 7894 6917 0 -1 64 243 0 0 0 3 0 0 0 17 0 8 0 136712218 937422848 8347 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7894/tid=7897] ppid=7892 vsize=915452 CPUtime=0
/proc/7894/task/7897/stat : 7897 (java) S 7892 7894 6917 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 136712218 937422848 8347 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7894/tid=7898] ppid=7892 vsize=915452 CPUtime=0
/proc/7894/task/7898/stat : 7898 (java) S 7892 7894 6917 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136712218 937422848 8347 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7894/tid=7899] ppid=7892 vsize=915452 CPUtime=0
/proc/7894/task/7899/stat : 7899 (java) S 7892 7894 6917 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 136712221 937422848 8347 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7894/tid=7900] ppid=7892 vsize=915452 CPUtime=0.2
/proc/7894/task/7900/stat : 7900 (java) S 7892 7894 6917 0 -1 64 388 0 0 0 20 0 0 0 16 0 8 0 136712221 937422848 8347 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7894/tid=7901] ppid=7892 vsize=915452 CPUtime=0
/proc/7894/task/7901/stat : 7901 (java) S 7892 7894 6917 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 136712221 937422848 8347 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7894/tid=7902] ppid=7892 vsize=915452 CPUtime=0
/proc/7894/task/7902/stat : 7902 (java) R 7892 7894 6917 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 136712221 937422848 8347 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 915452

[startup+6.26856 s]
/proc/loadavg: 0.18 1.07 1.62 3/88 7902
/proc/meminfo: memFree=1415592/2055920 swapFree=4192812/4192956
[pid=7894] ppid=7892 vsize=915452 CPUtime=6.15
/proc/7894/stat : 7894 (java) R 7892 7894 6917 0 -1 0 8615 0 1 0 609 6 0 0 24 0 8 0 136712204 937422848 8351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073794423 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/7894/statm: 228863 8351 2513 14 0 215333 0
[pid=7894/tid=7896] ppid=7892 vsize=915452 CPUtime=0.03
/proc/7894/task/7896/stat : 7896 (java) S 7892 7894 6917 0 -1 64 243 0 0 0 3 0 0 0 16 0 8 0 136712218 937422848 8351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=7894/tid=7897] ppid=7892 vsize=915452 CPUtime=0
/proc/7894/task/7897/stat : 7897 (java) S 7892 7894 6917 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 136712218 937422848 8351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7894/tid=7898] ppid=7892 vsize=915452 CPUtime=0
/proc/7894/task/7898/stat : 7898 (java) S 7892 7894 6917 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 136712218 937422848 8351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7894/tid=7899] ppid=7892 vsize=915452 CPUtime=0
/proc/7894/task/7899/stat : 7899 (java) S 7892 7894 6917 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 136712221 937422848 8351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7894/tid=7900] ppid=7892 vsize=915452 CPUtime=0.2
/proc/7894/task/7900/stat : 7900 (java) S 7892 7894 6917 0 -1 64 388 0 0 0 20 0 0 0 16 0 8 0 136712221 937422848 8351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7894/tid=7901] ppid=7892 vsize=915452 CPUtime=0
/proc/7894/task/7901/stat : 7901 (java) S 7892 7894 6917 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 136712221 937422848 8351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=7894/tid=7902] ppid=7892 vsize=915452 CPUtime=0
/proc/7894/task/7902/stat : 7902 (java) S 7892 7894 6917 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 136712221 937422848 8351 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 6.63895
CPU time (s): 6.50401
CPU user time (s): 6.43102
CPU system time (s): 0.072988
CPU usage (%): 97.9674
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.43102
system time used= 0.072988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8706
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= 945
involuntary context switches= 97

runsolver used 0.009998 s user time and 0.018997 s system time

The end

Launcher Data (download as text)

Begin job on node5 on Sat Jan  6 10:56:09 UTC 2007


IDJOB= 229407
IDBENCH= 6302
FILE ID= node5/229407-1168080962

PBS_JOBID= 3475804

Free space on /tmp= 66333 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.35/rand-2-40-16-250-350-57_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229407-1168080962/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node5/watcher-229407-1168080962 -o ROOT/results/node5/solver-229407-1168080962 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/229407-1168080962/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  4ebeaf1f45841fb7b55f99f32cebce1b

RANDOM SEED= 482947338

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.240
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.240
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:       1439744 kB
Buffers:         49168 kB
Cached:         432340 kB
SwapCached:          0 kB
Active:          88168 kB
Inactive:       441384 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1439744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1868 kB
Writeback:           0 kB
Mapped:          67020 kB
Slab:            71784 kB
Committed_AS:  3192948 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= 66331 MiB



End job on node5 on Sat Jan  6 10:56:32 UTC 2007