Trace number 239011

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 1805.7

General information on the benchmark

Nameqcp-qwh/QCP-25/
qcp-25-264-2_ext.xml
MD5SUMf8d2fc979bd99a32a7a551181d053817
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark10.8084
SatisfiableYES
(Un)Satisfiability was proved
Number of variables625
Number of constraints15000
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension15000
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

1805.70	/tmp/evaluation/239011-1168362868/solver2: line 23:  3292 Terminated              ./standalone BORDEWIJK

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/node6/watcher-239011-1168362868 -o ROOT/results/node6/solver-239011-1168362868 -C 1800 -M 900 /tmp/evaluation/239011-1168362868/solver2 /tmp/evaluation/239011-1168362868/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: 2.23 2.46 2.42 5/94 3279
/proc/meminfo: memFree=1159024/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=18540 CPUtime=0
/proc/3278/stat : 3278 (runsolver) R 3276 3278 2487 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 184682417 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 268582841639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3278/statm: 4635 279 244 17 0 2626 0

[startup+0.108891 s]
/proc/loadavg: 2.23 2.46 2.42 5/94 3279
/proc/meminfo: memFree=1159024/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=0
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 353 334 0 0 0 0 0 0 22 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.51694 s]
/proc/loadavg: 2.23 2.46 2.42 5/94 3279
/proc/meminfo: memFree=1159024/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=0.09
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 376 2352 0 0 0 0 7 2 15 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5352

[startup+1.33803 s]
/proc/loadavg: 2.30 2.46 2.43 4/95 3291
/proc/meminfo: memFree=1134696/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=0.09
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 376 2352 0 0 0 0 7 2 15 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3291] ppid=3278 vsize=21972 CPUtime=1.19
/proc/3291/stat : 3291 (bordewijk) R 3278 3278 2487 0 -1 4194304 5647 0 0 0 59 60 0 0 25 0 1 0 184682429 22499328 4943 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/3291/statm: 5493 4943 217 97 0 4774 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 27324

[startup+2.97623 s]
/proc/loadavg: 2.30 2.46 2.43 3/95 3292
/proc/meminfo: memFree=1148840/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9052 CPUtime=1.49
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1833 0 0 0 134 15 0 0 25 0 1 0 184682563 9269248 1666 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549718 0 0 4096 0 0 0 0 17 1 0 0
/proc/3292/statm: 2263 1666 138 64 0 1578 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 14404

[startup+6.27563 s]
/proc/loadavg: 2.30 2.46 2.43 4/95 3292
/proc/meminfo: memFree=1148840/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9052 CPUtime=4.77
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1834 0 0 0 461 16 0 0 25 0 1 0 184682563 9269248 1667 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134519655 0 0 4096 0 0 0 0 17 1 0 0
/proc/3292/statm: 2263 1667 138 64 0 1578 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 14404

[startup+12.7454 s]
/proc/loadavg: 2.40 2.48 2.43 3/95 3292
/proc/meminfo: memFree=1150120/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9052 CPUtime=11.17
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1834 0 0 0 1101 16 0 0 25 0 1 0 184682563 9269248 1667 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134516817 0 0 4096 0 0 0 0 17 1 0 0
/proc/3292/statm: 2263 1667 138 64 0 1578 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 14404

[startup+25.5999 s]
/proc/loadavg: 2.49 2.50 2.44 4/95 3292
/proc/meminfo: memFree=1149160/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=23.89
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1837 0 0 0 2373 16 0 0 25 0 1 0 184682563 9273344 1670 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134519640 0 0 4096 0 0 0 0 17 1 0 0
/proc/3292/statm: 2264 1670 138 64 0 1579 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 14408

[startup+51.2969 s]
/proc/loadavg: 2.67 2.54 2.45 3/95 3292
/proc/meminfo: memFree=1150248/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=49.33
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1837 0 0 0 4917 16 0 0 25 0 1 0 184682563 9273344 1670 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134519640 0 0 4096 0 0 0 0 17 1 0 0
/proc/3292/statm: 2264 1670 138 64 0 1579 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 14408

[startup+102.501 s]
/proc/loadavg: 2.87 2.61 2.48 4/95 3292
/proc/meminfo: memFree=1149160/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=100.05
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1838 0 0 0 9989 16 0 0 25 0 1 0 184682563 9273344 1671 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134519668 0 0 4096 0 0 0 0 17 1 0 0
/proc/3292/statm: 2264 1671 138 64 0 1579 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 14408

[startup+162.602 s]
/proc/loadavg: 2.88 2.66 2.50 5/95 3292
/proc/meminfo: memFree=1149160/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=159.59
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1838 0 0 0 15943 16 0 0 25 0 1 0 184682563 9273344 1671 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549715 0 0 4096 0 0 0 0 17 1 0 0
/proc/3292/statm: 2264 1671 138 64 0 1579 0
Current children cumulated CPU time (s) 161.01
Current children cumulated vsize (KiB) 14408

[startup+222.69 s]
/proc/loadavg: 2.87 2.69 2.52 4/95 3292
/proc/meminfo: memFree=1149224/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=219.11
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1838 0 0 0 21895 16 0 0 25 0 1 0 184682563 9273344 1671 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4155682966 0 0 4096 0 0 0 0 17 1 0 0
/proc/3292/statm: 2264 1671 138 64 0 1579 0
Current children cumulated CPU time (s) 220.53
Current children cumulated vsize (KiB) 14408

[startup+282.762 s]
/proc/loadavg: 2.83 2.72 2.54 4/95 3292
/proc/meminfo: memFree=1149992/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=278.64
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1838 0 0 0 27847 17 0 0 25 0 1 0 184682563 9273344 1671 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134528541 0 0 4096 0 0 0 0 17 1 0 0
/proc/3292/statm: 2264 1671 138 64 0 1579 0
Current children cumulated CPU time (s) 280.06
Current children cumulated vsize (KiB) 14408

[startup+342.869 s]
/proc/loadavg: 2.89 2.76 2.56 4/95 3294
/proc/meminfo: memFree=1150056/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=338.17
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1838 0 0 0 33800 17 0 0 25 0 1 0 184682563 9273344 1671 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134516844 0 0 4096 0 0 0 0 17 1 0 0
/proc/3292/statm: 2264 1671 138 64 0 1579 0
Current children cumulated CPU time (s) 339.59
Current children cumulated vsize (KiB) 14408

[startup+402.962 s]
/proc/loadavg: 2.96 2.80 2.59 3/95 3294
/proc/meminfo: memFree=1149992/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=397.71
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1838 0 0 0 39754 17 0 0 25 0 1 0 184682563 9273344 1671 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554438 0 0 4096 0 0 0 0 17 1 0 0
/proc/3292/statm: 2264 1671 138 64 0 1579 0
Current children cumulated CPU time (s) 399.13
Current children cumulated vsize (KiB) 14408

[startup+463.056 s]
/proc/loadavg: 2.58 2.74 2.58 3/88 3359
/proc/meminfo: memFree=1744480/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=457.39
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1838 0 0 0 45720 19 0 0 25 0 1 0 184682563 9273344 1671 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134519668 0 0 4096 0 0 0 0 17 0 0 0
/proc/3292/statm: 2264 1671 138 64 0 1579 0
Current children cumulated CPU time (s) 458.81
Current children cumulated vsize (KiB) 14408

[startup+523.068 s]
/proc/loadavg: 2.21 2.60 2.54 3/88 3359
/proc/meminfo: memFree=1744544/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=517.31
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1838 0 0 0 51712 19 0 0 25 0 1 0 184682563 9273344 1671 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549600 0 0 4096 0 0 0 0 17 0 0 0
/proc/3292/statm: 2264 1671 138 64 0 1579 0
Current children cumulated CPU time (s) 518.73

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

[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=1056.9
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1838 0 0 0 105669 21 0 0 25 0 1 0 184682563 9273344 1671 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134516868 0 0 4096 0 0 0 0 17 0 0 0
/proc/3292/statm: 2264 1671 138 64 0 1579 0
Current children cumulated CPU time (s) 1058.32
Current children cumulated vsize (KiB) 14408

[startup+1123.23 s]
/proc/loadavg: 2.00 2.08 2.27 3/88 3359
/proc/meminfo: memFree=1744288/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=1116.86
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1838 0 0 0 111665 21 0 0 25 0 1 0 184682563 9273344 1671 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549083 0 0 4096 0 0 0 0 17 0 0 0
/proc/3292/statm: 2264 1671 138 64 0 1579 0
Current children cumulated CPU time (s) 1118.28
Current children cumulated vsize (KiB) 14408

[startup+1183.24 s]
/proc/loadavg: 2.00 2.06 2.25 3/88 3359
/proc/meminfo: memFree=1744288/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=1176.8
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1838 0 0 0 117659 21 0 0 25 0 1 0 184682563 9273344 1671 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134550310 0 0 4096 0 0 0 0 17 0 0 0
/proc/3292/statm: 2264 1671 138 64 0 1579 0
Current children cumulated CPU time (s) 1178.22
Current children cumulated vsize (KiB) 14408

[startup+1243.25 s]
/proc/loadavg: 2.00 2.05 2.23 3/88 3359
/proc/meminfo: memFree=1744224/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=1236.73
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1838 0 0 0 123652 21 0 0 25 0 1 0 184682563 9273344 1671 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134519668 0 0 4096 0 0 0 0 17 0 0 0
/proc/3292/statm: 2264 1671 138 64 0 1579 0
Current children cumulated CPU time (s) 1238.15
Current children cumulated vsize (KiB) 14408

[startup+1303.27 s]
/proc/loadavg: 2.03 2.05 2.22 3/88 3359
/proc/meminfo: memFree=1744224/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=1296.69
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1838 0 0 0 129648 21 0 0 25 0 1 0 184682563 9273344 1671 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134519664 0 0 4096 0 0 0 0 17 0 0 0
/proc/3292/statm: 2264 1671 138 64 0 1579 0
Current children cumulated CPU time (s) 1298.11
Current children cumulated vsize (KiB) 14408

[startup+1363.28 s]
/proc/loadavg: 2.06 2.05 2.21 3/89 3360
/proc/meminfo: memFree=1744152/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=1356.65
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1838 0 0 0 135644 21 0 0 25 0 1 0 184682563 9273344 1671 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134519674 0 0 4096 0 0 0 0 17 0 0 0
/proc/3292/statm: 2264 1671 138 64 0 1579 0
Current children cumulated CPU time (s) 1358.07
Current children cumulated vsize (KiB) 14408

[startup+1423.29 s]
/proc/loadavg: 2.02 2.04 2.19 3/89 3360
/proc/meminfo: memFree=1744088/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=1416.58
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1838 0 0 0 141637 21 0 0 25 0 1 0 184682563 9273344 1671 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549718 0 0 4096 0 0 0 0 17 0 0 0
/proc/3292/statm: 2264 1671 138 64 0 1579 0
Current children cumulated CPU time (s) 1418
Current children cumulated vsize (KiB) 14408

[startup+1483.31 s]
/proc/loadavg: 2.08 2.05 2.18 3/89 3360
/proc/meminfo: memFree=1744024/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=1476.54
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1838 0 0 0 147633 21 0 0 25 0 1 0 184682563 9273344 1671 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134519655 0 0 4096 0 0 0 0 17 0 0 0
/proc/3292/statm: 2264 1671 138 64 0 1579 0
Current children cumulated CPU time (s) 1477.96
Current children cumulated vsize (KiB) 14408

[startup+1543.32 s]
/proc/loadavg: 2.03 2.04 2.17 3/89 3360
/proc/meminfo: memFree=1744024/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=1536.5
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1838 0 0 0 153629 21 0 0 25 0 1 0 184682563 9273344 1671 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134550365 0 0 4096 0 0 0 0 17 0 0 0
/proc/3292/statm: 2264 1671 138 64 0 1579 0
Current children cumulated CPU time (s) 1537.92
Current children cumulated vsize (KiB) 14408

[startup+1603.33 s]
/proc/loadavg: 2.01 2.03 2.16 3/89 3360
/proc/meminfo: memFree=1743960/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=1596.43
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1838 0 0 0 159621 22 0 0 25 0 1 0 184682563 9273344 1671 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134516871 0 0 4096 0 0 0 0 17 0 0 0
/proc/3292/statm: 2264 1671 138 64 0 1579 0
Current children cumulated CPU time (s) 1597.85
Current children cumulated vsize (KiB) 14408

[startup+1663.36 s]
/proc/loadavg: 2.00 2.02 2.15 3/89 3360
/proc/meminfo: memFree=1743896/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=1656.41
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1838 0 0 0 165619 22 0 0 25 0 1 0 184682563 9273344 1671 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134519655 0 0 4096 0 0 0 0 17 0 0 0
/proc/3292/statm: 2264 1671 138 64 0 1579 0
Current children cumulated CPU time (s) 1657.83
Current children cumulated vsize (KiB) 14408

[startup+1723.39 s]
/proc/loadavg: 2.05 2.03 2.14 3/89 3360
/proc/meminfo: memFree=1743896/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=1716.38
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1838 0 0 0 171616 22 0 0 25 0 1 0 184682563 9273344 1671 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549600 0 0 4096 0 0 0 0 17 0 0 0
/proc/3292/statm: 2264 1671 138 64 0 1579 0
Current children cumulated CPU time (s) 1717.8
Current children cumulated vsize (KiB) 14408

[startup+1783.42 s]
/proc/loadavg: 2.02 2.02 2.13 3/89 3360
/proc/meminfo: memFree=1743832/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=1776.32
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1838 0 0 0 177610 22 0 0 25 0 1 0 184682563 9273344 1671 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134548943 0 0 4096 0 0 0 0 17 0 0 0
/proc/3292/statm: 2264 1671 138 64 0 1579 0
Current children cumulated CPU time (s) 1777.74
Current children cumulated vsize (KiB) 14408



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.69 s]
/proc/loadavg: 2.01 2.02 2.12 3/90 3361
/proc/meminfo: memFree=1743824/2055924 swapFree=4165672/4192956
[pid=3278] ppid=3276 vsize=5352 CPUtime=1.42
/proc/3278/stat : 3278 (solver2) S 3276 3278 2487 0 -1 4194304 397 7999 0 0 0 0 68 74 16 0 1 0 184682417 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3278/statm: 1338 242 203 169 0 49 0
[pid=3292] ppid=3278 vsize=9056 CPUtime=1798.6
/proc/3292/stat : 3292 (standalone) R 3278 3278 2487 0 -1 4194304 1838 0 0 0 179837 23 0 0 25 0 1 0 184682563 9273344 1671 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549715 0 0 4096 0 0 0 0 17 0 0 0
/proc/3292/statm: 2264 1671 138 64 0 1579 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 14408

Sending SIGTERM to process tree (bottom up)

Child status: 143
Real time (s): 1805.7
CPU time (s): 1800.04
CPU user time (s): 1799.06
CPU system time (s): 0.977851
CPU usage (%): 99.6865
Max. virtual memory (cumulated for all children) (KiB): 27324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.06
system time used= 0.977851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10247
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= 187
involuntary context switches= 53412

runsolver used 1.87971 s user time and 5.09323 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Tue Jan  9 17:14:30 UTC 2007


IDJOB= 239011
IDBENCH= 7032
FILE ID= node6/239011-1168362868

PBS_JOBID= 3503763

Free space on /tmp= 66529 MiB

BENCH NAME= HOME/pub/bench/CPAI06/qcp-qwh/QCP-25/qcp-25-264-2_ext.xml
COMMAND LINE= /tmp/evaluation/239011-1168362868/solver2 /tmp/evaluation/239011-1168362868/unknown 1800
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node6/watcher-239011-1168362868 -o ROOT/results/node6/solver-239011-1168362868 -C 1800 -M 900  /tmp/evaluation/239011-1168362868/solver2 /tmp/evaluation/239011-1168362868/unknown 1800

META MD5SUM SOLVER= 2182e29fee250f6e45b9a85a6429fa3a
MD5SUM BENCH=  f8d2fc979bd99a32a7a551181d053817

RANDOM SEED= 872840739

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1159504 kB
Buffers:         30340 kB
Cached:         165536 kB
SwapCached:       2888 kB
Active:         769440 kB
Inactive:        65832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1159504 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:           11216 kB
Writeback:           0 kB
Mapped:         655300 kB
Slab:            44392 kB
Committed_AS:  6673316 kB
PageTables:       3840 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= 66536 MiB



End job on node6 on Tue Jan  9 17:44:36 UTC 2007