Trace number 3379734

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.03

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_15_90_1-log.shuffled-as.sat03-137.cnf
MD5SUM808fa775df860c59a1178e77fc60f410
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3416.66
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses25452
Sum of the clauses size254370
Maximum clause length10
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 530
Number of clauses of size over 525422

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.16 3.80 3.45 2/261 25350
/proc/meminfo: memFree=20803108/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=408 CPUtime=0 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) S 25342 25350 25297 0 -1 4194304 74 0 0 0 0 0 0 0 20 0 1 0 657567534 417792 29 33554432000 4194304 4394578 140734088967728 18446744073709551615 271545613959 0 2147483391 4096 0 18446744071699469502 0 0 17 4 0 0 0
/proc/25350/statm: 102 29 22 49 0 22 0

[startup+0.0730191 s]
/proc/loadavg: 3.16 3.80 3.45 2/261 25350
/proc/meminfo: memFree=20803108/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=16788 CPUtime=0.05 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 1562 0 0 0 5 0 0 0 20 0 1 0 657567534 17190912 1501 33554432000 4194304 4394578 140734088967728 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 4197 1501 255 49 0 1338 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16788

[startup+0.101023 s]
/proc/loadavg: 3.16 3.80 3.45 2/261 25350
/proc/meminfo: memFree=20803108/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=16788 CPUtime=0.08 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 1562 0 0 0 8 0 0 0 20 0 1 0 657567534 17190912 1501 33554432000 4194304 4394578 140734088967728 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 4197 1501 255 49 0 1338 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16788

[startup+0.300969 s]
/proc/loadavg: 3.16 3.80 3.45 2/261 25350
/proc/meminfo: memFree=20803108/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=16788 CPUtime=0.28 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 1563 0 0 0 28 0 0 0 21 0 1 0 657567534 17190912 1502 33554432000 4194304 4394578 140734088967728 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 4197 1502 255 49 0 1338 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16788

[startup+0.700902 s]
/proc/loadavg: 3.16 3.80 3.45 2/261 25350
/proc/meminfo: memFree=20803108/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=16788 CPUtime=0.68 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 1563 0 0 0 68 0 0 0 22 0 1 0 657567534 17190912 1502 33554432000 4194304 4394578 140734088967728 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 4197 1502 255 49 0 1338 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 16788

[startup+1.50075 s]
/proc/loadavg: 3.16 3.80 3.45 6/269 25358
/proc/meminfo: memFree=20762136/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=16788 CPUtime=1.48 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 1563 0 0 0 148 0 0 0 25 0 1 0 657567534 17190912 1502 33554432000 4194304 4394578 140734088967728 18446744073709551615 4253920 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 4197 1502 255 49 0 1338 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16788

[startup+3.10049 s]
/proc/loadavg: 3.16 3.80 3.45 6/269 25358
/proc/meminfo: memFree=20752712/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=16788 CPUtime=3.08 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 1563 0 0 0 308 0 0 0 25 0 1 0 657567534 17190912 1502 33554432000 4194304 4394578 140734088967728 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 4197 1502 255 49 0 1338 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16788

[startup+6.30091 s]
/proc/loadavg: 3.22 3.81 3.45 6/269 25358
/proc/meminfo: memFree=20743004/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=25616 CPUtime=6.28 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 3702 0 0 0 627 1 0 0 25 0 1 0 657567534 26230784 3541 33554432000 4194304 4394578 140734088967728 18446744073709551615 4298773 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 6404 3541 266 49 0 3545 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25616

[startup+12.7007 s]
/proc/loadavg: 3.29 3.81 3.45 6/269 25358
/proc/meminfo: memFree=20712052/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=32272 CPUtime=12.68 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 5109 0 0 0 1267 1 0 0 25 0 1 0 657567534 33046528 4948 33554432000 4194304 4394578 140734088967728 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 8068 4948 266 49 0 5209 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32272

[startup+25.5004 s]
/proc/loadavg: 3.58 3.85 3.47 6/269 25359
/proc/meminfo: memFree=20662604/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=40384 CPUtime=25.48 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 6885 0 0 0 2547 1 0 0 25 0 1 0 657567534 41353216 6724 33554432000 4194304 4394578 140734088967728 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 10096 6724 266 49 0 7237 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 40384

[startup+51.1008 s]
/proc/loadavg: 3.72 3.86 3.49 6/269 25359
/proc/meminfo: memFree=20610816/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=52168 CPUtime=51.08 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 9645 0 0 0 5105 3 0 0 25 0 1 0 657567534 53420032 9484 33554432000 4194304 4394578 140734088967728 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 13042 9484 266 49 0 10183 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 52168

[startup+102.31 s]
/proc/loadavg: 3.97 3.91 3.52 6/269 25361
/proc/meminfo: memFree=20545932/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=69516 CPUtime=102.29 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 13619 0 0 0 10224 5 0 0 25 0 1 0 657567534 71184384 13458 33554432000 4194304 4394578 140734088967728 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 17379 13458 266 49 0 14520 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 69516

[startup+162.301 s]
/proc/loadavg: 3.99 3.92 3.55 6/269 25362
/proc/meminfo: memFree=20487620/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=90208 CPUtime=162.29 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 18510 0 0 0 16221 8 0 0 25 0 1 0 657567534 92372992 18349 33554432000 4194304 4394578 140734088967728 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 22552 18349 266 49 0 19693 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 90208

[startup+222.301 s]
/proc/loadavg: 3.99 3.93 3.57 6/269 25364
/proc/meminfo: memFree=20431184/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=99816 CPUtime=222.28 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 20587 0 0 0 22220 8 0 0 25 0 1 0 657567534 102211584 20426 33554432000 4194304 4394578 140734088967728 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 24954 20426 266 49 0 22095 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 99816

[startup+282.301 s]
/proc/loadavg: 4.07 3.96 3.60 6/269 25365
/proc/meminfo: memFree=20374500/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=117088 CPUtime=282.28 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 24677 0 0 0 28219 9 0 0 25 0 1 0 657567534 119898112 24516 33554432000 4194304 4394578 140734088967728 18446744073709551615 4327678 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 29272 24516 266 49 0 26413 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 117088

[startup+342.301 s]
/proc/loadavg: 4.02 3.97 3.62 6/269 25367
/proc/meminfo: memFree=20332060/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=136852 CPUtime=342.28 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 29385 0 0 0 34217 11 0 0 25 0 1 0 657567534 140136448 29191 33554432000 4194304 4394578 140734088967728 18446744073709551615 4345993 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 34213 29191 266 49 0 31354 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 136852

[startup+402.301 s]
/proc/loadavg: 4.04 3.98 3.65 6/269 25369
/proc/meminfo: memFree=20278216/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=152400 CPUtime=402.29 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 33068 0 0 0 40216 13 0 0 25 0 1 0 657567534 156057600 32874 33554432000 4194304 4394578 140734088967728 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 38100 32874 266 49 0 35241 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 152400

[startup+462.301 s]
/proc/loadavg: 4.06 4.00 3.67 6/269 25370
/proc/meminfo: memFree=20237640/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=161352 CPUtime=462.29 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 35275 0 0 0 46215 14 0 0 25 0 1 0 657567534 165224448 35081 33554432000 4194304 4394578 140734088967728 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 40338 35081 266 49 0 37479 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 161352

[startup+522.301 s]
/proc/loadavg: 4.13 4.03 3.70 6/269 25372
/proc/meminfo: memFree=20200652/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=182560 CPUtime=522.29 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 40451 0 0 0 52214 15 0 0 25 0 1 0 657567534 186941440 40257 33554432000 4194304 4394578 140734088967728 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 45640 40257 266 49 0 42781 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 182560

[startup+582.3 s]
/proc/loadavg: 4.41 4.10 3.75 6/269 25373
/proc/meminfo: memFree=20141864/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=203312 CPUtime=582.3 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 45617 0 0 0 58213 17 0 0 25 0 1 0 657567534 208191488 45423 33554432000 4194304 4394578 140734088967728 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 50828 45423 266 49 0 47969 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 203312

[startup+642.3 s]
/proc/loadavg: 4.15 4.08 3.76 6/269 25375
/proc/meminfo: memFree=20102408/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=217376 CPUtime=642.31 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 49066 0 0 0 64213 18 0 0 25 0 1 0 657567534 222593024 48872 33554432000 4194304 4394578 140734088967728 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 54344 48872 266 49 0 51485 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 217376

[startup+702.3 s]
/proc/loadavg: 4.05 4.07 3.77 6/269 25377
/proc/meminfo: memFree=20051536/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=241932 CPUtime=702.3 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 55207 0 0 0 70210 20 0 0 25 0 1 0 657567534 247738368 55013 33554432000 4194304 4394578 140734088967728 18446744073709551615 4346640 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 60483 55013 266 49 0 57624 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 241932

[startup+762.31 s]
/proc/loadavg: 4.02 4.05 3.78 6/269 25378
/proc/meminfo: memFree=20002152/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=260312 CPUtime=762.31 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 59727 0 0 0 76209 22 0 0 25 0 1 0 657567534 266559488 59533 33554432000 4194304 4394578 140734088967728 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 65078 59533 266 49 0 62219 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 260312

[startup+822.301 s]
/proc/loadavg: 4.00 4.04 3.79 6/269 25380
/proc/meminfo: memFree=19957240/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=274684 CPUtime=822.3 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 63222 0 0 0 82207 23 0 0 25 0 1 0 657567534 281276416 63028 33554432000 4194304 4394578 140734088967728 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 68671 63028 266 49 0 65812 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 274684

[startup+882.301 s]
/proc/loadavg: 4.07 4.04 3.81 6/269 25381
/proc/meminfo: memFree=19924712/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=275832 CPUtime=882.3 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 63482 0 0 0 88207 23 0 0 25 0 1 0 657567534 282451968 63288 33554432000 4194304 4394578 140734088967728 18446744073709551615 4298711 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 68958 63288 266 49 0 66099 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 275832

[startup+942.301 s]
/proc/loadavg: 4.02 4.03 3.82 6/269 25383
/proc/meminfo: memFree=19882148/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=276856 CPUtime=942.3 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 63651 0 0 0 94207 23 0 0 25 0 1 0 657567534 283500544 63457 33554432000 4194304 4394578 140734088967728 18446744073709551615 4349640 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 69214 63457 266 49 0 66355 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 276856

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 3.83 6/269 25385
/proc/meminfo: memFree=19838340/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=299192 CPUtime=1002.31 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 69266 0 0 0 100206 25 0 0 25 0 1 0 657567534 306372608 69072 33554432000 4194304 4394578 140734088967728 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 74798 69073 266 49 0 71939 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 299192

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 3.83 6/269 25386
/proc/meminfo: memFree=19812392/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=322928 CPUtime=1062.31 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 75181 0 0 0 106204 27 0 0 25 0 1 0 657567534 330678272 74987 33554432000 4194304 4394578 140734088967728 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 80732 74987 266 49 0 77873 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 322928

[startup+1122.3 s]
/proc/loadavg: 4.11 4.04 3.85 6/269 25388
/proc/meminfo: memFree=19764980/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=348696 CPUtime=1122.31 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 81637 0 0 0 112203 28 0 0 25 0 1 0 657567534 357064704 81443 33554432000 4194304 4394578 140734088967728 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 87174 81443 266 49 0 84315 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 348696

[startup+1182.3 s]
/proc/loadavg: 4.15 4.08 3.87 6/269 25398
/proc/meminfo: memFree=19726380/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=365764 CPUtime=1182.31 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 85868 0 0 0 118202 29 0 0 25 0 1 0 657567534 374542336 85674 33554432000 4194304 4394578 140734088967728 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 91441 85674 266 49 0 88582 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 365764

[startup+1242.3 s]
/proc/loadavg: 4.05 4.06 3.88 6/269 25400
/proc/meminfo: memFree=19670176/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=397320 CPUtime=1242.31 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 93728 0 0 0 124200 31 0 0 25 0 1 0 657567534 406855680 93534 33554432000 4194304 4394578 140734088967728 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 99330 93534 266 49 0 96471 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 397320



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.05 3.88 6/269 25402
/proc/meminfo: memFree=19626136/32951124 swapFree=67056788/67111528
[pid=25350] ppid=25342 vsize=419568 CPUtime=1300.02 cores=4,6
/proc/25350/stat : 25350 (SApperloT2010) R 25342 25350 25297 0 -1 4202496 99311 0 0 0 129969 33 0 0 25 0 1 0 657567534 429637632 99117 33554432000 4194304 4394578 140734088967728 18446744073709551615 4327706 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/25350/statm: 104892 99117 266 49 0 102033 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 419568

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.03
CPU time (s): 1300.05
CPU user time (s): 1299.7
CPU system time (s): 0.348946
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 419568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.7
system time used= 0.348946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99311
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 2967

runsolver used 3.43148 second user time and 7.66483 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 13:41:37
IDJOB=3379734
IDBENCH=83921
IDSOLVER=1862
FILE ID=node133/3379734-1305459696
RUNJOBID= node133-1305459696-25316
PBS_JOBID= 13324912
Free space on /tmp= 73668 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_15_90_1-log.shuffled-as.sat03-137.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379734-1305459696/watcher-3379734-1305459696 -o /tmp/evaluation-result-3379734-1305459696/solver-3379734-1305459696 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379734-1305459696.cnf

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

MD5SUM BENCH= 808fa775df860c59a1178e77fc60f410
RANDOM SEED=615128892

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.74
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.834
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:      20803800 kB
Buffers:        300008 kB
Cached:        3995448 kB
SwapCached:       8724 kB
Active:        8798720 kB
Inactive:      3060264 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20803800 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:            5600 kB
Writeback:           0 kB
AnonPages:     7561372 kB
Mapped:          21204 kB
Slab:           199244 kB
PageTables:      24776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 23400716 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73664 MiB
End job on node133 at 2011-05-15 14:03:19