Trace number 238764

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.09 1801.15

General information on the benchmark

NameblackHole/BH-4-7/
BlackHole-4-7-h-9_ext.xml
MD5SUMcb3a5c2104df8135afb4e0442892edcd
Bench Category2-ARY-EXT (binary constraints in extension)
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 variables112
Number of constraints1262
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension1262
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

1801.14	/tmp/evaluation/238764-1168359492/solver2: line 23: 21649 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/node52/watcher-238764-1168359492 -o ROOT/results/node52/solver-238764-1168359492 -C 1800 -M 900 /tmp/evaluation/238764-1168359492/solver2 /tmp/evaluation/238764-1168359492/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.00 1.09 1.42 3/65 21636
/proc/meminfo: memFree=1828344/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0
/proc/21635/stat : 21635 (solver2) R 21633 21635 19882 0 -1 4194304 311 190 0 0 0 0 0 0 19 0 1 0 184347797 5480448 239 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653739792 0 0 4100 65536 0 0 0 17 1 0 0
/proc/21635/statm: 1338 239 200 169 0 49 0

[startup+0.106699 s]
/proc/loadavg: 1.00 1.09 1.42 3/65 21636
/proc/meminfo: memFree=1828344/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.02
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 376 2246 0 0 0 0 1 1 16 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5352

[startup+0.518721 s]
/proc/loadavg: 1.00 1.09 1.42 3/65 21636
/proc/meminfo: memFree=1828344/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 5352

[startup+1.34177 s]
/proc/loadavg: 1.00 1.09 1.42 2/66 21649
/proc/meminfo: memFree=1826480/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=1.12
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 110 2 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 1 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9344

[startup+2.97788 s]
/proc/loadavg: 1.00 1.09 1.42 2/66 21649
/proc/meminfo: memFree=1826480/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=2.76
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 274 2 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554163 0 0 4096 0 0 0 0 17 1 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 9344

[startup+6.25409 s]
/proc/loadavg: 1.00 1.09 1.42 2/66 21649
/proc/meminfo: memFree=1826288/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=6.03
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 601 2 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554314 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 9344

[startup+12.7175 s]
/proc/loadavg: 1.00 1.08 1.42 2/66 21649
/proc/meminfo: memFree=1826528/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=12.49
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 1247 2 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554438 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 9344

[startup+25.5244 s]
/proc/loadavg: 1.00 1.08 1.41 2/66 21649
/proc/meminfo: memFree=1826656/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=25.29
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 2527 2 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554206 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 9344

[startup+51.152 s]
/proc/loadavg: 1.00 1.07 1.40 2/66 21649
/proc/meminfo: memFree=1826656/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=50.89
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 5087 2 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134516886 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 9344

[startup+102.398 s]
/proc/loadavg: 1.07 1.08 1.38 2/66 21649
/proc/meminfo: memFree=1826720/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=102.11
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 10209 2 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554178 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 9344

[startup+162.469 s]
/proc/loadavg: 1.02 1.06 1.35 2/66 21649
/proc/meminfo: memFree=1826720/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=162.15
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 16213 2 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549726 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 162.33
Current children cumulated vsize (KiB) 9344

[startup+222.534 s]
/proc/loadavg: 1.01 1.05 1.33 2/66 21649
/proc/meminfo: memFree=1826656/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=222.19
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 22216 3 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134516817 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 222.37
Current children cumulated vsize (KiB) 9344

[startup+282.605 s]
/proc/loadavg: 1.00 1.03 1.31 2/66 21649
/proc/meminfo: memFree=1826720/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=282.22
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 28219 3 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549656 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 282.4
Current children cumulated vsize (KiB) 9344

[startup+342.674 s]
/proc/loadavg: 1.00 1.03 1.28 2/66 21649
/proc/meminfo: memFree=1826656/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=342.25
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 34222 3 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554326 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 342.43
Current children cumulated vsize (KiB) 9344

[startup+402.748 s]
/proc/loadavg: 1.00 1.02 1.26 2/66 21649
/proc/meminfo: memFree=1826656/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=402.29
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 40226 3 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134519655 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 402.47
Current children cumulated vsize (KiB) 9344

[startup+462.817 s]
/proc/loadavg: 1.00 1.01 1.24 2/66 21649
/proc/meminfo: memFree=1826592/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=462.32
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 46229 3 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134516673 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 462.5
Current children cumulated vsize (KiB) 9344

[startup+522.889 s]
/proc/loadavg: 1.00 1.01 1.23 2/66 21649
/proc/meminfo: memFree=1826592/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=522.36
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 52233 3 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549739 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 522.54

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

[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=1062.69
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 106266 3 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554743 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1062.87
Current children cumulated vsize (KiB) 9344

[startup+1123.59 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 21649
/proc/meminfo: memFree=1826400/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=1122.73
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 112269 4 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134516725 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1122.91
Current children cumulated vsize (KiB) 9344

[startup+1183.65 s]
/proc/loadavg: 1.00 1.00 1.09 2/66 21649
/proc/meminfo: memFree=1826400/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=1182.77
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 118273 4 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549083 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1182.95
Current children cumulated vsize (KiB) 9344

[startup+1243.72 s]
/proc/loadavg: 1.00 1.00 1.08 2/66 21649
/proc/meminfo: memFree=1826336/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=1242.79
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 124275 4 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549659 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1242.97
Current children cumulated vsize (KiB) 9344

[startup+1303.79 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 21649
/proc/meminfo: memFree=1826336/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=1302.82
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 130278 4 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 135259682 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1303
Current children cumulated vsize (KiB) 9344

[startup+1363.86 s]
/proc/loadavg: 1.00 1.00 1.07 2/66 21649
/proc/meminfo: memFree=1826336/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=1362.85
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 136281 4 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134516865 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1363.03
Current children cumulated vsize (KiB) 9344

[startup+1423.93 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 21649
/proc/meminfo: memFree=1826272/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=1422.88
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 142284 4 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549091 0 0 4096 0 0 0 0 17 1 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1423.06
Current children cumulated vsize (KiB) 9344

[startup+1484 s]
/proc/loadavg: 1.00 1.00 1.06 2/66 21649
/proc/meminfo: memFree=1826272/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=1482.92
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 148288 4 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134519643 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1483.1
Current children cumulated vsize (KiB) 9344

[startup+1544.06 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 21649
/proc/meminfo: memFree=1826272/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=1542.96
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 154292 4 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134548929 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1543.14
Current children cumulated vsize (KiB) 9344

[startup+1604.13 s]
/proc/loadavg: 1.00 1.00 1.05 2/66 21649
/proc/meminfo: memFree=1826272/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=1602.98
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 160294 4 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134554181 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1603.16
Current children cumulated vsize (KiB) 9344

[startup+1664.2 s]
/proc/loadavg: 1.00 1.00 1.04 2/66 21649
/proc/meminfo: memFree=1826208/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=1663.01
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 166297 4 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549739 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1663.19
Current children cumulated vsize (KiB) 9344

[startup+1724.27 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 21649
/proc/meminfo: memFree=1826208/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=1723.05
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 172301 4 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134549083 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1723.23
Current children cumulated vsize (KiB) 9344

[startup+1784.33 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 21649
/proc/meminfo: memFree=1826208/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=1783.07
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 178303 4 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134548899 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1783.25
Current children cumulated vsize (KiB) 9344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.14 s]
/proc/loadavg: 1.00 1.00 1.03 2/66 21649
/proc/meminfo: memFree=1826144/2055920 swapFree=4192812/4192956
[pid=21635] ppid=21633 vsize=5352 CPUtime=0.18
/proc/21635/stat : 21635 (solver2) S 21633 21635 19882 0 -1 4194304 397 3140 0 0 0 0 8 10 15 0 1 0 184347797 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21635/statm: 1338 242 203 169 0 49 0
[pid=21649] ppid=21635 vsize=3992 CPUtime=1799.88
/proc/21649/stat : 21649 (standalone) R 21635 21635 19882 0 -1 4194304 451 0 0 0 179984 4 0 0 25 0 1 0 184347817 4087808 425 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 134519655 0 0 4096 0 0 0 0 17 0 0 0
/proc/21649/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9344

Sending SIGTERM to process tree (bottom up)

Child status: 143
Real time (s): 1801.15
CPU time (s): 1800.09
CPU user time (s): 1799.93
CPU system time (s): 0.157975
CPU usage (%): 99.9411
Max. virtual memory (cumulated for all children) (KiB): 9344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4001
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= 91
involuntary context switches= 6693

runsolver used 1.52877 s user time and 4.87126 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Tue Jan  9 16:18:13 UTC 2007


IDJOB= 238764
IDBENCH= 7019
FILE ID= node52/238764-1168359492

PBS_JOBID= 3503960

Free space on /tmp= 66549 MiB

BENCH NAME= HOME/pub/bench/CPAI06/blackHole/BH-4-7/BlackHole-4-7-h-9_ext.xml
COMMAND LINE= /tmp/evaluation/238764-1168359492/solver2 /tmp/evaluation/238764-1168359492/unknown 1800
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node52/watcher-238764-1168359492 -o ROOT/results/node52/solver-238764-1168359492 -C 1800 -M 900  /tmp/evaluation/238764-1168359492/solver2 /tmp/evaluation/238764-1168359492/unknown 1800

META MD5SUM SOLVER= 2182e29fee250f6e45b9a85a6429fa3a
MD5SUM BENCH=  cb3a5c2104df8135afb4e0442892edcd

RANDOM SEED= 428929803

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.232
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.232
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:       1828824 kB
Buffers:         26836 kB
Cached:         126572 kB
SwapCached:          0 kB
Active:         123012 kB
Inactive:        45788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10172 kB
Writeback:           0 kB
Mapped:          25532 kB
Slab:            44240 kB
Committed_AS:  4420440 kB
PageTables:       1484 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= 66549 MiB



End job on node52 on Tue Jan  9 16:48:14 UTC 2007