Trace number 3438518

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.12 5000.13

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v945c61409g3.cnf
MD5SUM4de3b21cb74a7ec60763201555524736
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.619904
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: 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-3438518-1306889568/watcher-3438518-1306889568 -o /tmp/evaluation-result-3438518-1306889568/solver-3438518-1306889568 -C 5000 -W 5100 -M 15500 SApperloT2010 HOME/instance-3438518-1306889568.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.00 2.00 1.99 2/434 12304
/proc/meminfo: memFree=12269544/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=13396 CPUtime=0 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 650 0 0 0 0 0 0 0 23 0 1 0 800556485 13717504 590 33554432000 4194304 4394578 140734473589712 18446744073709551615 274664469189 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/12304/statm: 3349 590 247 49 0 490 0

[startup+0.114686 s]
/proc/loadavg: 2.00 2.00 1.99 2/434 12304
/proc/meminfo: memFree=12269544/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=20492 CPUtime=0.1 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 2668 0 0 0 9 1 0 0 24 0 1 0 800556485 20983808 2367 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298364 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/12304/statm: 5123 2368 267 49 0 2264 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 20492

[startup+0.200668 s]
/proc/loadavg: 2.00 2.00 1.99 2/434 12304
/proc/meminfo: memFree=12269544/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=21944 CPUtime=0.19 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 3036 0 0 0 18 1 0 0 24 0 1 0 800556485 22470656 2735 33554432000 4194304 4394578 140734473589712 18446744073709551615 4313501 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/12304/statm: 5486 2735 267 49 0 2627 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 21944

[startup+0.300655 s]
/proc/loadavg: 2.00 2.00 1.99 2/434 12304
/proc/meminfo: memFree=12269544/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=23396 CPUtime=0.29 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 3397 0 0 0 28 1 0 0 25 0 1 0 800556485 23957504 3096 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/12304/statm: 5849 3096 267 49 0 2990 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23396

[startup+0.700583 s]
/proc/loadavg: 2.00 2.00 1.99 2/434 12304
/proc/meminfo: memFree=12269544/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=27296 CPUtime=0.68 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 4358 0 0 0 67 1 0 0 25 0 1 0 800556485 27951104 4057 33554432000 4194304 4394578 140734473589712 18446744073709551615 4308958 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/12304/statm: 6824 4057 267 49 0 3965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 27296

[startup+1.50045 s]
/proc/loadavg: 2.00 2.00 1.99 3/435 12305
/proc/meminfo: memFree=12250632/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=32760 CPUtime=1.48 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 5712 0 0 0 147 1 0 0 25 0 1 0 800556485 33546240 5411 33554432000 4194304 4394578 140734473589712 18446744073709551615 4313431 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/12304/statm: 8190 5411 267 49 0 5331 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 32760

[startup+3.10017 s]
/proc/loadavg: 2.00 2.00 1.99 3/435 12305
/proc/meminfo: memFree=12244060/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=36524 CPUtime=3.09 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 6615 0 0 0 307 2 0 0 25 0 1 0 800556485 37400576 6314 33554432000 4194304 4394578 140734473589712 18446744073709551615 4313484 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/12304/statm: 9131 6314 267 49 0 6272 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36524

[startup+6.30063 s]
/proc/loadavg: 2.00 2.00 1.99 3/435 12305
/proc/meminfo: memFree=12241200/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=40152 CPUtime=6.29 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 7470 0 0 0 627 2 0 0 25 0 1 0 800556485 41115648 7169 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298421 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/12304/statm: 10038 7169 267 49 0 7179 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40152

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 1.99 3/435 12306
/proc/meminfo: memFree=12236000/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=45168 CPUtime=12.69 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 8576 0 0 0 1267 2 0 0 25 0 1 0 800556485 46252032 8275 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/12304/statm: 11292 8275 267 49 0 8433 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 45168

[startup+25.5013 s]
/proc/loadavg: 2.00 2.00 1.99 3/435 12306
/proc/meminfo: memFree=12227460/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=53520 CPUtime=25.49 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 10449 0 0 0 2546 3 0 0 25 0 1 0 800556485 54804480 10148 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/12304/statm: 13380 10148 267 49 0 10521 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53520

[startup+51.1008 s]
/proc/loadavg: 2.16 2.03 2.00 3/435 12307
/proc/meminfo: memFree=12217900/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=63192 CPUtime=51.09 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 12530 0 0 0 5106 3 0 0 25 0 1 0 800556485 64708608 12229 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/12304/statm: 15798 12229 267 49 0 12939 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 63192

[startup+102.301 s]
/proc/loadavg: 2.14 2.04 2.01 3/435 12308
/proc/meminfo: memFree=12203268/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=75532 CPUtime=102.29 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 15100 0 0 0 10225 4 0 0 25 0 1 0 800556485 77344768 14799 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/12304/statm: 18883 14799 267 49 0 16024 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 75532

[startup+162.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/435 12310
/proc/meminfo: memFree=12174236/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=93316 CPUtime=162.29 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 19025 0 0 0 16224 5 0 0 25 0 1 0 800556485 95555584 18724 33554432000 4194304 4394578 140734473589712 18446744073709551615 4287872 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/12304/statm: 23329 18724 267 49 0 20470 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 93316

[startup+222.317 s]
/proc/loadavg: 2.02 2.02 2.00 3/435 12311
/proc/meminfo: memFree=12165420/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=101508 CPUtime=222.3 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 20649 0 0 0 22225 5 0 0 25 0 1 0 800556485 103944192 20348 33554432000 4194304 4394578 140734473589712 18446744073709551615 4299387 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/12304/statm: 25377 20348 267 49 0 22518 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 101508

[startup+282.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/435 12313
/proc/meminfo: memFree=12163304/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=103876 CPUtime=282.28 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 21183 0 0 0 28223 5 0 0 25 0 1 0 800556485 106369024 20882 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298846 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/12304/statm: 25969 20882 267 49 0 23110 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 103876

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/435 12314
/proc/meminfo: memFree=12158456/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=108744 CPUtime=342.29 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 22183 0 0 0 34223 6 0 0 25 0 1 0 800556485 111353856 21882 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/12304/statm: 27186 21882 267 49 0 24327 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 108744

[startup+402.301 s]
/proc/loadavg: 2.09 2.04 2.01 3/435 12316
/proc/meminfo: memFree=12149016/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=116940 CPUtime=402.28 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 23771 0 0 0 40222 6 0 0 25 0 1 0 800556485 119746560 23470 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/12304/statm: 29235 23470 267 49 0 26376 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 116940

[startup+462.301 s]
/proc/loadavg: 2.07 2.04 2.01 3/435 12318
/proc/meminfo: memFree=12142672/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=122700 CPUtime=462.28 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 24983 0 0 0 46222 6 0 0 25 0 1 0 800556485 125644800 24682 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/12304/statm: 30675 24682 267 49 0 27816 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 122700

[startup+522.301 s]
/proc/loadavg: 2.02 2.03 2.00 3/435 12328
/proc/meminfo: memFree=12139648/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=125516 CPUtime=522.28 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 25551 0 0 0 52221 7 0 0 25 0 1 0 800556485 128528384 25250 33554432000 4194304 4394578 140734473589712 18446744073709551615 4327678 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/12304/statm: 31379 25250 267 49 0 28520 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 125516

[startup+582.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/435 12330
/proc/meminfo: memFree=12135924/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=127628 CPUtime=582.27 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 26054 0 0 0 58220 7 0 0 25 0 1 0 800556485 130691072 25753 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 3 0 0 0
/proc/12304/statm: 31907 25753 267 49 0 29048 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 127628

[startup+642.3 s]

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

[startup+4002.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/435 12452
/proc/meminfo: memFree=12416352/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=244840 CPUtime=4002.26 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 49700 0 0 0 400211 15 0 0 25 0 1 0 800556485 250716160 49399 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/12304/statm: 61210 49399 267 49 0 58351 0
Current children cumulated CPU time (s) 4002.26
Current children cumulated vsize (KiB) 244840

[startup+4062.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/435 12454
/proc/meminfo: memFree=12415968/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=244840 CPUtime=4062.27 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 49700 0 0 0 406212 15 0 0 25 0 1 0 800556485 250716160 49399 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/12304/statm: 61210 49399 267 49 0 58351 0
Current children cumulated CPU time (s) 4062.27
Current children cumulated vsize (KiB) 244840

[startup+4122.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/435 12464
/proc/meminfo: memFree=12412760/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=244840 CPUtime=4122.27 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 49715 0 0 0 412211 16 0 0 25 0 1 0 800556485 250716160 49414 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/12304/statm: 61210 49414 267 49 0 58351 0
Current children cumulated CPU time (s) 4122.27
Current children cumulated vsize (KiB) 244840

[startup+4182.32 s]
/proc/loadavg: 2.01 2.02 2.00 3/435 12936
/proc/meminfo: memFree=12490024/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=245352 CPUtime=4182.29 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 49798 0 0 0 418213 16 0 0 25 0 1 0 800556485 251240448 49497 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/12304/statm: 61338 49497 267 49 0 58479 0
Current children cumulated CPU time (s) 4182.29
Current children cumulated vsize (KiB) 245352

[startup+4242.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/435 12937
/proc/meminfo: memFree=12485896/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=245876 CPUtime=4242.27 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 49905 0 0 0 424211 16 0 0 25 0 1 0 800556485 251777024 49604 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298940 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/12304/statm: 61469 49604 267 49 0 58610 0
Current children cumulated CPU time (s) 4242.27
Current children cumulated vsize (KiB) 245876

[startup+4302.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/435 12939
/proc/meminfo: memFree=12479688/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=248452 CPUtime=4302.27 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 50412 0 0 0 430211 16 0 0 25 0 1 0 800556485 254414848 50111 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/12304/statm: 62113 50111 267 49 0 59254 0
Current children cumulated CPU time (s) 4302.27
Current children cumulated vsize (KiB) 248452

[startup+4362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/435 12941
/proc/meminfo: memFree=12477324/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=248452 CPUtime=4362.27 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 50416 0 0 0 436211 16 0 0 25 0 1 0 800556485 254414848 50115 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298664 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/12304/statm: 62113 50115 267 49 0 59254 0
Current children cumulated CPU time (s) 4362.27
Current children cumulated vsize (KiB) 248452

[startup+4422.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/435 12945
/proc/meminfo: memFree=12474392/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=248452 CPUtime=4422.27 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 50432 0 0 0 442211 16 0 0 25 0 1 0 800556485 254414848 50131 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/12304/statm: 62113 50131 267 49 0 59254 0
Current children cumulated CPU time (s) 4422.27
Current children cumulated vsize (KiB) 248452

[startup+4482.3 s]
/proc/loadavg: 2.08 2.04 2.01 3/435 12947
/proc/meminfo: memFree=12472632/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=248452 CPUtime=4482.27 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 50436 0 0 0 448210 17 0 0 25 0 1 0 800556485 254414848 50135 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/12304/statm: 62113 50135 267 49 0 59254 0
Current children cumulated CPU time (s) 4482.27
Current children cumulated vsize (KiB) 248452

[startup+4542.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/435 12948
/proc/meminfo: memFree=12469020/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=248452 CPUtime=4542.28 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 50440 0 0 0 454211 17 0 0 25 0 1 0 800556485 254414848 50139 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/12304/statm: 62113 50139 267 49 0 59254 0
Current children cumulated CPU time (s) 4542.28
Current children cumulated vsize (KiB) 248452

[startup+4602.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/435 12950
/proc/meminfo: memFree=12466656/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=251672 CPUtime=4602.27 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 51067 0 0 0 460210 17 0 0 25 0 1 0 800556485 257712128 50766 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/12304/statm: 62918 50766 267 49 0 60059 0
Current children cumulated CPU time (s) 4602.27
Current children cumulated vsize (KiB) 251672

[startup+4662.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/435 12952
/proc/meminfo: memFree=12465532/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=251672 CPUtime=4662.28 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 51085 0 0 0 466211 17 0 0 25 0 1 0 800556485 257712128 50784 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/12304/statm: 62918 50784 267 49 0 60059 0
Current children cumulated CPU time (s) 4662.28
Current children cumulated vsize (KiB) 251672

[startup+4722.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/435 12953
/proc/meminfo: memFree=12465644/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=251672 CPUtime=4722.28 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 51090 0 0 0 472211 17 0 0 25 0 1 0 800556485 257712128 50789 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/12304/statm: 62918 50789 267 49 0 60059 0
Current children cumulated CPU time (s) 4722.28
Current children cumulated vsize (KiB) 251672

[startup+4782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/435 12955
/proc/meminfo: memFree=12464520/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=253208 CPUtime=4782.28 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 51358 0 0 0 478211 17 0 0 25 0 1 0 800556485 259284992 51057 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298767 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/12304/statm: 63302 51057 267 49 0 60443 0
Current children cumulated CPU time (s) 4782.28
Current children cumulated vsize (KiB) 253208

[startup+4842.32 s]
/proc/loadavg: 2.00 2.01 2.00 3/435 12956
/proc/meminfo: memFree=12462508/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=253208 CPUtime=4842.29 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 51360 0 0 0 484212 17 0 0 25 0 1 0 800556485 259284992 51059 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/12304/statm: 63302 51059 267 49 0 60443 0
Current children cumulated CPU time (s) 4842.29
Current children cumulated vsize (KiB) 253208

[startup+4902.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/435 12958
/proc/meminfo: memFree=12461756/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=253464 CPUtime=4902.28 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 51421 0 0 0 490211 17 0 0 25 0 1 0 800556485 259547136 51120 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/12304/statm: 63366 51120 267 49 0 60507 0
Current children cumulated CPU time (s) 4902.28
Current children cumulated vsize (KiB) 253464

[startup+4962.3 s]
/proc/loadavg: 2.15 2.03 2.01 3/435 12960
/proc/meminfo: memFree=12461620/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=254236 CPUtime=4962.29 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 51546 0 0 0 496211 18 0 0 25 0 1 0 800556485 260337664 51245 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/12304/statm: 63559 51245 267 49 0 60700 0
Current children cumulated CPU time (s) 4962.29
Current children cumulated vsize (KiB) 254236



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000.1 s]
/proc/loadavg: 2.08 2.03 2.01 3/435 12961
/proc/meminfo: memFree=12461360/32951132 swapFree=67093840/67111528
[pid=12304] ppid=12302 vsize=254620 CPUtime=5000.09 cores=1,3,5,7
/proc/12304/stat : 12304 (SApperloT2010) R 12302 12304 12038 0 -1 4202496 51608 0 0 0 499991 18 0 0 25 0 1 0 800556485 260730880 51307 33554432000 4194304 4394578 140734473589712 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/12304/statm: 63655 51307 267 49 0 60796 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 254620

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.13
CPU time (s): 5000.12
CPU user time (s): 4999.93
CPU system time (s): 0.19097
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 254620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.93
system time used= 0.19097
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51608
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= 11
involuntary context switches= 15537

runsolver used 20.8848 second user time and 50.1654 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-01 02:52:48
IDJOB=3438518
IDBENCH=71481
IDSOLVER=1933
FILE ID=node131/3438518-1306889568
RUNJOBID= node131-1306884534-12057
PBS_JOBID= 13488445
Free space on /tmp= 73812 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/crafted/unforced/rbsat-v945c61409g3.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3438518-1306889568/watcher-3438518-1306889568 -o /tmp/evaluation-result-3438518-1306889568/solver-3438518-1306889568 -C 5000 -W 5100 -M 15500  SApperloT2010 HOME/instance-3438518-1306889568.cnf

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

MD5SUM BENCH= 4de3b21cb74a7ec60763201555524736
RANDOM SEED=887218839

node131.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.830
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.830
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.830
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.83
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.830
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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.75
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12269824 kB
Buffers:        314084 kB
Cached:        5444676 kB
SwapCached:        948 kB
Active:       16246180 kB
Inactive:      4129068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12269824 kB
SwapTotal:    67111528 kB
SwapFree:     67093840 kB
Dirty:             816 kB
Writeback:           0 kB
AnonPages:    14615124 kB
Mapped:          38644 kB
Slab:           183100 kB
PageTables:      56732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 95912756 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73952 MiB
End job on node131 at 2011-06-01 04:16:11