Trace number 235285

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 62.3105 62.4041

DiagnosticValue
CHECKS4504404
NODES110

General information on the benchmark

Nametaillard/os-taillard-10/
os-taillard-10-105-5.xml
MD5SUM7b8cab6ec70ebd45de2b8c6678d6df2b
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.215966
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables100
Number of constraints900
Maximum constraint arity2
Maximum domain size565
Number of constraints which are defined in extension0
Number of constraints which are defined in intension900
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/235285-1168336984/unknown.xml
0.35	   
0.35	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.41	     nbVariables=100  nbDomainTypes=100  minDomainSize=467  maxDomainSize=565
0.41	       =>  wckTime=0.123  cpuTime=0.1  mem=8M841
0.41	   
0.41	   predicates being loaded...
0.42	   
0.42	   constraints being loaded...
61.38	     nbConstraints=900  nbConvertedConstraints=900  nbConvertConstraintsChecks=243221414  nbExtensionStructures=900
61.38	     nbSharedExtensionStructures=0  nbConflictsStructures=900  nbSharedConflictsStructures=0
61.38	     nbSharedBinaryRepresentations=309411  maxDegree=18  maxArity=2
61.38	       =>  wckTime=61.089  cpuTime=60.19  mem=109M312
61.65	   
61.65	   solver IterativeSystematicSolver being built... 
61.80	       =>  wckTime=61.512  cpuTime=60.33  mem=99M130
61.99	   
61.99	   preprocessing
61.99	     nbConstraintChecks=2619570  nbPropagations=1526  nbRevisions=2880  nbUselessRevisions=1430  nbSingletonTests=115
61.99	     nbEffectiveSingletonTests=0  nbESACBranches=2  nbRemovedValues=0  detectedInconsistency=no
61.99	       =>  wckTime=0.181  cpuTime=0.15  mem=99M130
62.32	   
62.32	   search
62.32	     run=0  nbConstraintChecks=1884834  nbPropagations=2521  nbRevisions=5820  nbUselessRevisions=3076
62.32	     nbAssignments=110  nbFailedAssignments=10  nbBacktracks=0  nbVisitedNodes=121  nbRestartNogoods=0  mapSize=0
62.32	     nbInferences=0  nbTooLargeKeys=0
62.32	       =>  wckTime=0.513  cpuTime=0.47  mem=100M114
62.32	   
62.32	   global
62.32	     nbConstraintChecks=4504404  nbPropagations=4047  nbRevisions=8700  nbUselessRevisions=4506  nbRestartNogoods=0
62.32	     solvingWckTime=0.515  solvingCpuTime=0.47  expiredTime=no  totalExploration=no  nbFoundSolutions=1
62.32	     globalCpuTime=60.85
62.32	       =>  wckTime=62.032  cpuTime=60.8  mem=100M114
62.32	   
62.32	s SATISFIABLE
62.32	v 287 75 487 87 195 148 0 158 324 401 485 416 351 186 0 170 339 59 240 308 338 422 377 188 0 490 50 516 84 286 436 324 223 0 286 144 156 474 355 405 176 90 196 475 327 438 290 466 0 361 0 104 491 506 460 84 256 186 372 282 407 426 75 176 498 393 0 339 287 240 438 377 336 0 281 483 95 229 255 162 196 471 154 290 237 338 229 0 188 256 485 273 351 229 90 338 178 308 0 413 
62.32	d NODES 110
62.33	d CHECKS 4504404
62.33	   
62.33	   totalWckTime=62.105  totalCpuTime=60.87

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

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

/proc/loadavg: 1.00 1.01 1.25 3/65 11429
/proc/meminfo: memFree=1508304/2055920 swapFree=4191892/4192956
[pid=11428] ppid=11426 vsize=1784 CPUtime=0
/proc/11428/stat : 11428 (java) R 11426 11428 9164 0 -1 0 192 0 0 0 0 0 0 0 18 0 1 0 182096986 1826816 158 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/11428/statm: 446 158 123 14 0 91 0

[startup+0.107254 s]
/proc/loadavg: 1.00 1.01 1.25 3/65 11429
/proc/meminfo: memFree=1508304/2055920 swapFree=4191892/4192956
[pid=11428] ppid=11426 vsize=914988 CPUtime=0.08
/proc/11428/stat : 11428 (java) R 11426 11428 9164 0 -1 0 3058 0 1 0 7 1 0 0 17 0 8 0 182096986 936947712 2804 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11428/statm: 228747 2804 1449 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.518323 s]
/proc/loadavg: 1.00 1.01 1.25 3/65 11429
/proc/meminfo: memFree=1508304/2055920 swapFree=4191892/4192956
[pid=11428] ppid=11426 vsize=915328 CPUtime=0.51
/proc/11428/stat : 11428 (java) R 11426 11428 9164 0 -1 0 7139 0 1 0 47 4 0 0 17 0 8 0 182096986 937295872 6878 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073603293 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11428/statm: 228832 6880 2145 14 0 215302 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 915328

[startup+1.33845 s]
/proc/loadavg: 1.00 1.01 1.25 2/72 11436
/proc/meminfo: memFree=1484440/2055920 swapFree=4191892/4192956
[pid=11428] ppid=11426 vsize=915448 CPUtime=1.32
/proc/11428/stat : 11428 (java) R 11426 11428 9164 0 -1 0 8437 0 1 0 128 4 0 0 19 0 8 0 182096986 937418752 8175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073751046 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11428/statm: 228862 8175 2167 14 0 215332 0
[pid=11428/tid=11430] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11430/stat : 11430 (java) S 11426 11428 9164 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 182096990 937418752 8175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11428/tid=11431] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11431/stat : 11431 (java) S 11426 11428 9164 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 182096990 937418752 8175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11428/tid=11432] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11432/stat : 11432 (java) S 11426 11428 9164 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 182096990 937418752 8175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11428/tid=11433] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11433/stat : 11433 (java) S 11426 11428 9164 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 182096993 937418752 8175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11428/tid=11434] ppid=11426 vsize=915448 CPUtime=0.14
/proc/11428/task/11434/stat : 11434 (java) S 11426 11428 9164 0 -1 64 357 0 0 0 14 0 0 0 16 0 8 0 182096993 937418752 8175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11428/tid=11435] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11435/stat : 11435 (java) S 11426 11428 9164 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 182096993 937418752 8175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11428/tid=11436] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11436/stat : 11436 (java) S 11426 11428 9164 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182096993 937418752 8175 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915448

[startup+2.97473 s]
/proc/loadavg: 1.00 1.01 1.25 2/72 11436
/proc/meminfo: memFree=1481944/2055920 swapFree=4191892/4192956
[pid=11428] ppid=11426 vsize=915448 CPUtime=2.96
/proc/11428/stat : 11428 (java) R 11426 11428 9164 0 -1 0 9362 0 1 0 291 5 0 0 19 0 8 0 182096986 937418752 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073751132 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11428/statm: 228862 9100 2167 14 0 215332 0
[pid=11428/tid=11430] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11430/stat : 11430 (java) S 11426 11428 9164 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 182096990 937418752 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11428/tid=11431] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11431/stat : 11431 (java) S 11426 11428 9164 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 182096990 937418752 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11428/tid=11432] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11432/stat : 11432 (java) S 11426 11428 9164 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 182096990 937418752 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11428/tid=11433] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11433/stat : 11433 (java) S 11426 11428 9164 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 182096993 937418752 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11428/tid=11434] ppid=11426 vsize=915448 CPUtime=0.14
/proc/11428/task/11434/stat : 11434 (java) S 11426 11428 9164 0 -1 64 358 0 0 0 14 0 0 0 16 0 8 0 182096993 937418752 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11428/tid=11435] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11435/stat : 11435 (java) S 11426 11428 9164 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 182096993 937418752 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11428/tid=11436] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11436/stat : 11436 (java) S 11426 11428 9164 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182096993 937418752 9100 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915448

[startup+6.27129 s]
/proc/loadavg: 1.00 1.01 1.24 2/72 11436
/proc/meminfo: memFree=1474456/2055920 swapFree=4191892/4192956
[pid=11428] ppid=11426 vsize=915448 CPUtime=6.26
/proc/11428/stat : 11428 (java) R 11426 11428 9164 0 -1 0 11146 0 1 0 620 6 0 0 25 0 8 0 182096986 937418752 10884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073767238 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11428/statm: 228862 10884 2167 14 0 215332 0
[pid=11428/tid=11430] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11430/stat : 11430 (java) S 11426 11428 9164 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 182096990 937418752 10884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11428/tid=11431] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11431/stat : 11431 (java) S 11426 11428 9164 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 182096990 937418752 10884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11428/tid=11432] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11432/stat : 11432 (java) S 11426 11428 9164 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 182096990 937418752 10884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11428/tid=11433] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11433/stat : 11433 (java) S 11426 11428 9164 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 182096993 937418752 10884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11428/tid=11434] ppid=11426 vsize=915448 CPUtime=0.14
/proc/11428/task/11434/stat : 11434 (java) S 11426 11428 9164 0 -1 64 359 0 0 0 14 0 0 0 16 0 8 0 182096993 937418752 10884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11428/tid=11435] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11435/stat : 11435 (java) S 11426 11428 9164 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 182096993 937418752 10884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11428/tid=11436] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11436/stat : 11436 (java) S 11426 11428 9164 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182096993 937418752 10884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 915448

[startup+12.7424 s]
/proc/loadavg: 1.00 1.01 1.24 2/72 11436
/proc/meminfo: memFree=1460072/2055920 swapFree=4191892/4192956
[pid=11428] ppid=11426 vsize=915448 CPUtime=12.72
/proc/11428/stat : 11428 (java) R 11426 11428 9164 0 -1 0 14589 0 1 0 1264 8 0 0 25 0 8 0 182096986 937418752 14327 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073767395 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11428/statm: 228862 14327 2168 14 0 215332 0
[pid=11428/tid=11430] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11430/stat : 11430 (java) S 11426 11428 9164 0 -1 64 8 0 0 0 0 0 0 0 16 0 8 0 182096990 937418752 14327 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11428/tid=11431] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11431/stat : 11431 (java) S 11426 11428 9164 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 182096990 937418752 14327 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11428/tid=11432] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11432/stat : 11432 (java) S 11426 11428 9164 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 182096990 937418752 14327 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11428/tid=11433] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11433/stat : 11433 (java) S 11426 11428 9164 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 182096993 937418752 14327 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11428/tid=11434] ppid=11426 vsize=915448 CPUtime=0.17
/proc/11428/task/11434/stat : 11434 (java) S 11426 11428 9164 0 -1 64 371 0 0 0 16 1 0 0 15 0 8 0 182096993 937418752 14327 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11428/tid=11435] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11435/stat : 11435 (java) S 11426 11428 9164 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 182096993 937418752 14327 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11428/tid=11436] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11436/stat : 11436 (java) S 11426 11428 9164 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182096993 937418752 14327 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.72
Current children cumulated vsize (KiB) 915448

[startup+25.5945 s]
/proc/loadavg: 1.00 1.01 1.24 2/72 11436
/proc/meminfo: memFree=1422568/2055920 swapFree=4191892/4192956
[pid=11428] ppid=11426 vsize=915448 CPUtime=25.56
/proc/11428/stat : 11428 (java) R 11426 11428 9164 0 -1 0 23818 0 1 0 2544 12 0 0 25 0 8 0 182096986 937418752 23554 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073751078 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11428/statm: 228862 23554 2179 14 0 215332 0
[pid=11428/tid=11430] ppid=11426 vsize=915448 CPUtime=0.28
/proc/11428/task/11430/stat : 11430 (java) S 11426 11428 9164 0 -1 64 7262 0 0 0 26 2 0 0 16 0 8 0 182096990 937418752 23554 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=11428/tid=11431] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11431/stat : 11431 (java) S 11426 11428 9164 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182096990 937418752 23554 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11428/tid=11432] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11432/stat : 11432 (java) S 11426 11428 9164 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 182096990 937418752 23554 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11428/tid=11433] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11433/stat : 11433 (java) S 11426 11428 9164 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 182096993 937418752 23554 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11428/tid=11434] ppid=11426 vsize=915448 CPUtime=0.17
/proc/11428/task/11434/stat : 11434 (java) S 11426 11428 9164 0 -1 64 372 0 0 0 16 1 0 0 16 0 8 0 182096993 937418752 23554 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11428/tid=11435] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11435/stat : 11435 (java) S 11426 11428 9164 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 182096993 937418752 23554 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11428/tid=11436] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11436/stat : 11436 (java) S 11426 11428 9164 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182096993 937418752 23554 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.56
Current children cumulated vsize (KiB) 915448

[startup+51.2848 s]
/proc/loadavg: 1.07 1.02 1.24 2/72 11436
/proc/meminfo: memFree=1381736/2055920 swapFree=4191892/4192956
[pid=11428] ppid=11426 vsize=915448 CPUtime=51.23
/proc/11428/stat : 11428 (java) R 11426 11428 9164 0 -1 0 34016 0 1 0 5106 17 0 0 25 0 8 0 182096986 937418752 33750 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073752256 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/11428/statm: 228862 33750 2179 14 0 215332 0
[pid=11428/tid=11430] ppid=11426 vsize=915448 CPUtime=0.69
/proc/11428/task/11430/stat : 11430 (java) S 11426 11428 9164 0 -1 64 17453 0 0 0 64 5 0 0 16 0 8 0 182096990 937418752 33750 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=11428/tid=11431] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11431/stat : 11431 (java) S 11426 11428 9164 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 182096990 937418752 33750 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11428/tid=11432] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11432/stat : 11432 (java) S 11426 11428 9164 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 182096990 937418752 33750 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11428/tid=11433] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11433/stat : 11433 (java) S 11426 11428 9164 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 182096993 937418752 33750 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=11428/tid=11434] ppid=11426 vsize=915448 CPUtime=0.18
/proc/11428/task/11434/stat : 11434 (java) S 11426 11428 9164 0 -1 64 377 0 0 0 17 1 0 0 16 0 8 0 182096993 937418752 33750 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11428/tid=11435] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11435/stat : 11435 (java) S 11426 11428 9164 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 182096993 937418752 33750 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=11428/tid=11436] ppid=11426 vsize=915448 CPUtime=0
/proc/11428/task/11436/stat : 11436 (java) S 11426 11428 9164 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 182096993 937418752 33750 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.23
Current children cumulated vsize (KiB) 915448

Child status: 0
Real time (s): 62.4041
CPU time (s): 62.3105
CPU user time (s): 62.0656
CPU system time (s): 0.244962
CPU usage (%): 99.85
Max. virtual memory (cumulated for all children) (KiB): 915448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.0656
system time used= 0.244962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40396
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= 2140
involuntary context switches= 285

runsolver used 0.070989 s user time and 0.158975 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Tue Jan  9 10:03:04 UTC 2007


IDJOB= 235285
IDBENCH= 6756
FILE ID= node50/235285-1168336984

PBS_JOBID= 3503340

Free space on /tmp= 66561 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7b8cab6ec70ebd45de2b8c6678d6df2b

RANDOM SEED= 976343330

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.263
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	: 5931.00
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.263
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:       1508784 kB
Buffers:         74528 kB
Cached:         400328 kB
SwapCached:        396 kB
Active:         180044 kB
Inactive:       310088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1508784 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            1768 kB
Writeback:           0 kB
Mapped:          24032 kB
Slab:            42988 kB
Committed_AS:  4482388 kB
PageTables:       1460 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= 66561 MiB



End job on node50 on Tue Jan  9 10:04:07 UTC 2007