Trace number 233804

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 15.2287 15.2718

DiagnosticValue
CHECKS118549582
NODES5910

General information on the benchmark

Nametaillard/os-taillard-7/
os-taillard-7-105-7.xml
MD5SUM4b8508d284c093fc67f4e21627fd3b1e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.053991
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables49
Number of constraints294
Maximum constraint arity2
Maximum domain size445
Number of constraints which are defined in extension0
Number of constraints which are defined in intension294
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28	   
0.28	Abscon 109 (November, 2006)
0.28	   
0.28	   configuration
0.28	     name=esac.xml
0.31	   
0.31	   instance
0.31	     name=/tmp/evaluation/233804-1168328351/unknown.xml
0.34	   
0.34	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=49  nbDomainTypes=49  minDomainSize=348  maxDomainSize=445
0.39	       =>  wckTime=0.105  cpuTime=0.09  mem=7M879
0.39	   
0.39	   predicates being loaded...
0.39	   
0.39	   constraints being loaded...
12.33	     nbConstraints=294  nbConvertedConstraints=294  nbConvertConstraintsChecks=45851603  nbExtensionStructures=294
12.33	     nbSharedExtensionStructures=0  nbConflictsStructures=294  nbSharedConflictsStructures=0
12.33	     nbSharedBinaryRepresentations=68687  maxDegree=12  maxArity=2
12.33	       =>  wckTime=12.042  cpuTime=11.93  mem=38M710
12.42	   
12.42	   solver IterativeSystematicSolver being built... 
12.57	       =>  wckTime=12.286  cpuTime=12.05  mem=29M149
12.64	   
12.64	   preprocessing
12.64	     nbConstraintChecks=1152750  nbPropagations=812  nbRevisions=1726  nbUselessRevisions=906  nbSingletonTests=70
12.64	     nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
12.64	       =>  wckTime=0.068  cpuTime=0.04  mem=29M149
12.78	   
12.78	   search
12.78	     run=0  nbConstraintChecks=2092486  nbPropagations=1483  nbRevisions=4513  nbUselessRevisions=1804  nbAssignments=99
12.78	     nbFailedAssignments=80  nbBacktracks=10  nbVisitedNodes=190  nbRestartNogoods=0  mapSize=10  nbInferences=0
12.78	     nbTooLargeKeys=0
12.78	       =>  wckTime=0.205  cpuTime=0.16  mem=29M149
13.61	   
13.61	   search
13.61	     run=1  nbConstraintChecks=46285160  nbPropagations=16806  nbRevisions=50601  nbUselessRevisions=22813
13.61	     nbAssignments=1744  nbFailedAssignments=1349  nbBacktracks=25  nbVisitedNodes=2767  nbRestartNogoods=42  mapSize=25
13.61	     nbInferences=0  nbTooLargeKeys=0
13.61	       =>  wckTime=1.033  cpuTime=0.97  mem=30M106
13.86	   
13.86	   search
13.86	     run=2  nbConstraintChecks=58697871  nbPropagations=34537  nbRevisions=111088  nbUselessRevisions=49431
13.86	     nbAssignments=2321  nbFailedAssignments=1895  nbBacktracks=47  nbVisitedNodes=3912  nbRestartNogoods=57  mapSize=47
13.86	     nbInferences=0  nbTooLargeKeys=0
13.86	       =>  wckTime=1.29  cpuTime=1.22  mem=30M106
14.45	   
14.45	   search
14.45	     run=3  nbConstraintChecks=86452884  nbPropagations=56689  nbRevisions=197144  nbUselessRevisions=84342
14.45	     nbAssignments=3411  nbFailedAssignments=2946  nbBacktracks=80  nbVisitedNodes=6086  nbRestartNogoods=79  mapSize=80
14.45	     nbInferences=0  nbTooLargeKeys=0
14.45	       =>  wckTime=1.872  cpuTime=1.79  mem=30M106
15.17	   
15.17	   search
15.17	     run=4  nbConstraintChecks=114455216  nbPropagations=92863  nbRevisions=372101  nbUselessRevisions=172062
15.17	     nbAssignments=5737  nbFailedAssignments=5204  nbBacktracks=130  nbVisitedNodes=10719  nbRestartNogoods=107
15.17	     mapSize=129  nbInferences=0  nbTooLargeKeys=0
15.17	       =>  wckTime=2.591  cpuTime=2.51  mem=30M106
15.24	   
15.24	   search
15.24	     run=5  nbConstraintChecks=117396832  nbPropagations=130727  nbRevisions=551834  nbUselessRevisions=262281
15.24	     nbAssignments=5910  nbFailedAssignments=5236  nbBacktracks=132  nbVisitedNodes=10835  nbRestartNogoods=122
15.24	     mapSize=130  nbInferences=0  nbTooLargeKeys=0
15.24	       =>  wckTime=2.669  cpuTime=2.59  mem=30M106
15.24	   
15.24	   global
15.24	     nbConstraintChecks=118549582  nbPropagations=131539  nbRevisions=553560  nbUselessRevisions=263187
15.24	     nbRestartNogoods=122  solvingWckTime=2.67  solvingCpuTime=2.6  expiredTime=no  totalExploration=no
15.25	     nbFoundSolutions=1  globalCpuTime=14.71
15.25	       =>  wckTime=14.96  cpuTime=14.66  mem=30M106
15.25	   
15.25	s SATISFIABLE
15.25	v 390 364 152 409 0 172 281 152 80 232 190 391 282 0 68 213 140 134 0 348 57 226 96 294 0 146 362 259 286 384 213 0 367 132 57 144 92 259 166 0 293 403 306 142 0 226 364 269 80 
15.25	d NODES 5910
15.25	d CHECKS 118549582
15.25	   
15.25	   totalWckTime=15.035  totalCpuTime=14.71

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/node41/watcher-233804-1168328351 -o ROOT/results/node41/solver-233804-1168328351 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/233804-1168328351/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.85 1.39 1.78 4/74 17370
/proc/meminfo: memFree=1482984/2055920 swapFree=4191892/4192956
[pid=17369] ppid=17367 vsize=1784 CPUtime=0
/proc/17369/stat : 17369 (java) R 17367 17369 17156 0 -1 0 374 0 0 0 0 0 0 0 18 0 1 0 181234416 1826816 163 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 1962788 0 2147483391 4096 0 0 0 0 17 0 0 0
/proc/17369/statm: 446 163 128 14 0 91 0

[startup+0.108161 s]
/proc/loadavg: 0.85 1.39 1.78 4/74 17370
/proc/meminfo: memFree=1482984/2055920 swapFree=4191892/4192956
[pid=17369] ppid=17367 vsize=914988 CPUtime=0.09
/proc/17369/stat : 17369 (java) R 17367 17369 17156 0 -1 0 3155 0 1 0 8 1 0 0 22 0 8 0 181234416 936947712 2901 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 2397819 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17369/statm: 228747 2901 1488 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.519196 s]
/proc/loadavg: 0.85 1.39 1.78 4/74 17370
/proc/meminfo: memFree=1482984/2055920 swapFree=4191892/4192956
[pid=17369] ppid=17367 vsize=915460 CPUtime=0.51
/proc/17369/stat : 17369 (java) R 17367 17369 17156 0 -1 0 6907 0 1 0 47 4 0 0 25 0 8 0 181234416 937431040 6646 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17369/statm: 228865 6646 2166 14 0 215335 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 915460

[startup+1.34427 s]
/proc/loadavg: 0.85 1.39 1.78 3/81 17377
/proc/meminfo: memFree=1463280/2055920 swapFree=4191892/4192956
[pid=17369] ppid=17367 vsize=915460 CPUtime=1.33
/proc/17369/stat : 17369 (java) R 17367 17369 17156 0 -1 0 7441 0 1 0 129 4 0 0 25 0 8 0 181234416 937431040 7179 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073641296 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17369/statm: 228865 7179 2167 14 0 215335 0
[pid=17369/tid=17371] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17371/stat : 17371 (java) S 17367 17369 17156 0 -1 64 7 0 0 0 0 0 0 0 17 0 8 0 181234420 937431040 7179 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17372] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17372/stat : 17372 (java) S 17367 17369 17156 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 181234420 937431040 7179 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17373] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17373/stat : 17373 (java) S 17367 17369 17156 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 181234420 937431040 7179 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17374] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17374/stat : 17374 (java) S 17367 17369 17156 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181234423 937431040 7179 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17375] ppid=17367 vsize=915460 CPUtime=0.09
/proc/17369/task/17375/stat : 17375 (java) S 17367 17369 17156 0 -1 64 323 0 0 0 9 0 0 0 16 0 8 0 181234423 937431040 7179 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17376] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17376/stat : 17376 (java) S 17367 17369 17156 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181234423 937431040 7179 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17377] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17377/stat : 17377 (java) S 17367 17369 17156 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181234423 937431040 7179 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 915460

[startup+2.98141 s]
/proc/loadavg: 0.95 1.40 1.78 3/81 17377
/proc/meminfo: memFree=1460080/2055920 swapFree=4191892/4192956
[pid=17369] ppid=17367 vsize=915460 CPUtime=2.94
/proc/17369/stat : 17369 (java) R 17367 17369 17156 0 -1 0 8450 0 1 0 289 5 0 0 25 0 8 0 181234416 937431040 8188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073642554 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17369/statm: 228865 8188 2167 14 0 215335 0
[pid=17369/tid=17371] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17371/stat : 17371 (java) S 17367 17369 17156 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 181234420 937431040 8188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17372] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17372/stat : 17372 (java) S 17367 17369 17156 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 181234420 937431040 8188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17373] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17373/stat : 17373 (java) S 17367 17369 17156 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 181234420 937431040 8188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17374] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17374/stat : 17374 (java) S 17367 17369 17156 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181234423 937431040 8188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17375] ppid=17367 vsize=915460 CPUtime=0.09
/proc/17369/task/17375/stat : 17375 (java) S 17367 17369 17156 0 -1 64 325 0 0 0 9 0 0 0 16 0 8 0 181234423 937431040 8188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17376] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17376/stat : 17376 (java) S 17367 17369 17156 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181234423 937431040 8188 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17377] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17377/stat : 17377 (java) S 17367 17369 17156 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181234423 937431040 8188 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) 915460

[startup+6.2607 s]
/proc/loadavg: 0.95 1.40 1.78 3/81 17377
/proc/meminfo: memFree=1452032/2055920 swapFree=4191892/4192956
[pid=17369] ppid=17367 vsize=915460 CPUtime=6.23
/proc/17369/stat : 17369 (java) R 17367 17369 17156 0 -1 0 10422 0 1 0 617 6 0 0 25 0 8 0 181234416 937431040 10160 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073642496 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17369/statm: 228865 10160 2168 14 0 215335 0
[pid=17369/tid=17371] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17371/stat : 17371 (java) S 17367 17369 17156 0 -1 64 7 0 0 0 0 0 0 0 16 0 8 0 181234420 937431040 10160 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17372] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17372/stat : 17372 (java) S 17367 17369 17156 0 -1 64 9 0 0 0 0 0 0 0 20 0 8 0 181234420 937431040 10160 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17373] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17373/stat : 17373 (java) S 17367 17369 17156 0 -1 64 4 0 0 0 0 0 0 0 21 0 8 0 181234420 937431040 10160 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17374] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17374/stat : 17374 (java) S 17367 17369 17156 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181234423 937431040 10160 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17375] ppid=17367 vsize=915460 CPUtime=0.11
/proc/17369/task/17375/stat : 17375 (java) S 17367 17369 17156 0 -1 64 337 0 0 0 11 0 0 0 16 0 8 0 181234423 937431040 10160 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17376] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17376/stat : 17376 (java) S 17367 17369 17156 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181234423 937431040 10160 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17377] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17377/stat : 17377 (java) S 17367 17369 17156 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181234423 937431040 10160 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915460

[startup+12.7463 s]
/proc/loadavg: 1.11 1.42 1.78 3/81 17377
/proc/meminfo: memFree=1421384/2055920 swapFree=4191892/4192956
[pid=17369] ppid=17367 vsize=915460 CPUtime=12.7
/proc/17369/stat : 17369 (java) R 17367 17369 17156 0 -1 0 18221 0 1 0 1261 9 0 0 25 0 8 0 181234416 937431040 17957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073848157 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/17369/statm: 228865 17957 2542 14 0 215335 0
[pid=17369/tid=17371] ppid=17367 vsize=915460 CPUtime=0.07
/proc/17369/task/17371/stat : 17371 (java) S 17367 17369 17156 0 -1 64 3785 0 0 0 7 0 0 0 16 0 8 0 181234420 937431040 17957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17372] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17372/stat : 17372 (java) S 17367 17369 17156 0 -1 64 10 0 0 0 0 0 0 0 16 0 8 0 181234420 937431040 17957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17373] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17373/stat : 17373 (java) S 17367 17369 17156 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 181234420 937431040 17957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17374] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17374/stat : 17374 (java) S 17367 17369 17156 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 181234423 937431040 17957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17375] ppid=17367 vsize=915460 CPUtime=0.18
/proc/17369/task/17375/stat : 17375 (java) S 17367 17369 17156 0 -1 64 374 0 0 0 18 0 0 0 16 0 8 0 181234423 937431040 17957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17376] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17376/stat : 17376 (java) S 17367 17369 17156 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 181234423 937431040 17957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17369/tid=17377] ppid=17367 vsize=915460 CPUtime=0
/proc/17369/task/17377/stat : 17377 (java) S 17367 17369 17156 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181234423 937431040 17957 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 15.2718
CPU time (s): 15.2287
CPU user time (s): 15.1187
CPU system time (s): 0.109983
CPU usage (%): 99.7177
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.1187
system time used= 0.109983
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18252
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= 1478
involuntary context switches= 1630

runsolver used 0.015997 s user time and 0.049992 s system time

The end

Launcher Data (download as text)

Begin job on node41 on Tue Jan  9 07:39:12 UTC 2007


IDJOB= 233804
IDBENCH= 6638
FILE ID= node41/233804-1168328351

PBS_JOBID= 3503247

Free space on /tmp= 66560 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-7/os-taillard-7-105-7.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/233804-1168328351/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node41/watcher-233804-1168328351 -o ROOT/results/node41/solver-233804-1168328351 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/233804-1168328351/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  4b8508d284c093fc67f4e21627fd3b1e

RANDOM SEED= 222752068

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.234
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.234
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:       1483464 kB
Buffers:         74524 kB
Cached:         416720 kB
SwapCached:        396 kB
Active:         200016 kB
Inactive:       313336 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1483464 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            3160 kB
Writeback:           0 kB
Mapped:          32172 kB
Slab:            44612 kB
Committed_AS:  3887900 kB
PageTables:       1836 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= 66560 MiB



End job on node41 on Tue Jan  9 07:39:27 UTC 2007