Trace number 3379871

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

General information on the benchmark

NameCRAFTED/rbsat/random/unforced/
rbsat-v2100c215164g9.cnf
MD5SUMe033e9c916da557514299cce9ca2468f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2100
Number of clauses215164
Sum of the clauses size432288
Maximum clause length30
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2215094
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 570

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-3379871-1305454645/watcher-3379871-1305454645 -o /tmp/evaluation-result-3379871-1305454645/solver-3379871-1305454645 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379871-1305454645.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: 1.06 1.80 2.70 3/418 1515
/proc/meminfo: memFree=23153980/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=15828 CPUtime=0 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 949 0 0 0 0 0 0 0 18 0 1 0 657061237 16207872 889 33554432000 4194304 4394578 140734992645904 18446744073709551615 254500352709 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 3957 890 247 49 0 1098 0

[startup+0.0553051 s]
/proc/loadavg: 1.06 1.80 2.70 3/418 1515
/proc/meminfo: memFree=23153980/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=22560 CPUtime=0.05 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 2639 0 0 0 5 0 0 0 18 0 1 0 657061237 23101440 2579 33554432000 4194304 4394578 140734992645904 18446744073709551615 254500352709 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 5640 2579 247 49 0 2781 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 22560

[startup+0.100302 s]
/proc/loadavg: 1.06 1.80 2.70 3/418 1515
/proc/meminfo: memFree=23153980/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=32100 CPUtime=0.09 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 5001 0 0 0 9 0 0 0 18 0 1 0 657061237 32870400 4940 33554432000 4194304 4394578 140734992645904 18446744073709551615 4267176 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 8025 4941 253 49 0 5166 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32100

[startup+0.300259 s]
/proc/loadavg: 1.06 1.80 2.70 3/418 1515
/proc/meminfo: memFree=23153980/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=32100 CPUtime=0.29 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 5032 0 0 0 27 2 0 0 18 0 1 0 657061237 32870400 4971 33554432000 4194304 4394578 140734992645904 18446744073709551615 254500716439 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 8025 4971 255 49 0 5166 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32100

[startup+0.700174 s]
/proc/loadavg: 1.06 1.80 2.70 3/418 1515
/proc/meminfo: memFree=23153980/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=43752 CPUtime=0.68 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 8804 0 0 0 66 2 0 0 18 0 1 0 657061237 44802048 7901 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 10938 7901 266 49 0 8079 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 43752

[startup+1.50102 s]
/proc/loadavg: 1.30 1.84 2.71 5/424 1526
/proc/meminfo: memFree=23085600/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=52808 CPUtime=1.49 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 11009 0 0 0 146 3 0 0 20 0 1 0 657061237 54075392 10106 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 13202 10106 266 49 0 10343 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52808

[startup+3.10071 s]
/proc/loadavg: 1.30 1.84 2.71 5/424 1526
/proc/meminfo: memFree=23059684/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=65660 CPUtime=3.09 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 14237 0 0 0 306 3 0 0 25 0 1 0 657061237 67235840 13334 33554432000 4194304 4394578 140734992645904 18446744073709551615 254500353057 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 16415 13334 266 49 0 13556 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 65660

[startup+6.30106 s]
/proc/loadavg: 1.30 1.84 2.71 5/424 1526
/proc/meminfo: memFree=23026516/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=85392 CPUtime=6.29 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 19104 0 0 0 625 4 0 0 25 0 1 0 657061237 87441408 18201 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 21348 18201 266 49 0 18489 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 85392

[startup+12.7008 s]
/proc/loadavg: 1.71 1.91 2.72 5/424 1526
/proc/meminfo: memFree=22974136/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=113916 CPUtime=12.69 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 26001 0 0 0 1263 6 0 0 25 0 1 0 657061237 116649984 25098 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 28479 25098 266 49 0 25620 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 113916

[startup+25.5002 s]
/proc/loadavg: 2.06 1.97 2.73 5/424 1527
/proc/meminfo: memFree=22932720/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=132964 CPUtime=25.49 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 30601 0 0 0 2541 8 0 0 25 0 1 0 657061237 136155136 29698 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298721 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 33241 29698 266 49 0 30382 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 132964

[startup+51.1011 s]
/proc/loadavg: 2.83 2.17 2.77 5/424 1527
/proc/meminfo: memFree=22894964/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=148984 CPUtime=51.1 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 34143 0 0 0 5101 9 0 0 25 0 1 0 657061237 152559616 33240 33554432000 4194304 4394578 140734992645904 18446744073709551615 4288366 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 37246 33240 266 49 0 34387 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 148984

[startup+102.316 s]
/proc/loadavg: 3.55 2.46 2.84 5/424 1529
/proc/meminfo: memFree=22832084/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=181660 CPUtime=102.31 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 41337 0 0 0 10222 9 0 0 25 0 1 0 657061237 186019840 40434 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 45415 40434 266 49 0 42556 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 181660

[startup+162.301 s]
/proc/loadavg: 3.89 2.76 2.91 5/424 1557
/proc/meminfo: memFree=22753748/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=210672 CPUtime=162.3 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 47776 0 0 0 16219 11 0 0 25 0 1 0 657061237 215728128 46873 33554432000 4194304 4394578 140734992645904 18446744073709551615 4287977 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 52668 46873 266 49 0 49809 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 210672

[startup+222.301 s]
/proc/loadavg: 3.96 2.98 2.98 5/424 1559
/proc/meminfo: memFree=22707596/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=229140 CPUtime=222.3 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 51829 0 0 0 22218 12 0 0 25 0 1 0 657061237 234639360 50926 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 57285 50926 266 49 0 54426 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 229140

[startup+282.301 s]
/proc/loadavg: 3.98 3.16 3.04 5/424 1561
/proc/meminfo: memFree=22664804/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=242072 CPUtime=282.3 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 54416 0 0 0 28218 12 0 0 25 0 1 0 657061237 247881728 53513 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 60518 53513 266 49 0 57659 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 242072

[startup+342.301 s]
/proc/loadavg: 3.99 3.31 3.10 5/424 1562
/proc/meminfo: memFree=22623000/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=258716 CPUtime=342.31 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 57926 0 0 0 34218 13 0 0 25 0 1 0 657061237 264925184 57023 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 64679 57023 266 49 0 61820 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 258716

[startup+402.3 s]
/proc/loadavg: 4.11 3.46 3.16 5/424 1564
/proc/meminfo: memFree=22603264/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=273728 CPUtime=402.31 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 61127 0 0 0 40217 14 0 0 25 0 1 0 657061237 280297472 60224 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298841 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 68432 60224 266 49 0 65573 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 273728

[startup+462.3 s]
/proc/loadavg: 4.08 3.57 3.22 5/424 1565
/proc/meminfo: memFree=22582664/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=282560 CPUtime=462.32 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 62968 0 0 0 46217 15 0 0 25 0 1 0 657061237 289341440 62065 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 70640 62065 266 49 0 67781 0
Current children cumulated CPU time (s) 462.32
Current children cumulated vsize (KiB) 282560

[startup+522.3 s]
/proc/loadavg: 4.03 3.65 3.26 5/424 1567
/proc/meminfo: memFree=22551152/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=299916 CPUtime=522.32 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 66680 0 0 0 52216 16 0 0 25 0 1 0 657061237 307113984 65777 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 74979 65777 266 49 0 72120 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 299916

[startup+582.3 s]
/proc/loadavg: 4.01 3.71 3.30 5/424 1569
/proc/meminfo: memFree=22512820/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=333672 CPUtime=582.32 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 74508 0 0 0 58213 19 0 0 25 0 1 0 657061237 341680128 73605 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 83418 73605 266 49 0 80559 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 333672

[startup+642.3 s]
/proc/loadavg: 4.20 3.81 3.36 5/424 1570
/proc/meminfo: memFree=22470396/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=365008 CPUtime=642.33 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 81546 0 0 0 64212 21 0 0 25 0 1 0 657061237 373768192 80643 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 91252 80643 266 49 0 88393 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 365008

[startup+702.3 s]
/proc/loadavg: 4.07 3.84 3.40 5/424 1572
/proc/meminfo: memFree=22454260/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=366480 CPUtime=702.33 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 81952 0 0 0 70212 21 0 0 25 0 1 0 657061237 375275520 81049 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298792 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 91620 81049 266 49 0 88761 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 366480

[startup+762.316 s]
/proc/loadavg: 4.02 3.87 3.43 5/424 1573
/proc/meminfo: memFree=22440220/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=366480 CPUtime=762.34 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 82114 0 0 0 76213 21 0 0 25 0 1 0 657061237 375275520 81211 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298933 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 91620 81211 266 49 0 88761 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 366480

[startup+822.3 s]
/proc/loadavg: 4.01 3.89 3.47 5/424 1575
/proc/meminfo: memFree=22428300/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=366480 CPUtime=822.33 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 82281 0 0 0 82212 21 0 0 25 0 1 0 657061237 375275520 81378 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 91620 81378 266 49 0 88761 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 366480

[startup+882.301 s]
/proc/loadavg: 4.14 3.94 3.51 5/424 1577
/proc/meminfo: memFree=22411668/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=366480 CPUtime=882.34 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 82504 0 0 0 88212 22 0 0 25 0 1 0 657061237 375275520 81601 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 91620 81601 266 49 0 88761 0
Current children cumulated CPU time (s) 882.34
Current children cumulated vsize (KiB) 366480

[startup+942.301 s]
/proc/loadavg: 4.09 3.96 3.54 5/424 1578
/proc/meminfo: memFree=22406064/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=366480 CPUtime=942.34 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 82676 0 0 0 94212 22 0 0 25 0 1 0 657061237 375275520 81773 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298919 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 91620 81773 266 49 0 88761 0
Current children cumulated CPU time (s) 942.34
Current children cumulated vsize (KiB) 366480

[startup+1002.3 s]
/proc/loadavg: 4.03 3.97 3.57 5/424 1580
/proc/meminfo: memFree=22401200/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=366480 CPUtime=1002.34 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 82725 0 0 0 100212 22 0 0 25 0 1 0 657061237 375275520 81822 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 91620 81822 266 49 0 88761 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 366480

[startup+1062.3 s]
/proc/loadavg: 4.01 3.97 3.59 5/424 1581
/proc/meminfo: memFree=22385300/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=369488 CPUtime=1062.34 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 83398 0 0 0 106212 22 0 0 25 0 1 0 657061237 378355712 82495 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 92372 82495 266 49 0 89513 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 369488

[startup+1122.3 s]
/proc/loadavg: 4.05 3.99 3.62 5/424 1583
/proc/meminfo: memFree=22371628/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=372628 CPUtime=1122.34 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 84022 0 0 0 112212 22 0 0 25 0 1 0 657061237 381571072 83119 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 93157 83119 266 49 0 90298 0
Current children cumulated CPU time (s) 1122.34
Current children cumulated vsize (KiB) 372628

[startup+1182.3 s]
/proc/loadavg: 4.06 4.00 3.64 5/424 1585
/proc/meminfo: memFree=22359456/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=376404 CPUtime=1182.34 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 84725 0 0 0 118212 22 0 0 25 0 1 0 657061237 385437696 83822 33554432000 4194304 4394578 140734992645904 18446744073709551615 4346330 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 94101 83822 266 49 0 91242 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 376404

[startup+1242.3 s]
/proc/loadavg: 4.02 4.00 3.66 5/424 1586
/proc/meminfo: memFree=22348892/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=378388 CPUtime=1242.35 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 85068 0 0 0 124213 22 0 0 25 0 1 0 657061237 387469312 84165 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 94597 84165 266 49 0 91738 0
Current children cumulated CPU time (s) 1242.35
Current children cumulated vsize (KiB) 378388



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.68 4/422 1589
/proc/meminfo: memFree=22468540/32950928 swapFree=45937192/67111528
[pid=1515] ppid=1513 vsize=384276 CPUtime=1300.06 cores=5,7
/proc/1515/stat : 1515 (SApperloT2010) R 1513 1515 32005 0 -1 4202496 86277 0 0 0 129983 23 0 0 25 0 1 0 657061237 393498624 85374 33554432000 4194304 4394578 140734992645904 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 5 0 0 0
/proc/1515/statm: 96069 85374 266 49 0 93210 0
Current children cumulated CPU time (s) 1300.06
Current children cumulated vsize (KiB) 384276

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.09
CPU user time (s): 1299.85
CPU system time (s): 0.245962
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 384276

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

runsolver used 5.02823 second user time and 12.7311 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 12:17:26
IDJOB=3379871
IDBENCH=71294
IDSOLVER=1862
FILE ID=node149/3379871-1305454645
RUNJOBID= node149-1305454645-1486
PBS_JOBID= 13324860
Free space on /tmp= 73548 MiB

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

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

MD5SUM BENCH= e033e9c916da557514299cce9ca2468f
RANDOM SEED=227319010

node149.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	: 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.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.83
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.73
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.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.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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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:     32950928 kB
MemFree:      23154260 kB
Buffers:        326376 kB
Cached:        4439240 kB
SwapCached:      19984 kB
Active:        6899264 kB
Inactive:      2585600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23154260 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:            4432 kB
Writeback:           0 kB
AnonPages:     4711880 kB
Mapped:          21536 kB
Slab:           165420 kB
PageTables:      80128 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 118741040 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= 73548 MiB
End job on node149 at 2011-05-15 12:39:08