Trace number 237193

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 3.53246 3.58571

DiagnosticValue
CHECKS75
NODES5254

General information on the benchmark

Namezhou/
sudoku368.xml
MD5SUM0c7403b321e2aac148b9ce615436b00f
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.111982
SatisfiableYES
(Un)Satisfiability was proved
Number of variables1309
Number of constraints75
Maximum constraint arity25
Maximum domain size11
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)allDifferent(75)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/237193-1168083285/unknown.xml
0.37	   
0.37	   domains being loaded...
0.48	   
0.48	   variables being loaded...
0.60	     nbVariables=1309  nbDomainTypes=1295  minDomainSize=1  maxDomainSize=11
0.60	       =>  wckTime=0.284  cpuTime=0.19  mem=10M787
0.60	   
0.60	   constraints being loaded...
0.66	     nbConstraints=75  nbGlobalConstraints=75  nbSingletonDomainVariables=1026  nbSharedBinaryRepresentations=0
0.66	     maxDegree=3  maxArity=25
0.66	       =>  wckTime=0.352  cpuTime=0.24  mem=12M737
0.71	   
0.71	   solver IterativeSystematicSolver being built... 
0.96	       =>  wckTime=0.647  cpuTime=0.45  mem=24M434
1.10	   
1.10	   preprocessing
1.10	     nbConstraintChecks=0  nbPropagations=1309  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
1.10	     detectedInconsistency=no
1.10	       =>  wckTime=0.142  cpuTime=0.12  mem=25M410
1.15	   
1.15	   search
1.15	     run=0  nbConstraintChecks=0  nbPropagations=1499  nbRevisions=0  nbUselessRevisions=0  nbAssignments=23
1.15	     nbFailedAssignments=3  nbBacktracks=11  nbVisitedNodes=30  nbRestartNogoods=0  mapSize=5  nbInferences=0
1.15	     nbTooLargeKeys=0
1.15	       =>  wckTime=0.189  cpuTime=0.15  mem=26M401
1.20	   
1.20	   search
1.20	     run=1  nbConstraintChecks=0  nbPropagations=3466  nbRevisions=0  nbUselessRevisions=0  nbAssignments=76
1.20	     nbFailedAssignments=7  nbBacktracks=27  nbVisitedNodes=92  nbRestartNogoods=1  mapSize=13  nbInferences=0
1.20	     nbTooLargeKeys=0
1.20	       =>  wckTime=0.242  cpuTime=0.21  mem=27M376
1.29	   
1.29	   search
1.29	     run=2  nbConstraintChecks=0  nbPropagations=6196  nbRevisions=0  nbUselessRevisions=0  nbAssignments=204
1.29	     nbFailedAssignments=12  nbBacktracks=111  nbVisitedNodes=230  nbRestartNogoods=2  mapSize=21  nbInferences=0
1.29	     nbTooLargeKeys=0
1.29	       =>  wckTime=0.33  cpuTime=0.29  mem=28M351
1.35	   
1.35	   search
1.35	     run=3  nbConstraintChecks=0  nbPropagations=9463  nbRevisions=0  nbUselessRevisions=0  nbAssignments=302
1.35	     nbFailedAssignments=21  nbBacktracks=164  nbVisitedNodes=344  nbRestartNogoods=4  mapSize=33  nbInferences=0
1.35	     nbTooLargeKeys=0
1.35	       =>  wckTime=0.391  cpuTime=0.35  mem=29M327
1.45	   
1.45	   search
1.45	     run=4  nbConstraintChecks=0  nbPropagations=13532  nbRevisions=0  nbUselessRevisions=0  nbAssignments=474
1.45	     nbFailedAssignments=31  nbBacktracks=214  nbVisitedNodes=535  nbRestartNogoods=7  mapSize=46  nbInferences=0
1.45	     nbTooLargeKeys=0
1.45	       =>  wckTime=0.488  cpuTime=0.44  mem=30M302
1.55	   
1.55	   search
1.55	     run=5  nbConstraintChecks=0  nbPropagations=18387  nbRevisions=0  nbUselessRevisions=0  nbAssignments=659
1.55	     nbFailedAssignments=47  nbBacktracks=300  nbVisitedNodes=740  nbRestartNogoods=13  mapSize=65  nbInferences=0
1.55	     nbTooLargeKeys=0
1.55	       =>  wckTime=0.587  cpuTime=0.54  mem=32M252
1.68	   
1.68	   search
1.68	     run=6  nbConstraintChecks=0  nbPropagations=24510  nbRevisions=0  nbUselessRevisions=0  nbAssignments=887
1.68	     nbFailedAssignments=79  nbBacktracks=413  nbVisitedNodes=1021  nbRestartNogoods=14  mapSize=117  nbInferences=0
1.68	     nbTooLargeKeys=0
1.68	       =>  wckTime=0.721  cpuTime=0.68  mem=34M203
1.93	   
1.93	   search
1.93	     run=7  nbConstraintChecks=0  nbPropagations=32178  nbRevisions=0  nbUselessRevisions=0  nbAssignments=1428
1.93	     nbFailedAssignments=93  nbBacktracks=598  nbVisitedNodes=1588  nbRestartNogoods=15  mapSize=138  nbInferences=0
1.93	     nbTooLargeKeys=0
1.93	       =>  wckTime=0.966  cpuTime=0.91  mem=36M153
2.19	   
2.19	   search
2.19	     run=8  nbConstraintChecks=0  nbPropagations=41455  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2011
2.19	     nbFailedAssignments=103  nbBacktracks=987  nbVisitedNodes=2196  nbRestartNogoods=20  mapSize=162  nbInferences=0
2.19	     nbTooLargeKeys=0
2.19	       =>  wckTime=1.231  cpuTime=1.16  mem=39M78
2.43	   
2.43	   search
2.43	     run=9  nbConstraintChecks=0  nbPropagations=52549  nbRevisions=0  nbUselessRevisions=0  nbAssignments=2503
2.43	     nbFailedAssignments=111  nbBacktracks=1397  nbVisitedNodes=2713  nbRestartNogoods=22  mapSize=186  nbInferences=0
2.43	     nbTooLargeKeys=0
2.43	       =>  wckTime=1.472  cpuTime=1.4  mem=42M4
2.83	   
2.83	   search
2.83	     run=10  nbConstraintChecks=0  nbPropagations=67677  nbRevisions=0  nbUselessRevisions=0  nbAssignments=3265
2.83	     nbFailedAssignments=199  nbBacktracks=1980  nbVisitedNodes=3679  nbRestartNogoods=23  mapSize=386  nbInferences=0
2.83	     nbTooLargeKeys=0
2.83	       =>  wckTime=1.87  cpuTime=1.79  mem=47M855
3.55	   
3.55	   search
3.55	     run=11  nbConstraintChecks=75  nbPropagations=89187  nbRevisions=0  nbUselessRevisions=0  nbAssignments=5254
3.55	     nbFailedAssignments=283  nbBacktracks=2576  nbVisitedNodes=5824  nbRestartNogoods=27  mapSize=534  nbInferences=0
3.55	     nbTooLargeKeys=0
3.55	       =>  wckTime=2.591  cpuTime=2.49  mem=11M712
3.55	   
3.55	   global
3.55	     nbConstraintChecks=75  nbPropagations=90496  nbRestartNogoods=27  solvingWckTime=2.592  solvingCpuTime=2.49
3.55	     expiredTime=no  totalExploration=no  nbFoundSolutions=1  globalCpuTime=3.0
3.55	       =>  wckTime=3.242  cpuTime=2.95  mem=11M712
3.55	   
3.55	s SATISFIABLE
3.55	v 5 18 7 12 4 23 0 19 11 21 23 7 18 1 2 19 6 15 7 18 19 20 0 13 1 19 3 16 9 23 0 10 1 5 13 17 20 22 7 12 22 11 5 13 2 3 16 6 19 12 4 18 9 23 21 21 0 22 8 11 20 15 6 19 3 16 17 1 5 13 24 7 12 18 24 4 6 15 16 2 9 0 14 8 22 20 11 5 1 21 23 10 12 18 4 19 2 1 17 5 24 12 8 11 22 20 15 3 23 21 9 0 19 16 3 6 21 0 9 10 23 7 24 18 11 20 14 13 17 2 7 4 1 11 10 21 19 4 12 7 14 20 11 8 0 21 10 23 16 19 15 5 13 18 18 12 1 5 22 11 14 16 23 16 19 3 20 22 8 11 14 10 23 21 9 13 17 2 4 24 18 12 1 17 5 19 3 24 12 21 10 11 21 10 1 2 5 8 20 18 4 12 16 22 8 11 24 4 7 17 2 13 1 15 16 3 10 21 9 18 12 7 4 24 23 9 0 3 19 8 14 11 20 22 2 5 13 14 20 22 8 9 0 23 21 13 1 12 18 16 13 5 4 0 21 14 13 1 23 21 7 4 24 12 7 20 14 8 13 1 9 23 0 24 7 16 22 8 14 17 1 2 5 2 1 13 17 24 21 9 10 6 3 16 15 8 14 20 22 0 9 10 20 11 8 14 22 4 12 24 13 5 17 16 3 4 12 24 16 3 6 15 14 11 8 22 9 21 23 10 5 2 17 6 15 21 2 11 14 8 18 4 24 14 20 8 17 1 15 24 7 10 0 10 23 9 14 2 18 4 12 7 3 19 5 17 1 13 23 10 21 11 14 8 22 20 2 17 13 9 0 7 24 3 6 15 16 13 18 7 4 14 6 19 16 10 15 4 12 22 8 1 5 19 3 16 15 6 12 24 18 1 5 13 17 2 21 9 0 10 23 11 14 20 22 8 17 5 13 2 22 14 20 8 10 9 21 0 23 24 12 7 4 18 15 3 19 16 6 0 9 23 15 16 3 6 24 18 22 20 14 11 8 17 13 5 1 2 22 9 3 6 1 17 2 12 4 7 24 4 24 7 13 2 17 20 8 6 15 19 3 0 10 21 9 15 6 0 1 5 7 13 2 15 16 6 7 4 18 0 23 9 22 20 8 14 23 0 9 17 13 11 22 14 7 24 19 6 15 3 20 14 18 12 5 6 19 23 0 21 10 6 16 15 1 17 11 3 16 15 6 19 10 5 17 2 4 24 7 6 3 15 19 2 17 1 18 12 24 7 23 9 10 8 20 22 11 2 17 5 10 0 9 8 22 20 14 11 18 24 4 12 6 15 16 3 19 18 22 11 17 5 2 16 15 3 6 19 0 10 23 21 10 21 9 18 12 4 15 19 6 3 11 20 13 2 1 13 17 0 9 10 4 12 24 6 15 14 20 8 24 20 11 8 14 22 16 3 6 15 21 17 1 21 9 10 4 12 24 14 11 8 22 2 15 6 3 16 15 13 5 17 9 21 23 10 11 14 8 24 7 8 14 20 22 16 3 5 2 17 18 4 24 10 0 10 23 9 12 7 14 8 22 20 13 15 14 3 19 2 17 13 18 7 4 5 17 1 13 9 0 14 4 12 2 23 10 21 7 24 6 19 16 22 8 18 4 11 3 6 15 16 10 1 5 19 3 16 15 6 17 5 13 2 0 9 23 22 4 24 7 12 24 18 22 14 20 8 15 16 3 6 9 13 2 17 1 5 13 17 2 10 9 21 0 23 24 18 3 6 20 8 21 9 0 10 23 24 12 7 4 18 22 20 14 11 8 1 17 2 6 15 19 3 11 14 20 22 8 15 3 19 16 6 17 13 5 1 2 12 4 7 24 0 10 21 9 15 6 13 2 23 0 9 20 14 15 16 6 17 13 18 12 21 10 0 7 4 18 11 22 14 5 6 16 15 1 5 0 23 9 7 24 6 19 7 22 20 8 14 19 6 15 3 23 0 1 17 11 6 3 15 19 2 17 5 18 10 21 9 3 16 15 6 19 2 17 1 10 0 9 22 11 18 12 4 10 18 12 24 7 8 22 20 14 11 17 5 2 15 19 6 3 5 17 2 23 9 10 18 24 4 12 16 15 3 6 19 11 20 4 24 7 8 20 22 11 6 15 16 3 19 0 10 23 21 13 2 6 8 10 19 1 21 11 0 3 5 1 21 23 2 18 3 12 5 9 14 15 16 4 9 3 14 16 13 0 20 6 15 10 17 24 13 16 20 9 14 15 24 17 10 22 1 7 6 2 17 24 10 15 22 4 6 18 2 23 8 5 11 19 7 0 20 4 13 16 12 3 5 17 22 10 24 15 7 6 2 18 23 8 11 23 5 14 9 12 3 15 22 20 8 17 10 21 7 19 13 16 4 0 20 3 12 9 9 14 12 5 3 7 19 1 21 11 13 20 0 4 16 2 6 18 23 8 15 17 24 10 22 10 22 24 17 13 2 8 23 18 6 9 14 19 1 7 11 4 16 14 9 3 15 24 22 17 11 7 19 2 8 18 6 12 3 14 9 5 7 0 16 20 13 23 6 17 10 22 24 15 11 21 8 2 6 9 3 14 5 17 22 24 15 0 20 4 16 6 8 23 2 22 17 24 15 11 1 0 13 5 9 14 12 3 24 15 22 10 17 20 13 0 16 23 6 18 8 2 9 14 3 11 19 21 11 18 6 9 3 12 16 0 14 7 19 4 18 6 23 22 17 15 10 6 2 8 18 10 1 7 20 0 5 3 4 14 22 17 24 19 18 2 6 23 15 24 13 4 16 6 2 14 12 5 11 19 21 14 1 4 13 20 0 6 10 15 17 15 24 10 4 2 8 6 21 19 11 20 0 12 5 24 17 15 10 21 1 18 6 8 15 22 7 19 21 16 9 12 3 1 7 8 3 9 10 15 17 4 20 13 
3.55	d NODES 5254
3.55	d CHECKS 75
3.55	   
3.56	   totalWckTime=3.319  totalCpuTime=3.0

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/node6/watcher-237193-1168083285 -o ROOT/results/node6/solver-237193-1168083285 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/237193-1168083285/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.69 1.61 1.72 1/81 10689
/proc/meminfo: memFree=1239320/2055924 swapFree=4165672/4192956
[pid=10688] ppid=10686 vsize=1784 CPUtime=0
/proc/10688/stat : 10688 (java) D 10686 10688 10221 0 -1 0 165 0 0 0 0 0 0 0 18 0 1 0 156724685 1826816 136 18446744073709551615 134512640 134570532 4294956640 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/10688/statm: 446 140 106 14 0 91 0

[startup+0.102884 s]
/proc/loadavg: 0.69 1.61 1.72 1/81 10689
/proc/meminfo: memFree=1239320/2055924 swapFree=4165672/4192956
[pid=10688] ppid=10686 vsize=914988 CPUtime=0.08
/proc/10688/stat : 10688 (java) D 10686 10688 10221 0 -1 0 2988 0 1 0 7 1 0 0 17 0 8 0 156724685 936947712 2734 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10688/statm: 228747 2734 1426 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.510927 s]
/proc/loadavg: 0.69 1.61 1.72 1/81 10689
/proc/meminfo: memFree=1239320/2055924 swapFree=4165672/4192956
[pid=10688] ppid=10686 vsize=915328 CPUtime=0.48
/proc/10688/stat : 10688 (java) R 10686 10688 10221 0 -1 0 6218 0 1 0 45 3 0 0 16 0 8 0 156724685 937295872 5957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10688/statm: 228832 5957 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915328

[startup+1.33302 s]
/proc/loadavg: 0.69 1.61 1.72 4/88 10696
/proc/meminfo: memFree=1204576/2055924 swapFree=4165672/4192956
[pid=10688] ppid=10686 vsize=915452 CPUtime=1.29
/proc/10688/stat : 10688 (java) R 10686 10688 10221 0 -1 0 12137 0 1 0 123 6 0 0 17 0 8 0 156724685 937422848 11875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073948183 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10688/statm: 228863 11875 2512 14 0 215333 0
[pid=10688/tid=10690] ppid=10686 vsize=915452 CPUtime=0.03
/proc/10688/task/10690/stat : 10690 (java) S 10686 10688 10221 0 -1 64 448 0 0 0 3 0 0 0 16 0 8 0 156724689 937422848 11875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10688/tid=10691] ppid=10686 vsize=915452 CPUtime=0
/proc/10688/task/10691/stat : 10691 (java) S 10686 10688 10221 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156724689 937422848 11875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10688/tid=10692] ppid=10686 vsize=915452 CPUtime=0
/proc/10688/task/10692/stat : 10692 (java) S 10686 10688 10221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156724689 937422848 11875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10688/tid=10693] ppid=10686 vsize=915452 CPUtime=0
/proc/10688/task/10693/stat : 10693 (java) S 10686 10688 10221 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156724693 937422848 11875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10688/tid=10694] ppid=10686 vsize=915452 CPUtime=0.21
/proc/10688/task/10694/stat : 10694 (java) S 10686 10688 10221 0 -1 64 401 0 0 0 20 1 0 0 16 0 8 0 156724693 937422848 11875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10688/tid=10695] ppid=10686 vsize=915452 CPUtime=0
/proc/10688/task/10695/stat : 10695 (java) S 10686 10688 10221 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156724693 937422848 11875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10688/tid=10696] ppid=10686 vsize=915452 CPUtime=0
/proc/10688/task/10696/stat : 10696 (java) S 10686 10688 10221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156724693 937422848 11875 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915452

[startup+2.98522 s]
/proc/loadavg: 0.69 1.61 1.72 2/88 10696
/proc/meminfo: memFree=1191264/2055924 swapFree=4165672/4192956
[pid=10688] ppid=10686 vsize=915452 CPUtime=2.94
/proc/10688/stat : 10688 (java) R 10686 10688 10221 0 -1 0 17300 0 1 0 285 9 0 0 17 0 8 0 156724685 937422848 17036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073661647 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10688/statm: 228863 17036 2512 14 0 215333 0
[pid=10688/tid=10690] ppid=10686 vsize=915452 CPUtime=0.03
/proc/10688/task/10690/stat : 10690 (java) S 10686 10688 10221 0 -1 64 448 0 0 0 3 0 0 0 17 0 8 0 156724689 937422848 17036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10688/tid=10691] ppid=10686 vsize=915452 CPUtime=0
/proc/10688/task/10691/stat : 10691 (java) S 10686 10688 10221 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156724689 937422848 17036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10688/tid=10692] ppid=10686 vsize=915452 CPUtime=0
/proc/10688/task/10692/stat : 10692 (java) S 10686 10688 10221 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156724689 937422848 17036 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10688/tid=10693] ppid=10686 vsize=915452 CPUtime=0
/proc/10688/task/10693/stat : 10693 (java) S 10686 10688 10221 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 156724693 937422848 17037 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10688/tid=10694] ppid=10686 vsize=915452 CPUtime=0.24
/proc/10688/task/10694/stat : 10694 (java) S 10686 10688 10221 0 -1 64 419 0 0 0 23 1 0 0 15 0 8 0 156724693 937422848 17037 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10688/tid=10695] ppid=10686 vsize=915452 CPUtime=0
/proc/10688/task/10695/stat : 10695 (java) S 10686 10688 10221 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156724693 937422848 17037 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=10688/tid=10696] ppid=10686 vsize=915452 CPUtime=0
/proc/10688/task/10696/stat : 10696 (java) S 10686 10688 10221 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 156724693 937422848 17038 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 3.58571
CPU time (s): 3.53246
CPU user time (s): 3.42348
CPU system time (s): 0.108983
CPU usage (%): 98.515
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.42348
system time used= 0.108983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17963
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= 1033
involuntary context switches= 96

runsolver used 0.008998 s user time and 0.014997 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Sat Jan  6 11:34:48 UTC 2007


IDJOB= 237193
IDBENCH= 6905
FILE ID= node6/237193-1168083285

PBS_JOBID= 3476223

Free space on /tmp= 66531 MiB

BENCH NAME= HOME/pub/bench/CPAI06/zhou/sudoku368.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/237193-1168083285/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-237193-1168083285 -o ROOT/results/node6/solver-237193-1168083285 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/237193-1168083285/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  0c7403b321e2aac148b9ce615436b00f

RANDOM SEED= 616290568

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:      2055924 kB
MemFree:       1239736 kB
Buffers:         83248 kB
Cached:         598544 kB
SwapCached:       3036 kB
Active:         359880 kB
Inactive:       360228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1239736 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            1876 kB
Writeback:           0 kB
Mapped:          47408 kB
Slab:            81120 kB
Committed_AS:  4247272 kB
PageTables:       2196 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= 66531 MiB



End job on node6 on Sat Jan  6 11:34:59 UTC 2007