Trace number 233638

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
buggy_2_5_s 2007-01-08? (TO) 1800.04 1802.4

General information on the benchmark

Nametaillard/
os-taillard-15/os-taillard-15-95-1.xml
MD5SUMba73840b99a966ad835a0d6c1210d9c9
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size909
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)

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/node55/watcher-233638-1168327143 -o ROOT/results/node55/solver-233638-1168327143 -C 1800 -M 900 /tmp/evaluation/233638-1168327143/solver2 /tmp/evaluation/233638-1168327143/unknown 1800 

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.92 1.98 1.93 5/74 12982
/proc/meminfo: memFree=1766704/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=0
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 295 0 0 0 0 0 0 0 20 0 1 0 181112807 5480448 232 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 232 194 169 0 49 0
[pid=12983] ppid=12981 vsize=5352 CPUtime=0
/proc/12983/stat : 12983 (solver2) R 12981 12981 10929 0 -1 4194368 6 0 0 0 0 0 0 0 21 0 1 0 181112807 5480448 231 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761611888 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/12983/statm: 1338 231 193 169 0 49 0
[pid=12984] ppid=12981 vsize=5352 CPUtime=0
/proc/12984/stat : 12984 (solver2) R 12981 12981 10929 0 -1 4194368 24 0 0 0 0 0 0 0 23 0 1 0 181112807 5480448 236 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761609511 0 0 4096 0 0 0 0 17 1 0 0
/proc/12984/statm: 1338 236 198 169 0 49 0

[startup+0.110302 s]
/proc/loadavg: 1.92 1.98 1.93 5/74 12982
/proc/meminfo: memFree=1766704/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=0.06
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 376 2285 0 0 0 0 4 2 17 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5352

[startup+0.519339 s]
/proc/loadavg: 1.92 1.98 1.93 5/74 12982
/proc/meminfo: memFree=1766704/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=0.06
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 376 2285 0 0 0 0 4 2 17 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5352

[startup+1.34441 s]
/proc/loadavg: 1.92 1.98 1.93 3/75 12994
/proc/meminfo: memFree=1709280/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=0.06
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 376 2285 0 0 0 0 4 2 17 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12994] ppid=12981 vsize=52792 CPUtime=1.24
/proc/12994/stat : 12994 (bordewijk) R 12981 12981 10929 0 -1 4194304 13644 0 0 0 80 44 0 0 25 0 1 0 181112815 54059008 12489 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12994/statm: 13198 12489 217 97 0 12479 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 58144

[startup+2.98958 s]
/proc/loadavg: 1.92 1.98 1.93 3/75 12994
/proc/meminfo: memFree=1708512/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 2.54
Current children cumulated vsize (KiB) 5352

[startup+6.2689 s]
/proc/loadavg: 1.93 1.98 1.93 3/75 12995
/proc/meminfo: memFree=1727456/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36024 CPUtime=3.63
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8342 0 0 0 322 41 0 0 25 0 1 0 181113066 36888576 8262 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4128594862 0 0 4096 0 0 0 0 17 1 0 0
/proc/12995/statm: 9006 8262 137 64 0 8321 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 41376

[startup+12.7335 s]
/proc/loadavg: 1.93 1.98 1.93 3/75 12995
/proc/meminfo: memFree=1727528/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36024 CPUtime=10.05
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8342 0 0 0 964 41 0 0 25 0 1 0 181113066 36888576 8262 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4128513001 0 0 4096 0 0 0 0 17 1 0 0
/proc/12995/statm: 9006 8262 137 64 0 8321 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 41376

[startup+25.5488 s]
/proc/loadavg: 1.95 1.98 1.93 3/75 12995
/proc/meminfo: memFree=1727656/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36024 CPUtime=22.77
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8342 0 0 0 2236 41 0 0 25 0 1 0 181113066 36888576 8262 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134555379 0 0 4096 0 0 0 0 17 1 0 0
/proc/12995/statm: 9006 8262 137 64 0 8321 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 41376

[startup+51.1892 s]
/proc/loadavg: 1.96 1.98 1.93 3/75 12995
/proc/meminfo: memFree=1727784/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36024 CPUtime=48.22
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8342 0 0 0 4781 41 0 0 25 0 1 0 181113066 36888576 8262 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4128520341 0 0 4096 0 0 0 0 17 1 0 0
/proc/12995/statm: 9006 8262 137 64 0 8321 0
Current children cumulated CPU time (s) 50.76
Current children cumulated vsize (KiB) 41376

[startup+102.47 s]
/proc/loadavg: 1.98 1.98 1.93 3/74 13224
/proc/meminfo: memFree=1766904/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36024 CPUtime=99.18
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8342 0 0 0 9876 42 0 0 25 0 1 0 181113066 36888576 8262 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134555360 0 0 4096 0 0 0 0 17 0 0 0
/proc/12995/statm: 9006 8262 137 64 0 8321 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 41376

[startup+162.473 s]
/proc/loadavg: 1.99 1.98 1.93 3/74 13224
/proc/meminfo: memFree=1767096/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36024 CPUtime=159.13
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8342 0 0 0 15871 42 0 0 25 0 1 0 181113066 36888576 8262 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4128802239 0 0 4096 0 0 0 0 17 0 0 0
/proc/12995/statm: 9006 8262 137 64 0 8321 0
Current children cumulated CPU time (s) 161.67
Current children cumulated vsize (KiB) 41376

[startup+222.482 s]
/proc/loadavg: 1.99 1.98 1.93 3/74 13224
/proc/meminfo: memFree=1767096/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36024 CPUtime=219.09
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8342 0 0 0 21867 42 0 0 25 0 1 0 181113066 36888576 8262 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4128809922 0 0 4096 0 0 0 0 17 0 0 0
/proc/12995/statm: 9006 8262 137 64 0 8321 0
Current children cumulated CPU time (s) 221.63
Current children cumulated vsize (KiB) 41376

[startup+282.484 s]
/proc/loadavg: 1.99 1.98 1.93 3/74 13224
/proc/meminfo: memFree=1767032/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36024 CPUtime=279.03
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8342 0 0 0 27860 43 0 0 25 0 1 0 181113066 36888576 8262 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4128513459 0 0 4096 0 0 0 0 17 0 0 0
/proc/12995/statm: 9006 8262 137 64 0 8321 0
Current children cumulated CPU time (s) 281.57
Current children cumulated vsize (KiB) 41376

[startup+342.487 s]
/proc/loadavg: 1.99 1.98 1.93 3/74 13224
/proc/meminfo: memFree=1767040/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36024 CPUtime=338.98
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8342 0 0 0 33855 43 0 0 25 0 1 0 181113066 36888576 8262 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4128724537 0 0 4096 0 0 0 0 17 0 0 0
/proc/12995/statm: 9006 8262 137 64 0 8321 0
Current children cumulated CPU time (s) 341.52
Current children cumulated vsize (KiB) 41376

[startup+402.492 s]
/proc/loadavg: 1.99 1.98 1.93 3/74 13224
/proc/meminfo: memFree=1766976/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36024 CPUtime=398.94
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8342 0 0 0 39851 43 0 0 25 0 1 0 181113066 36888576 8262 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4128510938 0 0 4096 0 0 0 0 17 0 0 0
/proc/12995/statm: 9006 8262 137 64 0 8321 0
Current children cumulated CPU time (s) 401.48
Current children cumulated vsize (KiB) 41376

[startup+462.498 s]
/proc/loadavg: 1.99 1.98 1.93 3/74 13224
/proc/meminfo: memFree=1766976/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36024 CPUtime=458.87
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8343 0 0 0 45844 43 0 0 25 0 1 0 181113066 36888576 8263 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4128529706 0 0 4096 0 0 0 0 17 0 0 0
/proc/12995/statm: 9006 8263 137 64 0 8321 0
Current children cumulated CPU time (s) 461.41
Current children cumulated vsize (KiB) 41376

[startup+522.509 s]
/proc/loadavg: 1.99 1.98 1.93 3/74 13224
/proc/meminfo: memFree=1766464/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36032 CPUtime=518.83

################
# More data... #
################

/proc/loadavg: 2.00 2.01 1.94 3/74 13224
/proc/meminfo: memFree=1766208/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36032 CPUtime=1118.36
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8497 0 0 0 111792 44 0 0 25 0 1 0 181113066 36896768 8417 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554163 0 0 4096 0 0 0 0 17 0 0 0
/proc/12995/statm: 9008 8417 138 64 0 8323 0
Current children cumulated CPU time (s) 1120.9
Current children cumulated vsize (KiB) 41384

[startup+1182.62 s]
/proc/loadavg: 2.06 2.02 1.95 3/74 13224
/proc/meminfo: memFree=1766080/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36032 CPUtime=1178.3
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8497 0 0 0 117786 44 0 0 25 0 1 0 181113066 36896768 8417 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549595 0 0 4096 0 0 0 0 17 0 0 0
/proc/12995/statm: 9008 8417 138 64 0 8323 0
Current children cumulated CPU time (s) 1180.84
Current children cumulated vsize (KiB) 41384

[startup+1242.63 s]
/proc/loadavg: 2.02 2.01 1.95 3/74 13224
/proc/meminfo: memFree=1766080/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36032 CPUtime=1238.25
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8497 0 0 0 123781 44 0 0 25 0 1 0 181113066 36896768 8417 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4128699990 0 0 4096 0 0 0 0 17 0 0 0
/proc/12995/statm: 9008 8417 138 64 0 8323 0
Current children cumulated CPU time (s) 1240.79
Current children cumulated vsize (KiB) 41384

[startup+1302.63 s]
/proc/loadavg: 2.01 2.01 1.95 3/74 13224
/proc/meminfo: memFree=1766016/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36032 CPUtime=1298.2
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8497 0 0 0 129776 44 0 0 25 0 1 0 181113066 36896768 8417 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4128707005 0 0 4096 0 0 0 0 17 0 0 0
/proc/12995/statm: 9008 8417 138 64 0 8323 0
Current children cumulated CPU time (s) 1300.74
Current children cumulated vsize (KiB) 41384

[startup+1362.64 s]
/proc/loadavg: 2.00 2.00 1.95 3/74 13224
/proc/meminfo: memFree=1766016/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36032 CPUtime=1358.13
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8497 0 0 0 135769 44 0 0 25 0 1 0 181113066 36896768 8417 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/12995/statm: 9008 8417 138 64 0 8323 0
Current children cumulated CPU time (s) 1360.67
Current children cumulated vsize (KiB) 41384

[startup+1422.65 s]
/proc/loadavg: 2.06 2.02 1.95 3/74 13224
/proc/meminfo: memFree=1765952/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36032 CPUtime=1418.11
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8497 0 0 0 141766 45 0 0 25 0 1 0 181113066 36896768 8417 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4128720038 0 0 4096 0 0 0 0 17 0 0 0
/proc/12995/statm: 9008 8417 138 64 0 8323 0
Current children cumulated CPU time (s) 1420.65
Current children cumulated vsize (KiB) 41384

[startup+1482.65 s]
/proc/loadavg: 2.02 2.01 1.95 3/74 13224
/proc/meminfo: memFree=1765952/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36032 CPUtime=1478.06
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8497 0 0 0 147761 45 0 0 25 0 1 0 181113066 36896768 8417 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/12995/statm: 9008 8417 138 64 0 8323 0
Current children cumulated CPU time (s) 1480.6
Current children cumulated vsize (KiB) 41384

[startup+1542.66 s]
/proc/loadavg: 2.08 2.02 1.96 3/74 13224
/proc/meminfo: memFree=1765888/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36032 CPUtime=1538
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8497 0 0 0 153755 45 0 0 25 0 1 0 181113066 36896768 8417 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/12995/statm: 9008 8417 138 64 0 8323 0
Current children cumulated CPU time (s) 1540.54
Current children cumulated vsize (KiB) 41384

[startup+1602.67 s]
/proc/loadavg: 2.06 2.03 1.96 3/74 13224
/proc/meminfo: memFree=1765888/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36032 CPUtime=1597.95
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8497 0 0 0 159750 45 0 0 25 0 1 0 181113066 36896768 8417 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4128637484 0 0 4096 0 0 0 0 17 0 0 0
/proc/12995/statm: 9008 8417 138 64 0 8323 0
Current children cumulated CPU time (s) 1600.49
Current children cumulated vsize (KiB) 41384

[startup+1662.68 s]
/proc/loadavg: 2.02 2.02 1.96 3/74 13224
/proc/meminfo: memFree=1765888/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36032 CPUtime=1657.92
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8497 0 0 0 165746 46 0 0 25 0 1 0 181113066 36896768 8417 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4128613456 0 0 4096 0 0 0 0 17 0 0 0
/proc/12995/statm: 9008 8417 138 64 0 8323 0
Current children cumulated CPU time (s) 1660.46
Current children cumulated vsize (KiB) 41384

[startup+1722.68 s]
/proc/loadavg: 2.01 2.02 1.96 3/74 13224
/proc/meminfo: memFree=1765824/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36032 CPUtime=1717.85
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8497 0 0 0 171739 46 0 0 25 0 1 0 181113066 36896768 8417 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/12995/statm: 9008 8417 138 64 0 8323 0
Current children cumulated CPU time (s) 1720.39
Current children cumulated vsize (KiB) 41384

[startup+1782.69 s]
/proc/loadavg: 2.00 2.01 1.96 3/74 13224
/proc/meminfo: memFree=1765824/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36032 CPUtime=1777.81
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8497 0 0 0 177735 46 0 0 25 0 1 0 181113066 36896768 8417 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4128659015 0 0 4096 0 0 0 0 17 0 0 0
/proc/12995/statm: 9008 8417 138 64 0 8323 0
Current children cumulated CPU time (s) 1780.35
Current children cumulated vsize (KiB) 41384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.38 s]
/proc/loadavg: 2.00 2.01 1.96 3/74 13224
/proc/meminfo: memFree=1765824/2055920 swapFree=4192192/4192956
[pid=12981] ppid=12979 vsize=5352 CPUtime=2.54
/proc/12981/stat : 12981 (solver2) S 12979 12981 10929 0 -1 4194304 397 15930 0 0 0 0 90 164 16 0 1 0 181112807 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12981/statm: 1338 242 203 169 0 49 0
[pid=12995] ppid=12981 vsize=36032 CPUtime=1797.5
/proc/12995/stat : 12995 (standalone) R 12981 12981 10929 0 -1 4194304 8497 0 0 0 179704 46 0 0 25 0 1 0 181113066 36896768 8417 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4128646122 0 0 4096 0 0 0 0 17 0 0 0
/proc/12995/statm: 9008 8417 138 64 0 8323 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 41384

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 12981 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=912861 childrusage.ru_stime.tv_sec=1 childrusage.ru_stime.tv_usec=644749
CPU time returned by wait4() is 2.55761
while last known CPU time is 1800.04

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 1802.4
CPU time (s): 1800.04
CPU user time (s): 1797.94
CPU system time (s): 2.1
CPU usage (%): 99.8693
Max. virtual memory (cumulated for all children) (KiB): 58144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.912861
system time used= 1.64475
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16327
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145
involuntary context switches= 113

runsolver used 1.85972 s user time and 4.54731 s system time

The end

Launcher Data (download as text)

Begin job on node55 on Tue Jan  9 07:19:04 UTC 2007


IDJOB= 233638
IDBENCH= 6621
FILE ID= node55/233638-1168327143

PBS_JOBID= 3502953

Free space on /tmp= 66538 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-15/os-taillard-15-95-1.xml
COMMAND LINE= /tmp/evaluation/233638-1168327143/solver2 /tmp/evaluation/233638-1168327143/unknown 1800
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node55/watcher-233638-1168327143 -o ROOT/results/node55/solver-233638-1168327143 -C 1800 -M 900  /tmp/evaluation/233638-1168327143/solver2 /tmp/evaluation/233638-1168327143/unknown 1800

META MD5SUM SOLVER= 2182e29fee250f6e45b9a85a6429fa3a
MD5SUM BENCH=  ba73840b99a966ad835a0d6c1210d9c9

RANDOM SEED= 967168059

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.218
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.218
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:       1767120 kB
Buffers:         17060 kB
Cached:         160220 kB
SwapCached:        268 kB
Active:         117888 kB
Inactive:       114712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1767120 kB
SwapTotal:     4192956 kB
SwapFree:      4192192 kB
Dirty:           10404 kB
Writeback:           0 kB
Mapped:          65380 kB
Slab:            41476 kB
Committed_AS:  4085264 kB
PageTables:       1784 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= 66545 MiB



End job on node55 on Tue Jan  9 07:49:08 UTC 2007