Trace number 225295

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 1813.97

General information on the benchmark

Nametightness/tightness0.9/
rand-2-40-180-84-900-59_ext.xml
MD5SUM068961f998e527b7e93dcd971cc6c6c1
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark42.4645
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
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/225295-1168271635/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/node4/watcher-225295-1168271635 -o ROOT/results/node4/solver-225295-1168271635 -C 1800 -M 900 /tmp/evaluation/225295-1168271635/Complete/Ordinary/solver /tmp/evaluation/225295-1168271635/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.57 3.08 3.06 6/94 30098
/proc/meminfo: memFree=1067504/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=5352 CPUtime=0
/proc/30097/stat : 30097 (sh) R 30095 30097 29157 0 -1 4194304 267 0 0 0 0 0 0 0 18 0 1 0 175559781 5480448 234 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 259913215271 0 0 4096 0 0 0 0 17 1 0 0
/proc/30097/statm: 1338 234 196 169 0 49 0

[startup+0.10479 s]
/proc/loadavg: 2.57 3.08 3.06 6/94 30098
/proc/meminfo: memFree=1067504/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=61640 CPUtime=0.08
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 1854 0 0 0 8 0 0 0 18 0 1 0 175559781 63119360 1570 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 10988493 0 0 4096 2 0 0 0 17 0 0 0
/proc/30097/statm: 15410 1570 158 90 0 14948 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61640

[startup+0.51282 s]
/proc/loadavg: 2.57 3.08 3.06 6/94 30098
/proc/meminfo: memFree=1067504/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=61640 CPUtime=0.5
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 5410 0 0 0 47 3 0 0 22 0 1 0 175559781 63119360 5126 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557015 0 0 4096 2 0 0 0 17 0 0 0
/proc/30097/statm: 15410 5126 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.3339 s]
/proc/loadavg: 2.57 3.08 3.06 3/94 30098
/proc/meminfo: memFree=1043056/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=64580 CPUtime=1.31
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 10375 0 0 0 126 5 0 0 25 0 1 0 175559781 66129920 9355 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134580212 0 0 4096 2 0 0 0 17 0 0 0
/proc/30097/statm: 16145 9355 158 90 0 15683 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 64580

[startup+2.97105 s]
/proc/loadavg: 2.57 3.08 3.06 4/94 30098
/proc/meminfo: memFree=1021552/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=77348 CPUtime=2.94
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 24943 0 0 0 282 12 0 0 25 0 1 0 175559781 79204352 12182 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 0 0 0
/proc/30097/statm: 19337 12182 158 90 0 18875 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 77348

[startup+6.26738 s]
/proc/loadavg: 2.61 3.08 3.06 3/94 30098
/proc/meminfo: memFree=1015984/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=77580 CPUtime=6.23
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 42373 0 0 0 600 23 0 0 25 0 1 0 175559781 79441920 13088 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857203 0 0 4096 2 0 0 0 17 0 0 0
/proc/30097/statm: 19395 13088 158 90 0 18933 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 77580

[startup+12.739 s]
/proc/loadavg: 2.64 3.08 3.06 3/94 30098
/proc/meminfo: memFree=1015088/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=77616 CPUtime=12.66
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 72304 0 0 0 1225 41 0 0 25 0 1 0 175559781 79478784 13254 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 0 0 0
/proc/30097/statm: 19404 13254 158 90 0 18942 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 77616

[startup+25.5692 s]
/proc/loadavg: 2.73 3.07 3.06 4/95 30099
/proc/meminfo: memFree=963240/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=141532 CPUtime=25.4
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115053 0 0 0 2472 68 0 0 25 0 2 0 175559781 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555026 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 35383 26209 170 90 0 34921 0
[pid=30097/tid=30099] ppid=30095 vsize=141532 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175561859 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 141532

[startup+51.2407 s]
/proc/loadavg: 3.02 3.11 3.08 4/95 30099
/proc/meminfo: memFree=962152/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=141532 CPUtime=50.96
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115053 0 0 0 5028 68 0 0 25 0 2 0 175559781 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 35383 26209 170 90 0 34921 0
[pid=30097/tid=30099] ppid=30095 vsize=141532 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175561859 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 141532

[startup+102.466 s]
/proc/loadavg: 2.94 3.07 3.06 4/95 30099
/proc/meminfo: memFree=962152/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=141532 CPUtime=101.92
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115053 0 0 0 10124 68 0 0 25 0 2 0 175559781 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 35383 26209 170 90 0 34921 0
[pid=30097/tid=30099] ppid=30095 vsize=141532 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175561859 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.92
Current children cumulated vsize (KiB) 141532

[startup+162.522 s]
/proc/loadavg: 2.76 2.99 3.03 3/95 30099
/proc/meminfo: memFree=962088/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=141532 CPUtime=161.65
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115053 0 0 0 16097 68 0 0 25 0 2 0 175559781 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670102 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 35383 26209 170 90 0 34921 0
[pid=30097/tid=30099] ppid=30095 vsize=141532 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175561859 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.65
Current children cumulated vsize (KiB) 141532

[startup+222.588 s]
/proc/loadavg: 2.70 2.93 3.00 3/95 30099
/proc/meminfo: memFree=962088/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=141532 CPUtime=221.42
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115053 0 0 0 22074 68 0 0 25 0 2 0 175559781 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 35383 26209 170 90 0 34921 0
[pid=30097/tid=30099] ppid=30095 vsize=141532 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175561859 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.42
Current children cumulated vsize (KiB) 141532

[startup+282.662 s]
/proc/loadavg: 2.78 2.91 2.99 3/95 30099
/proc/meminfo: memFree=962024/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=141532 CPUtime=280.93
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115053 0 0 0 28025 68 0 0 25 0 2 0 175559781 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664574 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 35383 26209 170 90 0 34921 0
[pid=30097/tid=30099] ppid=30095 vsize=141532 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175561859 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 280.93
Current children cumulated vsize (KiB) 141532

[startup+342.729 s]
/proc/loadavg: 2.75 2.88 2.98 4/95 30099
/proc/meminfo: memFree=962024/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=141532 CPUtime=340.42
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115053 0 0 0 33973 69 0 0 25 0 2 0 175559781 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 35383 26209 170 90 0 34921 0
[pid=30097/tid=30099] ppid=30095 vsize=141532 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175561859 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 340.42
Current children cumulated vsize (KiB) 141532

[startup+402.814 s]
/proc/loadavg: 2.65 2.82 2.95 4/95 30099
/proc/meminfo: memFree=962024/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=141532 CPUtime=399.94
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115053 0 0 0 39925 69 0 0 25 0 2 0 175559781 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 35383 26209 170 90 0 34921 0
[pid=30097/tid=30099] ppid=30095 vsize=141532 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175561859 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 399.94
Current children cumulated vsize (KiB) 141532

[startup+462.898 s]
/proc/loadavg: 2.62 2.79 2.93 3/93 30274
/proc/meminfo: memFree=1558576/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=141532 CPUtime=459.37
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115053 0 0 0 45859 78 0 0 25 0 2 0 175559781 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 35383 26209 170 90 0 34921 0
[pid=30097/tid=30099] ppid=30095 vsize=141532 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175561859 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 459.37
Current children cumulated vsize (KiB) 141532

[startup+522.949 s]
/proc/loadavg: 2.18 2.63 2.86 3/87 30562
/proc/meminfo: memFree=1554840/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=141532 CPUtime=519.07
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115053 0 0 0 51822 85 0 0 25 0 2 0 175559781 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639200 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 35383 26209 170 90 0 34921 0
[pid=30097/tid=30099] ppid=30095 vsize=141532 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175561859 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 519.07
Current children cumulated vsize (KiB) 141532

[startup+582.981 s]
/proc/loadavg: 1.99 2.48 2.80 3/95 30666
/proc/meminfo: memFree=1535712/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=141532 CPUtime=578.82
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115053 0 0 0 57793 89 0 0 25 0 2 0 175559781 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 35383 26209 170 90 0 34921 0
[pid=30097/tid=30099] ppid=30095 vsize=141532 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175561859 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 578.82
Current children cumulated vsize (KiB) 141532

[startup+643.009 s]
/proc/loadavg: 1.93 2.37 2.74 3/87 30969
/proc/meminfo: memFree=1469616/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=141532 CPUtime=638.51
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115053 0 0 0 63757 94 0 0 25 0 2 0 175559781 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711598 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 35383 26209 170 90 0 34921 0
[pid=30097/tid=30099] ppid=30095 vsize=141532 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 175561859 144928768 26209 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 638.51

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

[pid=30097/tid=30970] ppid=30095 vsize=151776 CPUtime=0
/proc/30097/task/30970/stat : 30970 (bprolog) S 30095 30097 29157 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175651873 155418624 26212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1174.28
Current children cumulated vsize (KiB) 151776

[startup+1243.46 s]
/proc/loadavg: 1.93 2.02 2.36 3/88 31046
/proc/meminfo: memFree=1501808/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=151776 CPUtime=1233.9
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115056 0 0 0 123292 98 0 0 25 0 3 0 175559781 155418624 26212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134639156 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 37944 26212 170 90 0 37482 0
[pid=30097/tid=30099] ppid=30095 vsize=151776 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175561859 155418624 26212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30097/tid=30970] ppid=30095 vsize=151776 CPUtime=0
/proc/30097/task/30970/stat : 30970 (bprolog) S 30095 30097 29157 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175651873 155418624 26212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1233.9
Current children cumulated vsize (KiB) 151776

[startup+1303.52 s]
/proc/loadavg: 2.04 2.03 2.34 3/89 31047
/proc/meminfo: memFree=1449448/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=151776 CPUtime=1293.68
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115056 0 0 0 129270 98 0 0 25 0 3 0 175559781 155418624 26212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670690 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 37944 26212 170 90 0 37482 0
[pid=30097/tid=30099] ppid=30095 vsize=151776 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175561859 155418624 26212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30097/tid=30970] ppid=30095 vsize=151776 CPUtime=0
/proc/30097/task/30970/stat : 30970 (bprolog) S 30095 30097 29157 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175651873 155418624 26212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1293.68
Current children cumulated vsize (KiB) 151776

[startup+1363.57 s]
/proc/loadavg: 1.69 1.94 2.29 2/83 31265
/proc/meminfo: memFree=1553232/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=151776 CPUtime=1353.43
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115056 0 0 0 135241 102 0 0 25 0 3 0 175559781 155418624 26212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134597163 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 37944 26212 170 90 0 37482 0
[pid=30097/tid=30099] ppid=30095 vsize=151776 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 175561859 155418624 26212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30097/tid=30970] ppid=30095 vsize=151776 CPUtime=0
/proc/30097/task/30970/stat : 30970 (bprolog) S 30095 30097 29157 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 175651873 155418624 26212 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1353.43
Current children cumulated vsize (KiB) 151776

[startup+1423.65 s]
/proc/loadavg: 1.89 1.95 2.27 3/89 31273
/proc/meminfo: memFree=1545376/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=162020 CPUtime=1413.02
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115074 0 0 0 141199 103 0 0 25 0 4 0 175559781 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670522 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 40505 26230 170 90 0 40043 0
[pid=30097/tid=30099] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175561859 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30097/tid=30970] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/30970/stat : 30970 (bprolog) S 30095 30097 29157 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175651873 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30097/tid=31273] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/31273/stat : 31273 (bprolog) S 30095 30097 29157 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175696880 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1413.02
Current children cumulated vsize (KiB) 162020

[startup+1483.74 s]
/proc/loadavg: 1.96 1.96 2.25 3/89 31275
/proc/meminfo: memFree=1469216/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=162020 CPUtime=1472.62
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115074 0 0 0 147159 103 0 0 25 0 4 0 175559781 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670050 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 40505 26230 170 90 0 40043 0
[pid=30097/tid=30099] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175561859 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30097/tid=30970] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/30970/stat : 30970 (bprolog) S 30095 30097 29157 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175651873 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30097/tid=31273] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/31273/stat : 31273 (bprolog) S 30095 30097 29157 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175696880 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1472.62
Current children cumulated vsize (KiB) 162020

[startup+1543.81 s]
/proc/loadavg: 1.98 1.96 2.23 3/89 31275
/proc/meminfo: memFree=1461536/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=162020 CPUtime=1532.18
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115074 0 0 0 153114 104 0 0 25 0 4 0 175559781 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 40505 26230 170 90 0 40043 0
[pid=30097/tid=30099] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175561859 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30097/tid=30970] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/30970/stat : 30970 (bprolog) S 30095 30097 29157 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175651873 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30097/tid=31273] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/31273/stat : 31273 (bprolog) S 30095 30097 29157 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 4 0 175696880 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1532.18
Current children cumulated vsize (KiB) 162020

[startup+1603.9 s]
/proc/loadavg: 1.99 1.97 2.22 3/89 31275
/proc/meminfo: memFree=1544288/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=162020 CPUtime=1591.76
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115074 0 0 0 159072 104 0 0 25 0 4 0 175559781 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134711880 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 40505 26230 170 90 0 40043 0
[pid=30097/tid=30099] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175561859 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30097/tid=30970] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/30970/stat : 30970 (bprolog) S 30095 30097 29157 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175651873 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30097/tid=31273] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/31273/stat : 31273 (bprolog) S 30095 30097 29157 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175696880 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1591.76
Current children cumulated vsize (KiB) 162020

[startup+1663.98 s]
/proc/loadavg: 1.99 1.97 2.20 3/89 31275
/proc/meminfo: memFree=1545248/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=162020 CPUtime=1651.37
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115074 0 0 0 165032 105 0 0 25 0 4 0 175559781 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670646 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 40505 26230 170 90 0 40043 0
[pid=30097/tid=30099] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175561859 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30097/tid=30970] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/30970/stat : 30970 (bprolog) S 30095 30097 29157 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175651873 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30097/tid=31273] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/31273/stat : 31273 (bprolog) S 30095 30097 29157 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175696880 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1651.37
Current children cumulated vsize (KiB) 162020

[startup+1724.08 s]
/proc/loadavg: 1.99 1.97 2.18 3/89 31275
/proc/meminfo: memFree=1466016/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=162020 CPUtime=1710.95
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115074 0 0 0 170990 105 0 0 25 0 4 0 175559781 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134609693 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 40505 26230 170 90 0 40043 0
[pid=30097/tid=30099] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175561859 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30097/tid=30970] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/30970/stat : 30970 (bprolog) S 30095 30097 29157 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175651873 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30097/tid=31273] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/31273/stat : 31273 (bprolog) S 30095 30097 29157 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175696880 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1710.95
Current children cumulated vsize (KiB) 162020

[startup+1784.16 s]
/proc/loadavg: 1.99 1.97 2.17 3/89 31275
/proc/meminfo: memFree=1471200/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=162020 CPUtime=1770.53
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115074 0 0 0 176948 105 0 0 25 0 4 0 175559781 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670074 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 40505 26230 170 90 0 40043 0
[pid=30097/tid=30099] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175561859 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30097/tid=30970] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/30970/stat : 30970 (bprolog) S 30095 30097 29157 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175651873 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30097/tid=31273] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/31273/stat : 31273 (bprolog) S 30095 30097 29157 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175696880 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1770.53
Current children cumulated vsize (KiB) 162020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.94 s]
/proc/loadavg: 1.99 1.97 2.16 3/89 31275
/proc/meminfo: memFree=1468960/2055920 swapFree=4182144/4192956
[pid=30097] ppid=30095 vsize=162020 CPUtime=1800.08
/proc/30097/stat : 30097 (bprolog) R 30095 30097 29157 0 -1 4194304 115074 0 0 0 179903 105 0 0 25 0 4 0 175559781 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134670386 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/30097/statm: 40505 26230 170 90 0 40043 0
[pid=30097/tid=30099] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/30099/stat : 30099 (bprolog) S 30095 30097 29157 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 175561859 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30097/tid=30970] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/30970/stat : 30970 (bprolog) S 30095 30097 29157 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175651873 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=30097/tid=31273] ppid=30095 vsize=162020 CPUtime=0
/proc/30097/task/31273/stat : 31273 (bprolog) S 30095 30097 29157 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 175696880 165908480 26230 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 162020

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.97
CPU time (s): 1800.11
CPU user time (s): 1799.04
CPU system time (s): 1.06984
CPU usage (%): 99.236
Max. virtual memory (cumulated for all children) (KiB): 162020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.04
system time used= 1.06984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115074
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= 12
involuntary context switches= 57240

runsolver used 1.89371 s user time and 4.90325 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Mon Jan  8 15:53:56 UTC 2007


IDJOB= 225295
IDBENCH= 5843
FILE ID= node4/225295-1168271635

PBS_JOBID= 3482981

Free space on /tmp= 66307 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.9/rand-2-40-180-84-900-59_ext.xml
COMMAND LINE= /tmp/evaluation/225295-1168271635/Complete/Ordinary/solver /tmp/evaluation/225295-1168271635/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node4/convwatcher-225295-1168271635 -o ROOT/results/node4/conversion-225295-1168271635 -C 600 -M 900 /tmp/evaluation/225295-1168271635/Complete/Ordinary/conversion /tmp/evaluation/225295-1168271635/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-225295-1168271635 -o ROOT/results/node4/solver-225295-1168271635 -C 1800 -M 900  /tmp/evaluation/225295-1168271635/Complete/Ordinary/solver /tmp/evaluation/225295-1168271635/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  068961f998e527b7e93dcd971cc6c6c1

RANDOM SEED= 848325496

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.223
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.223
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:       1068048 kB
Buffers:         62636 kB
Cached:         226124 kB
SwapCached:       2552 kB
Active:         812208 kB
Inactive:       117776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1068048 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            5440 kB
Writeback:           0 kB
Mapped:         657232 kB
Slab:            41156 kB
Committed_AS:  5697956 kB
PageTables:       3640 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= 66308 MiB



End job on node4 on Mon Jan  8 16:24:16 UTC 2007