Trace number 3379860

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.06 1300.03

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2100c215164gyes2.cnf
MD5SUM5301921bbf5d6337937a0fa8d34aaf48
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 variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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

running on 2 cores: 1,3

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: 1.14 2.06 2.81 4/338 5676
/proc/meminfo: memFree=17316404/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=15828 CPUtime=0 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 936 0 0 0 0 0 0 0 23 0 1 0 657083258 16207872 876 33554432000 4194304 4394578 140734866468048 18446744073709551615 274473628357 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 3957 877 247 49 0 1098 0

[startup+0.10836 s]
/proc/loadavg: 1.14 2.06 2.81 4/338 5676
/proc/meminfo: memFree=17316404/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=31976 CPUtime=0.09 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 5001 0 0 0 9 0 0 0 23 0 1 0 657083258 32743424 4940 33554432000 4194304 4394578 140734866468048 18446744073709551615 274473992087 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 7994 4940 255 49 0 5135 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31976

[startup+0.200399 s]
/proc/loadavg: 1.14 2.06 2.81 4/338 5676
/proc/meminfo: memFree=17316404/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=31976 CPUtime=0.19 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 5001 0 0 0 17 2 0 0 24 0 1 0 657083258 32743424 4940 33554432000 4194304 4394578 140734866468048 18446744073709551615 274473992087 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 7994 4940 255 49 0 5135 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 31976

[startup+0.300325 s]
/proc/loadavg: 1.14 2.06 2.81 4/338 5676
/proc/meminfo: memFree=17316404/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=31976 CPUtime=0.28 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 5001 0 0 0 26 2 0 0 25 0 1 0 657083258 32743424 4940 33554432000 4194304 4394578 140734866468048 18446744073709551615 274473992087 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 7994 4940 255 49 0 5135 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 31976

[startup+0.700253 s]
/proc/loadavg: 1.14 2.06 2.81 4/338 5676
/proc/meminfo: memFree=17316404/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=43444 CPUtime=0.68 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 8724 0 0 0 65 3 0 0 25 0 1 0 657083258 44486656 7821 33554432000 4194304 4394578 140734866468048 18446744073709551615 4291795 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 10861 7821 266 49 0 8002 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 43444

[startup+1.50011 s]
/proc/loadavg: 1.37 2.09 2.81 5/348 5694
/proc/meminfo: memFree=17211724/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=52424 CPUtime=1.49 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 10942 0 0 0 145 4 0 0 25 0 1 0 657083258 53682176 10039 33554432000 4194304 4394578 140734866468048 18446744073709551615 4298340 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 13106 10039 266 49 0 10247 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52424

[startup+3.10083 s]
/proc/loadavg: 1.37 2.09 2.81 5/348 5694
/proc/meminfo: memFree=17180600/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=64960 CPUtime=3.09 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 14079 0 0 0 305 4 0 0 25 0 1 0 657083258 66519040 13176 33554432000 4194304 4394578 140734866468048 18446744073709551615 274473628357 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 16240 13176 266 49 0 13381 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 64960

[startup+6.30027 s]
/proc/loadavg: 1.58 2.12 2.82 5/348 5694
/proc/meminfo: memFree=17128212/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=84012 CPUtime=6.29 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 18759 0 0 0 624 5 0 0 25 0 1 0 657083258 86028288 17856 33554432000 4194304 4394578 140734866468048 18446744073709551615 4296374 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 21003 17856 266 49 0 18144 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84012

[startup+12.7001 s]
/proc/loadavg: 1.78 2.16 2.82 5/348 5694
/proc/meminfo: memFree=17055712/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=112700 CPUtime=12.69 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 25740 0 0 0 1263 6 0 0 25 0 1 0 657083258 115404800 24837 33554432000 4194304 4394578 140734866468048 18446744073709551615 4309146 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 28175 24837 266 49 0 25316 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 112700

[startup+25.5009 s]
/proc/loadavg: 2.12 2.22 2.84 5/348 5694
/proc/meminfo: memFree=17017776/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=132728 CPUtime=25.49 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 30580 0 0 0 2541 8 0 0 25 0 1 0 657083258 135913472 29677 33554432000 4194304 4394578 140734866468048 18446744073709551615 4298989 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 33182 29677 266 49 0 30323 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 132728

[startup+51.1004 s]
/proc/loadavg: 2.86 2.38 2.87 5/348 5695
/proc/meminfo: memFree=16975444/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=148328 CPUtime=51.09 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 34097 0 0 0 5101 8 0 0 25 0 1 0 657083258 151887872 33194 33554432000 4194304 4394578 140734866468048 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 37082 33194 266 49 0 34223 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 148328

[startup+102.3 s]
/proc/loadavg: 3.54 2.65 2.93 5/348 5696
/proc/meminfo: memFree=16896552/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=180380 CPUtime=102.3 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 41307 0 0 0 10220 10 0 0 25 0 1 0 657083258 184709120 40404 33554432000 4194304 4394578 140734866468048 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 45095 40404 266 49 0 42236 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 180380

[startup+162.301 s]
/proc/loadavg: 3.83 2.89 3.00 5/348 5698
/proc/meminfo: memFree=16839604/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=203136 CPUtime=162.29 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 46260 0 0 0 16217 12 0 0 25 0 1 0 657083258 208011264 45357 33554432000 4194304 4394578 140734866468048 18446744073709551615 4298340 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 50784 45357 266 49 0 47925 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 203136

[startup+222.313 s]
/proc/loadavg: 3.94 3.09 3.06 5/348 5700
/proc/meminfo: memFree=16793188/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=222824 CPUtime=222.31 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 50664 0 0 0 22217 14 0 0 25 0 1 0 657083258 228171776 49761 33554432000 4194304 4394578 140734866468048 18446744073709551615 4288273 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 55706 49761 266 49 0 52847 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 222824

[startup+282.301 s]
/proc/loadavg: 3.97 3.25 3.11 5/348 5701
/proc/meminfo: memFree=16758052/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=238164 CPUtime=282.29 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 53962 0 0 0 28215 14 0 0 25 0 1 0 657083258 243879936 53059 33554432000 4194304 4394578 140734866468048 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 59541 53059 266 49 0 56682 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 238164

[startup+342.301 s]
/proc/loadavg: 3.99 3.39 3.17 5/348 5703
/proc/meminfo: memFree=16716228/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=256208 CPUtime=342.3 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 57849 0 0 0 34214 16 0 0 25 0 1 0 657083258 262356992 56946 33554432000 4194304 4394578 140734866468048 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 64052 56946 266 49 0 61193 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 256208

[startup+402.301 s]
/proc/loadavg: 4.03 3.51 3.22 5/348 5704
/proc/meminfo: memFree=16686180/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=271796 CPUtime=402.3 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 61153 0 0 0 40213 17 0 0 25 0 1 0 657083258 278319104 60250 33554432000 4194304 4394578 140734866468048 18446744073709551615 4299019 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 67949 60250 266 49 0 65090 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 271796

[startup+462.301 s]
/proc/loadavg: 4.01 3.60 3.27 5/348 5706
/proc/meminfo: memFree=16667792/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=282168 CPUtime=462.3 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 63059 0 0 0 46213 17 0 0 25 0 1 0 657083258 288940032 62156 33554432000 4194304 4394578 140734866468048 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 70542 62156 266 49 0 67683 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 282168

[startup+522.3 s]
/proc/loadavg: 4.07 3.68 3.31 5/348 5708
/proc/meminfo: memFree=16644328/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=295608 CPUtime=522.3 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 66085 0 0 0 52212 18 0 0 25 0 1 0 657083258 302702592 65182 33554432000 4194304 4394578 140734866468048 18446744073709551615 4298701 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 73902 65182 266 49 0 71043 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 295608

[startup+582.301 s]
/proc/loadavg: 4.08 3.75 3.36 5/348 5709
/proc/meminfo: memFree=16624820/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=302904 CPUtime=582.3 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 67676 0 0 0 58212 18 0 0 25 0 1 0 657083258 310173696 66773 33554432000 4194304 4394578 140734866468048 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 75726 66773 266 49 0 72867 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 302904

[startup+642.3 s]
/proc/loadavg: 4.14 3.83 3.41 5/348 5711
/proc/meminfo: memFree=16604684/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=314260 CPUtime=642.31 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 70198 0 0 0 64212 19 0 0 25 0 1 0 657083258 321802240 69295 33554432000 4194304 4394578 140734866468048 18446744073709551615 4335393 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 78565 69295 266 49 0 75706 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 314260

[startup+702.301 s]
/proc/loadavg: 4.05 3.85 3.44 5/348 5712
/proc/meminfo: memFree=16580960/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=318612 CPUtime=702.31 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 71123 0 0 0 70212 19 0 0 25 0 1 0 657083258 326258688 70220 33554432000 4194304 4394578 140734866468048 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 79653 70220 266 49 0 76794 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 318612

[startup+762.3 s]
/proc/loadavg: 4.02 3.88 3.47 5/348 5714
/proc/meminfo: memFree=16561204/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=328340 CPUtime=762.32 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 73169 0 0 0 76212 20 0 0 25 0 1 0 657083258 336220160 72266 33554432000 4194304 4394578 140734866468048 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 82085 72266 266 49 0 79226 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 328340

[startup+822.301 s]
/proc/loadavg: 4.00 3.90 3.50 5/348 5716
/proc/meminfo: memFree=16535376/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=337752 CPUtime=822.31 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 75048 0 0 0 82211 20 0 0 25 0 1 0 657083258 345858048 74145 33554432000 4194304 4394578 140734866468048 18446744073709551615 4292896 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 84438 74145 266 49 0 81579 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 337752

[startup+882.313 s]
/proc/loadavg: 4.00 3.91 3.53 5/348 5717
/proc/meminfo: memFree=16511652/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=346456 CPUtime=882.32 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 76832 0 0 0 88211 21 0 0 25 0 1 0 657083258 354770944 75929 33554432000 4194304 4394578 140734866468048 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 86614 75929 266 49 0 83755 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 346456

[startup+942.301 s]
/proc/loadavg: 4.05 3.94 3.56 5/348 5719
/proc/meminfo: memFree=16501080/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=349528 CPUtime=942.31 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 77435 0 0 0 94210 21 0 0 25 0 1 0 657083258 357916672 76532 33554432000 4194304 4394578 140734866468048 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 87382 76532 266 49 0 84523 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 349528

[startup+1002.3 s]
/proc/loadavg: 4.02 3.95 3.59 5/348 5720
/proc/meminfo: memFree=16489760/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=355932 CPUtime=1002.31 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 78881 0 0 0 100209 22 0 0 25 0 1 0 657083258 364474368 77978 33554432000 4194304 4394578 140734866468048 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 88983 77978 266 49 0 86124 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 355932

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.61 5/348 5722
/proc/meminfo: memFree=16477936/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=359716 CPUtime=1062.31 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 79706 0 0 0 106209 22 0 0 25 0 1 0 657083258 368349184 78803 33554432000 4194304 4394578 140734866468048 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 89929 78803 266 49 0 87070 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 359716

[startup+1122.3 s]
/proc/loadavg: 4.11 3.99 3.64 5/348 5724
/proc/meminfo: memFree=16470960/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=363652 CPUtime=1122.31 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 80550 0 0 0 112209 22 0 0 25 0 1 0 657083258 372379648 79647 33554432000 4194304 4394578 140734866468048 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 90913 79647 266 49 0 88054 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 363652

[startup+1182.3 s]
/proc/loadavg: 4.12 4.00 3.67 5/348 5725
/proc/meminfo: memFree=16444636/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=368644 CPUtime=1182.31 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 81552 0 0 0 118209 22 0 0 25 0 1 0 657083258 377491456 80649 33554432000 4194304 4394578 140734866468048 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 92161 80649 266 49 0 89302 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 368644

[startup+1242.3 s]
/proc/loadavg: 4.04 4.00 3.68 5/348 5727
/proc/meminfo: memFree=16436048/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=374532 CPUtime=1242.32 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 82791 0 0 0 124209 23 0 0 25 0 1 0 657083258 383520768 81888 33554432000 4194304 4394578 140734866468048 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 93633 81888 266 49 0 90774 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 374532



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.00 3.70 7/348 5728
/proc/meminfo: memFree=16425480/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=378180 CPUtime=1300.02 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 83624 0 0 0 129979 23 0 0 25 0 1 0 657083258 387256320 82721 33554432000 4194304 4394578 140734866468048 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 94545 82721 266 49 0 91686 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 378180

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 4.02 4.00 3.70 7/348 5728
/proc/meminfo: memFree=16425480/32950928 swapFree=67111348/67111528
[pid=5676] ppid=5674 vsize=378180 CPUtime=1300.02 cores=1,3
/proc/5676/stat : 5676 (SApperloT2010) R 5674 5676 30479 0 -1 4202496 83624 0 0 0 129979 23 0 0 25 0 1 0 657083258 387256320 82721 33554432000 4194304 4394578 140734866468048 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/5676/statm: 94545 82721 266 49 0 91686 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 378180

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1299.8
CPU system time (s): 0.255961
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 378180

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

runsolver used 4.06338 second user time and 10.1325 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-15 12:20:36
IDJOB=3379860
IDBENCH=71428
IDSOLVER=1862
FILE ID=node125/3379860-1305454836
RUNJOBID= node125-1305454836-5653
PBS_JOBID= 13324855
Free space on /tmp= 73200 MiB

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

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

MD5SUM BENCH= 5301921bbf5d6337937a0fa8d34aaf48
RANDOM SEED=128039864

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:     32950928 kB
MemFree:      17317552 kB
Buffers:        283972 kB
Cached:        4611060 kB
SwapCached:          0 kB
Active:       11575104 kB
Inactive:      3675888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      17317552 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            3924 kB
Writeback:           0 kB
AnonPages:    10356004 kB
Mapped:          32384 kB
Slab:           278628 kB
PageTables:      39804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 66786672 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= 73196 MiB
End job on node125 at 2011-05-15 12:42:18