Trace number 3379993

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.06 1300.05

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
MD5SUM7886cd26d6e0801ea382a1ffd6224023
Bench CategoryAPPLICATION (applications 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 variables192503
Number of clauses564953
Sum of the clauses size1318221
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2376634
Number of clauses of size 3188317
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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-3379993-1305455548/watcher-3379993-1305455548 -o /tmp/evaluation-result-3379993-1305455548/solver-3379993-1305455548 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3379993-1305455548.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: 1.54 2.41 3.26 5/340 20170
/proc/meminfo: memFree=20548304/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=25504 CPUtime=0 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 3690 0 0 0 0 0 0 0 25 0 1 0 657157236 26116096 3630 33554432000 4194304 4394578 140735926579712 18446744073709551615 4273275 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 6376 3640 244 49 0 3517 0

[startup+0.0688169 s]
/proc/loadavg: 1.54 2.41 3.26 5/340 20170
/proc/meminfo: memFree=20548304/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=49384 CPUtime=0.06 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 8482 0 0 0 5 1 0 0 25 0 1 0 657157236 50569216 8422 33554432000 4194304 4394578 140735926579712 18446744073709551615 212436016896 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 12346 8423 247 49 0 9487 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 49384

[startup+0.100805 s]
/proc/loadavg: 1.54 2.41 3.26 5/340 20170
/proc/meminfo: memFree=20548304/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=52684 CPUtime=0.09 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 9291 0 0 0 8 1 0 0 25 0 1 0 657157236 53948416 9231 33554432000 4194304 4394578 140735926579712 18446744073709551615 212435677893 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 13171 9232 247 49 0 10312 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 52684

[startup+0.300769 s]
/proc/loadavg: 1.54 2.41 3.26 5/340 20170
/proc/meminfo: memFree=20548304/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=72220 CPUtime=0.28 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 14186 0 0 0 27 1 0 0 25 0 1 0 657157236 73953280 14126 33554432000 4194304 4394578 140735926579712 18446744073709551615 212435677893 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 18055 14127 247 49 0 15196 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 72220

[startup+0.70069 s]
/proc/loadavg: 1.54 2.41 3.26 5/340 20170
/proc/meminfo: memFree=20548304/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=111240 CPUtime=0.68 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 23966 0 0 0 64 4 0 0 25 0 1 0 657157236 113909760 22801 33554432000 4194304 4394578 140735926579712 18446744073709551615 212436041623 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 27810 22801 256 49 0 24951 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 111240

[startup+1.50054 s]
/proc/loadavg: 1.54 2.41 3.26 5/341 20171
/proc/meminfo: memFree=20441544/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=135356 CPUtime=1.49 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 30700 0 0 0 140 9 0 0 25 0 1 0 657157236 138604544 29535 33554432000 4194304 4394578 140735926579712 18446744073709551615 212436041623 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 33839 29535 256 49 0 30980 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 135356

[startup+3.10023 s]
/proc/loadavg: 1.74 2.44 3.26 5/341 20171
/proc/meminfo: memFree=20415380/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=170356 CPUtime=3.08 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 42575 0 0 0 293 15 0 0 25 0 1 0 657157236 174444544 39202 33554432000 4194304 4394578 140735926579712 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 42589 39202 267 49 0 39730 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 170356

[startup+6.30064 s]
/proc/loadavg: 1.74 2.44 3.26 5/341 20171
/proc/meminfo: memFree=20363988/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=177132 CPUtime=6.29 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 44249 0 0 0 613 16 0 0 25 0 1 0 657157236 181383168 40876 33554432000 4194304 4394578 140735926579712 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 44283 40876 267 49 0 41424 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 177132

[startup+12.7004 s]
/proc/loadavg: 2.09 2.49 3.27 5/341 20171
/proc/meminfo: memFree=20331632/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=190268 CPUtime=12.68 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 47547 0 0 0 1252 16 0 0 25 0 1 0 657157236 194834432 44174 33554432000 4194304 4394578 140735926579712 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 47567 44174 267 49 0 44708 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 190268

[startup+25.501 s]
/proc/loadavg: 2.45 2.55 3.28 5/341 20172
/proc/meminfo: memFree=20277644/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=215824 CPUtime=25.48 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 53632 0 0 0 2531 17 0 0 25 0 1 0 657157236 221003776 50259 33554432000 4194304 4394578 140735926579712 18446744073709551615 4345926 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 53956 50259 267 49 0 51097 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 215824

[startup+51.1011 s]
/proc/loadavg: 2.98 2.67 3.30 5/341 20172
/proc/meminfo: memFree=20218576/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=244364 CPUtime=51.08 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 60496 0 0 0 5090 18 0 0 25 0 1 0 657157236 250228736 57123 33554432000 4194304 4394578 140735926579712 18446744073709551615 4298338 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 61091 57123 267 49 0 58232 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 244364

[startup+102.312 s]
/proc/loadavg: 3.59 2.89 3.34 5/341 20228
/proc/meminfo: memFree=20065328/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=296328 CPUtime=102.29 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 72715 0 0 0 10208 21 0 0 25 0 1 0 657157236 303439872 69342 33554432000 4194304 4394578 140735926579712 18446744073709551615 4357253 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 74082 69342 267 49 0 71223 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 296328

[startup+162.301 s]
/proc/loadavg: 3.90 3.10 3.38 5/341 20229
/proc/meminfo: memFree=19963532/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=351404 CPUtime=162.29 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 85374 0 0 0 16205 24 0 0 25 0 1 0 657157236 359837696 82001 33554432000 4194304 4394578 140735926579712 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 87851 82001 267 49 0 84992 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 351404

[startup+222.301 s]
/proc/loadavg: 4.01 3.28 3.42 5/341 20231
/proc/meminfo: memFree=19891164/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=394168 CPUtime=222.29 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 95373 0 0 0 22202 27 0 0 25 0 1 0 657157236 403628032 92000 33554432000 4194304 4394578 140735926579712 18446744073709551615 4346169 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 98542 92000 267 49 0 95683 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 394168

[startup+282.3 s]
/proc/loadavg: 4.05 3.42 3.46 5/341 20232
/proc/meminfo: memFree=19767724/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=467124 CPUtime=282.29 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 111498 0 0 0 28198 31 0 0 25 0 1 0 657157236 478334976 108125 33554432000 4194304 4394578 140735926579712 18446744073709551615 4285758 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 116781 108125 267 49 0 113922 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 467124

[startup+342.301 s]
/proc/loadavg: 4.02 3.52 3.49 5/341 20234
/proc/meminfo: memFree=19730700/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=492928 CPUtime=342.29 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 117540 0 0 0 34197 32 0 0 25 0 1 0 657157236 504758272 114167 33554432000 4194304 4394578 140735926579712 18446744073709551615 4285734 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 123232 114167 267 49 0 120373 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 492928

[startup+402.301 s]
/proc/loadavg: 4.06 3.62 3.53 5/341 20236
/proc/meminfo: memFree=19659068/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=543508 CPUtime=402.29 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 129462 0 0 0 40193 36 0 0 25 0 1 0 657157236 556552192 126089 33554432000 4194304 4394578 140735926579712 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 135877 126089 267 49 0 133018 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 543508

[startup+462.3 s]
/proc/loadavg: 4.02 3.69 3.55 5/341 20237
/proc/meminfo: memFree=19610008/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=584720 CPUtime=462.29 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 138962 0 0 0 46190 39 0 0 25 0 1 0 657157236 598753280 135589 33554432000 4194304 4394578 140735926579712 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 146180 135589 267 49 0 143321 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 584720

[startup+522.301 s]
/proc/loadavg: 4.05 3.76 3.58 5/341 20239
/proc/meminfo: memFree=19556000/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=639436 CPUtime=522.29 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 151430 0 0 0 52188 41 0 0 25 0 1 0 657157236 654782464 148057 33554432000 4194304 4394578 140735926579712 18446744073709551615 4298812 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 159859 148057 267 49 0 157000 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 639436

[startup+582.301 s]
/proc/loadavg: 4.02 3.80 3.61 5/341 20240
/proc/meminfo: memFree=19512036/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=684968 CPUtime=582.29 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 161567 0 0 0 58186 43 0 0 25 0 1 0 657157236 701407232 158194 33554432000 4194304 4394578 140735926579712 18446744073709551615 4321776 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 171242 158194 267 49 0 168383 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 684968

[startup+642.3 s]
/proc/loadavg: 4.16 3.87 3.64 5/341 20242
/proc/meminfo: memFree=19486052/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=690344 CPUtime=642.31 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 162852 0 0 0 64188 43 0 0 25 0 1 0 657157236 706912256 159479 33554432000 4194304 4394578 140735926579712 18446744073709551615 4329685 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 172586 159479 267 49 0 169727 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 690344

[startup+702.301 s]
/proc/loadavg: 3.57 3.75 3.61 4/335 20261
/proc/meminfo: memFree=19777756/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=709048 CPUtime=702.3 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 167146 0 0 0 70186 44 0 0 25 0 1 0 657157236 726065152 163773 33554432000 4194304 4394578 140735926579712 18446744073709551615 4285603 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 177262 163773 267 49 0 174403 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 709048

[startup+762.313 s]
/proc/loadavg: 3.21 3.61 3.57 4/335 20262
/proc/meminfo: memFree=19738148/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=737740 CPUtime=762.31 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 173808 0 0 0 76185 46 0 0 25 0 1 0 657157236 755445760 170435 33554432000 4194304 4394578 140735926579712 18446744073709551615 4298852 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 184435 170435 267 49 0 181576 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 737740

[startup+822.3 s]
/proc/loadavg: 3.07 3.50 3.53 4/335 20264
/proc/meminfo: memFree=19713656/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=763492 CPUtime=822.29 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 179954 0 0 0 82182 47 0 0 25 0 1 0 657157236 781815808 176581 33554432000 4194304 4394578 140735926579712 18446744073709551615 4292644 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 190873 176581 267 49 0 188014 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 763492

[startup+882.301 s]
/proc/loadavg: 3.02 3.40 3.50 4/335 20265
/proc/meminfo: memFree=19666460/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=814360 CPUtime=882.3 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 190890 0 0 0 88180 50 0 0 25 0 1 0 657157236 833904640 187517 33554432000 4194304 4394578 140735926579712 18446744073709551615 4298358 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 203590 187517 267 49 0 200731 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 814360

[startup+942.301 s]
/proc/loadavg: 3.08 3.34 3.47 4/335 20267
/proc/meminfo: memFree=19629812/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=844872 CPUtime=942.29 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 198163 0 0 0 94178 51 0 0 25 0 1 0 657157236 865148928 194790 33554432000 4194304 4394578 140735926579712 18446744073709551615 4285734 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 211218 194790 267 49 0 208359 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 844872

[startup+1002.3 s]
/proc/loadavg: 3.10 3.29 3.44 4/335 20269
/proc/meminfo: memFree=19580020/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=894268 CPUtime=1002.3 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 209597 0 0 0 100176 54 0 0 25 0 1 0 657157236 915730432 206224 33554432000 4194304 4394578 140735926579712 18446744073709551615 4298370 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 223567 206224 267 49 0 220708 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 894268

[startup+1062.3 s]
/proc/loadavg: 3.03 3.24 3.41 4/335 20270
/proc/meminfo: memFree=19555388/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=911336 CPUtime=1062.3 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 213653 0 0 0 106174 56 0 0 25 0 1 0 657157236 933208064 210280 33554432000 4194304 4394578 140735926579712 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 227834 210280 267 49 0 224975 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 911336

[startup+1122.3 s]
/proc/loadavg: 3.01 3.19 3.38 4/335 20272
/proc/meminfo: memFree=19513660/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=959196 CPUtime=1122.3 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 224194 0 0 0 112172 58 0 0 25 0 1 0 657157236 982216704 220821 33554432000 4194304 4394578 140735926579712 18446744073709551615 4296745 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 239799 220821 267 49 0 236940 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 959196

[startup+1182.3 s]
/proc/loadavg: 3.00 3.15 3.36 4/335 20273
/proc/meminfo: memFree=19474156/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=1002056 CPUtime=1182.3 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 233541 0 0 0 118170 60 0 0 25 0 1 0 657157236 1026105344 230168 33554432000 4194304 4394578 140735926579712 18446744073709551615 4298326 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 250514 230168 267 49 0 247655 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 1002056

[startup+1242.3 s]
/proc/loadavg: 3.04 3.14 3.34 4/335 20275
/proc/meminfo: memFree=19443580/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=1037600 CPUtime=1242.3 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 241223 0 0 0 124168 62 0 0 25 0 1 0 657157236 1062502400 237850 33554432000 4194304 4394578 140735926579712 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 259400 237850 267 49 0 256541 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 1037600



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.71 3.05 3.29 2/323 20313
/proc/meminfo: memFree=19986836/32951124 swapFree=57331800/67111528
[pid=20170] ppid=20168 vsize=1048352 CPUtime=1300.02 cores=4,6
/proc/20170/stat : 20170 (SApperloT2010) R 20168 20170 18433 0 -1 4202496 243578 0 0 0 129939 63 0 0 25 0 1 0 657157236 1073512448 240205 33554432000 4194304 4394578 140735926579712 18446744073709551615 4327688 0 0 4096 6 0 0 0 17 4 0 0 0
/proc/20170/statm: 262088 240205 267 49 0 259229 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 1048352

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.05
CPU time (s): 1300.06
CPU user time (s): 1299.39
CPU system time (s): 0.669898
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 1048352

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

runsolver used 4.45832 second user time and 9.56355 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-15 12:32:29
IDJOB=3379993
IDBENCH=82493
IDSOLVER=1862
FILE ID=node102/3379993-1305455548
RUNJOBID= node102-1305455537-20075
PBS_JOBID= 13324852
Free space on /tmp= 73628 MiB

SOLVER NAME= SApperloT2010 2011-05-15 (fixed)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-eijkbs6669-tseitin.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3379993-1305455548/watcher-3379993-1305455548 -o /tmp/evaluation-result-3379993-1305455548/solver-3379993-1305455548 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3379993-1305455548.cnf

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

MD5SUM BENCH= 7886cd26d6e0801ea382a1ffd6224023
RANDOM SEED=613979417

node102.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.828
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.65
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.828
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.828
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.828
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.828
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.828
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.828
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.828
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:      20548336 kB
Buffers:         21576 kB
Cached:         368716 kB
SwapCached:      89884 kB
Active:        3255252 kB
Inactive:      8963584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20548336 kB
SwapTotal:    67111528 kB
SwapFree:     57331800 kB
Dirty:           30156 kB
Writeback:           0 kB
AnonPages:    11749076 kB
Mapped:          14432 kB
Slab:            59328 kB
PageTables:      61100 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 62595732 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= 73644 MiB
End job on node102 at 2011-05-15 12:54:11