Trace number 3258307

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) 1299.96 1300.02

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v1150c84314g7.cnf
MD5SUMf39e50b5cd7b50d1971722973512a1b8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark6.09707
Satisfiable
(Un)Satisfiability was proved
Number of variables1150
Number of clauses84314
Sum of the clauses size169678
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284264
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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-3258307-1303502915/watcher-3258307-1303502915 -o /tmp/evaluation-result-3258307-1303502915/solver-3258307-1303502915 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3258307-1303502915.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: 0.00 0.00 0.18 2/174 21304
/proc/meminfo: memFree=21922508/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=13508 CPUtime=0 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 627 0 0 0 0 0 0 0 22 0 1 0 461891300 13832192 566 33554432000 4194304 4395502 140736560657952 18446744073709551615 237278540485 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 3377 567 249 50 0 517 0

[startup+0.016911 s]
/proc/loadavg: 0.00 0.00 0.18 2/174 21304
/proc/meminfo: memFree=21922508/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=14928 CPUtime=0.01 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 969 0 0 0 1 0 0 0 22 0 1 0 461891300 15286272 908 33554432000 4194304 4395502 140736560657952 18446744073709551615 237278498318 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 3732 908 250 50 0 872 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 14928

[startup+0.100952 s]
/proc/loadavg: 0.00 0.00 0.18 2/174 21304
/proc/meminfo: memFree=21922508/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=19952 CPUtime=0.09 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 2213 0 0 0 9 0 0 0 22 0 1 0 461891300 20430848 2151 33554432000 4194304 4395502 140736560657952 18446744073709551615 237278904215 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 4988 2151 256 50 0 2128 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 19952

[startup+0.300926 s]
/proc/loadavg: 0.00 0.00 0.18 2/174 21304
/proc/meminfo: memFree=21922508/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=25496 CPUtime=0.29 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 3959 0 0 0 29 0 0 0 23 0 1 0 461891300 26107904 3567 33554432000 4194304 4395502 140736560657952 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 6374 3567 267 50 0 3514 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25496

[startup+0.700839 s]
/proc/loadavg: 0.00 0.00 0.18 2/174 21304
/proc/meminfo: memFree=21922508/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=29596 CPUtime=0.69 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 4959 0 0 0 69 0 0 0 25 0 1 0 461891300 30306304 4567 33554432000 4194304 4395502 140736560657952 18446744073709551615 4300269 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 7399 4567 267 50 0 4539 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29596

[startup+1.50058 s]
/proc/loadavg: 0.00 0.00 0.18 3/180 21315
/proc/meminfo: memFree=21887948/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=34696 CPUtime=1.49 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 6205 0 0 0 148 1 0 0 25 0 1 0 461891300 35528704 5813 33554432000 4194304 4395502 140736560657952 18446744073709551615 4315657 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 8674 5813 267 50 0 5814 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34696

[startup+3.1003 s]
/proc/loadavg: 0.00 0.00 0.18 5/190 21335
/proc/meminfo: memFree=21814228/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=44236 CPUtime=3.09 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 8512 0 0 0 308 1 0 0 25 0 1 0 461891300 45297664 8120 33554432000 4194304 4395502 140736560657952 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 11059 8120 267 50 0 8199 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44236

[startup+6.30079 s]
/proc/loadavg: 0.32 0.07 0.20 5/190 21335
/proc/meminfo: memFree=21742312/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=48460 CPUtime=6.29 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 9508 0 0 0 628 1 0 0 25 0 1 0 461891300 49623040 9116 33554432000 4194304 4395502 140736560657952 18446744073709551615 4299174 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 12115 9116 267 50 0 9255 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48460

[startup+12.7006 s]
/proc/loadavg: 0.61 0.13 0.22 5/190 21335
/proc/meminfo: memFree=21679692/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=56952 CPUtime=12.69 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 11465 0 0 0 1267 2 0 0 25 0 1 0 461891300 58318848 11073 33554432000 4194304 4395502 140736560657952 18446744073709551615 4339114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 14238 11073 267 50 0 11378 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 56952

[startup+25.5004 s]
/proc/loadavg: 1.44 0.34 0.29 5/190 21336
/proc/meminfo: memFree=21602292/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=67196 CPUtime=25.49 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 13773 0 0 0 2546 3 0 0 25 0 1 0 461891300 68808704 13381 33554432000 4194304 4395502 140736560657952 18446744073709551615 4296793 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 16799 13381 267 50 0 13939 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 67196

[startup+51.1008 s]
/proc/loadavg: 2.31 0.63 0.38 5/190 21336
/proc/meminfo: memFree=21537876/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=79280 CPUtime=51.09 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 16378 0 0 0 5106 3 0 0 25 0 1 0 461891300 81182720 15986 33554432000 4194304 4395502 140736560657952 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 19820 15986 267 50 0 16960 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 79280

[startup+102.307 s]
/proc/loadavg: 3.27 1.15 0.57 5/190 21338
/proc/meminfo: memFree=21466816/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=94352 CPUtime=102.29 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 19587 0 0 0 10225 4 0 0 25 0 1 0 461891300 96616448 19195 33554432000 4194304 4395502 140736560657952 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 23588 19195 267 50 0 20728 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 94352

[startup+162.301 s]
/proc/loadavg: 3.73 1.66 0.78 5/190 21339
/proc/meminfo: memFree=21415340/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=107584 CPUtime=162.28 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 22296 0 0 0 16223 5 0 0 25 0 1 0 461891300 110166016 21904 33554432000 4194304 4395502 140736560657952 18446744073709551615 4300203 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 26896 21904 267 50 0 24036 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 107584

[startup+222.3 s]
/proc/loadavg: 3.90 2.09 0.98 5/190 21341
/proc/meminfo: memFree=21361388/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=116088 CPUtime=222.28 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 24083 0 0 0 22222 6 0 0 25 0 1 0 461891300 118874112 23691 33554432000 4194304 4395502 140736560657952 18446744073709551615 4299495 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 29022 23691 267 50 0 26162 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 116088

[startup+282.301 s]
/proc/loadavg: 4.02 2.45 1.17 5/190 21343
/proc/meminfo: memFree=21311032/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=123176 CPUtime=282.28 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 25563 0 0 0 28221 7 0 0 25 0 1 0 461891300 126132224 25171 33554432000 4194304 4395502 140736560657952 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 30794 25171 267 50 0 27934 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 123176

[startup+342.301 s]
/proc/loadavg: 4.00 2.73 1.35 5/190 21344
/proc/meminfo: memFree=21273324/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=136956 CPUtime=342.27 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 28737 0 0 0 34220 7 0 0 25 0 1 0 461891300 140242944 28345 33554432000 4194304 4395502 140736560657952 18446744073709551615 4299657 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 34239 28345 267 50 0 31379 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 136956

[startup+402.3 s]
/proc/loadavg: 4.00 2.96 1.51 5/190 21346
/proc/meminfo: memFree=21229792/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=144252 CPUtime=402.28 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 30326 0 0 0 40220 8 0 0 25 0 1 0 461891300 147714048 29934 33554432000 4194304 4395502 140736560657952 18446744073709551615 4297143 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 36063 29934 267 50 0 33203 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 144252

[startup+462.3 s]
/proc/loadavg: 4.00 3.14 1.66 5/190 21347
/proc/meminfo: memFree=21206592/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=148668 CPUtime=462.27 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 31278 0 0 0 46219 8 0 0 25 0 1 0 461891300 152236032 30886 33554432000 4194304 4395502 140736560657952 18446744073709551615 4299620 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 37167 30886 267 50 0 34307 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 148668

[startup+522.301 s]
/proc/loadavg: 4.05 3.31 1.81 5/190 21349
/proc/meminfo: memFree=21186368/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=151708 CPUtime=522.27 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 31937 0 0 0 52219 8 0 0 25 0 1 0 461891300 155348992 31545 33554432000 4194304 4395502 140736560657952 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 37927 31545 267 50 0 35067 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 151708

[startup+582.301 s]
/proc/loadavg: 4.02 3.43 1.94 5/190 21351
/proc/meminfo: memFree=21175192/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=155660 CPUtime=582.27 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 32744 0 0 0 58219 8 0 0 25 0 1 0 461891300 159395840 32352 33554432000 4194304 4395502 140736560657952 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 38915 32352 267 50 0 36055 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 155660

[startup+642.3 s]
/proc/loadavg: 4.00 3.53 2.07 5/190 21352
/proc/meminfo: memFree=21155828/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=161728 CPUtime=642.28 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 34029 0 0 0 64219 9 0 0 25 0 1 0 461891300 165609472 33637 33554432000 4194304 4395502 140736560657952 18446744073709551615 4299743 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 40432 33637 267 50 0 37572 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 161728

[startup+702.301 s]
/proc/loadavg: 4.00 3.62 2.19 5/190 21354
/proc/meminfo: memFree=21129024/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=165764 CPUtime=702.26 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 34825 0 0 0 70217 9 0 0 25 0 1 0 461891300 169742336 34433 33554432000 4194304 4395502 140736560657952 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 41441 34433 267 50 0 38581 0
Current children cumulated CPU time (s) 702.26
Current children cumulated vsize (KiB) 165764

[startup+762.307 s]
/proc/loadavg: 4.00 3.68 2.30 5/190 21355
/proc/meminfo: memFree=21105948/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=168388 CPUtime=762.26 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 35323 0 0 0 76217 9 0 0 25 0 1 0 461891300 172429312 34931 33554432000 4194304 4395502 140736560657952 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 42097 34931 267 50 0 39237 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 168388

[startup+822.3 s]
/proc/loadavg: 4.08 3.76 2.41 5/190 21357
/proc/meminfo: memFree=21094156/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=172228 CPUtime=822.26 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 36036 0 0 0 82216 10 0 0 25 0 1 0 461891300 176361472 35644 33554432000 4194304 4395502 140736560657952 18446744073709551615 4314561 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 43057 35644 267 50 0 40197 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 172228

[startup+882.301 s]
/proc/loadavg: 4.03 3.80 2.50 5/190 21359
/proc/meminfo: memFree=21079388/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=178820 CPUtime=882.25 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 37454 0 0 0 88215 10 0 0 25 0 1 0 461891300 183111680 37062 33554432000 4194304 4395502 140736560657952 18446744073709551615 4288213 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 44705 37062 267 50 0 41845 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 178820

[startup+942.301 s]
/proc/loadavg: 4.01 3.83 2.60 5/190 21360
/proc/meminfo: memFree=21060400/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=187140 CPUtime=942.25 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 39110 0 0 0 94214 11 0 0 25 0 1 0 461891300 191631360 38718 33554432000 4194304 4395502 140736560657952 18446744073709551615 4299166 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 46785 38718 267 50 0 43925 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 187140

[startup+1002.3 s]
/proc/loadavg: 4.00 3.86 2.68 5/190 21362
/proc/meminfo: memFree=21037824/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=191764 CPUtime=1002.24 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 40226 0 0 0 100213 11 0 0 25 0 1 0 461891300 196366336 39834 33554432000 4194304 4395502 140736560657952 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 47941 39834 267 50 0 45081 0
Current children cumulated CPU time (s) 1002.24
Current children cumulated vsize (KiB) 191764

[startup+1062.3 s]
/proc/loadavg: 4.07 3.90 2.77 5/190 21363
/proc/meminfo: memFree=21020200/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=191764 CPUtime=1062.25 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 40253 0 0 0 106213 12 0 0 25 0 1 0 461891300 196366336 39861 33554432000 4194304 4395502 140736560657952 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 47941 39861 267 50 0 45081 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 191764

[startup+1122.3 s]
/proc/loadavg: 4.02 3.91 2.84 5/190 21365
/proc/meminfo: memFree=21013000/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=192020 CPUtime=1122.25 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 40321 0 0 0 112213 12 0 0 25 0 1 0 461891300 196628480 39929 33554432000 4194304 4395502 140736560657952 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 48005 39929 267 50 0 45145 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 192020

[startup+1182.3 s]
/proc/loadavg: 4.01 3.93 2.91 5/190 21367
/proc/meminfo: memFree=20999844/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=192404 CPUtime=1182.24 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 40434 0 0 0 118212 12 0 0 25 0 1 0 461891300 197021696 40042 33554432000 4194304 4395502 140736560657952 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 48101 40042 267 50 0 45241 0
Current children cumulated CPU time (s) 1182.24
Current children cumulated vsize (KiB) 192404

[startup+1242.3 s]
/proc/loadavg: 4.00 3.94 2.97 5/190 21368
/proc/meminfo: memFree=20988048/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=195220 CPUtime=1242.24 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 40929 0 0 0 124212 12 0 0 25 0 1 0 461891300 199905280 40537 33554432000 4194304 4395502 140736560657952 18446744073709551615 4347376 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 48805 40537 267 50 0 45945 0
Current children cumulated CPU time (s) 1242.24
Current children cumulated vsize (KiB) 195220



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.95 3.04 5/190 21370
/proc/meminfo: memFree=20971796/32950904 swapFree=67082280/67111528
[pid=21304] ppid=21302 vsize=195476 CPUtime=1299.94 cores=0,2
/proc/21304/stat : 21304 (SApperloT2010) R 21302 21304 21274 0 -1 4202496 40995 0 0 0 129982 12 0 0 25 0 1 0 461891300 200167424 40603 33554432000 4194304 4395502 140736560657952 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/21304/statm: 48869 40603 267 50 0 46009 0
Current children cumulated CPU time (s) 1299.94
Current children cumulated vsize (KiB) 195476

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.02
CPU time (s): 1299.96
CPU user time (s): 1299.83
CPU system time (s): 0.137979
CPU usage (%): 99.9961
Max. virtual memory (cumulated for all children) (KiB): 195476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.83
system time used= 0.137979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40995
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= 8
involuntary context switches= 16506

runsolver used 2.20267 second user time and 4.90125 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-22 22:08:35
IDJOB=3258307
IDBENCH=71337
IDSOLVER=1655
FILE ID=node121/3258307-1303502915
RUNJOBID= node121-1303502915-21292
PBS_JOBID= 13134216
Free space on /tmp= 72024 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT09/CRAFTED/rbsat/random/unforced/rbsat-v1150c84314g7.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3258307-1303502915/watcher-3258307-1303502915 -o /tmp/evaluation-result-3258307-1303502915/solver-3258307-1303502915 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3258307-1303502915.cnf

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

MD5SUM BENCH= f39e50b5cd7b50d1971722973512a1b8
RANDOM SEED=1457484118

node121.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.817
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.63
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.817
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.07
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.817
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.84
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.817
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.77
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.817
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.82
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.817
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.817
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.817
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:     32950904 kB
MemFree:      21922548 kB
Buffers:       1659844 kB
Cached:        8830772 kB
SwapCached:       2780 kB
Active:        7709364 kB
Inactive:      2819452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      21922548 kB
SwapTotal:    67111528 kB
SwapFree:     67082280 kB
Dirty:            1200 kB
Writeback:           0 kB
AnonPages:       35784 kB
Mapped:          13432 kB
Slab:           434740 kB
PageTables:       4572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   187628 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= 72020 MiB
End job on node121 at 2011-04-22 22:30:18