Trace number 3265039

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) 1300.08 1300.04

General information on the benchmark

NameSAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/
mod2c-rand3bip-sat-250-1.shuffled-as.sat05-2533.cnf
MD5SUMdb05e30798a5a29f39775d55b01c4246
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark156.638
Satisfiable
(Un)Satisfiability was proved
Number of variables349
Number of clauses2416
Sum of the clauses size10560
Maximum clause length6
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 41656
Number of clauses of size 5624
Number of clauses of size over 5136

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3265039-1303574246/watcher-3265039-1303574246 -o /tmp/evaluation-result-3265039-1303574246/solver-3265039-1303574246 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3265039-1303574246.cnf 

running on 2 cores: 5,7

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.13 2.07 3/178 308
/proc/meminfo: memFree=14748612/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=11696 CPUtime=0 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4194304 217 0 0 0 0 0 0 0 22 0 1 0 449840189 11976704 169 33554432000 4194304 4395502 140735135642368 18446744073709551615 264721442280 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/308/statm: 2924 169 144 50 0 51 0

[startup+0.012573 s]
/proc/loadavg: 0.92 1.13 2.07 3/178 308
/proc/meminfo: memFree=14748612/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=12572 CPUtime=0.01 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 582 0 0 0 1 0 0 0 22 0 1 0 449840189 12873728 521 33554432000 4194304 4395502 140735135642368 18446744073709551615 4274973 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 3143 521 267 50 0 283 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12572

[startup+0.100556 s]
/proc/loadavg: 0.92 1.13 2.07 3/178 308
/proc/meminfo: memFree=14748612/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=13100 CPUtime=0.09 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 711 0 0 0 9 0 0 0 22 0 1 0 449840189 13414400 650 33554432000 4194304 4395502 140735135642368 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 3275 650 267 50 0 415 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13100

[startup+0.300516 s]
/proc/loadavg: 0.92 1.13 2.07 3/178 308
/proc/meminfo: memFree=14748612/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=13628 CPUtime=0.29 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 845 0 0 0 29 0 0 0 23 0 1 0 449840189 13955072 784 33554432000 4194304 4395502 140735135642368 18446744073709551615 4299186 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 3407 784 267 50 0 547 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13628

[startup+0.700441 s]
/proc/loadavg: 0.92 1.13 2.07 3/178 308
/proc/meminfo: memFree=14748612/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=14156 CPUtime=0.69 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 976 0 0 0 69 0 0 0 25 0 1 0 449840189 14495744 915 33554432000 4194304 4395502 140735135642368 18446744073709551615 4286522 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 3539 915 267 50 0 679 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 14156

[startup+1.50029 s]
/proc/loadavg: 0.92 1.13 2.07 5/190 340
/proc/meminfo: memFree=14703380/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=15080 CPUtime=1.49 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 1186 0 0 0 149 0 0 0 25 0 1 0 449840189 15441920 1125 33554432000 4194304 4395502 140735135642368 18446744073709551615 264726065691 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 3770 1125 267 50 0 910 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15080

[startup+3.10099 s]
/proc/loadavg: 1.17 1.18 2.08 5/190 394
/proc/meminfo: memFree=14692444/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=16272 CPUtime=3.09 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 1511 0 0 0 309 0 0 0 25 0 1 0 449840189 16662528 1450 33554432000 4194304 4395502 140735135642368 18446744073709551615 4288117 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 4068 1450 267 50 0 1208 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16272

[startup+6.30038 s]
/proc/loadavg: 1.17 1.18 2.08 5/190 394
/proc/meminfo: memFree=14658716/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=18912 CPUtime=6.29 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 2170 0 0 0 629 0 0 0 25 0 1 0 449840189 19365888 2109 33554432000 4194304 4395502 140735135642368 18446744073709551615 4314317 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 4728 2109 267 50 0 1868 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 18912

[startup+12.7002 s]
/proc/loadavg: 1.39 1.23 2.09 5/190 395
/proc/meminfo: memFree=14620000/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=21692 CPUtime=12.69 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 2854 0 0 0 1269 0 0 0 25 0 1 0 449840189 22212608 2793 33554432000 4194304 4395502 140735135642368 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 5423 2793 267 50 0 2563 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 21692

[startup+25.5008 s]
/proc/loadavg: 1.97 1.36 2.12 5/190 395
/proc/meminfo: memFree=14571640/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=29344 CPUtime=25.49 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 4755 0 0 0 2548 1 0 0 25 0 1 0 449840189 30048256 4694 33554432000 4194304 4395502 140735135642368 18446744073709551615 4288548 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 7336 4694 267 50 0 4476 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29344

[startup+51.1009 s]
/proc/loadavg: 2.66 1.57 2.17 5/190 396
/proc/meminfo: memFree=14518276/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=42276 CPUtime=51.09 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 7981 0 0 0 5108 1 0 0 25 0 1 0 449840189 43290624 7920 33554432000 4194304 4395502 140735135642368 18446744073709551615 4299189 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 10569 7920 267 50 0 7709 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 42276

[startup+102.307 s]
/proc/loadavg: 3.50 1.99 2.28 5/190 397
/proc/meminfo: memFree=14417300/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=64224 CPUtime=102.3 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 13434 0 0 0 10227 3 0 0 25 0 1 0 449840189 65765376 13373 33554432000 4194304 4395502 140735135642368 18446744073709551615 264726064559 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 16056 13374 267 50 0 13196 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 64224

[startup+162.301 s]
/proc/loadavg: 3.80 2.33 2.37 5/190 399
/proc/meminfo: memFree=14350680/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=95744 CPUtime=162.3 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 21258 0 0 0 16224 6 0 0 25 0 1 0 449840189 98041856 21197 33554432000 4194304 4395502 140735135642368 18446744073709551615 4299088 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 23936 21197 267 50 0 21076 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 95744

[startup+222.301 s]
/proc/loadavg: 3.93 2.65 2.48 5/190 409
/proc/meminfo: memFree=14279592/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=114844 CPUtime=222.3 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 26010 0 0 0 22222 8 0 0 25 0 1 0 449840189 117600256 25949 33554432000 4194304 4395502 140735135642368 18446744073709551615 4292691 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 28711 25949 267 50 0 25851 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 114844

[startup+282.3 s]
/proc/loadavg: 3.97 2.87 2.56 5/190 411
/proc/meminfo: memFree=14203460/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=150184 CPUtime=282.3 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 34828 0 0 0 28220 10 0 0 25 0 1 0 449840189 153788416 34767 33554432000 4194304 4395502 140735135642368 18446744073709551615 4286467 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 37546 34767 267 50 0 34686 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 150184

[startup+342.301 s]
/proc/loadavg: 3.99 3.09 2.66 5/190 412
/proc/meminfo: memFree=14152832/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=178456 CPUtime=342.3 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 41874 0 0 0 34218 12 0 0 25 0 1 0 449840189 182738944 41813 33554432000 4194304 4395502 140735135642368 18446744073709551615 4299792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 44614 41813 267 50 0 41754 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 178456

[startup+402.301 s]
/proc/loadavg: 3.99 3.24 2.73 5/190 414
/proc/meminfo: memFree=14101084/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=203192 CPUtime=402.31 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 48054 0 0 0 40217 14 0 0 25 0 1 0 449840189 208068608 47993 33554432000 4194304 4395502 140735135642368 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 50798 47993 267 50 0 47938 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 203192

[startup+462.3 s]
/proc/loadavg: 3.99 3.38 2.81 5/190 416
/proc/meminfo: memFree=14075120/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=209252 CPUtime=462.3 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 49608 0 0 0 46216 14 0 0 25 0 1 0 449840189 214274048 49547 33554432000 4194304 4395502 140735135642368 18446744073709551615 4314344 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 52313 49547 267 50 0 49453 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 209252

[startup+522.301 s]
/proc/loadavg: 3.99 3.49 2.88 5/190 417
/proc/meminfo: memFree=14007272/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=243900 CPUtime=522.3 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 58245 0 0 0 52214 16 0 0 25 0 1 0 449840189 249753600 58184 33554432000 4194304 4395502 140735135642368 18446744073709551615 4297536 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 60975 58184 267 50 0 58115 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 243900

[startup+582.301 s]
/proc/loadavg: 4.06 3.59 2.95 5/190 419
/proc/meminfo: memFree=13968552/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=272868 CPUtime=582.31 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 65490 0 0 0 58212 19 0 0 25 0 1 0 449840189 279416832 65429 33554432000 4194304 4395502 140735135642368 18446744073709551615 4299692 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 68217 65429 267 50 0 65357 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 272868

[startup+642.3 s]
/proc/loadavg: 4.02 3.67 3.02 5/190 420
/proc/meminfo: memFree=13914836/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=303920 CPUtime=642.31 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 73280 0 0 0 64210 21 0 0 25 0 1 0 449840189 311214080 73219 33554432000 4194304 4395502 140735135642368 18446744073709551615 4322647 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 75980 73219 267 50 0 73120 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 303920

[startup+702.301 s]
/proc/loadavg: 4.01 3.72 3.07 5/190 422
/proc/meminfo: memFree=13875120/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=323796 CPUtime=702.31 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 78255 0 0 0 70208 23 0 0 25 0 1 0 449840189 331567104 78194 33554432000 4194304 4395502 140735135642368 18446744073709551615 4300200 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 80949 78194 267 50 0 78089 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 323796

[startup+762.307 s]
/proc/loadavg: 4.10 3.80 3.14 5/190 424
/proc/meminfo: memFree=13828212/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=354924 CPUtime=762.33 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 86018 0 0 0 76207 26 0 0 25 0 1 0 449840189 363442176 85957 33554432000 4194304 4395502 140735135642368 18446744073709551615 4299186 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 88731 85957 267 50 0 85871 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 354924

[startup+822.3 s]
/proc/loadavg: 4.04 3.83 3.19 5/190 425
/proc/meminfo: memFree=13784540/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=384864 CPUtime=822.32 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 93532 0 0 0 82204 28 0 0 25 0 1 0 449840189 394100736 93471 33554432000 4194304 4395502 140735135642368 18446744073709551615 4299559 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 96216 93471 267 50 0 93356 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 384864

[startup+882.301 s]
/proc/loadavg: 4.06 3.88 3.25 5/190 427
/proc/meminfo: memFree=13744828/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=406976 CPUtime=882.32 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 99047 0 0 0 88202 30 0 0 25 0 1 0 449840189 416743424 98986 33554432000 4194304 4395502 140735135642368 18446744073709551615 4299758 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 101744 98986 267 50 0 98884 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 406976

[startup+942.301 s]
/proc/loadavg: 4.02 3.90 3.29 5/190 428
/proc/meminfo: memFree=13739344/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=407120 CPUtime=942.32 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 99080 0 0 0 94202 30 0 0 25 0 1 0 449840189 416890880 99019 33554432000 4194304 4395502 140735135642368 18446744073709551615 4299081 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 101780 99019 267 50 0 98920 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 407120

[startup+1002.3 s]
/proc/loadavg: 4.00 3.91 3.33 5/190 430
/proc/meminfo: memFree=13722208/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=413164 CPUtime=1002.33 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 100602 0 0 0 100202 31 0 0 25 0 1 0 449840189 423079936 100541 33554432000 4194304 4395502 140735135642368 18446744073709551615 4286522 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 103291 100541 267 50 0 100431 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 413164

[startup+1062.3 s]
/proc/loadavg: 4.00 3.93 3.37 5/190 432
/proc/meminfo: memFree=13669484/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=445792 CPUtime=1062.33 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 108749 0 0 0 106200 33 0 0 25 0 1 0 449840189 456491008 108688 33554432000 4194304 4395502 140735135642368 18446744073709551615 4296640 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 111448 108688 267 50 0 108588 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 445792

[startup+1122.3 s]
/proc/loadavg: 4.00 3.94 3.41 5/190 433
/proc/meminfo: memFree=13632492/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=475804 CPUtime=1122.34 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 116271 0 0 0 112198 36 0 0 25 0 1 0 449840189 487223296 116210 33554432000 4194304 4395502 140735135642368 18446744073709551615 4297604 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 118951 116210 267 50 0 116091 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 475804

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.44 5/190 435
/proc/meminfo: memFree=13589556/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=510420 CPUtime=1182.33 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 124910 0 0 0 118195 38 0 0 25 0 1 0 449840189 522670080 124849 33554432000 4194304 4395502 140735135642368 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 127605 124849 267 50 0 124745 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 510420

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.47 5/190 436
/proc/meminfo: memFree=13553316/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=527588 CPUtime=1242.33 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 129219 0 0 0 124194 39 0 0 25 0 1 0 449840189 540250112 129158 33554432000 4194304 4395502 140735135642368 18446744073709551615 4288725 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 131897 129158 267 50 0 129037 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 527588



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.96 3.50 5/190 438
/proc/meminfo: memFree=13508032/32951124 swapFree=67111528/67111528
[pid=308] ppid=306 vsize=560716 CPUtime=1300.04 cores=5,7
/proc/308/stat : 308 (SApperloT2010) R 306 308 32154 0 -1 4202496 137507 0 0 0 129962 42 0 0 25 0 1 0 449840189 574173184 137446 33554432000 4194304 4395502 140735135642368 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/308/statm: 140179 137446 267 50 0 137319 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 560716

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.04
CPU time (s): 1300.08
CPU user time (s): 1299.63
CPU system time (s): 0.449931
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 560716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.63
system time used= 0.449931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137509
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= 11
involuntary context switches= 1124

runsolver used 2.01569 second user time and 5.08723 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-23 17:57:26
IDJOB=3265039
IDBENCH=85368
IDSOLVER=1655
FILE ID=node141/3265039-1303574246
RUNJOBID= node141-1303574246-32759
PBS_JOBID= 13150314
Free space on /tmp= 70964 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT05/crafted/jarvisalo05/mod2c-rand3bip-sat/mod2c-rand3bip-sat-250-1.shuffled-as.sat05-2533.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265039-1303574246/watcher-3265039-1303574246 -o /tmp/evaluation-result-3265039-1303574246/solver-3265039-1303574246 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3265039-1303574246.cnf

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

MD5SUM BENCH= db05e30798a5a29f39775d55b01c4246
RANDOM SEED=1640859241

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14749448 kB
Buffers:       1626116 kB
Cached:       15938752 kB
SwapCached:          0 kB
Active:        9738004 kB
Inactive:      7893296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14749448 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             468 kB
Writeback:           0 kB
AnonPages:       65972 kB
Mapped:          14484 kB
Slab:           508424 kB
PageTables:       5904 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   195148 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= 70964 MiB
End job on node141 at 2011-04-23 18:19:08