Trace number 3379840

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.1 1300.08

General information on the benchmark

NameSAT05/crafted/markstrom05/eulcbip/
eulcbip-7-UNSAT.shuffled-as.sat05-3936.cnf
MD5SUM151ccdb2c52c7f525fde5dca388bb6e6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.083986
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of clauses672
Sum of the clauses size2684
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 30
Number of clauses of size 4670
Number of clauses of size 50
Number of clauses of size over 50

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-3379840-1305460693/watcher-3379840-1305460693 -o /tmp/evaluation-result-3379840-1305460693/solver-3379840-1305460693 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379840-1305460693.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: 0.85 1.40 2.58 2/289 17737
/proc/meminfo: memFree=20711868/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=11776 CPUtime=0 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 369 0 0 0 0 0 0 0 22 0 1 0 657667495 12058624 310 33554432000 4194304 4394578 140736263645648 18446744073709551615 232335553221 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 2944 311 247 49 0 85 0

[startup+0.0682171 s]
/proc/loadavg: 0.85 1.40 2.58 2/289 17737
/proc/meminfo: memFree=20711868/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=12300 CPUtime=0.06 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 513 0 0 0 6 0 0 0 22 0 1 0 657667495 12595200 453 33554432000 4194304 4394578 140736263645648 18446744073709551615 4298804 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 3075 454 266 49 0 216 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12300

[startup+0.100203 s]
/proc/loadavg: 0.85 1.40 2.58 2/289 17737
/proc/meminfo: memFree=20711868/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=12432 CPUtime=0.09 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 543 0 0 0 9 0 0 0 22 0 1 0 657667495 12730368 483 33554432000 4194304 4394578 140736263645648 18446744073709551615 4290882 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 3108 483 266 49 0 249 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12432

[startup+0.300168 s]
/proc/loadavg: 0.85 1.40 2.58 2/289 17737
/proc/meminfo: memFree=20711868/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=12960 CPUtime=0.29 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 682 0 0 0 29 0 0 0 23 0 1 0 657667495 13271040 622 33554432000 4194304 4394578 140736263645648 18446744073709551615 4291540 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 3240 622 266 49 0 381 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12960

[startup+0.70112 s]
/proc/loadavg: 0.85 1.40 2.58 2/289 17737
/proc/meminfo: memFree=20711868/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=13748 CPUtime=0.69 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 883 0 0 0 69 0 0 0 25 0 1 0 657667495 14077952 823 33554432000 4194304 4394578 140736263645648 18446744073709551615 4296472 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 3437 823 267 49 0 578 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13748

[startup+1.50098 s]
/proc/loadavg: 0.85 1.40 2.58 5/305 17793
/proc/meminfo: memFree=20676996/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=15196 CPUtime=1.49 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 1228 0 0 0 149 0 0 0 25 0 1 0 657667495 15560704 1168 33554432000 4194304 4394578 140736263645648 18446744073709551615 4313454 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 3799 1168 267 49 0 940 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15196

[startup+3.10071 s]
/proc/loadavg: 0.85 1.40 2.58 5/305 17793
/proc/meminfo: memFree=20662380/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=17836 CPUtime=3.08 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 1904 0 0 0 308 0 0 0 25 0 1 0 657667495 18264064 1844 33554432000 4194304 4394578 140736263645648 18446744073709551615 4298647 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 4459 1844 267 49 0 1600 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17836

[startup+6.3011 s]
/proc/loadavg: 1.10 1.44 2.59 5/305 17793
/proc/meminfo: memFree=20650128/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=22572 CPUtime=6.28 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 3091 0 0 0 628 0 0 0 25 0 1 0 657667495 23113728 3031 33554432000 4194304 4394578 140736263645648 18446744073709551615 4296329 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 5643 3031 267 49 0 2784 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 22572

[startup+12.701 s]
/proc/loadavg: 1.33 1.49 2.60 5/305 17793
/proc/meminfo: memFree=20630912/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=30300 CPUtime=12.68 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 5005 0 0 0 1268 0 0 0 25 0 1 0 657667495 31027200 4945 33554432000 4194304 4394578 140736263645648 18446744073709551615 4299105 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 7575 4945 267 49 0 4716 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 30300

[startup+25.5007 s]
/proc/loadavg: 1.92 1.61 2.62 5/305 17794
/proc/meminfo: memFree=20604644/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=48024 CPUtime=25.48 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 9434 0 0 0 2547 1 0 0 25 0 1 0 657667495 49176576 9374 33554432000 4194304 4394578 140736263645648 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 12006 9374 267 49 0 9147 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 48024

[startup+51.1011 s]
/proc/loadavg: 2.63 1.80 2.65 5/305 17795
/proc/meminfo: memFree=20555732/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=84732 CPUtime=51.09 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 18629 0 0 0 5106 3 0 0 25 0 1 0 657667495 86765568 18569 33554432000 4194304 4394578 140736263645648 18446744073709551615 4288296 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 21183 18569 267 49 0 18324 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 84732

[startup+102.311 s]
/proc/loadavg: 3.40 2.14 2.72 5/305 17796
/proc/meminfo: memFree=20473144/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=143608 CPUtime=102.29 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 33342 0 0 0 10223 6 0 0 25 0 1 0 657667495 147054592 33282 33554432000 4194304 4394578 140736263645648 18446744073709551615 4316075 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 35902 33282 267 49 0 33043 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 143608

[startup+162.3 s]
/proc/loadavg: 3.78 2.47 2.80 5/305 17797
/proc/meminfo: memFree=20392508/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=208856 CPUtime=162.29 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 49645 0 0 0 16219 10 0 0 25 0 1 0 657667495 213868544 49585 33554432000 4194304 4394578 140736263645648 18446744073709551615 4296423 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 52214 49585 267 49 0 49355 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 208856

[startup+222.301 s]
/proc/loadavg: 3.92 2.75 2.87 5/305 17808
/proc/meminfo: memFree=20288484/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=292384 CPUtime=222.29 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 70540 0 0 0 22213 16 0 0 25 0 1 0 657667495 299401216 70480 33554432000 4194304 4394578 140736263645648 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 73096 70480 267 49 0 70237 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 292384

[startup+282.301 s]
/proc/loadavg: 3.97 2.97 2.94 5/305 17810
/proc/meminfo: memFree=20233904/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=336904 CPUtime=282.3 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 81646 0 0 0 28212 18 0 0 25 0 1 0 657667495 344989696 81586 33554432000 4194304 4394578 140736263645648 18446744073709551615 4323462 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 84226 81586 267 49 0 81367 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 336904

[startup+342.3 s]
/proc/loadavg: 4.07 3.17 3.01 5/305 17811
/proc/meminfo: memFree=20132568/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=425316 CPUtime=342.29 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 103761 0 0 0 34206 23 0 0 25 0 1 0 657667495 435523584 103701 33554432000 4194304 4394578 140736263645648 18446744073709551615 4313440 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 106329 103701 267 49 0 103470 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 425316

[startup+402.301 s]
/proc/loadavg: 4.13 3.35 3.08 5/305 17816
/proc/meminfo: memFree=20039692/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=509056 CPUtime=402.3 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 124696 0 0 0 40203 27 0 0 25 0 1 0 657667495 521273344 124636 33554432000 4194304 4394578 140736263645648 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 127264 124636 267 49 0 124405 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 509056

[startup+462.301 s]
/proc/loadavg: 4.09 3.48 3.14 5/305 17817
/proc/meminfo: memFree=19961344/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=575480 CPUtime=462.29 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 141315 0 0 0 46200 29 0 0 25 0 1 0 657667495 589291520 141255 33554432000 4194304 4394578 140736263645648 18446744073709551615 4309132 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 143870 141255 267 49 0 141011 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 575480

[startup+522.3 s]
/proc/loadavg: 4.11 3.60 3.20 5/305 17819
/proc/meminfo: memFree=19867708/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=659364 CPUtime=522.3 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 162280 0 0 0 52195 35 0 0 25 0 1 0 657667495 675188736 162220 33554432000 4194304 4394578 140736263645648 18446744073709551615 232335550893 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 164841 162220 267 49 0 161982 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 659364

[startup+582.301 s]
/proc/loadavg: 4.04 3.67 3.25 5/305 17821
/proc/meminfo: memFree=19825524/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=693152 CPUtime=582.3 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 170713 0 0 0 58194 36 0 0 25 0 1 0 657667495 709787648 170653 33554432000 4194304 4394578 140736263645648 18446744073709551615 4296335 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 173288 170653 267 49 0 170429 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 693152

[startup+642.301 s]
/proc/loadavg: 4.01 3.73 3.29 5/305 17822
/proc/meminfo: memFree=19776160/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=734412 CPUtime=642.31 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 181026 0 0 0 64192 39 0 0 25 0 1 0 657667495 752037888 180966 33554432000 4194304 4394578 140736263645648 18446744073709551615 4290847 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 183603 180966 267 49 0 180744 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 734412

[startup+702.3 s]
/proc/loadavg: 4.04 3.79 3.34 5/305 17824
/proc/meminfo: memFree=19686596/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=817856 CPUtime=702.3 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 201903 0 0 0 70188 42 0 0 25 0 1 0 657667495 837484544 201843 33554432000 4194304 4394578 140736263645648 18446744073709551615 232335553221 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 204464 201843 267 49 0 201605 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 817856

[startup+762.312 s]
/proc/loadavg: 4.06 3.84 3.38 5/305 17825
/proc/meminfo: memFree=19613920/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=884944 CPUtime=762.31 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 218686 0 0 0 76185 46 0 0 25 0 1 0 657667495 906182656 218626 33554432000 4194304 4394578 140736263645648 18446744073709551615 232335541336 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 221236 218626 267 49 0 218377 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 884944

[startup+822.301 s]
/proc/loadavg: 4.08 3.88 3.42 5/305 17827
/proc/meminfo: memFree=19526228/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=970380 CPUtime=822.31 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 240023 0 0 0 82180 51 0 0 25 0 1 0 657667495 993669120 239963 33554432000 4194304 4394578 140736263645648 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 242595 239963 267 49 0 239736 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 970380

[startup+882.3 s]
/proc/loadavg: 4.03 3.90 3.46 5/305 17829
/proc/meminfo: memFree=19437676/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=1052316 CPUtime=882.31 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 260527 0 0 0 88174 57 0 0 25 0 1 0 657667495 1077571584 260467 33554432000 4194304 4394578 140736263645648 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 263079 260467 267 49 0 260220 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1052316

[startup+942.301 s]
/proc/loadavg: 4.09 3.94 3.50 5/305 17830
/proc/meminfo: memFree=19388672/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=1097180 CPUtime=942.31 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 271743 0 0 0 94172 59 0 0 25 0 1 0 657667495 1123512320 271683 33554432000 4194304 4394578 140736263645648 18446744073709551615 4313627 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 274295 271683 267 49 0 271436 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 1097180

[startup+1002.3 s]
/proc/loadavg: 4.09 3.97 3.53 5/305 17832
/proc/meminfo: memFree=19295404/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=1186132 CPUtime=1002.31 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 293965 0 0 0 100168 63 0 0 25 0 1 0 657667495 1214599168 293905 33554432000 4194304 4394578 140736263645648 18446744073709551615 4285584 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 296533 293905 267 49 0 293674 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 1186132

[startup+1062.3 s]
/proc/loadavg: 4.14 4.00 3.57 5/305 17833
/proc/meminfo: memFree=19225680/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=1253516 CPUtime=1062.31 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 310808 0 0 0 106164 67 0 0 25 0 1 0 657667495 1283600384 310748 33554432000 4194304 4394578 140736263645648 18446744073709551615 4287920 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 313379 310748 267 49 0 310520 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 1253516

[startup+1122.3 s]
/proc/loadavg: 4.05 4.00 3.59 5/305 17835
/proc/meminfo: memFree=19140464/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=1334124 CPUtime=1122.31 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 330972 0 0 0 112160 71 0 0 25 0 1 0 657667495 1366142976 330912 33554432000 4194304 4394578 140736263645648 18446744073709551615 4299053 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 333531 330912 267 49 0 330672 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 1334124

[startup+1182.3 s]
/proc/loadavg: 4.02 4.00 3.61 5/305 17837
/proc/meminfo: memFree=19058208/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=1411816 CPUtime=1182.32 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 350393 0 0 0 118157 75 0 0 25 0 1 0 657667495 1445699584 350333 33554432000 4194304 4394578 140736263645648 18446744073709551615 4296489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 352954 350333 267 49 0 350095 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 1411816

[startup+1242.3 s]
/proc/loadavg: 4.05 4.01 3.64 5/305 17838
/proc/meminfo: memFree=19053724/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=1411816 CPUtime=1242.32 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 350395 0 0 0 124157 75 0 0 25 0 1 0 657667495 1445699584 350335 33554432000 4194304 4394578 140736263645648 18446744073709551615 4296785 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 352954 350335 267 49 0 350095 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 1411816



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.01 3.66 5/305 17840
/proc/meminfo: memFree=19049236/32951124 swapFree=66457188/67111528
[pid=17737] ppid=17735 vsize=1411816 CPUtime=1300.03 cores=0,2
/proc/17737/stat : 17737 (SApperloT2010) R 17735 17737 17096 0 -1 4202496 350395 0 0 0 129928 75 0 0 25 0 1 0 657667495 1445699584 350335 33554432000 4194304 4394578 140736263645648 18446744073709551615 4292899 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/17737/statm: 352954 350335 267 49 0 350095 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1411816

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.08
CPU time (s): 1300.1
CPU user time (s): 1299.29
CPU system time (s): 0.815875
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1411816

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

runsolver used 3.76843 second user time and 8.07177 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 13:58:13
IDJOB=3379840
IDBENCH=85780
IDSOLVER=1862
FILE ID=node132/3379840-1305460693
RUNJOBID= node132-1305460693-17723
PBS_JOBID= 13324896
Free space on /tmp= 73368 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT05/crafted/markstrom05/eulcbip/eulcbip-7-UNSAT.shuffled-as.sat05-3936.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379840-1305460693/watcher-3379840-1305460693 -o /tmp/evaluation-result-3379840-1305460693/solver-3379840-1305460693 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379840-1305460693.cnf

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

MD5SUM BENCH= 151ccdb2c52c7f525fde5dca388bb6e6
RANDOM SEED=1284509451

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.75
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.833
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.77
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.833
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.67
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.833
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.82
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.833
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20712024 kB
Buffers:        300256 kB
Cached:        5898688 kB
SwapCached:       6904 kB
Active:        5503576 kB
Inactive:      6423660 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20712024 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:              92 kB
Writeback:           0 kB
AnonPages:     5726664 kB
Mapped:          19084 kB
Slab:           223248 kB
PageTables:      25744 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 35235604 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73368 MiB
End job on node132 at 2011-05-15 14:19:55