Trace number 3264643

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-03-04? (TO) 1300.08 1300.03

General information on the benchmark

NameSAT04/handmade/marijn/equilarge-l/
equilarge_l2.used-as.sat04-894.cnf
MD5SUMb3ddb2ee2bb2b83e1c98b2a9018351fc
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark590.41
Satisfiable
(Un)Satisfiability was proved
Number of variables4487
Number of clauses18555
Sum of the clauses size54310
Maximum clause length3
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21355
Number of clauses of size 317200
Number of clauses of size 40
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-3264643-1303570647/watcher-3264643-1303570647 -o /tmp/evaluation-result-3264643-1303570647/solver-3264643-1303570647 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3264643-1303570647.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.58 3.90 4.08 5/189 27595
/proc/meminfo: memFree=12359024/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=13332 CPUtime=0 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 691 0 0 0 0 0 0 0 25 0 1 0 449480337 13651968 524 33554432000 4194304 4395502 140734096384240 18446744073709551615 270338383616 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 3333 524 249 50 0 473 0

[startup+0.043048 s]
/proc/loadavg: 3.58 3.90 4.08 5/189 27595
/proc/meminfo: memFree=12359024/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=16120 CPUtime=0.04 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 1436 0 0 0 4 0 0 0 25 0 1 0 449480337 16506880 1231 33554432000 4194304 4395502 140734096384240 18446744073709551615 270338408343 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 4030 1231 255 50 0 1170 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16120

[startup+0.101074 s]
/proc/loadavg: 3.58 3.90 4.08 5/189 27595
/proc/meminfo: memFree=12359024/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=18892 CPUtime=0.09 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 2148 0 0 0 9 0 0 0 25 0 1 0 449480337 19345408 1943 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299847 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 4723 1943 266 50 0 1863 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18892

[startup+0.301025 s]
/proc/loadavg: 3.58 3.90 4.08 5/189 27595
/proc/meminfo: memFree=12359024/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=19972 CPUtime=0.29 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 2427 0 0 0 29 0 0 0 25 0 1 0 449480337 20451328 2222 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 4993 2222 266 50 0 2133 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19972

[startup+0.700961 s]
/proc/loadavg: 3.58 3.90 4.08 5/189 27595
/proc/meminfo: memFree=12359024/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=21476 CPUtime=0.69 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 2792 0 0 0 69 0 0 0 25 0 1 0 449480337 21991424 2587 33554432000 4194304 4395502 140734096384240 18446744073709551615 270338044613 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 5369 2587 266 50 0 2509 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 21476

[startup+1.5008 s]
/proc/loadavg: 3.58 3.90 4.08 5/190 27596
/proc/meminfo: memFree=12347368/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=22536 CPUtime=1.49 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 3059 0 0 0 149 0 0 0 25 0 1 0 449480337 23076864 2854 33554432000 4194304 4395502 140734096384240 18446744073709551615 4309774 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 5634 2854 266 50 0 2774 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22536

[startup+3.10045 s]
/proc/loadavg: 3.58 3.90 4.08 5/190 27596
/proc/meminfo: memFree=12343400/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=23976 CPUtime=3.09 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 3374 0 0 0 309 0 0 0 25 0 1 0 449480337 24551424 3169 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299549 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 5994 3169 266 50 0 3134 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23976

[startup+6.30083 s]
/proc/loadavg: 3.61 3.90 4.08 5/190 27596
/proc/meminfo: memFree=12334956/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=25916 CPUtime=6.29 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 3830 0 0 0 629 0 0 0 25 0 1 0 449480337 26537984 3625 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 6479 3625 266 50 0 3619 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25916

[startup+12.7006 s]
/proc/loadavg: 3.64 3.90 4.08 5/190 27596
/proc/meminfo: memFree=12324300/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=30020 CPUtime=12.69 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 4792 0 0 0 1268 1 0 0 25 0 1 0 449480337 30740480 4587 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299480 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 7505 4587 266 50 0 4645 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30020

[startup+25.501 s]
/proc/loadavg: 3.72 3.91 4.08 5/190 27597
/proc/meminfo: memFree=12298860/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=38720 CPUtime=25.49 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 6887 0 0 0 2548 1 0 0 25 0 1 0 449480337 39649280 6682 33554432000 4194304 4395502 140734096384240 18446744073709551615 4292946 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 9680 6682 266 50 0 6820 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 38720

[startup+51.101 s]
/proc/loadavg: 3.81 3.91 4.07 5/190 27597
/proc/meminfo: memFree=12266856/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=50888 CPUtime=51.09 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 9805 0 0 0 5108 1 0 0 25 0 1 0 449480337 52109312 9600 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299832 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 12722 9600 266 50 0 9862 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 50888

[startup+102.307 s]
/proc/loadavg: 3.99 3.94 4.07 5/190 27599
/proc/meminfo: memFree=12183988/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=76024 CPUtime=102.3 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 15870 0 0 0 10227 3 0 0 25 0 1 0 449480337 77848576 15665 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 19006 15665 266 50 0 16146 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 76024

[startup+162.301 s]
/proc/loadavg: 3.99 3.95 4.07 5/190 27600
/proc/meminfo: memFree=12123688/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=103656 CPUtime=162.29 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 22690 0 0 0 16224 5 0 0 25 0 1 0 449480337 106143744 22485 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299186 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 25914 22485 266 50 0 23054 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 103656

[startup+222.301 s]
/proc/loadavg: 3.99 3.95 4.06 5/190 27611
/proc/meminfo: memFree=12062996/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=124172 CPUtime=222.3 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 27545 0 0 0 22223 7 0 0 25 0 1 0 449480337 127152128 27340 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 31043 27340 266 50 0 28183 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 124172

[startup+282.301 s]
/proc/loadavg: 3.99 3.96 4.06 5/190 27612
/proc/meminfo: memFree=12009436/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=139172 CPUtime=282.3 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 31258 0 0 0 28222 8 0 0 25 0 1 0 449480337 142512128 31053 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 34793 31053 266 50 0 31933 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 139172

[startup+342.301 s]
/proc/loadavg: 3.99 3.96 4.05 5/190 27614
/proc/meminfo: memFree=11967488/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=160592 CPUtime=342.3 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 36544 0 0 0 34221 9 0 0 25 0 1 0 449480337 164446208 36339 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 40148 36339 266 50 0 37288 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 160592

[startup+402.3 s]
/proc/loadavg: 4.04 3.98 4.05 5/190 27616
/proc/meminfo: memFree=11900000/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=182156 CPUtime=402.3 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 41865 0 0 0 40220 10 0 0 25 0 1 0 449480337 186527744 41660 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299509 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 45539 41660 266 50 0 42679 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 182156

[startup+462.3 s]
/proc/loadavg: 4.01 3.98 4.04 5/190 27617
/proc/meminfo: memFree=11837840/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=198080 CPUtime=462.31 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 45788 0 0 0 46219 12 0 0 25 0 1 0 449480337 202833920 45583 33554432000 4194304 4395502 140734096384240 18446744073709551615 4291678 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 49520 45583 266 50 0 46660 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 198080

[startup+522.3 s]
/proc/loadavg: 4.00 3.98 4.04 5/190 27619
/proc/meminfo: memFree=11791184/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=203728 CPUtime=522.31 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 47231 0 0 0 52219 12 0 0 25 0 1 0 449480337 208617472 47026 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 50932 47026 266 50 0 48072 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 203728

[startup+582.3 s]
/proc/loadavg: 4.00 3.98 4.03 5/190 27620
/proc/meminfo: memFree=11712912/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=238908 CPUtime=582.31 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 56022 0 0 0 58218 13 0 0 25 0 1 0 449480337 244641792 55817 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299463 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 59727 55817 266 50 0 56867 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 238908

[startup+642.301 s]
/proc/loadavg: 4.04 4.00 4.03 5/190 27622
/proc/meminfo: memFree=11663408/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=261768 CPUtime=642.32 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 61736 0 0 0 64218 14 0 0 25 0 1 0 449480337 268050432 61531 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299498 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 65442 61531 266 50 0 62582 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 261768

[startup+702.301 s]
/proc/loadavg: 4.01 4.00 4.03 5/190 27624
/proc/meminfo: memFree=11632736/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=290844 CPUtime=702.32 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 68992 0 0 0 70216 16 0 0 25 0 1 0 449480337 297824256 68787 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299795 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 72711 68787 266 50 0 69851 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 290844

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 4.02 5/190 27625
/proc/meminfo: memFree=11602332/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=303112 CPUtime=762.33 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 72015 0 0 0 76216 17 0 0 25 0 1 0 449480337 310386688 71810 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 75778 71810 266 50 0 72918 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 303112

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 4.01 5/190 27627
/proc/meminfo: memFree=11536820/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=329804 CPUtime=822.33 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 78706 0 0 0 82214 19 0 0 25 0 1 0 449480337 337719296 78501 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299583 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 82451 78501 266 50 0 79591 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 329804

[startup+882.301 s]
/proc/loadavg: 4.06 4.02 4.01 5/190 27628
/proc/meminfo: memFree=11462132/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=358308 CPUtime=882.32 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 85802 0 0 0 88212 20 0 0 25 0 1 0 449480337 366907392 85597 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299134 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 89577 85597 266 50 0 86717 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 358308

[startup+942.301 s]
/proc/loadavg: 4.02 4.01 4.01 5/190 27630
/proc/meminfo: memFree=11392908/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=389328 CPUtime=942.33 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 93560 0 0 0 94211 22 0 0 25 0 1 0 449480337 398671872 93355 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 97332 93355 266 50 0 94472 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 389328

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 4.00 5/190 27632
/proc/meminfo: memFree=11332112/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=404012 CPUtime=1002.33 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 97232 0 0 0 100211 22 0 0 25 0 1 0 449480337 413708288 97027 33554432000 4194304 4395502 140734096384240 18446744073709551615 4328512 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 101003 97027 266 50 0 98143 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 404012

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 27633
/proc/meminfo: memFree=11292768/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=405124 CPUtime=1062.33 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 97552 0 0 0 106211 22 0 0 25 0 1 0 449480337 414846976 97347 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299142 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 101281 97347 266 50 0 98421 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 405124

[startup+1122.3 s]
/proc/loadavg: 4.06 4.01 4.00 5/190 27635
/proc/meminfo: memFree=11257892/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=408272 CPUtime=1122.33 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 98269 0 0 0 112211 22 0 0 25 0 1 0 449480337 418070528 98064 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 102068 98064 266 50 0 99208 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 408272

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 4.00 5/190 27636
/proc/meminfo: memFree=11194376/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=433956 CPUtime=1182.34 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 104700 0 0 0 118211 23 0 0 25 0 1 0 449480337 444370944 104452 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 108489 104452 267 50 0 105629 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 433956

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 27638
/proc/meminfo: memFree=11130484/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=458668 CPUtime=1242.34 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 110880 0 0 0 124209 25 0 0 25 0 1 0 449480337 469676032 110632 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 114667 110632 267 50 0 111807 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 458668



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.33 3.85 3.95 2/172 27694
/proc/meminfo: memFree=11932816/32951124 swapFree=67111528/67111528
[pid=27595] ppid=27593 vsize=485728 CPUtime=1300.05 cores=4,6
/proc/27595/stat : 27595 (SApperloT2010) R 27593 27595 27207 0 -1 4202496 117657 0 0 0 129978 27 0 0 25 0 1 0 449480337 497385472 117409 33554432000 4194304 4395502 140734096384240 18446744073709551615 4299805 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/27595/statm: 121432 117409 267 50 0 118572 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 485728

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.08
CPU user time (s): 1299.79
CPU system time (s): 0.292955
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 485728

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

runsolver used 2.15567 second user time and 4.93525 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-23 16:57:27
IDJOB=3264643
IDBENCH=84761
IDSOLVER=1655
FILE ID=node143/3264643-1303570647
RUNJOBID= node143-1303570633-27526
PBS_JOBID= 13150288
Free space on /tmp= 72116 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT04/handmade/marijn/equilarge-l/equilarge_l2.used-as.sat04-894.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264643-1303570647/watcher-3264643-1303570647 -o /tmp/evaluation-result-3264643-1303570647/solver-3264643-1303570647 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3264643-1303570647.cnf

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

MD5SUM BENCH= b3ddb2ee2bb2b83e1c98b2a9018351fc
RANDOM SEED=440314853

node143.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.846
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.69
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.846
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	: 5226.15
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.846
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.74
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.846
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.846
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.75
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.846
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.846
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.846
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:      12359180 kB
Buffers:       2296516 kB
Cached:       17633792 kB
SwapCached:          0 kB
Active:        9747132 kB
Inactive:     10290816 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12359180 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2016 kB
Writeback:           0 kB
AnonPages:      106684 kB
Mapped:          15920 kB
Slab:           491252 kB
PageTables:       5460 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   288204 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= 72120 MiB
End job on node143 at 2011-04-23 17:19:09