Trace number 3438688

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

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n260-s62321009-sat.cnf
MD5SUMf2b430bdd9bc1c472e9e437567706bb7
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark17.0544
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of clauses624
Sum of the clauses size1560
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2520
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 5104
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-3438688-1306894549/watcher-3438688-1306894549 -o /tmp/evaluation-result-3438688-1306894549/solver-3438688-1306894549 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438688-1306894549.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.02 2.04 2.00 2/514 23547
/proc/meminfo: memFree=16685692/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=12036 CPUtime=0.01 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 449 0 0 0 1 0 0 0 25 0 1 0 781870512 12324864 388 33554432000 4194304 4394578 140734396701152 18446744073709551615 4298272 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 3009 388 266 49 0 150 0

[startup+0.0495781 s]
/proc/loadavg: 2.02 2.04 2.00 2/514 23547
/proc/meminfo: memFree=16685692/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=12168 CPUtime=0.04 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 486 0 0 0 4 0 0 0 25 0 1 0 781870512 12460032 425 33554432000 4194304 4394578 140734396701152 18446744073709551615 4298716 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 3042 425 266 49 0 183 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 12168

[startup+0.100569 s]
/proc/loadavg: 2.02 2.04 2.00 2/514 23547
/proc/meminfo: memFree=16685692/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=12300 CPUtime=0.09 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 516 0 0 0 9 0 0 0 25 0 1 0 781870512 12595200 455 33554432000 4194304 4394578 140734396701152 18446744073709551615 4316079 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 3075 455 266 49 0 216 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12300

[startup+0.300531 s]
/proc/loadavg: 2.02 2.04 2.00 2/514 23547
/proc/meminfo: memFree=16685692/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=12564 CPUtime=0.29 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 580 0 0 0 29 0 0 0 25 0 1 0 781870512 12865536 519 33554432000 4194304 4394578 140734396701152 18446744073709551615 4287234 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 3141 519 266 49 0 282 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12564

[startup+0.700466 s]
/proc/loadavg: 2.02 2.04 2.00 2/514 23547
/proc/meminfo: memFree=16685692/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=12828 CPUtime=0.69 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 651 0 0 0 69 0 0 0 25 0 1 0 781870512 13135872 590 33554432000 4194304 4394578 140734396701152 18446744073709551615 264726063267 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 3207 590 266 49 0 348 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 12828

[startup+1.50033 s]
/proc/loadavg: 2.02 2.04 2.00 3/515 23548
/proc/meminfo: memFree=16683852/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=13224 CPUtime=1.49 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 724 0 0 0 149 0 0 0 25 0 1 0 781870512 13541376 663 33554432000 4194304 4394578 140734396701152 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 3306 663 266 49 0 447 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 13224

[startup+3.10104 s]
/proc/loadavg: 2.02 2.04 2.00 3/515 23548
/proc/meminfo: memFree=16682240/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=13488 CPUtime=3.09 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 793 0 0 0 309 0 0 0 25 0 1 0 781870512 13811712 732 33554432000 4194304 4394578 140734396701152 18446744073709551615 4327600 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 3372 732 266 49 0 513 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13488

[startup+6.30043 s]
/proc/loadavg: 2.02 2.04 2.00 3/515 23548
/proc/meminfo: memFree=16681868/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=13620 CPUtime=6.29 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 842 0 0 0 629 0 0 0 25 0 1 0 781870512 13946880 781 33554432000 4194304 4394578 140734396701152 18446744073709551615 4299115 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 3405 781 266 49 0 546 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13620

[startup+12.7002 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 23548
/proc/meminfo: memFree=16681020/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=13884 CPUtime=12.69 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 899 0 0 0 1269 0 0 0 25 0 1 0 781870512 14217216 838 33554432000 4194304 4394578 140734396701152 18446744073709551615 4291627 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 3471 838 267 49 0 612 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 13884

[startup+25.5008 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 23549
/proc/meminfo: memFree=16679996/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=14292 CPUtime=25.49 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1024 0 0 0 2549 0 0 0 25 0 1 0 781870512 14635008 963 33554432000 4194304 4394578 140734396701152 18446744073709551615 4296299 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 3573 963 267 49 0 714 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 14292

[startup+51.101 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 23549
/proc/meminfo: memFree=16679476/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=15240 CPUtime=51.1 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1245 0 0 0 5109 1 0 0 25 0 1 0 781870512 15605760 1184 33554432000 4194304 4394578 140734396701152 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 3810 1184 267 49 0 951 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 15240

[startup+102.318 s]
/proc/loadavg: 2.15 2.06 2.01 3/515 23551
/proc/meminfo: memFree=16678548/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=15648 CPUtime=102.31 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1345 0 0 0 10230 1 0 0 25 0 1 0 781870512 16023552 1284 33554432000 4194304 4394578 140734396701152 18446744073709551615 4294161 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 3912 1284 267 49 0 1053 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 15648

[startup+162.301 s]
/proc/loadavg: 2.12 2.06 2.01 3/515 23552
/proc/meminfo: memFree=16675644/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=15648 CPUtime=162.3 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1354 0 0 0 16228 2 0 0 25 0 1 0 781870512 16023552 1293 33554432000 4194304 4394578 140734396701152 18446744073709551615 4287937 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 3912 1293 267 49 0 1053 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 15648

[startup+222.301 s]
/proc/loadavg: 2.04 2.05 2.00 3/515 23554
/proc/meminfo: memFree=16675448/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=15780 CPUtime=222.3 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1386 0 0 0 22228 2 0 0 25 0 1 0 781870512 16158720 1325 33554432000 4194304 4394578 140734396701152 18446744073709551615 4296504 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 3945 1325 267 49 0 1086 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 15780

[startup+282.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/515 23556
/proc/meminfo: memFree=16675276/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=15912 CPUtime=282.3 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1403 0 0 0 28227 3 0 0 25 0 1 0 781870512 16293888 1342 33554432000 4194304 4394578 140734396701152 18446744073709551615 4288050 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 3978 1342 267 49 0 1119 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 15912

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/515 23557
/proc/meminfo: memFree=16674956/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=15912 CPUtime=342.3 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1428 0 0 0 34227 3 0 0 25 0 1 0 781870512 16293888 1367 33554432000 4194304 4394578 140734396701152 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 3978 1367 267 49 0 1119 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 15912

[startup+402.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 23559
/proc/meminfo: memFree=16674764/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=16044 CPUtime=402.3 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1447 0 0 0 40227 3 0 0 25 0 1 0 781870512 16429056 1386 33554432000 4194304 4394578 140734396701152 18446744073709551615 4298816 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 4011 1386 267 49 0 1152 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 16044

[startup+462.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/515 23560
/proc/meminfo: memFree=16674688/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=16044 CPUtime=462.3 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1456 0 0 0 46227 3 0 0 25 0 1 0 781870512 16429056 1395 33554432000 4194304 4394578 140734396701152 18446744073709551615 4298311 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 4011 1395 267 49 0 1152 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 16044

[startup+522.301 s]
/proc/loadavg: 2.04 2.03 2.00 3/515 23562
/proc/meminfo: memFree=16675240/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=16176 CPUtime=522.31 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1467 0 0 0 52227 4 0 0 25 0 1 0 781870512 16564224 1406 33554432000 4194304 4394578 140734396701152 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 4044 1406 267 49 0 1185 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 16176

[startup+582.301 s]
/proc/loadavg: 2.07 2.04 2.00 3/515 23567
/proc/meminfo: memFree=16674908/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=16176 CPUtime=582.31 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1474 0 0 0 58227 4 0 0 25 0 1 0 781870512 16564224 1413 33554432000 4194304 4394578 140734396701152 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 4044 1413 267 49 0 1185 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 16176

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 23755
/proc/meminfo: memFree=14295768/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=17196 CPUtime=4062.46 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1738 0 0 0 406222 24 0 0 25 0 1 0 781870512 17608704 1677 33554432000 4194304 4394578 140734396701152 18446744073709551615 4291973 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 4299 1677 267 49 0 1440 0
Current children cumulated CPU time (s) 4062.46
Current children cumulated vsize (KiB) 17196

[startup+4122.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/515 23757
/proc/meminfo: memFree=14251460/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=17196 CPUtime=4122.44 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1740 0 0 0 412219 25 0 0 25 0 1 0 781870512 17608704 1679 33554432000 4194304 4394578 140734396701152 18446744073709551615 4287758 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 4299 1679 267 49 0 1440 0
Current children cumulated CPU time (s) 4122.44
Current children cumulated vsize (KiB) 17196

[startup+4182.3 s]
/proc/loadavg: 2.09 2.04 2.01 3/515 23762
/proc/meminfo: memFree=14103280/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=17196 CPUtime=4182.45 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1742 0 0 0 418219 26 0 0 25 0 1 0 781870512 17608704 1681 33554432000 4194304 4394578 140734396701152 18446744073709551615 4287405 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 4299 1681 267 49 0 1440 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 17196

[startup+4242.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/515 23763
/proc/meminfo: memFree=14063128/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=17196 CPUtime=4242.45 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1742 0 0 0 424219 26 0 0 25 0 1 0 781870512 17608704 1681 33554432000 4194304 4394578 140734396701152 18446744073709551615 4298711 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 4299 1681 267 49 0 1440 0
Current children cumulated CPU time (s) 4242.45
Current children cumulated vsize (KiB) 17196

[startup+4302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/515 23765
/proc/meminfo: memFree=14053788/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=17196 CPUtime=4302.45 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1746 0 0 0 430219 26 0 0 25 0 1 0 781870512 17608704 1685 33554432000 4194304 4394578 140734396701152 18446744073709551615 4291296 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 4299 1685 267 49 0 1440 0
Current children cumulated CPU time (s) 4302.45
Current children cumulated vsize (KiB) 17196

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 23766
/proc/meminfo: memFree=13860688/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=17196 CPUtime=4362.45 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1746 0 0 0 436218 27 0 0 25 0 1 0 781870512 17608704 1685 33554432000 4194304 4394578 140734396701152 18446744073709551615 4346534 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 4299 1685 267 49 0 1440 0
Current children cumulated CPU time (s) 4362.45
Current children cumulated vsize (KiB) 17196

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 23768
/proc/meminfo: memFree=13747564/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=17196 CPUtime=4422.46 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1746 0 0 0 442218 28 0 0 25 0 1 0 781870512 17608704 1685 33554432000 4194304 4394578 140734396701152 18446744073709551615 4298919 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 4299 1685 267 49 0 1440 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 17196

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 23770
/proc/meminfo: memFree=13678720/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=17196 CPUtime=4482.46 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1749 0 0 0 448218 28 0 0 25 0 1 0 781870512 17608704 1688 33554432000 4194304 4394578 140734396701152 18446744073709551615 4285628 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 4299 1688 267 49 0 1440 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 17196

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/515 23771
/proc/meminfo: memFree=13567296/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=17324 CPUtime=4542.46 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1761 0 0 0 454217 29 0 0 25 0 1 0 781870512 17739776 1700 33554432000 4194304 4394578 140734396701152 18446744073709551615 4295859 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 4331 1700 267 49 0 1472 0
Current children cumulated CPU time (s) 4542.46
Current children cumulated vsize (KiB) 17324

[startup+4602.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/515 23773
/proc/meminfo: memFree=13544680/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=17324 CPUtime=4602.48 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1767 0 0 0 460219 29 0 0 25 0 1 0 781870512 17739776 1706 33554432000 4194304 4394578 140734396701152 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 4331 1706 267 49 0 1472 0
Current children cumulated CPU time (s) 4602.48
Current children cumulated vsize (KiB) 17324

[startup+4662.3 s]
/proc/loadavg: 2.14 2.04 2.01 3/515 23774
/proc/meminfo: memFree=13389648/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=17324 CPUtime=4662.46 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1769 0 0 0 466217 29 0 0 25 0 1 0 781870512 17739776 1708 33554432000 4194304 4394578 140734396701152 18446744073709551615 4298302 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 4331 1708 267 49 0 1472 0
Current children cumulated CPU time (s) 4662.46
Current children cumulated vsize (KiB) 17324

[startup+4722.32 s]
/proc/loadavg: 2.11 2.05 2.01 3/515 23776
/proc/meminfo: memFree=13225796/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=17324 CPUtime=4722.48 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1769 0 0 0 472219 29 0 0 25 0 1 0 781870512 17739776 1708 33554432000 4194304 4394578 140734396701152 18446744073709551615 4295936 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 4331 1708 267 49 0 1472 0
Current children cumulated CPU time (s) 4722.48
Current children cumulated vsize (KiB) 17324

[startup+4782.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/515 23778
/proc/meminfo: memFree=13032692/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=17324 CPUtime=4782.47 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1773 0 0 0 478217 30 0 0 25 0 1 0 781870512 17739776 1712 33554432000 4194304 4394578 140734396701152 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 4331 1712 267 49 0 1472 0
Current children cumulated CPU time (s) 4782.47
Current children cumulated vsize (KiB) 17324

[startup+4842.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/515 23779
/proc/meminfo: memFree=12895496/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=17324 CPUtime=4842.47 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1775 0 0 0 484217 30 0 0 25 0 1 0 781870512 17739776 1714 33554432000 4194304 4394578 140734396701152 18446744073709551615 4288008 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 4331 1714 267 49 0 1472 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 17324

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/515 23781
/proc/meminfo: memFree=12888376/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=17324 CPUtime=4902.47 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1775 0 0 0 490216 31 0 0 25 0 1 0 781870512 17739776 1714 33554432000 4194304 4394578 140734396701152 18446744073709551615 4313168 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 4331 1714 267 49 0 1472 0
Current children cumulated CPU time (s) 4902.47
Current children cumulated vsize (KiB) 17324

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 23782
/proc/meminfo: memFree=12882768/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=17324 CPUtime=4962.47 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1775 0 0 0 496216 31 0 0 25 0 1 0 781870512 17739776 1714 33554432000 4194304 4394578 140734396701152 18446744073709551615 4288266 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 4331 1714 267 49 0 1472 0
Current children cumulated CPU time (s) 4962.47
Current children cumulated vsize (KiB) 17324



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/515 23783
/proc/meminfo: memFree=12879632/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=17324 CPUtime=5000.09 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1775 0 0 0 499978 31 0 0 25 0 1 0 781870512 17739776 1714 33554432000 4194304 4394578 140734396701152 18446744073709551615 4299387 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 4331 1714 267 49 0 1472 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 17324

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.00 2.01 2.00 3/515 23783
/proc/meminfo: memFree=12879632/32951124 swapFree=62999000/67111528
[pid=23547] ppid=23545 vsize=17324 CPUtime=5000.09 cores=0,2,4,6
/proc/23547/stat : 23547 (SApperloT2010) R 23545 23547 22520 0 -1 4202496 1775 0 0 0 499978 31 0 0 25 0 1 0 781870512 17739776 1714 33554432000 4194304 4394578 140734396701152 18446744073709551615 4299387 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/23547/statm: 4331 1714 267 49 0 1472 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 17324

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.1
CPU user time (s): 4999.79
CPU system time (s): 0.317951
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 17324

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

runsolver used 27.1389 second user time and 53.5559 second system time

The end

Launcher Data

Begin job on node141 at 2011-06-01 04:15:49
IDJOB=3438688
IDBENCH=83153
IDSOLVER=1933
FILE ID=node141/3438688-1306894549
RUNJOBID= node141-1306884533-22538
PBS_JOBID= 13488435
Free space on /tmp= 24328 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n260-s62321009-sat.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438688-1306894549/watcher-3438688-1306894549 -o /tmp/evaluation-result-3438688-1306894549/solver-3438688-1306894549 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3438688-1306894549.cnf

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

MD5SUM BENCH= f2b430bdd9bc1c472e9e437567706bb7
RANDOM SEED=867015529

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.806
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.84
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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:      16685848 kB
Buffers:         34812 kB
Cached:        5842292 kB
SwapCached:       8636 kB
Active:       10063896 kB
Inactive:      5803904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16685848 kB
SwapTotal:    67111528 kB
SwapFree:     62999000 kB
Dirty:             740 kB
Writeback:           0 kB
AnonPages:     9989524 kB
Mapped:          25356 kB
Slab:           258536 kB
PageTables:      69768 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 150674076 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= 24324 MiB
End job on node141 at 2011-06-01 05:39:11