Trace number 209360

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 1806.67

General information on the benchmark

Namefapp/fapp26-30/fapp30/
fapp30-3000-1.xml
MD5SUM4106a0ceac91df2015f5352ec6664483
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.81651
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables3000
Number of constraints63204
Maximum constraint arity2
Maximum domain size778
Number of constraints which are defined in extension0
Number of constraints which are defined in intension63204
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/209360-1168192441/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/node18/watcher-209360-1168192441 -o ROOT/results/node18/solver-209360-1168192441 -C 1800 -M 900 /tmp/evaluation/209360-1168192441/Complete/Ordinary/solver /tmp/evaluation/209360-1168192441/unknown 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.90 1.98 1.99 3/86 1222
/proc/meminfo: memFree=1663184/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=5352 CPUtime=0
/proc/1221/stat : 1221 (sh) R 1219 1221 837 0 -1 4194304 208 0 0 0 0 0 0 0 20 0 1 0 167643094 5480448 175 18446744073709551615 4194304 4889804 548682069344 18446744073709551615 4541216 0 0 4100 0 0 0 0 17 1 0 0
/proc/1221/statm: 1338 175 143 169 0 49 0

[startup+0.102998 s]
/proc/loadavg: 1.90 1.98 1.99 3/86 1222
/proc/meminfo: memFree=1663184/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=61640 CPUtime=0.08
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 2025 0 0 0 8 0 0 0 20 0 1 0 167643094 63119360 1741 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134608126 0 0 4096 2 0 0 0 17 1 0 0
/proc/1221/statm: 15410 1741 157 90 0 14948 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 61640

[startup+0.511033 s]
/proc/loadavg: 1.90 1.98 1.99 3/86 1222
/proc/meminfo: memFree=1663184/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=61640 CPUtime=0.49
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 8702 0 0 0 46 3 0 0 24 0 1 0 167643094 63119360 8418 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134691904 0 0 4096 2 0 0 0 17 1 0 0
/proc/1221/statm: 15410 8418 157 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.33212 s]
/proc/loadavg: 1.90 1.98 1.99 3/86 1222
/proc/meminfo: memFree=1600016/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=81440 CPUtime=1.31
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 16909 0 0 0 124 7 0 0 25 0 1 0 167643094 83394560 16036 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134857050 0 0 4096 2 0 0 0 17 1 0 0
/proc/1221/statm: 20360 16036 157 90 0 19898 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 81440

[startup+2.98227 s]
/proc/loadavg: 1.90 1.98 1.99 3/86 1222
/proc/meminfo: memFree=1592272/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=142944 CPUtime=2.94
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 36642 0 0 0 279 15 0 0 25 0 1 0 167643094 146374656 20075 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134703958 0 0 4096 2 0 0 0 17 1 0 0
/proc/1221/statm: 35736 20075 157 90 0 35274 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 142944

[startup+6.26358 s]
/proc/loadavg: 1.91 1.98 1.99 3/86 1222
/proc/meminfo: memFree=1559952/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=142940 CPUtime=6.19
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 42460 0 0 0 601 18 0 0 25 0 1 0 167643094 146370560 25892 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669026 0 0 4096 2 0 0 0 17 1 0 0
/proc/1221/statm: 35735 25892 176 90 0 35273 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 142940

[startup+12.7322 s]
/proc/loadavg: 1.91 1.98 1.99 3/86 1222
/proc/meminfo: memFree=1544784/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=149644 CPUtime=12.6
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 67755 0 0 0 1230 30 0 0 25 0 1 0 167643094 153235456 29690 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859354 0 0 4096 2 0 0 0 17 1 0 0
/proc/1221/statm: 37411 29690 176 90 0 36949 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 149644

[startup+25.5464 s]
/proc/loadavg: 1.93 1.98 1.99 3/86 1222
/proc/meminfo: memFree=1446992/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=268872 CPUtime=25.3
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 125802 0 0 0 2476 54 0 0 25 0 1 0 167643094 275324928 54105 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664651 0 0 4096 2 0 0 0 17 1 0 0
/proc/1221/statm: 67218 54105 176 90 0 66756 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 268872

[startup+51.1899 s]
/proc/loadavg: 2.02 2.00 2.00 3/87 1223
/proc/meminfo: memFree=1417032/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=283620 CPUtime=50.73
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 139950 0 0 0 5012 61 0 0 25 0 2 0 167643094 290426880 61602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134751729 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1221/statm: 70905 61602 180 90 0 70443 0
[pid=1221/tid=1223] ppid=1219 vsize=283620 CPUtime=0
/proc/1221/task/1223/stat : 1223 (bprolog) S 1219 1221 837 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167646564 290426880 61602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 283620

[startup+102.477 s]
/proc/loadavg: 2.11 2.03 2.00 3/87 1223
/proc/meminfo: memFree=1416968/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=283620 CPUtime=101.61
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 139950 0 0 0 10100 61 0 0 25 0 2 0 167643094 290426880 61602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618430 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1221/statm: 70905 61602 180 90 0 70443 0
[pid=1221/tid=1223] ppid=1219 vsize=283620 CPUtime=0
/proc/1221/task/1223/stat : 1223 (bprolog) S 1219 1221 837 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167646564 290426880 61602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.61
Current children cumulated vsize (KiB) 283620

[startup+162.48 s]
/proc/loadavg: 2.04 2.02 2.00 3/87 1223
/proc/meminfo: memFree=1416968/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=283620 CPUtime=161.14
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 139950 0 0 0 16052 62 0 0 25 0 2 0 167643094 290426880 61602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134620338 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1221/statm: 70905 61602 180 90 0 70443 0
[pid=1221/tid=1223] ppid=1219 vsize=283620 CPUtime=0
/proc/1221/task/1223/stat : 1223 (bprolog) S 1219 1221 837 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167646564 290426880 61602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.14
Current children cumulated vsize (KiB) 283620

[startup+222.49 s]
/proc/loadavg: 2.01 2.02 2.00 3/87 1223
/proc/meminfo: memFree=1416968/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=283620 CPUtime=220.63
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 139950 0 0 0 22001 62 0 0 25 0 2 0 167643094 290426880 61602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662536 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1221/statm: 70905 61602 180 90 0 70443 0
[pid=1221/tid=1223] ppid=1219 vsize=283620 CPUtime=0
/proc/1221/task/1223/stat : 1223 (bprolog) S 1219 1221 837 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167646564 290426880 61602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.63
Current children cumulated vsize (KiB) 283620

[startup+282.498 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 1223
/proc/meminfo: memFree=1416968/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=283620 CPUtime=280.15
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 139950 0 0 0 27952 63 0 0 25 0 2 0 167643094 290426880 61602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662607 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1221/statm: 70905 61602 180 90 0 70443 0
[pid=1221/tid=1223] ppid=1219 vsize=283620 CPUtime=0
/proc/1221/task/1223/stat : 1223 (bprolog) S 1219 1221 837 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167646564 290426880 61602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.15
Current children cumulated vsize (KiB) 283620

[startup+342.507 s]
/proc/loadavg: 2.00 2.01 2.00 3/87 1223
/proc/meminfo: memFree=1416904/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=283620 CPUtime=339.7
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 139950 0 0 0 33906 64 0 0 25 0 2 0 167643094 290426880 61602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134662613 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1221/statm: 70905 61602 180 90 0 70443 0
[pid=1221/tid=1223] ppid=1219 vsize=283620 CPUtime=0
/proc/1221/task/1223/stat : 1223 (bprolog) S 1219 1221 837 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167646564 290426880 61602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.7
Current children cumulated vsize (KiB) 283620

[startup+402.52 s]
/proc/loadavg: 2.06 2.02 2.00 3/93 1331
/proc/meminfo: memFree=1415696/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=283620 CPUtime=399.12
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 139950 0 0 0 39848 64 0 0 25 0 2 0 167643094 290426880 61602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664587 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1221/statm: 70905 61602 180 90 0 70443 0
[pid=1221/tid=1223] ppid=1219 vsize=283620 CPUtime=0
/proc/1221/task/1223/stat : 1223 (bprolog) S 1219 1221 837 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167646564 290426880 61602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.12
Current children cumulated vsize (KiB) 283620

[startup+462.548 s]
/proc/loadavg: 2.02 2.01 2.00 3/93 1395
/proc/meminfo: memFree=1415640/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=283620 CPUtime=458.54
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 139950 0 0 0 45789 65 0 0 25 0 2 0 167643094 290426880 61602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1221/statm: 70905 61602 180 90 0 70443 0
[pid=1221/tid=1223] ppid=1219 vsize=283620 CPUtime=0
/proc/1221/task/1223/stat : 1223 (bprolog) S 1219 1221 837 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167646564 290426880 61602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.54
Current children cumulated vsize (KiB) 283620

[startup+522.56 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 1421
/proc/meminfo: memFree=1416648/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=283620 CPUtime=518.03
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 139950 0 0 0 51738 65 0 0 25 0 2 0 167643094 290426880 61602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1221/statm: 70905 61602 180 90 0 70443 0
[pid=1221/tid=1223] ppid=1219 vsize=283620 CPUtime=0
/proc/1221/task/1223/stat : 1223 (bprolog) S 1219 1221 837 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167646564 290426880 61602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 518.03
Current children cumulated vsize (KiB) 283620

[startup+582.566 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 1421
/proc/meminfo: memFree=1416648/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=283620 CPUtime=577.58
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 139950 0 0 0 57692 66 0 0 25 0 2 0 167643094 290426880 61602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664261 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/1221/statm: 70905 61602 180 90 0 70443 0
[pid=1221/tid=1223] ppid=1219 vsize=283620 CPUtime=0
/proc/1221/task/1223/stat : 1223 (bprolog) S 1219 1221 837 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167646564 290426880 61602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 577.58
Current children cumulated vsize (KiB) 283620

[startup+642.572 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 1459
/proc/meminfo: memFree=1240712/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=283620 CPUtime=637.19
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 139950 0 0 0 63650 69 0 0 25 0 2 0 167643094 290426880 61602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1221/statm: 70905 61602 180 90 0 70443 0
[pid=1221/tid=1223] ppid=1219 vsize=283620 CPUtime=0
/proc/1221/task/1223/stat : 1223 (bprolog) S 1219 1221 837 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 167646564 290426880 61602 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 637.19
Current children cumulated vsize (KiB) 283620


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

[pid=1221/tid=1524] ppid=1219 vsize=293864 CPUtime=0
/proc/1221/task/1524/stat : 1524 (bprolog) S 1219 1221 837 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 167736587 300916736 61603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1176.78
Current children cumulated vsize (KiB) 293864

[startup+1242.77 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1524
/proc/meminfo: memFree=1323128/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=293864 CPUtime=1236.76
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 139951 0 0 0 123603 73 0 0 25 0 3 0 167643094 300916736 61603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663836 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1221/statm: 73466 61603 180 90 0 73004 0
[pid=1221/tid=1223] ppid=1219 vsize=293864 CPUtime=0
/proc/1221/task/1223/stat : 1223 (bprolog) S 1219 1221 837 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167646564 300916736 61603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1221/tid=1524] ppid=1219 vsize=293864 CPUtime=0
/proc/1221/task/1524/stat : 1524 (bprolog) S 1219 1221 837 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 167736587 300916736 61603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1236.76
Current children cumulated vsize (KiB) 293864

[startup+1302.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1524
/proc/meminfo: memFree=1323128/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=293864 CPUtime=1296.73
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 139951 0 0 0 129600 73 0 0 25 0 3 0 167643094 300916736 61603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663839 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1221/statm: 73466 61603 180 90 0 73004 0
[pid=1221/tid=1223] ppid=1219 vsize=293864 CPUtime=0
/proc/1221/task/1223/stat : 1223 (bprolog) S 1219 1221 837 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167646564 300916736 61603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1221/tid=1524] ppid=1219 vsize=293864 CPUtime=0
/proc/1221/task/1524/stat : 1524 (bprolog) S 1219 1221 837 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 167736587 300916736 61603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1296.73
Current children cumulated vsize (KiB) 293864

[startup+1362.83 s]
/proc/loadavg: 2.00 2.00 2.00 3/89 1524
/proc/meminfo: memFree=1323192/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=293864 CPUtime=1356.68
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 139951 0 0 0 135595 73 0 0 25 0 3 0 167643094 300916736 61603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557383 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1221/statm: 73466 61603 180 90 0 73004 0
[pid=1221/tid=1223] ppid=1219 vsize=293864 CPUtime=0
/proc/1221/task/1223/stat : 1223 (bprolog) S 1219 1221 837 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 167646564 300916736 61603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1221/tid=1524] ppid=1219 vsize=293864 CPUtime=0
/proc/1221/task/1524/stat : 1524 (bprolog) S 1219 1221 837 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 167736587 300916736 61603 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1356.68
Current children cumulated vsize (KiB) 293864

[startup+1422.88 s]
/proc/loadavg: 2.07 2.02 2.00 3/90 1525
/proc/meminfo: memFree=1322608/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=304108 CPUtime=1416.7
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 140108 0 0 0 141596 74 0 0 25 0 4 0 167643094 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1221/statm: 76027 61760 180 90 0 75565 0
[pid=1221/tid=1223] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1223/stat : 1223 (bprolog) S 1219 1221 837 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167646564 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1221/tid=1524] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1524/stat : 1524 (bprolog) S 1219 1221 837 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167736587 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1221/tid=1525] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1525/stat : 1525 (bprolog) S 1219 1221 837 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167781604 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1416.7
Current children cumulated vsize (KiB) 304108

[startup+1482.94 s]
/proc/loadavg: 2.02 2.01 2.00 3/90 1527
/proc/meminfo: memFree=1322288/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=304108 CPUtime=1476.7
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 140108 0 0 0 147596 74 0 0 25 0 4 0 167643094 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557361 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1221/statm: 76027 61760 180 90 0 75565 0
[pid=1221/tid=1223] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1223/stat : 1223 (bprolog) S 1219 1221 837 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167646564 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1221/tid=1524] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1524/stat : 1524 (bprolog) S 1219 1221 837 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167736587 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1221/tid=1525] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1525/stat : 1525 (bprolog) S 1219 1221 837 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167781604 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1476.7
Current children cumulated vsize (KiB) 304108

[startup+1543 s]
/proc/loadavg: 2.05 2.02 2.00 3/90 1527
/proc/meminfo: memFree=1322288/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=304108 CPUtime=1536.68
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 140108 0 0 0 153594 74 0 0 25 0 4 0 167643094 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134557379 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1221/statm: 76027 61760 180 90 0 75565 0
[pid=1221/tid=1223] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1223/stat : 1223 (bprolog) S 1219 1221 837 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167646564 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1221/tid=1524] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1524/stat : 1524 (bprolog) S 1219 1221 837 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167736587 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1221/tid=1525] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1525/stat : 1525 (bprolog) S 1219 1221 837 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167781604 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1536.68
Current children cumulated vsize (KiB) 304108

[startup+1603.06 s]
/proc/loadavg: 2.09 2.03 2.00 3/90 1527
/proc/meminfo: memFree=1322288/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=304108 CPUtime=1596.68
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 140108 0 0 0 159594 74 0 0 25 0 4 0 167643094 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134669036 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1221/statm: 76027 61760 180 90 0 75565 0
[pid=1221/tid=1223] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1223/stat : 1223 (bprolog) S 1219 1221 837 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167646564 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1221/tid=1524] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1524/stat : 1524 (bprolog) S 1219 1221 837 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167736587 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1221/tid=1525] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1525/stat : 1525 (bprolog) S 1219 1221 837 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167781604 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1596.68
Current children cumulated vsize (KiB) 304108

[startup+1663.12 s]
/proc/loadavg: 2.03 2.02 2.00 3/90 1527
/proc/meminfo: memFree=1322352/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=304108 CPUtime=1656.7
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 140108 0 0 0 165596 74 0 0 25 0 4 0 167643094 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134663808 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1221/statm: 76027 61760 180 90 0 75565 0
[pid=1221/tid=1223] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1223/stat : 1223 (bprolog) S 1219 1221 837 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167646564 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1221/tid=1524] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1524/stat : 1524 (bprolog) S 1219 1221 837 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167736587 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1221/tid=1525] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1525/stat : 1525 (bprolog) S 1219 1221 837 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167781604 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1656.7
Current children cumulated vsize (KiB) 304108

[startup+1723.17 s]
/proc/loadavg: 2.01 2.02 2.00 3/91 1528
/proc/meminfo: memFree=1321640/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=304108 CPUtime=1716.66
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 140108 0 0 0 171592 74 0 0 25 0 4 0 167643094 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614665 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1221/statm: 76027 61760 180 90 0 75565 0
[pid=1221/tid=1223] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1223/stat : 1223 (bprolog) S 1219 1221 837 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167646564 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1221/tid=1524] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1524/stat : 1524 (bprolog) S 1219 1221 837 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167736587 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1221/tid=1525] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1525/stat : 1525 (bprolog) S 1219 1221 837 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167781604 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.66
Current children cumulated vsize (KiB) 304108

[startup+1783.22 s]
/proc/loadavg: 2.00 2.01 2.00 3/91 1528
/proc/meminfo: memFree=1321576/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=304108 CPUtime=1776.66
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 140108 0 0 0 177592 74 0 0 25 0 4 0 167643094 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134664008 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1221/statm: 76027 61760 180 90 0 75565 0
[pid=1221/tid=1223] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1223/stat : 1223 (bprolog) S 1219 1221 837 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167646564 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1221/tid=1524] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1524/stat : 1524 (bprolog) S 1219 1221 837 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167736587 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1221/tid=1525] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1525/stat : 1525 (bprolog) S 1219 1221 837 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167781604 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.66
Current children cumulated vsize (KiB) 304108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.61 s]
/proc/loadavg: 2.08 2.03 2.01 3/91 1528
/proc/meminfo: memFree=1321576/2055920 swapFree=4192812/4192956
[pid=1221] ppid=1219 vsize=304108 CPUtime=1800.05
/proc/1221/stat : 1221 (bprolog) R 1219 1221 837 0 -1 4194304 140108 0 0 0 179931 74 0 0 25 0 4 0 167643094 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134554117 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/1221/statm: 76027 61760 180 90 0 75565 0
[pid=1221/tid=1223] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1223/stat : 1223 (bprolog) S 1219 1221 837 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 4 0 167646564 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=1221/tid=1524] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1524/stat : 1524 (bprolog) S 1219 1221 837 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167736587 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=1221/tid=1525] ppid=1219 vsize=304108 CPUtime=0
/proc/1221/task/1525/stat : 1525 (bprolog) S 1219 1221 837 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 4 0 167781604 311406592 61760 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 304108

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1806.67
CPU time (s): 1800.11
CPU user time (s): 1799.32
CPU system time (s): 0.78788
CPU usage (%): 99.6368
Max. virtual memory (cumulated for all children) (KiB): 304108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.32
system time used= 0.78788
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140108
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= 16
involuntary context switches= 21110

runsolver used 2.19267 s user time and 5.2282 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sun Jan  7 17:54:01 UTC 2007


IDJOB= 209360
IDBENCH= 4512
FILE ID= node18/209360-1168192441

PBS_JOBID= 3479347

Free space on /tmp= 66280 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp26-30/fapp30/fapp30-3000-1.xml
COMMAND LINE= /tmp/evaluation/209360-1168192441/Complete/Ordinary/solver /tmp/evaluation/209360-1168192441/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node18/convwatcher-209360-1168192441 -o ROOT/results/node18/conversion-209360-1168192441 -C 600 -M 900 /tmp/evaluation/209360-1168192441/Complete/Ordinary/conversion /tmp/evaluation/209360-1168192441/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-209360-1168192441 -o ROOT/results/node18/solver-209360-1168192441 -C 1800 -M 900  /tmp/evaluation/209360-1168192441/Complete/Ordinary/solver /tmp/evaluation/209360-1168192441/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  4106a0ceac91df2015f5352ec6664483

RANDOM SEED= 531684253

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.231
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.231
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:       1663664 kB
Buffers:         40864 kB
Cached:         221956 kB
SwapCached:          0 kB
Active:         170864 kB
Inactive:       162512 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1663664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           10596 kB
Writeback:           0 kB
Mapped:          92992 kB
Slab:            43760 kB
Committed_AS:  4700888 kB
PageTables:       2072 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= 66271 MiB



End job on node18 on Sun Jan  7 18:24:51 UTC 2007