Trace number 238745

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 1808.56

General information on the benchmark

NameblackHole/BH-4-7/
BlackHole-4-7-h-6_ext.xml
MD5SUM8183bb1a91a27ffba76f8637e9fa0270
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)

1808.55	/tmp/evaluation/238745-1168359206/solver2: line 23:  1975 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-238745-1168359206 -o ROOT/results/node6/solver-238745-1168359206 -C 1800 -M 900 /tmp/evaluation/238745-1168359206/solver2 /tmp/evaluation/238745-1168359206/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
/proc/loadavg: 1.92 1.98 1.99 5/87 1961
/proc/meminfo: memFree=1702376/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=18540 CPUtime=0
/proc/1960/stat : 1960 (runsolver) R 1958 32014 32014 0 -1 4194368 13 0 0 0 0 0 0 0 19 0 1 0 184316221 18984960 277 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 268582653652 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1960/statm: 4635 277 242 17 0 2626 0
Current StackSize limit: 10240 KiB


[startup+0.107368 s]
/proc/loadavg: 1.92 1.98 1.99 5/87 1961
/proc/meminfo: memFree=1702376/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.02
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 376 2246 0 0 0 0 1 1 19 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5352

[startup+0.515407 s]
/proc/loadavg: 1.92 1.98 1.99 5/87 1961
/proc/meminfo: memFree=1702376/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 5352

[startup+1.3365 s]
/proc/loadavg: 1.92 1.98 1.99 3/88 1975
/proc/meminfo: memFree=1700504/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=1.09
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 107 2 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549652 0 0 4096 0 0 0 0 17 1 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9344

[startup+2.9737 s]
/proc/loadavg: 1.92 1.98 1.99 3/88 1975
/proc/meminfo: memFree=1700120/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=2.71
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 269 2 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 135262369 0 0 4096 0 0 0 0 17 1 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 9344

[startup+6.26508 s]
/proc/loadavg: 1.93 1.98 1.99 3/88 1975
/proc/meminfo: memFree=1700248/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=5.97
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 595 2 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554595 0 0 4096 0 0 0 0 17 1 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 9344

[startup+12.7228 s]
/proc/loadavg: 1.93 1.98 1.99 3/88 1975
/proc/meminfo: memFree=1700376/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=12.37
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 1235 2 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554713 0 0 4096 0 0 0 0 17 1 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 9344

[startup+25.5493 s]
/proc/loadavg: 1.95 1.98 1.99 3/88 1975
/proc/meminfo: memFree=1700440/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=25.1
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 2508 2 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134519664 0 0 4096 0 0 0 0 17 1 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 9344

[startup+51.1672 s]
/proc/loadavg: 1.96 1.98 1.99 3/88 1975
/proc/meminfo: memFree=1700504/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=50.58
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 5056 2 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 135231560 0 0 4096 0 0 0 0 17 1 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 50.78
Current children cumulated vsize (KiB) 9344

[startup+102.386 s]
/proc/loadavg: 2.05 2.00 2.00 3/88 1975
/proc/meminfo: memFree=1700632/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=101.57
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 10154 3 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134516710 0 0 4096 0 0 0 0 17 1 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 9344

[startup+162.435 s]
/proc/loadavg: 2.12 2.03 2.01 3/88 1975
/proc/meminfo: memFree=1700632/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=161.34
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 16131 3 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134519643 0 0 4096 0 0 0 0 17 1 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 161.54
Current children cumulated vsize (KiB) 9344

[startup+222.481 s]
/proc/loadavg: 2.17 2.05 2.01 3/88 1975
/proc/meminfo: memFree=1700632/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=221.11
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 22107 4 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134519655 0 0 4096 0 0 0 0 17 1 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 221.31
Current children cumulated vsize (KiB) 9344

[startup+282.533 s]
/proc/loadavg: 2.11 2.06 2.01 3/88 1975
/proc/meminfo: memFree=1700632/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=280.87
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 28083 4 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 135244080 0 0 4096 0 0 0 0 17 1 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 281.07
Current children cumulated vsize (KiB) 9344

[startup+342.581 s]
/proc/loadavg: 2.04 2.04 2.00 3/88 1975
/proc/meminfo: memFree=1700640/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=340.65
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 34060 5 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134552191 0 0 4096 0 0 0 0 17 1 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 340.85
Current children cumulated vsize (KiB) 9344

[startup+402.632 s]
/proc/loadavg: 2.01 2.03 2.00 3/88 1977
/proc/meminfo: memFree=1690016/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=400.42
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 40036 6 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134516865 0 0 4096 0 0 0 0 17 1 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 400.62
Current children cumulated vsize (KiB) 9344

[startup+462.68 s]
/proc/loadavg: 2.00 2.02 2.00 3/88 1977
/proc/meminfo: memFree=1687392/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=460.18
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 46012 6 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134519655 0 0 4096 0 0 0 0 17 1 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 460.38
Current children cumulated vsize (KiB) 9344

[startup+522.703 s]
/proc/loadavg: 1.95 2.00 1.99 3/96 2159
/proc/meminfo: memFree=1731808/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=519.92
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 51984 8 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549585 0 0 4096 0 0 0 0 17 0 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 520.12

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

[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=1057.5
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 105740 10 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 135262335 0 0 4096 0 0 0 0 17 0 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1057.7
Current children cumulated vsize (KiB) 9344

[startup+1122.76 s]
/proc/loadavg: 2.03 2.03 2.00 3/96 2159
/proc/meminfo: memFree=1591008/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=1117.2
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 111710 10 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134548943 0 0 4096 0 0 0 0 17 0 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1117.4
Current children cumulated vsize (KiB) 9344

[startup+1182.76 s]
/proc/loadavg: 2.01 2.02 2.00 3/96 2159
/proc/meminfo: memFree=1590944/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=1176.94
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 117684 10 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134548929 0 0 4096 0 0 0 0 17 0 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1177.14
Current children cumulated vsize (KiB) 9344

[startup+1242.77 s]
/proc/loadavg: 2.00 2.02 2.00 3/96 2159
/proc/meminfo: memFree=1549792/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=1236.68
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 123658 10 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 135243214 0 0 4096 0 0 0 0 17 0 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1236.88
Current children cumulated vsize (KiB) 9344

[startup+1302.77 s]
/proc/loadavg: 2.07 2.03 2.00 3/96 2159
/proc/meminfo: memFree=1549728/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=1296.39
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 129629 10 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134517460 0 0 4096 0 0 0 0 17 0 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1296.59
Current children cumulated vsize (KiB) 9344

[startup+1362.78 s]
/proc/loadavg: 2.02 2.02 2.00 3/96 2159
/proc/meminfo: memFree=1549728/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=1356.13
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 135603 10 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554178 0 0 4096 0 0 0 0 17 0 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1356.33
Current children cumulated vsize (KiB) 9344

[startup+1422.78 s]
/proc/loadavg: 2.01 2.02 2.00 3/96 2159
/proc/meminfo: memFree=1549600/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=1415.87
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 141577 10 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 135259472 0 0 4096 0 0 0 0 17 0 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1416.07
Current children cumulated vsize (KiB) 9344

[startup+1482.78 s]
/proc/loadavg: 2.00 2.01 2.00 3/96 2159
/proc/meminfo: memFree=1549600/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=1475.59
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 147549 10 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134554146 0 0 4096 0 0 0 0 17 0 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1475.79
Current children cumulated vsize (KiB) 9344

[startup+1542.79 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 2159
/proc/meminfo: memFree=1549536/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=1535.32
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 153522 10 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134516715 0 0 4096 0 0 0 0 17 0 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1535.52
Current children cumulated vsize (KiB) 9344

[startup+1602.8 s]
/proc/loadavg: 2.16 2.03 2.01 3/96 2159
/proc/meminfo: memFree=1549536/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=1595.06
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 159496 10 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549739 0 0 4096 0 0 0 0 17 0 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1595.26
Current children cumulated vsize (KiB) 9344

[startup+1662.8 s]
/proc/loadavg: 2.06 2.03 2.00 3/96 2159
/proc/meminfo: memFree=1508448/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=1654.78
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 165467 11 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134549718 0 0 4096 0 0 0 0 17 0 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1654.98
Current children cumulated vsize (KiB) 9344

[startup+1722.8 s]
/proc/loadavg: 2.02 2.02 2.00 3/96 2159
/proc/meminfo: memFree=1508384/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=1714.51
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 171440 11 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 135249877 0 0 4096 0 0 0 0 17 0 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1714.71
Current children cumulated vsize (KiB) 9344

[startup+1782.8 s]
/proc/loadavg: 2.08 2.03 2.00 3/96 2159
/proc/meminfo: memFree=1508320/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=1774.24
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 177413 11 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134519664 0 0 4096 0 0 0 0 17 0 0 0
/proc/1975/statm: 998 425 137 64 0 313 0
Current children cumulated CPU time (s) 1774.44
Current children cumulated vsize (KiB) 9344



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.55 s]
/proc/loadavg: 2.11 2.04 2.01 3/96 2159
/proc/meminfo: memFree=1508320/2055924 swapFree=4165672/4192956
[pid=1960] ppid=1958 vsize=5352 CPUtime=0.2
/proc/1960/stat : 1960 (solver2) S 1958 1960 32014 0 -1 4194304 397 3140 0 0 0 0 9 11 15 0 1 0 184316221 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 268582839108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1960/statm: 1338 242 203 169 0 49 0
[pid=1975] ppid=1960 vsize=3992 CPUtime=1799.86
/proc/1975/stat : 1975 (standalone) R 1960 1960 32014 0 -1 4194304 451 0 0 0 179975 11 0 0 25 0 1 0 184316243 4087808 425 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134519655 0 0 4096 0 0 0 0 17 0 0 0
/proc/1975/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): 1808.56
CPU time (s): 1800.09
CPU user time (s): 1799.85
CPU system time (s): 0.237963
CPU usage (%): 99.5315
Max. virtual memory (cumulated for all children) (KiB): 9344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.237963
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= 99
involuntary context switches= 52837

runsolver used 1.66675 s user time and 4.77027 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Tue Jan  9 16:13:28 UTC 2007


IDJOB= 238745
IDBENCH= 7018
FILE ID= node6/238745-1168359206

PBS_JOBID= 3503709

Free space on /tmp= 66539 MiB

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

META MD5SUM SOLVER= 2182e29fee250f6e45b9a85a6429fa3a
MD5SUM BENCH=  8183bb1a91a27ffba76f8637e9fa0270

RANDOM SEED= 918397563

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:       1702856 kB
Buffers:         27112 kB
Cached:         151084 kB
SwapCached:       2888 kB
Active:         230416 kB
Inactive:        62820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1702856 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:           10188 kB
Writeback:           0 kB
Mapped:         125332 kB
Slab:            44380 kB
Committed_AS:  6098748 kB
PageTables:       2528 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= 66539 MiB



End job on node6 on Tue Jan  9 16:43:37 UTC 2007