Trace number 218040

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 8.66768 8.73455

DiagnosticValue
CHECKS6482718
NODES7710

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-7_ext.xml
MD5SUM7d2984ef6837313f4e889efc17585244
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.66768
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.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=mac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/218040-1168079532/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.40	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.40	       =>  wckTime=0.093  cpuTime=0.09  mem=6M951
0.40	   
0.40	   relations being loaded...
0.66	   
0.66	   constraints being loaded...
0.81	     nbConstraints=57  nbRelationTypes=57  nbExtensionStructures=57  nbSharedExtensionStructures=0
0.81	     nbConflictsStructures=57  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=3
0.81	       =>  wckTime=0.504  cpuTime=0.47  mem=41M561
0.88	   
0.88	   solver IterativeSystematicSolver being built... 
1.03	       =>  wckTime=0.729  cpuTime=0.59  mem=21M7
1.04	   
1.04	   preprocessing
1.04	     nbConstraintChecks=0  nbPropagations=20  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.04	     detectedInconsistency=no
1.04	       =>  wckTime=0.0030  cpuTime=0.0  mem=21M7
1.14	   
1.14	   search
1.14	     run=0  nbConstraintChecks=24086  nbValidityChecks=45880  nbPropagations=371  nbRevisions=3696
1.14	     nbUselessRevisions=2871  nbAssignments=32  nbFailedAssignments=18  nbBacktracks=10  nbVisitedNodes=59
1.14	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
1.14	       =>  wckTime=0.099  cpuTime=0.06  mem=21M7
1.19	   
1.19	   search
1.19	     run=1  nbConstraintChecks=57239  nbValidityChecks=115940  nbPropagations=1226  nbRevisions=12902
1.19	     nbUselessRevisions=10109  nbAssignments=75  nbFailedAssignments=41  nbBacktracks=25  nbVisitedNodes=138
1.19	     nbRestartNogoods=4  mapSize=25  nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.153  cpuTime=0.11  mem=21M7
1.26	   
1.26	   search
1.26	     run=2  nbConstraintChecks=99924  nbValidityChecks=203596  nbPropagations=2786  nbRevisions=29635
1.26	     nbUselessRevisions=23199  nbAssignments=135  nbFailedAssignments=74  nbBacktracks=48  nbVisitedNodes=249
1.26	     nbRestartNogoods=7  mapSize=46  nbInferences=0  nbTooLargeKeys=0
1.26	       =>  wckTime=0.22  cpuTime=0.17  mem=21M7
1.34	   
1.34	   search
1.34	     run=3  nbConstraintChecks=159732  nbValidityChecks=321933  nbPropagations=5185  nbRevisions=55922
1.34	     nbUselessRevisions=43919  nbAssignments=214  nbFailedAssignments=117  nbBacktracks=81  nbVisitedNodes=394
1.34	     nbRestartNogoods=12  mapSize=76  nbInferences=0  nbTooLargeKeys=0
1.34	       =>  wckTime=0.305  cpuTime=0.25  mem=21M7
1.55	   
1.55	   search
1.55	     run=4  nbConstraintChecks=324408  nbValidityChecks=651966  nbPropagations=10061  nbRevisions=107835
1.55	     nbUselessRevisions=84027  nbAssignments=411  nbFailedAssignments=259  nbBacktracks=131  nbVisitedNodes=780
1.55	     nbRestartNogoods=16  mapSize=126  nbInferences=0  nbTooLargeKeys=0
1.55	       =>  wckTime=0.511  cpuTime=0.45  mem=21M7
1.80	   
1.80	   search
1.80	     run=5  nbConstraintChecks=533448  nbValidityChecks=1037991  nbPropagations=17213  nbRevisions=186312
1.80	     nbUselessRevisions=144493  nbAssignments=632  nbFailedAssignments=400  nbBacktracks=206  nbVisitedNodes=1197
1.80	     nbRestartNogoods=29  mapSize=191  nbInferences=0  nbTooLargeKeys=0
1.81	       =>  wckTime=0.768  cpuTime=0.71  mem=21M7
2.09	   
2.09	   search
2.09	     run=6  nbConstraintChecks=749151  nbValidityChecks=1484327  nbPropagations=27623  nbRevisions=301373
2.09	     nbUselessRevisions=233744  nbAssignments=906  nbFailedAssignments=555  nbBacktracks=321  nbVisitedNodes=1707
2.09	     nbRestartNogoods=51  mapSize=298  nbInferences=0  nbTooLargeKeys=0
2.09	       =>  wckTime=1.053  cpuTime=0.99  mem=21M7
2.54	   
2.54	   search
2.54	     run=7  nbConstraintChecks=1118621  nbValidityChecks=2213429  nbPropagations=42822  nbRevisions=469300
2.54	     nbUselessRevisions=363482  nbAssignments=1323  nbFailedAssignments=796  nbBacktracks=493  nbVisitedNodes=2484
2.54	     nbRestartNogoods=57  mapSize=453  nbInferences=0  nbTooLargeKeys=0
2.54	       =>  wckTime=1.503  cpuTime=1.43  mem=21M7
3.44	   
3.44	   search
3.44	     run=8  nbConstraintChecks=1839798  nbValidityChecks=3650841  nbPropagations=67145  nbRevisions=745737
3.44	     nbUselessRevisions=577711  nbAssignments=2118  nbFailedAssignments=1330  nbBacktracks=750  nbVisitedNodes=4019
3.44	     nbRestartNogoods=61  mapSize=701  nbInferences=0  nbTooLargeKeys=0
3.44	       =>  wckTime=2.405  cpuTime=2.33  mem=21M975
4.26	   
4.26	   INFO : Stopping hyperNogood (mapSize=1017, nbTooLargekeys=0, mem=21M975)
4.36	   
4.36	   search
4.36	     run=9  nbConstraintChecks=2614566  nbValidityChecks=5211565  nbPropagations=102810  nbRevisions=1143264
4.36	     nbUselessRevisions=885107  nbAssignments=3068  nbFailedAssignments=1892  nbBacktracks=1134  nbVisitedNodes=5799
4.36	     nbRestartNogoods=69
4.36	       =>  wckTime=3.326  cpuTime=3.24  mem=21M975
5.66	   
5.66	   search
5.66	     run=10  nbConstraintChecks=3781868  nbValidityChecks=7508448  nbPropagations=153426  nbRevisions=1707247
5.66	     nbUselessRevisions=1320966  nbAssignments=4383  nbFailedAssignments=2625  nbBacktracks=1713  nbVisitedNodes=8224
5.66	     nbRestartNogoods=80
5.66	       =>  wckTime=4.62  cpuTime=4.52  mem=21M975
7.86	   
7.86	   search
7.86	     run=11  nbConstraintChecks=5744104  nbValidityChecks=11546968  nbPropagations=234242  nbRevisions=2602365
7.86	     nbUselessRevisions=2014606  nbAssignments=6880  nbFailedAssignments=4256  nbBacktracks=2578  nbVisitedNodes=12991
7.86	     nbRestartNogoods=91
7.86	       =>  wckTime=6.826  cpuTime=6.73  mem=21M975
8.68	   
8.68	   search
8.68	     run=12  nbConstraintChecks=6482718  nbValidityChecks=12996799  nbPropagations=324258  nbRevisions=3603843
8.68	     nbUselessRevisions=2791726  nbAssignments=7710  nbFailedAssignments=4755  nbBacktracks=2889  nbVisitedNodes=14545
8.68	     nbRestartNogoods=96
8.68	       =>  wckTime=7.642  cpuTime=7.54  mem=21M975
8.68	   
8.68	   global
8.68	     nbConstraintChecks=6482718  nbValidityChecks=12996799  nbPropagations=324278  nbRevisions=3603843
8.68	     nbUselessRevisions=2791726  nbRestartNogoods=96  solvingWckTime=7.643  solvingCpuTime=7.54  expiredTime=no
8.68	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=8.18
8.68	       =>  wckTime=8.375  cpuTime=8.13  mem=21M975
8.68	   
8.68	s SATISFIABLE
8.68	v 19 12 4 19 15 18 14 5 0 12 15 4 19 6 8 0 18 3 4 4 
8.68	d NODES 7710
8.68	d CHECKS 6482718
8.68	   
8.68	   totalWckTime=8.451  totalCpuTime=8.19

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/node56/watcher-218040-1168079532 -o ROOT/results/node56/solver-218040-1168079532 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/218040-1168079532/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.92 0.98 0.99 3/65 5468
/proc/meminfo: memFree=1666992/2055920 swapFree=4184772/4192956
[pid=5467] ppid=5465 vsize=1784 CPUtime=0
/proc/5467/stat : 5467 (java) D 5465 5467 4910 0 -1 0 192 0 0 0 0 0 0 0 18 0 1 0 156351780 1826816 158 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/5467/statm: 446 158 123 14 0 91 0

[startup+0.10552 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 5468
/proc/meminfo: memFree=1666992/2055920 swapFree=4184772/4192956
[pid=5467] ppid=5465 vsize=914988 CPUtime=0.08
/proc/5467/stat : 5467 (java) R 5465 5467 4910 0 -1 0 2996 0 1 0 7 1 0 0 17 0 8 0 156351780 936947712 2742 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072932359 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5467/statm: 228747 2742 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.513559 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 5468
/proc/meminfo: memFree=1666992/2055920 swapFree=4184772/4192956
[pid=5467] ppid=5465 vsize=915328 CPUtime=0.49
/proc/5467/stat : 5467 (java) R 5465 5467 4910 0 -1 0 7880 0 1 0 45 4 0 0 16 0 8 0 156351780 937295872 7619 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073562245 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5467/statm: 228832 7619 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33464 s]
/proc/loadavg: 0.92 0.98 0.99 2/72 5475
/proc/meminfo: memFree=1610688/2055920 swapFree=4184772/4192956
[pid=5467] ppid=5465 vsize=915460 CPUtime=1.3
/proc/5467/stat : 5467 (java) R 5465 5467 4910 0 -1 0 16782 0 1 0 121 9 0 0 17 0 8 0 156351780 937431040 16519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073774715 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5467/statm: 228865 16519 2517 14 0 215335 0
[pid=5467/tid=5469] ppid=5465 vsize=915460 CPUtime=0.05
/proc/5467/task/5469/stat : 5469 (java) S 5465 5467 4910 0 -1 64 1746 0 0 0 5 0 0 0 16 0 8 0 156351783 937431040 16519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5467/tid=5470] ppid=5465 vsize=915460 CPUtime=0
/proc/5467/task/5470/stat : 5470 (java) S 5465 5467 4910 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156351784 937431040 16519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5467/tid=5471] ppid=5465 vsize=915460 CPUtime=0
/proc/5467/task/5471/stat : 5471 (java) S 5465 5467 4910 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156351784 937431040 16519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5467/tid=5472] ppid=5465 vsize=915460 CPUtime=0
/proc/5467/task/5472/stat : 5472 (java) S 5465 5467 4910 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156351788 937431040 16519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5467/tid=5473] ppid=5465 vsize=915460 CPUtime=0.16
/proc/5467/task/5473/stat : 5473 (java) S 5465 5467 4910 0 -1 64 360 0 0 0 15 1 0 0 16 0 8 0 156351788 937431040 16519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5467/tid=5474] ppid=5465 vsize=915460 CPUtime=0
/proc/5467/task/5474/stat : 5474 (java) S 5465 5467 4910 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156351788 937431040 16519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5467/tid=5475] ppid=5465 vsize=915460 CPUtime=0
/proc/5467/task/5475/stat : 5475 (java) S 5465 5467 4910 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156351788 937431040 16519 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915460

[startup+2.9868 s]
/proc/loadavg: 0.93 0.98 0.99 2/72 5475
/proc/meminfo: memFree=1610560/2055920 swapFree=4184772/4192956
[pid=5467] ppid=5465 vsize=915460 CPUtime=2.96
/proc/5467/stat : 5467 (java) R 5465 5467 4910 0 -1 0 16799 0 1 0 286 10 0 0 17 0 8 0 156351780 937431040 16534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073609056 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5467/statm: 228865 16534 2517 14 0 215335 0
[pid=5467/tid=5469] ppid=5465 vsize=915460 CPUtime=0.05
/proc/5467/task/5469/stat : 5469 (java) S 5465 5467 4910 0 -1 64 1746 0 0 0 5 0 0 0 16 0 8 0 156351783 937431040 16534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5467/tid=5470] ppid=5465 vsize=915460 CPUtime=0
/proc/5467/task/5470/stat : 5470 (java) S 5465 5467 4910 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156351784 937431040 16534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5467/tid=5471] ppid=5465 vsize=915460 CPUtime=0
/proc/5467/task/5471/stat : 5471 (java) S 5465 5467 4910 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156351784 937431040 16534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5467/tid=5472] ppid=5465 vsize=915460 CPUtime=0
/proc/5467/task/5472/stat : 5472 (java) S 5465 5467 4910 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156351788 937431040 16534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5467/tid=5473] ppid=5465 vsize=915460 CPUtime=0.18
/proc/5467/task/5473/stat : 5473 (java) S 5465 5467 4910 0 -1 64 376 0 0 0 17 1 0 0 16 0 8 0 156351788 937431040 16534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5467/tid=5474] ppid=5465 vsize=915460 CPUtime=0
/proc/5467/task/5474/stat : 5474 (java) S 5465 5467 4910 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156351788 937431040 16534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5467/tid=5475] ppid=5465 vsize=915460 CPUtime=0
/proc/5467/task/5475/stat : 5475 (java) S 5465 5467 4910 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156351788 937431040 16534 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915460

[startup+6.28512 s]
/proc/loadavg: 0.93 0.98 0.99 2/72 5475
/proc/meminfo: memFree=1610560/2055920 swapFree=4184772/4192956
[pid=5467] ppid=5465 vsize=915460 CPUtime=6.25
/proc/5467/stat : 5467 (java) R 5465 5467 4910 0 -1 0 16811 0 1 0 615 10 0 0 19 0 8 0 156351780 937431040 16544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073796275 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5467/statm: 228865 16544 2518 14 0 215335 0
[pid=5467/tid=5469] ppid=5465 vsize=915460 CPUtime=0.05
/proc/5467/task/5469/stat : 5469 (java) S 5465 5467 4910 0 -1 64 1746 0 0 0 5 0 0 0 16 0 8 0 156351783 937431040 16544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=5467/tid=5470] ppid=5465 vsize=915460 CPUtime=0
/proc/5467/task/5470/stat : 5470 (java) S 5465 5467 4910 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156351784 937431040 16544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5467/tid=5471] ppid=5465 vsize=915460 CPUtime=0
/proc/5467/task/5471/stat : 5471 (java) S 5465 5467 4910 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156351784 937431040 16544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5467/tid=5472] ppid=5465 vsize=915460 CPUtime=0
/proc/5467/task/5472/stat : 5472 (java) S 5465 5467 4910 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156351788 937431040 16544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5467/tid=5473] ppid=5465 vsize=915460 CPUtime=0.19
/proc/5467/task/5473/stat : 5473 (java) S 5465 5467 4910 0 -1 64 386 0 0 0 18 1 0 0 16 0 8 0 156351788 937431040 16544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5467/tid=5474] ppid=5465 vsize=915460 CPUtime=0
/proc/5467/task/5474/stat : 5474 (java) S 5465 5467 4910 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156351788 937431040 16544 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=5467/tid=5475] ppid=5465 vsize=915460 CPUtime=0
/proc/5467/task/5475/stat : 5475 (java) S 5465 5467 4910 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156351788 937431040 16544 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

Child status: 0
Real time (s): 8.73455
CPU time (s): 8.66768
CPU user time (s): 8.5517
CPU system time (s): 0.115982
CPU usage (%): 99.2344
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.5517
system time used= 0.115982
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16818
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= 982
involuntary context switches= 310

runsolver used 0.007998 s user time and 0.033994 s system time

The end

Launcher Data (download as text)

Begin job on node56 on Sat Jan  6 10:32:13 UTC 2007


IDJOB= 218040
IDBENCH= 5191
FILE ID= node56/218040-1168079532

PBS_JOBID= 3476072

Free space on /tmp= 66520 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7d2984ef6837313f4e889efc17585244

RANDOM SEED= 778616328

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.232
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.232
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:       1667536 kB
Buffers:         29152 kB
Cached:         283016 kB
SwapCached:       2060 kB
Active:          51920 kB
Inactive:       269880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1667536 kB
SwapTotal:     4192956 kB
SwapFree:      4184772 kB
Dirty:            2848 kB
Writeback:           0 kB
Mapped:          16572 kB
Slab:            52636 kB
Committed_AS:  2659676 kB
PageTables:       1472 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= 66520 MiB



End job on node56 on Sat Jan  6 10:32:25 UTC 2007