Trace number 200022

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
BPrologCSPSolver70a 2006-12-13? (TO) 1800.11 1879.92

General information on the benchmark

Namerandom/rand-3-24-24-fcd/
rand-3-24-24-76-632-fcd-39_ext.xml
MD5SUM44a9029656c5509a3d841d7fd303e5d1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark159.171
SatisfiableYES
(Un)Satisfiability was proved
Number of variables24
Number of constraints75
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension75
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/200022-1168139803/unknown)

Verifier Data (download as text)

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

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node17/watcher-200022-1168139803 -o ROOT/results/node17/solver-200022-1168139803 -C 1800 -M 900 /tmp/evaluation/200022-1168139803/Complete/Ordinary/solver /tmp/evaluation/200022-1168139803/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.00 2.07 2.12 5/87 3096
/proc/meminfo: memFree=1593952/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=18540 CPUtime=0
/proc/3095/stat : 3095 (runsolver) R 3093 3095 1584 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 162376368 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 245482712359 0 0 4096 24578 0 0 0 17 1 0 0
/proc/3095/statm: 4635 279 244 17 0 2626 0

[startup+0.109082 s]
/proc/loadavg: 2.00 2.07 2.12 5/87 3096
/proc/meminfo: memFree=1593952/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=61640 CPUtime=0.09
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 1947 0 0 0 9 0 0 0 20 0 1 0 162376368 63119360 1663 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134698000 0 0 4096 2 0 0 0 17 1 0 0
/proc/3095/statm: 15410 1663 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.520125 s]
/proc/loadavg: 2.00 2.07 2.12 5/87 3096
/proc/meminfo: memFree=1593952/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=61640 CPUtime=0.5
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 7571 0 0 0 46 4 0 0 23 0 1 0 162376368 63119360 7287 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134692573 0 0 4096 2 0 0 0 17 1 0 0
/proc/3095/statm: 15410 7287 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.34721 s]
/proc/loadavg: 2.00 2.07 2.12 3/87 3096
/proc/meminfo: memFree=1519264/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=136228 CPUtime=1.32
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 19048 0 0 0 122 10 0 0 25 0 1 0 162376368 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/3095/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 136228

[startup+2.99761 s]
/proc/loadavg: 2.00 2.07 2.12 3/87 3096
/proc/meminfo: memFree=1549472/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=101068 CPUtime=2.96
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 21320 0 0 0 284 12 0 0 25 0 1 0 162376368 103493632 12472 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608260 0 0 4096 2 0 0 0 17 1 0 0
/proc/3095/statm: 25267 12472 158 90 0 24805 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 101068

[startup+6.2781 s]
/proc/loadavg: 2.00 2.07 2.12 3/87 3096
/proc/meminfo: memFree=1500768/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=130628 CPUtime=6.2
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 49899 0 0 0 592 28 0 0 25 0 1 0 162376368 133763072 23079 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/3095/statm: 32657 23079 158 90 0 32195 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 130628

[startup+12.7578 s]
/proc/loadavg: 2.00 2.07 2.12 3/87 3096
/proc/meminfo: memFree=1487392/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=131356 CPUtime=12.62
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 83329 0 0 0 1215 47 0 0 25 0 1 0 162376368 134508544 26589 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858988 0 0 4096 2 0 0 0 17 1 0 0
/proc/3095/statm: 32839 26589 158 90 0 32377 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 131356

[startup+25.5887 s]
/proc/loadavg: 2.00 2.06 2.12 3/87 3096
/proc/meminfo: memFree=1484320/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=131476 CPUtime=25.34
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 139831 0 0 0 2452 82 0 0 25 0 1 0 162376368 134631424 27061 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859793 0 0 4096 2 0 0 0 17 1 0 0
/proc/3095/statm: 32869 27061 158 90 0 32407 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 131476

[startup+51.2767 s]
/proc/loadavg: 2.00 2.06 2.11 3/87 3096
/proc/meminfo: memFree=1376672/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=301980 CPUtime=50.79
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 278739 0 0 0 4921 158 0 0 25 0 1 0 162376368 309227520 54145 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134858532 0 0 4096 2 0 0 0 17 1 0 0
/proc/3095/statm: 75495 54145 158 90 0 75033 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 301980

[startup+102.53 s]
/proc/loadavg: 2.00 2.05 2.10 3/88 3097
/proc/meminfo: memFree=1331928/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=314360 CPUtime=101.57
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 317238 0 0 0 9977 180 0 0 25 0 2 0 162376368 321904640 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134610613 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3095/statm: 78590 62222 170 90 0 78128 0
[pid=3095/tid=3097] ppid=3093 vsize=314360 CPUtime=0
/proc/3095/task/3097/stat : 3097 (bprolog) S 3093 3095 1584 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162382866 321904640 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.57
Current children cumulated vsize (KiB) 314360

[startup+162.611 s]
/proc/loadavg: 2.00 2.04 2.09 3/88 3099
/proc/meminfo: memFree=1325528/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=314360 CPUtime=161.11
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 317238 0 0 0 15930 181 0 0 25 0 2 0 162376368 321904640 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3095/statm: 78590 62222 170 90 0 78128 0
[pid=3095/tid=3097] ppid=3093 vsize=314360 CPUtime=0
/proc/3095/task/3097/stat : 3097 (bprolog) S 3093 3095 1584 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162382866 321904640 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.11
Current children cumulated vsize (KiB) 314360

[startup+222.688 s]
/proc/loadavg: 2.00 2.03 2.08 3/88 3099
/proc/meminfo: memFree=1322712/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=314360 CPUtime=220.64
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 317238 0 0 0 21883 181 0 0 25 0 2 0 162376368 321904640 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589452 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3095/statm: 78590 62222 170 90 0 78128 0
[pid=3095/tid=3097] ppid=3093 vsize=314360 CPUtime=0
/proc/3095/task/3097/stat : 3097 (bprolog) S 3093 3095 1584 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162382866 321904640 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.64
Current children cumulated vsize (KiB) 314360

[startup+282.761 s]
/proc/loadavg: 2.03 2.03 2.08 3/88 3099
/proc/meminfo: memFree=1320280/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=314360 CPUtime=280.16
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 317238 0 0 0 27835 181 0 0 25 0 2 0 162376368 321904640 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670386 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3095/statm: 78590 62222 170 90 0 78128 0
[pid=3095/tid=3097] ppid=3093 vsize=314360 CPUtime=0
/proc/3095/task/3097/stat : 3097 (bprolog) S 3093 3095 1584 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162382866 321904640 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.16
Current children cumulated vsize (KiB) 314360

[startup+342.851 s]
/proc/loadavg: 2.52 2.15 2.12 4/94 6157
/proc/meminfo: memFree=1311680/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=314360 CPUtime=333.38
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 317238 0 0 0 33155 183 0 0 25 0 2 0 162376368 321904640 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711195 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3095/statm: 78590 62222 170 90 0 78128 0
[pid=3095/tid=3097] ppid=3093 vsize=314360 CPUtime=0
/proc/3095/task/3097/stat : 3097 (bprolog) S 3093 3095 1584 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162382866 321904640 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 333.38
Current children cumulated vsize (KiB) 314360

[startup+402.951 s]
/proc/loadavg: 2.94 2.33 2.18 4/95 11271
/proc/meminfo: memFree=1302776/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=314360 CPUtime=382.37
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 317238 0 0 0 38053 184 0 0 25 0 2 0 162376368 321904640 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609651 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3095/statm: 78590 62222 170 90 0 78128 0
[pid=3095/tid=3097] ppid=3093 vsize=314360 CPUtime=0
/proc/3095/task/3097/stat : 3097 (bprolog) S 3093 3095 1584 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162382866 321904640 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 382.37
Current children cumulated vsize (KiB) 314360

[startup+463.053 s]
/proc/loadavg: 3.02 2.47 2.23 6/95 16659
/proc/meminfo: memFree=1294776/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=314360 CPUtime=431.19
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 317238 0 0 0 42933 186 0 0 25 0 2 0 162376368 321904640 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134584757 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3095/statm: 78590 62222 170 90 0 78128 0
[pid=3095/tid=3097] ppid=3093 vsize=314360 CPUtime=0
/proc/3095/task/3097/stat : 3097 (bprolog) S 3093 3095 1584 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162382866 321904640 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 431.19
Current children cumulated vsize (KiB) 314360

[startup+523.056 s]
/proc/loadavg: 3.17 2.61 2.30 4/95 21975
/proc/meminfo: memFree=1285368/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=314360 CPUtime=479.71
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 317238 0 0 0 47783 188 0 0 25 0 2 0 162376368 321904640 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552326 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3095/statm: 78590 62222 170 90 0 78128 0
[pid=3095/tid=3097] ppid=3093 vsize=314360 CPUtime=0
/proc/3095/task/3097/stat : 3097 (bprolog) S 3093 3095 1584 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162382866 321904640 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 479.71
Current children cumulated vsize (KiB) 314360

[startup+583.057 s]
/proc/loadavg: 3.12 2.69 2.34 5/94 27440
/proc/meminfo: memFree=1274944/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=314360 CPUtime=528.36
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 317238 0 0 0 52646 190 0 0 25 0 2 0 162376368 321904640 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670131 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3095/statm: 78590 62222 170 90 0 78128 0
[pid=3095/tid=3097] ppid=3093 vsize=314360 CPUtime=0
/proc/3095/task/3097/stat : 3097 (bprolog) S 3093 3095 1584 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162382866 321904640 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 528.36
Current children cumulated vsize (KiB) 314360

[startup+643.061 s]
/proc/loadavg: 3.21 2.80 2.40 4/94 439
/proc/meminfo: memFree=1262528/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=314360 CPUtime=576.83
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 317238 0 0 0 57491 192 0 0 25 0 2 0 162376368 321904640 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580375 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3095/statm: 78590 62222 170 90 0 78128 0
[pid=3095/tid=3097] ppid=3093 vsize=314360 CPUtime=0
/proc/3095/task/3097/stat : 3097 (bprolog) S 3093 3095 1584 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 162382866 321904640 62222 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 576.83
Current children cumulated vsize (KiB) 314360

[startup+703.159 s]
/proc/loadavg: 3.05 2.84 2.43 3/88 5397

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

/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 317239 0 0 0 116310 197 0 0 25 0 3 0 162376368 332394496 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580219 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3095/statm: 81151 62223 170 90 0 80689 0
[pid=3095/tid=3097] ppid=3093 vsize=324604 CPUtime=0
/proc/3095/task/3097/stat : 3097 (bprolog) S 3093 3095 1584 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162382866 332394496 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3095/tid=5398] ppid=3093 vsize=324604 CPUtime=0
/proc/3095/task/5398/stat : 5398 (bprolog) S 3093 3095 1584 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162472880 332394496 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1165.07
Current children cumulated vsize (KiB) 324604

[startup+1303.96 s]
/proc/loadavg: 2.02 2.13 2.23 3/89 5398
/proc/meminfo: memFree=1214992/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=324604 CPUtime=1224.89
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 317239 0 0 0 122292 197 0 0 25 0 3 0 162376368 332394496 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711664 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/3095/statm: 81151 62223 170 90 0 80689 0
[pid=3095/tid=3097] ppid=3093 vsize=324604 CPUtime=0
/proc/3095/task/3097/stat : 3097 (bprolog) S 3093 3095 1584 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162382866 332394496 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3095/tid=5398] ppid=3093 vsize=324604 CPUtime=0
/proc/3095/task/5398/stat : 5398 (bprolog) S 3093 3095 1584 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162472880 332394496 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1224.89
Current children cumulated vsize (KiB) 324604

[startup+1364.04 s]
/proc/loadavg: 2.04 2.12 2.21 3/90 5488
/proc/meminfo: memFree=1419080/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=324604 CPUtime=1284.77
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 317239 0 0 0 128276 201 0 0 25 0 3 0 162376368 332394496 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3095/statm: 81151 62223 170 90 0 80689 0
[pid=3095/tid=3097] ppid=3093 vsize=324604 CPUtime=0
/proc/3095/task/3097/stat : 3097 (bprolog) S 3093 3095 1584 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 162382866 332394496 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3095/tid=5398] ppid=3093 vsize=324604 CPUtime=0
/proc/3095/task/5398/stat : 5398 (bprolog) S 3093 3095 1584 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 162472880 332394496 62223 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1284.77
Current children cumulated vsize (KiB) 324604

[startup+1424.13 s]
/proc/loadavg: 2.01 2.10 2.20 3/91 5489
/proc/meminfo: memFree=1419200/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=334848 CPUtime=1344.81
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 317240 0 0 0 134280 201 0 0 25 0 4 0 162376368 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639374 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3095/statm: 83712 62224 170 90 0 83250 0
[pid=3095/tid=3097] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/3097/stat : 3097 (bprolog) S 3093 3095 1584 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162382866 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3095/tid=5398] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/5398/stat : 5398 (bprolog) S 3093 3095 1584 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162472880 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3095/tid=5489] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/5489/stat : 5489 (bprolog) S 3093 3095 1584 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162517888 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1344.81
Current children cumulated vsize (KiB) 334848

[startup+1484.14 s]
/proc/loadavg: 2.00 2.08 2.18 3/91 5489
/proc/meminfo: memFree=1419200/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=334848 CPUtime=1404.71
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 317240 0 0 0 140270 201 0 0 25 0 4 0 162376368 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711657 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3095/statm: 83712 62224 170 90 0 83250 0
[pid=3095/tid=3097] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/3097/stat : 3097 (bprolog) S 3093 3095 1584 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162382866 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3095/tid=5398] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/5398/stat : 5398 (bprolog) S 3093 3095 1584 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162472880 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3095/tid=5489] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/5489/stat : 5489 (bprolog) S 3093 3095 1584 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162517888 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1404.71
Current children cumulated vsize (KiB) 334848

[startup+1544.15 s]
/proc/loadavg: 2.00 2.06 2.17 3/91 5489
/proc/meminfo: memFree=1419136/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=334848 CPUtime=1464.67
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 317240 0 0 0 146266 201 0 0 25 0 4 0 162376368 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711195 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3095/statm: 83712 62224 170 90 0 83250 0
[pid=3095/tid=3097] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/3097/stat : 3097 (bprolog) S 3093 3095 1584 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162382866 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3095/tid=5398] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/5398/stat : 5398 (bprolog) S 3093 3095 1584 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162472880 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3095/tid=5489] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/5489/stat : 5489 (bprolog) S 3093 3095 1584 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162517888 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1464.67
Current children cumulated vsize (KiB) 334848

[startup+1604.17 s]
/proc/loadavg: 2.00 2.05 2.16 3/91 5489
/proc/meminfo: memFree=1419136/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=334848 CPUtime=1524.64
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 317240 0 0 0 152263 201 0 0 25 0 4 0 162376368 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580330 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3095/statm: 83712 62224 170 90 0 83250 0
[pid=3095/tid=3097] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/3097/stat : 3097 (bprolog) S 3093 3095 1584 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162382866 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3095/tid=5398] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/5398/stat : 5398 (bprolog) S 3093 3095 1584 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162472880 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3095/tid=5489] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/5489/stat : 5489 (bprolog) S 3093 3095 1584 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 162517888 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1524.64
Current children cumulated vsize (KiB) 334848

[startup+1664.19 s]
/proc/loadavg: 2.00 2.04 2.14 3/91 5489
/proc/meminfo: memFree=1419072/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=334848 CPUtime=1584.59
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 317240 0 0 0 158257 202 0 0 25 0 4 0 162376368 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552076 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3095/statm: 83712 62224 170 90 0 83250 0
[pid=3095/tid=3097] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/3097/stat : 3097 (bprolog) S 3093 3095 1584 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162382866 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3095/tid=5398] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/5398/stat : 5398 (bprolog) S 3093 3095 1584 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162472880 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3095/tid=5489] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/5489/stat : 5489 (bprolog) S 3093 3095 1584 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162517888 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1584.59
Current children cumulated vsize (KiB) 334848

[startup+1724.2 s]
/proc/loadavg: 2.06 2.04 2.14 3/91 5489
/proc/meminfo: memFree=1419072/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=334848 CPUtime=1644.53
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 317240 0 0 0 164251 202 0 0 25 0 4 0 162376368 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3095/statm: 83712 62224 170 90 0 83250 0
[pid=3095/tid=3097] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/3097/stat : 3097 (bprolog) S 3093 3095 1584 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162382866 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3095/tid=5398] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/5398/stat : 5398 (bprolog) S 3093 3095 1584 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162472880 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3095/tid=5489] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/5489/stat : 5489 (bprolog) S 3093 3095 1584 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162517888 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1644.53
Current children cumulated vsize (KiB) 334848

[startup+1784.21 s]
/proc/loadavg: 2.02 2.03 2.13 3/91 5489
/proc/meminfo: memFree=1419008/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=334848 CPUtime=1704.49
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 317240 0 0 0 170247 202 0 0 25 0 4 0 162376368 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3095/statm: 83712 62224 170 90 0 83250 0
[pid=3095/tid=3097] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/3097/stat : 3097 (bprolog) S 3093 3095 1584 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162382866 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3095/tid=5398] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/5398/stat : 5398 (bprolog) S 3093 3095 1584 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162472880 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3095/tid=5489] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/5489/stat : 5489 (bprolog) S 3093 3095 1584 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162517888 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1704.49
Current children cumulated vsize (KiB) 334848

[startup+1844.22 s]
/proc/loadavg: 2.00 2.02 2.11 3/91 5489
/proc/meminfo: memFree=1418944/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=334848 CPUtime=1764.43
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 317240 0 0 0 176241 202 0 0 25 0 4 0 162376368 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639053 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/3095/statm: 83712 62224 170 90 0 83250 0
[pid=3095/tid=3097] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/3097/stat : 3097 (bprolog) S 3093 3095 1584 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 162382866 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3095/tid=5398] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/5398/stat : 5398 (bprolog) S 3093 3095 1584 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162472880 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=3095/tid=5489] ppid=3093 vsize=334848 CPUtime=0
/proc/3095/task/5489/stat : 5489 (bprolog) S 3093 3095 1584 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 162517888 342884352 62224 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1764.43
Current children cumulated vsize (KiB) 334848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1879.88 s]
/proc/loadavg: 2.15 2.05 2.12 3/88 5489
/proc/meminfo: memFree=1418880/2055920 swapFree=4192812/4192956
[pid=3095] ppid=3093 vsize=334848 CPUtime=1800.06
/proc/3095/stat : 3095 (bprolog) R 3093 3095 1584 0 -1 4194304 317241 0 0 0 179804 202 0 0 25 0 1 0 162376368 342884352 62225 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552207 0 0 4096 2 0 0 0 17 0 0 0
/proc/3095/statm: 83712 62225 171 90 0 83250 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 334848

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1879.92
CPU time (s): 1800.11
CPU user time (s): 1798.05
CPU system time (s): 2.06669
CPU usage (%): 95.7546
Max. virtual memory (cumulated for all children) (KiB): 334848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.05
system time used= 2.06669
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 317241
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= 13
involuntary context switches= 43686

runsolver used 2.06069 s user time and 6.27005 s system time

The end

Launcher Data (download as text)

Begin job on node17 on Sun Jan  7 03:16:43 UTC 2007


IDJOB= 200022
IDBENCH= 3676
FILE ID= node17/200022-1168139803

PBS_JOBID= 3477799

Free space on /tmp= 66303 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-24-24-fcd/rand-3-24-24-76-632-fcd-39_ext.xml
COMMAND LINE= /tmp/evaluation/200022-1168139803/Complete/Ordinary/solver /tmp/evaluation/200022-1168139803/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node17/convwatcher-200022-1168139803 -o ROOT/results/node17/conversion-200022-1168139803 -C 600 -M 900 /tmp/evaluation/200022-1168139803/Complete/Ordinary/conversion /tmp/evaluation/200022-1168139803/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node17/watcher-200022-1168139803 -o ROOT/results/node17/solver-200022-1168139803 -C 1800 -M 900  /tmp/evaluation/200022-1168139803/Complete/Ordinary/solver /tmp/evaluation/200022-1168139803/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  44a9029656c5509a3d841d7fd303e5d1

RANDOM SEED= 119548354

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1594432 kB
Buffers:         53524 kB
Cached:         168836 kB
SwapCached:          0 kB
Active:         266644 kB
Inactive:       119340 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1594432 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7660 kB
Writeback:           0 kB
Mapped:         183672 kB
Slab:            60088 kB
Committed_AS:  4281540 kB
PageTables:       2480 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= 66319 MiB



End job on node17 on Sun Jan  7 03:48:16 UTC 2007