Trace number 3264511

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

General information on the benchmark

NameSAT04/handmade/connamacher/connm-d-0.02/
connm-ue-csp-sat-n1200-d-0.02-s405595518.used-as.sat04-950.cnf
MD5SUM287d3b23c6f72107e24ae4186653564e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark950.907
Satisfiable
(Un)Satisfiability was proved
Number of variables1124
Number of clauses13289
Sum of the clauses size40148
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 313008
Number of clauses of size 4281
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-3264511-1303570633/watcher-3264511-1303570633 -o /tmp/evaluation-result-3264511-1303570633/solver-3264511-1303570633 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3264511-1303570633.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.46 3.90 4.08 2/179 27547
/proc/meminfo: memFree=12400388/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=12716 CPUtime=0 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 534 0 0 0 0 0 0 0 22 0 1 0 449478951 13021184 474 33554432000 4194304 4395502 140735357033856 18446744073709551615 270338383616 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 3179 475 250 50 0 319 0

[startup+0.0857869 s]
/proc/loadavg: 3.46 3.90 4.08 2/179 27547
/proc/meminfo: memFree=12400388/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=15924 CPUtime=0.07 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 1381 0 0 0 7 0 0 0 22 0 1 0 449478951 16306176 1320 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 3981 1320 267 50 0 1121 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15924

[startup+0.100785 s]
/proc/loadavg: 3.46 3.90 4.08 2/179 27547
/proc/meminfo: memFree=12400388/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=16080 CPUtime=0.09 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 1395 0 0 0 9 0 0 0 22 0 1 0 449478951 16465920 1334 33554432000 4194304 4395502 140735357033856 18446744073709551615 4291739 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 4020 1334 267 50 0 1160 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16080

[startup+0.30074 s]
/proc/loadavg: 3.46 3.90 4.08 2/179 27547
/proc/meminfo: memFree=12400388/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=17188 CPUtime=0.29 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 1690 0 0 0 29 0 0 0 23 0 1 0 449478951 17600512 1629 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299795 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 4297 1629 267 50 0 1437 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17188

[startup+0.700663 s]
/proc/loadavg: 3.46 3.90 4.08 2/179 27547
/proc/meminfo: memFree=12400388/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=18380 CPUtime=0.69 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 1964 0 0 0 69 0 0 0 25 0 1 0 449478951 18821120 1903 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299727 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 4595 1903 267 50 0 1735 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18380

[startup+1.5005 s]
/proc/loadavg: 3.46 3.90 4.08 5/190 27568
/proc/meminfo: memFree=12380832/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=20236 CPUtime=1.49 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 2437 0 0 0 149 0 0 0 25 0 1 0 449478951 20721664 2376 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 5059 2376 267 50 0 2199 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 20236

[startup+3.10018 s]
/proc/loadavg: 3.46 3.90 4.08 5/190 27568
/proc/meminfo: memFree=12376368/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=23420 CPUtime=3.09 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 3218 0 0 0 309 0 0 0 25 0 1 0 449478951 23982080 3157 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299537 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 5855 3157 267 50 0 2995 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23420

[startup+6.30055 s]
/proc/loadavg: 3.50 3.90 4.08 5/190 27569
/proc/meminfo: memFree=12367636/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=28196 CPUtime=6.29 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 4388 0 0 0 628 1 0 0 25 0 1 0 449478951 28872704 4327 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 7049 4328 267 50 0 4189 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 28196

[startup+12.7003 s]
/proc/loadavg: 3.54 3.90 4.08 5/190 27569
/proc/meminfo: memFree=12354440/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=34964 CPUtime=12.69 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 6035 0 0 0 1268 1 0 0 25 0 1 0 449478951 35803136 5974 33554432000 4194304 4395502 140735357033856 18446744073709551615 4293474 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 8741 5974 267 50 0 5881 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 34964

[startup+25.5007 s]
/proc/loadavg: 3.64 3.90 4.08 5/190 27596
/proc/meminfo: memFree=12324548/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=48032 CPUtime=25.5 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 9262 0 0 0 2548 2 0 0 25 0 1 0 449478951 49184768 9201 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 12008 9201 267 50 0 9148 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 48032

[startup+51.1007 s]
/proc/loadavg: 3.76 3.91 4.07 5/190 27597
/proc/meminfo: memFree=12275784/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=68820 CPUtime=51.09 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 14368 0 0 0 5107 2 0 0 25 0 1 0 449478951 70471680 14307 33554432000 4194304 4395502 140735357033856 18446744073709551615 4292116 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 17205 14307 267 50 0 14345 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 68820

[startup+102.306 s]
/proc/loadavg: 3.89 3.92 4.07 5/190 27598
/proc/meminfo: memFree=12202604/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=103852 CPUtime=102.3 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 22877 0 0 0 10226 4 0 0 25 0 1 0 449478951 106344448 22816 33554432000 4194304 4395502 140735357033856 18446744073709551615 4286419 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 25963 22816 267 50 0 23103 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 103852

[startup+162.301 s]
/proc/loadavg: 3.99 3.95 4.07 5/190 27600
/proc/meminfo: memFree=12139576/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=134408 CPUtime=162.3 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 30383 0 0 0 16224 6 0 0 25 0 1 0 449478951 137633792 30322 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 33602 30322 267 50 0 30742 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 134408

[startup+222.301 s]
/proc/loadavg: 3.99 3.95 4.06 5/190 27601
/proc/meminfo: memFree=12076660/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=165444 CPUtime=222.3 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 37996 0 0 0 22224 6 0 0 25 0 1 0 449478951 169414656 37935 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 41361 37935 267 50 0 38501 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 165444

[startup+282.301 s]
/proc/loadavg: 3.99 3.96 4.06 5/190 27612
/proc/meminfo: memFree=12014780/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=205724 CPUtime=282.3 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 47996 0 0 0 28221 9 0 0 25 0 1 0 449478951 210661376 47935 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 51431 47935 267 50 0 48571 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 205724

[startup+342.301 s]
/proc/loadavg: 3.99 3.96 4.05 5/190 27614
/proc/meminfo: memFree=11982752/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=210008 CPUtime=342.3 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 48950 0 0 0 34221 9 0 0 25 0 1 0 449478951 215048192 48889 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 52502 48889 267 50 0 49642 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 210008

[startup+402.301 s]
/proc/loadavg: 4.05 3.98 4.05 5/190 27615
/proc/meminfo: memFree=11917244/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=243416 CPUtime=402.31 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 57184 0 0 0 40220 11 0 0 25 0 1 0 449478951 249257984 57123 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 60854 57123 267 50 0 57994 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 243416

[startup+462.301 s]
/proc/loadavg: 4.02 3.98 4.05 5/190 27617
/proc/meminfo: memFree=11842316/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=281640 CPUtime=462.31 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 66674 0 0 0 46218 13 0 0 25 0 1 0 449478951 288399360 66613 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 70410 66613 267 50 0 67550 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 281640

[startup+522.3 s]
/proc/loadavg: 4.00 3.98 4.04 5/190 27618
/proc/meminfo: memFree=11806200/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=303888 CPUtime=522.31 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 72150 0 0 0 52217 14 0 0 25 0 1 0 449478951 311181312 72089 33554432000 4194304 4395502 140735357033856 18446744073709551615 4297096 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 75972 72089 267 50 0 73112 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 303888

[startup+582.3 s]
/proc/loadavg: 4.00 3.98 4.03 5/190 27620
/proc/meminfo: memFree=11732884/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=332152 CPUtime=582.32 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 79161 0 0 0 58216 16 0 0 25 0 1 0 449478951 340123648 79100 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 83038 79100 267 50 0 80178 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 332152

[startup+642.3 s]
/proc/loadavg: 4.05 4.00 4.03 5/190 27622
/proc/meminfo: memFree=11674708/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=359236 CPUtime=642.33 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 85869 0 0 0 64216 17 0 0 25 0 1 0 449478951 367857664 85808 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 89809 85808 267 50 0 86949 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 359236

[startup+702.3 s]
/proc/loadavg: 4.02 4.00 4.03 5/190 27623
/proc/meminfo: memFree=11640308/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=360812 CPUtime=702.33 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 86205 0 0 0 70216 17 0 0 25 0 1 0 449478951 369471488 86144 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 90203 86144 267 50 0 87343 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 360812

[startup+762.306 s]
/proc/loadavg: 4.00 4.00 4.02 5/190 27625
/proc/meminfo: memFree=11614248/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=361580 CPUtime=762.34 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 86380 0 0 0 76217 17 0 0 25 0 1 0 449478951 370257920 86319 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299540 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 90395 86319 267 50 0 87535 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 361580

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 4.02 5/190 27626
/proc/meminfo: memFree=11546632/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=390600 CPUtime=822.33 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 93569 0 0 0 82214 19 0 0 25 0 1 0 449478951 399974400 93508 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 97650 93508 267 50 0 94790 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 390600

[startup+882.301 s]
/proc/loadavg: 4.08 4.02 4.02 5/190 27628
/proc/meminfo: memFree=11480496/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=420156 CPUtime=882.33 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 100888 0 0 0 88213 20 0 0 25 0 1 0 449478951 430239744 100827 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 105039 100827 267 50 0 102179 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 420156

[startup+942.301 s]
/proc/loadavg: 4.03 4.01 4.01 5/190 27630
/proc/meminfo: memFree=11410284/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=443376 CPUtime=942.33 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 106646 0 0 0 94212 21 0 0 25 0 1 0 449478951 454017024 106585 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299771 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 110844 106585 267 50 0 107984 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 443376

[startup+1002.3 s]
/proc/loadavg: 4.01 4.00 4.00 5/190 27631
/proc/meminfo: memFree=11344772/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=472536 CPUtime=1002.34 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 113886 0 0 0 100212 22 0 0 25 0 1 0 449478951 483876864 113825 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299620 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 118134 113825 267 50 0 115274 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 472536

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 4.00 5/190 27633
/proc/meminfo: memFree=11293532/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=513572 CPUtime=1062.34 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 124124 0 0 0 106210 24 0 0 25 0 1 0 449478951 525897728 124063 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 128393 124063 267 50 0 125533 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 513572

[startup+1122.3 s]
/proc/loadavg: 4.07 4.02 4.00 5/190 27634
/proc/meminfo: memFree=11274644/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=517232 CPUtime=1122.34 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 124957 0 0 0 112210 24 0 0 25 0 1 0 449478951 529645568 124896 33554432000 4194304 4395502 140735357033856 18446744073709551615 4292806 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 129308 124896 267 50 0 126448 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 517232

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 4.00 5/190 27636
/proc/meminfo: memFree=11210256/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=543976 CPUtime=1182.35 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 131664 0 0 0 118209 26 0 0 25 0 1 0 449478951 557031424 131590 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 135994 131590 267 50 0 133134 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 543976

[startup+1242.3 s]
/proc/loadavg: 4.01 4.00 4.00 5/190 27638
/proc/meminfo: memFree=11143764/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=571820 CPUtime=1242.35 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 138603 0 0 0 124208 27 0 0 25 0 1 0 449478951 585543680 138529 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 142955 138529 267 50 0 140095 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 571820



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 4.00 5/191 27640
/proc/meminfo: memFree=11217752/32951124 swapFree=67111528/67111528
[pid=27547] ppid=27545 vsize=586452 CPUtime=1300.06 cores=1,3
/proc/27547/stat : 27547 (SApperloT2010) R 27545 27547 27207 0 -1 4202496 142240 0 0 0 129978 28 0 0 25 0 1 0 449478951 600526848 142149 33554432000 4194304 4395502 140735357033856 18446744073709551615 4299567 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/27547/statm: 146613 142149 267 50 0 143753 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 586452

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.09
CPU user time (s): 1299.78
CPU system time (s): 0.311952
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 586452

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

runsolver used 1.92671 second user time and 4.27035 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-23 16:57:13
IDJOB=3264511
IDBENCH=84643
IDSOLVER=1655
FILE ID=node143/3264511-1303570633
RUNJOBID= node143-1303570633-27527
PBS_JOBID= 13150288
Free space on /tmp= 72120 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT04/handmade/connamacher/connm-d-0.02/connm-ue-csp-sat-n1200-d-0.02-s405595518.used-as.sat04-950.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264511-1303570633/watcher-3264511-1303570633 -o /tmp/evaluation-result-3264511-1303570633/solver-3264511-1303570633 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3264511-1303570633.cnf

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

MD5SUM BENCH= 287d3b23c6f72107e24ae4186653564e
RANDOM SEED=937925070

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:      12400776 kB
Buffers:       2296476 kB
Cached:       17633036 kB
SwapCached:          0 kB
Active:        9705008 kB
Inactive:     10290676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12400776 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1004 kB
Writeback:           0 kB
AnonPages:       65824 kB
Mapped:          15468 kB
Slab:           491332 kB
PageTables:       5600 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   210484 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= 72116 MiB
End job on node143 at 2011-04-23 17:18:55