Trace number 3264645

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.05 1300.01

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.72 1.96 2.43 3/184 10987
/proc/meminfo: memFree=16981016/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=12484 CPUtime=0 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 592 0 0 0 0 0 0 0 21 0 1 0 547840703 12783616 421 33554432000 4194304 4465733 140734523876576 18446744073709551615 4295790 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 3121 421 250 67 0 244 0

[startup+0.060307 s]
/proc/loadavg: 1.72 1.96 2.43 3/184 10987
/proc/meminfo: memFree=16981016/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=13024 CPUtime=0.05 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 1011 0 0 0 5 0 0 0 21 0 1 0 547840703 13336576 567 33554432000 4194304 4465733 140734523876576 18446744073709551615 4270205 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 3256 567 255 67 0 379 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13024

[startup+0.100301 s]
/proc/loadavg: 1.72 1.96 2.43 3/184 10987
/proc/meminfo: memFree=16981016/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=13720 CPUtime=0.09 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 1280 0 0 0 9 0 0 0 21 0 1 0 547840703 14049280 643 33554432000 4194304 4465733 140734523876576 18446744073709551615 4270614 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 3430 643 255 67 0 553 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13720

[startup+0.300261 s]
/proc/loadavg: 1.72 1.96 2.43 3/184 10987
/proc/meminfo: memFree=16981016/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=18784 CPUtime=0.29 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 1794 0 0 0 29 0 0 0 22 0 1 0 547840703 19234816 1098 33554432000 4194304 4465733 140734523876576 18446744073709551615 4409806 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 4696 1099 264 67 0 1819 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18784

[startup+0.700187 s]
/proc/loadavg: 1.72 1.96 2.43 3/184 10987
/proc/meminfo: memFree=16981016/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=26844 CPUtime=0.69 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 5136 0 0 0 69 0 0 0 24 0 1 0 547840703 27488256 3135 33554432000 4194304 4465733 140734523876576 18446744073709551615 4343466 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 6711 3135 279 67 0 3834 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26844

[startup+1.50104 s]
/proc/loadavg: 1.72 1.96 2.43 5/190 10998
/proc/meminfo: memFree=16961192/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=23196 CPUtime=1.49 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 6132 0 0 0 149 0 0 0 25 0 1 0 547840703 23752704 2927 33554432000 4194304 4465733 140734523876576 18446744073709551615 4270205 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 5799 2927 287 67 0 2922 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23196

[startup+3.10075 s]
/proc/loadavg: 1.72 1.96 2.43 5/190 10998
/proc/meminfo: memFree=16952392/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=24584 CPUtime=3.09 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 7232 0 0 0 309 0 0 0 25 0 1 0 547840703 25174016 3264 33554432000 4194304 4465733 140734523876576 18446744073709551615 4271019 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 6146 3264 298 67 0 3269 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24584

[startup+6.30016 s]
/proc/loadavg: 1.90 1.99 2.43 5/190 10998
/proc/meminfo: memFree=16936400/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=30160 CPUtime=6.29 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 8693 0 0 0 629 0 0 0 25 0 1 0 547840703 30883840 4519 33554432000 4194304 4465733 140734523876576 18446744073709551615 4269989 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 7540 4519 293 67 0 4663 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30160

[startup+12.701 s]
/proc/loadavg: 2.07 2.03 2.44 5/190 10999
/proc/meminfo: memFree=16926652/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=27852 CPUtime=12.69 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 10110 0 0 0 1269 0 0 0 25 0 1 0 547840703 28520448 3848 33554432000 4194304 4465733 140734523876576 18446744073709551615 4271121 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 6963 3848 281 67 0 4086 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27852

[startup+25.5006 s]
/proc/loadavg: 2.50 2.12 2.47 5/190 10999
/proc/meminfo: memFree=16912520/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=30640 CPUtime=25.49 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 12324 0 0 0 2549 0 0 0 25 0 1 0 547840703 31375360 4341 33554432000 4194304 4465733 140734523876576 18446744073709551615 4271237 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 7660 4341 281 67 0 4783 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 30640

[startup+51.1009 s]
/proc/loadavg: 3.01 2.27 2.51 5/190 10999
/proc/meminfo: memFree=16874384/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=37820 CPUtime=51.1 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 17368 0 0 0 5109 1 0 0 25 0 1 0 547840703 38727680 5268 33554432000 4194304 4465733 140734523876576 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 9455 5268 281 67 0 6578 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 37820

[startup+102.307 s]
/proc/loadavg: 3.57 2.54 2.58 5/190 11001
/proc/meminfo: memFree=16831456/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=42344 CPUtime=102.3 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 21759 0 0 0 10229 1 0 0 25 0 1 0 547840703 43360256 6699 33554432000 4194304 4465733 140734523876576 18446744073709551615 4270152 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 10586 6699 281 67 0 7709 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 42344

[startup+162.301 s]
/proc/loadavg: 3.84 2.80 2.67 5/190 11031
/proc/meminfo: memFree=16817168/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=65052 CPUtime=162.3 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 37456 0 0 0 16227 3 0 0 25 0 1 0 547840703 66613248 11867 33554432000 4194304 4465733 140734523876576 18446744073709551615 4295179 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 16263 11867 304 67 0 13386 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 65052

[startup+222.3 s]
/proc/loadavg: 3.99 3.03 2.75 5/190 11032
/proc/meminfo: memFree=16788228/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=81412 CPUtime=222.3 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 49888 0 0 0 22225 5 0 0 25 0 1 0 547840703 83365888 14727 33554432000 4194304 4465733 140734523876576 18446744073709551615 4271246 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 20353 14727 304 67 0 17476 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 81412

[startup+282.3 s]
/proc/loadavg: 3.99 3.20 2.83 5/190 11034
/proc/meminfo: memFree=16767996/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=91968 CPUtime=282.3 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 56612 0 0 0 28224 6 0 0 25 0 1 0 547840703 94175232 16130 33554432000 4194304 4465733 140734523876576 18446744073709551615 4270819 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 22992 16130 304 67 0 20115 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 91968

[startup+342.3 s]
/proc/loadavg: 4.16 3.39 2.91 5/190 11035
/proc/meminfo: memFree=16785552/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=90052 CPUtime=342.3 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 69297 0 0 0 34223 7 0 0 25 0 1 0 547840703 92213248 16969 33554432000 4194304 4465733 140734523876576 18446744073709551615 4295941 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 22513 16969 349 67 0 19636 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 90052

[startup+402.3 s]
/proc/loadavg: 4.06 3.50 2.98 5/190 11037
/proc/meminfo: memFree=16752028/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=90052 CPUtime=402.3 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 71839 0 0 0 40223 7 0 0 25 0 1 0 547840703 92213248 18661 33554432000 4194304 4465733 140734523876576 18446744073709551615 4270155 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 22513 18661 349 67 0 19636 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 90052

[startup+462.3 s]
/proc/loadavg: 4.02 3.59 3.04 5/190 11039
/proc/meminfo: memFree=16719008/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=123000 CPUtime=462.3 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 78552 0 0 0 46222 8 0 0 25 0 1 0 547840703 125952000 25239 33554432000 4194304 4465733 140734523876576 18446744073709551615 4270779 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 30750 25239 895 67 0 27873 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 123000

[startup+522.3 s]
/proc/loadavg: 4.01 3.66 3.10 5/190 11040
/proc/meminfo: memFree=16686488/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=123000 CPUtime=522.3 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 79651 0 0 0 52222 8 0 0 25 0 1 0 547840703 125952000 25997 33554432000 4194304 4465733 140734523876576 18446744073709551615 4271250 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 30750 25997 895 67 0 27873 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 123000

[startup+582.3 s]
/proc/loadavg: 4.00 3.72 3.15 5/190 11042
/proc/meminfo: memFree=16693524/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=123000 CPUtime=582.3 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 80031 0 0 0 58222 8 0 0 25 0 1 0 547840703 125952000 26311 33554432000 4194304 4465733 140734523876576 18446744073709551615 4270222 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 30750 26311 895 67 0 27873 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 123000

[startup+642.3 s]
/proc/loadavg: 4.00 3.77 3.20 5/190 11046
/proc/meminfo: memFree=16708988/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=112024 CPUtime=642.32 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 101782 0 0 0 64221 11 0 0 25 0 1 0 547840703 114712576 23800 33554432000 4194304 4465733 140734523876576 18446744073709551615 4271258 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 28006 23800 615 67 0 25129 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 112024

[startup+702.3 s]
/proc/loadavg: 4.00 3.81 3.25 5/190 11048
/proc/meminfo: memFree=16684464/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=112024 CPUtime=702.31 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 103299 0 0 0 70220 11 0 0 25 0 1 0 547840703 114712576 25293 33554432000 4194304 4465733 140734523876576 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 28006 25293 944 67 0 25129 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 112024

[startup+762.307 s]
/proc/loadavg: 4.07 3.86 3.30 5/190 11050
/proc/meminfo: memFree=16674516/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=112024 CPUtime=762.32 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 103299 0 0 0 76221 11 0 0 25 0 1 0 547840703 114712576 25293 33554432000 4194304 4465733 140734523876576 18446744073709551615 4271200 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 28006 25293 944 67 0 25129 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 112024

[startup+822.3 s]
/proc/loadavg: 4.02 3.88 3.34 5/190 11051
/proc/meminfo: memFree=16669148/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=112024 CPUtime=822.32 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 103453 0 0 0 82220 12 0 0 25 0 1 0 547840703 114712576 25293 33554432000 4194304 4465733 140734523876576 18446744073709551615 4270216 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 28006 25293 790 67 0 25129 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 112024

[startup+882.3 s]
/proc/loadavg: 4.07 3.91 3.38 5/190 11053
/proc/meminfo: memFree=16666524/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=112024 CPUtime=882.32 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 103453 0 0 0 88220 12 0 0 25 0 1 0 547840703 114712576 25293 33554432000 4194304 4465733 140734523876576 18446744073709551615 4270161 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 28006 25293 790 67 0 25129 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 112024

[startup+942.3 s]
/proc/loadavg: 4.06 3.94 3.42 5/190 11054
/proc/meminfo: memFree=16603728/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=242960 CPUtime=942.32 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 125006 0 0 0 94217 15 0 0 25 0 1 0 547840703 248791040 34839 33554432000 4194304 4465733 140734523876576 18446744073709551615 4343302 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 60740 34839 673 67 0 57863 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 242960

[startup+1002.3 s]
/proc/loadavg: 4.02 3.95 3.46 5/190 11056
/proc/meminfo: memFree=16629740/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=126952 CPUtime=1002.32 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 127287 0 0 0 100216 16 0 0 25 0 1 0 547840703 129998848 27211 33554432000 4194304 4465733 140734523876576 18446744073709551615 4270816 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 31738 27211 310 67 0 28861 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 126952

[startup+1062.3 s]
/proc/loadavg: 4.00 3.95 3.49 5/190 11058
/proc/meminfo: memFree=16578124/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=190452 CPUtime=1062.33 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 139370 0 0 0 106214 19 0 0 25 0 1 0 547840703 195022848 39068 33554432000 4194304 4465733 140734523876576 18446744073709551615 4271224 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 47613 39068 281 67 0 44736 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 190452

[startup+1122.3 s]
/proc/loadavg: 4.00 3.96 3.52 5/190 11059
/proc/meminfo: memFree=16637476/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=123268 CPUtime=1122.32 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 140481 0 0 0 112213 19 0 0 25 0 1 0 547840703 126226432 23277 33554432000 4194304 4465733 140734523876576 18446744073709551615 4270176 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 30817 23277 281 67 0 27940 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 123268

[startup+1182.3 s]
/proc/loadavg: 4.00 3.97 3.55 5/190 11061
/proc/meminfo: memFree=16634856/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=123268 CPUtime=1182.33 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 140685 0 0 0 118213 20 0 0 25 0 1 0 547840703 126226432 23379 33554432000 4194304 4465733 140734523876576 18446744073709551615 4270714 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 30817 23379 281 67 0 27940 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 123268

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.57 5/190 11062
/proc/meminfo: memFree=16632220/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=123268 CPUtime=1242.33 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 140983 0 0 0 124212 21 0 0 25 0 1 0 547840703 126226432 23528 33554432000 4194304 4465733 140734523876576 18446744073709551615 4270161 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 30817 23528 281 67 0 27940 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 123268



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.59 4/188 11065
/proc/meminfo: memFree=16710336/32951124 swapFree=67111528/67111528
[pid=10987] ppid=10985 vsize=111928 CPUtime=1300.04 cores=1,3
/proc/10987/stat : 10987 (SApperloT) R 10985 10987 10033 0 -1 4202496 160619 0 0 0 129980 24 0 0 25 0 1 0 547840703 114614272 19968 33554432000 4194304 4465733 140734523876576 18446744073709551615 4271856 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/10987/statm: 27982 19968 403 67 0 25105 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 111928

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.05
CPU user time (s): 1299.8
CPU system time (s): 0.248962
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 290896

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

runsolver used 2.12268 second user time and 4.96124 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-23 18:28:21
IDJOB=3264645
IDBENCH=84761
IDSOLVER=1657
FILE ID=node110/3264645-1303576101
RUNJOBID= node110-1303576101-10957
PBS_JOBID= 13150302
Free space on /tmp= 71956 MiB

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

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

MD5SUM BENCH= b3ddb2ee2bb2b83e1c98b2a9018351fc
RANDOM SEED=1193507633

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:      16981188 kB
Buffers:       2314552 kB
Cached:       13020560 kB
SwapCached:          0 kB
Active:        7966400 kB
Inactive:      7438396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16981188 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            1272 kB
Writeback:           0 kB
AnonPages:       68532 kB
Mapped:          15344 kB
Slab:           502260 kB
PageTables:       5500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   234832 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 18:50:03