Trace number 3379830

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) 1299.97 1300.03

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_80_17_90_7-log.shuffled-as.sat03-190.cnf
MD5SUMad30956261e72142648a01bc7c025dba
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of clauses29282
Sum of the clauses size292650
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 534
Number of clauses of size over 529248

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-3379830-1305459696/watcher-3379830-1305459696 -o /tmp/evaluation-result-3379830-1305459696/solver-3379830-1305459696 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379830-1305459696.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: 3.16 3.80 3.45 4/263 25352
/proc/meminfo: memFree=20802852/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=408 CPUtime=0 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) S 25344 25352 25297 0 -1 4194304 73 0 0 0 0 0 0 0 22 0 1 0 657567535 417792 28 33554432000 4194304 4394578 140734640131776 18446744073709551615 271545613959 0 2147483391 4096 0 18446744071699469502 0 0 17 0 0 0 0
/proc/25352/statm: 102 28 22 49 0 22 0

[startup+0.0758669 s]
/proc/loadavg: 3.16 3.80 3.45 4/263 25352
/proc/meminfo: memFree=20802852/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=17468 CPUtime=0.06 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 1724 0 0 0 6 0 0 0 22 0 1 0 657567535 17887232 1663 33554432000 4194304 4394578 140734640131776 18446744073709551615 4254517 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 4367 1663 255 49 0 1508 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 17468

[startup+0.100866 s]
/proc/loadavg: 3.16 3.80 3.45 4/263 25352
/proc/meminfo: memFree=20802852/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=17468 CPUtime=0.08 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 1724 0 0 0 8 0 0 0 22 0 1 0 657567535 17887232 1663 33554432000 4194304 4394578 140734640131776 18446744073709551615 4254517 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 4367 1663 255 49 0 1508 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 17468

[startup+0.300819 s]
/proc/loadavg: 3.16 3.80 3.45 4/263 25352
/proc/meminfo: memFree=20802852/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=17468 CPUtime=0.28 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 1724 0 0 0 28 0 0 0 23 0 1 0 657567535 17887232 1663 33554432000 4194304 4394578 140734640131776 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 4367 1663 255 49 0 1508 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 17468

[startup+0.700759 s]
/proc/loadavg: 3.16 3.80 3.45 4/263 25352
/proc/meminfo: memFree=20802852/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=17468 CPUtime=0.68 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 1724 0 0 0 68 0 0 0 25 0 1 0 657567535 17887232 1663 33554432000 4194304 4394578 140734640131776 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 4367 1663 255 49 0 1508 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 17468

[startup+1.5006 s]
/proc/loadavg: 3.16 3.80 3.45 7/269 25358
/proc/meminfo: memFree=20761640/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=17468 CPUtime=1.48 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 1724 0 0 0 148 0 0 0 25 0 1 0 657567535 17887232 1663 33554432000 4194304 4394578 140734640131776 18446744073709551615 4254519 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 4367 1663 255 49 0 1508 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 17468

[startup+3.10034 s]
/proc/loadavg: 3.16 3.80 3.45 7/269 25358
/proc/meminfo: memFree=20752712/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=17468 CPUtime=3.08 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 1724 0 0 0 308 0 0 0 25 0 1 0 657567535 17887232 1663 33554432000 4194304 4394578 140734640131776 18446744073709551615 4254531 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 4367 1663 255 49 0 1508 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 17468

[startup+6.30075 s]
/proc/loadavg: 3.22 3.81 3.45 7/269 25358
/proc/meminfo: memFree=20742880/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=17468 CPUtime=6.28 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 1724 0 0 0 628 0 0 0 25 0 1 0 657567535 17887232 1663 33554432000 4194304 4394578 140734640131776 18446744073709551615 4254496 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 4367 1663 255 49 0 1508 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 17468

[startup+12.7006 s]
/proc/loadavg: 3.29 3.81 3.45 7/269 25358
/proc/meminfo: memFree=20712052/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=34224 CPUtime=12.67 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 5643 0 0 0 1267 0 0 0 25 0 1 0 657567535 35045376 5466 33554432000 4194304 4394578 140734640131776 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 8556 5466 266 49 0 5697 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 34224

[startup+25.5002 s]
/proc/loadavg: 3.58 3.85 3.47 7/269 25359
/proc/meminfo: memFree=20662604/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=43972 CPUtime=25.48 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 7715 0 0 0 2547 1 0 0 25 0 1 0 657567535 45027328 7538 33554432000 4194304 4394578 140734640131776 18446744073709551615 4298846 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 10993 7538 266 49 0 8134 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 43972

[startup+51.1006 s]
/proc/loadavg: 3.72 3.86 3.49 7/269 25359
/proc/meminfo: memFree=20610816/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=55916 CPUtime=51.08 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 10429 0 0 0 5106 2 0 0 25 0 1 0 657567535 57257984 10252 33554432000 4194304 4394578 140734640131776 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 13979 10252 266 49 0 11120 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 55916

[startup+102.31 s]
/proc/loadavg: 3.97 3.91 3.52 7/269 25361
/proc/meminfo: memFree=20545932/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=79212 CPUtime=102.27 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 15810 0 0 0 10225 2 0 0 25 0 1 0 657567535 81113088 15633 33554432000 4194304 4394578 140734640131776 18446744073709551615 4327678 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 19803 15633 266 49 0 16944 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 79212

[startup+162.3 s]
/proc/loadavg: 3.99 3.92 3.55 7/269 25362
/proc/meminfo: memFree=20487620/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=95084 CPUtime=162.27 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 19433 0 0 0 16224 3 0 0 25 0 1 0 657567535 97366016 19256 33554432000 4194304 4394578 140734640131776 18446744073709551615 4346593 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 23771 19256 266 49 0 20912 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 95084

[startup+222.3 s]
/proc/loadavg: 3.99 3.93 3.57 7/269 25364
/proc/meminfo: memFree=20431184/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=109020 CPUtime=222.27 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 22566 0 0 0 22223 4 0 0 25 0 1 0 657567535 111636480 22389 33554432000 4194304 4394578 140734640131776 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 27255 22389 266 49 0 24396 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 109020

[startup+282.301 s]
/proc/loadavg: 4.07 3.96 3.60 7/269 25365
/proc/meminfo: memFree=20374500/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=126880 CPUtime=282.26 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 26708 0 0 0 28221 5 0 0 25 0 1 0 657567535 129925120 26531 33554432000 4194304 4394578 140734640131776 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 31720 26531 266 49 0 28861 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 126880

[startup+342.301 s]
/proc/loadavg: 4.02 3.97 3.62 7/269 25367
/proc/meminfo: memFree=20332060/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=141628 CPUtime=342.26 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 30274 0 0 0 34220 6 0 0 25 0 1 0 657567535 145027072 30097 33554432000 4194304 4394578 140734640131776 18446744073709551615 4327678 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 35407 30097 266 49 0 32548 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 141628

[startup+402.301 s]
/proc/loadavg: 4.04 3.98 3.65 7/269 25369
/proc/meminfo: memFree=20278216/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=158124 CPUtime=402.26 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 34287 0 0 0 40217 9 0 0 25 0 1 0 657567535 161918976 34110 33554432000 4194304 4394578 140734640131776 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 2 0 0 0
/proc/25352/statm: 39531 34110 266 49 0 36672 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 158124

[startup+462.301 s]
/proc/loadavg: 4.06 4.00 3.67 7/269 25370
/proc/meminfo: memFree=20237640/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=169824 CPUtime=462.26 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 37097 0 0 0 46216 10 0 0 25 0 1 0 657567535 173899776 36920 33554432000 4194304 4394578 140734640131776 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 42456 36920 266 49 0 39597 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 169824

[startup+522.301 s]
/proc/loadavg: 4.13 4.03 3.70 7/269 25372
/proc/meminfo: memFree=20200652/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=176240 CPUtime=522.25 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 38616 0 0 0 52215 10 0 0 25 0 1 0 657567535 180469760 38374 33554432000 4194304 4394578 140734640131776 18446744073709551615 4327709 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 44060 38374 266 49 0 41201 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 176240

[startup+582.301 s]
/proc/loadavg: 4.41 4.10 3.75 7/269 25373
/proc/meminfo: memFree=20141864/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=196520 CPUtime=582.24 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 43593 0 0 0 58212 12 0 0 25 0 1 0 657567535 201236480 43351 33554432000 4194304 4394578 140734640131776 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 49130 43351 266 49 0 46271 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 196520

[startup+642.301 s]
/proc/loadavg: 4.15 4.08 3.76 7/269 25375
/proc/meminfo: memFree=20102408/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=208404 CPUtime=642.25 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 46480 0 0 0 64212 13 0 0 25 0 1 0 657567535 213405696 46238 33554432000 4194304 4394578 140734640131776 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 52101 46238 266 49 0 49242 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 208404

[startup+702.3 s]
/proc/loadavg: 4.05 4.07 3.77 7/269 25377
/proc/meminfo: memFree=20051536/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=228944 CPUtime=702.24 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 51596 0 0 0 70209 15 0 0 25 0 1 0 657567535 234438656 51277 33554432000 4194304 4394578 140734640131776 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 57236 51277 267 49 0 54377 0
Current children cumulated CPU time (s) 702.24
Current children cumulated vsize (KiB) 228944

[startup+762.31 s]
/proc/loadavg: 4.02 4.05 3.78 7/269 25378
/proc/meminfo: memFree=20002152/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=236824 CPUtime=762.25 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 53504 0 0 0 76209 16 0 0 25 0 1 0 657567535 242507776 53185 33554432000 4194304 4394578 140734640131776 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 59206 53185 267 49 0 56347 0
Current children cumulated CPU time (s) 762.25
Current children cumulated vsize (KiB) 236824

[startup+822.3 s]
/proc/loadavg: 4.00 4.04 3.79 7/269 25380
/proc/meminfo: memFree=19957240/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=254688 CPUtime=822.24 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 57961 0 0 0 82207 17 0 0 25 0 1 0 657567535 260800512 57642 33554432000 4194304 4394578 140734640131776 18446744073709551615 4296511 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 63672 57642 267 49 0 60813 0
Current children cumulated CPU time (s) 822.24
Current children cumulated vsize (KiB) 254688

[startup+882.301 s]
/proc/loadavg: 4.07 4.04 3.81 7/269 25381
/proc/meminfo: memFree=19924712/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=268144 CPUtime=882.23 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 61366 0 0 0 88205 18 0 0 25 0 1 0 657567535 274579456 61047 33554432000 4194304 4394578 140734640131776 18446744073709551615 4327600 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 67036 61047 267 49 0 64177 0
Current children cumulated CPU time (s) 882.23
Current children cumulated vsize (KiB) 268144

[startup+942.301 s]
/proc/loadavg: 4.02 4.03 3.82 7/269 25383
/proc/meminfo: memFree=19882148/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=287040 CPUtime=942.24 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 66055 0 0 0 94203 21 0 0 25 0 1 0 657567535 293928960 65736 33554432000 4194304 4394578 140734640131776 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 71760 65736 267 49 0 68901 0
Current children cumulated CPU time (s) 942.24
Current children cumulated vsize (KiB) 287040

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 3.83 7/269 25385
/proc/meminfo: memFree=19838340/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=287784 CPUtime=1002.23 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 66203 0 0 0 100202 21 0 0 25 0 1 0 657567535 294690816 65884 33554432000 4194304 4394578 140734640131776 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 71946 65884 267 49 0 69087 0
Current children cumulated CPU time (s) 1002.23
Current children cumulated vsize (KiB) 287784

[startup+1062.3 s]
/proc/loadavg: 4.00 4.02 3.83 7/269 25386
/proc/meminfo: memFree=19812392/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=287784 CPUtime=1062.24 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 66255 0 0 0 106203 21 0 0 25 0 1 0 657567535 294690816 65936 33554432000 4194304 4394578 140734640131776 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 71946 65936 267 49 0 69087 0
Current children cumulated CPU time (s) 1062.24
Current children cumulated vsize (KiB) 287784

[startup+1122.3 s]
/proc/loadavg: 4.11 4.04 3.85 7/269 25388
/proc/meminfo: memFree=19764980/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=297816 CPUtime=1122.24 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 68836 0 0 0 112201 23 0 0 25 0 1 0 657567535 304963584 68517 33554432000 4194304 4394578 140734640131776 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 74454 68517 267 49 0 71595 0
Current children cumulated CPU time (s) 1122.24
Current children cumulated vsize (KiB) 297816

[startup+1182.3 s]
/proc/loadavg: 4.15 4.08 3.87 7/269 25398
/proc/meminfo: memFree=19726380/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=312716 CPUtime=1182.24 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 72560 0 0 0 118200 24 0 0 25 0 1 0 657567535 320221184 72241 33554432000 4194304 4394578 140734640131776 18446744073709551615 4296489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 78179 72241 267 49 0 75320 0
Current children cumulated CPU time (s) 1182.24
Current children cumulated vsize (KiB) 312716

[startup+1242.3 s]
/proc/loadavg: 4.05 4.06 3.88 7/269 25400
/proc/meminfo: memFree=19670176/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=327096 CPUtime=1242.24 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 76125 0 0 0 124199 25 0 0 25 0 1 0 657567535 334946304 75806 33554432000 4194304 4394578 140734640131776 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 81774 75806 267 49 0 78915 0
Current children cumulated CPU time (s) 1242.24
Current children cumulated vsize (KiB) 327096



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.05 3.88 7/269 25402
/proc/meminfo: memFree=19626136/32951124 swapFree=67056788/67111528
[pid=25352] ppid=25344 vsize=338288 CPUtime=1299.94 cores=0,2
/proc/25352/stat : 25352 (SApperloT2010) R 25344 25352 25297 0 -1 4202496 78922 0 0 0 129968 26 0 0 25 0 1 0 657567535 346406912 78603 33554432000 4194304 4394578 140734640131776 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/25352/statm: 84572 78603 267 49 0 81713 0
Current children cumulated CPU time (s) 1299.94
Current children cumulated vsize (KiB) 338288

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): 1299.97
CPU user time (s): 1299.69
CPU system time (s): 0.280957
CPU usage (%): 99.9957
Max. virtual memory (cumulated for all children) (KiB): 338288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.69
system time used= 0.280957
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78922
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= 12
involuntary context switches= 2707

runsolver used 3.2825 second user time and 7.31889 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-15 13:41:36
IDJOB=3379830
IDBENCH=83924
IDSOLVER=1862
FILE ID=node133/3379830-1305459696
RUNJOBID= node133-1305459696-25315
PBS_JOBID= 13324912
Free space on /tmp= 73668 MiB

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

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

MD5SUM BENCH= ad30956261e72142648a01bc7c025dba
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:      20803536 kB
Buffers:        300012 kB
Cached:        3995444 kB
SwapCached:       8724 kB
Active:        8799292 kB
Inactive:      3060260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20803536 kB
SwapTotal:    67111528 kB
SwapFree:     67056788 kB
Dirty:            5600 kB
Writeback:           0 kB
AnonPages:     7562148 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