Trace number 3379866

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

General information on the benchmark

NameCRAFTED/rbsat/random/
forced/rbsat-v2640c305320gyes3.cnf
MD5SUMd6877629cc818d7e31dc245fb95f0588
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2640
Number of clauses305320
Sum of the clauses size613120
Maximum clause length33
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2305240
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 580

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-3379866-1305454819/watcher-3379866-1305454819 -o /tmp/evaluation-result-3379866-1305454819/solver-3379866-1305454819 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379866-1305454819.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.50 2.60 3.38 4/379 4206
/proc/meminfo: memFree=24283164/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=17276 CPUtime=0 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 1135 0 0 0 0 0 0 0 21 0 1 0 657082314 17690624 1075 33554432000 4194304 4394578 140736399803712 18446744073709551615 244446606021 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 4319 1076 247 49 0 1460 0

[startup+0.076774 s]
/proc/loadavg: 1.50 2.60 3.38 4/379 4206
/proc/meminfo: memFree=24283164/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=26384 CPUtime=0.06 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 3397 0 0 0 6 0 0 0 21 0 1 0 657082314 27017216 3337 33554432000 4194304 4394578 140736399803712 18446744073709551615 244446945024 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 6596 3339 247 49 0 3737 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 26384

[startup+0.100763 s]
/proc/loadavg: 1.50 2.60 3.38 4/379 4206
/proc/meminfo: memFree=24283164/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=29552 CPUtime=0.09 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 4211 0 0 0 9 0 0 0 21 0 1 0 657082314 30261248 4151 33554432000 4194304 4394578 140736399803712 18446744073709551615 244446606021 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 7388 4151 247 49 0 4529 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29552

[startup+0.300746 s]
/proc/loadavg: 1.50 2.60 3.38 4/379 4206
/proc/meminfo: memFree=24283164/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=40568 CPUtime=0.29 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 6981 0 0 0 25 4 0 0 22 0 1 0 657082314 41541632 6920 33554432000 4194304 4394578 140736399803712 18446744073709551615 244446969751 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 10142 6920 255 49 0 7283 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40568

[startup+0.700652 s]
/proc/loadavg: 1.50 2.60 3.38 4/379 4206
/proc/meminfo: memFree=24283164/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=51772 CPUtime=0.69 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 10985 0 0 0 63 6 0 0 23 0 1 0 657082314 53014528 9730 33554432000 4194304 4394578 140736399803712 18446744073709551615 4296311 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 12943 9730 266 49 0 10084 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51772

[startup+1.5005 s]
/proc/loadavg: 1.50 2.60 3.38 5/385 4215
/proc/meminfo: memFree=24168776/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=62536 CPUtime=1.49 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 13654 0 0 0 143 6 0 0 25 0 1 0 657082314 64036864 12399 33554432000 4194304 4394578 140736399803712 18446744073709551615 244446606021 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 15634 12399 266 49 0 12775 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62536

[startup+3.10021 s]
/proc/loadavg: 1.50 2.60 3.38 5/385 4215
/proc/meminfo: memFree=24107792/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=77400 CPUtime=3.09 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 17340 0 0 0 302 7 0 0 25 0 1 0 657082314 79257600 16085 33554432000 4194304 4394578 140736399803712 18446744073709551615 4298821 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 19350 16085 266 49 0 16491 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 77400

[startup+6.30061 s]
/proc/loadavg: 1.70 2.62 3.39 5/385 4215
/proc/meminfo: memFree=24015652/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=98280 CPUtime=6.28 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 22528 0 0 0 621 7 0 0 25 0 1 0 657082314 100638720 21273 33554432000 4194304 4394578 140736399803712 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 24570 21273 266 49 0 21711 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 98280

[startup+12.7004 s]
/proc/loadavg: 1.89 2.64 3.39 5/385 4215
/proc/meminfo: memFree=23883616/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=131236 CPUtime=12.68 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 30561 0 0 0 1260 8 0 0 25 0 1 0 657082314 134385664 29306 33554432000 4194304 4394578 140736399803712 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 32809 29306 266 49 0 29950 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 131236

[startup+25.501 s]
/proc/loadavg: 2.36 2.71 3.40 5/385 4215
/proc/meminfo: memFree=23730356/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=180512 CPUtime=25.48 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 42434 0 0 0 2538 10 0 0 25 0 1 0 657082314 184844288 41179 33554432000 4194304 4394578 140736399803712 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 45128 41179 266 49 0 42269 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 180512

[startup+51.1003 s]
/proc/loadavg: 2.92 2.81 3.41 5/385 4216
/proc/meminfo: memFree=23634796/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=204728 CPUtime=51.08 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 48364 0 0 0 5097 11 0 0 25 0 1 0 657082314 209641472 47109 33554432000 4194304 4394578 140736399803712 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 51182 47109 266 49 0 48323 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 204728

[startup+102.315 s]
/proc/loadavg: 3.62 3.02 3.45 5/385 4217
/proc/meminfo: memFree=23508780/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=237244 CPUtime=102.3 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 55826 0 0 0 10217 13 0 0 25 0 1 0 657082314 242937856 54571 33554432000 4194304 4394578 140736399803712 18446744073709551615 4346323 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 59311 54571 266 49 0 56452 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 237244

[startup+162.301 s]
/proc/loadavg: 3.91 3.21 3.49 5/385 4219
/proc/meminfo: memFree=23435844/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=253928 CPUtime=162.29 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 59576 0 0 0 16214 15 0 0 25 0 1 0 657082314 260022272 58321 33554432000 4194304 4394578 140736399803712 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 63482 58321 266 49 0 60623 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 253928

[startup+222.3 s]
/proc/loadavg: 3.96 3.35 3.52 5/385 4221
/proc/meminfo: memFree=23342420/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=289092 CPUtime=222.29 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 67332 0 0 0 22212 17 0 0 25 0 1 0 657082314 296030208 66077 33554432000 4194304 4394578 140736399803712 18446744073709551615 4298818 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 72273 66077 266 49 0 69414 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 289092

[startup+282.3 s]
/proc/loadavg: 3.98 3.47 3.55 5/385 4222
/proc/meminfo: memFree=23254592/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=317796 CPUtime=282.29 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 73896 0 0 0 28211 18 0 0 25 0 1 0 657082314 325423104 72641 33554432000 4194304 4394578 140736399803712 18446744073709551615 4312499 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 79449 72641 266 49 0 76590 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 317796

[startup+342.301 s]
/proc/loadavg: 4.06 3.59 3.58 5/385 4224
/proc/meminfo: memFree=23195784/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=336216 CPUtime=342.29 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 77798 0 0 0 34209 20 0 0 25 0 1 0 657082314 344285184 76543 33554432000 4194304 4394578 140736399803712 18446744073709551615 4298846 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 84054 76543 266 49 0 81195 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 336216

[startup+402.301 s]
/proc/loadavg: 4.05 3.68 3.61 5/385 4225
/proc/meminfo: memFree=23140560/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=361276 CPUtime=402.28 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 83190 0 0 0 40207 21 0 0 25 0 1 0 657082314 369946624 81935 33554432000 4194304 4394578 140736399803712 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 90319 81935 266 49 0 87460 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 361276

[startup+462.301 s]
/proc/loadavg: 4.06 3.75 3.64 5/385 4227
/proc/meminfo: memFree=23093772/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=375612 CPUtime=462.29 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 86161 0 0 0 46206 23 0 0 25 0 1 0 657082314 384626688 84906 33554432000 4194304 4394578 140736399803712 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 93903 84906 266 49 0 91044 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 375612

[startup+522.301 s]
/proc/loadavg: 4.02 3.79 3.66 5/385 4229
/proc/meminfo: memFree=23053824/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=387200 CPUtime=522.29 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 88724 0 0 0 52206 23 0 0 25 0 1 0 657082314 396492800 87469 33554432000 4194304 4394578 140736399803712 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 96800 87469 266 49 0 93941 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 387200

[startup+582.301 s]
/proc/loadavg: 4.00 3.83 3.67 5/385 4230
/proc/meminfo: memFree=22998988/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=390684 CPUtime=582.29 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 89499 0 0 0 58205 24 0 0 25 0 1 0 657082314 400060416 88244 33554432000 4194304 4394578 140736399803712 18446744073709551615 4313463 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 97671 88244 266 49 0 94812 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 390684

[startup+642.3 s]
/proc/loadavg: 4.21 3.90 3.71 5/385 4232
/proc/meminfo: memFree=22955552/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=394460 CPUtime=642.3 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 90251 0 0 0 64206 24 0 0 25 0 1 0 657082314 403927040 88996 33554432000 4194304 4394578 140736399803712 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 98615 88996 266 49 0 95756 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 394460

[startup+702.3 s]
/proc/loadavg: 4.08 3.92 3.72 5/385 4233
/proc/meminfo: memFree=22903568/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=409604 CPUtime=702.29 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 93833 0 0 0 70203 26 0 0 25 0 1 0 657082314 419434496 92578 33554432000 4194304 4394578 140736399803712 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 102401 92578 266 49 0 99542 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 409604

[startup+762.314 s]
/proc/loadavg: 4.03 3.93 3.74 5/385 4235
/proc/meminfo: memFree=22861492/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=424896 CPUtime=762.31 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 97125 0 0 0 76203 28 0 0 25 0 1 0 657082314 435093504 95870 33554432000 4194304 4394578 140736399803712 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 106224 95870 266 49 0 103365 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 424896

[startup+822.301 s]
/proc/loadavg: 4.01 3.94 3.75 5/385 4237
/proc/meminfo: memFree=22828596/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=427800 CPUtime=822.29 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 97904 0 0 0 82201 28 0 0 25 0 1 0 657082314 438067200 96649 33554432000 4194304 4394578 140736399803712 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 106950 96649 266 49 0 104091 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 427800

[startup+882.301 s]
/proc/loadavg: 4.05 3.96 3.77 5/385 4238
/proc/meminfo: memFree=22814544/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=430160 CPUtime=882.29 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 98527 0 0 0 88201 28 0 0 25 0 1 0 657082314 440483840 97272 33554432000 4194304 4394578 140736399803712 18446744073709551615 4298676 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 107540 97272 266 49 0 104681 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 430160

[startup+942.301 s]
/proc/loadavg: 4.02 3.97 3.78 5/385 4240
/proc/meminfo: memFree=22777052/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=438492 CPUtime=942.29 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 100209 0 0 0 94200 29 0 0 25 0 1 0 657082314 449015808 98954 33554432000 4194304 4394578 140736399803712 18446744073709551615 4299149 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 109623 98954 266 49 0 106764 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 438492

[startup+1002.3 s]
/proc/loadavg: 4.06 3.99 3.79 5/385 4241
/proc/meminfo: memFree=22763384/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=446524 CPUtime=1002.29 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 102048 0 0 0 100200 29 0 0 25 0 1 0 657082314 457240576 100793 33554432000 4194304 4394578 140736399803712 18446744073709551615 4335327 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 111631 100793 266 49 0 108772 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 446524

[startup+1062.3 s]
/proc/loadavg: 4.02 3.99 3.81 5/385 4243
/proc/meminfo: memFree=22752180/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=455964 CPUtime=1062.29 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 103996 0 0 0 106200 29 0 0 25 0 1 0 657082314 466907136 102741 33554432000 4194304 4394578 140736399803712 18446744073709551615 4309168 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 113991 102741 266 49 0 111132 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 455964

[startup+1122.3 s]
/proc/loadavg: 4.01 3.99 3.82 5/385 4245
/proc/meminfo: memFree=22745308/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=458908 CPUtime=1122.3 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 104629 0 0 0 112200 30 0 0 25 0 1 0 657082314 469921792 103374 33554432000 4194304 4394578 140736399803712 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 114727 103374 266 49 0 111868 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 458908

[startup+1182.3 s]
/proc/loadavg: 4.04 4.00 3.83 5/385 4246
/proc/meminfo: memFree=22735096/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=462556 CPUtime=1182.3 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 105413 0 0 0 118200 30 0 0 25 0 1 0 657082314 473657344 104158 33554432000 4194304 4394578 140736399803712 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 115639 104158 266 49 0 112780 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 462556

[startup+1242.3 s]
/proc/loadavg: 4.08 4.03 3.85 5/385 4248
/proc/meminfo: memFree=22717316/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=469984 CPUtime=1242.3 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 106955 0 0 0 124200 30 0 0 25 0 1 0 657082314 481263616 105700 33554432000 4194304 4394578 140736399803712 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 117496 105700 266 49 0 114637 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 469984



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.03 4.02 3.85 3/381 4251
/proc/meminfo: memFree=23406872/32951124 swapFree=44485764/67111528
[pid=4206] ppid=4204 vsize=481556 CPUtime=1300 cores=1,3
/proc/4206/stat : 4206 (SApperloT2010) R 4204 4206 1741 0 -1 4202496 109517 0 0 0 129970 30 0 0 25 0 1 0 657082314 493113344 108262 33554432000 4194304 4394578 140736399803712 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/4206/statm: 120389 108262 266 49 0 117530 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 481556

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.04
CPU user time (s): 1299.71
CPU system time (s): 0.32695
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 481556

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

runsolver used 4.89926 second user time and 11.3403 second system time

The end

Launcher Data

Begin job on node105 at 2011-05-15 12:20:19
IDJOB=3379866
IDBENCH=71423
IDSOLVER=1862
FILE ID=node105/3379866-1305454819
RUNJOBID= node105-1305454818-4174
PBS_JOBID= 13324851
Free space on /tmp= 73568 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT09/CRAFTED/rbsat/random/forced/rbsat-v2640c305320gyes3.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379866-1305454819/watcher-3379866-1305454819 -o /tmp/evaluation-result-3379866-1305454819/solver-3379866-1305454819 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379866-1305454819.cnf

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

MD5SUM BENCH= d6877629cc818d7e31dc245fb95f0588
RANDOM SEED=1308915722

node105.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.825
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.825
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.825
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.82
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.82
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.825
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:     32951124 kB
MemFree:      24283576 kB
Buffers:        300596 kB
Cached:        6219556 kB
SwapCached:      39656 kB
Active:        1577812 kB
Inactive:      6810268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24283576 kB
SwapTotal:    67111528 kB
SwapFree:     44485764 kB
Dirty:           10928 kB
Writeback:          20 kB
AnonPages:     1835952 kB
Mapped:          15972 kB
Slab:           140300 kB
PageTables:      73080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 91406708 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= 73572 MiB
End job on node105 at 2011-05-15 12:42:01