Trace number 3439578

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-05-15 (fixed)? (TO) 5000.1 5000.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 benchmark1118.21
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: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3439578-1306936786/watcher-3439578-1306936786 -o /tmp/evaluation-result-3439578-1306936786/solver-3439578-1306936786 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3439578-1306936786.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.04 2.05 2.03 2/477 10682
/proc/meminfo: memFree=22261096/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=13408 CPUtime=0 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 729 0 0 0 0 0 0 0 25 0 1 0 786093932 13729792 669 33554432000 4194304 4394578 140735387867632 18446744073709551615 254261277381 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 3352 670 247 49 0 493 0

[startup+0.038037 s]
/proc/loadavg: 2.04 2.05 2.03 2/477 10682
/proc/meminfo: memFree=22261096/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=15580 CPUtime=0.03 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 1263 0 0 0 3 0 0 0 25 0 1 0 786093932 15953920 1202 33554432000 4194304 4394578 140735387867632 18446744073709551615 254261641111 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 3895 1202 255 49 0 1036 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 15580

[startup+0.101037 s]
/proc/loadavg: 2.04 2.05 2.03 2/477 10682
/proc/meminfo: memFree=22261096/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=15728 CPUtime=0.09 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 1300 0 0 0 9 0 0 0 25 0 1 0 786093932 16105472 1202 33554432000 4194304 4394578 140735387867632 18446744073709551615 254261641111 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 3932 1202 255 49 0 1073 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15728

[startup+0.300991 s]
/proc/loadavg: 2.04 2.05 2.03 2/477 10682
/proc/meminfo: memFree=22261096/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=20512 CPUtime=0.29 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 2631 0 0 0 28 1 0 0 25 0 1 0 786093932 21004288 2453 33554432000 4194304 4394578 140735387867632 18446744073709551615 4287872 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 5128 2453 267 49 0 2269 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20512

[startup+0.700921 s]
/proc/loadavg: 2.04 2.05 2.03 2/477 10682
/proc/meminfo: memFree=22261096/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=21964 CPUtime=0.69 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 2989 0 0 0 68 1 0 0 25 0 1 0 786093932 22491136 2811 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 5491 2811 267 49 0 2632 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21964

[startup+1.50078 s]
/proc/loadavg: 2.04 2.05 2.03 3/478 10684
/proc/meminfo: memFree=22249316/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=23228 CPUtime=1.49 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 3305 0 0 0 148 1 0 0 25 0 1 0 786093932 23785472 3127 33554432000 4194304 4394578 140735387867632 18446744073709551615 4287200 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 5807 3127 267 49 0 2948 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23228

[startup+3.10051 s]
/proc/loadavg: 2.04 2.05 2.03 3/478 10684
/proc/meminfo: memFree=22246780/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=25268 CPUtime=3.09 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 3765 0 0 0 308 1 0 0 25 0 1 0 786093932 25874432 3587 33554432000 4194304 4394578 140735387867632 18446744073709551615 4337119 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 6317 3587 267 49 0 3458 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25268

[startup+6.30093 s]
/proc/loadavg: 2.04 2.05 2.03 3/478 10684
/proc/meminfo: memFree=22244380/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=27204 CPUtime=6.29 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 4203 0 0 0 628 1 0 0 25 0 1 0 786093932 27856896 4025 33554432000 4194304 4394578 140735387867632 18446744073709551615 4285668 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 6801 4025 267 49 0 3942 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27204

[startup+12.7008 s]
/proc/loadavg: 2.03 2.05 2.03 3/478 10684
/proc/meminfo: memFree=22240448/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=30692 CPUtime=12.69 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 4937 0 0 0 1267 2 0 0 25 0 1 0 786093932 31428608 4759 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 7673 4759 267 49 0 4814 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30692

[startup+25.5005 s]
/proc/loadavg: 2.02 2.04 2.02 3/478 10684
/proc/meminfo: memFree=22236100/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=34808 CPUtime=25.49 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 5890 0 0 0 2547 2 0 0 25 0 1 0 786093932 35643392 5712 33554432000 4194304 4394578 140735387867632 18446744073709551615 4291253 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 8702 5712 267 49 0 5843 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 34808

[startup+51.101 s]
/proc/loadavg: 2.02 2.04 2.02 3/478 10685
/proc/meminfo: memFree=22230972/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=39524 CPUtime=51.09 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 6928 0 0 0 5107 2 0 0 25 0 1 0 786093932 40472576 6750 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 9881 6750 267 49 0 7022 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 39524

[startup+102.318 s]
/proc/loadavg: 2.00 2.03 2.02 3/478 10695
/proc/meminfo: memFree=22219712/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=47584 CPUtime=102.31 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 8756 0 0 0 10228 3 0 0 25 0 1 0 786093932 48726016 8578 33554432000 4194304 4394578 140735387867632 18446744073709551615 4287531 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 11896 8578 267 49 0 9037 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 47584

[startup+162.3 s]
/proc/loadavg: 2.13 2.06 2.02 3/478 10697
/proc/meminfo: memFree=22210608/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=54132 CPUtime=162.29 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 10078 0 0 0 16226 3 0 0 25 0 1 0 786093932 55431168 9900 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 13533 9900 267 49 0 10674 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 54132

[startup+222.301 s]
/proc/loadavg: 2.11 2.06 2.02 3/478 10698
/proc/meminfo: memFree=22201784/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=61456 CPUtime=222.29 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 11767 0 0 0 22225 4 0 0 25 0 1 0 786093932 62930944 11589 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298679 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 15364 11589 267 49 0 12505 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 61456

[startup+282.3 s]
/proc/loadavg: 2.04 2.05 2.02 3/478 10700
/proc/meminfo: memFree=22195064/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=66848 CPUtime=282.3 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 12955 0 0 0 28226 4 0 0 25 0 1 0 786093932 68452352 12777 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 16712 12777 267 49 0 13853 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 66848

[startup+342.301 s]
/proc/loadavg: 2.01 2.04 2.01 3/478 10702
/proc/meminfo: memFree=22189088/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=71300 CPUtime=342.3 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 13955 0 0 0 34225 5 0 0 25 0 1 0 786093932 73011200 13777 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 17825 13777 267 49 0 14966 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 71300

[startup+402.301 s]
/proc/loadavg: 2.15 2.07 2.02 3/478 10703
/proc/meminfo: memFree=22185700/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=73132 CPUtime=402.29 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 14344 0 0 0 40224 5 0 0 25 0 1 0 786093932 74887168 14166 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 18283 14166 267 49 0 15424 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 73132

[startup+462.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/478 10705
/proc/meminfo: memFree=22181808/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=77348 CPUtime=462.3 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 15255 0 0 0 46224 6 0 0 25 0 1 0 786093932 79204352 15077 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 19337 15077 267 49 0 16478 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 77348

[startup+522.301 s]
/proc/loadavg: 2.02 2.04 2.01 3/478 10706
/proc/meminfo: memFree=22178180/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=80476 CPUtime=522.3 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 15970 0 0 0 52224 6 0 0 25 0 1 0 786093932 82407424 15792 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 20119 15792 267 49 0 17260 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 80476

[startup+582.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/478 10708
/proc/meminfo: memFree=22174792/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=82884 CPUtime=582.3 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 16433 0 0 0 58224 6 0 0 25 0 1 0 786093932 84873216 16255 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 20721 16255 267 49 0 17862 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 82884

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/478 10824
/proc/meminfo: memFree=22088940/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=142036 CPUtime=4002.35 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 30288 0 0 0 400220 15 0 0 25 0 1 0 786093932 145444864 30017 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 35509 30017 267 49 0 32650 0
Current children cumulated CPU time (s) 4002.35
Current children cumulated vsize (KiB) 142036

[startup+4062.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/478 10826
/proc/meminfo: memFree=22088424/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=142484 CPUtime=4062.37 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 30422 0 0 0 406222 15 0 0 25 0 1 0 786093932 145903616 30151 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298401 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 35621 30151 267 49 0 32762 0
Current children cumulated CPU time (s) 4062.37
Current children cumulated vsize (KiB) 142484

[startup+4122.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 10827
/proc/meminfo: memFree=22087908/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=142740 CPUtime=4122.35 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 30456 0 0 0 412220 15 0 0 25 0 1 0 786093932 146165760 30185 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 35685 30185 267 49 0 32826 0
Current children cumulated CPU time (s) 4122.35
Current children cumulated vsize (KiB) 142740

[startup+4182.3 s]
/proc/loadavg: 2.10 2.04 2.00 3/478 10830
/proc/meminfo: memFree=22087516/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=142996 CPUtime=4182.35 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 30558 0 0 0 418220 15 0 0 25 0 1 0 786093932 146427904 30287 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 35749 30287 267 49 0 32890 0
Current children cumulated CPU time (s) 4182.35
Current children cumulated vsize (KiB) 142996

[startup+4242.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/478 10832
/proc/meminfo: memFree=22087492/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=142996 CPUtime=4242.35 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 30573 0 0 0 424220 15 0 0 25 0 1 0 786093932 146427904 30302 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298682 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 35749 30302 267 49 0 32890 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 142996

[startup+4302.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/478 10833
/proc/meminfo: memFree=22086592/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=143252 CPUtime=4302.35 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 30646 0 0 0 430220 15 0 0 25 0 1 0 786093932 146690048 30375 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 35813 30375 267 49 0 32954 0
Current children cumulated CPU time (s) 4302.35
Current children cumulated vsize (KiB) 143252

[startup+4362.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/478 10836
/proc/meminfo: memFree=22085572/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=143508 CPUtime=4362.36 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 30705 0 0 0 436221 15 0 0 25 0 1 0 786093932 146952192 30434 33554432000 4194304 4394578 140735387867632 18446744073709551615 4327664 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 35877 30434 267 49 0 33018 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 143508

[startup+4422.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/478 10837
/proc/meminfo: memFree=22085168/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=143700 CPUtime=4422.35 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 30726 0 0 0 442220 15 0 0 25 0 1 0 786093932 147148800 30455 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 35925 30455 267 49 0 33066 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 143700

[startup+4482.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/478 10839
/proc/meminfo: memFree=22085136/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=143832 CPUtime=4482.36 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 30774 0 0 0 448220 16 0 0 25 0 1 0 786093932 147283968 30503 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298709 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 35958 30503 267 49 0 33099 0
Current children cumulated CPU time (s) 4482.36
Current children cumulated vsize (KiB) 143832

[startup+4542.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/478 10841
/proc/meminfo: memFree=22084756/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=143964 CPUtime=4542.36 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 30802 0 0 0 454220 16 0 0 25 0 1 0 786093932 147419136 30531 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 35991 30531 267 49 0 33132 0
Current children cumulated CPU time (s) 4542.36
Current children cumulated vsize (KiB) 143964

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/478 10842
/proc/meminfo: memFree=22086324/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=144320 CPUtime=4602.37 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 30877 0 0 0 460221 16 0 0 25 0 1 0 786093932 147783680 30606 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 36080 30606 267 49 0 33221 0
Current children cumulated CPU time (s) 4602.37
Current children cumulated vsize (KiB) 144320

[startup+4662.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/478 10844
/proc/meminfo: memFree=22083816/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=144584 CPUtime=4662.36 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 30964 0 0 0 466220 16 0 0 25 0 1 0 786093932 148054016 30693 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 36146 30693 267 49 0 33287 0
Current children cumulated CPU time (s) 4662.36
Current children cumulated vsize (KiB) 144584

[startup+4722.32 s]
/proc/loadavg: 2.08 2.03 2.01 3/478 10879
/proc/meminfo: memFree=21839176/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=144584 CPUtime=4722.38 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 30970 0 0 0 472222 16 0 0 25 0 1 0 786093932 148054016 30699 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 36146 30699 267 49 0 33287 0
Current children cumulated CPU time (s) 4722.38
Current children cumulated vsize (KiB) 144584

[startup+4782.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/478 10882
/proc/meminfo: memFree=21641724/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=144584 CPUtime=4782.36 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 30982 0 0 0 478220 16 0 0 25 0 1 0 786093932 148054016 30711 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 36146 30711 267 49 0 33287 0
Current children cumulated CPU time (s) 4782.36
Current children cumulated vsize (KiB) 144584

[startup+4842.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/478 10884
/proc/meminfo: memFree=21479512/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=144680 CPUtime=4842.36 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 31036 0 0 0 484220 16 0 0 25 0 1 0 786093932 148152320 30747 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 36170 30747 267 49 0 33311 0
Current children cumulated CPU time (s) 4842.36
Current children cumulated vsize (KiB) 144680

[startup+4902.3 s]
/proc/loadavg: 2.10 2.05 2.01 3/478 10885
/proc/meminfo: memFree=21447984/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=144900 CPUtime=4902.37 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 31114 0 0 0 490220 17 0 0 25 0 1 0 786093932 148377600 30802 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 36225 30802 267 49 0 33366 0
Current children cumulated CPU time (s) 4902.37
Current children cumulated vsize (KiB) 144900

[startup+4962.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/478 10887
/proc/meminfo: memFree=21438056/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=144900 CPUtime=4962.37 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 31121 0 0 0 496220 17 0 0 25 0 1 0 786093932 148377600 30809 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 36225 30809 267 49 0 33366 0
Current children cumulated CPU time (s) 4962.37
Current children cumulated vsize (KiB) 144900



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.04 2.05 2.00 3/478 10889
/proc/meminfo: memFree=21424904/32951124 swapFree=67057928/67111528
[pid=10682] ppid=10680 vsize=145348 CPUtime=5000.08 cores=1,3,5,7
/proc/10682/stat : 10682 (SApperloT2010) R 10680 10682 10390 0 -1 4202496 31197 0 0 0 499991 17 0 0 25 0 1 0 786093932 148836352 30885 33554432000 4194304 4394578 140735387867632 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/10682/statm: 36337 30885 267 49 0 33478 0
Current children cumulated CPU time (s) 5000.08
Current children cumulated vsize (KiB) 145348

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): 5000.02
CPU time (s): 5000.1
CPU user time (s): 4999.92
CPU system time (s): 0.180972
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 145348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.92
system time used= 0.180972
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31197
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= 10
involuntary context switches= 61736

runsolver used 22.0626 second user time and 55.2246 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-01 15:59:46
IDJOB=3439578
IDBENCH=85808
IDSOLVER=1933
FILE ID=node140/3439578-1306936786
RUNJOBID= node140-1306931466-10412
PBS_JOBID= 13488595
Free space on /tmp= 73776 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-3439578-1306936786/watcher-3439578-1306936786 -o /tmp/evaluation-result-3439578-1306936786/solver-3439578-1306936786 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3439578-1306936786.cnf

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

MD5SUM BENCH= 59fa4424111aa94c942a4bbd786cbd51
RANDOM SEED=615990836

node140.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	: 5226.14
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.77
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.75
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.74
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.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.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:      22261376 kB
Buffers:        243952 kB
Cached:        3148780 kB
SwapCached:       6932 kB
Active:        7156112 kB
Inactive:      3199832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22261376 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:             780 kB
Writeback:           0 kB
AnonPages:     6961488 kB
Mapped:          38180 kB
Slab:           213548 kB
PageTables:      52400 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 141452988 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= 73764 MiB
End job on node140 at 2011-06-01 17:23:08