Trace number 212686

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.06 1813.88

General information on the benchmark

NamepseudoSeries/
mpsReduced/mps-red-ran14x18-1.xml
MD5SUMf76dd8d8566fc7554907bf4a8fe41987
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 variables7812
Number of constraints316
Maximum constraint arity540
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension316
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/212686-1168222804/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/node24/watcher-212686-1168222804 -o ROOT/results/node24/solver-212686-1168222804 -C 1800 -M 900 /tmp/evaluation/212686-1168222804/Complete/Ordinary/solver /tmp/evaluation/212686-1168222804/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.48 1.86 1.89 6/94 9662
/proc/meminfo: memFree=1739848/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=18540 CPUtime=0
/proc/9661/stat : 9661 (runsolver) R 9659 9661 9526 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 170676196 18984960 279 18446744073709551615 4194304 4267372 548682069056 18446744073709551615 237788261671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/9661/statm: 4635 279 244 17 0 2626 0

[startup+0.108115 s]
/proc/loadavg: 1.48 1.86 1.89 6/94 9662
/proc/meminfo: memFree=1739848/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=61640 CPUtime=0.09
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 2292 0 0 0 8 1 0 0 20 0 1 0 170676196 63119360 2008 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134634329 0 0 4096 2 0 0 0 17 1 0 0
/proc/9661/statm: 15410 2008 158 90 0 14948 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61640

[startup+0.516152 s]
/proc/loadavg: 1.48 1.86 1.89 6/94 9662
/proc/meminfo: memFree=1739848/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=61640 CPUtime=0.5
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 5674 0 0 0 47 3 0 0 23 0 1 0 170676196 63119360 5390 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134568490 0 0 4096 2 0 0 0 17 1 0 0
/proc/9661/statm: 15410 5390 158 90 0 14948 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 61640

[startup+1.33724 s]
/proc/loadavg: 1.52 1.86 1.89 3/95 9663
/proc/meminfo: memFree=1695232/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=1.32
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 128 4 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 73592

[startup+2.97441 s]
/proc/loadavg: 1.52 1.86 1.89 3/95 9663
/proc/meminfo: memFree=1690752/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=2.95
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 291 4 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758116 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 73592

[startup+6.25877 s]
/proc/loadavg: 1.56 1.86 1.89 3/95 9663
/proc/meminfo: memFree=1675712/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=6.22
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 618 4 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 73592

[startup+12.7185 s]
/proc/loadavg: 1.67 1.88 1.90 3/95 9663
/proc/meminfo: memFree=1649408/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=12.65
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 1261 4 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134778918 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 73592

[startup+25.5418 s]
/proc/loadavg: 1.80 1.90 1.91 4/95 9663
/proc/meminfo: memFree=1610368/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=25.42
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 2538 4 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 73592

[startup+51.1856 s]
/proc/loadavg: 1.88 1.91 1.91 3/95 9663
/proc/meminfo: memFree=1536576/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=50.96
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 5091 5 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758081 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.96
Current children cumulated vsize (KiB) 73592

[startup+102.476 s]
/proc/loadavg: 3.36 2.28 2.03 3/95 9673
/proc/meminfo: memFree=296648/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=101.94
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 10169 25 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.94
Current children cumulated vsize (KiB) 73592

[startup+162.496 s]
/proc/loadavg: 3.35 2.50 2.12 3/101 9697
/proc/meminfo: memFree=15712/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=161.24
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 16072 52 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134799782 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.24
Current children cumulated vsize (KiB) 73592

[startup+222.556 s]
/proc/loadavg: 3.63 2.71 2.21 3/103 9723
/proc/meminfo: memFree=15376/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=220.81
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 22001 80 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552588 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.81
Current children cumulated vsize (KiB) 73592

[startup+282.613 s]
/proc/loadavg: 5.81 3.42 2.48 3/104 9747
/proc/meminfo: memFree=15304/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=280.36
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 27932 104 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552603 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 280.36
Current children cumulated vsize (KiB) 73592

[startup+342.694 s]
/proc/loadavg: 9.35 4.90 3.05 3/99 9760
/proc/meminfo: memFree=15792/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=339.74
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 33841 133 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134777456 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 339.74
Current children cumulated vsize (KiB) 73592

[startup+402.751 s]
/proc/loadavg: 8.03 5.27 3.29 3/105 9781
/proc/meminfo: memFree=14976/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=398.72
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 39714 158 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614717 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.72
Current children cumulated vsize (KiB) 73592

[startup+462.804 s]
/proc/loadavg: 6.76 5.42 3.46 4/105 9795
/proc/meminfo: memFree=14784/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=458.08
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 45624 184 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134794330 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 458.08
Current children cumulated vsize (KiB) 73592

[startup+522.863 s]
/proc/loadavg: 7.71 5.86 3.73 4/103 9808
/proc/meminfo: memFree=15120/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=517.25
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 51513 212 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134774997 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 517.25
Current children cumulated vsize (KiB) 73592

[startup+582.884 s]
/proc/loadavg: 8.03 6.31 4.02 3/101 9816
/proc/meminfo: memFree=15776/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=576.42
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 57408 234 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552588 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 25 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 576.42
Current children cumulated vsize (KiB) 73592

[startup+642.926 s]

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

/proc/loadavg: 2.16 4.18 4.06 3/95 9827
/proc/meminfo: memFree=15504/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=993.36
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 99027 309 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 993.36
Current children cumulated vsize (KiB) 73592

[startup+1063.19 s]
/proc/loadavg: 2.28 3.83 3.94 3/95 9827
/proc/meminfo: memFree=15056/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=1053.16
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 105001 315 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1053.16
Current children cumulated vsize (KiB) 73592

[startup+1123.21 s]
/proc/loadavg: 2.73 3.67 3.88 3/95 9827
/proc/meminfo: memFree=16208/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=1112.88
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 110968 320 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1112.88
Current children cumulated vsize (KiB) 73592

[startup+1183.31 s]
/proc/loadavg: 2.93 3.56 3.83 3/95 9827
/proc/meminfo: memFree=15760/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=1172.68
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 116943 325 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1172.68
Current children cumulated vsize (KiB) 73592

[startup+1243.32 s]
/proc/loadavg: 3.07 3.49 3.78 3/95 9827
/proc/meminfo: memFree=15888/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=1232.38
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 122909 329 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1232.38
Current children cumulated vsize (KiB) 73592

[startup+1303.33 s]
/proc/loadavg: 2.78 3.34 3.71 3/95 9827
/proc/meminfo: memFree=15632/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=1292.09
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 128875 334 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758200 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1292.09
Current children cumulated vsize (KiB) 73592

[startup+1363.35 s]
/proc/loadavg: 2.42 3.13 3.62 3/95 9827
/proc/meminfo: memFree=15248/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=1351.81
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 134842 339 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1351.81
Current children cumulated vsize (KiB) 73592

[startup+1423.37 s]
/proc/loadavg: 2.22 2.95 3.52 3/95 9827
/proc/meminfo: memFree=15248/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=1411.53
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 140809 344 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552577 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1411.53
Current children cumulated vsize (KiB) 73592

[startup+1483.46 s]
/proc/loadavg: 2.08 2.77 3.42 3/95 9827
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=1471.31
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 146782 349 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1471.31
Current children cumulated vsize (KiB) 73592

[startup+1543.48 s]
/proc/loadavg: 2.20 2.69 3.35 3/95 9827
/proc/meminfo: memFree=15568/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=1531.02
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 152749 353 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758202 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1531.02
Current children cumulated vsize (KiB) 73592

[startup+1603.58 s]
/proc/loadavg: 2.13 2.58 3.27 3/95 9827
/proc/meminfo: memFree=15888/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=1590.82
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 158724 358 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552632 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1590.82
Current children cumulated vsize (KiB) 73592

[startup+1663.68 s]
/proc/loadavg: 2.05 2.47 3.19 3/95 9827
/proc/meminfo: memFree=15568/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=1650.62
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 164698 364 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134777456 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1650.62
Current children cumulated vsize (KiB) 73592

[startup+1723.69 s]
/proc/loadavg: 2.11 2.41 3.12 3/95 9827
/proc/meminfo: memFree=15504/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=1710.33
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 170664 369 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758175 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1710.33
Current children cumulated vsize (KiB) 73592

[startup+1783.79 s]
/proc/loadavg: 2.10 2.35 3.05 3/95 9827
/proc/meminfo: memFree=16272/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=1770.12
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 176637 375 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134758192 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1770.12
Current children cumulated vsize (KiB) 73592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1813.86 s]
/proc/loadavg: 2.06 2.31 3.02 3/95 9827
/proc/meminfo: memFree=15056/2055920 swapFree=4192812/4192956
[pid=9661] ppid=9659 vsize=73592 CPUtime=1800.04
/proc/9661/stat : 9661 (bprolog) R 9659 9661 9526 0 -1 4194304 8441 0 0 0 179628 376 0 0 25 0 2 0 170676196 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552597 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/9661/statm: 18398 7041 182 90 0 17936 0
[pid=9661/tid=9663] ppid=9659 vsize=73592 CPUtime=0
/proc/9661/task/9663/stat : 9663 (bprolog) S 9659 9661 9526 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 2 0 170676279 75358208 7041 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 73592

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1813.88
CPU time (s): 1800.06
CPU user time (s): 1796.29
CPU system time (s): 3.77043
CPU usage (%): 99.2384
Max. virtual memory (cumulated for all children) (KiB): 73592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.29
system time used= 3.77043
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8441
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= 10
involuntary context switches= 62263

runsolver used 2.02269 s user time and 5.76012 s system time

The end

Launcher Data (download as text)

Begin job on node24 on Mon Jan  8 02:20:04 UTC 2007


IDJOB= 212686
IDBENCH= 4790
FILE ID= node24/212686-1168222804

PBS_JOBID= 3480953

Free space on /tmp= 66470 MiB

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

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node24/watcher-212686-1168222804 -o ROOT/results/node24/solver-212686-1168222804 -C 1800 -M 900  /tmp/evaluation/212686-1168222804/Complete/Ordinary/solver /tmp/evaluation/212686-1168222804/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  f76dd8d8566fc7554907bf4a8fe41987

RANDOM SEED= 410436228

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.234
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.234
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:       1740328 kB
Buffers:         38300 kB
Cached:         104296 kB
SwapCached:          0 kB
Active:         204108 kB
Inactive:        57240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1740328 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11084 kB
Writeback:           0 kB
Mapped:         144264 kB
Slab:            38736 kB
Committed_AS:  3740368 kB
PageTables:       2552 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= 46207 MiB



End job on node24 on Mon Jan  8 02:50:25 UTC 2007