Trace number 3265569

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
SApperloT 2011-03-23? (TO) 1300.01 1300.01

General information on the benchmark

NameSAT05/crafted/markstrom05/eulcbip/
eulcbip-7-UNSAT.shuffled-as.sat05-3936.cnf
MD5SUM151ccdb2c52c7f525fde5dca388bb6e6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.083986
Satisfiable
(Un)Satisfiability was proved
Number of variables135
Number of clauses672
Sum of the clauses size2684
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22
Number of clauses of size 30
Number of clauses of size 4670
Number of clauses of size 50
Number of clauses of size over 50

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: 935)

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-3265569-1303580161/watcher-3265569-1303580161 -o /tmp/evaluation-result-3265569-1303580161/solver-3265569-1303580161 -C 2400 -W 1300 -M 7680 SApperloT HOME/instance-3265569-1303580161.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: 1.17 1.05 1.51 4/189 11451
/proc/meminfo: memFree=16861920/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=12028 CPUtime=0 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 410 0 0 0 0 0 0 0 25 0 1 0 548246646 12316672 346 33554432000 4194304 4465733 140736633390288 18446744073709551615 4295790 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 3007 347 255 67 0 130 0

[startup+0.093642 s]
/proc/loadavg: 1.17 1.05 1.51 4/189 11451
/proc/meminfo: memFree=16861920/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=13384 CPUtime=0.09 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 1136 0 0 0 9 0 0 0 25 0 1 0 548246646 13705216 633 33554432000 4194304 4465733 140736633390288 18446744073709551615 4295923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 3346 633 256 67 0 469 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13384

[startup+0.100636 s]
/proc/loadavg: 1.17 1.05 1.51 4/189 11451
/proc/meminfo: memFree=16861920/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=13384 CPUtime=0.09 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 1159 0 0 0 9 0 0 0 25 0 1 0 548246646 13705216 647 33554432000 4194304 4465733 140736633390288 18446744073709551615 4270699 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 3346 647 256 67 0 469 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13384

[startup+0.300615 s]
/proc/loadavg: 1.17 1.05 1.51 4/189 11451
/proc/meminfo: memFree=16861920/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=14252 CPUtime=0.29 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 1565 0 0 0 29 0 0 0 25 0 1 0 548246646 14594048 821 33554432000 4194304 4465733 140736633390288 18446744073709551615 4255428 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 3563 821 257 67 0 686 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14252

[startup+0.700554 s]
/proc/loadavg: 1.17 1.05 1.51 4/189 11451
/proc/meminfo: memFree=16861920/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=14772 CPUtime=0.69 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 2022 0 0 0 69 0 0 0 25 0 1 0 548246646 15126528 936 33554432000 4194304 4465733 140736633390288 18446744073709551615 4296131 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 3693 936 259 67 0 816 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14772

[startup+1.50042 s]
/proc/loadavg: 1.17 1.05 1.51 5/190 11452
/proc/meminfo: memFree=16856960/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=16756 CPUtime=1.49 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 2851 0 0 0 149 0 0 0 25 0 1 0 548246646 17158144 1278 33554432000 4194304 4465733 140736633390288 18446744073709551615 4271204 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 4189 1278 258 67 0 1312 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16756

[startup+3.10109 s]
/proc/loadavg: 1.17 1.05 1.51 5/190 11453
/proc/meminfo: memFree=16851436/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=17376 CPUtime=3.09 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 3549 0 0 0 309 0 0 0 25 0 1 0 548246646 17793024 1534 33554432000 4194304 4465733 140736633390288 18446744073709551615 4270228 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 4344 1534 258 67 0 1467 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17376

[startup+6.30052 s]
/proc/loadavg: 1.39 1.10 1.53 5/190 11453
/proc/meminfo: memFree=16824784/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=19456 CPUtime=6.29 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 5273 0 0 0 629 0 0 0 25 0 1 0 548246646 19922944 1961 33554432000 4194304 4465733 140736633390288 18446744073709551615 4270213 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 4864 1961 258 67 0 1987 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19456

[startup+12.7004 s]
/proc/loadavg: 1.60 1.15 1.54 5/190 11453
/proc/meminfo: memFree=16825076/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=22604 CPUtime=12.69 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 7475 0 0 0 1269 0 0 0 25 0 1 0 548246646 23146496 2371 33554432000 4194304 4465733 140736633390288 18446744073709551615 4270165 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 5651 2371 258 67 0 2774 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22604

[startup+25.501 s]
/proc/loadavg: 2.13 1.29 1.58 5/190 11453
/proc/meminfo: memFree=16741240/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=25232 CPUtime=25.49 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 9843 0 0 0 2548 1 0 0 25 0 1 0 548246646 25837568 2981 33554432000 4194304 4465733 140736633390288 18446744073709551615 4277237 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 6308 2981 258 67 0 3431 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25232

[startup+51.1003 s]
/proc/loadavg: 2.77 1.51 1.64 5/190 11454
/proc/meminfo: memFree=16693764/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=31312 CPUtime=51.09 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 14523 0 0 0 5108 1 0 0 25 0 1 0 548246646 32063488 4092 33554432000 4194304 4465733 140736633390288 18446744073709551615 4271237 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 7828 4092 258 67 0 4951 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 31312

[startup+102.307 s]
/proc/loadavg: 3.46 1.89 1.76 5/190 11455
/proc/meminfo: memFree=16641680/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=34656 CPUtime=102.29 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 17945 0 0 0 10227 2 0 0 25 0 1 0 548246646 35487744 5237 33554432000 4194304 4465733 140736633390288 18446744073709551615 4295872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 8664 5237 258 67 0 5787 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 34656

[startup+162.301 s]
/proc/loadavg: 3.41 2.17 1.87 4/184 11474
/proc/meminfo: memFree=16757844/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=40576 CPUtime=162.29 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 22755 0 0 0 16226 3 0 0 25 0 1 0 548246646 41549824 6261 33554432000 4194304 4465733 140736633390288 18446744073709551615 4255411 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 10144 6261 258 67 0 7267 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 40576

[startup+222.301 s]
/proc/loadavg: 3.15 2.32 1.94 4/184 11478
/proc/meminfo: memFree=16732368/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=40576 CPUtime=222.29 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 23829 0 0 0 22225 4 0 0 25 0 1 0 548246646 41549824 6858 33554432000 4194304 4465733 140736633390288 18446744073709551615 4271210 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 10144 6858 258 67 0 7267 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 40576

[startup+282.301 s]
/proc/loadavg: 3.05 2.44 2.00 4/184 11480
/proc/meminfo: memFree=16754916/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=54424 CPUtime=282.29 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 32196 0 0 0 28224 5 0 0 25 0 1 0 548246646 55730176 7908 33554432000 4194304 4465733 140736633390288 18446744073709551615 4293434 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 13606 7908 258 67 0 10729 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 54424

[startup+342.301 s]
/proc/loadavg: 3.02 2.54 2.06 4/184 11481
/proc/meminfo: memFree=16735788/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=54424 CPUtime=342.29 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 33482 0 0 0 34224 5 0 0 25 0 1 0 548246646 55730176 8743 33554432000 4194304 4465733 140736633390288 18446744073709551615 4270176 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 13606 8743 258 67 0 10729 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 54424

[startup+402.301 s]
/proc/loadavg: 3.12 2.65 2.13 4/184 11483
/proc/meminfo: memFree=16750000/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=54424 CPUtime=402.28 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 34664 0 0 0 40223 5 0 0 25 0 1 0 548246646 55730176 9430 33554432000 4194304 4465733 140736633390288 18446744073709551615 4254938 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 13606 9430 258 67 0 10729 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 54424

[startup+462.301 s]
/proc/loadavg: 3.04 2.71 2.18 4/184 11485
/proc/meminfo: memFree=16680640/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=62280 CPUtime=462.29 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 39611 0 0 0 46222 7 0 0 25 0 1 0 548246646 63774720 10408 33554432000 4194304 4465733 140736633390288 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 15570 10408 258 67 0 12693 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 62280

[startup+522.301 s]
/proc/loadavg: 3.01 2.76 2.23 4/184 11486
/proc/meminfo: memFree=16691396/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=62280 CPUtime=522.29 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 40492 0 0 0 52222 7 0 0 25 0 1 0 548246646 63774720 10897 33554432000 4194304 4465733 140736633390288 18446744073709551615 4270216 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 15570 10897 258 67 0 12693 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 62280

[startup+582.301 s]
/proc/loadavg: 3.00 2.80 2.27 4/184 11488
/proc/meminfo: memFree=16675624/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=62280 CPUtime=582.29 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 40934 0 0 0 58222 7 0 0 25 0 1 0 548246646 63774720 11155 33554432000 4194304 4465733 140736633390288 18446744073709551615 4270202 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 15570 11155 258 67 0 12693 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 62280

[startup+642.301 s]
/proc/loadavg: 3.00 2.84 2.31 4/184 11489
/proc/meminfo: memFree=16653384/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=75596 CPUtime=642.29 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 48393 0 0 0 64221 8 0 0 25 0 1 0 548246646 77410304 11633 33554432000 4194304 4465733 140736633390288 18446744073709551615 4271210 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 18899 11633 258 67 0 16022 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 75596

[startup+702.301 s]
/proc/loadavg: 3.00 2.86 2.35 4/184 11491
/proc/meminfo: memFree=16642416/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=75596 CPUtime=702.29 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 49096 0 0 0 70221 8 0 0 25 0 1 0 548246646 77410304 12067 33554432000 4194304 4465733 140736633390288 18446744073709551615 4270216 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 18899 12067 258 67 0 16022 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 75596

[startup+762.307 s]
/proc/loadavg: 3.00 2.89 2.39 4/184 11493
/proc/meminfo: memFree=16629968/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=75596 CPUtime=762.29 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 49997 0 0 0 76221 8 0 0 25 0 1 0 548246646 77410304 12539 33554432000 4194304 4465733 140736633390288 18446744073709551615 4270202 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 18899 12539 258 67 0 16022 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 75596

[startup+822.301 s]
/proc/loadavg: 3.00 2.90 2.43 4/184 11494
/proc/meminfo: memFree=16685600/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=75596 CPUtime=822.28 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 50443 0 0 0 82220 8 0 0 25 0 1 0 548246646 77410304 12844 33554432000 4194304 4465733 140736633390288 18446744073709551615 4270165 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 18899 12844 258 67 0 16022 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 75596

[startup+882.301 s]
/proc/loadavg: 3.00 2.92 2.46 4/184 11496
/proc/meminfo: memFree=16612396/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=75596 CPUtime=882.29 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 51075 0 0 0 88220 9 0 0 25 0 1 0 548246646 77410304 13160 33554432000 4194304 4465733 140736633390288 18446744073709551615 4270152 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 18899 13160 258 67 0 16022 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 75596

[startup+942.301 s]
/proc/loadavg: 3.06 2.94 2.50 4/184 11497
/proc/meminfo: memFree=16624368/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=75596 CPUtime=942.29 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 51654 0 0 0 94220 9 0 0 25 0 1 0 548246646 77410304 13521 33554432000 4194304 4465733 140736633390288 18446744073709551615 4270213 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 18899 13521 258 67 0 16022 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 75596

[startup+1002.3 s]
/proc/loadavg: 3.06 2.97 2.53 4/184 11499
/proc/meminfo: memFree=16658300/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=75596 CPUtime=1002.29 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 52199 0 0 0 100220 9 0 0 25 0 1 0 548246646 77410304 13869 33554432000 4194304 4465733 140736633390288 18446744073709551615 4270222 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 18899 13869 258 67 0 16022 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 75596

[startup+1062.3 s]
/proc/loadavg: 3.02 2.97 2.56 4/184 11501
/proc/meminfo: memFree=16595360/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=86920 CPUtime=1062.29 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 59245 0 0 0 106218 11 0 0 25 0 1 0 548246646 89006080 15034 33554432000 4194304 4465733 140736633390288 18446744073709551615 4270176 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 21730 15034 258 67 0 18853 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 86920

[startup+1122.3 s]
/proc/loadavg: 3.00 2.97 2.58 4/184 11502
/proc/meminfo: memFree=16578712/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=86920 CPUtime=1122.29 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 59467 0 0 0 112217 12 0 0 25 0 1 0 548246646 89006080 15145 33554432000 4194304 4465733 140736633390288 18446744073709551615 4270213 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 21730 15145 258 67 0 18853 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 86920

[startup+1182.3 s]
/proc/loadavg: 3.00 2.97 2.60 4/184 11504
/proc/meminfo: memFree=16490276/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=86920 CPUtime=1182.29 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 60169 0 0 0 118217 12 0 0 25 0 1 0 548246646 89006080 15496 33554432000 4194304 4465733 140736633390288 18446744073709551615 4270176 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 21730 15496 258 67 0 18853 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 86920

[startup+1242.3 s]
/proc/loadavg: 3.00 2.97 2.63 4/184 11505
/proc/meminfo: memFree=16469772/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=86920 CPUtime=1242.29 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 60762 0 0 0 124217 12 0 0 25 0 1 0 548246646 89006080 15792 33554432000 4194304 4465733 140736633390288 18446744073709551615 4270216 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 21730 15792 257 67 0 18853 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 86920



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.84 2.94 2.64 2/174 11543
/proc/meminfo: memFree=16902916/32951124 swapFree=67111528/67111528
[pid=11451] ppid=11449 vsize=86920 CPUtime=1299.99 cores=0,2
/proc/11451/stat : 11451 (SApperloT) R 11449 11451 10033 0 -1 4202496 61389 0 0 0 129987 12 0 0 25 0 1 0 548246646 89006080 16232 33554432000 4194304 4465733 140736633390288 18446744073709551615 4259582 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11451/statm: 21730 16232 257 67 0 18853 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 86920

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.01
CPU time (s): 1300.01
CPU user time (s): 1299.88
CPU system time (s): 0.12898
CPU usage (%): 99.9997
Max. virtual memory (cumulated for all children) (KiB): 102228

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

runsolver used 2.27265 second user time and 4.82727 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-23 19:36:01
IDJOB=3265569
IDBENCH=85780
IDSOLVER=1657
FILE ID=node110/3265569-1303580161
RUNJOBID= node110-1303580156-11382
PBS_JOBID= 13150302
Free space on /tmp= 71920 MiB

SOLVER NAME= SApperloT 2011-03-23
BENCH NAME= SAT05/crafted/markstrom05/eulcbip/eulcbip-7-UNSAT.shuffled-as.sat05-3936.cnf
COMMAND LINE= SApperloT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265569-1303580161/watcher-3265569-1303580161 -o /tmp/evaluation-result-3265569-1303580161/solver-3265569-1303580161 -C 2400 -W 1300 -M 7680  SApperloT HOME/instance-3265569-1303580161.cnf

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

MD5SUM BENCH= 151ccdb2c52c7f525fde5dca388bb6e6
RANDOM SEED=915302035

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16862184 kB
Buffers:       2314824 kB
Cached:       13075008 kB
SwapCached:          0 kB
Active:        8067800 kB
Inactive:      7454292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16862184 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           38132 kB
Writeback:           0 kB
AnonPages:      130776 kB
Mapped:          15620 kB
Slab:           503956 kB
PageTables:       5532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   348492 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= 71956 MiB
End job on node110 at 2011-04-23 19:57:43