Trace number 196193

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.14 1810.06

General information on the benchmark

Namerandom/rand-3-24-24/
rand-3-24-24-76-632-15_ext.xml
MD5SUM505135724b0ef1fece7966b5248831cb
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 benchmark645.835
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
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/196193-1168120364/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/node11/watcher-196193-1168120364 -o ROOT/results/node11/solver-196193-1168120364 -C 1800 -M 900 /tmp/evaluation/196193-1168120364/Complete/Ordinary/solver /tmp/evaluation/196193-1168120364/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.01 2.00 2.00 4/98 11060
/proc/meminfo: memFree=1443056/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=18540 CPUtime=0
/proc/11059/stat : 11059 (runsolver) R 11057 11059 10415 0 -1 4194368 16 0 0 0 0 0 0 0 21 0 1 0 160432680 18984960 279 18446744073709551615 4194304 4267372 548682069040 18446744073709551615 262910045479 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11059/statm: 4635 279 244 17 0 2626 0

[startup+0.107561 s]
/proc/loadavg: 2.01 2.00 2.00 4/98 11060
/proc/meminfo: memFree=1443056/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=61640 CPUtime=0.09
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 1938 0 0 0 9 0 0 0 21 0 1 0 160432680 63119360 1654 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550142 0 0 4096 2 0 0 0 17 1 0 0
/proc/11059/statm: 15410 1654 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.515645 s]
/proc/loadavg: 2.01 2.00 2.00 4/98 11060
/proc/meminfo: memFree=1443056/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=61640 CPUtime=0.5
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 7680 0 0 0 46 4 0 0 25 0 1 0 160432680 63119360 7396 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134697888 0 0 4096 2 0 0 0 17 1 0 0
/proc/11059/statm: 15410 7396 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33681 s]
/proc/loadavg: 2.01 2.00 2.00 3/98 11060
/proc/meminfo: memFree=1368432/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=136228 CPUtime=1.32
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 19048 0 0 0 124 8 0 0 25 0 1 0 160432680 139497472 18764 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859913 0 0 4096 2 0 0 0 17 1 0 0
/proc/11059/statm: 34057 18764 158 90 0 33595 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 136228

[startup+2.97413 s]
/proc/loadavg: 2.01 2.00 2.00 3/98 11060
/proc/meminfo: memFree=1397872/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=101068 CPUtime=2.95
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 21505 0 0 0 285 10 0 0 25 0 1 0 160432680 103493632 12657 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557029 0 0 4096 2 0 0 0 17 1 0 0
/proc/11059/statm: 25267 12657 158 90 0 24805 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 101068

[startup+6.26279 s]
/proc/loadavg: 2.01 2.00 2.00 3/98 11060
/proc/meminfo: memFree=1349104/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=129596 CPUtime=6.22
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 52271 0 0 0 597 25 0 0 25 0 1 0 160432680 132706304 23976 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857757 0 0 4096 2 0 0 0 17 1 0 0
/proc/11059/statm: 32399 23976 158 90 0 31937 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 129596

[startup+12.7291 s]
/proc/loadavg: 2.01 2.00 2.00 3/98 11060
/proc/meminfo: memFree=1338032/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=130216 CPUtime=12.65
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 85869 0 0 0 1222 43 0 0 25 0 1 0 160432680 133341184 26400 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859314 0 0 4096 2 0 0 0 17 1 0 0
/proc/11059/statm: 32554 26400 158 90 0 32092 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 130216

[startup+25.5676 s]
/proc/loadavg: 2.00 2.00 2.00 3/98 11060
/proc/meminfo: memFree=1307504/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=130316 CPUtime=25.43
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 146648 0 0 0 2465 78 0 0 25 0 1 0 160432680 133443584 26797 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859027 0 0 4096 2 0 0 0 17 1 0 0
/proc/11059/statm: 32579 26797 158 90 0 32117 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 130316

[startup+51.2347 s]
/proc/loadavg: 2.08 2.02 2.01 3/98 11060
/proc/meminfo: memFree=1195696/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=297752 CPUtime=50.97
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 277852 0 0 0 4950 147 0 0 25 0 1 0 160432680 304898048 55939 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564915 0 0 4096 2 0 0 0 17 1 0 0
/proc/11059/statm: 74438 55939 158 90 0 73976 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 297752

[startup+102.464 s]
/proc/loadavg: 2.03 2.01 2.00 3/99 11061
/proc/meminfo: memFree=1164136/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=309980 CPUtime=101.96
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 323644 0 0 0 10024 172 0 0 25 0 2 0 160432680 317419520 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11059/statm: 77495 62516 170 90 0 77033 0
[pid=11059/tid=11061] ppid=11057 vsize=309980 CPUtime=0
/proc/11059/task/11061/stat : 11061 (bprolog) S 11057 11059 10415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160439138 317419520 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.96
Current children cumulated vsize (KiB) 309980

[startup+162.525 s]
/proc/loadavg: 2.01 2.01 2.00 3/99 11061
/proc/meminfo: memFree=1136232/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=309980 CPUtime=161.67
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 331896 0 0 0 15989 178 0 0 25 0 2 0 160432680 317419520 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552336 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11059/statm: 77495 62516 170 90 0 77033 0
[pid=11059/tid=11061] ppid=11057 vsize=309980 CPUtime=0
/proc/11059/task/11061/stat : 11061 (bprolog) S 11057 11059 10415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160439138 317419520 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.67
Current children cumulated vsize (KiB) 309980

[startup+222.589 s]
/proc/loadavg: 2.08 2.02 2.00 3/99 11061
/proc/meminfo: memFree=1136168/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=309980 CPUtime=221.43
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 331896 0 0 0 21965 178 0 0 25 0 2 0 160432680 317419520 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11059/statm: 77495 62516 170 90 0 77033 0
[pid=11059/tid=11061] ppid=11057 vsize=309980 CPUtime=0
/proc/11059/task/11061/stat : 11061 (bprolog) S 11057 11059 10415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160439138 317419520 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.43
Current children cumulated vsize (KiB) 309980

[startup+282.646 s]
/proc/loadavg: 2.03 2.01 2.00 3/99 11061
/proc/meminfo: memFree=1108008/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=309980 CPUtime=281.21
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 331896 0 0 0 27942 179 0 0 25 0 2 0 160432680 317419520 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589490 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11059/statm: 77495 62516 170 90 0 77033 0
[pid=11059/tid=11061] ppid=11057 vsize=309980 CPUtime=0
/proc/11059/task/11061/stat : 11061 (bprolog) S 11057 11059 10415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160439138 317419520 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.21
Current children cumulated vsize (KiB) 309980

[startup+342.708 s]
/proc/loadavg: 2.01 2.00 2.00 3/99 11061
/proc/meminfo: memFree=1107944/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=309980 CPUtime=340.98
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 336022 0 0 0 33917 181 0 0 25 0 2 0 160432680 317419520 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564219 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11059/statm: 77495 62516 170 90 0 77033 0
[pid=11059/tid=11061] ppid=11057 vsize=309980 CPUtime=0
/proc/11059/task/11061/stat : 11061 (bprolog) S 11057 11059 10415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160439138 317419520 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 340.98
Current children cumulated vsize (KiB) 309980

[startup+402.772 s]
/proc/loadavg: 2.05 2.02 2.00 3/99 11061
/proc/meminfo: memFree=1107816/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=309980 CPUtime=400.76
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 336022 0 0 0 39894 182 0 0 25 0 2 0 160432680 317419520 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552671 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11059/statm: 77495 62516 170 90 0 77033 0
[pid=11059/tid=11061] ppid=11057 vsize=309980 CPUtime=0
/proc/11059/task/11061/stat : 11061 (bprolog) S 11057 11059 10415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160439138 317419520 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 400.76
Current children cumulated vsize (KiB) 309980

[startup+462.833 s]
/proc/loadavg: 2.02 2.01 2.00 3/99 11061
/proc/meminfo: memFree=1079272/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=309980 CPUtime=460.39
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 336022 0 0 0 45857 182 0 0 25 0 2 0 160432680 317419520 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11059/statm: 77495 62516 170 90 0 77033 0
[pid=11059/tid=11061] ppid=11057 vsize=309980 CPUtime=0
/proc/11059/task/11061/stat : 11061 (bprolog) S 11057 11059 10415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160439138 317419520 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.39
Current children cumulated vsize (KiB) 309980

[startup+522.907 s]
/proc/loadavg: 2.00 2.00 2.00 3/105 11197
/proc/meminfo: memFree=1077672/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=309980 CPUtime=520.1
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 336022 0 0 0 51820 190 0 0 25 0 2 0 160432680 317419520 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589237 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11059/statm: 77495 62516 170 90 0 77033 0
[pid=11059/tid=11061] ppid=11057 vsize=309980 CPUtime=0
/proc/11059/task/11061/stat : 11061 (bprolog) S 11057 11059 10415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160439138 317419520 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.1
Current children cumulated vsize (KiB) 309980

[startup+582.992 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 11259
/proc/meminfo: memFree=1078624/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=309980 CPUtime=579.81
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 336022 0 0 0 57783 198 0 0 25 0 2 0 160432680 317419520 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568296 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11059/statm: 77495 62516 170 90 0 77033 0
[pid=11059/tid=11061] ppid=11057 vsize=309980 CPUtime=0
/proc/11059/task/11061/stat : 11061 (bprolog) S 11057 11059 10415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160439138 317419520 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 579.81
Current children cumulated vsize (KiB) 309980

[startup+643.047 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 11259
/proc/meminfo: memFree=1050152/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=309980 CPUtime=639.5
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 336022 0 0 0 63751 199 0 0 25 0 2 0 160432680 317419520 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134589389 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11059/statm: 77495 62516 170 90 0 77033 0
[pid=11059/tid=11061] ppid=11057 vsize=309980 CPUtime=0
/proc/11059/task/11061/stat : 11061 (bprolog) S 11057 11059 10415 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 160439138 317419520 62516 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 639.5
Current children cumulated vsize (KiB) 309980

[startup+703.109 s]
/proc/loadavg: 2.00 2.00 2.00 3/99 11259

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

[pid=11059/tid=11260] ppid=11057 vsize=320224 CPUtime=0
/proc/11059/task/11260/stat : 11260 (bprolog) S 11057 11059 10415 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160529153 327909376 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1177.18
Current children cumulated vsize (KiB) 320224

[startup+1243.82 s]
/proc/loadavg: 2.02 2.03 2.00 3/100 11349
/proc/meminfo: memFree=1335776/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=320224 CPUtime=1236.94
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 340149 0 0 0 123486 208 0 0 25 0 3 0 160432680 327909376 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662637 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11059/statm: 80056 62517 170 90 0 79594 0
[pid=11059/tid=11061] ppid=11057 vsize=320224 CPUtime=0
/proc/11059/task/11061/stat : 11061 (bprolog) S 11057 11059 10415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160439138 327909376 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11059/tid=11260] ppid=11057 vsize=320224 CPUtime=0
/proc/11059/task/11260/stat : 11260 (bprolog) S 11057 11059 10415 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160529153 327909376 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1236.94
Current children cumulated vsize (KiB) 320224

[startup+1303.91 s]
/proc/loadavg: 2.00 2.02 2.00 3/100 11349
/proc/meminfo: memFree=1309984/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=320224 CPUtime=1296.68
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 340149 0 0 0 129460 208 0 0 25 0 3 0 160432680 327909376 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608099 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11059/statm: 80056 62517 170 90 0 79594 0
[pid=11059/tid=11061] ppid=11057 vsize=320224 CPUtime=0
/proc/11059/task/11061/stat : 11061 (bprolog) S 11057 11059 10415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160439138 327909376 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11059/tid=11260] ppid=11057 vsize=320224 CPUtime=0
/proc/11059/task/11260/stat : 11260 (bprolog) S 11057 11059 10415 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160529153 327909376 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1296.68
Current children cumulated vsize (KiB) 320224

[startup+1364 s]
/proc/loadavg: 2.00 2.01 2.00 3/100 11349
/proc/meminfo: memFree=1309856/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=320224 CPUtime=1356.45
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 340149 0 0 0 135437 208 0 0 25 0 3 0 160432680 327909376 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/11059/statm: 80056 62517 170 90 0 79594 0
[pid=11059/tid=11061] ppid=11057 vsize=320224 CPUtime=0
/proc/11059/task/11061/stat : 11061 (bprolog) S 11057 11059 10415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 160439138 327909376 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11059/tid=11260] ppid=11057 vsize=320224 CPUtime=0
/proc/11059/task/11260/stat : 11260 (bprolog) S 11057 11059 10415 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 160529153 327909376 62517 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1356.45
Current children cumulated vsize (KiB) 320224

[startup+1424.1 s]
/proc/loadavg: 2.00 2.01 2.00 3/101 11350
/proc/meminfo: memFree=1281560/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=330468 CPUtime=1416.19
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 340150 0 0 0 141410 209 0 0 25 0 4 0 160432680 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134574041 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11059/statm: 82617 62518 170 90 0 82155 0
[pid=11059/tid=11061] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11061/stat : 11061 (bprolog) S 11057 11059 10415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160439138 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11059/tid=11260] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11260/stat : 11260 (bprolog) S 11057 11059 10415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160529153 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11059/tid=11350] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11350/stat : 11350 (bprolog) S 11057 11059 10415 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160574163 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1416.19
Current children cumulated vsize (KiB) 330468

[startup+1484.12 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 11350
/proc/meminfo: memFree=1281496/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=330468 CPUtime=1475.91
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 340150 0 0 0 147382 209 0 0 25 0 4 0 160432680 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134586012 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11059/statm: 82617 62518 170 90 0 82155 0
[pid=11059/tid=11061] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11061/stat : 11061 (bprolog) S 11057 11059 10415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160439138 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11059/tid=11260] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11260/stat : 11260 (bprolog) S 11057 11059 10415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160529153 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11059/tid=11350] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11350/stat : 11350 (bprolog) S 11057 11059 10415 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160574163 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1475.91
Current children cumulated vsize (KiB) 330468

[startup+1544.15 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 11350
/proc/meminfo: memFree=1253656/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=330468 CPUtime=1535.55
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 340150 0 0 0 153345 210 0 0 25 0 4 0 160432680 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639325 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11059/statm: 82617 62518 170 90 0 82155 0
[pid=11059/tid=11061] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11061/stat : 11061 (bprolog) S 11057 11059 10415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160439138 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11059/tid=11260] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11260/stat : 11260 (bprolog) S 11057 11059 10415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160529153 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11059/tid=11350] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11350/stat : 11350 (bprolog) S 11057 11059 10415 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160574163 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1535.55
Current children cumulated vsize (KiB) 330468

[startup+1604.16 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 11352
/proc/meminfo: memFree=1253272/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=330468 CPUtime=1595.27
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 340150 0 0 0 159317 210 0 0 25 0 4 0 160432680 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11059/statm: 82617 62518 170 90 0 82155 0
[pid=11059/tid=11061] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11061/stat : 11061 (bprolog) S 11057 11059 10415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160439138 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11059/tid=11260] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11260/stat : 11260 (bprolog) S 11057 11059 10415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160529153 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11059/tid=11350] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11350/stat : 11350 (bprolog) S 11057 11059 10415 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 160574163 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1595.27
Current children cumulated vsize (KiB) 330468

[startup+1664.18 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 11352
/proc/meminfo: memFree=1225304/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=330468 CPUtime=1654.95
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 340150 0 0 0 165285 210 0 0 25 0 4 0 160432680 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556980 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11059/statm: 82617 62518 170 90 0 82155 0
[pid=11059/tid=11061] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11061/stat : 11061 (bprolog) S 11057 11059 10415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160439138 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11059/tid=11260] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11260/stat : 11260 (bprolog) S 11057 11059 10415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160529153 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11059/tid=11350] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11350/stat : 11350 (bprolog) S 11057 11059 10415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160574163 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1654.95
Current children cumulated vsize (KiB) 330468

[startup+1724.19 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 11352
/proc/meminfo: memFree=1225240/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=330468 CPUtime=1714.68
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 340150 0 0 0 171257 211 0 0 25 0 4 0 160432680 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134613400 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11059/statm: 82617 62518 170 90 0 82155 0
[pid=11059/tid=11061] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11061/stat : 11061 (bprolog) S 11057 11059 10415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160439138 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11059/tid=11260] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11260/stat : 11260 (bprolog) S 11057 11059 10415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160529153 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11059/tid=11350] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11350/stat : 11350 (bprolog) S 11057 11059 10415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160574163 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1714.68
Current children cumulated vsize (KiB) 330468

[startup+1784.21 s]
/proc/loadavg: 2.00 2.00 2.00 4/101 11352
/proc/meminfo: memFree=1197464/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=330468 CPUtime=1774.41
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 340150 0 0 0 177230 211 0 0 25 0 4 0 160432680 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552062 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11059/statm: 82617 62518 170 90 0 82155 0
[pid=11059/tid=11061] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11061/stat : 11061 (bprolog) S 11057 11059 10415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160439138 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11059/tid=11260] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11260/stat : 11260 (bprolog) S 11057 11059 10415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160529153 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11059/tid=11350] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11350/stat : 11350 (bprolog) S 11057 11059 10415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160574163 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1774.41
Current children cumulated vsize (KiB) 330468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.01 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 11352
/proc/meminfo: memFree=1197464/2055920 swapFree=4192812/4192956
[pid=11059] ppid=11057 vsize=330468 CPUtime=1800.08
/proc/11059/stat : 11059 (bprolog) R 11057 11059 10415 0 -1 4194304 340150 0 0 0 179797 211 0 0 25 0 4 0 160432680 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664629 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/11059/statm: 82617 62518 170 90 0 82155 0
[pid=11059/tid=11061] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11061/stat : 11061 (bprolog) S 11057 11059 10415 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 160439138 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11059/tid=11260] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11260/stat : 11260 (bprolog) S 11057 11059 10415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160529153 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=11059/tid=11350] ppid=11057 vsize=330468 CPUtime=0
/proc/11059/task/11350/stat : 11350 (bprolog) S 11057 11059 10415 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 160574163 338399232 62518 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 330468

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1810.06
CPU time (s): 1800.14
CPU user time (s): 1797.98
CPU system time (s): 2.15867
CPU usage (%): 99.452
Max. virtual memory (cumulated for all children) (KiB): 330468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.98
system time used= 2.15867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 340150
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= 58898

runsolver used 2.31765 s user time and 5.70413 s system time

The end

Launcher Data (download as text)

Begin job on node11 on Sat Jan  6 21:52:44 UTC 2007


IDJOB= 196193
IDBENCH= 3333
FILE ID= node11/196193-1168120364

PBS_JOBID= 3477147

Free space on /tmp= 66314 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node11/watcher-196193-1168120364 -o ROOT/results/node11/solver-196193-1168120364 -C 1800 -M 900  /tmp/evaluation/196193-1168120364/Complete/Ordinary/solver /tmp/evaluation/196193-1168120364/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  505135724b0ef1fece7966b5248831cb

RANDOM SEED= 238465924

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.261
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.261
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:       1443536 kB
Buffers:         34412 kB
Cached:         103016 kB
SwapCached:          0 kB
Active:         490536 kB
Inactive:        64864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1443536 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7924 kB
Writeback:           0 kB
Mapped:         446888 kB
Slab:            40796 kB
Committed_AS:  5282732 kB
PageTables:       3112 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= 66310 MiB



End job on node11 on Sat Jan  6 22:23:07 UTC 2007