Trace number 3438738

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.34 5000.35

General information on the benchmark

Namecrafted/mosoi/289/
289-unsat-5x41.cnf
MD5SUM420773b7b438dd18c8a88a15fb5bcae1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables820
Number of clauses34235
Sum of the clauses size134480
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21230
Number of clauses of size 30
Number of clauses of size 433005
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: 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-3438738-1306894838/watcher-3438738-1306894838 -o /tmp/evaluation-result-3438738-1306894838/solver-3438738-1306894838 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438738-1306894838.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: 2.04 2.01 2.00 2/477 8476
/proc/meminfo: memFree=7175248/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=13632 CPUtime=0 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 759 0 0 0 0 0 0 0 25 0 1 0 781899178 13959168 698 33554432000 4194304 4394578 140737350151872 18446744073709551615 254261277381 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8476/statm: 3408 698 247 49 0 549 0

[startup+0.101353 s]
/proc/loadavg: 2.04 2.01 2.00 2/477 8476
/proc/meminfo: memFree=7175248/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=21544 CPUtime=0.09 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 2956 0 0 0 9 0 0 0 25 0 1 0 781899178 22061056 2760 33554432000 4194304 4394578 140737350151872 18446744073709551615 4295977 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8476/statm: 5386 2760 267 49 0 2527 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21544

[startup+0.200316 s]
/proc/loadavg: 2.04 2.01 2.00 2/477 8476
/proc/meminfo: memFree=7175248/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=23680 CPUtime=0.19 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 3495 0 0 0 19 0 0 0 25 0 1 0 781899178 24248320 3299 33554432000 4194304 4394578 140737350151872 18446744073709551615 4346339 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8476/statm: 5920 3299 267 49 0 3061 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 23680

[startup+0.300304 s]
/proc/loadavg: 2.04 2.01 2.00 2/477 8476
/proc/meminfo: memFree=7175248/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=25488 CPUtime=0.29 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 3951 0 0 0 29 0 0 0 25 0 1 0 781899178 26099712 3755 33554432000 4194304 4394578 140737350151872 18446744073709551615 4309146 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8476/statm: 6372 3755 267 49 0 3513 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25488

[startup+0.700236 s]
/proc/loadavg: 2.04 2.01 2.00 2/477 8476
/proc/meminfo: memFree=7175248/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=28344 CPUtime=0.68 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 4631 0 0 0 68 0 0 0 25 0 1 0 781899178 29024256 4435 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298743 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8476/statm: 7086 4435 267 49 0 4227 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 28344

[startup+1.50106 s]
/proc/loadavg: 2.04 2.01 2.00 3/478 8477
/proc/meminfo: memFree=7154044/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=34656 CPUtime=1.49 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 6116 0 0 0 148 1 0 0 25 0 1 0 781899178 35487744 5920 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8476/statm: 8664 5920 267 49 0 5805 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34656

[startup+3.10081 s]
/proc/loadavg: 2.04 2.01 2.00 3/478 8477
/proc/meminfo: memFree=7142016/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=44572 CPUtime=3.09 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 8500 0 0 0 308 1 0 0 25 0 1 0 781899178 45641728 8304 33554432000 4194304 4394578 140737350151872 18446744073709551615 4346169 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8476/statm: 11143 8304 267 49 0 8284 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44572

[startup+6.30025 s]
/proc/loadavg: 2.04 2.01 2.00 3/478 8477
/proc/meminfo: memFree=7124388/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=58840 CPUtime=6.29 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 11887 0 0 0 628 1 0 0 25 0 1 0 781899178 60252160 11691 33554432000 4194304 4394578 140737350151872 18446744073709551615 4313555 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8476/statm: 14710 11691 267 49 0 11851 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58840

[startup+12.7011 s]
/proc/loadavg: 2.03 2.01 2.00 3/478 8477
/proc/meminfo: memFree=7084304/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=89248 CPUtime=12.69 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 19156 0 0 0 1266 3 0 0 25 0 1 0 781899178 91389952 18960 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8476/statm: 22312 18960 267 49 0 19453 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 89248

[startup+25.5009 s]
/proc/loadavg: 2.02 2.01 2.00 3/478 8478
/proc/meminfo: memFree=7027284/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=144396 CPUtime=25.49 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 32482 0 0 0 2544 5 0 0 25 0 1 0 781899178 147861504 32286 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8476/statm: 36099 32286 267 49 0 33240 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 144396

[startup+51.1013 s]
/proc/loadavg: 2.08 2.03 2.00 3/478 8478
/proc/meminfo: memFree=6935228/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=217084 CPUtime=51.09 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 49956 0 0 0 5101 8 0 0 25 0 1 0 781899178 222294016 49760 33554432000 4194304 4394578 140737350151872 18446744073709551615 4345981 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8476/statm: 54271 49760 267 49 0 51412 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 217084

[startup+102.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/478 8480
/proc/meminfo: memFree=6754920/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=352832 CPUtime=102.3 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 82744 0 0 0 10217 13 0 0 25 0 1 0 781899178 361299968 82497 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8476/statm: 88208 82497 267 49 0 85349 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 352832

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/478 8481
/proc/meminfo: memFree=6609820/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=479380 CPUtime=162.29 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 113082 0 0 0 16210 19 0 0 25 0 1 0 781899178 490885120 112835 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8476/statm: 119845 112835 267 49 0 116986 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 479380

[startup+222.318 s]
/proc/loadavg: 2.00 2.01 2.00 3/478 8483
/proc/meminfo: memFree=6467332/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=581448 CPUtime=222.31 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 137946 0 0 0 22207 24 0 0 25 0 1 0 781899178 595402752 137643 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8476/statm: 145362 137643 267 49 0 142503 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 581448

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/478 8487
/proc/meminfo: memFree=6304848/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=699784 CPUtime=282.3 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 166484 0 0 0 28201 29 0 0 25 0 1 0 781899178 716578816 166181 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8476/statm: 174946 166181 267 49 0 172087 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 699784

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/478 8489
/proc/meminfo: memFree=6154500/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=795220 CPUtime=342.29 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 189606 0 0 0 34195 34 0 0 25 0 1 0 781899178 814305280 189303 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8476/statm: 198805 189303 267 49 0 195946 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 795220

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/478 8491
/proc/meminfo: memFree=6098680/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=810044 CPUtime=402.28 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 192944 0 0 0 40194 34 0 0 25 0 1 0 781899178 829485056 192641 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8476/statm: 202511 192641 267 49 0 199652 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 810044

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/478 8492
/proc/meminfo: memFree=6024636/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=834720 CPUtime=462.28 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 198872 0 0 0 46193 35 0 0 25 0 1 0 781899178 854753280 198569 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8476/statm: 208680 198569 267 49 0 205821 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 834720

[startup+522.301 s]
/proc/loadavg: 2.11 2.03 2.01 3/478 8494
/proc/meminfo: memFree=5885616/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=924960 CPUtime=522.28 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 220701 0 0 0 52190 38 0 0 25 0 1 0 781899178 947159040 220398 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8476/statm: 231240 220398 267 49 0 228381 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 924960

[startup+582.301 s]
/proc/loadavg: 2.18 2.07 2.02 3/478 8495
/proc/meminfo: memFree=5760232/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=993508 CPUtime=582.28 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 237162 0 0 0 58187 41 0 0 25 0 1 0 781899178 1017352192 236859 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/8476/statm: 248377 236859 267 49 0 245518 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 993508

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.09 2.06 2.02 3/478 8606
/proc/meminfo: memFree=97500/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=5082916 CPUtime=4062.28 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 1244365 0 0 0 405987 241 0 0 25 0 1 0 781899178 5204905984 1243494 33554432000 4194304 4394578 140737350151872 18446744073709551615 4345926 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/8476/statm: 1270729 1243494 267 49 0 1267870 0
Current children cumulated CPU time (s) 4062.28
Current children cumulated vsize (KiB) 5082916

[startup+4122.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/478 8608
/proc/meminfo: memFree=96920/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=5215780 CPUtime=4122.27 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 1277484 0 0 0 411979 248 0 0 25 0 1 0 781899178 5340958720 1276613 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/8476/statm: 1303945 1276613 267 49 0 1301086 0
Current children cumulated CPU time (s) 4122.27
Current children cumulated vsize (KiB) 5215780

[startup+4182.32 s]
/proc/loadavg: 2.01 2.04 2.01 3/478 8609
/proc/meminfo: memFree=97276/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=5259808 CPUtime=4182.28 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 1288389 0 0 0 417978 250 0 0 25 0 1 0 781899178 5386043392 1287518 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298829 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/8476/statm: 1314952 1287518 267 49 0 1312093 0
Current children cumulated CPU time (s) 4182.28
Current children cumulated vsize (KiB) 5259808

[startup+4242.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/478 8611
/proc/meminfo: memFree=92384/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=5263904 CPUtime=4242.27 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 1289235 0 0 0 423977 250 0 0 25 0 1 0 781899178 5390237696 1288364 33554432000 4194304 4394578 140737350151872 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/8476/statm: 1315976 1288364 267 49 0 1313117 0
Current children cumulated CPU time (s) 4242.27
Current children cumulated vsize (KiB) 5263904

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 8613
/proc/meminfo: memFree=98392/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=5265440 CPUtime=4302.27 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 1289599 0 0 0 429976 251 0 0 25 0 1 0 781899178 5391810560 1288728 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/8476/statm: 1316360 1288728 267 49 0 1313501 0
Current children cumulated CPU time (s) 4302.27
Current children cumulated vsize (KiB) 5265440

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/478 8614
/proc/meminfo: memFree=96212/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=5267492 CPUtime=4362.27 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 1290073 0 0 0 435976 251 0 0 25 0 1 0 781899178 5393911808 1289202 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/8476/statm: 1316873 1289202 267 49 0 1314014 0
Current children cumulated CPU time (s) 4362.27
Current children cumulated vsize (KiB) 5267492

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/478 8616
/proc/meminfo: memFree=93156/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=5269556 CPUtime=4422.27 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 1290578 0 0 0 441976 251 0 0 25 0 1 0 781899178 5396025344 1289611 33554432000 4194304 4394578 140737350151872 18446744073709551615 4287531 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/8476/statm: 1317389 1289611 267 49 0 1314530 0
Current children cumulated CPU time (s) 4422.27
Current children cumulated vsize (KiB) 5269556

[startup+4482.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/478 8617
/proc/meminfo: memFree=93452/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=5269556 CPUtime=4482.27 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 1290587 0 0 0 447976 251 0 0 25 0 1 0 781899178 5396025344 1289620 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/8476/statm: 1317389 1289620 267 49 0 1314530 0
Current children cumulated CPU time (s) 4482.27
Current children cumulated vsize (KiB) 5269556

[startup+4542.3 s]
/proc/loadavg: 2.19 2.06 2.01 3/478 8619
/proc/meminfo: memFree=93300/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=5269556 CPUtime=4542.27 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 1290617 0 0 0 453976 251 0 0 25 0 1 0 781899178 5396025344 1289650 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/8476/statm: 1317389 1289650 267 49 0 1314530 0
Current children cumulated CPU time (s) 4542.27
Current children cumulated vsize (KiB) 5269556

[startup+4602.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/478 8621
/proc/meminfo: memFree=94672/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=5271360 CPUtime=4602.27 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 1291069 0 0 0 459975 252 0 0 25 0 1 0 781899178 5397872640 1290006 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/8476/statm: 1317840 1290006 267 49 0 1314981 0
Current children cumulated CPU time (s) 4602.27
Current children cumulated vsize (KiB) 5271360

[startup+4662.3 s]
/proc/loadavg: 2.04 2.05 2.01 3/478 8622
/proc/meminfo: memFree=93132/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=5272900 CPUtime=4662.27 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 1291383 0 0 0 465975 252 0 0 25 0 1 0 781899178 5399449600 1290320 33554432000 4194304 4394578 140737350151872 18446744073709551615 4292188 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/8476/statm: 1318225 1290320 267 49 0 1315366 0
Current children cumulated CPU time (s) 4662.27
Current children cumulated vsize (KiB) 5272900

[startup+4722.3 s]
/proc/loadavg: 1.67 1.96 1.98 2/472 8642
/proc/meminfo: memFree=3643360/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=5274188 CPUtime=4722.29 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 1291660 0 0 0 471976 253 0 0 25 0 1 0 781899178 5400768512 1290597 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/8476/statm: 1318547 1290597 267 49 0 1315688 0
Current children cumulated CPU time (s) 4722.29
Current children cumulated vsize (KiB) 5274188

[startup+4782.3 s]
/proc/loadavg: 1.24 1.78 1.91 2/472 8643
/proc/meminfo: memFree=3643360/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=5274444 CPUtime=4782.28 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 1291711 0 0 0 477975 253 0 0 25 0 1 0 781899178 5401030656 1290648 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/8476/statm: 1318611 1290648 267 49 0 1315752 0
Current children cumulated CPU time (s) 4782.28
Current children cumulated vsize (KiB) 5274444

[startup+4842.32 s]
/proc/loadavg: 1.09 1.64 1.85 2/472 8645
/proc/meminfo: memFree=3643080/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=5274444 CPUtime=4842.3 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 1291716 0 0 0 483977 253 0 0 25 0 1 0 781899178 5401030656 1290653 33554432000 4194304 4394578 140737350151872 18446744073709551615 4296388 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/8476/statm: 1318611 1290653 267 49 0 1315752 0
Current children cumulated CPU time (s) 4842.3
Current children cumulated vsize (KiB) 5274444

[startup+4902.3 s]
/proc/loadavg: 1.03 1.52 1.80 2/472 8647
/proc/meminfo: memFree=3643064/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=5274960 CPUtime=4902.28 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 1291813 0 0 0 489975 253 0 0 25 0 1 0 781899178 5401559040 1290750 33554432000 4194304 4394578 140737350151872 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/8476/statm: 1318740 1290750 267 49 0 1315881 0
Current children cumulated CPU time (s) 4902.28
Current children cumulated vsize (KiB) 5274960

[startup+4962.3 s]
/proc/loadavg: 1.01 1.42 1.74 2/472 8648
/proc/meminfo: memFree=3642920/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=5274960 CPUtime=4962.28 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 1291865 0 0 0 495975 253 0 0 25 0 1 0 781899178 5401559040 1290802 33554432000 4194304 4394578 140737350151872 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/8476/statm: 1318740 1290802 267 49 0 1315881 0
Current children cumulated CPU time (s) 4962.28
Current children cumulated vsize (KiB) 5274960



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 1.00 1.37 1.72 2/472 8649
/proc/meminfo: memFree=3568016/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=5349848 CPUtime=5000.1 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4202496 1310558 0 0 0 499752 258 0 0 25 0 1 0 781899178 5478244352 1309495 33554432000 4194304 4394578 140737350151872 18446744073709551615 254261277381 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/8476/statm: 1337462 1309495 267 49 0 1334603 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 5349848

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

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

[startup+5000.3 s]
/proc/loadavg: 1.00 1.37 1.72 2/472 8649
/proc/meminfo: memFree=3568016/32951124 swapFree=67057928/67111528
[pid=8476] ppid=8474 vsize=0 CPUtime=5000.28 cores=0,2,4,6
/proc/8476/stat : 8476 (SApperloT2010) R 8474 8476 7414 0 -1 4203524 1310566 0 0 0 499752 276 0 0 25 0 1 0 781899178 0 0 33554432000 0 0 0 0 0 0 0 4096 6 18446744073709551615 0 0 17 0 0 0 0
/proc/8476/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 5000.28
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.35
CPU time (s): 5000.34
CPU user time (s): 4997.53
CPU system time (s): 2.81257
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 5349848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4997.53
system time used= 2.81257
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1310566
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= 6
involuntary context switches= 14527

runsolver used 24.9252 second user time and 52.366 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-01 04:20:39
IDJOB=3438738
IDBENCH=83163
IDSOLVER=1933
FILE ID=node140/3438738-1306894838
RUNJOBID= node140-1306884533-7432
PBS_JOBID= 13488436
Free space on /tmp= 57764 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/mosoi/289/289-unsat-5x41.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438738-1306894838/watcher-3438738-1306894838 -o /tmp/evaluation-result-3438738-1306894838/solver-3438738-1306894838 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3438738-1306894838.cnf

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

MD5SUM BENCH= 420773b7b438dd18c8a88a15fb5bcae1
RANDOM SEED=737579563

node140.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	: 5226.14
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.75
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.77
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.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.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.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.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.75
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:       7175400 kB
Buffers:        229588 kB
Cached:       17703552 kB
SwapCached:       6932 kB
Active:       13583444 kB
Inactive:     11515288 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7175400 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:             792 kB
Writeback:           0 kB
AnonPages:     7163892 kB
Mapped:          37792 kB
Slab:           556056 kB
PageTables:      52400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141651500 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= 57764 MiB
End job on node140 at 2011-06-01 05:44:01