Trace number 211678

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.04 1802.08

General information on the benchmark

NamepseudoSeries/mpsReduced/
mps-red-capri.xml
MD5SUMf83ae12fc83f6179d0366678c70536a7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables7817
Number of constraints544
Maximum constraint arity647
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension544
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/211678-1168211349/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/node20/watcher-211678-1168211349 -o ROOT/results/node20/solver-211678-1168211349 -C 1800 -M 900 /tmp/evaluation/211678-1168211349/Complete/Ordinary/solver /tmp/evaluation/211678-1168211349/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.67 1.18 1.13 5/94 10310
/proc/meminfo: memFree=825488/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=18540 CPUtime=0
/proc/10309/stat : 10309 (runsolver) R 10307 10309 9802 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 169530615 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 273952599335 0 0 4096 24578 0 0 0 17 1 0 0
/proc/10309/statm: 4635 279 244 17 0 2626 0

[startup+0.107414 s]
/proc/loadavg: 1.67 1.18 1.13 5/94 10310
/proc/meminfo: memFree=825488/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=61640 CPUtime=0.09
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 2318 0 0 0 8 1 0 0 18 0 1 0 169530615 63119360 2034 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134550522 0 0 4096 2 0 0 0 17 0 0 0
/proc/10309/statm: 15410 2034 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.51546 s]
/proc/loadavg: 1.67 1.18 1.13 5/94 10310
/proc/meminfo: memFree=825488/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=61640 CPUtime=0.49
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 6839 0 0 0 46 3 0 0 22 0 1 0 169530615 63119360 6555 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134556823 0 0 4096 2 0 0 0 17 0 0 0
/proc/10309/statm: 15410 6555 158 90 0 14948 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 61640

[startup+1.33657 s]
/proc/loadavg: 1.67 1.18 1.13 3/94 10310
/proc/meminfo: memFree=789392/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=74584 CPUtime=1.31
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 13270 0 0 0 126 5 0 0 25 0 2 0 169530615 76374016 10216 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134859786 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 18646 10216 181 90 0 18184 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 74584

[startup+2.97375 s]
/proc/loadavg: 1.70 1.20 1.14 3/95 10311
/proc/meminfo: memFree=780680/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=74584 CPUtime=2.95
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 14397 0 0 0 289 6 0 0 25 0 2 0 169530615 76374016 11343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758160 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 18646 11343 182 90 0 18184 0
[pid=10309/tid=10311] ppid=10307 vsize=74584 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169530741 76374016 11343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 74584

[startup+6.25314 s]
/proc/loadavg: 1.70 1.20 1.14 3/95 10311
/proc/meminfo: memFree=780680/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=74584 CPUtime=6.21
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 14397 0 0 0 615 6 0 0 25 0 2 0 169530615 76374016 11343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134777440 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 18646 11343 182 90 0 18184 0
[pid=10309/tid=10311] ppid=10307 vsize=74584 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169530741 76374016 11343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 74584

[startup+12.7189 s]
/proc/loadavg: 1.82 1.24 1.15 3/95 10311
/proc/meminfo: memFree=780616/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=74584 CPUtime=12.65
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 14397 0 0 0 1259 6 0 0 25 0 2 0 169530615 76374016 11343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555013 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 18646 11343 182 90 0 18184 0
[pid=10309/tid=10311] ppid=10307 vsize=74584 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169530741 76374016 11343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 74584

[startup+25.5395 s]
/proc/loadavg: 1.85 1.26 1.16 3/95 10311
/proc/meminfo: memFree=780680/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=74584 CPUtime=25.42
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 14397 0 0 0 2536 6 0 0 25 0 2 0 169530615 76374016 11343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758116 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 18646 11343 182 90 0 18184 0
[pid=10309/tid=10311] ppid=10307 vsize=74584 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169530741 76374016 11343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 74584

[startup+51.1707 s]
/proc/loadavg: 1.88 1.32 1.18 2/87 10352
/proc/meminfo: memFree=1459016/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=74584 CPUtime=50.91
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 14397 0 0 0 5080 11 0 0 25 0 2 0 169530615 76374016 11343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758340 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 18646 11343 182 90 0 18184 0
[pid=10309/tid=10311] ppid=10307 vsize=74584 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169530741 76374016 11343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.91
Current children cumulated vsize (KiB) 74584

[startup+102.46 s]
/proc/loadavg: 1.94 1.42 1.22 3/88 10429
/proc/meminfo: memFree=1456336/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=74584 CPUtime=102.14
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 14397 0 0 0 10202 12 0 0 25 0 2 0 169530615 76374016 11343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552894 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 18646 11343 182 90 0 18184 0
[pid=10309/tid=10311] ppid=10307 vsize=74584 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169530741 76374016 11343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.14
Current children cumulated vsize (KiB) 74584

[startup+162.557 s]
/proc/loadavg: 1.98 1.53 1.27 3/88 10429
/proc/meminfo: memFree=1456336/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=74584 CPUtime=162.19
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 14397 0 0 0 16207 12 0 0 25 0 2 0 169530615 76374016 11343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 18646 11343 182 90 0 18184 0
[pid=10309/tid=10311] ppid=10307 vsize=74584 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169530741 76374016 11343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 74584

[startup+222.649 s]
/proc/loadavg: 2.03 1.63 1.32 3/88 10429
/proc/meminfo: memFree=1456272/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=74584 CPUtime=222.21
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 14397 0 0 0 22209 12 0 0 25 0 2 0 169530615 76374016 11343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618635 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 18646 11343 182 90 0 18184 0
[pid=10309/tid=10311] ppid=10307 vsize=74584 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169530741 76374016 11343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 74584

[startup+282.739 s]
/proc/loadavg: 2.01 1.69 1.36 3/88 10429
/proc/meminfo: memFree=1456208/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=74584 CPUtime=282.25
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 14397 0 0 0 28212 13 0 0 25 0 2 0 169530615 76374016 11343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134794389 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 18646 11343 182 90 0 18184 0
[pid=10309/tid=10311] ppid=10307 vsize=74584 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169530741 76374016 11343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 74584

[startup+342.831 s]
/proc/loadavg: 2.00 1.74 1.39 3/88 10429
/proc/meminfo: memFree=1456144/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=74584 CPUtime=342.29
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 14397 0 0 0 34216 13 0 0 25 0 2 0 169530615 76374016 11343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134619868 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 18646 11343 182 90 0 18184 0
[pid=10309/tid=10311] ppid=10307 vsize=74584 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169530741 76374016 11343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 74584

[startup+402.923 s]
/proc/loadavg: 2.00 1.79 1.43 3/88 10429
/proc/meminfo: memFree=1456144/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=74584 CPUtime=402.3
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 14397 0 0 0 40217 13 0 0 25 0 2 0 169530615 76374016 11343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758208 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 18646 11343 182 90 0 18184 0
[pid=10309/tid=10311] ppid=10307 vsize=74584 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169530741 76374016 11343 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 74584

[startup+463.013 s]
/proc/loadavg: 2.00 1.83 1.46 3/88 10429
/proc/meminfo: memFree=1455888/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=74584 CPUtime=462.33
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 14416 0 0 0 46220 13 0 0 25 0 2 0 169530615 76374016 11362 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 18646 11362 182 90 0 18184 0
[pid=10309/tid=10311] ppid=10307 vsize=74584 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169530741 76374016 11362 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 74584

[startup+523.102 s]
/proc/loadavg: 2.00 1.85 1.49 3/88 10429
/proc/meminfo: memFree=1455888/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=74584 CPUtime=522.37
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 14416 0 0 0 52224 13 0 0 25 0 2 0 169530615 76374016 11362 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552412 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 18646 11362 182 90 0 18184 0
[pid=10309/tid=10311] ppid=10307 vsize=74584 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169530741 76374016 11362 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 522.37
Current children cumulated vsize (KiB) 74584

[startup+583.19 s]
/proc/loadavg: 2.00 1.88 1.52 3/88 10429
/proc/meminfo: memFree=1455824/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=74584 CPUtime=582.39
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 14416 0 0 0 58226 13 0 0 25 0 2 0 169530615 76374016 11362 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134815447 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 18646 11362 182 90 0 18184 0
[pid=10309/tid=10311] ppid=10307 vsize=74584 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 169530741 76374016 11362 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 582.39
Current children cumulated vsize (KiB) 74584

[startup+643.286 s]
/proc/loadavg: 2.00 1.90 1.55 3/88 10431
/proc/meminfo: memFree=1455312/2055920 swapFree=4170192/4192956

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

/proc/10309/statm: 21218 11456 182 90 0 20756 0
[pid=10309/tid=10311] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169530741 86908928 11456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10309/tid=10432] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10432/stat : 10432 (bprolog) S 10307 10309 9802 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169620760 86908928 11456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1122.37
Current children cumulated vsize (KiB) 84872

[startup+1183.74 s]
/proc/loadavg: 2.02 1.98 1.73 3/90 10433
/proc/meminfo: memFree=1454464/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=84872 CPUtime=1182.33
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 15789 0 0 0 118218 15 0 0 25 0 3 0 169530615 86908928 11456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799754 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 21218 11456 182 90 0 20756 0
[pid=10309/tid=10311] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169530741 86908928 11456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10309/tid=10432] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10432/stat : 10432 (bprolog) S 10307 10309 9802 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169620760 86908928 11456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 84872

[startup+1243.76 s]
/proc/loadavg: 2.00 1.98 1.75 3/90 10433
/proc/meminfo: memFree=1454336/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=84872 CPUtime=1242.29
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 15789 0 0 0 124214 15 0 0 25 0 3 0 169530615 86908928 11456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758200 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 21218 11456 182 90 0 20756 0
[pid=10309/tid=10311] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169530741 86908928 11456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10309/tid=10432] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10432/stat : 10432 (bprolog) S 10307 10309 9802 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169620760 86908928 11456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 84872

[startup+1303.77 s]
/proc/loadavg: 2.00 1.98 1.76 3/90 10433
/proc/meminfo: memFree=1454272/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=84872 CPUtime=1302.23
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 15789 0 0 0 130208 15 0 0 25 0 3 0 169530615 86908928 11456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 21218 11456 182 90 0 20756 0
[pid=10309/tid=10311] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169530741 86908928 11456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10309/tid=10432] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10432/stat : 10432 (bprolog) S 10307 10309 9802 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169620760 86908928 11456 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1302.23
Current children cumulated vsize (KiB) 84872

[startup+1363.79 s]
/proc/loadavg: 2.00 1.98 1.77 3/90 10433
/proc/meminfo: memFree=1454144/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=84872 CPUtime=1362.19
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 15790 0 0 0 136204 15 0 0 25 0 3 0 169530615 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618517 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 21218 11457 182 90 0 20756 0
[pid=10309/tid=10311] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169530741 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10309/tid=10432] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10432/stat : 10432 (bprolog) S 10307 10309 9802 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 169620760 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1362.19
Current children cumulated vsize (KiB) 84872

[startup+1423.8 s]
/proc/loadavg: 2.00 1.98 1.78 3/91 10434
/proc/meminfo: memFree=1454072/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=84872 CPUtime=1422.16
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 15790 0 0 0 142201 15 0 0 25 0 3 0 169530615 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134553076 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 21218 11457 182 90 0 20756 0
[pid=10309/tid=10311] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169530741 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10309/tid=10432] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10432/stat : 10432 (bprolog) S 10307 10309 9802 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 169620760 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1422.16
Current children cumulated vsize (KiB) 84872

[startup+1483.86 s]
/proc/loadavg: 2.00 1.98 1.79 3/91 10434
/proc/meminfo: memFree=1453944/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=84872 CPUtime=1482.14
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 15790 0 0 0 148199 15 0 0 25 0 3 0 169530615 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134795053 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 21218 11457 182 90 0 20756 0
[pid=10309/tid=10311] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169530741 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10309/tid=10432] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10432/stat : 10432 (bprolog) S 10307 10309 9802 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 169620760 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1482.14
Current children cumulated vsize (KiB) 84872

[startup+1543.9 s]
/proc/loadavg: 2.00 1.98 1.80 3/91 10434
/proc/meminfo: memFree=1453944/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=84872 CPUtime=1542.13
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 15790 0 0 0 154197 16 0 0 25 0 3 0 169530615 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134798128 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 21218 11457 182 90 0 20756 0
[pid=10309/tid=10311] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169530741 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10309/tid=10432] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10432/stat : 10432 (bprolog) S 10307 10309 9802 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 169620760 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1542.13
Current children cumulated vsize (KiB) 84872

[startup+1603.94 s]
/proc/loadavg: 2.00 1.98 1.82 3/91 10434
/proc/meminfo: memFree=1453816/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=84872 CPUtime=1602.12
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 15790 0 0 0 160196 16 0 0 25 0 3 0 169530615 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 21218 11457 182 90 0 20756 0
[pid=10309/tid=10311] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169530741 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10309/tid=10432] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10432/stat : 10432 (bprolog) S 10307 10309 9802 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 169620760 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1602.12
Current children cumulated vsize (KiB) 84872

[startup+1663.96 s]
/proc/loadavg: 2.00 1.98 1.82 3/91 10434
/proc/meminfo: memFree=1453752/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=84872 CPUtime=1662.05
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 15790 0 0 0 166189 16 0 0 25 0 3 0 169530615 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799862 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 21218 11457 182 90 0 20756 0
[pid=10309/tid=10311] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169530741 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10309/tid=10432] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10432/stat : 10432 (bprolog) S 10307 10309 9802 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 169620760 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1662.05
Current children cumulated vsize (KiB) 84872

[startup+1723.98 s]
/proc/loadavg: 2.00 1.98 1.83 3/91 10434
/proc/meminfo: memFree=1453624/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=84872 CPUtime=1722.02
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 15790 0 0 0 172186 16 0 0 25 0 3 0 169530615 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134798227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 21218 11457 182 90 0 20756 0
[pid=10309/tid=10311] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169530741 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10309/tid=10432] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10432/stat : 10432 (bprolog) S 10307 10309 9802 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 169620760 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 84872

[startup+1784 s]
/proc/loadavg: 2.00 1.98 1.83 3/91 10434
/proc/meminfo: memFree=1453560/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=84872 CPUtime=1781.99
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 15790 0 0 0 178183 16 0 0 25 0 3 0 169530615 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 21218 11457 182 90 0 20756 0
[pid=10309/tid=10311] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10311/stat : 10311 (bprolog) S 10307 10309 9802 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 169530741 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10309/tid=10432] ppid=10307 vsize=84872 CPUtime=0
/proc/10309/task/10432/stat : 10432 (bprolog) S 10307 10309 9802 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 169620760 86908928 11457 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 84872



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1802.06 s]
/proc/loadavg: 2.00 1.98 1.84 3/91 10435
/proc/meminfo: memFree=1453488/2055920 swapFree=4170192/4192956
[pid=10309] ppid=10307 vsize=95116 CPUtime=1800.01
/proc/10309/stat : 10309 (bprolog) R 10307 10309 9802 0 -1 4194304 15792 0 0 0 179985 16 0 0 25 0 3 0 169530615 97398784 11459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/10309/statm: 23779 11459 183 90 0 23317 0
[pid=10309/tid=10432] ppid=10307 vsize=95116 CPUtime=0
/proc/10309/task/10432/stat : 10432 (bprolog) S 10307 10309 9802 0 -1 4194368 0 0 0 0 0 0 0 0 16 0 3 0 169620760 97398784 11459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
[pid=10309/tid=10435] ppid=10307 vsize=95116 CPUtime=0
/proc/10309/task/10435/stat : 10435 (bprolog) S 10307 10309 9802 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 169710776 97398784 11459 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 95116

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1802.08
CPU time (s): 1800.04
CPU user time (s): 1799.87
CPU system time (s): 0.173973
CPU usage (%): 99.8868
Max. virtual memory (cumulated for all children) (KiB): 95116

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

runsolver used 2.04169 s user time and 4.41833 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Sun Jan  7 23:09:10 UTC 2007


IDJOB= 211678
IDBENCH= 4713
FILE ID= node20/211678-1168211349

PBS_JOBID= 3480842

Free space on /tmp= 66554 MiB

BENCH NAME= HOME/pub/bench/CPAI06/pseudoSeries/mpsReduced/mps-red-capri.xml
COMMAND LINE= /tmp/evaluation/211678-1168211349/Complete/Ordinary/solver /tmp/evaluation/211678-1168211349/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node20/convwatcher-211678-1168211349 -o ROOT/results/node20/conversion-211678-1168211349 -C 600 -M 900 /tmp/evaluation/211678-1168211349/Complete/Ordinary/conversion /tmp/evaluation/211678-1168211349/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-211678-1168211349 -o ROOT/results/node20/solver-211678-1168211349 -C 1800 -M 900  /tmp/evaluation/211678-1168211349/Complete/Ordinary/solver /tmp/evaluation/211678-1168211349/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f83ae12fc83f6179d0366678c70536a7

RANDOM SEED= 314628102

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.216
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.216
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:        825968 kB
Buffers:          1396 kB
Cached:         461176 kB
SwapCached:       2684 kB
Active:         754948 kB
Inactive:       422332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        825968 kB
SwapTotal:     4192956 kB
SwapFree:      4170192 kB
Dirty:            4392 kB
Writeback:           0 kB
Mapped:         738052 kB
Slab:            35740 kB
Committed_AS:  4107884 kB
PageTables:       3788 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= 66553 MiB



End job on node20 on Sun Jan  7 23:39:23 UTC 2007