Trace number 3379810

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.05 1300.02

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-icl005.shuffled-as.sat05-3826.cnf
MD5SUM5d8489e52ec1ef9c7431a7fd60f9ff86
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark455.087
Satisfiable
(Un)Satisfiability was proved
Number of variables2703
Number of clauses18312
Sum of the clauses size128119
Maximum clause length13
Minimum clause length1
Number of clauses of size 156
Number of clauses of size 2533
Number of clauses of size 32417
Number of clauses of size 4522
Number of clauses of size 5685
Number of clauses of size over 514099

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

running on 2 cores: 1,3

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.85 1.40 2.58 4/301 17759
/proc/meminfo: memFree=20700348/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=12928 CPUtime=0 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 606 0 0 0 0 0 0 0 22 0 1 0 657667504 13238272 546 33554432000 4194304 4394578 140733943631168 18446744073709551615 232335553221 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 3232 547 247 49 0 373 0

[startup+0.0659031 s]
/proc/loadavg: 0.85 1.40 2.58 4/301 17759
/proc/meminfo: memFree=20700348/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=15468 CPUtime=0.06 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 1253 0 0 0 6 0 0 0 22 0 1 0 657667504 15839232 1192 33554432000 4194304 4394578 140733943631168 18446744073709551615 232335916951 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 3867 1192 255 49 0 1008 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15468

[startup+0.1009 s]
/proc/loadavg: 0.85 1.40 2.58 4/301 17759
/proc/meminfo: memFree=20700348/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=15612 CPUtime=0.09 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 1291 0 0 0 9 0 0 0 22 0 1 0 657667504 15986688 1194 33554432000 4194304 4394578 140733943631168 18446744073709551615 232335916951 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 3903 1194 255 49 0 1044 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15612

[startup+0.300866 s]
/proc/loadavg: 0.85 1.40 2.58 4/301 17759
/proc/meminfo: memFree=20700348/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=20420 CPUtime=0.29 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 2602 0 0 0 29 0 0 0 23 0 1 0 657667504 20910080 2428 33554432000 4194304 4394578 140733943631168 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 5105 2428 267 49 0 2246 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20420

[startup+0.700792 s]
/proc/loadavg: 0.85 1.40 2.58 4/301 17759
/proc/meminfo: memFree=20700348/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=21740 CPUtime=0.69 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 2927 0 0 0 69 0 0 0 25 0 1 0 657667504 22261760 2753 33554432000 4194304 4394578 140733943631168 18446744073709551615 4287971 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 5435 2753 267 49 0 2576 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21740

[startup+1.50066 s]
/proc/loadavg: 0.85 1.40 2.58 5/305 17793
/proc/meminfo: memFree=20672656/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=23108 CPUtime=1.49 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 3242 0 0 0 149 0 0 0 25 0 1 0 657667504 23662592 3068 33554432000 4194304 4394578 140733943631168 18446744073709551615 4298816 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 5777 3068 267 49 0 2918 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23108

[startup+3.10037 s]
/proc/loadavg: 0.85 1.40 2.58 5/305 17793
/proc/meminfo: memFree=20662008/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=24940 CPUtime=3.09 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 3694 0 0 0 308 1 0 0 25 0 1 0 657667504 25538560 3520 33554432000 4194304 4394578 140733943631168 18446744073709551615 4327612 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 6235 3520 267 49 0 3376 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24940

[startup+6.3008 s]
/proc/loadavg: 1.10 1.44 2.59 5/305 17793
/proc/meminfo: memFree=20650128/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=26388 CPUtime=6.29 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 4004 0 0 0 628 1 0 0 25 0 1 0 657667504 27021312 3830 33554432000 4194304 4394578 140733943631168 18446744073709551615 232335541644 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 6597 3830 267 49 0 3738 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 26388

[startup+12.7007 s]
/proc/loadavg: 1.33 1.49 2.60 5/305 17793
/proc/meminfo: memFree=20630788/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=29004 CPUtime=12.69 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 4565 0 0 0 1268 1 0 0 25 0 1 0 657667504 29700096 4391 33554432000 4194304 4394578 140733943631168 18446744073709551615 4327612 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 7251 4391 267 49 0 4392 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29004

[startup+25.5004 s]
/proc/loadavg: 1.92 1.61 2.62 5/305 17794
/proc/meminfo: memFree=20604644/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=31968 CPUtime=25.49 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 5142 0 0 0 2548 1 0 0 25 0 1 0 657667504 32735232 4968 33554432000 4194304 4394578 140733943631168 18446744073709551615 4299387 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 7992 4968 267 49 0 5133 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 31968

[startup+51.1008 s]
/proc/loadavg: 2.63 1.80 2.65 5/305 17795
/proc/meminfo: memFree=20555608/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=36420 CPUtime=51.09 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 6146 0 0 0 5108 1 0 0 25 0 1 0 657667504 37294080 5972 33554432000 4194304 4394578 140733943631168 18446744073709551615 4296529 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 9105 5972 267 49 0 6246 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 36420

[startup+102.311 s]
/proc/loadavg: 3.40 2.14 2.72 5/305 17796
/proc/meminfo: memFree=20472772/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=43120 CPUtime=102.31 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 7530 0 0 0 10229 2 0 0 25 0 1 0 657667504 44154880 7356 33554432000 4194304 4394578 140733943631168 18446744073709551615 4298361 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 10780 7356 267 49 0 7921 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 43120

[startup+162.301 s]
/proc/loadavg: 3.78 2.47 2.80 5/305 17797
/proc/meminfo: memFree=20392508/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=49100 CPUtime=162.3 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 8739 0 0 0 16228 2 0 0 25 0 1 0 657667504 50278400 8565 33554432000 4194304 4394578 140733943631168 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 12275 8565 267 49 0 9416 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 49100

[startup+222.3 s]
/proc/loadavg: 3.92 2.75 2.87 5/305 17808
/proc/meminfo: memFree=20288484/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=55156 CPUtime=222.29 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 10095 0 0 0 22227 2 0 0 25 0 1 0 657667504 56479744 9921 33554432000 4194304 4394578 140733943631168 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 13789 9921 267 49 0 10930 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 55156

[startup+282.301 s]
/proc/loadavg: 3.97 2.97 2.94 5/305 17810
/proc/meminfo: memFree=20233780/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=59348 CPUtime=282.3 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 10981 0 0 0 28227 3 0 0 25 0 1 0 657667504 60772352 10807 33554432000 4194304 4394578 140733943631168 18446744073709551615 4298682 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 14837 10807 267 49 0 11978 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 59348

[startup+342.301 s]
/proc/loadavg: 4.07 3.17 3.01 5/305 17811
/proc/meminfo: memFree=20132568/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=63536 CPUtime=342.3 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 11865 0 0 0 34227 3 0 0 25 0 1 0 657667504 65060864 11691 33554432000 4194304 4394578 140733943631168 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 15884 11691 267 49 0 13025 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 63536

[startup+402.3 s]
/proc/loadavg: 4.13 3.35 3.08 5/305 17816
/proc/meminfo: memFree=20039320/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=67196 CPUtime=402.3 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 12679 0 0 0 40227 3 0 0 25 0 1 0 657667504 68808704 12505 33554432000 4194304 4394578 140733943631168 18446744073709551615 4300102 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 16799 12505 267 49 0 13940 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 67196

[startup+462.301 s]
/proc/loadavg: 4.09 3.48 3.14 5/305 17817
/proc/meminfo: memFree=19961344/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=70616 CPUtime=462.3 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 13471 0 0 0 46227 3 0 0 25 0 1 0 657667504 72310784 13297 33554432000 4194304 4394578 140733943631168 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 17654 13297 267 49 0 14795 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 70616

[startup+522.301 s]
/proc/loadavg: 4.11 3.60 3.20 5/305 17819
/proc/meminfo: memFree=19867460/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=73548 CPUtime=522.31 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 14178 0 0 0 52227 4 0 0 25 0 1 0 657667504 75313152 14004 33554432000 4194304 4394578 140733943631168 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 18387 14004 267 49 0 15528 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 73548

[startup+582.3 s]
/proc/loadavg: 4.04 3.67 3.25 5/305 17821
/proc/meminfo: memFree=19825524/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=75316 CPUtime=582.3 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 14622 0 0 0 58226 4 0 0 25 0 1 0 657667504 77123584 14448 33554432000 4194304 4394578 140733943631168 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 18829 14448 267 49 0 15970 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 75316

[startup+642.301 s]
/proc/loadavg: 4.01 3.73 3.29 5/305 17822
/proc/meminfo: memFree=19775788/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=77688 CPUtime=642.31 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 15141 0 0 0 64227 4 0 0 25 0 1 0 657667504 79552512 14967 33554432000 4194304 4394578 140733943631168 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 19422 14967 267 49 0 16563 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 77688

[startup+702.301 s]
/proc/loadavg: 4.04 3.79 3.34 5/305 17824
/proc/meminfo: memFree=19686596/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=79520 CPUtime=702.31 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 15545 0 0 0 70226 5 0 0 25 0 1 0 657667504 81428480 15371 33554432000 4194304 4394578 140733943631168 18446744073709551615 4296785 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 19880 15371 267 49 0 17021 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 79520

[startup+762.311 s]
/proc/loadavg: 4.06 3.84 3.38 5/305 17825
/proc/meminfo: memFree=19613424/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=80544 CPUtime=762.33 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 15782 0 0 0 76228 5 0 0 25 0 1 0 657667504 82477056 15608 33554432000 4194304 4394578 140733943631168 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 20136 15608 267 49 0 17277 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 80544

[startup+822.301 s]
/proc/loadavg: 4.08 3.88 3.42 5/305 17827
/proc/meminfo: memFree=19525856/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=81248 CPUtime=822.32 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 15929 0 0 0 82227 5 0 0 25 0 1 0 657667504 83197952 15755 33554432000 4194304 4394578 140733943631168 18446744073709551615 4298985 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 20312 15755 267 49 0 17453 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 81248

[startup+882.3 s]
/proc/loadavg: 4.03 3.90 3.46 5/305 17829
/proc/meminfo: memFree=19437676/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=83516 CPUtime=882.31 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 16529 0 0 0 88226 5 0 0 25 0 1 0 657667504 85520384 16279 33554432000 4194304 4394578 140733943631168 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 20879 16279 267 49 0 18020 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 83516

[startup+942.3 s]
/proc/loadavg: 4.09 3.94 3.50 5/305 17830
/proc/meminfo: memFree=19388672/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=84892 CPUtime=942.31 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 16868 0 0 0 94226 5 0 0 25 0 1 0 657667504 86929408 16618 33554432000 4194304 4394578 140733943631168 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 21223 16618 267 49 0 18364 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 84892

[startup+1002.3 s]
/proc/loadavg: 4.09 3.97 3.53 5/305 17832
/proc/meminfo: memFree=19295032/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=87080 CPUtime=1002.32 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 17349 0 0 0 100226 6 0 0 25 0 1 0 657667504 89169920 17099 33554432000 4194304 4394578 140733943631168 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 21770 17099 267 49 0 18911 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 87080

[startup+1062.3 s]
/proc/loadavg: 4.14 4.00 3.57 5/305 17833
/proc/meminfo: memFree=19225308/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=88176 CPUtime=1062.32 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 17584 0 0 0 106225 7 0 0 25 0 1 0 657667504 90292224 17334 33554432000 4194304 4394578 140733943631168 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 22044 17334 267 49 0 19185 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 88176

[startup+1122.3 s]
/proc/loadavg: 4.05 4.00 3.59 5/305 17835
/proc/meminfo: memFree=19140464/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=89204 CPUtime=1122.32 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 17821 0 0 0 112225 7 0 0 25 0 1 0 657667504 91344896 17571 33554432000 4194304 4394578 140733943631168 18446744073709551615 4291300 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 22301 17571 267 49 0 19442 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 89204

[startup+1182.3 s]
/proc/loadavg: 4.02 4.00 3.61 5/305 17837
/proc/meminfo: memFree=19058208/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=90524 CPUtime=1182.32 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 18136 0 0 0 118225 7 0 0 25 0 1 0 657667504 92696576 17886 33554432000 4194304 4394578 140733943631168 18446744073709551615 4315587 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 22631 17886 267 49 0 19772 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 90524

[startup+1242.3 s]
/proc/loadavg: 4.05 4.01 3.64 5/305 17838
/proc/meminfo: memFree=19053724/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=91196 CPUtime=1242.32 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 18285 0 0 0 124225 7 0 0 25 0 1 0 657667504 93384704 18035 33554432000 4194304 4394578 140733943631168 18446744073709551615 4338212 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 22799 18035 267 49 0 19940 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 91196



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.01 3.66 4/304 17841
/proc/meminfo: memFree=20451800/32951124 swapFree=66457188/67111528
[pid=17759] ppid=17757 vsize=93236 CPUtime=1300.03 cores=1,3
/proc/17759/stat : 17759 (SApperloT2010) R 17757 17759 17096 0 -1 4202496 18813 0 0 0 129995 8 0 0 25 0 1 0 657667504 95473664 18563 33554432000 4194304 4394578 140733943631168 18446744073709551615 4291977 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/17759/statm: 23309 18563 267 49 0 20450 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 93236

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.02
CPU time (s): 1300.05
CPU user time (s): 1299.96
CPU system time (s): 0.085986
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 93236

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

runsolver used 3.60145 second user time and 8.23875 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-15 13:58:13
IDJOB=3379810
IDBENCH=85799
IDSOLVER=1862
FILE ID=node132/3379810-1305460693
RUNJOBID= node132-1305460693-17725
PBS_JOBID= 13324896
Free space on /tmp= 73368 MiB

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

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

MD5SUM BENCH= 5d8489e52ec1ef9c7431a7fd60f9ff86
RANDOM SEED=1284509451

node132.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20700752 kB
Buffers:        300312 kB
Cached:        5900960 kB
SwapCached:       6904 kB
Active:        5514524 kB
Inactive:      6424604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20700752 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:            1644 kB
Writeback:           0 kB
AnonPages:     5735976 kB
Mapped:          19860 kB
Slab:           223248 kB
PageTables:      26520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 35278836 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= 73368 MiB
End job on node132 at 2011-05-15 14:19:55