Trace number 3379843

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

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/php/unsat/
easier/php-045-035.shuffled-as.sat05-1181.cnf
MD5SUM057b78ff24cc0773c9c67e770a7b9de2
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark44.4072
Satisfiable
(Un)Satisfiability was proved
Number of variables1575
Number of clauses34695
Sum of the clauses size70875
Maximum clause length35
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 234650
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3379843-1305460539/watcher-3379843-1305460539 -o /tmp/evaluation-result-3379843-1305460539/solver-3379843-1305460539 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379843-1305460539.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.48 3.91 3.44 4/420 30699
/proc/meminfo: memFree=23156232/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=11796 CPUtime=0 cores=4,6
/proc/30699/stat : 30699 (runsolver) R 30697 30699 28260 0 -1 4202560 40 0 0 0 0 0 0 0 25 0 1 0 657650943 12079104 49 33554432000 4194304 5432360 140734479038032 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/30699/statm: 2949 49 30 303 0 2643 0

[startup+0.0296341 s]
/proc/loadavg: 3.48 3.91 3.44 4/420 30699
/proc/meminfo: memFree=23156232/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=14232 CPUtime=0.01 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 902 0 0 0 1 0 0 0 25 0 1 0 657650943 14573568 843 33554432000 4194304 4394578 140734747140992 18446744073709551615 239476355781 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 3558 845 247 49 0 699 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14232

[startup+0.100623 s]
/proc/loadavg: 3.48 3.91 3.44 4/420 30699
/proc/meminfo: memFree=23156232/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=17520 CPUtime=0.07 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 1896 0 0 0 7 0 0 0 25 0 1 0 657650943 17940480 1700 33554432000 4194304 4394578 140734747140992 18446744073709551615 4313533 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 4380 1701 267 49 0 1521 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 17520

[startup+0.30058 s]
/proc/loadavg: 3.48 3.91 3.44 4/420 30699
/proc/meminfo: memFree=23156232/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=23064 CPUtime=0.27 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 3270 0 0 0 27 0 0 0 25 0 1 0 657650943 23617536 3074 33554432000 4194304 4394578 140734747140992 18446744073709551615 4300040 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 5766 3075 267 49 0 2907 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 23064

[startup+0.70051 s]
/proc/loadavg: 3.48 3.91 3.44 4/420 30699
/proc/meminfo: memFree=23156232/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=32032 CPUtime=0.68 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 5500 0 0 0 67 1 0 0 25 0 1 0 657650943 32800768 5304 33554432000 4194304 4394578 140734747140992 18446744073709551615 239476355781 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 8008 5304 267 49 0 5149 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 32032

[startup+1.50036 s]
/proc/loadavg: 3.48 3.91 3.44 5/421 30700
/proc/meminfo: memFree=23128132/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=40512 CPUtime=1.47 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 7606 0 0 0 146 1 0 0 25 0 1 0 657650943 41484288 7410 33554432000 4194304 4394578 140734747140992 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 10128 7410 267 49 0 7269 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 40512

[startup+3.10105 s]
/proc/loadavg: 3.48 3.91 3.44 5/421 30700
/proc/meminfo: memFree=23117840/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=48112 CPUtime=3.07 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 9470 0 0 0 306 1 0 0 25 0 1 0 657650943 49266688 9274 33554432000 4194304 4394578 140734747140992 18446744073709551615 4298940 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 12028 9274 267 49 0 9169 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 48112

[startup+6.30044 s]
/proc/loadavg: 3.53 3.91 3.44 5/421 30700
/proc/meminfo: memFree=23102520/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=55576 CPUtime=6.27 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 11278 0 0 0 626 1 0 0 25 0 1 0 657650943 56909824 11082 33554432000 4194304 4394578 140734747140992 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 13894 11082 267 49 0 11035 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 55576

[startup+12.7012 s]
/proc/loadavg: 3.56 3.91 3.44 5/421 30700
/proc/meminfo: memFree=23074048/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=70528 CPUtime=12.68 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 14794 0 0 0 1266 2 0 0 25 0 1 0 657650943 72220672 14598 33554432000 4194304 4394578 140734747140992 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 17632 14598 267 49 0 14773 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 70528

[startup+25.5008 s]
/proc/loadavg: 3.66 3.91 3.45 5/421 30700
/proc/meminfo: memFree=23033272/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=93864 CPUtime=25.48 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 20109 0 0 0 2546 2 0 0 25 0 1 0 657650943 96116736 19913 33554432000 4194304 4394578 140734747140992 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 23466 19913 267 49 0 20607 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 93864

[startup+51.1009 s]
/proc/loadavg: 3.77 3.92 3.47 6/421 30701
/proc/meminfo: memFree=22982264/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=109564 CPUtime=51.08 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 23647 0 0 0 5105 3 0 0 25 0 1 0 657650943 112193536 23451 33554432000 4194304 4394578 140734747140992 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 27391 23451 267 49 0 24532 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 109564

[startup+102.315 s]
/proc/loadavg: 3.90 3.93 3.49 6/421 30702
/proc/meminfo: memFree=22876984/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=159204 CPUtime=102.3 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 34694 0 0 0 10225 5 0 0 25 0 1 0 657650943 163024896 34498 33554432000 4194304 4394578 140734747140992 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 39801 34498 267 49 0 36942 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 159204

[startup+162.301 s]
/proc/loadavg: 3.96 3.94 3.52 5/421 30704
/proc/meminfo: memFree=22771820/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=173684 CPUtime=162.28 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 37475 0 0 0 16223 5 0 0 25 0 1 0 657650943 177852416 37279 33554432000 4194304 4394578 140734747140992 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 43421 37279 267 49 0 40562 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 173684

[startup+222.301 s]
/proc/loadavg: 3.98 3.95 3.55 6/421 30706
/proc/meminfo: memFree=22689836/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=201368 CPUtime=222.29 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 43532 0 0 0 22223 6 0 0 25 0 1 0 657650943 206200832 43336 33554432000 4194304 4394578 140734747140992 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 50342 43336 267 49 0 47483 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 201368

[startup+282.301 s]
/proc/loadavg: 4.28 4.03 3.60 5/421 30707
/proc/meminfo: memFree=22575124/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=223944 CPUtime=282.29 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 48567 0 0 0 28222 7 0 0 25 0 1 0 657650943 229318656 48371 33554432000 4194304 4394578 140734747140992 18446744073709551615 4298679 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 55986 48371 267 49 0 53127 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 223944

[startup+342.301 s]
/proc/loadavg: 4.10 4.02 3.62 6/421 30718
/proc/meminfo: memFree=22479348/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=241616 CPUtime=342.28 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 51944 0 0 0 34221 7 0 0 25 0 1 0 657650943 247414784 51748 33554432000 4194304 4394578 140734747140992 18446744073709551615 4309156 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 60404 51748 267 49 0 57545 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 241616

[startup+402.3 s]
/proc/loadavg: 4.11 4.05 3.65 5/421 30719
/proc/meminfo: memFree=22400344/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=258828 CPUtime=402.29 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 55825 0 0 0 40221 8 0 0 25 0 1 0 657650943 265039872 55629 33554432000 4194304 4394578 140734747140992 18446744073709551615 4298693 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 64707 55629 267 49 0 61848 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 258828

[startup+462.301 s]
/proc/loadavg: 4.07 4.05 3.67 6/421 30721
/proc/meminfo: memFree=22361896/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=264972 CPUtime=462.3 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 57111 0 0 0 46221 9 0 0 25 0 1 0 657650943 271331328 56915 33554432000 4194304 4394578 140734747140992 18446744073709551615 4291928 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 66243 56915 267 49 0 63384 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 264972

[startup+522.3 s]
/proc/loadavg: 4.02 4.04 3.69 5/421 30725
/proc/meminfo: memFree=22266156/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=278796 CPUtime=522.29 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 59706 0 0 0 52220 9 0 0 25 0 1 0 657650943 285487104 59510 33554432000 4194304 4394578 140734747140992 18446744073709551615 4287940 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 69699 59510 267 49 0 66840 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 278796

[startup+582.301 s]
/proc/loadavg: 4.01 4.03 3.71 6/421 30727
/proc/meminfo: memFree=22177144/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=286836 CPUtime=582.3 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 61285 0 0 0 58220 10 0 0 25 0 1 0 657650943 293720064 61089 33554432000 4194304 4394578 140734747140992 18446744073709551615 4313350 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 71709 61089 267 49 0 68850 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 286836

[startup+642.3 s]
/proc/loadavg: 4.00 4.02 3.73 5/421 30729
/proc/meminfo: memFree=22088724/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=297720 CPUtime=642.31 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 63614 0 0 0 64221 10 0 0 25 0 1 0 657650943 304865280 63322 33554432000 4194304 4394578 140734747140992 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 74430 63322 267 49 0 71571 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 297720

[startup+702.301 s]
/proc/loadavg: 4.00 4.02 3.74 6/421 30730
/proc/meminfo: memFree=22009716/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=314200 CPUtime=702.31 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 66896 0 0 0 70220 11 0 0 25 0 1 0 657650943 321740800 66604 33554432000 4194304 4394578 140734747140992 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 78550 66604 267 49 0 75691 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 314200

[startup+762.315 s]
/proc/loadavg: 4.10 4.04 3.76 5/421 30732
/proc/meminfo: memFree=21915340/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=329052 CPUtime=762.32 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 69746 0 0 0 76221 11 0 0 25 0 1 0 657650943 336949248 69454 33554432000 4194304 4394578 140734747140992 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 82263 69454 267 49 0 79404 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 329052

[startup+822.301 s]
/proc/loadavg: 4.16 4.08 3.79 6/421 30734
/proc/meminfo: memFree=21833232/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=339696 CPUtime=822.31 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 71909 0 0 0 82219 12 0 0 25 0 1 0 657650943 347848704 71617 33554432000 4194304 4394578 140734747140992 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 84924 71617 267 49 0 82065 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 339696

[startup+882.3 s]
/proc/loadavg: 4.09 4.07 3.81 5/421 30735
/proc/meminfo: memFree=21771220/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=352528 CPUtime=882.31 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 74499 0 0 0 88218 13 0 0 25 0 1 0 657650943 360988672 74207 33554432000 4194304 4394578 140734747140992 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 88132 74207 267 49 0 85273 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 352528

[startup+942.301 s]
/proc/loadavg: 4.08 4.07 3.82 6/421 30737
/proc/meminfo: memFree=21744552/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=352784 CPUtime=942.31 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 74704 0 0 0 94218 13 0 0 25 0 1 0 657650943 361250816 74412 33554432000 4194304 4394578 140734747140992 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 88196 74412 267 49 0 85337 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 352784

[startup+1002.3 s]
/proc/loadavg: 4.03 4.06 3.83 5/421 30738
/proc/meminfo: memFree=21703128/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=356760 CPUtime=1002.31 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 75575 0 0 0 100218 13 0 0 25 0 1 0 657650943 365322240 75283 33554432000 4194304 4394578 140734747140992 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 89190 75283 267 49 0 86331 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 356760

[startup+1062.3 s]
/proc/loadavg: 4.01 4.04 3.83 6/421 30740
/proc/meminfo: memFree=21635788/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=370460 CPUtime=1062.32 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 78139 0 0 0 106218 14 0 0 25 0 1 0 657650943 379351040 77847 33554432000 4194304 4394578 140734747140992 18446744073709551615 4287227 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 92615 77847 267 49 0 89756 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 370460

[startup+1122.3 s]
/proc/loadavg: 4.00 4.03 3.84 5/421 30742
/proc/meminfo: memFree=21549848/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=374556 CPUtime=1122.32 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 78944 0 0 0 112218 14 0 0 25 0 1 0 657650943 383545344 78652 33554432000 4194304 4394578 140734747140992 18446744073709551615 4298832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 93639 78652 267 49 0 90780 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 374556

[startup+1182.3 s]
/proc/loadavg: 4.00 4.02 3.84 6/421 30743
/proc/meminfo: memFree=21458080/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=379676 CPUtime=1182.32 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 79885 0 0 0 118218 14 0 0 25 0 1 0 657650943 388788224 79593 33554432000 4194304 4394578 140734747140992 18446744073709551615 4298985 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 94919 79593 267 49 0 92060 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 379676

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.85 5/421 30745
/proc/meminfo: memFree=21370400/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=390432 CPUtime=1242.33 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 82130 0 0 0 124218 15 0 0 25 0 1 0 657650943 399802368 81838 33554432000 4194304 4394578 140734747140992 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 97608 81838 267 49 0 94749 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 390432



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.20 4.06 3.87 2/415 30749
/proc/meminfo: memFree=22820744/32950928 swapFree=67056568/67111528
[pid=30699] ppid=30697 vsize=402732 CPUtime=1300.04 cores=4,6
/proc/30699/stat : 30699 (SApperloT2010) R 30697 30699 28260 0 -1 4202496 84415 0 0 0 129989 15 0 0 25 0 1 0 657650943 412397568 84123 33554432000 4194304 4394578 140734747140992 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/30699/statm: 100683 84123 267 49 0 97824 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 402732

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1299.9
CPU system time (s): 0.166974
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 402732

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

runsolver used 5.45517 second user time and 11.3513 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-15 13:55:39
IDJOB=3379843
IDBENCH=85438
IDSOLVER=1862
FILE ID=node148/3379843-1305460539
RUNJOBID= node148-1305460537-30631
PBS_JOBID= 13324858
Free space on /tmp= 72856 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT05/crafted/sabharwal05/counting/php/unsat/easier/php-045-035.shuffled-as.sat05-1181.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379843-1305460539/watcher-3379843-1305460539 -o /tmp/evaluation-result-3379843-1305460539/solver-3379843-1305460539 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379843-1305460539.cnf

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

MD5SUM BENCH= 057b78ff24cc0773c9c67e770a7b9de2
RANDOM SEED=342556534

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:      23156636 kB
Buffers:        337868 kB
Cached:        4901696 kB
SwapCached:       8488 kB
Active:        6121576 kB
Inactive:      3312000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23156636 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:            1652 kB
Writeback:           0 kB
AnonPages:     4191640 kB
Mapped:          32684 kB
Slab:           258952 kB
PageTables:      37380 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 105163388 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:21