Trace number 3379701

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-05-15 (fixed)? (TO) 1300.07 1300.03

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-240-3.shuffled-as.sat05-2520.cnf
MD5SUMdfc7796289f8cacbd4db5eb947a1ba09
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark194.024
Satisfiable
(Un)Satisfiability was proved
Number of variables339
Number of clauses2416
Sum of the clauses size10720
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41496
Number of clauses of size 5784
Number of clauses of size over 5136

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3379701-1305460522/watcher-3379701-1305460522 -o /tmp/evaluation-result-3379701-1305460522/solver-3379701-1305460522 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379701-1305460522.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.69 3.94 3.51 3/364 28286
/proc/meminfo: memFree=22101836/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=12180 CPUtime=0 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 449 0 0 0 0 0 0 0 25 0 1 0 736282851 12472320 388 33554432000 4194304 4394578 140733607974080 18446744073709551615 260905418647 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 3045 388 255 49 0 186 0

[startup+0.0803391 s]
/proc/loadavg: 3.69 3.94 3.51 3/364 28286
/proc/meminfo: memFree=22101836/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=13064 CPUtime=0.07 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 692 0 0 0 7 0 0 0 25 0 1 0 736282851 13377536 631 33554432000 4194304 4394578 140733607974080 18446744073709551615 4290832 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 3266 631 267 49 0 407 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13064

[startup+0.100335 s]
/proc/loadavg: 3.69 3.94 3.51 3/364 28286
/proc/meminfo: memFree=22101836/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=13064 CPUtime=0.09 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 705 0 0 0 9 0 0 0 25 0 1 0 736282851 13377536 644 33554432000 4194304 4394578 140733607974080 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 3266 644 267 49 0 407 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13064

[startup+0.300357 s]
/proc/loadavg: 3.69 3.94 3.51 3/364 28286
/proc/meminfo: memFree=22101836/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=13592 CPUtime=0.29 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 845 0 0 0 29 0 0 0 25 0 1 0 736282851 13918208 784 33554432000 4194304 4394578 140733607974080 18446744073709551615 4357284 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 3398 784 267 49 0 539 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13592

[startup+0.700283 s]
/proc/loadavg: 3.69 3.94 3.51 3/364 28286
/proc/meminfo: memFree=22101836/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=14252 CPUtime=0.69 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 991 0 0 0 69 0 0 0 25 0 1 0 736282851 14594048 930 33554432000 4194304 4394578 140733607974080 18446744073709551615 4310687 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 3563 930 267 49 0 704 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14252

[startup+1.50014 s]
/proc/loadavg: 3.69 3.94 3.51 5/379 28312
/proc/meminfo: memFree=22085364/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=15048 CPUtime=1.49 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 1206 0 0 0 149 0 0 0 25 0 1 0 736282851 15409152 1145 33554432000 4194304 4394578 140733607974080 18446744073709551615 4298814 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 3762 1145 267 49 0 903 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15048

[startup+3.10084 s]
/proc/loadavg: 3.69 3.94 3.51 5/379 28312
/proc/meminfo: memFree=22077840/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=16368 CPUtime=3.09 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 1526 0 0 0 309 0 0 0 25 0 1 0 736282851 16760832 1465 33554432000 4194304 4394578 140733607974080 18446744073709551615 4296311 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 4092 1465 267 49 0 1233 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16368

[startup+6.30026 s]
/proc/loadavg: 3.72 3.94 3.51 5/379 28312
/proc/meminfo: memFree=22068300/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=18616 CPUtime=6.29 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 2080 0 0 0 629 0 0 0 25 0 1 0 736282851 19062784 2019 33554432000 4194304 4394578 140733607974080 18446744073709551615 4292774 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 4654 2019 267 49 0 1795 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18616

[startup+12.701 s]
/proc/loadavg: 3.74 3.94 3.52 5/379 28313
/proc/meminfo: memFree=22048636/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=21660 CPUtime=12.69 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 2856 0 0 0 1269 0 0 0 25 0 1 0 736282851 22179840 2795 33554432000 4194304 4394578 140733607974080 18446744073709551615 4308961 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 5415 2795 267 49 0 2556 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21660

[startup+25.5007 s]
/proc/loadavg: 3.80 3.94 3.52 5/379 28313
/proc/meminfo: memFree=22020768/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=28524 CPUtime=25.49 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 4581 0 0 0 2548 1 0 0 25 0 1 0 736282851 29208576 4520 33554432000 4194304 4394578 140733607974080 18446744073709551615 4299016 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 7131 4520 267 49 0 4272 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 28524

[startup+51.101 s]
/proc/loadavg: 3.87 3.94 3.53 5/379 28314
/proc/meminfo: memFree=21972088/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=41840 CPUtime=51.09 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 7881 0 0 0 5108 1 0 0 25 0 1 0 736282851 42844160 7820 33554432000 4194304 4394578 140733607974080 18446744073709551615 4310577 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 10460 7820 267 49 0 7601 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 41840

[startup+102.314 s]
/proc/loadavg: 3.94 3.95 3.56 5/379 28315
/proc/meminfo: memFree=21878316/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=62332 CPUtime=102.31 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 12977 0 0 0 10228 3 0 0 25 0 1 0 736282851 63827968 12916 33554432000 4194304 4394578 140733607974080 18446744073709551615 4299405 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 15583 12916 267 49 0 12724 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 62332

[startup+162.301 s]
/proc/loadavg: 3.98 3.95 3.58 5/379 28317
/proc/meminfo: memFree=21752764/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=92648 CPUtime=162.29 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 20523 0 0 0 16225 4 0 0 25 0 1 0 736282851 94871552 20462 33554432000 4194304 4394578 140733607974080 18446744073709551615 4298743 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 23162 20462 267 49 0 20303 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 92648

[startup+222.301 s]
/proc/loadavg: 3.99 3.96 3.60 5/379 28318
/proc/meminfo: memFree=21679052/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=109992 CPUtime=222.29 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 24811 0 0 0 22224 5 0 0 25 0 1 0 736282851 112631808 24750 33554432000 4194304 4394578 140733607974080 18446744073709551615 4290933 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 27498 24750 267 49 0 24639 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 109992

[startup+282.301 s]
/proc/loadavg: 4.19 4.01 3.64 5/379 28320
/proc/meminfo: memFree=21563544/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=139308 CPUtime=282.3 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 32130 0 0 0 28222 8 0 0 25 0 1 0 736282851 142651392 32069 33554432000 4194304 4394578 140733607974080 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 34827 32069 267 49 0 31968 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 139308

[startup+342.301 s]
/proc/loadavg: 4.07 4.01 3.66 5/379 28330
/proc/meminfo: memFree=21451864/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=163636 CPUtime=342.29 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 38207 0 0 0 34220 9 0 0 25 0 1 0 736282851 167563264 38146 33554432000 4194304 4394578 140733607974080 18446744073709551615 4298927 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 40909 38146 267 49 0 38050 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 163636

[startup+402.301 s]
/proc/loadavg: 4.10 4.02 3.68 5/379 28332
/proc/meminfo: memFree=21382780/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=185448 CPUtime=402.3 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 43668 0 0 0 40219 11 0 0 25 0 1 0 736282851 189898752 43607 33554432000 4194304 4394578 140733607974080 18446744073709551615 4299384 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 46362 43607 267 49 0 43503 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 185448

[startup+462.301 s]
/proc/loadavg: 4.18 4.04 3.71 5/379 28334
/proc/meminfo: memFree=21325448/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=188104 CPUtime=462.3 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 44316 0 0 0 46219 11 0 0 25 0 1 0 736282851 192618496 44255 33554432000 4194304 4394578 140733607974080 18446744073709551615 4296489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 47026 44255 267 49 0 44167 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 188104

[startup+522.301 s]
/proc/loadavg: 4.13 4.05 3.73 5/379 28335
/proc/meminfo: memFree=21201884/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=216492 CPUtime=522.3 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 51439 0 0 0 52217 13 0 0 25 0 1 0 736282851 221687808 51378 33554432000 4194304 4394578 140733607974080 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 54123 51378 267 49 0 51264 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 216492

[startup+582.301 s]
/proc/loadavg: 4.05 4.04 3.75 5/379 28337
/proc/meminfo: memFree=21100272/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=237696 CPUtime=582.3 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 56726 0 0 0 58216 14 0 0 25 0 1 0 736282851 243400704 56665 33554432000 4194304 4394578 140733607974080 18446744073709551615 4335244 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 59424 56665 267 49 0 56565 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 237696

[startup+642.301 s]
/proc/loadavg: 4.02 4.03 3.76 5/379 28338
/proc/meminfo: memFree=20990980/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=267848 CPUtime=642.31 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 64249 0 0 0 64214 17 0 0 25 0 1 0 736282851 274276352 64188 33554432000 4194304 4394578 140733607974080 18446744073709551615 4298668 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 66962 64188 267 49 0 64103 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 267848

[startup+702.301 s]
/proc/loadavg: 4.00 4.02 3.77 5/379 28340
/proc/meminfo: memFree=20868060/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=283612 CPUtime=702.3 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 68214 0 0 0 70213 17 0 0 25 0 1 0 736282851 290418688 68153 33554432000 4194304 4394578 140733607974080 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 70903 68153 267 49 0 68044 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 283612

[startup+762.314 s]
/proc/loadavg: 4.00 4.02 3.78 5/379 28342
/proc/meminfo: memFree=20714868/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=318688 CPUtime=762.32 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 76968 0 0 0 76213 19 0 0 25 0 1 0 736282851 326336512 76907 33554432000 4194304 4394578 140733607974080 18446744073709551615 4346534 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 79672 76907 267 49 0 76813 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 318688

[startup+822.301 s]
/proc/loadavg: 4.13 4.05 3.81 5/379 28343
/proc/meminfo: memFree=20595292/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=346456 CPUtime=822.32 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 83923 0 0 0 82211 21 0 0 25 0 1 0 736282851 354770944 83862 33554432000 4194304 4394578 140733607974080 18446744073709551615 4297109 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 86614 83862 267 49 0 83755 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 346456

[startup+882.301 s]
/proc/loadavg: 4.09 4.06 3.82 5/379 28345
/proc/meminfo: memFree=20544132/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=372188 CPUtime=882.31 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 90361 0 0 0 88209 22 0 0 25 0 1 0 736282851 381120512 90300 33554432000 4194304 4394578 140733607974080 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 93047 90300 267 49 0 90188 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 372188

[startup+942.301 s]
/proc/loadavg: 4.12 4.07 3.84 5/379 28346
/proc/meminfo: memFree=20514080/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=372188 CPUtime=942.31 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 90385 0 0 0 94209 22 0 0 25 0 1 0 736282851 381120512 90324 33554432000 4194304 4394578 140733607974080 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 93047 90324 267 49 0 90188 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 372188

[startup+1002.3 s]
/proc/loadavg: 4.08 4.07 3.85 5/379 28348
/proc/meminfo: memFree=20427340/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=372324 CPUtime=1002.32 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 90398 0 0 0 100210 22 0 0 25 0 1 0 736282851 381259776 90337 33554432000 4194304 4394578 140733607974080 18446744073709551615 4291327 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 93081 90337 267 49 0 90222 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 372324

[startup+1062.3 s]
/proc/loadavg: 4.07 4.07 3.86 5/379 28349
/proc/meminfo: memFree=20284572/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=403836 CPUtime=1062.32 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 98275 0 0 0 106208 24 0 0 25 0 1 0 736282851 413528064 98214 33554432000 4194304 4394578 140733607974080 18446744073709551615 4298814 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 100959 98214 267 49 0 98100 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 403836

[startup+1122.3 s]
/proc/loadavg: 4.02 4.06 3.87 5/379 28351
/proc/meminfo: memFree=20153932/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=433216 CPUtime=1122.32 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 105635 0 0 0 112205 27 0 0 25 0 1 0 736282851 443613184 105574 33554432000 4194304 4394578 140733607974080 18446744073709551615 4285749 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 108304 105574 267 49 0 105445 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 433216

[startup+1182.3 s]
/proc/loadavg: 4.01 4.04 3.87 5/379 28353
/proc/meminfo: memFree=20040668/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=465644 CPUtime=1182.33 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 113738 0 0 0 118204 29 0 0 25 0 1 0 736282851 476819456 113677 33554432000 4194304 4394578 140733607974080 18446744073709551615 4285647 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 116411 113677 267 49 0 113552 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 465644

[startup+1242.3 s]
/proc/loadavg: 4.00 4.03 3.88 5/379 28354
/proc/meminfo: memFree=19904220/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=483752 CPUtime=1242.32 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 118262 0 0 0 124203 29 0 0 25 0 1 0 736282851 495362048 118201 33554432000 4194304 4394578 140733607974080 18446744073709551615 4299059 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 120938 118201 267 49 0 118079 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 483752



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 3.88 5/379 28356
/proc/meminfo: memFree=19788860/32950928 swapFree=65730864/67111528
[pid=28286] ppid=28284 vsize=514892 CPUtime=1300.03 cores=0,2
/proc/28286/stat : 28286 (SApperloT2010) R 28284 28286 27631 0 -1 4202496 126048 0 0 0 129972 31 0 0 25 0 1 0 736282851 527249408 125987 33554432000 4194304 4394578 140733607974080 18446744073709551615 260905418647 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/28286/statm: 128723 125987 267 49 0 125864 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 514892

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1299.73
CPU system time (s): 0.336948
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 514892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.73
system time used= 0.336948
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126048
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= 12
involuntary context switches= 14926

runsolver used 4.5663 second user time and 10.8134 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-15 13:55:22
IDJOB=3379701
IDBENCH=85343
IDSOLVER=1862
FILE ID=node116/3379701-1305460522
RUNJOBID= node116-1305460522-28269
PBS_JOBID= 13324898
Free space on /tmp= 73168 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-240-3.shuffled-as.sat05-2520.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379701-1305460522/watcher-3379701-1305460522 -o /tmp/evaluation-result-3379701-1305460522/solver-3379701-1305460522 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379701-1305460522.cnf

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

MD5SUM BENCH= dfc7796289f8cacbd4db5eb947a1ba09
RANDOM SEED=1739635709

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22101744 kB
Buffers:        114764 kB
Cached:        1220468 kB
SwapCached:      12356 kB
Active:        9733712 kB
Inactive:       894112 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22101744 kB
SwapTotal:    67111528 kB
SwapFree:     65730864 kB
Dirty:              44 kB
Writeback:           0 kB
AnonPages:     9291504 kB
Mapped:          15836 kB
Slab:           109892 kB
PageTables:      44300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84784636 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= 73168 MiB
End job on node116 at 2011-05-15 14:17:04