Trace number 3379809

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.04 1300.01

General information on the benchmark

NameSAT05/crafted/sorge05/QG7/
gensys-icl007.shuffled-as.sat05-3133.cnf
MD5SUM88361752c7b0c05e849791aafdd7bdba
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark220.275
Satisfiable
(Un)Satisfiability was proved
Number of variables762
Number of clauses17262
Sum of the clauses size76511
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 21135
Number of clauses of size 38742
Number of clauses of size 4236
Number of clauses of size 5256
Number of clauses of size over 56851

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-3379809-1305460721/watcher-3379809-1305460721 -o /tmp/evaluation-result-3379809-1305460721/solver-3379809-1305460721 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379809-1305460721.cnf 

running on 2 cores: 4,6

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: 3.46 3.90 3.94 4/314 17865
/proc/meminfo: memFree=15884400/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=12312 CPUtime=0 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 471 0 0 0 0 0 0 0 25 0 1 0 657674879 12607488 411 33554432000 4194304 4394578 140735398128880 18446744073709551615 218370957056 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 3078 411 247 49 0 219 0

[startup+0.0908329 s]
/proc/loadavg: 3.46 3.90 3.94 4/314 17865
/proc/meminfo: memFree=15884400/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=15592 CPUtime=0.08 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 1334 0 0 0 8 0 0 0 25 0 1 0 657674879 15966208 1241 33554432000 4194304 4394578 140735398128880 18446744073709551615 218370618053 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 3898 1241 267 49 0 1039 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 15592

[startup+0.100833 s]
/proc/loadavg: 3.46 3.90 3.94 4/314 17865
/proc/meminfo: memFree=15884400/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=15592 CPUtime=0.09 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 1363 0 0 0 9 0 0 0 25 0 1 0 657674879 15966208 1270 33554432000 4194304 4394578 140735398128880 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 3898 1270 267 49 0 1039 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15592

[startup+0.30077 s]
/proc/loadavg: 3.46 3.90 3.94 4/314 17865
/proc/meminfo: memFree=15884400/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=17468 CPUtime=0.29 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 1810 0 0 0 29 0 0 0 25 0 1 0 657674879 17887232 1717 33554432000 4194304 4394578 140735398128880 18446744073709551615 4291931 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 4367 1717 267 49 0 1508 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17468

[startup+0.700726 s]
/proc/loadavg: 3.46 3.90 3.94 4/314 17865
/proc/meminfo: memFree=15884400/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=18392 CPUtime=0.69 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 2028 0 0 0 69 0 0 0 25 0 1 0 657674879 18833408 1935 33554432000 4194304 4394578 140735398128880 18446744073709551615 4299384 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 4598 1935 267 49 0 1739 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18392

[startup+1.50056 s]
/proc/loadavg: 3.50 3.90 3.94 5/320 17876
/proc/meminfo: memFree=15857168/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=19608 CPUtime=1.49 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 2341 0 0 0 149 0 0 0 25 0 1 0 657674879 20078592 2248 33554432000 4194304 4394578 140735398128880 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 4902 2248 267 49 0 2043 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19608

[startup+3.1003 s]
/proc/loadavg: 3.50 3.90 3.94 5/320 17876
/proc/meminfo: memFree=15850224/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=21004 CPUtime=3.09 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 2649 0 0 0 309 0 0 0 25 0 1 0 657674879 21508096 2556 33554432000 4194304 4394578 140735398128880 18446744073709551615 218370615725 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 5251 2556 267 49 0 2392 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21004

[startup+6.30073 s]
/proc/loadavg: 3.50 3.90 3.94 5/320 17876
/proc/meminfo: memFree=15843292/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=22740 CPUtime=6.29 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 3052 0 0 0 629 0 0 0 25 0 1 0 657674879 23285760 2959 33554432000 4194304 4394578 140735398128880 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 5685 2959 267 49 0 2826 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 22740

[startup+12.7006 s]
/proc/loadavg: 3.58 3.91 3.94 5/320 17877
/proc/meminfo: memFree=15830952/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=25596 CPUtime=12.69 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 3650 0 0 0 1269 0 0 0 25 0 1 0 657674879 26210304 3557 33554432000 4194304 4394578 140735398128880 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 6399 3557 267 49 0 3540 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25596

[startup+25.5003 s]
/proc/loadavg: 3.64 3.91 3.94 5/320 17877
/proc/meminfo: memFree=15820020/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=28440 CPUtime=25.48 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 4302 0 0 0 2548 0 0 0 25 0 1 0 657674879 29122560 4209 33554432000 4194304 4394578 140735398128880 18446744073709551615 4286080 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 7110 4209 267 49 0 4251 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 28440

[startup+51.1008 s]
/proc/loadavg: 3.83 3.93 3.95 5/320 17878
/proc/meminfo: memFree=15804500/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=33072 CPUtime=51.09 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 5260 0 0 0 5108 1 0 0 25 0 1 0 657674879 33865728 5167 33554432000 4194304 4394578 140735398128880 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 8268 5167 267 49 0 5409 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 33072

[startup+102.312 s]
/proc/loadavg: 3.93 3.94 3.95 5/320 17879
/proc/meminfo: memFree=15782900/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=38036 CPUtime=102.3 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 6325 0 0 0 10229 1 0 0 25 0 1 0 657674879 38948864 6232 33554432000 4194304 4394578 140735398128880 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 9509 6232 267 49 0 6650 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 38036

[startup+162.301 s]
/proc/loadavg: 4.03 3.96 3.95 5/320 17890
/proc/meminfo: memFree=15764632/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=41856 CPUtime=162.29 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 7113 0 0 0 16227 2 0 0 25 0 1 0 657674879 42860544 7020 33554432000 4194304 4394578 140735398128880 18446744073709551615 4313558 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 10464 7020 267 49 0 7605 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 41856

[startup+222.3 s]
/proc/loadavg: 4.01 3.97 3.95 5/320 17891
/proc/meminfo: memFree=15753784/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=43840 CPUtime=222.29 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 7529 0 0 0 22227 2 0 0 25 0 1 0 657674879 44892160 7436 33554432000 4194304 4394578 140735398128880 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 10960 7436 267 49 0 8101 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 43840

[startup+282.301 s]
/proc/loadavg: 4.04 3.99 3.96 5/320 17893
/proc/meminfo: memFree=15742448/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=47052 CPUtime=282.29 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 8164 0 0 0 28227 2 0 0 25 0 1 0 657674879 48181248 8071 33554432000 4194304 4394578 140735398128880 18446744073709551615 4290851 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 11763 8071 267 49 0 8904 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 47052

[startup+342.301 s]
/proc/loadavg: 4.05 4.00 3.96 5/320 17897
/proc/meminfo: memFree=15731544/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=49844 CPUtime=342.3 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 8749 0 0 0 34227 3 0 0 25 0 1 0 657674879 51040256 8656 33554432000 4194304 4394578 140735398128880 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 12461 8656 267 49 0 9602 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 49844

[startup+402.3 s]
/proc/loadavg: 4.06 4.01 3.97 5/320 17899
/proc/meminfo: memFree=15725056/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=52236 CPUtime=402.29 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 9216 0 0 0 40226 3 0 0 25 0 1 0 657674879 53489664 9123 33554432000 4194304 4394578 140735398128880 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 13059 9123 267 49 0 10200 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 52236

[startup+462.301 s]
/proc/loadavg: 4.02 4.01 3.97 5/320 17928
/proc/meminfo: memFree=15664072/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=53796 CPUtime=462.29 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 9544 0 0 0 46226 3 0 0 25 0 1 0 657674879 55087104 9451 33554432000 4194304 4394578 140735398128880 18446744073709551615 4298911 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 13449 9451 267 49 0 10590 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 53796

[startup+522.301 s]
/proc/loadavg: 4.01 4.00 3.97 5/320 17929
/proc/meminfo: memFree=15619420/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=54116 CPUtime=522.3 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 9628 0 0 0 52226 4 0 0 25 0 1 0 657674879 55414784 9535 33554432000 4194304 4394578 140735398128880 18446744073709551615 4298743 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 13529 9535 267 49 0 10670 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 54116

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/320 17931
/proc/meminfo: memFree=15599520/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=55156 CPUtime=582.3 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 9821 0 0 0 58226 4 0 0 25 0 1 0 657674879 56479744 9728 33554432000 4194304 4394578 140735398128880 18446744073709551615 4298979 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 13789 9728 267 49 0 10930 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 55156

[startup+642.301 s]
/proc/loadavg: 4.03 4.01 3.97 5/320 17932
/proc/meminfo: memFree=15587704/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=56032 CPUtime=642.31 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 10021 0 0 0 64227 4 0 0 25 0 1 0 657674879 57376768 9928 33554432000 4194304 4394578 140735398128880 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 14008 9928 267 49 0 11149 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 56032

[startup+702.301 s]
/proc/loadavg: 4.09 4.02 3.98 5/320 17934
/proc/meminfo: memFree=15557424/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=57452 CPUtime=702.31 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 10287 0 0 0 70226 5 0 0 25 0 1 0 657674879 58830848 10194 33554432000 4194304 4394578 140735398128880 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 14363 10194 267 49 0 11504 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 57452

[startup+762.311 s]
/proc/loadavg: 4.03 4.02 3.98 5/320 17936
/proc/meminfo: memFree=15548092/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=59540 CPUtime=762.32 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 10653 0 0 0 76227 5 0 0 25 0 1 0 657674879 60968960 10560 33554432000 4194304 4394578 140735398128880 18446744073709551615 4287916 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 14885 10560 267 49 0 12026 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 59540

[startup+822.301 s]
/proc/loadavg: 4.12 4.04 3.99 5/320 17937
/proc/meminfo: memFree=15539112/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=61124 CPUtime=822.31 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 10911 0 0 0 82226 5 0 0 25 0 1 0 657674879 62590976 10818 33554432000 4194304 4394578 140735398128880 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 15281 10818 267 49 0 12422 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 61124

[startup+882.3 s]
/proc/loadavg: 4.16 4.06 4.00 5/320 17939
/proc/meminfo: memFree=15535344/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=61448 CPUtime=882.31 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 10966 0 0 0 88226 5 0 0 25 0 1 0 657674879 62922752 10873 33554432000 4194304 4394578 140735398128880 18446744073709551615 4299384 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 15362 10873 267 49 0 12503 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 61448

[startup+942.301 s]
/proc/loadavg: 4.06 4.05 4.00 5/320 17940
/proc/meminfo: memFree=15531452/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=62580 CPUtime=942.31 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 11178 0 0 0 94226 5 0 0 25 0 1 0 657674879 64081920 11085 33554432000 4194304 4394578 140735398128880 18446744073709551615 4298676 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 15645 11085 267 49 0 12786 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 62580

[startup+1002.3 s]
/proc/loadavg: 4.02 4.04 4.00 5/320 17942
/proc/meminfo: memFree=15524716/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=64508 CPUtime=1002.31 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 11496 0 0 0 100226 5 0 0 25 0 1 0 657674879 66056192 11403 33554432000 4194304 4394578 140735398128880 18446744073709551615 4290813 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 16127 11403 267 49 0 13268 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 64508

[startup+1062.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/320 17944
/proc/meminfo: memFree=15507328/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=65156 CPUtime=1062.31 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 11622 0 0 0 106226 5 0 0 25 0 1 0 657674879 66719744 11529 33554432000 4194304 4394578 140735398128880 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 16289 11529 267 49 0 13430 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 65156

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/320 17945
/proc/meminfo: memFree=15501184/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=66008 CPUtime=1122.32 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 11771 0 0 0 112226 6 0 0 25 0 1 0 657674879 67592192 11678 33554432000 4194304 4394578 140735398128880 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 16502 11678 267 49 0 13643 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 66008

[startup+1182.3 s]
/proc/loadavg: 4.05 4.03 4.00 5/320 17947
/proc/meminfo: memFree=15493344/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=67036 CPUtime=1182.32 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 11947 0 0 0 118226 6 0 0 25 0 1 0 657674879 68644864 11854 33554432000 4194304 4394578 140735398128880 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 16759 11854 267 49 0 13900 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 67036

[startup+1242.3 s]
/proc/loadavg: 4.02 4.02 4.00 5/320 17948
/proc/meminfo: memFree=15487592/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=68620 CPUtime=1242.31 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 12244 0 0 0 124225 6 0 0 25 0 1 0 657674879 70266880 12151 33554432000 4194304 4394578 140735398128880 18446744073709551615 4296770 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 17155 12151 267 49 0 14296 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 68620



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.03 4.00 3/317 17952
/proc/meminfo: memFree=15617764/32951124 swapFree=52307768/67111528
[pid=17865] ppid=17863 vsize=69148 CPUtime=1300.02 cores=4,6
/proc/17865/stat : 17865 (SApperloT2010) R 17863 17865 17787 0 -1 4202496 12336 0 0 0 129996 6 0 0 25 0 1 0 657674879 70807552 12243 33554432000 4194304 4394578 140735398128880 18446744073709551615 4298985 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/17865/statm: 17287 12243 267 49 0 14428 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 69148

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.01
CPU time (s): 1300.04
CPU user time (s): 1299.97
CPU system time (s): 0.070989
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 69148

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

runsolver used 4.21336 second user time and 8.76967 second system time

The end

Launcher Data

Begin job on node101 at 2011-05-15 13:58:41
IDJOB=3379809
IDBENCH=85826
IDSOLVER=1862
FILE ID=node101/3379809-1305460721
RUNJOBID= node101-1305460721-17806
PBS_JOBID= 13324920
Free space on /tmp= 73756 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT05/crafted/sorge05/QG7/gensys-icl007.shuffled-as.sat05-3133.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379809-1305460721/watcher-3379809-1305460721 -o /tmp/evaluation-result-3379809-1305460721/solver-3379809-1305460721 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379809-1305460721.cnf

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

MD5SUM BENCH= 88361752c7b0c05e849791aafdd7bdba
RANDOM SEED=262762827

node101.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.841
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.68
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.841
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.07
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.841
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.77
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.841
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.841
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.74
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.841
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.841
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.841
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:      15884928 kB
Buffers:        341528 kB
Cached:        6186216 kB
SwapCached:      14848 kB
Active:       11594032 kB
Inactive:      5179860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15884928 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:            2148 kB
Writeback:           0 kB
AnonPages:    10242896 kB
Mapped:          15836 kB
Slab:           159488 kB
PageTables:      65392 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42635896 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= 73756 MiB
End job on node101 at 2011-05-15 14:20:23