Trace number 3380116

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
SApperloT2010 2011-05-15 (fixed)? (TO) 1300.11 1300.06

General information on the benchmark

Nameapplication/rintanen/SATPlanning/
blocks-blocks-36-0.120-NOTKNOWN.cnf
MD5SUM8d94c04f870c828c80bd9a45ae3dedff
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark603.823
Satisfiable
(Un)Satisfiability was proved
Number of variables489685
Number of clauses8779920
Sum of the clauses size19139520
Maximum clause length1334
Minimum clause length1
Number of clauses of size 11440
Number of clauses of size 28441280
Number of clauses of size 3319680
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 517520

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3380116-1305455111/watcher-3380116-1305455111 -o /tmp/evaluation-result-3380116-1305455111/solver-3380116-1305455111 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3380116-1305455111.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.19 2.21 3.12 5/304 23900
/proc/meminfo: memFree=11716060/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=42864 CPUtime=0 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 3341 0 0 0 0 0 0 0 23 0 1 0 657111253 43892736 3281 33554432000 4194304 4394578 140733738178336 18446744073709551615 4331533 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 10716 3293 244 49 0 7857 0

[startup+0.101815 s]
/proc/loadavg: 1.19 2.21 3.12 5/304 23900
/proc/meminfo: memFree=11716060/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=118132 CPUtime=0.09 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 9343 0 0 0 8 1 0 0 23 0 1 0 657111253 120967168 9283 33554432000 4194304 4394578 140733738178336 18446744073709551615 208080232192 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 29533 9283 247 49 0 26674 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 118132

[startup+0.200796 s]
/proc/loadavg: 1.19 2.21 3.12 5/304 23900
/proc/meminfo: memFree=11716060/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=124080 CPUtime=0.18 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 10880 0 0 0 17 1 0 0 24 0 1 0 657111253 127057920 10787 33554432000 4194304 4394578 140733738178336 18446744073709551615 208079893189 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 31020 10788 247 49 0 28161 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 124080

[startup+0.300777 s]
/proc/loadavg: 1.19 2.21 3.12 5/304 23900
/proc/meminfo: memFree=11716060/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=134272 CPUtime=0.29 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 13456 0 0 0 27 2 0 0 25 0 1 0 657111253 137494528 13363 33554432000 4194304 4394578 140733738178336 18446744073709551615 208080232192 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 33568 13368 247 49 0 30709 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 134272

[startup+0.7007 s]
/proc/loadavg: 1.19 2.21 3.12 5/304 23900
/proc/meminfo: memFree=11716060/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=201784 CPUtime=0.68 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 30386 0 0 0 63 5 0 0 25 0 1 0 657111253 206626816 30293 33554432000 4194304 4394578 140733738178336 18446744073709551615 208080232192 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 50446 30294 247 49 0 47587 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 201784

[startup+1.50055 s]
/proc/loadavg: 1.19 2.21 3.12 5/305 23901
/proc/meminfo: memFree=11325612/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=333956 CPUtime=1.48 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 63527 0 0 0 138 10 0 0 25 0 1 0 657111253 341970944 63434 33554432000 4194304 4394578 140733738178336 18446744073709551615 208079893189 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 83489 63434 247 49 0 80630 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 333956

[startup+3.10024 s]
/proc/loadavg: 1.19 2.21 3.12 5/308 23907
/proc/meminfo: memFree=10929532/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=554812 CPUtime=3.08 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 119172 0 0 0 289 19 0 0 25 0 1 0 657111253 568127488 118627 33554432000 4194304 4394578 140733738178336 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 138703 118627 261 49 0 135844 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 554812

[startup+6.30064 s]
/proc/loadavg: 1.58 2.27 3.14 5/308 23907
/proc/meminfo: memFree=10282768/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=562592 CPUtime=6.28 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 121220 0 0 0 609 19 0 0 25 0 1 0 657111253 576094208 120675 33554432000 4194304 4394578 140733738178336 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 140648 120675 263 49 0 137789 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 562592

[startup+12.7005 s]
/proc/loadavg: 1.85 2.32 3.15 5/308 23908
/proc/meminfo: memFree=10102716/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=571224 CPUtime=12.69 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 123382 0 0 0 1249 20 0 0 25 0 1 0 657111253 584933376 122837 33554432000 4194304 4394578 140733738178336 18446744073709551615 4287949 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 142806 122837 263 49 0 139947 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 571224

[startup+25.501 s]
/proc/loadavg: 2.33 2.40 3.16 5/308 23908
/proc/meminfo: memFree=10012576/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=603176 CPUtime=25.48 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 132048 0 0 0 2527 21 0 0 25 0 1 0 657111253 617652224 129965 33554432000 4194304 4394578 140733738178336 18446744073709551615 4287388 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 150794 129965 263 49 0 147935 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 603176

[startup+51.1012 s]
/proc/loadavg: 2.90 2.53 3.18 5/308 23909
/proc/meminfo: memFree=9852792/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=635736 CPUtime=51.09 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 140181 0 0 0 5086 23 0 0 25 0 1 0 657111253 650993664 138098 33554432000 4194304 4394578 140733738178336 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 158934 138098 263 49 0 156075 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 635736

[startup+102.3 s]
/proc/loadavg: 3.57 2.77 3.23 5/308 23937
/proc/meminfo: memFree=10480296/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=735624 CPUtime=102.3 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 168172 0 0 0 10203 27 0 0 25 0 1 0 657111253 753278976 159943 33554432000 4194304 4394578 140733738178336 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 183906 159943 263 49 0 181047 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 735624

[startup+162.301 s]
/proc/loadavg: 3.84 2.99 3.28 5/308 23939
/proc/meminfo: memFree=10066688/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=803308 CPUtime=162.29 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 185093 0 0 0 16198 31 0 0 25 0 1 0 657111253 822587392 176864 33554432000 4194304 4394578 140733738178336 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 200827 176864 263 49 0 197968 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 803308

[startup+222.312 s]
/proc/loadavg: 3.94 3.17 3.32 5/308 23940
/proc/meminfo: memFree=9677284/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=880992 CPUtime=222.3 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 204624 0 0 0 22197 33 0 0 25 0 1 0 657111253 902135808 196395 33554432000 4194304 4394578 140733738178336 18446744073709551615 4292188 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 220248 196395 263 49 0 217389 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 880992

[startup+282.301 s]
/proc/loadavg: 4.05 3.33 3.36 5/308 23942
/proc/meminfo: memFree=9283556/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=981300 CPUtime=282.29 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 229719 0 0 0 28192 37 0 0 25 0 1 0 657111253 1004851200 221490 33554432000 4194304 4394578 140733738178336 18446744073709551615 4287763 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 245325 221490 263 49 0 242466 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 981300

[startup+342.301 s]
/proc/loadavg: 4.02 3.45 3.40 5/308 23943
/proc/meminfo: memFree=9079156/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=1070708 CPUtime=342.3 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 252093 0 0 0 34189 41 0 0 25 0 1 0 657111253 1096404992 243864 33554432000 4194304 4394578 140733738178336 18446744073709551615 4288108 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 267677 243864 263 49 0 264818 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1070708

[startup+402.3 s]
/proc/loadavg: 4.08 3.58 3.44 5/308 23945
/proc/meminfo: memFree=8936260/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=1102116 CPUtime=402.3 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 259807 0 0 0 40188 42 0 0 25 0 1 0 657111253 1128566784 251578 33554432000 4194304 4394578 140733738178336 18446744073709551615 4288366 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 275529 251578 263 49 0 272670 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1102116

[startup+462.301 s]
/proc/loadavg: 4.03 3.65 3.48 5/308 23947
/proc/meminfo: memFree=8842236/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=1102116 CPUtime=462.3 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 261314 0 0 0 46188 42 0 0 25 0 1 0 657111253 1128566784 253085 33554432000 4194304 4394578 140733738178336 18446744073709551615 4335417 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 275529 253085 263 49 0 272670 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 1102116

[startup+522.3 s]
/proc/loadavg: 4.01 3.71 3.51 5/308 23948
/proc/meminfo: memFree=8822980/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=1102116 CPUtime=522.3 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 261316 0 0 0 52188 42 0 0 25 0 1 0 657111253 1128566784 253087 33554432000 4194304 4394578 140733738178336 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 275529 253087 263 49 0 272670 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1102116

[startup+582.301 s]
/proc/loadavg: 4.08 3.78 3.54 5/308 23950
/proc/meminfo: memFree=8783392/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=1102116 CPUtime=582.31 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 261317 0 0 0 58189 42 0 0 25 0 1 0 657111253 1128566784 253088 33554432000 4194304 4394578 140733738178336 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 275529 253088 263 49 0 272670 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 1102116

[startup+642.3 s]
/proc/loadavg: 4.03 3.82 3.56 5/308 23951
/proc/meminfo: memFree=8757300/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=1102116 CPUtime=642.31 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 261319 0 0 0 64189 42 0 0 25 0 1 0 657111253 1128566784 253090 33554432000 4194304 4394578 140733738178336 18446744073709551615 4287451 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 275529 253090 263 49 0 272670 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 1102116

[startup+702.301 s]
/proc/loadavg: 4.01 3.85 3.59 5/308 23953
/proc/meminfo: memFree=8679148/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=1123424 CPUtime=702.31 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 266636 0 0 0 70189 42 0 0 25 0 1 0 657111253 1150386176 258407 33554432000 4194304 4394578 140733738178336 18446744073709551615 4288217 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 280856 258407 263 49 0 277997 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1123424

[startup+762.301 s]
/proc/loadavg: 4.00 3.87 3.61 5/308 23955
/proc/meminfo: memFree=8648240/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=1123424 CPUtime=762.32 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 266636 0 0 0 76189 43 0 0 25 0 1 0 657111253 1150386176 258407 33554432000 4194304 4394578 140733738178336 18446744073709551615 4288231 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 280856 258407 263 49 0 277997 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1123424

[startup+822.3 s]
/proc/loadavg: 4.04 3.91 3.64 5/308 23956
/proc/meminfo: memFree=8630084/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=1123424 CPUtime=822.32 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 266637 0 0 0 82189 43 0 0 25 0 1 0 657111253 1150386176 258408 33554432000 4194304 4394578 140733738178336 18446744073709551615 4288366 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 280856 258408 263 49 0 277997 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1123424

[startup+882.312 s]
/proc/loadavg: 4.06 3.94 3.66 5/308 23958
/proc/meminfo: memFree=8614188/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=1123424 CPUtime=882.33 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 266641 0 0 0 88190 43 0 0 25 0 1 0 657111253 1150386176 258412 33554432000 4194304 4394578 140733738178336 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 280856 258412 263 49 0 277997 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 1123424

[startup+942.3 s]
/proc/loadavg: 4.02 3.95 3.68 5/308 23959
/proc/meminfo: memFree=8585260/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=1156192 CPUtime=942.32 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 281276 0 0 0 94187 45 0 0 25 0 1 0 657111253 1183940608 264854 33554432000 4194304 4394578 140733738178336 18446744073709551615 4299500 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 289048 264854 263 49 0 286189 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1156192

[startup+1002.3 s]
/proc/loadavg: 4.01 3.95 3.70 5/308 23961
/proc/meminfo: memFree=8505860/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=1208928 CPUtime=1002.32 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 294467 0 0 0 100185 47 0 0 25 0 1 0 657111253 1237942272 278045 33554432000 4194304 4394578 140733738178336 18446744073709551615 4299453 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 302232 278045 263 49 0 299373 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1208928

[startup+1062.3 s]
/proc/loadavg: 4.00 3.96 3.72 5/308 23963
/proc/meminfo: memFree=8483636/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=1208928 CPUtime=1062.32 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 294467 0 0 0 106185 47 0 0 25 0 1 0 657111253 1237942272 278045 33554432000 4194304 4394578 140733738178336 18446744073709551615 4288355 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 302232 278045 263 49 0 299373 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1208928

[startup+1122.3 s]
/proc/loadavg: 4.09 3.99 3.74 5/308 23964
/proc/meminfo: memFree=8443172/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=1208928 CPUtime=1122.33 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 294468 0 0 0 112186 47 0 0 25 0 1 0 657111253 1237942272 278046 33554432000 4194304 4394578 140733738178336 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 302232 278046 263 49 0 299373 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 1208928

[startup+1182.3 s]
/proc/loadavg: 4.03 3.99 3.75 5/308 23966
/proc/meminfo: memFree=8442536/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=1208928 CPUtime=1182.33 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 294468 0 0 0 118186 47 0 0 25 0 1 0 657111253 1237942272 278046 33554432000 4194304 4394578 140733738178336 18446744073709551615 4288076 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 302232 278046 263 49 0 299373 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1208928

[startup+1242.3 s]
/proc/loadavg: 4.01 3.99 3.76 5/308 23967
/proc/meminfo: memFree=8393268/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=1208928 CPUtime=1242.33 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 294470 0 0 0 124186 47 0 0 25 0 1 0 657111253 1237942272 278048 33554432000 4194304 4394578 140733738178336 18446744073709551615 4288210 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 302232 278048 263 49 0 299373 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 1208928



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.92 3.98 3.77 3/301 23988
/proc/meminfo: memFree=10320584/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=1208928 CPUtime=1300.04 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 294474 0 0 0 129957 47 0 0 25 0 1 0 657111253 1237942272 278052 33554432000 4194304 4394578 140733738178336 18446744073709551615 4287971 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 302232 278052 263 49 0 299373 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1208928

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

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 3.92 3.98 3.77 3/301 23988
/proc/meminfo: memFree=10320584/32950928 swapFree=67083212/67111528
[pid=23900] ppid=23898 vsize=1208928 CPUtime=1300.04 cores=0,2
/proc/23900/stat : 23900 (SApperloT2010) R 23898 23900 14866 0 -1 4202496 294474 0 0 0 129957 47 0 0 25 0 1 0 657111253 1237942272 278052 33554432000 4194304 4394578 140733738178336 18446744073709551615 4287971 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23900/statm: 302232 278052 263 49 0 299373 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 1208928

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.06
CPU time (s): 1300.11
CPU user time (s): 1299.58
CPU system time (s): 0.529919
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1208928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.58
system time used= 0.529919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 294474
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= 5
involuntary context switches= 15577

runsolver used 3.51846 second user time and 8.32073 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-15 12:25:16
IDJOB=3380116
IDBENCH=82371
IDSOLVER=1862
FILE ID=node127/3380116-1305455111
RUNJOBID= node127-1305455111-23864
PBS_JOBID= 13324863
Free space on /tmp= 73048 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/application/rintanen/SATPlanning/blocks-blocks-36-0.120-NOTKNOWN.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380116-1305455111/watcher-3380116-1305455111 -o /tmp/evaluation-result-3380116-1305455111/solver-3380116-1305455111 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380116-1305455111.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 8d94c04f870c828c80bd9a45ae3dedff
RANDOM SEED=239652447

node127.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.86
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11716712 kB
Buffers:        311784 kB
Cached:        4475504 kB
SwapCached:       1620 kB
Active:       17858120 kB
Inactive:      3025040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11716712 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:          476724 kB
Writeback:           0 kB
AnonPages:    16093872 kB
Mapped:          26544 kB
Slab:           239912 kB
PageTables:      47876 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44687744 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73352 MiB
End job on node127 at 2011-05-15 12:46:58