Trace number 3380130

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-05-15 (fixed)? (TO) 1300.08 1300.06

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-17-s.cnf
MD5SUMf72920912a1bb14f90e9fea5dee0ec1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark77.9931
Satisfiable
(Un)Satisfiability was proved
Number of variables298900
Number of clauses1409628
Sum of the clauses size3261218
Maximum clause length10
Minimum clause length1
Number of clauses of size 122283
Number of clauses of size 21089480
Number of clauses of size 3242405
Number of clauses of size 46160
Number of clauses of size 524640
Number of clauses of size over 524660

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3380130-1305453874/watcher-3380130-1305453874 -o /tmp/evaluation-result-3380130-1305453874/solver-3380130-1305453874 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3380130-1305453874.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.99 1.44 2.41 6/423 23769
/proc/meminfo: memFree=13613868/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=16740 CPUtime=0 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 1414 0 0 0 0 0 0 0 21 0 1 0 735618189 17141760 1355 33554432000 4194304 4394578 140734690359616 18446744073709551615 4328244 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 4185 1369 244 49 0 1326 0

[startup+0.0519359 s]
/proc/loadavg: 0.99 1.44 2.41 6/423 23769
/proc/meminfo: memFree=13613868/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=73172 CPUtime=0.03 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 12652 0 0 0 2 1 0 0 21 0 1 0 735618189 74928128 12593 33554432000 4194304 4394578 140734690359616 18446744073709551615 216734839493 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 18293 12594 247 49 0 15434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 73172

[startup+0.100916 s]
/proc/loadavg: 0.99 1.44 2.41 6/423 23769
/proc/meminfo: memFree=13613868/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=78320 CPUtime=0.08 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 13957 0 0 0 7 1 0 0 21 0 1 0 735618189 80199680 13898 33554432000 4194304 4394578 140734690359616 18446744073709551615 216734839493 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 19580 13899 247 49 0 16721 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 78320

[startup+0.300873 s]
/proc/loadavg: 0.99 1.44 2.41 6/423 23769
/proc/meminfo: memFree=13613868/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=97988 CPUtime=0.28 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 18857 0 0 0 26 2 0 0 22 0 1 0 735618189 100339712 18798 33554432000 4194304 4394578 140734690359616 18446744073709551615 216734839493 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 24497 18799 247 49 0 21638 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 97988

[startup+0.700802 s]
/proc/loadavg: 0.99 1.44 2.41 6/423 23769
/proc/meminfo: memFree=13613868/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=135608 CPUtime=0.68 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 28287 0 0 0 64 4 0 0 24 0 1 0 735618189 138862592 28228 33554432000 4194304 4394578 140734690359616 18446744073709551615 216734839493 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 33935 28230 247 49 0 31076 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 135608

[startup+1.50067 s]
/proc/loadavg: 0.99 1.44 2.41 5/424 23770
/proc/meminfo: memFree=13277952/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=208444 CPUtime=1.48 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 45810 0 0 0 140 8 0 0 25 0 1 0 735618189 213446656 45396 33554432000 4194304 4394578 140734690359616 18446744073709551615 216735203223 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 52111 45396 256 49 0 49252 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 208444

[startup+3.10037 s]
/proc/loadavg: 0.99 1.44 2.41 5/424 23770
/proc/meminfo: memFree=13181232/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=236032 CPUtime=3.07 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 53114 0 0 0 292 15 0 0 25 0 1 0 735618189 241696768 49902 33554432000 4194304 4394578 140734690359616 18446744073709551615 216735203223 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 59008 49902 256 49 0 56149 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 236032

[startup+6.30082 s]
/proc/loadavg: 1.23 1.48 2.42 5/424 23770
/proc/meminfo: memFree=13047812/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=246072 CPUtime=6.28 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 59072 0 0 0 601 27 0 0 25 0 1 0 735618189 251977728 51464 33554432000 4194304 4394578 140734690359616 18446744073709551615 216735203223 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 61518 51464 256 49 0 58659 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 246072

[startup+12.7007 s]
/proc/loadavg: 1.45 1.52 2.43 5/424 23770
/proc/meminfo: memFree=12933504/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=308848 CPUtime=12.68 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 77787 0 0 0 1237 31 0 0 25 0 1 0 735618189 316260352 70179 33554432000 4194304 4394578 140734690359616 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 77212 70179 267 49 0 74353 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 308848

[startup+25.5005 s]
/proc/loadavg: 2.02 1.64 2.45 6/424 23771
/proc/meminfo: memFree=12857488/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=324056 CPUtime=25.48 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 81553 0 0 0 2516 32 0 0 25 0 1 0 735618189 331833344 73945 33554432000 4194304 4394578 140734690359616 18446744073709551615 4346593 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 81014 73945 267 49 0 78155 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 324056

[startup+51.101 s]
/proc/loadavg: 2.69 1.83 2.49 5/424 23798
/proc/meminfo: memFree=13017164/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=365652 CPUtime=51.08 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 92013 0 0 0 5073 35 0 0 25 0 1 0 735618189 374427648 84405 33554432000 4194304 4394578 140734690359616 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 91413 84405 267 49 0 88554 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 365652

[startup+102.316 s]
/proc/loadavg: 3.47 2.18 2.57 5/424 23827
/proc/meminfo: memFree=12470972/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=445500 CPUtime=102.29 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 111930 0 0 0 10187 42 0 0 25 0 1 0 735618189 456192000 104322 33554432000 4194304 4394578 140734690359616 18446744073709551615 4298427 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 111375 104322 267 49 0 108516 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 445500

[startup+162.301 s]
/proc/loadavg: 3.80 2.51 2.66 5/424 23828
/proc/meminfo: memFree=12193976/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=541052 CPUtime=162.28 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 135474 0 0 0 16179 49 0 0 25 0 1 0 735618189 554037248 127866 33554432000 4194304 4394578 140734690359616 18446744073709551615 4313545 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 135263 127866 267 49 0 132404 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 541052

[startup+222.301 s]
/proc/loadavg: 3.93 2.78 2.74 5/424 23830
/proc/meminfo: memFree=11944300/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=641956 CPUtime=222.28 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 160579 0 0 0 22170 58 0 0 25 0 1 0 735618189 657362944 152971 33554432000 4194304 4394578 140734690359616 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 160489 152971 267 49 0 157630 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 641956

[startup+282.301 s]
/proc/loadavg: 3.97 3.00 2.82 5/424 23832
/proc/meminfo: memFree=11722792/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=731916 CPUtime=282.29 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 182550 0 0 0 28164 65 0 0 25 0 1 0 735618189 749481984 174942 33554432000 4194304 4394578 140734690359616 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 182979 174942 267 49 0 180120 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 731916

[startup+342.301 s]
/proc/loadavg: 3.99 3.17 2.89 5/424 23833
/proc/meminfo: memFree=11555268/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=817792 CPUtime=342.29 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 203779 0 0 0 34158 71 0 0 25 0 1 0 735618189 837419008 196171 33554432000 4194304 4394578 140734690359616 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 204448 196171 267 49 0 201589 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 817792

[startup+402.301 s]
/proc/loadavg: 3.99 3.32 2.95 5/424 23862
/proc/meminfo: memFree=11107592/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=911624 CPUtime=402.29 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 226924 0 0 0 40151 78 0 0 25 0 1 0 735618189 933502976 219316 33554432000 4194304 4394578 140734690359616 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 227906 219316 267 49 0 225047 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 911624

[startup+462.301 s]
/proc/loadavg: 4.15 3.49 3.03 5/424 23863
/proc/meminfo: memFree=11003436/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=922756 CPUtime=462.29 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 229860 0 0 0 46150 79 0 0 25 0 1 0 735618189 944902144 222252 33554432000 4194304 4394578 140734690359616 18446744073709551615 4299469 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 230689 222252 267 49 0 227830 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 922756

[startup+522.301 s]
/proc/loadavg: 4.10 3.59 3.10 5/424 23865
/proc/meminfo: memFree=10909368/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=922756 CPUtime=522.29 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 229890 0 0 0 52149 80 0 0 25 0 1 0 735618189 944902144 222282 33554432000 4194304 4394578 140734690359616 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 230689 222282 267 49 0 227830 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 922756

[startup+582.301 s]
/proc/loadavg: 4.15 3.70 3.16 5/424 23867
/proc/meminfo: memFree=10798852/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=922756 CPUtime=582.29 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 229904 0 0 0 58149 80 0 0 25 0 1 0 735618189 944902144 222296 33554432000 4194304 4394578 140734690359616 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 230689 222296 267 49 0 227830 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 922756

[startup+642.301 s]
/proc/loadavg: 4.11 3.76 3.21 5/424 23868
/proc/meminfo: memFree=10687800/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=922756 CPUtime=642.31 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 230008 0 0 0 64151 80 0 0 25 0 1 0 735618189 944902144 222400 33554432000 4194304 4394578 140734690359616 18446744073709551615 4292896 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 230689 222400 267 49 0 227830 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 922756

[startup+702.301 s]
/proc/loadavg: 4.04 3.80 3.26 5/424 23870
/proc/meminfo: memFree=10591168/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=959348 CPUtime=702.3 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 238886 0 0 0 70147 83 0 0 25 0 1 0 735618189 982372352 231278 33554432000 4194304 4394578 140734690359616 18446744073709551615 4287403 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 239837 231278 267 49 0 236978 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 959348

[startup+762.316 s]
/proc/loadavg: 4.17 3.87 3.31 5/424 23871
/proc/meminfo: memFree=10518684/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=959348 CPUtime=762.31 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 238902 0 0 0 76148 83 0 0 25 0 1 0 735618189 982372352 231294 33554432000 4194304 4394578 140734690359616 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 239837 231294 267 49 0 236978 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 959348

[startup+822.301 s]
/proc/loadavg: 4.13 3.91 3.36 5/424 23873
/proc/meminfo: memFree=10422788/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=959348 CPUtime=822.3 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 238957 0 0 0 82147 83 0 0 25 0 1 0 735618189 982372352 231349 33554432000 4194304 4394578 140734690359616 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 239837 231349 267 49 0 236978 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 959348

[startup+882.301 s]
/proc/loadavg: 4.05 3.92 3.40 5/424 23875
/proc/meminfo: memFree=10345592/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=959348 CPUtime=882.3 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 238978 0 0 0 88146 84 0 0 25 0 1 0 735618189 982372352 231370 33554432000 4194304 4394578 140734690359616 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 239837 231370 267 49 0 236978 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 959348

[startup+942.301 s]
/proc/loadavg: 4.02 3.93 3.43 5/424 23876
/proc/meminfo: memFree=10294600/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=961760 CPUtime=942.3 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 239572 0 0 0 94146 84 0 0 25 0 1 0 735618189 984842240 231964 33554432000 4194304 4394578 140734690359616 18446744073709551615 4298302 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 240440 231964 267 49 0 237581 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 961760

[startup+1002.3 s]
/proc/loadavg: 4.11 3.97 3.47 5/424 23878
/proc/meminfo: memFree=10177636/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=989616 CPUtime=1002.3 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 246425 0 0 0 100144 86 0 0 25 0 1 0 735618189 1013366784 238817 33554432000 4194304 4394578 140734690359616 18446744073709551615 4313519 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 247404 238817 267 49 0 244545 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 989616

[startup+1062.3 s]
/proc/loadavg: 4.11 3.99 3.51 5/424 23879
/proc/meminfo: memFree=10130728/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=989616 CPUtime=1062.3 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 246438 0 0 0 106144 86 0 0 25 0 1 0 735618189 1013366784 238830 33554432000 4194304 4394578 140734690359616 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 247404 238830 267 49 0 244545 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 989616

[startup+1122.3 s]
/proc/loadavg: 4.04 3.99 3.54 5/424 23881
/proc/meminfo: memFree=10061352/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=989616 CPUtime=1122.31 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 246471 0 0 0 112144 87 0 0 25 0 1 0 735618189 1013366784 238863 33554432000 4194304 4394578 140734690359616 18446744073709551615 4287471 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 247404 238863 267 49 0 244545 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 989616

[startup+1182.3 s]
/proc/loadavg: 4.09 4.01 3.57 5/424 23883
/proc/meminfo: memFree=10019164/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=989616 CPUtime=1182.31 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 246524 0 0 0 118144 87 0 0 25 0 1 0 735618189 1013366784 238916 33554432000 4194304 4394578 140734690359616 18446744073709551615 4287403 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 247404 238916 267 49 0 244545 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 989616

[startup+1242.3 s]
/proc/loadavg: 4.03 4.00 3.59 5/424 23884
/proc/meminfo: memFree=9943112/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=1015788 CPUtime=1242.3 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 252999 0 0 0 124141 89 0 0 25 0 1 0 735618189 1040166912 245391 33554432000 4194304 4394578 140734690359616 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 253947 245391 267 49 0 251088 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 1015788



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.62 4/423 23887
/proc/meminfo: memFree=10866116/32951124 swapFree=65586204/67111528
[pid=23769] ppid=23767 vsize=1015788 CPUtime=1300.02 cores=0,2
/proc/23769/stat : 23769 (SApperloT2010) R 23767 23769 22030 0 -1 4202496 253001 0 0 0 129913 89 0 0 25 0 1 0 735618189 1040166912 245393 33554432000 4194304 4394578 140734690359616 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/23769/statm: 253947 245393 267 49 0 251088 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1015788

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.06
CPU time (s): 1300.08
CPU user time (s): 1299.13
CPU system time (s): 0.942856
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1015788

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

runsolver used 5.49316 second user time and 12.2681 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-15 12:04:35
IDJOB=3380130
IDBENCH=20349
IDSOLVER=1862
FILE ID=node119/3380130-1305453874
RUNJOBID= node119-1305453874-23727
PBS_JOBID= 13324846
Free space on /tmp= 73236 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-17-s.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3380130-1305453874/watcher-3380130-1305453874 -o /tmp/evaluation-result-3380130-1305453874/solver-3380130-1305453874 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3380130-1305453874.cnf

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

MD5SUM BENCH= f72920912a1bb14f90e9fea5dee0ec1c
RANDOM SEED=1727859735

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13614644 kB
Buffers:        299088 kB
Cached:        4898076 kB
SwapCached:       4756 kB
Active:       15805188 kB
Inactive:      3188268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13614644 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:           75800 kB
Writeback:           0 kB
AnonPages:    13794680 kB
Mapped:          32180 kB
Slab:           215888 kB
PageTables:      62200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 113613160 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= 73192 MiB
End job on node119 at 2011-05-15 12:26:17