Trace number 233462

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
galac 1? (problem) 195.408 196.441

General information on the benchmark

Nametaillard/os-taillard-15/
os-taillard-15-100-5.xml
MD5SUMd426cad722d5bc2bb5dc5b0719d02128
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.288956
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size959
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.09	c --- Preproc Stats ---
196.31	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node17/watcher-233462-1168326414 -o ROOT/results/node17/solver-233462-1168326414 -C 1800 -M 900 /tmp/evaluation/233462-1168326414/galac.sh /tmp/evaluation/233462-1168326414/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: 2.22 2.07 2.02 5/88 6372
/proc/meminfo: memFree=1448720/2055920 swapFree=4192812/4192956
[pid=6371] ppid=6369 vsize=6348 CPUtime=0
/proc/6371/stat : 6371 (galac.sh) R 6369 6371 6230 0 -1 4194304 261 0 0 0 0 0 0 0 20 0 1 0 181036160 6500352 216 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482881106 0 0 4096 8192 0 0 0 17 1 0 0
/proc/6371/statm: 1587 216 165 79 0 123 0

[startup+0.104933 s]
/proc/loadavg: 2.22 2.07 2.02 5/88 6372
/proc/meminfo: memFree=1448720/2055920 swapFree=4192812/4192956
[pid=6371] ppid=6369 vsize=47572 CPUtime=0.01
/proc/6371/stat : 6371 (galac.sh) S 6369 6371 6230 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 181036160 48713728 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6371/statm: 11893 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.512973 s]
/proc/loadavg: 2.22 2.07 2.02 5/88 6372
/proc/meminfo: memFree=1448720/2055920 swapFree=4192812/4192956
[pid=6371] ppid=6369 vsize=47572 CPUtime=0.01
/proc/6371/stat : 6371 (galac.sh) S 6369 6371 6230 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 181036160 48713728 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6371/statm: 11893 363 245 79 0 218 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.33607 s]
/proc/loadavg: 2.22 2.07 2.02 4/96 6392
/proc/meminfo: memFree=1401040/2055920 swapFree=4192812/4192956
[pid=6371] ppid=6369 vsize=47572 CPUtime=0.01
/proc/6371/stat : 6371 (galac.sh) S 6369 6371 6230 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 181036160 48713728 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6371/statm: 11893 363 245 79 0 218 0
[pid=6385] ppid=6371 vsize=861016 CPUtime=1.22
/proc/6385/stat : 6385 (java) R 6371 6371 6230 0 -1 0 13941 0 1 0 115 7 0 0 19 0 8 0 181036170 881680384 13693 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6385/statm: 215254 13693 1989 14 0 201459 0
[pid=6385/tid=6386] ppid=6371 vsize=861016 CPUtime=0.09
/proc/6385/task/6386/stat : 6386 (java) R 6371 6371 6230 0 -1 64 4162 0 0 0 8 1 0 0 16 0 8 0 181036173 881680384 13693 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155525226 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6387] ppid=6371 vsize=861016 CPUtime=0
/proc/6385/task/6387/stat : 6387 (java) S 6371 6371 6230 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 181036174 881680384 13693 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6388] ppid=6371 vsize=861016 CPUtime=0
/proc/6385/task/6388/stat : 6388 (java) S 6371 6371 6230 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 181036174 881680384 13693 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6389] ppid=6371 vsize=861016 CPUtime=0
/proc/6385/task/6389/stat : 6389 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181036177 881680384 13693 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6390] ppid=6371 vsize=861016 CPUtime=0.16
/proc/6385/task/6390/stat : 6390 (java) S 6371 6371 6230 0 -1 64 942 0 0 0 16 0 0 0 18 0 8 0 181036177 881680384 13693 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6391] ppid=6371 vsize=861016 CPUtime=0
/proc/6385/task/6391/stat : 6391 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 181036177 881680384 13693 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6392] ppid=6371 vsize=861016 CPUtime=0
/proc/6385/task/6392/stat : 6392 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181036177 881680384 13693 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 908588

[startup+2.98923 s]
/proc/loadavg: 2.22 2.07 2.02 4/96 6392
/proc/meminfo: memFree=1390352/2055920 swapFree=4192812/4192956
[pid=6371] ppid=6369 vsize=47572 CPUtime=0.01
/proc/6371/stat : 6371 (galac.sh) S 6369 6371 6230 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 181036160 48713728 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6371/statm: 11893 363 245 79 0 218 0
[pid=6385] ppid=6371 vsize=861092 CPUtime=2.86
/proc/6385/stat : 6385 (java) R 6371 6371 6230 0 -1 0 19262 0 1 0 277 9 0 0 25 0 8 0 181036170 881758208 19009 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4073841052 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6385/statm: 215273 19009 1989 14 0 201478 0
[pid=6385/tid=6386] ppid=6371 vsize=861092 CPUtime=0.55
/proc/6385/task/6386/stat : 6386 (java) S 6371 6371 6230 0 -1 64 9476 0 0 0 51 4 0 0 17 0 8 0 181036173 881758208 19009 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6387] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6387/stat : 6387 (java) S 6371 6371 6230 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 181036174 881758208 19009 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6388] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6388/stat : 6388 (java) S 6371 6371 6230 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 181036174 881758208 19009 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6389] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6389/stat : 6389 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181036177 881758208 19009 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6390] ppid=6371 vsize=861092 CPUtime=0.16
/proc/6385/task/6390/stat : 6390 (java) S 6371 6371 6230 0 -1 64 944 0 0 0 16 0 0 0 16 0 8 0 181036177 881758208 19009 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6391] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6391/stat : 6391 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 181036177 881758208 19009 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6392] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6392/stat : 6392 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181036177 881758208 19009 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 908664

[startup+6.27259 s]
/proc/loadavg: 2.28 2.09 2.03 3/96 6392
/proc/meminfo: memFree=1360720/2055920 swapFree=4192812/4192956
[pid=6371] ppid=6369 vsize=47572 CPUtime=0.01
/proc/6371/stat : 6371 (galac.sh) S 6369 6371 6230 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 181036160 48713728 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6371/statm: 11893 363 245 79 0 218 0
[pid=6385] ppid=6371 vsize=861092 CPUtime=6.11
/proc/6385/stat : 6385 (java) R 6371 6371 6230 0 -1 0 24429 0 1 0 600 11 0 0 25 0 8 0 181036170 881758208 24167 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6385/statm: 215273 24167 1989 14 0 201478 0
[pid=6385/tid=6386] ppid=6371 vsize=861092 CPUtime=1.72
/proc/6385/task/6386/stat : 6386 (java) R 6371 6371 6230 0 -1 64 14632 0 0 0 166 6 0 0 16 0 8 0 181036173 881758208 24167 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155525114 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6387] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6387/stat : 6387 (java) S 6371 6371 6230 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 181036174 881758208 24167 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6388] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6388/stat : 6388 (java) S 6371 6371 6230 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 181036174 881758208 24167 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6389] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6389/stat : 6389 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181036177 881758208 24167 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6390] ppid=6371 vsize=861092 CPUtime=0.16
/proc/6385/task/6390/stat : 6390 (java) S 6371 6371 6230 0 -1 64 946 0 0 0 16 0 0 0 16 0 8 0 181036177 881758208 24167 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6391] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6391/stat : 6391 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 181036177 881758208 24167 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6392] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6392/stat : 6392 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181036177 881758208 24167 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 908664

[startup+12.7661 s]
/proc/loadavg: 2.34 2.10 2.03 4/96 6392
/proc/meminfo: memFree=1317200/2055920 swapFree=4192812/4192956
[pid=6371] ppid=6369 vsize=47572 CPUtime=0.01
/proc/6371/stat : 6371 (galac.sh) S 6369 6371 6230 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 181036160 48713728 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6371/statm: 11893 363 245 79 0 218 0
[pid=6385] ppid=6371 vsize=861092 CPUtime=12.57
/proc/6385/stat : 6385 (java) R 6371 6371 6230 0 -1 0 36455 0 1 0 1241 16 0 0 25 0 8 0 181036170 881758208 36179 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6385/statm: 215273 36179 1989 14 0 201478 0
[pid=6385/tid=6386] ppid=6371 vsize=861092 CPUtime=4.86
/proc/6385/task/6386/stat : 6386 (java) R 6371 6371 6230 0 -1 64 26637 0 0 0 475 11 0 0 16 0 8 0 181036173 881758208 36179 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155134249 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6387] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6387/stat : 6387 (java) S 6371 6371 6230 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 181036174 881758208 36179 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6388] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6388/stat : 6388 (java) S 6371 6371 6230 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 181036174 881758208 36179 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6389] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6389/stat : 6389 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181036177 881758208 36179 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6390] ppid=6371 vsize=861092 CPUtime=0.18
/proc/6385/task/6390/stat : 6390 (java) S 6371 6371 6230 0 -1 64 952 0 0 0 18 0 0 0 17 0 8 0 181036177 881758208 36179 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6391] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6391/stat : 6391 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 181036177 881758208 36179 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6392] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6392/stat : 6392 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181036177 881758208 36179 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 908664

[startup+25.6254 s]
/proc/loadavg: 2.40 2.13 2.04 4/96 6392
/proc/meminfo: memFree=1244560/2055920 swapFree=4192812/4192956
[pid=6371] ppid=6369 vsize=47572 CPUtime=0.01
/proc/6371/stat : 6371 (galac.sh) S 6369 6371 6230 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 181036160 48713728 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6371/statm: 11893 363 245 79 0 218 0
[pid=6385] ppid=6371 vsize=861092 CPUtime=25.37
/proc/6385/stat : 6385 (java) R 6371 6371 6230 0 -1 0 53893 0 1 0 2514 23 0 0 25 0 8 0 181036170 881758208 53597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6385/statm: 215273 53597 1989 14 0 201478 0
[pid=6385/tid=6386] ppid=6371 vsize=861092 CPUtime=12.89
/proc/6385/task/6386/stat : 6386 (java) R 6371 6371 6230 0 -1 64 44054 0 0 0 1271 18 0 0 16 0 8 0 181036173 881758208 53597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155222440 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6387] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6387/stat : 6387 (java) S 6371 6371 6230 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 181036174 881758208 53597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6388] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6388/stat : 6388 (java) S 6371 6371 6230 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 181036174 881758208 53597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6389] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6389/stat : 6389 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181036177 881758208 53597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6390] ppid=6371 vsize=861092 CPUtime=0.18
/proc/6385/task/6390/stat : 6390 (java) S 6371 6371 6230 0 -1 64 953 0 0 0 18 0 0 0 16 0 8 0 181036177 881758208 53597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6391] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6391/stat : 6391 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 181036177 881758208 53597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6392] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6392/stat : 6392 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181036177 881758208 53597 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.38
Current children cumulated vsize (KiB) 908664

[startup+51.2701 s]
/proc/loadavg: 2.46 2.16 2.05 4/96 6392
/proc/meminfo: memFree=1107408/2055920 swapFree=4192812/4192956
[pid=6371] ppid=6369 vsize=47572 CPUtime=0.01
/proc/6371/stat : 6371 (galac.sh) S 6369 6371 6230 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 181036160 48713728 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6371/statm: 11893 363 245 79 0 218 0
[pid=6385] ppid=6371 vsize=861092 CPUtime=50.89
/proc/6385/stat : 6385 (java) R 6371 6371 6230 0 -1 0 87318 0 1 0 5051 38 0 0 25 0 8 0 181036170 881758208 86995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6385/statm: 215273 86995 1989 14 0 201478 0
[pid=6385/tid=6386] ppid=6371 vsize=861092 CPUtime=31.78
/proc/6385/task/6386/stat : 6386 (java) R 6371 6371 6230 0 -1 64 77447 0 0 0 3146 32 0 0 16 0 8 0 181036173 881758208 86995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155772454 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6387] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6387/stat : 6387 (java) S 6371 6371 6230 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 181036174 881758208 86995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6388] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6388/stat : 6388 (java) S 6371 6371 6230 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 181036174 881758208 86995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6389] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6389/stat : 6389 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181036177 881758208 86995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6390] ppid=6371 vsize=861092 CPUtime=0.19
/proc/6385/task/6390/stat : 6390 (java) S 6371 6371 6230 0 -1 64 958 0 0 0 19 0 0 0 17 0 8 0 181036177 881758208 86995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6391] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6391/stat : 6391 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 181036177 881758208 86995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6392] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6392/stat : 6392 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181036177 881758208 86995 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 908664

[startup+102.564 s]
/proc/loadavg: 2.63 2.26 2.09 4/96 6392
/proc/meminfo: memFree=939088/2055920 swapFree=4192812/4192956
[pid=6371] ppid=6369 vsize=47572 CPUtime=0.01
/proc/6371/stat : 6371 (galac.sh) S 6369 6371 6230 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 181036160 48713728 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6371/statm: 11893 363 245 79 0 218 0
[pid=6385] ppid=6371 vsize=861092 CPUtime=101.95
/proc/6385/stat : 6385 (java) R 6371 6371 6230 0 -1 0 130305 0 1 0 10141 54 0 0 25 0 8 0 181036170 881758208 129943 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6385/statm: 215273 129943 1989 14 0 201478 0
[pid=6385/tid=6386] ppid=6371 vsize=861092 CPUtime=73.37
/proc/6385/task/6386/stat : 6386 (java) R 6371 6371 6230 0 -1 64 120392 0 0 0 7290 47 0 0 16 0 8 0 181036173 881758208 129943 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155215822 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6387] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6387/stat : 6387 (java) S 6371 6371 6230 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 181036174 881758208 129943 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6388] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6388/stat : 6388 (java) S 6371 6371 6230 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 181036174 881758208 129943 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6389] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6389/stat : 6389 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181036177 881758208 129943 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6390] ppid=6371 vsize=861092 CPUtime=0.2
/proc/6385/task/6390/stat : 6390 (java) S 6371 6371 6230 0 -1 64 961 0 0 0 20 0 0 0 17 0 8 0 181036177 881758208 129943 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6391] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6391/stat : 6391 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 181036177 881758208 129943 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6392] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6392/stat : 6392 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181036177 881758208 129943 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 908664

[startup+162.615 s]
/proc/loadavg: 2.75 2.36 2.13 4/96 6392
/proc/meminfo: memFree=765072/2055920 swapFree=4192812/4192956
[pid=6371] ppid=6369 vsize=47572 CPUtime=0.01
/proc/6371/stat : 6371 (galac.sh) S 6369 6371 6230 0 -1 4194304 760 1704 0 0 0 0 0 1 18 0 1 0 181036160 48713728 363 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 245482318682 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6371/statm: 11893 363 245 79 0 218 0
[pid=6385] ppid=6371 vsize=861092 CPUtime=161.72
/proc/6385/stat : 6385 (java) R 6371 6371 6230 0 -1 0 174823 0 1 0 16101 71 0 0 25 0 8 0 181036170 881758208 174428 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/6385/statm: 215273 174428 1989 14 0 201478 0
[pid=6385/tid=6386] ppid=6371 vsize=861092 CPUtime=124.99
/proc/6385/task/6386/stat : 6386 (java) R 6371 6371 6230 0 -1 64 164875 0 0 0 12435 64 0 0 16 0 8 0 181036173 881758208 174428 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4155215794 0 0 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6387] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6387/stat : 6387 (java) S 6371 6371 6230 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 181036174 881758208 174428 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6388] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6388/stat : 6388 (java) S 6371 6371 6230 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 181036174 881758208 174428 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6389] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6389/stat : 6389 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 181036177 881758208 174428 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6390] ppid=6371 vsize=861092 CPUtime=0.2
/proc/6385/task/6390/stat : 6390 (java) S 6371 6371 6230 0 -1 64 963 0 0 0 20 0 0 0 17 0 8 0 181036177 881758208 174428 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6391] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6391/stat : 6391 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 181036177 881758208 174428 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=6385/tid=6392] ppid=6371 vsize=861092 CPUtime=0
/proc/6385/task/6392/stat : 6392 (java) S 6371 6371 6230 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 181036177 881758208 174428 18446744073709551615 134512640 134570532 4294956112 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.73
Current children cumulated vsize (KiB) 908664

Child status: 0
Real time (s): 196.441
CPU time (s): 195.408
CPU user time (s): 194.516
CPU system time (s): 0.891864
CPU usage (%): 99.4744
Max. virtual memory (cumulated for all children) (KiB): 908760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 194.516
system time used= 0.891864
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 185696
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= 5469
involuntary context switches= 5356

runsolver used 0.26196 s user time and 0.614906 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Tue Jan  9 07:06:54 UTC 2007


IDJOB= 233462
IDBENCH= 6609
FILE ID= node17/233462-1168326414

PBS_JOBID= 3503002

Free space on /tmp= 66555 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-15/os-taillard-15-100-5.xml
COMMAND LINE= /tmp/evaluation/233462-1168326414/galac.sh /tmp/evaluation/233462-1168326414/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-233462-1168326414 -o ROOT/results/node17/solver-233462-1168326414 -C 1800 -M 900  /tmp/evaluation/233462-1168326414/galac.sh /tmp/evaluation/233462-1168326414/unknown.xml

META MD5SUM SOLVER= d8bf20eb49fe33822f00bab08f33d7fc
MD5SUM BENCH=  d426cad722d5bc2bb5dc5b0719d02128

RANDOM SEED= 546264775

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.236
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.236
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:       1449200 kB
Buffers:         71708 kB
Cached:         382192 kB
SwapCached:          0 kB
Active:         276568 kB
Inactive:       262144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1449200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3356 kB
Writeback:           0 kB
Mapped:         101664 kB
Slab:            52708 kB
Committed_AS:  5407992 kB
PageTables:       2272 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= 66555 MiB



End job on node17 on Tue Jan  9 07:10:10 UTC 2007