Trace number 3439223

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) 5000.05 4999.92

General information on the benchmark

NameSAT03/handmade/gomes/bqwh/
bqwh.50.825.shuffled-as.sat03-1648.cnf
MD5SUM05a191325d89de504821b55dea51ca7f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.04769
Satisfiable
(Un)Satisfiability was proved
Number of variables4979
Number of clauses43754
Sum of the clauses size97507
Maximum clause length12
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 241316
Number of clauses of size 3117
Number of clauses of size 4287
Number of clauses of size 5525
Number of clauses of size over 51509

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: 977)

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-3439223-1307649757/watcher-3439223-1307649757 -o /tmp/evaluation-result-3439223-1307649757/solver-3439223-1307649757 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3439223-1307649757.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.73 6.80 7.55 2/174 5631
/proc/meminfo: memFree=32512756/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=13344 CPUtime=0 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 666 0 0 0 0 0 0 0 24 0 1 0 857391522 13664256 606 33554432000 4194304 4394578 140736400676848 18446744073709551615 233509958341 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5631/statm: 3336 606 247 49 0 477 0

[startup+0.0855739 s]
/proc/loadavg: 4.73 6.80 7.55 2/174 5631
/proc/meminfo: memFree=32512756/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=17048 CPUtime=0.07 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 1589 0 0 0 7 0 0 0 24 0 1 0 857391522 17457152 1528 33554432000 4194304 4394578 140736400676848 18446744073709551615 233510322071 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5631/statm: 4262 1528 255 49 0 1403 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17048

[startup+0.100492 s]
/proc/loadavg: 4.73 6.80 7.55 2/174 5631
/proc/meminfo: memFree=32512756/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=17048 CPUtime=0.09 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 1589 0 0 0 9 0 0 0 24 0 1 0 857391522 17457152 1528 33554432000 4194304 4394578 140736400676848 18446744073709551615 233510322071 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5631/statm: 4262 1528 255 49 0 1403 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 17048

[startup+0.300567 s]
/proc/loadavg: 4.73 6.80 7.55 2/174 5631
/proc/meminfo: memFree=32512756/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=20988 CPUtime=0.29 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 2769 0 0 0 29 0 0 0 25 0 1 0 857391522 21491712 2536 33554432000 4194304 4394578 140736400676848 18446744073709551615 4313429 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5631/statm: 5247 2536 267 49 0 2388 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20988

[startup+0.700482 s]
/proc/loadavg: 4.73 6.80 7.55 2/174 5631
/proc/meminfo: memFree=32512756/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=24896 CPUtime=0.68 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 3758 0 0 0 68 0 0 0 25 0 1 0 857391522 25493504 3525 33554432000 4194304 4394578 140736400676848 18446744073709551615 233509958341 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5631/statm: 6224 3525 267 49 0 3365 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 24896

[startup+1.50031 s]
/proc/loadavg: 4.51 6.72 7.52 3/178 5642
/proc/meminfo: memFree=32475392/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=30920 CPUtime=1.49 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 5250 0 0 0 148 1 0 0 25 0 1 0 857391522 31662080 5017 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5631/statm: 7730 5018 267 49 0 4871 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30920

[startup+3.10105 s]
/proc/loadavg: 4.51 6.72 7.52 3/178 5642
/proc/meminfo: memFree=32457288/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=36836 CPUtime=3.09 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 6706 0 0 0 308 1 0 0 25 0 1 0 857391522 37720064 6473 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5631/statm: 9209 6473 267 49 0 6350 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36836

[startup+6.30049 s]
/proc/loadavg: 4.51 6.72 7.52 3/178 5642
/proc/meminfo: memFree=32441160/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=40800 CPUtime=6.29 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 7712 0 0 0 628 1 0 0 25 0 1 0 857391522 41779200 7479 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5631/statm: 10200 7479 267 49 0 7341 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40800

[startup+12.7003 s]
/proc/loadavg: 4.12 6.57 7.46 3/178 5642
/proc/meminfo: memFree=32421944/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=49136 CPUtime=12.69 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 9782 0 0 0 1268 1 0 0 25 0 1 0 857391522 50315264 9549 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/5631/statm: 12284 9549 267 49 0 9425 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49136

[startup+25.5011 s]
/proc/loadavg: 3.80 6.41 7.40 3/178 5643
/proc/meminfo: memFree=32407564/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=53768 CPUtime=25.49 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 10952 0 0 0 2548 1 0 0 25 0 1 0 857391522 55058432 10719 33554432000 4194304 4394578 140736400676848 18446744073709551615 4313440 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 13442 10719 267 49 0 10583 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53768

[startup+51.1004 s]
/proc/loadavg: 3.18 6.06 7.26 3/178 5643
/proc/meminfo: memFree=32384712/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=57612 CPUtime=51.09 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 11911 0 0 0 5107 2 0 0 25 0 1 0 857391522 58994688 11678 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 14403 11678 267 49 0 11544 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 57612

[startup+102.306 s]
/proc/loadavg: 2.47 5.37 6.95 3/178 5645
/proc/meminfo: memFree=32360492/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=62112 CPUtime=102.29 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 13041 0 0 0 10227 2 0 0 25 0 1 0 857391522 63602688 12808 33554432000 4194304 4394578 140736400676848 18446744073709551615 4287795 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 15528 12808 267 49 0 12669 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 62112

[startup+162.301 s]
/proc/loadavg: 2.17 4.76 6.64 3/178 5646
/proc/meminfo: memFree=32324480/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=80284 CPUtime=162.29 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 17550 0 0 0 16227 2 0 0 25 0 1 0 857391522 82210816 17317 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 20071 17317 267 49 0 17212 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 80284

[startup+222.301 s]
/proc/loadavg: 2.06 4.25 6.35 3/178 5648
/proc/meminfo: memFree=32315136/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=80284 CPUtime=222.3 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 17552 0 0 0 22227 3 0 0 25 0 1 0 857391522 82210816 17319 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 20071 17319 267 49 0 17212 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 80284

[startup+282.301 s]
/proc/loadavg: 2.02 3.84 6.07 3/178 5649
/proc/meminfo: memFree=32285680/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=100752 CPUtime=282.3 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 22592 0 0 0 28226 4 0 0 25 0 1 0 857391522 103170048 22359 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 25188 22359 267 49 0 22329 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 100752

[startup+342.3 s]
/proc/loadavg: 2.01 3.50 5.81 3/178 5651
/proc/meminfo: memFree=32274844/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=100752 CPUtime=342.3 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 22592 0 0 0 34226 4 0 0 25 0 1 0 857391522 103170048 22359 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 25188 22359 267 49 0 22329 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 100752

[startup+402.301 s]
/proc/loadavg: 2.00 3.23 5.57 3/178 5653
/proc/meminfo: memFree=32270324/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=100752 CPUtime=402.3 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 22595 0 0 0 40226 4 0 0 25 0 1 0 857391522 103170048 22362 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298711 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 25188 22362 267 49 0 22329 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 100752

[startup+462.301 s]
/proc/loadavg: 2.00 3.00 5.34 3/178 5654
/proc/meminfo: memFree=32263204/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=100752 CPUtime=462.3 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 22596 0 0 0 46226 4 0 0 25 0 1 0 857391522 103170048 22363 33554432000 4194304 4394578 140736400676848 18446744073709551615 4313550 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 25188 22363 267 49 0 22329 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 100752

[startup+522.301 s]
/proc/loadavg: 2.00 2.82 5.13 3/178 5656
/proc/meminfo: memFree=32253964/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=104920 CPUtime=522.31 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 23608 0 0 0 52226 5 0 0 25 0 1 0 857391522 107438080 23375 33554432000 4194304 4394578 140736400676848 18446744073709551615 4287382 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 26230 23375 267 49 0 23371 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 104920

[startup+582.3 s]
/proc/loadavg: 2.00 2.66 4.93 3/178 5658
/proc/meminfo: memFree=32240388/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=114472 CPUtime=582.3 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 25927 0 0 0 58224 6 0 0 25 0 1 0 857391522 117219328 25694 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 28618 25694 267 49 0 25759 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 114472

[startup+642.301 s]

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

[startup+4062.31 s]
/proc/loadavg: 2.00 2.00 2.04 3/178 5762
/proc/meminfo: memFree=31916332/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=267472 CPUtime=4062.41 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 63146 0 0 0 406220 21 0 0 25 0 1 0 857391522 273891328 62740 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298321 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 66868 62740 267 49 0 64009 0
Current children cumulated CPU time (s) 4062.41
Current children cumulated vsize (KiB) 267472

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/178 5764
/proc/meminfo: memFree=31913544/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=267472 CPUtime=4122.4 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 63147 0 0 0 412219 21 0 0 25 0 1 0 857391522 273891328 62741 33554432000 4194304 4394578 140736400676848 18446744073709551615 4288108 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 66868 62741 267 49 0 64009 0
Current children cumulated CPU time (s) 4122.4
Current children cumulated vsize (KiB) 267472

[startup+4182.3 s]
/proc/loadavg: 2.00 2.00 2.03 3/178 5766
/proc/meminfo: memFree=31910616/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=267472 CPUtime=4182.41 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 63147 0 0 0 418219 22 0 0 25 0 1 0 857391522 273891328 62741 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 66868 62741 267 49 0 64009 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 267472

[startup+4242.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/178 5767
/proc/meminfo: memFree=31908712/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=267472 CPUtime=4242.41 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 63147 0 0 0 424219 22 0 0 25 0 1 0 857391522 273891328 62741 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 66868 62741 267 49 0 64009 0
Current children cumulated CPU time (s) 4242.41
Current children cumulated vsize (KiB) 267472

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/178 5769
/proc/meminfo: memFree=31902208/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=274716 CPUtime=4302.4 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 64829 0 0 0 430218 22 0 0 25 0 1 0 857391522 281309184 64423 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 68679 64423 267 49 0 65820 0
Current children cumulated CPU time (s) 4302.4
Current children cumulated vsize (KiB) 274716

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/178 5770
/proc/meminfo: memFree=31899784/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=276740 CPUtime=4362.4 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 65278 0 0 0 436218 22 0 0 25 0 1 0 857391522 283381760 64872 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298896 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 69185 64872 267 49 0 66326 0
Current children cumulated CPU time (s) 4362.4
Current children cumulated vsize (KiB) 276740

[startup+4422.3 s]
/proc/loadavg: 2.12 2.03 2.02 3/178 5772
/proc/meminfo: memFree=31898864/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=276740 CPUtime=4422.4 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 65278 0 0 0 442218 22 0 0 25 0 1 0 857391522 283381760 64872 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 69185 64872 267 49 0 66326 0
Current children cumulated CPU time (s) 4422.4
Current children cumulated vsize (KiB) 276740

[startup+4482.3 s]
/proc/loadavg: 2.04 2.02 2.01 3/178 5773
/proc/meminfo: memFree=31889368/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=281628 CPUtime=4482.41 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 66432 0 0 0 448218 23 0 0 25 0 1 0 857391522 288387072 66026 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 70407 66026 267 49 0 67548 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 281628

[startup+4542.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/178 5775
/proc/meminfo: memFree=31888572/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=281628 CPUtime=4542.41 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 66432 0 0 0 454218 23 0 0 25 0 1 0 857391522 288387072 66026 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 70407 66026 267 49 0 67548 0
Current children cumulated CPU time (s) 4542.41
Current children cumulated vsize (KiB) 281628

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 5777
/proc/meminfo: memFree=31888272/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=281628 CPUtime=4602.42 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 66432 0 0 0 460219 23 0 0 25 0 1 0 857391522 288387072 66026 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 70407 66026 267 49 0 67548 0
Current children cumulated CPU time (s) 4602.42
Current children cumulated vsize (KiB) 281628

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/178 5778
/proc/meminfo: memFree=31884248/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=286008 CPUtime=4662.42 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 67591 0 0 0 466218 24 0 0 25 0 1 0 857391522 292872192 67024 33554432000 4194304 4394578 140736400676848 18446744073709551615 4291928 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 71502 67024 267 49 0 68643 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 286008

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5780
/proc/meminfo: memFree=31874144/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=295984 CPUtime=4722.42 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 70059 0 0 0 472218 24 0 0 25 0 1 0 857391522 303087616 69492 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 73996 69492 267 49 0 71137 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 295984

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5781
/proc/meminfo: memFree=31874080/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=295984 CPUtime=4782.42 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 70068 0 0 0 478217 25 0 0 25 0 1 0 857391522 303087616 69501 33554432000 4194304 4394578 140736400676848 18446744073709551615 4287937 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 73996 69501 267 49 0 71137 0
Current children cumulated CPU time (s) 4782.42
Current children cumulated vsize (KiB) 295984

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5783
/proc/meminfo: memFree=31870912/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=297596 CPUtime=4842.42 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 70457 0 0 0 484217 25 0 0 25 0 1 0 857391522 304738304 69890 33554432000 4194304 4394578 140736400676848 18446744073709551615 4327664 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 74399 69890 267 49 0 71540 0
Current children cumulated CPU time (s) 4842.42
Current children cumulated vsize (KiB) 297596

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 5785
/proc/meminfo: memFree=31865272/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=303332 CPUtime=4902.42 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 71676 0 0 0 490217 25 0 0 25 0 1 0 857391522 310611968 71109 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 75833 71109 267 49 0 72974 0
Current children cumulated CPU time (s) 4902.42
Current children cumulated vsize (KiB) 303332

[startup+4962.3 s]
/proc/loadavg: 2.08 2.02 2.01 3/178 5789
/proc/meminfo: memFree=31864684/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=303332 CPUtime=4962.42 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 71676 0 0 0 496217 25 0 0 25 0 1 0 857391522 310611968 71109 33554432000 4194304 4394578 140736400676848 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 75833 71109 267 49 0 72974 0
Current children cumulated CPU time (s) 4962.42
Current children cumulated vsize (KiB) 303332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.09 2.03 2.01 3/178 5790
/proc/meminfo: memFree=31864776/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=303332 CPUtime=5000.03 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 71676 0 0 0 499978 25 0 0 25 0 1 0 857391522 310611968 71109 33554432000 4194304 4394578 140736400676848 18446744073709551615 4335417 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 75833 71109 267 49 0 72974 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 303332

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

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

[startup+4999.9 s]
/proc/loadavg: 2.09 2.03 2.01 3/178 5790
/proc/meminfo: memFree=31864776/32951124 swapFree=67056964/67111528
[pid=5631] ppid=5629 vsize=303332 CPUtime=5000.03 cores=0,2,4,6
/proc/5631/stat : 5631 (SApperloT2010) R 5629 5631 4755 0 -1 4202496 71676 0 0 0 499978 25 0 0 25 0 1 0 857391522 310611968 71109 33554432000 4194304 4394578 140736400676848 18446744073709551615 4335417 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/5631/statm: 75833 71109 267 49 0 72974 0
Current children cumulated CPU time (s) 5000.03
Current children cumulated vsize (KiB) 303332

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.05
CPU user time (s): 4999.78
CPU system time (s): 0.272958
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 303332

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

runsolver used 7.39188 second user time and 15.3927 second system time

The end

Launcher Data

Begin job on node145 at 2011-06-09 22:02:37
IDJOB=3439223
IDBENCH=83796
IDSOLVER=1933
FILE ID=node145/3439223-1307649757
RUNJOBID= node145-1307649757-5613
PBS_JOBID= 13549405
Free space on /tmp= 74200 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/gomes/bqwh/bqwh.50.825.shuffled-as.sat03-1648.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439223-1307649757/watcher-3439223-1307649757 -o /tmp/evaluation-result-3439223-1307649757/solver-3439223-1307649757 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439223-1307649757.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 05a191325d89de504821b55dea51ca7f
RANDOM SEED=464891286

node145.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.786
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.57
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.786
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.76
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.786
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.786
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.83
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.786
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.82
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.786
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.74
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.786
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.84
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.786
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.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32513192 kB
Buffers:         54136 kB
Cached:         224860 kB
SwapCached:       7944 kB
Active:          92624 kB
Inactive:       205788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32513192 kB
SwapTotal:    67111528 kB
SwapFree:     67056964 kB
Dirty:             800 kB
Writeback:           0 kB
AnonPages:       16552 kB
Mapped:          12844 kB
Slab:            74140 kB
PageTables:       4404 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185176 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= 74196 MiB
End job on node145 at 2011-06-09 23:25:59