Trace number 3379767

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

General information on the benchmark

NameCRAFTED/rbsat/crafted/unforced/
rbsat-v945c61409g3.cnf
MD5SUM4de3b21cb74a7ec60763201555524736
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.9317
Satisfiable
(Un)Satisfiability was proved
Number of variables945
Number of clauses61409
Sum of the clauses size123673
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 261364
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

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

running on 2 cores: 4,6

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.92 1.58 2.67 2/275 16691
/proc/meminfo: memFree=18897624/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=13792 CPUtime=0 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 751 0 0 0 0 0 0 0 23 0 1 0 657084549 14123008 691 33554432000 4194304 4394578 140736364633072 18446744073709551615 248089359045 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 3448 692 247 49 0 589 0

[startup+0.061836 s]
/proc/loadavg: 0.92 1.58 2.67 2/275 16691
/proc/meminfo: memFree=18897624/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=17756 CPUtime=0.05 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 1733 0 0 0 5 0 0 0 23 0 1 0 657084549 18182144 1672 33554432000 4194304 4394578 140736364633072 18446744073709551615 248089722775 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 4439 1672 255 49 0 1580 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 17756

[startup+0.100717 s]
/proc/loadavg: 0.92 1.58 2.67 2/275 16691
/proc/meminfo: memFree=18897624/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=20096 CPUtime=0.09 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 2595 0 0 0 9 0 0 0 23 0 1 0 657084549 20578304 2294 33554432000 4194304 4394578 140736364633072 18446744073709551615 4287301 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 5024 2294 267 49 0 2165 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20096

[startup+0.30074 s]
/proc/loadavg: 0.92 1.58 2.67 2/275 16691
/proc/meminfo: memFree=18897624/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=23396 CPUtime=0.29 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 3384 0 0 0 28 1 0 0 25 0 1 0 657084549 23957504 3083 33554432000 4194304 4394578 140736364633072 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 5849 3083 267 49 0 2990 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23396

[startup+0.700671 s]
/proc/loadavg: 0.92 1.58 2.67 2/275 16691
/proc/meminfo: memFree=18897624/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=27164 CPUtime=0.69 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 4335 0 0 0 68 1 0 0 25 0 1 0 657084549 27815936 4034 33554432000 4194304 4394578 140736364633072 18446744073709551615 4298654 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 6791 4034 267 49 0 3932 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27164

[startup+1.50053 s]
/proc/loadavg: 0.92 1.58 2.67 5/289 16718
/proc/meminfo: memFree=18787020/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=32620 CPUtime=1.49 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 5679 0 0 0 148 1 0 0 25 0 1 0 657084549 33402880 5378 33554432000 4194304 4394578 140736364633072 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 8155 5378 267 49 0 5296 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32620

[startup+3.10019 s]
/proc/loadavg: 0.92 1.58 2.67 5/289 16718
/proc/meminfo: memFree=18751684/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=36524 CPUtime=3.09 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 6616 0 0 0 307 2 0 0 25 0 1 0 657084549 37400576 6315 33554432000 4194304 4394578 140736364633072 18446744073709551615 4298976 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 9131 6315 267 49 0 6272 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 36524

[startup+6.30062 s]
/proc/loadavg: 1.17 1.62 2.68 5/289 16718
/proc/meminfo: memFree=18694564/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=40152 CPUtime=6.29 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 7466 0 0 0 627 2 0 0 25 0 1 0 657084549 41115648 7165 33554432000 4194304 4394578 140736364633072 18446744073709551615 4292774 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 10038 7165 267 49 0 7179 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40152

[startup+12.7005 s]
/proc/loadavg: 1.39 1.66 2.69 5/289 16719
/proc/meminfo: memFree=18612436/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=43980 CPUtime=12.69 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 8357 0 0 0 1267 2 0 0 25 0 1 0 657084549 45035520 8056 33554432000 4194304 4394578 140736364633072 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 10995 8056 267 49 0 8136 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 43980

[startup+25.5003 s]
/proc/loadavg: 1.97 1.77 2.71 5/289 16719
/proc/meminfo: memFree=18503816/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=53200 CPUtime=25.49 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 10375 0 0 0 2546 3 0 0 25 0 1 0 657084549 54476800 10074 33554432000 4194304 4394578 140736364633072 18446744073709551615 4346512 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 13300 10074 267 49 0 10441 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53200

[startup+51.1008 s]
/proc/loadavg: 2.66 1.95 2.74 5/289 16720
/proc/meminfo: memFree=18486628/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=62600 CPUtime=51.09 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 12386 0 0 0 5106 3 0 0 25 0 1 0 657084549 64102400 12085 33554432000 4194304 4394578 140736364633072 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 15650 12085 267 49 0 12791 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 62600

[startup+102.311 s]
/proc/loadavg: 3.48 2.28 2.81 5/289 16721
/proc/meminfo: memFree=18418632/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=75068 CPUtime=102.3 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 15019 0 0 0 10227 3 0 0 25 0 1 0 657084549 76869632 14718 33554432000 4194304 4394578 140736364633072 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 18767 14718 267 49 0 15908 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 75068

[startup+162.301 s]
/proc/loadavg: 3.81 2.59 2.88 5/289 16723
/proc/meminfo: memFree=18353372/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=88236 CPUtime=162.29 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 17919 0 0 0 16225 4 0 0 25 0 1 0 657084549 90353664 17618 33554432000 4194304 4394578 140736364633072 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 22059 17618 267 49 0 19200 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 88236

[startup+222.301 s]
/proc/loadavg: 3.93 2.84 2.95 5/289 16724
/proc/meminfo: memFree=18308072/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=101252 CPUtime=222.3 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 20622 0 0 0 22225 5 0 0 25 0 1 0 657084549 103682048 20321 33554432000 4194304 4394578 140736364633072 18446744073709551615 4297144 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 25313 20321 267 49 0 22454 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 101252

[startup+282.301 s]
/proc/loadavg: 4.01 3.07 3.02 5/289 16726
/proc/meminfo: memFree=18263768/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=103060 CPUtime=282.3 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 21018 0 0 0 28225 5 0 0 25 0 1 0 657084549 105533440 20717 33554432000 4194304 4394578 140736364633072 18446744073709551615 4291892 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 25765 20717 267 49 0 22906 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 103060

[startup+342.3 s]
/proc/loadavg: 4.00 3.23 3.07 5/289 16727
/proc/meminfo: memFree=18234828/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=107528 CPUtime=342.3 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 21962 0 0 0 34225 5 0 0 25 0 1 0 657084549 110108672 21661 33554432000 4194304 4394578 140736364633072 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 26882 21661 267 49 0 24023 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 107528

[startup+402.301 s]
/proc/loadavg: 4.00 3.37 3.13 5/289 16729
/proc/meminfo: memFree=18197844/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=110248 CPUtime=402.29 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 22534 0 0 0 40224 5 0 0 25 0 1 0 657084549 112893952 22233 33554432000 4194304 4394578 140736364633072 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 27562 22233 267 49 0 24703 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 110248

[startup+462.301 s]
/proc/loadavg: 4.05 3.50 3.19 5/289 16731
/proc/meminfo: memFree=18180688/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=120652 CPUtime=462.3 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 24580 0 0 0 46224 6 0 0 25 0 1 0 657084549 123547648 24279 33554432000 4194304 4394578 140736364633072 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 30163 24279 267 49 0 27304 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 120652

[startup+522.301 s]
/proc/loadavg: 4.05 3.60 3.24 5/289 16732
/proc/meminfo: memFree=18162056/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=124620 CPUtime=522.3 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 25375 0 0 0 52224 6 0 0 25 0 1 0 657084549 127610880 25074 33554432000 4194304 4394578 140736364633072 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 31155 25074 267 49 0 28296 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 124620

[startup+582.301 s]
/proc/loadavg: 4.02 3.67 3.28 5/289 16734
/proc/meminfo: memFree=18142660/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=126348 CPUtime=582.31 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 25766 0 0 0 58224 7 0 0 25 0 1 0 657084549 129380352 25465 33554432000 4194304 4394578 140736364633072 18446744073709551615 4298350 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 31587 25465 267 49 0 28728 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 126348

[startup+642.3 s]
/proc/loadavg: 4.00 3.73 3.33 5/289 16735
/proc/meminfo: memFree=18116332/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=129516 CPUtime=642.31 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 26433 0 0 0 64224 7 0 0 25 0 1 0 657084549 132624384 26132 33554432000 4194304 4394578 140736364633072 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 32379 26132 267 49 0 29520 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 129516

[startup+702.301 s]
/proc/loadavg: 4.07 3.80 3.38 5/289 16737
/proc/meminfo: memFree=18092360/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=132752 CPUtime=702.31 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 27051 0 0 0 70223 8 0 0 25 0 1 0 657084549 135938048 26750 33554432000 4194304 4394578 140736364633072 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 33188 26750 267 49 0 30329 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 132752

[startup+762.311 s]
/proc/loadavg: 4.02 3.84 3.41 5/289 16739
/proc/meminfo: memFree=18070492/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=138512 CPUtime=762.32 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 28093 0 0 0 76224 8 0 0 25 0 1 0 657084549 141836288 27792 33554432000 4194304 4394578 140736364633072 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 34628 27792 267 49 0 31769 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 138512

[startup+822.301 s]
/proc/loadavg: 4.06 3.88 3.45 5/289 16740
/proc/meminfo: memFree=18040064/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=139376 CPUtime=822.31 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 28282 0 0 0 82222 9 0 0 25 0 1 0 657084549 142721024 27981 33554432000 4194304 4394578 140736364633072 18446744073709551615 4299403 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 34844 27981 267 49 0 31985 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 139376

[startup+882.301 s]
/proc/loadavg: 4.02 3.90 3.48 5/289 16742
/proc/meminfo: memFree=18014480/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=143572 CPUtime=882.31 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 29175 0 0 0 88222 9 0 0 25 0 1 0 657084549 147017728 28874 33554432000 4194304 4394578 140736364633072 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 35893 28874 267 49 0 33034 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 143572

[startup+942.3 s]
/proc/loadavg: 4.00 3.91 3.51 5/289 16743
/proc/meminfo: memFree=18005760/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=145256 CPUtime=942.31 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 29533 0 0 0 94222 9 0 0 25 0 1 0 657084549 148742144 29232 33554432000 4194304 4394578 140736364633072 18446744073709551615 4313743 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 36314 29232 267 49 0 33455 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 145256

[startup+1002.3 s]
/proc/loadavg: 4.07 3.94 3.55 5/289 16745
/proc/meminfo: memFree=17978316/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=151696 CPUtime=1002.32 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 30903 0 0 0 100222 10 0 0 25 0 1 0 657084549 155336704 30602 33554432000 4194304 4394578 140736364633072 18446744073709551615 4298933 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 37924 30602 267 49 0 35065 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 151696

[startup+1062.3 s]
/proc/loadavg: 4.02 3.95 3.57 5/289 16746
/proc/meminfo: memFree=17955592/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=159328 CPUtime=1062.31 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 32457 0 0 0 106221 10 0 0 25 0 1 0 657084549 163151872 32156 33554432000 4194304 4394578 140736364633072 18446744073709551615 4299008 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 39832 32156 267 49 0 36973 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 159328

[startup+1122.3 s]
/proc/loadavg: 4.06 3.97 3.60 5/289 16748
/proc/meminfo: memFree=17936340/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=162144 CPUtime=1122.32 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 33100 0 0 0 112221 11 0 0 25 0 1 0 657084549 166035456 32799 33554432000 4194304 4394578 140736364633072 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 40536 32799 267 49 0 37677 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 162144

[startup+1182.3 s]
/proc/loadavg: 4.02 3.97 3.62 5/289 16750
/proc/meminfo: memFree=17926748/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=164960 CPUtime=1182.32 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 33709 0 0 0 118221 11 0 0 25 0 1 0 657084549 168919040 33408 33554432000 4194304 4394578 140736364633072 18446744073709551615 4298919 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 41240 33408 267 49 0 38381 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 164960

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.64 5/289 16751
/proc/meminfo: memFree=17918028/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=166752 CPUtime=1242.32 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 34080 0 0 0 124221 11 0 0 25 0 1 0 657084549 170754048 33779 33554432000 4194304 4394578 140736364633072 18446744073709551615 4298698 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 41688 33779 267 49 0 38829 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 166752



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.99 3.67 5/289 16753
/proc/meminfo: memFree=17915396/32950928 swapFree=64721848/67111528
[pid=16691] ppid=16689 vsize=166752 CPUtime=1300.03 cores=4,6
/proc/16691/stat : 16691 (SApperloT2010) R 16689 16691 14954 0 -1 4202496 34089 0 0 0 129992 11 0 0 25 0 1 0 657084549 170754048 33788 33554432000 4194304 4394578 140736364633072 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/16691/statm: 41688 33788 267 49 0 38829 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 166752

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): 1300.05
CPU user time (s): 1299.92
CPU system time (s): 0.123981
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 166752

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

runsolver used 3.56546 second user time and 8.27074 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-15 12:20:48
IDJOB=3379767
IDBENCH=71481
IDSOLVER=1862
FILE ID=node123/3379767-1305454847
RUNJOBID= node123-1305454847-16676
PBS_JOBID= 13324867
Free space on /tmp= 73420 MiB

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

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

MD5SUM BENCH= 4de3b21cb74a7ec60763201555524736
RANDOM SEED=1082232158

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18897780 kB
Buffers:        315092 kB
Cached:        4242976 kB
SwapCached:      10528 kB
Active:       10833724 kB
Inactive:      2941972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18897780 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:            2452 kB
Writeback:           0 kB
AnonPages:     9214708 kB
Mapped:          21356 kB
Slab:           178584 kB
PageTables:      36852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44874692 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= 73416 MiB
End job on node123 at 2011-05-15 12:42:30