Trace number 3379699

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

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-240-2.shuffled-as.sat05-2519.cnf
MD5SUMb6a88c8ae73b20cfc873207d1a0caa09
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark139.097
Satisfiable
(Un)Satisfiability was proved
Number of variables338
Number of clauses2376
Sum of the clauses size10480
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41520
Number of clauses of size 5736
Number of clauses of size over 5120

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-3379699-1305460537/watcher-3379699-1305460537 -o /tmp/evaluation-result-3379699-1305460537/solver-3379699-1305460537 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379699-1305460537.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.48 3.91 3.44 4/408 30651
/proc/meminfo: memFree=23173068/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=12524 CPUtime=0 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 575 0 0 0 0 0 0 0 20 0 1 0 657650793 12824576 514 33554432000 4194304 4394578 140733231491344 18446744073709551615 239476355781 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 3131 514 267 49 0 272 0

[startup+0.0302211 s]
/proc/loadavg: 3.48 3.91 3.44 4/408 30651
/proc/meminfo: memFree=23173068/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=12788 CPUtime=0.02 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 622 0 0 0 2 0 0 0 20 0 1 0 657650793 13094912 561 33554432000 4194304 4394578 140733231491344 18446744073709551615 4335168 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 3197 562 267 49 0 338 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 12788

[startup+0.100236 s]
/proc/loadavg: 3.48 3.91 3.44 4/408 30651
/proc/meminfo: memFree=23173068/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=13052 CPUtime=0.09 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 687 0 0 0 9 0 0 0 20 0 1 0 657650793 13365248 626 33554432000 4194304 4394578 140733231491344 18446744073709551615 4298373 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 3263 626 267 49 0 404 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13052

[startup+0.301213 s]
/proc/loadavg: 3.48 3.91 3.44 4/408 30651
/proc/meminfo: memFree=23173068/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=13448 CPUtime=0.29 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 794 0 0 0 29 0 0 0 21 0 1 0 657650793 13770752 733 33554432000 4194304 4394578 140733231491344 18446744073709551615 4346632 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 3362 733 267 49 0 503 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13448

[startup+0.70112 s]
/proc/loadavg: 3.48 3.91 3.44 4/408 30651
/proc/meminfo: memFree=23173068/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=14108 CPUtime=0.69 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 945 0 0 0 69 0 0 0 22 0 1 0 657650793 14446592 884 33554432000 4194304 4394578 140733231491344 18446744073709551615 4298650 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 3527 884 267 49 0 668 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14108

[startup+1.50095 s]
/proc/loadavg: 3.48 3.91 3.44 5/421 30673
/proc/meminfo: memFree=23142232/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=14900 CPUtime=1.49 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 1153 0 0 0 149 0 0 0 25 0 1 0 657650793 15257600 1092 33554432000 4194304 4394578 140733231491344 18446744073709551615 4313504 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 3725 1092 267 49 0 866 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14900

[startup+3.10065 s]
/proc/loadavg: 3.48 3.91 3.44 5/421 30700
/proc/meminfo: memFree=23135400/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=16352 CPUtime=3.09 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 1511 0 0 0 309 0 0 0 25 0 1 0 657650793 16744448 1450 33554432000 4194304 4394578 140733231491344 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 4088 1450 267 49 0 1229 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16352

[startup+6.30105 s]
/proc/loadavg: 3.53 3.91 3.44 5/421 30700
/proc/meminfo: memFree=23106480/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=18200 CPUtime=6.29 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 1982 0 0 0 629 0 0 0 25 0 1 0 657650793 18636800 1921 33554432000 4194304 4394578 140733231491344 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 4550 1921 267 49 0 1691 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18200

[startup+12.7008 s]
/proc/loadavg: 3.56 3.91 3.44 5/421 30700
/proc/meminfo: memFree=23075892/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=20448 CPUtime=12.68 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 2548 0 0 0 1268 0 0 0 25 0 1 0 657650793 20938752 2487 33554432000 4194304 4394578 140733231491344 18446744073709551615 4299384 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 5112 2487 267 49 0 2253 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 20448

[startup+25.5004 s]
/proc/loadavg: 3.66 3.91 3.45 6/421 30700
/proc/meminfo: memFree=23040092/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=26780 CPUtime=25.49 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 4120 0 0 0 2548 1 0 0 25 0 1 0 657650793 27422720 4059 33554432000 4194304 4394578 140733231491344 18446744073709551615 4298361 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 6695 4059 267 49 0 3836 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 26780

[startup+51.1004 s]
/proc/loadavg: 3.77 3.92 3.47 5/421 30701
/proc/meminfo: memFree=22985116/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=38500 CPUtime=51.08 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 7067 0 0 0 5106 2 0 0 25 0 1 0 657650793 39424000 7006 33554432000 4194304 4394578 140733231491344 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 9625 7006 267 49 0 6766 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 38500

[startup+102.316 s]
/proc/loadavg: 3.90 3.93 3.49 5/421 30702
/proc/meminfo: memFree=22878596/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=55372 CPUtime=102.3 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 11238 0 0 0 10227 3 0 0 25 0 1 0 657650793 56700928 11177 33554432000 4194304 4394578 140733231491344 18446744073709551615 4300091 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 13843 11177 267 49 0 10984 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 55372

[startup+162.301 s]
/proc/loadavg: 3.96 3.94 3.52 6/421 30704
/proc/meminfo: memFree=22774548/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=85056 CPUtime=162.28 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 18607 0 0 0 16222 6 0 0 25 0 1 0 657650793 87097344 18546 33554432000 4194304 4394578 140733231491344 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 21264 18546 267 49 0 18405 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 85056

[startup+222.301 s]
/proc/loadavg: 3.98 3.95 3.55 5/421 30706
/proc/meminfo: memFree=22692936/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=100640 CPUtime=222.28 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 22475 0 0 0 22221 7 0 0 25 0 1 0 657650793 103055360 22414 33554432000 4194304 4394578 140733231491344 18446744073709551615 4290832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 25160 22414 267 49 0 22301 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 100640

[startup+282.301 s]
/proc/loadavg: 4.28 4.03 3.60 6/421 30707
/proc/meminfo: memFree=22579464/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=133092 CPUtime=282.28 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 30582 0 0 0 28219 9 0 0 25 0 1 0 657650793 136286208 30521 33554432000 4194304 4394578 140733231491344 18446744073709551615 4298966 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 33273 30521 267 49 0 30414 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 133092

[startup+342.301 s]
/proc/loadavg: 4.10 4.02 3.62 5/421 30718
/proc/meminfo: memFree=22481084/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=157316 CPUtime=342.28 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 36628 0 0 0 34217 11 0 0 25 0 1 0 657650793 161091584 36567 33554432000 4194304 4394578 140733231491344 18446744073709551615 4293744 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 39329 36567 267 49 0 36470 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 157316

[startup+402.301 s]
/proc/loadavg: 4.11 4.05 3.65 5/421 30719
/proc/meminfo: memFree=22401584/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=186940 CPUtime=402.28 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 44058 0 0 0 40214 14 0 0 25 0 1 0 657650793 191426560 43997 33554432000 4194304 4394578 140733231491344 18446744073709551615 4298302 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 46735 43997 267 49 0 43876 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 186940

[startup+462.301 s]
/proc/loadavg: 4.07 4.05 3.67 5/421 30721
/proc/meminfo: memFree=22363260/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=191960 CPUtime=462.28 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 45308 0 0 0 46214 14 0 0 25 0 1 0 657650793 196567040 45247 33554432000 4194304 4394578 140733231491344 18446744073709551615 4298711 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 47990 45247 267 49 0 45131 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 191960

[startup+522.301 s]
/proc/loadavg: 4.02 4.04 3.69 6/421 30725
/proc/meminfo: memFree=22269256/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=215520 CPUtime=522.28 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 51193 0 0 0 52212 16 0 0 25 0 1 0 657650793 220692480 51132 33554432000 4194304 4394578 140733231491344 18446744073709551615 4323599 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 53880 51132 267 49 0 51021 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 215520

[startup+582.301 s]
/proc/loadavg: 4.01 4.03 3.71 5/421 30727
/proc/meminfo: memFree=22178508/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=238700 CPUtime=582.28 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 56994 0 0 0 58210 18 0 0 25 0 1 0 657650793 244428800 56933 33554432000 4194304 4394578 140733231491344 18446744073709551615 4294161 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 59675 56933 267 49 0 56816 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 238700

[startup+642.301 s]
/proc/loadavg: 4.00 4.02 3.73 5/421 30729
/proc/meminfo: memFree=22092692/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=266676 CPUtime=642.3 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 63994 0 0 0 64210 20 0 0 25 0 1 0 657650793 273076224 63933 33554432000 4194304 4394578 140733231491344 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 66669 63933 267 49 0 63810 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 266676

[startup+702.301 s]
/proc/loadavg: 4.00 4.02 3.74 5/421 30730
/proc/meminfo: memFree=22011700/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=285276 CPUtime=702.28 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 68669 0 0 0 70206 22 0 0 25 0 1 0 657650793 292122624 68608 33554432000 4194304 4394578 140733231491344 18446744073709551615 4291934 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 71319 68608 267 49 0 68460 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 285276

[startup+762.316 s]
/proc/loadavg: 4.10 4.04 3.76 5/421 30732
/proc/meminfo: memFree=21917448/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=311272 CPUtime=762.3 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 75183 0 0 0 76205 25 0 0 25 0 1 0 657650793 318742528 75122 33554432000 4194304 4394578 140733231491344 18446744073709551615 4298951 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 77818 75122 267 49 0 74959 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 311272

[startup+822.301 s]
/proc/loadavg: 4.16 4.08 3.79 5/421 30734
/proc/meminfo: memFree=21834968/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=336820 CPUtime=822.28 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 81562 0 0 0 82201 27 0 0 25 0 1 0 657650793 344903680 81501 33554432000 4194304 4394578 140733231491344 18446744073709551615 4298857 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 84205 81501 267 49 0 81346 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 336820

[startup+882.301 s]
/proc/loadavg: 4.09 4.07 3.81 5/421 30735
/proc/meminfo: memFree=21772088/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=366148 CPUtime=882.29 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 88911 0 0 0 88200 29 0 0 25 0 1 0 657650793 374935552 88850 33554432000 4194304 4394578 140733231491344 18446744073709551615 4291882 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 91537 88850 267 49 0 88678 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 366148

[startup+942.301 s]
/proc/loadavg: 4.08 4.07 3.82 5/421 30737
/proc/meminfo: memFree=21744552/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=382492 CPUtime=942.28 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 92970 0 0 0 94198 30 0 0 25 0 1 0 657650793 391671808 92909 33554432000 4194304 4394578 140733231491344 18446744073709551615 4298795 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 95623 92909 267 49 0 92764 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 382492

[startup+1002.3 s]
/proc/loadavg: 4.03 4.06 3.83 5/421 30738
/proc/meminfo: memFree=21704120/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=382492 CPUtime=1002.28 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 92986 0 0 0 100198 30 0 0 25 0 1 0 657650793 391671808 92925 33554432000 4194304 4394578 140733231491344 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 95623 92925 267 49 0 92764 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 382492

[startup+1062.3 s]
/proc/loadavg: 4.01 4.04 3.83 5/421 30740
/proc/meminfo: memFree=21639880/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=384340 CPUtime=1062.28 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 93468 0 0 0 106198 30 0 0 25 0 1 0 657650793 393564160 93407 33554432000 4194304 4394578 140733231491344 18446744073709551615 4285590 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 96085 93407 267 49 0 93226 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 384340

[startup+1122.3 s]
/proc/loadavg: 4.00 4.03 3.84 5/421 30742
/proc/meminfo: memFree=21551832/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=416808 CPUtime=1122.28 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 101586 0 0 0 112196 32 0 0 25 0 1 0 657650793 426811392 101525 33554432000 4194304 4394578 140733231491344 18446744073709551615 4292080 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 104202 101525 267 49 0 101343 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 416808

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.84 5/421 30743
/proc/meminfo: memFree=21460064/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=441800 CPUtime=1182.28 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 107809 0 0 0 118193 35 0 0 25 0 1 0 657650793 452403200 107748 33554432000 4194304 4394578 140733231491344 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 110450 107748 267 49 0 107591 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 441800

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.85 5/421 30745
/proc/meminfo: memFree=21372508/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=470684 CPUtime=1242.29 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 115046 0 0 0 124192 37 0 0 25 0 1 0 657650793 481980416 114985 33554432000 4194304 4394578 140733231491344 18446744073709551615 4298979 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 117671 114985 267 49 0 114812 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 470684



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.20 4.06 3.87 5/421 30746
/proc/meminfo: memFree=21277640/32950928 swapFree=67056568/67111528
[pid=30651] ppid=30648 vsize=485512 CPUtime=1300 cores=0,2
/proc/30651/stat : 30651 (SApperloT2010) R 30648 30651 28260 0 -1 4202496 118763 0 0 0 129962 38 0 0 25 0 1 0 657650793 497164288 118702 33554432000 4194304 4394578 140733231491344 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/30651/statm: 121378 118702 267 49 0 118519 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 485512

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.04
CPU time (s): 1300.03
CPU user time (s): 1299.62
CPU system time (s): 0.404938
CPU usage (%): 99.9991
Max. virtual memory (cumulated for all children) (KiB): 485512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.62
system time used= 0.404938
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118763
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= 20
involuntary context switches= 2262

runsolver used 5.46117 second user time and 12.2851 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 13:55:37
IDJOB=3379699
IDBENCH=85362
IDSOLVER=1862
FILE ID=node148/3379699-1305460537
RUNJOBID= node148-1305460537-30630
PBS_JOBID= 13324858
Free space on /tmp= 72856 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-240-2.shuffled-as.sat05-2519.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379699-1305460537/watcher-3379699-1305460537 -o /tmp/evaluation-result-3379699-1305460537/solver-3379699-1305460537 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379699-1305460537.cnf

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

MD5SUM BENCH= b6a88c8ae73b20cfc873207d1a0caa09
RANDOM SEED=388693356

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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:     32950928 kB
MemFree:      23173176 kB
Buffers:        337836 kB
Cached:        4899696 kB
SwapCached:       8488 kB
Active:        6104044 kB
Inactive:      3311836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23173176 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:             600 kB
Writeback:           0 kB
AnonPages:     4176208 kB
Mapped:          31660 kB
Slab:           258744 kB
PageTables:      37244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105094456 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72856 MiB
End job on node148 at 2011-05-15 14:17:19