Trace number 3265789

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT 2011-03-23? (TO) 1300.05 1300.01

General information on the benchmark

NameSAT05/crafted/sorge05/QG7a/
gensys-ukn004.shuffled-as.sat05-3844.cnf
MD5SUM7d96ba103689bec761c9e7df7b158323
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3199.02
Satisfiable
(Un)Satisfiability was proved
Number of variables2731
Number of clauses17983
Sum of the clauses size126997
Maximum clause length13
Minimum clause length1
Number of clauses of size 142
Number of clauses of size 2442
Number of clauses of size 32370
Number of clauses of size 4477
Number of clauses of size 5642
Number of clauses of size over 514010

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-3265789-1303580936/watcher-3265789-1303580936 -o /tmp/evaluation-result-3265789-1303580936/solver-3265789-1303580936 -C 2400 -W 1300 -M 7680 SApperloT HOME/instance-3265789-1303580936.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: 2.81 3.66 3.90 4/189 24781
/proc/meminfo: memFree=12968672/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=12204 CPUtime=0 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 509 0 0 0 0 0 0 0 25 0 1 0 469694093 12496896 377 33554432000 4194304 4465733 140733928066208 18446744073709551615 4265240 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 3051 378 250 67 0 174 0

[startup+0.0941279 s]
/proc/loadavg: 2.81 3.66 3.90 4/189 24781
/proc/meminfo: memFree=12968672/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=13984 CPUtime=0.08 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 1942 0 0 0 8 0 0 0 25 0 1 0 469694093 14319616 724 33554432000 4194304 4465733 140733928066208 18446744073709551615 4270152 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 3496 724 255 67 0 619 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13984

[startup+0.101129 s]
/proc/loadavg: 2.81 3.66 3.90 4/189 24781
/proc/meminfo: memFree=12968672/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=13984 CPUtime=0.09 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 1963 0 0 0 9 0 0 0 25 0 1 0 469694093 14319616 737 33554432000 4194304 4465733 140733928066208 18446744073709551615 4270547 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 3496 737 255 67 0 619 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13984

[startup+0.301105 s]
/proc/loadavg: 2.81 3.66 3.90 4/189 24781
/proc/meminfo: memFree=12968672/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=14668 CPUtime=0.29 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 2468 0 0 0 29 0 0 0 25 0 1 0 469694093 15020032 897 33554432000 4194304 4465733 140733928066208 18446744073709551615 4270768 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 3667 897 255 67 0 790 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14668

[startup+0.701015 s]
/proc/loadavg: 2.81 3.66 3.90 4/189 24781
/proc/meminfo: memFree=12968672/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=16004 CPUtime=0.69 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 3485 0 0 0 69 0 0 0 25 0 1 0 469694093 16388096 1130 33554432000 4194304 4465733 140733928066208 18446744073709551615 4270213 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 4001 1130 255 67 0 1124 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16004

[startup+1.5009 s]
/proc/loadavg: 2.81 3.66 3.90 5/190 24782
/proc/meminfo: memFree=12961088/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=16812 CPUtime=1.49 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 4338 0 0 0 149 0 0 0 25 0 1 0 469694093 17215488 1444 33554432000 4194304 4465733 140733928066208 18446744073709551615 4270213 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 4203 1444 255 67 0 1326 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16812

[startup+3.10062 s]
/proc/loadavg: 2.81 3.66 3.90 5/190 24782
/proc/meminfo: memFree=12953400/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=19224 CPUtime=3.09 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 5887 0 0 0 309 0 0 0 25 0 1 0 469694093 19685376 1681 33554432000 4194304 4465733 140733928066208 18446744073709551615 4296140 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 4806 1681 255 67 0 1929 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19224

[startup+6.30103 s]
/proc/loadavg: 2.90 3.67 3.90 5/190 24782
/proc/meminfo: memFree=12947704/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=22848 CPUtime=6.3 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 8454 0 0 0 629 1 0 0 25 0 1 0 469694093 23396352 2196 33554432000 4194304 4465733 140733928066208 18446744073709551615 4271210 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 5712 2196 255 67 0 2835 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 22848

[startup+12.7009 s]
/proc/loadavg: 3.07 3.69 3.91 5/190 24782
/proc/meminfo: memFree=12935044/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=46592 CPUtime=12.69 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 13094 0 0 0 1268 1 0 0 25 0 1 0 469694093 47710208 5583 33554432000 4194304 4465733 140733928066208 18446744073709551615 4304340 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 11648 5583 279 67 0 8771 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46592

[startup+25.5005 s]
/proc/loadavg: 3.28 3.70 3.91 5/190 24783
/proc/meminfo: memFree=12940976/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=27496 CPUtime=25.49 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 14233 0 0 0 2548 1 0 0 25 0 1 0 469694093 28155904 3615 33554432000 4194304 4465733 140733928066208 18446744073709551615 4270205 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 6874 3615 279 67 0 3997 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 27496

[startup+51.1008 s]
/proc/loadavg: 3.60 3.74 3.91 5/190 24783
/proc/meminfo: memFree=12904744/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=37252 CPUtime=51.09 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 16630 0 0 0 5107 2 0 0 25 0 1 0 469694093 38146048 5748 33554432000 4194304 4465733 140733928066208 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 9313 5748 279 67 0 6436 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 37252

[startup+102.306 s]
/proc/loadavg: 3.89 3.80 3.92 5/190 24785
/proc/meminfo: memFree=12880044/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=51900 CPUtime=102.3 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 22057 0 0 0 10228 2 0 0 25 0 1 0 469694093 53145600 9124 33554432000 4194304 4465733 140733928066208 18446744073709551615 4270693 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 12975 9124 382 67 0 10098 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 51900

[startup+162.301 s]
/proc/loadavg: 3.95 3.83 3.92 5/190 24786
/proc/meminfo: memFree=12843176/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=54904 CPUtime=162.3 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 23357 0 0 0 16227 3 0 0 25 0 1 0 469694093 56221696 10194 33554432000 4194304 4465733 140733928066208 18446744073709551615 4270161 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 13726 10194 283 67 0 10849 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 54904

[startup+222.301 s]
/proc/loadavg: 3.98 3.86 3.92 5/190 24788
/proc/meminfo: memFree=12837680/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=54904 CPUtime=222.3 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 26012 0 0 0 22226 4 0 0 25 0 1 0 469694093 56221696 10490 33554432000 4194304 4465733 140733928066208 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 13726 10490 279 67 0 10849 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 54904

[startup+282.301 s]
/proc/loadavg: 4.05 3.90 3.93 5/190 24790
/proc/meminfo: memFree=12795500/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=69376 CPUtime=282.3 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 29162 0 0 0 28226 4 0 0 25 0 1 0 469694093 71041024 13392 33554432000 4194304 4465733 140733928066208 18446744073709551615 4270714 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 17344 13392 279 67 0 14467 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 69376

[startup+342.301 s]
/proc/loadavg: 4.02 3.91 3.93 5/190 24791
/proc/meminfo: memFree=12801924/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=69376 CPUtime=342.3 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 30329 0 0 0 34225 5 0 0 25 0 1 0 469694093 71041024 14219 33554432000 4194304 4465733 140733928066208 18446744073709551615 4255230 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 17344 14219 279 67 0 14467 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 69376

[startup+402.301 s]
/proc/loadavg: 4.00 3.92 3.93 5/190 24793
/proc/meminfo: memFree=12787640/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=69376 CPUtime=402.3 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 33290 0 0 0 40225 5 0 0 25 0 1 0 469694093 71041024 14379 33554432000 4194304 4465733 140733928066208 18446744073709551615 4271859 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 17344 14379 279 67 0 14467 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 69376

[startup+462.301 s]
/proc/loadavg: 4.00 3.94 3.93 5/190 24794
/proc/meminfo: memFree=12807200/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=51448 CPUtime=462.31 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 36349 0 0 0 46225 6 0 0 25 0 1 0 469694093 52682752 8930 33554432000 4194304 4465733 140733928066208 18446744073709551615 4270781 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 12862 8930 280 67 0 9985 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 51448

[startup+522.301 s]
/proc/loadavg: 4.00 3.94 3.93 5/190 24796
/proc/meminfo: memFree=12828004/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=51448 CPUtime=522.31 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 36861 0 0 0 52225 6 0 0 25 0 1 0 469694093 52682752 9442 33554432000 4194304 4465733 140733928066208 18446744073709551615 4270037 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 12862 9442 280 67 0 9985 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 51448

[startup+582.301 s]
/proc/loadavg: 4.07 3.97 3.93 5/190 24798
/proc/meminfo: memFree=12826124/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=51448 CPUtime=582.31 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 37165 0 0 0 58225 6 0 0 25 0 1 0 469694093 52682752 9746 33554432000 4194304 4465733 140733928066208 18446744073709551615 4271877 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 12862 9746 280 67 0 9985 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 51448

[startup+642.301 s]
/proc/loadavg: 4.09 3.99 3.94 5/190 24799
/proc/meminfo: memFree=12801532/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=59928 CPUtime=642.31 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 46090 0 0 0 64224 7 0 0 25 0 1 0 469694093 61366272 11311 33554432000 4194304 4465733 140733928066208 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 14982 11311 338 67 0 12105 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 59928

[startup+702.301 s]
/proc/loadavg: 4.03 3.99 3.94 5/190 24801
/proc/meminfo: memFree=12782768/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=78456 CPUtime=702.31 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 50275 0 0 0 70223 8 0 0 25 0 1 0 469694093 80338944 15496 33554432000 4194304 4465733 140733928066208 18446744073709551615 4295923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 19614 15496 529 67 0 16737 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 78456

[startup+762.307 s]
/proc/loadavg: 4.01 3.99 3.94 5/190 24811
/proc/meminfo: memFree=12761260/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=78456 CPUtime=762.32 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 50708 0 0 0 76224 8 0 0 25 0 1 0 469694093 80338944 15929 33554432000 4194304 4465733 140733928066208 18446744073709551615 4270831 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 19614 15929 529 67 0 16737 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 78456

[startup+822.301 s]
/proc/loadavg: 4.08 4.00 3.94 5/190 24813
/proc/meminfo: memFree=12752792/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=78456 CPUtime=822.32 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 51178 0 0 0 82223 9 0 0 25 0 1 0 469694093 80338944 16399 33554432000 4194304 4465733 140733928066208 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 19614 16399 529 67 0 16737 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 78456

[startup+882.301 s]
/proc/loadavg: 4.03 4.00 3.94 5/190 24815
/proc/meminfo: memFree=12758480/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=78456 CPUtime=882.32 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 51350 0 0 0 88223 9 0 0 25 0 1 0 469694093 80338944 16571 33554432000 4194304 4465733 140733928066208 18446744073709551615 4295923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 19614 16571 529 67 0 16737 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 78456

[startup+942.301 s]
/proc/loadavg: 4.01 4.00 3.94 5/190 24819
/proc/meminfo: memFree=12758696/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=87720 CPUtime=942.32 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 56647 0 0 0 94222 10 0 0 25 0 1 0 469694093 89825280 17254 33554432000 4194304 4465733 140733928066208 18446744073709551615 4270655 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 21930 17254 529 67 0 19053 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 87720

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 24821
/proc/meminfo: memFree=12781608/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=70864 CPUtime=1002.32 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 61694 0 0 0 100221 11 0 0 25 0 1 0 469694093 72564736 11104 33554432000 4194304 4465733 140733928066208 18446744073709551615 4270721 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 17716 11104 280 67 0 14839 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 70864

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 24822
/proc/meminfo: memFree=12809100/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=62912 CPUtime=1062.32 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 71108 0 0 0 106220 12 0 0 25 0 1 0 469694093 64421888 10985 33554432000 4194304 4465733 140733928066208 18446744073709551615 4270808 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 15728 10985 385 67 0 12851 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 62912

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/190 24824
/proc/meminfo: memFree=12792076/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=71900 CPUtime=1122.32 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 72591 0 0 0 112220 12 0 0 25 0 1 0 469694093 73625600 12364 33554432000 4194304 4465733 140733928066208 18446744073709551615 4270219 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 17975 12364 281 67 0 15098 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 71900

[startup+1182.3 s]
/proc/loadavg: 4.03 4.01 3.95 5/190 24826
/proc/meminfo: memFree=12747040/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=71900 CPUtime=1182.33 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 73247 0 0 0 118220 13 0 0 25 0 1 0 469694093 73625600 12942 33554432000 4194304 4465733 140733928066208 18446744073709551615 4270791 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 17975 12942 281 67 0 15098 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 71900

[startup+1242.3 s]
/proc/loadavg: 4.05 4.02 3.95 5/190 24827
/proc/meminfo: memFree=12722700/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=97908 CPUtime=1242.33 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 78806 0 0 0 124220 13 0 0 25 0 1 0 469694093 100257792 18201 33554432000 4194304 4465733 140733928066208 18446744073709551615 4271859 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 24477 18201 581 67 0 21600 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 97908



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.55 3.92 3.92 2/172 24883
/proc/meminfo: memFree=12946724/32951124 swapFree=67111528/67111528
[pid=24781] ppid=24779 vsize=97908 CPUtime=1300.04 cores=0,2
/proc/24781/stat : 24781 (SApperloT) R 24779 24781 24018 0 -1 4202496 79175 0 0 0 129990 14 0 0 25 0 1 0 469694093 100257792 18570 33554432000 4194304 4465733 140733928066208 18446744073709551615 4270165 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/24781/statm: 24477 18570 581 67 0 21600 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 97908

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1299.9
CPU system time (s): 0.145977
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 159604

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

runsolver used 2.28365 second user time and 4.81027 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-23 19:48:56
IDJOB=3265789
IDBENCH=85805
IDSOLVER=1657
FILE ID=node104/3265789-1303580936
RUNJOBID= node104-1303580925-24712
PBS_JOBID= 13150319
Free space on /tmp= 71132 MiB

SOLVER NAME= SApperloT 2011-03-23
BENCH NAME= SAT05/crafted/sorge05/QG7a/gensys-ukn004.shuffled-as.sat05-3844.cnf
COMMAND LINE= SApperloT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265789-1303580936/watcher-3265789-1303580936 -o /tmp/evaluation-result-3265789-1303580936/solver-3265789-1303580936 -C 2400 -W 1300 -M 7680  SApperloT HOME/instance-3265789-1303580936.cnf

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

MD5SUM BENCH= 7d96ba103689bec761c9e7df7b158323
RANDOM SEED=1240106822

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12968944 kB
Buffers:       2273768 kB
Cached:       17020476 kB
SwapCached:          0 kB
Active:       10848944 kB
Inactive:      8558280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12968944 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4228 kB
Writeback:           0 kB
AnonPages:      112340 kB
Mapped:          15904 kB
Slab:           511724 kB
PageTables:       5096 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   303404 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= 71132 MiB
End job on node104 at 2011-04-23 20:10:38