Trace number 3379749

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

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn003.shuffled-as.sat05-3843.cnf
MD5SUM59fa4424111aa94c942a4bbd786cbd51
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1234.33
Satisfiable
(Un)Satisfiability was proved
Number of variables2969
Number of clauses18767
Sum of the clauses size134137
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2442
Number of clauses of size 32384
Number of clauses of size 4505
Number of clauses of size 5684
Number of clauses of size over 514710

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

running on 2 cores: 5,7

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 3/311 17859
/proc/meminfo: memFree=15889004/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=13276 CPUtime=0 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 684 0 0 0 0 0 0 0 22 0 1 0 657674877 13594624 625 33554432000 4194304 4394578 140736772105792 18446744073709551615 218370618053 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 3319 625 247 49 0 460 0

[startup+0.0708601 s]
/proc/loadavg: 3.46 3.90 3.94 3/311 17859
/proc/meminfo: memFree=15889004/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=15580 CPUtime=0.06 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 1262 0 0 0 6 0 0 0 22 0 1 0 657674877 15953920 1202 33554432000 4194304 4394578 140736772105792 18446744073709551615 218370981783 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 3895 1202 255 49 0 1036 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 15580

[startup+0.100852 s]
/proc/loadavg: 3.46 3.90 3.94 3/311 17859
/proc/meminfo: memFree=15889004/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=15728 CPUtime=0.09 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 1299 0 0 0 9 0 0 0 22 0 1 0 657674877 16105472 1202 33554432000 4194304 4394578 140736772105792 18446744073709551615 218370981783 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 3932 1202 255 49 0 1073 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15728

[startup+0.300829 s]
/proc/loadavg: 3.46 3.90 3.94 3/311 17859
/proc/meminfo: memFree=15889004/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=20512 CPUtime=0.29 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 2631 0 0 0 29 0 0 0 23 0 1 0 657674877 21004288 2454 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 5128 2454 267 49 0 2269 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20512

[startup+0.700742 s]
/proc/loadavg: 3.46 3.90 3.94 3/311 17859
/proc/meminfo: memFree=15889004/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=21964 CPUtime=0.69 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 2988 0 0 0 69 0 0 0 25 0 1 0 657674877 22491136 2811 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 5491 2811 267 49 0 2632 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21964

[startup+1.50061 s]
/proc/loadavg: 3.50 3.90 3.94 5/320 17876
/proc/meminfo: memFree=15857912/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=23228 CPUtime=1.49 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 3303 0 0 0 149 0 0 0 25 0 1 0 657674877 23785472 3126 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 5807 3126 267 49 0 2948 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23228

[startup+3.10032 s]
/proc/loadavg: 3.50 3.90 3.94 5/320 17876
/proc/meminfo: memFree=15850472/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=25268 CPUtime=3.09 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 3761 0 0 0 309 0 0 0 25 0 1 0 657674877 25874432 3584 33554432000 4194304 4394578 140736772105792 18446744073709551615 4346169 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 6317 3584 267 49 0 3458 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25268

[startup+6.30075 s]
/proc/loadavg: 3.50 3.90 3.94 5/320 17876
/proc/meminfo: memFree=15843416/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=27204 CPUtime=6.29 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 4202 0 0 0 629 0 0 0 25 0 1 0 657674877 27856896 4025 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 6801 4025 267 49 0 3942 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27204

[startup+12.7006 s]
/proc/loadavg: 3.58 3.91 3.94 5/320 17877
/proc/meminfo: memFree=15830952/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=30692 CPUtime=12.69 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 4936 0 0 0 1268 1 0 0 25 0 1 0 657674877 31428608 4759 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298940 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 7673 4759 267 49 0 4814 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30692

[startup+25.5003 s]
/proc/loadavg: 3.64 3.91 3.94 5/320 17877
/proc/meminfo: memFree=15820020/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=34616 CPUtime=25.49 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 5852 0 0 0 2548 1 0 0 25 0 1 0 657674877 35446784 5675 33554432000 4194304 4394578 140736772105792 18446744073709551615 4291760 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 8654 5675 267 49 0 5795 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 34616

[startup+51.1008 s]
/proc/loadavg: 3.83 3.93 3.95 5/320 17878
/proc/meminfo: memFree=15804500/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=39340 CPUtime=51.09 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 6874 0 0 0 5108 1 0 0 25 0 1 0 657674877 40284160 6697 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298414 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 9835 6697 267 49 0 6976 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 39340

[startup+102.312 s]
/proc/loadavg: 3.93 3.94 3.95 5/320 17879
/proc/meminfo: memFree=15782900/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=47584 CPUtime=102.3 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 8753 0 0 0 10228 2 0 0 25 0 1 0 657674877 48726016 8576 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 11896 8576 267 49 0 9037 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 47584

[startup+162.301 s]
/proc/loadavg: 4.03 3.96 3.95 5/320 17890
/proc/meminfo: memFree=15764632/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=54132 CPUtime=162.29 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 10058 0 0 0 16227 2 0 0 25 0 1 0 657674877 55431168 9881 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 13533 9881 267 49 0 10674 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 54132

[startup+222.3 s]
/proc/loadavg: 4.01 3.97 3.95 5/320 17891
/proc/meminfo: memFree=15753784/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=60928 CPUtime=222.29 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 11651 0 0 0 22226 3 0 0 25 0 1 0 657674877 62390272 11474 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 15232 11474 267 49 0 12373 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 60928

[startup+282.301 s]
/proc/loadavg: 4.04 3.99 3.96 5/320 17893
/proc/meminfo: memFree=15742448/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=66616 CPUtime=282.28 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 12927 0 0 0 28225 3 0 0 25 0 1 0 657674877 68214784 12750 33554432000 4194304 4394578 140736772105792 18446744073709551615 4310187 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 16654 12750 267 49 0 13795 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 66616

[startup+342.301 s]
/proc/loadavg: 4.05 4.00 3.96 5/320 17897
/proc/meminfo: memFree=15731544/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=71300 CPUtime=342.28 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 13933 0 0 0 34225 3 0 0 25 0 1 0 657674877 73011200 13756 33554432000 4194304 4394578 140736772105792 18446744073709551615 4287612 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 17825 13756 267 49 0 14966 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 71300

[startup+402.3 s]
/proc/loadavg: 4.06 4.01 3.97 5/320 17899
/proc/meminfo: memFree=15725056/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=73132 CPUtime=402.29 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 14343 0 0 0 40225 4 0 0 25 0 1 0 657674877 74887168 14166 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 18283 14166 267 49 0 15424 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 73132

[startup+462.301 s]
/proc/loadavg: 4.02 4.01 3.97 5/320 17928
/proc/meminfo: memFree=15664196/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=77092 CPUtime=462.29 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 15215 0 0 0 46225 4 0 0 25 0 1 0 657674877 78942208 15038 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 19273 15038 267 49 0 16414 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 77092

[startup+522.301 s]
/proc/loadavg: 4.01 4.00 3.97 5/320 17929
/proc/meminfo: memFree=15619420/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=80476 CPUtime=522.28 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 15942 0 0 0 52224 4 0 0 25 0 1 0 657674877 82407424 15765 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 20119 15765 267 49 0 17260 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 80476

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.97 5/320 17931
/proc/meminfo: memFree=15599520/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=82884 CPUtime=582.29 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 16430 0 0 0 58224 5 0 0 25 0 1 0 657674877 84873216 16253 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298911 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 20721 16253 267 49 0 17862 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 82884

[startup+642.301 s]
/proc/loadavg: 4.03 4.01 3.97 5/320 17932
/proc/meminfo: memFree=15587704/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=85980 CPUtime=642.29 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 17128 0 0 0 64223 6 0 0 25 0 1 0 657674877 88043520 16951 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 21495 16951 267 49 0 18636 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 85980

[startup+702.3 s]
/proc/loadavg: 4.09 4.02 3.98 5/320 17934
/proc/meminfo: memFree=15557424/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=89920 CPUtime=702.29 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 17997 0 0 0 70222 7 0 0 25 0 1 0 657674877 92078080 17820 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 22480 17820 267 49 0 19621 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 89920

[startup+762.312 s]
/proc/loadavg: 4.03 4.02 3.98 5/320 17936
/proc/meminfo: memFree=15548092/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=93516 CPUtime=762.29 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 18834 0 0 0 76222 7 0 0 25 0 1 0 657674877 95760384 18657 33554432000 4194304 4394578 140736772105792 18446744073709551615 4296559 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 23379 18657 267 49 0 20520 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 93516

[startup+822.301 s]
/proc/loadavg: 4.12 4.04 3.99 5/320 17937
/proc/meminfo: memFree=15539112/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=94956 CPUtime=822.28 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 19115 0 0 0 82221 7 0 0 25 0 1 0 657674877 97234944 18938 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 23739 18938 267 49 0 20880 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 94956

[startup+882.3 s]
/proc/loadavg: 4.16 4.06 4.00 5/320 17939
/proc/meminfo: memFree=15535344/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=95724 CPUtime=882.28 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 19225 0 0 0 88221 7 0 0 25 0 1 0 657674877 98021376 19048 33554432000 4194304 4394578 140736772105792 18446744073709551615 4313754 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 23931 19048 267 49 0 21072 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 95724

[startup+942.301 s]
/proc/loadavg: 4.06 4.05 4.00 5/320 17940
/proc/meminfo: memFree=15531452/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=97552 CPUtime=942.28 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 19694 0 0 0 94220 8 0 0 25 0 1 0 657674877 99893248 19517 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 24388 19517 267 49 0 21529 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 97552

[startup+1002.3 s]
/proc/loadavg: 4.02 4.04 4.00 5/320 17942
/proc/meminfo: memFree=15524716/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=100572 CPUtime=1002.28 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 20387 0 0 0 100219 9 0 0 25 0 1 0 657674877 102985728 20210 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 25143 20210 267 49 0 22284 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 100572

[startup+1062.3 s]
/proc/loadavg: 4.00 4.03 4.00 5/320 17944
/proc/meminfo: memFree=15507328/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=102284 CPUtime=1062.28 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 20751 0 0 0 106219 9 0 0 25 0 1 0 657674877 104738816 20574 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 25571 20574 267 49 0 22712 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 102284

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/320 17945
/proc/meminfo: memFree=15501184/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=103312 CPUtime=1122.28 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 20928 0 0 0 112218 10 0 0 25 0 1 0 657674877 105791488 20751 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 25828 20751 267 49 0 22969 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 103312

[startup+1182.3 s]
/proc/loadavg: 4.05 4.03 4.00 5/320 17947
/proc/meminfo: memFree=15493344/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=105224 CPUtime=1182.28 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 21332 0 0 0 118218 10 0 0 25 0 1 0 657674877 107749376 21155 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 26306 21155 267 49 0 23447 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 105224

[startup+1242.3 s]
/proc/loadavg: 4.02 4.02 4.00 5/320 17948
/proc/meminfo: memFree=15487592/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=106336 CPUtime=1242.28 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 21597 0 0 0 124217 11 0 0 25 0 1 0 657674877 108888064 21420 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 26584 21420 267 49 0 23725 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 106336



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.03 4.00 4/318 17951
/proc/meminfo: memFree=15532568/32951124 swapFree=52307768/67111528
[pid=17859] ppid=17857 vsize=107432 CPUtime=1299.99 cores=5,7
/proc/17859/stat : 17859 (SApperloT2010) R 17857 17859 17787 0 -1 4202496 21840 0 0 0 129987 12 0 0 25 0 1 0 657674877 110010368 21663 33554432000 4194304 4394578 140736772105792 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/17859/statm: 26858 21663 267 49 0 23999 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 107432

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.01
CPU user time (s): 1299.88
CPU system time (s): 0.12698
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 107432

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

runsolver used 3.74643 second user time and 9.2226 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 59fa4424111aa94c942a4bbd786cbd51
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:      15889532 kB
Buffers:        341520 kB
Cached:        6185448 kB
SwapCached:      14848 kB
Active:       11588920 kB
Inactive:      5179836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15889532 kB
SwapTotal:    67111528 kB
SwapFree:     52307768 kB
Dirty:            1760 kB
Writeback:           0 kB
AnonPages:    10238628 kB
Mapped:          15836 kB
Slab:           159488 kB
PageTables:      65780 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 42615852 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