Trace number 3439283

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.93

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_18_80_10-dir.shuffled-as.sat03-140.cnf
MD5SUM1037a2754a0a53f62ba8ec901741c9e9
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3019.17
Satisfiable
(Un)Satisfiability was proved
Number of variables540
Number of clauses40510
Sum of the clauses size81524
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 240492
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 518

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

running on 4 cores: 1,3,5,7

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: 1.06 1.04 1.23 5/435 3532
/proc/meminfo: memFree=11463124/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=13472 CPUtime=0 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 694 0 0 0 0 0 0 0 18 0 1 0 803051583 13795328 634 33554432000 4194304 4394578 140734020290480 18446744073709551615 255376962245 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 3368 635 247 49 0 509 0

[startup+0.108813 s]
/proc/loadavg: 1.06 1.04 1.23 5/435 3532
/proc/meminfo: memFree=11463124/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=18012 CPUtime=0.09 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 2020 0 0 0 9 0 0 0 18 0 1 0 803051583 18444288 1799 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 4503 1800 266 49 0 1644 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18012

[startup+0.200794 s]
/proc/loadavg: 1.06 1.04 1.23 5/435 3532
/proc/meminfo: memFree=11463124/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=19888 CPUtime=0.19 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 2471 0 0 0 19 0 0 0 18 0 1 0 803051583 20365312 2250 33554432000 4194304 4394578 140734020290480 18446744073709551615 4292134 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 4972 2250 266 49 0 2113 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 19888

[startup+0.300777 s]
/proc/loadavg: 1.06 1.04 1.23 5/435 3532
/proc/meminfo: memFree=11463124/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=21340 CPUtime=0.29 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 2861 0 0 0 29 0 0 0 18 0 1 0 803051583 21852160 2640 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298857 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 5335 2640 266 49 0 2476 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21340

[startup+0.700703 s]
/proc/loadavg: 1.06 1.04 1.23 5/435 3532
/proc/meminfo: memFree=11463124/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=26100 CPUtime=0.68 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 3995 0 0 0 68 0 0 0 18 0 1 0 803051583 26726400 3774 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 6525 3774 266 49 0 3666 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 26100

[startup+1.50056 s]
/proc/loadavg: 1.06 1.04 1.23 3/437 3535
/proc/meminfo: memFree=11426420/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=31180 CPUtime=1.49 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 5188 0 0 0 148 1 0 0 20 0 1 0 803051583 31928320 4967 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 7795 4967 266 49 0 4936 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31180

[startup+3.10026 s]
/proc/loadavg: 1.06 1.04 1.23 3/437 3535
/proc/meminfo: memFree=11418744/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=33956 CPUtime=3.09 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 5798 0 0 0 308 1 0 0 25 0 1 0 803051583 34770944 5577 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 8489 5577 266 49 0 5630 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 33956

[startup+6.30067 s]
/proc/loadavg: 1.13 1.06 1.23 4/437 3535
/proc/meminfo: memFree=11407672/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=39364 CPUtime=6.29 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 6945 0 0 0 628 1 0 0 25 0 1 0 803051583 40308736 6724 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 9841 6724 266 49 0 6982 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39364

[startup+12.7005 s]
/proc/loadavg: 1.20 1.08 1.24 4/437 3535
/proc/meminfo: memFree=11394060/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=44560 CPUtime=12.69 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 8034 0 0 0 1268 1 0 0 25 0 1 0 803051583 45629440 7813 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298896 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 11140 7813 266 49 0 8281 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 44560

[startup+25.5011 s]
/proc/loadavg: 1.38 1.12 1.25 4/437 3535
/proc/meminfo: memFree=11374340/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=56640 CPUtime=25.49 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 10689 0 0 0 2548 1 0 0 25 0 1 0 803051583 57999360 10468 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 14160 10468 266 49 0 11301 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 56640

[startup+51.1004 s]
/proc/loadavg: 1.65 1.20 1.27 3/437 3536
/proc/meminfo: memFree=11344424/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=75748 CPUtime=51.09 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 14705 0 0 0 5107 2 0 0 25 0 1 0 803051583 77565952 14484 33554432000 4194304 4394578 140734020290480 18446744073709551615 4323458 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 18937 14484 266 49 0 16078 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 75748

[startup+102.301 s]
/proc/loadavg: 1.84 1.32 1.31 4/437 3537
/proc/meminfo: memFree=11319604/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=87336 CPUtime=102.31 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 17002 0 0 0 10228 3 0 0 25 0 1 0 803051583 89432064 16781 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 21834 16781 266 49 0 18975 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 87336

[startup+162.301 s]
/proc/loadavg: 1.94 1.44 1.35 4/437 3539
/proc/meminfo: memFree=11302832/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=97384 CPUtime=162.3 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 18952 0 0 0 16227 3 0 0 25 0 1 0 803051583 99721216 18731 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 24346 18731 266 49 0 21487 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 97384

[startup+222.318 s]
/proc/loadavg: 1.98 1.54 1.39 4/437 3541
/proc/meminfo: memFree=11280848/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=116244 CPUtime=222.31 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 22898 0 0 0 22228 3 0 0 25 0 1 0 803051583 119033856 22517 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 29061 22517 267 49 0 26202 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 116244

[startup+282.301 s]
/proc/loadavg: 1.99 1.62 1.42 4/437 3542
/proc/meminfo: memFree=11267064/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=127640 CPUtime=282.29 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 25111 0 0 0 28226 3 0 0 25 0 1 0 803051583 130703360 24730 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 31910 24730 267 49 0 29051 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 127640

[startup+342.3 s]
/proc/loadavg: 2.15 1.74 1.47 4/437 3544
/proc/meminfo: memFree=11258980/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=130904 CPUtime=342.3 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 25698 0 0 0 34226 4 0 0 25 0 1 0 803051583 134045696 25317 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 32726 25317 267 49 0 29867 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 130904

[startup+402.3 s]
/proc/loadavg: 2.05 1.78 1.50 4/437 3545
/proc/meminfo: memFree=11245560/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=141276 CPUtime=402.3 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 27894 0 0 0 40226 4 0 0 25 0 1 0 803051583 144666624 27513 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298804 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 35319 27513 267 49 0 32460 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 141276

[startup+462.3 s]
/proc/loadavg: 2.02 1.82 1.53 4/437 3547
/proc/meminfo: memFree=11234372/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=145888 CPUtime=462.31 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 28771 0 0 0 46226 5 0 0 25 0 1 0 803051583 149389312 28390 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 36472 28390 267 49 0 33613 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 145888

[startup+522.301 s]
/proc/loadavg: 2.00 1.85 1.56 3/437 3549
/proc/meminfo: memFree=11232248/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=146912 CPUtime=522.31 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 29009 0 0 0 52226 5 0 0 25 0 1 0 803051583 150437888 28628 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 36728 28628 267 49 0 33869 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 146912

[startup+582.301 s]
/proc/loadavg: 2.00 1.87 1.58 4/437 3550
/proc/meminfo: memFree=11224544/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=149984 CPUtime=582.31 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 29556 0 0 0 58226 5 0 0 25 0 1 0 803051583 153583616 29175 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 37496 29175 267 49 0 34637 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 149984

[startup+642.301 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 2.00 4/437 3752
/proc/meminfo: memFree=20891804/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=240116 CPUtime=4002.42 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 49054 0 0 0 400229 13 0 0 25 0 1 0 803051583 245878784 48530 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 60029 48530 267 49 0 57170 0
Current children cumulated CPU time (s) 4002.42
Current children cumulated vsize (KiB) 240116

[startup+4062.3 s]
/proc/loadavg: 2.06 2.01 2.00 4/437 3754
/proc/meminfo: memFree=20891296/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=240116 CPUtime=4062.44 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 49101 0 0 0 406230 14 0 0 25 0 1 0 803051583 245878784 48577 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 60029 48577 267 49 0 57170 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 240116

[startup+4122.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/437 3756
/proc/meminfo: memFree=20889664/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=241400 CPUtime=4122.43 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 49312 0 0 0 412229 14 0 0 25 0 1 0 803051583 247193600 48788 33554432000 4194304 4394578 140734020290480 18446744073709551615 4292188 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 60350 48788 267 49 0 57491 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 241400

[startup+4182.32 s]
/proc/loadavg: 2.10 2.07 2.02 4/437 3757
/proc/meminfo: memFree=20888520/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=241916 CPUtime=4182.45 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 49444 0 0 0 418231 14 0 0 25 0 1 0 803051583 247721984 48920 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 60479 48920 267 49 0 57620 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 241916

[startup+4242.3 s]
/proc/loadavg: 2.11 2.08 2.02 4/437 3759
/proc/meminfo: memFree=20887880/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=241916 CPUtime=4242.43 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 49444 0 0 0 424229 14 0 0 25 0 1 0 803051583 247721984 48920 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 60479 48920 267 49 0 57620 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 241916

[startup+4302.3 s]
/proc/loadavg: 2.03 2.06 2.02 3/437 3760
/proc/meminfo: memFree=20887356/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=242428 CPUtime=4302.43 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 49529 0 0 0 430229 14 0 0 25 0 1 0 803051583 248246272 49005 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 60607 49005 267 49 0 57748 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 242428

[startup+4362.3 s]
/proc/loadavg: 2.01 2.05 2.01 4/437 3771
/proc/meminfo: memFree=20886092/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=242944 CPUtime=4362.43 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 49627 0 0 0 436229 14 0 0 25 0 1 0 803051583 248774656 49103 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 60736 49103 267 49 0 57877 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 242944

[startup+4422.3 s]
/proc/loadavg: 2.04 2.05 2.01 4/437 3773
/proc/meminfo: memFree=20883468/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=245648 CPUtime=4422.43 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 50186 0 0 0 442229 14 0 0 25 0 1 0 803051583 251543552 49662 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 61412 49662 267 49 0 58553 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 245648

[startup+4482.3 s]
/proc/loadavg: 2.01 2.04 2.01 4/437 3774
/proc/meminfo: memFree=20883080/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=246160 CPUtime=4482.44 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 50291 0 0 0 448229 15 0 0 25 0 1 0 803051583 252067840 49767 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 61540 49767 267 49 0 58681 0
Current children cumulated CPU time (s) 4482.44
Current children cumulated vsize (KiB) 246160

[startup+4542.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/437 3779
/proc/meminfo: memFree=20880812/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=247316 CPUtime=4542.44 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 50513 0 0 0 454229 15 0 0 25 0 1 0 803051583 253251584 49989 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 61829 49989 267 49 0 58970 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 247316

[startup+4602.3 s]
/proc/loadavg: 2.03 2.03 2.00 4/437 3780
/proc/meminfo: memFree=20878960/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=248088 CPUtime=4602.44 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 50676 0 0 0 460229 15 0 0 25 0 1 0 803051583 254042112 50152 33554432000 4194304 4394578 140734020290480 18446744073709551615 4287736 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 62022 50152 267 49 0 59163 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 248088

[startup+4662.3 s]
/proc/loadavg: 2.10 2.05 2.01 4/437 3782
/proc/meminfo: memFree=20876336/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=248088 CPUtime=4662.45 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 50683 0 0 0 466230 15 0 0 25 0 1 0 803051583 254042112 50159 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 62022 50159 267 49 0 59163 0
Current children cumulated CPU time (s) 4662.45
Current children cumulated vsize (KiB) 248088

[startup+4722.3 s]
/proc/loadavg: 2.17 2.09 2.02 4/437 3784
/proc/meminfo: memFree=20875944/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=248088 CPUtime=4722.46 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 50702 0 0 0 472231 15 0 0 25 0 1 0 803051583 254042112 50178 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 62022 50178 267 49 0 59163 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 248088

[startup+4782.3 s]
/proc/loadavg: 2.06 2.07 2.01 4/437 3785
/proc/meminfo: memFree=20875536/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=249632 CPUtime=4782.45 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 50985 0 0 0 478230 15 0 0 25 0 1 0 803051583 255623168 50461 33554432000 4194304 4394578 140734020290480 18446744073709551615 4287909 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 62408 50461 267 49 0 59549 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 249632

[startup+4842.32 s]
/proc/loadavg: 2.02 2.05 2.01 3/437 3787
/proc/meminfo: memFree=20874276/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=250920 CPUtime=4842.47 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 51172 0 0 0 484232 15 0 0 25 0 1 0 803051583 256942080 50648 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 62730 50648 267 49 0 59871 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 250920

[startup+4902.3 s]
/proc/loadavg: 2.01 2.04 2.00 4/437 3788
/proc/meminfo: memFree=20874244/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=250920 CPUtime=4902.45 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 51180 0 0 0 490230 15 0 0 25 0 1 0 803051583 256942080 50656 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 62730 50656 267 49 0 59871 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 250920

[startup+4962.3 s]
/proc/loadavg: 2.00 2.03 2.00 4/437 3790
/proc/meminfo: memFree=20872116/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=254016 CPUtime=4962.45 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 51734 0 0 0 496230 15 0 0 25 0 1 0 803051583 260112384 51210 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298804 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 63504 51210 267 49 0 60645 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 254016



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.03 2.00 4/437 3791
/proc/meminfo: memFree=20872100/32951124 swapFree=60787360/67111528
[pid=3532] ppid=3528 vsize=254016 CPUtime=5000.06 cores=1,3,5,7
/proc/3532/stat : 3532 (SApperloT2010) R 3528 3532 1229 0 -1 4202496 51742 0 0 0 499991 15 0 0 25 0 1 0 803051583 260112384 51218 33554432000 4194304 4394578 140734020290480 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/3532/statm: 63504 51218 267 49 0 60645 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 254016

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.1
CPU user time (s): 4999.93
CPU system time (s): 0.170974
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 254016

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

runsolver used 20.3059 second user time and 52.697 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-01 09:48:57
IDJOB=3439283
IDBENCH=83945
IDSOLVER=1933
FILE ID=node135/3439283-1306914537
RUNJOBID= node135-1306914537-3513
PBS_JOBID= 13488441
Free space on /tmp= 55168 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_18_80_10-dir.shuffled-as.sat03-140.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439283-1306914537/watcher-3439283-1306914537 -o /tmp/evaluation-result-3439283-1306914537/solver-3439283-1306914537 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439283-1306914537.cnf

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

MD5SUM BENCH= 1037a2754a0a53f62ba8ec901741c9e9
RANDOM SEED=1682469637

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      11463676 kB
Buffers:        104904 kB
Cached:        9784296 kB
SwapCached:       6168 kB
Active:       12332676 kB
Inactive:      8654908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11463676 kB
SwapTotal:    67111528 kB
SwapFree:     60787360 kB
Dirty:            1176 kB
Writeback:           4 kB
AnonPages:    11098060 kB
Mapped:          25332 kB
Slab:           367856 kB
PageTables:      65736 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 124372060 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73808 MiB
End job on node135 at 2011-06-01 11:12:19