Trace number 3379720

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

NameCRAFTED/rbsat/random/unforced/
rbsat-v945c61409g3.cnf
MD5SUM226123ce9245dfa4b876682016123861
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark12.0692
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.05 4.02 3.97 5/303 7797
/proc/meminfo: memFree=23589344/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=13132 CPUtime=0 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 570 0 0 0 0 0 0 0 25 0 1 0 637883016 13447168 510 33554432000 4194304 4394578 140734679332640 18446744073709551615 220815897285 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 3283 511 247 49 0 424 0

[startup+0.0468321 s]
/proc/loadavg: 4.05 4.02 3.97 5/303 7797
/proc/meminfo: memFree=23589344/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=17756 CPUtime=0.04 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 1738 0 0 0 4 0 0 0 25 0 1 0 637883016 18182144 1677 33554432000 4194304 4394578 140734679332640 18446744073709551615 220816261015 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 4439 1677 255 49 0 1580 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 17756

[startup+0.100859 s]
/proc/loadavg: 4.05 4.02 3.97 5/303 7797
/proc/meminfo: memFree=23589344/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=19964 CPUtime=0.09 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 2559 0 0 0 9 0 0 0 25 0 1 0 637883016 20443136 2258 33554432000 4194304 4394578 140734679332640 18446744073709551615 4287749 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 4991 2258 266 49 0 2132 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19964

[startup+0.300823 s]
/proc/loadavg: 4.05 4.02 3.97 5/303 7797
/proc/meminfo: memFree=23589344/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=23264 CPUtime=0.29 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 3357 0 0 0 29 0 0 0 25 0 1 0 637883016 23822336 3056 33554432000 4194304 4394578 140734679332640 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 5816 3057 266 49 0 2957 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23264

[startup+0.700747 s]
/proc/loadavg: 4.05 4.02 3.97 5/303 7797
/proc/meminfo: memFree=23589344/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=26812 CPUtime=0.69 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 4237 0 0 0 68 1 0 0 25 0 1 0 637883016 27455488 3936 33554432000 4194304 4394578 140734679332640 18446744073709551615 4313431 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 6703 3936 266 49 0 3844 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26812

[startup+1.5006 s]
/proc/loadavg: 4.05 4.02 3.97 5/304 7798
/proc/meminfo: memFree=23572108/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=31416 CPUtime=1.49 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 5370 0 0 0 148 1 0 0 25 0 1 0 637883016 32169984 5069 33554432000 4194304 4394578 140734679332640 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 7854 5069 266 49 0 4995 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 31416

[startup+3.10029 s]
/proc/loadavg: 4.05 4.02 3.97 5/304 7798
/proc/meminfo: memFree=23565536/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=36096 CPUtime=3.09 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 6527 0 0 0 308 1 0 0 25 0 1 0 637883016 36962304 6226 33554432000 4194304 4394578 140734679332640 18446744073709551615 4313488 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 9024 6226 266 49 0 6165 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36096

[startup+6.30069 s]
/proc/loadavg: 4.05 4.02 3.97 5/304 7798
/proc/meminfo: memFree=23560948/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=40908 CPUtime=6.29 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 7605 0 0 0 628 1 0 0 25 0 1 0 637883016 41889792 7304 33554432000 4194304 4394578 140734679332640 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 10227 7304 266 49 0 7368 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40908

[startup+12.7005 s]
/proc/loadavg: 4.04 4.02 3.97 5/304 7798
/proc/meminfo: memFree=23555360/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=45896 CPUtime=12.69 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 8747 0 0 0 1267 2 0 0 25 0 1 0 637883016 46997504 8446 33554432000 4194304 4394578 140734679332640 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 11474 8446 266 49 0 8615 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45896

[startup+25.5012 s]
/proc/loadavg: 4.03 4.02 3.97 5/304 7798
/proc/meminfo: memFree=23532636/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=54636 CPUtime=25.49 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 10695 0 0 0 2547 2 0 0 25 0 1 0 637883016 55947264 10394 33554432000 4194304 4394578 140734679332640 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 13659 10394 266 49 0 10800 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 54636

[startup+51.1005 s]
/proc/loadavg: 4.02 4.02 3.97 5/304 7799
/proc/meminfo: memFree=23475316/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=64076 CPUtime=51.09 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 12695 0 0 0 5107 2 0 0 25 0 1 0 637883016 65613824 12394 33554432000 4194304 4394578 140734679332640 18446744073709551615 4298724 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 16019 12394 266 49 0 13160 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 64076

[startup+102.311 s]
/proc/loadavg: 4.01 4.02 3.97 5/304 7800
/proc/meminfo: memFree=23451620/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=77172 CPUtime=102.3 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 15431 0 0 0 10226 4 0 0 25 0 1 0 637883016 79024128 15130 33554432000 4194304 4394578 140734679332640 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 19293 15130 266 49 0 16434 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 77172

[startup+162.301 s]
/proc/loadavg: 4.00 4.01 3.97 5/304 7802
/proc/meminfo: memFree=23421952/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=90536 CPUtime=162.3 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 18204 0 0 0 16225 5 0 0 25 0 1 0 637883016 92708864 17903 33554432000 4194304 4394578 140734679332640 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 22634 17903 266 49 0 19775 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 90536

[startup+222.301 s]
/proc/loadavg: 4.06 4.03 3.98 5/304 7804
/proc/meminfo: memFree=23413736/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=94152 CPUtime=222.3 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 19029 0 0 0 22225 5 0 0 25 0 1 0 637883016 96411648 18728 33554432000 4194304 4394578 140734679332640 18446744073709551615 4292906 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 23538 18728 266 49 0 20679 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 94152

[startup+282.301 s]
/proc/loadavg: 4.07 4.04 3.99 5/304 7805
/proc/meminfo: memFree=23387792/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=105132 CPUtime=282.3 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 21294 0 0 0 28225 5 0 0 25 0 1 0 637883016 107655168 20993 33554432000 4194304 4394578 140734679332640 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 26283 20993 266 49 0 23424 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 105132

[startup+342.301 s]
/proc/loadavg: 4.02 4.03 3.99 5/304 7807
/proc/meminfo: memFree=23343500/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=116620 CPUtime=342.29 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 23721 0 0 0 34224 5 0 0 25 0 1 0 637883016 119418880 23420 33554432000 4194304 4394578 140734679332640 18446744073709551615 4298816 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 29155 23420 266 49 0 26296 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 116620

[startup+402.301 s]
/proc/loadavg: 4.09 4.05 4.00 5/304 7808
/proc/meminfo: memFree=23306772/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=121612 CPUtime=402.3 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 24735 0 0 0 40224 6 0 0 25 0 1 0 637883016 124530688 24434 33554432000 4194304 4394578 140734679332640 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 30403 24434 266 49 0 27544 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 121612

[startup+462.301 s]
/proc/loadavg: 4.03 4.04 4.00 5/304 7813
/proc/meminfo: memFree=23296284/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=128256 CPUtime=462.3 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 26113 0 0 0 46224 6 0 0 25 0 1 0 637883016 131334144 25812 33554432000 4194304 4394578 140734679332640 18446744073709551615 4298807 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 32064 25812 266 49 0 29205 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 128256

[startup+522.301 s]
/proc/loadavg: 4.06 4.04 4.00 5/304 7814
/proc/meminfo: memFree=23294000/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=131552 CPUtime=522.3 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 26775 0 0 0 52223 7 0 0 25 0 1 0 637883016 134709248 26474 33554432000 4194304 4394578 140734679332640 18446744073709551615 4296338 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 32888 26474 266 49 0 30029 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 131552

[startup+582.301 s]
/proc/loadavg: 4.02 4.03 4.00 5/304 7816
/proc/meminfo: memFree=23282432/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=135200 CPUtime=582.31 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 27546 0 0 0 58223 8 0 0 25 0 1 0 637883016 138444800 27245 33554432000 4194304 4394578 140734679332640 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 33800 27245 266 49 0 30941 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 135200

[startup+642.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/304 7818
/proc/meminfo: memFree=23277944/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=140480 CPUtime=642.31 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 28636 0 0 0 64223 8 0 0 25 0 1 0 637883016 143851520 28335 33554432000 4194304 4394578 140734679332640 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 35120 28335 266 49 0 32261 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 140480

[startup+702.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/304 7819
/proc/meminfo: memFree=23263776/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=147396 CPUtime=702.31 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 30108 0 0 0 70223 8 0 0 25 0 1 0 637883016 150933504 29807 33554432000 4194304 4394578 140734679332640 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 36849 29807 266 49 0 33990 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 147396

[startup+762.311 s]
/proc/loadavg: 4.04 4.03 4.00 5/304 7821
/proc/meminfo: memFree=23206940/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=150980 CPUtime=762.32 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 30906 0 0 0 76224 8 0 0 25 0 1 0 637883016 154603520 30605 33554432000 4194304 4394578 140734679332640 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 37745 30605 266 49 0 34886 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 150980

[startup+822.3 s]
/proc/loadavg: 3.84 3.99 3.99 2/289 7877
/proc/meminfo: memFree=24116156/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=152292 CPUtime=822.32 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 31214 0 0 0 82223 9 0 0 25 0 1 0 637883016 155947008 30913 33554432000 4194304 4394578 140734679332640 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 38073 30913 266 49 0 35214 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 152292

[startup+882.3 s]
/proc/loadavg: 2.04 3.44 3.80 2/286 7878
/proc/meminfo: memFree=24116096/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=154516 CPUtime=882.32 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 31684 0 0 0 88223 9 0 0 25 0 1 0 637883016 158224384 31383 33554432000 4194304 4394578 140734679332640 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 38629 31383 266 49 0 35770 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 154516

[startup+942.301 s]
/proc/loadavg: 1.44 3.01 3.63 2/286 7880
/proc/meminfo: memFree=24113356/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=158228 CPUtime=942.31 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 32384 0 0 0 94222 9 0 0 25 0 1 0 637883016 162025472 32083 33554432000 4194304 4394578 140734679332640 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 39557 32083 266 49 0 36698 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 158228

[startup+1002.3 s]
/proc/loadavg: 1.16 2.64 3.46 2/286 7881
/proc/meminfo: memFree=24111712/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=160148 CPUtime=1002.32 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 32767 0 0 0 100223 9 0 0 25 0 1 0 637883016 163991552 32466 33554432000 4194304 4394578 140734679332640 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 40037 32466 266 49 0 37178 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 160148

[startup+1062.3 s]
/proc/loadavg: 1.06 2.34 3.30 2/286 7883
/proc/meminfo: memFree=24111440/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=160948 CPUtime=1062.32 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 32944 0 0 0 106223 9 0 0 25 0 1 0 637883016 164810752 32643 33554432000 4194304 4394578 140734679332640 18446744073709551615 4338256 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 40237 32643 266 49 0 37378 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 160948

[startup+1122.3 s]
/proc/loadavg: 1.02 2.09 3.15 2/286 7885
/proc/meminfo: memFree=24106832/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=167108 CPUtime=1122.32 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 34127 0 0 0 112222 10 0 0 25 0 1 0 637883016 171118592 33826 33554432000 4194304 4394578 140734679332640 18446744073709551615 4287252 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 41777 33826 266 49 0 38918 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 167108

[startup+1182.3 s]
/proc/loadavg: 1.00 1.89 3.02 2/286 7886
/proc/meminfo: memFree=24105192/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=169156 CPUtime=1182.33 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 34558 0 0 0 118222 11 0 0 25 0 1 0 637883016 173215744 34257 33554432000 4194304 4394578 140734679332640 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 42289 34257 266 49 0 39430 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 169156

[startup+1242.3 s]
/proc/loadavg: 1.00 1.73 2.89 2/286 7888
/proc/meminfo: memFree=24104672/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=169540 CPUtime=1242.33 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 34656 0 0 0 124222 11 0 0 25 0 1 0 637883016 173608960 34355 33554432000 4194304 4394578 140734679332640 18446744073709551615 4287700 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 42385 34355 266 49 0 39526 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 169540



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.59 2.77 2/286 7889
/proc/meminfo: memFree=24103036/32951124 swapFree=63485424/67111528
[pid=7797] ppid=7795 vsize=171012 CPUtime=1300.03 cores=0,2
/proc/7797/stat : 7797 (SApperloT2010) R 7795 7797 6794 0 -1 4202496 34946 0 0 0 129992 11 0 0 25 0 1 0 637883016 175116288 34645 33554432000 4194304 4394578 140734679332640 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/7797/statm: 42753 34645 266 49 0 39894 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 171012

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.93
CPU system time (s): 0.119981
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 171012

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

runsolver used 3.73843 second user time and 8.10077 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-15 12:17:51
IDJOB=3379720
IDBENCH=71301
IDSOLVER=1862
FILE ID=node147/3379720-1305454671
RUNJOBID= node147-1305454187-7688
PBS_JOBID= 13324877
Free space on /tmp= 73152 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v945c61409g3.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379720-1305454671/watcher-3379720-1305454671 -o /tmp/evaluation-result-3379720-1305454671/solver-3379720-1305454671 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379720-1305454671.cnf

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

MD5SUM BENCH= 226123ce9245dfa4b876682016123861
RANDOM SEED=1841145011

node147.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.836
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.67
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.836
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.75
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.836
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.82
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.836
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.836
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.82
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.836
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.76
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.836
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.836
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:      23589500 kB
Buffers:        303776 kB
Cached:        5151840 kB
SwapCached:      13132 kB
Active:        2802688 kB
Inactive:      6322224 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23589500 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:             808 kB
Writeback:           0 kB
AnonPages:     3664624 kB
Mapped:          15700 kB
Slab:           141984 kB
PageTables:      30944 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45545432 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= 73160 MiB
End job on node147 at 2011-05-15 12:39:33