Trace number 3380092

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

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
MD5SUM9059f458d76edcc4dc5681746a6de6e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark265.638
Satisfiable
(Un)Satisfiability was proved
Number of variables88352
Number of clauses262658
Sum of the clauses size612866
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2175104
Number of clauses of size 387552
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-3380092-1305455385/watcher-3380092-1305455385 -o /tmp/evaluation-result-3380092-1305455385/solver-3380092-1305455385 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3380092-1305455385.cnf 

running on 2 cores: 1,3

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: 3.06 3.77 3.90 4/374 1296
/proc/meminfo: memFree=26250568/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=22660 CPUtime=0 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 2210 0 0 0 0 0 0 0 25 0 1 0 657136999 23203840 2152 33554432000 4194304 4394578 140736886179696 18446744073709551615 4280333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 5665 2160 244 49 0 2806 0

[startup+0.015457 s]
/proc/loadavg: 3.06 3.77 3.90 4/374 1296
/proc/meminfo: memFree=26250568/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=27564 CPUtime=0.01 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 3707 0 0 0 1 0 0 0 25 0 1 0 657136999 28225536 3648 33554432000 4194304 4394578 140736886179696 18446744073709551615 210204303244 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 6891 3649 247 49 0 4032 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 27564

[startup+0.100481 s]
/proc/loadavg: 3.06 3.77 3.90 4/374 1296
/proc/meminfo: memFree=26250568/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=36276 CPUtime=0.09 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 5867 0 0 0 9 0 0 0 25 0 1 0 657136999 37146624 5808 33554432000 4194304 4394578 140736886179696 18446744073709551615 210204308165 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 9069 5809 247 49 0 6210 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 36276

[startup+0.300449 s]
/proc/loadavg: 3.06 3.77 3.90 4/374 1296
/proc/meminfo: memFree=26250568/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=54540 CPUtime=0.29 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 10449 0 0 0 25 4 0 0 25 0 1 0 657136999 55848960 10389 33554432000 4194304 4394578 140736886179696 18446744073709551615 210204671895 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 13635 10389 256 49 0 10776 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54540

[startup+0.700381 s]
/proc/loadavg: 3.06 3.77 3.90 4/374 1296
/proc/meminfo: memFree=26250568/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=76780 CPUtime=0.69 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 16516 0 0 0 60 9 0 0 25 0 1 0 657136999 78622720 15942 33554432000 4194304 4394578 140736886179696 18446744073709551615 210204671895 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 19195 15942 256 49 0 16336 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76780

[startup+1.50025 s]
/proc/loadavg: 3.06 3.77 3.90 5/375 1297
/proc/meminfo: memFree=26179268/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=100360 CPUtime=1.49 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 23952 0 0 0 134 15 0 0 25 0 1 0 657136999 102768640 20811 33554432000 4194304 4394578 140736886179696 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 25090 20811 267 49 0 22231 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100360

[startup+3.10099 s]
/proc/loadavg: 3.06 3.77 3.90 5/375 1297
/proc/meminfo: memFree=26156608/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=105992 CPUtime=3.09 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 25317 0 0 0 294 15 0 0 25 0 1 0 657136999 108535808 22176 33554432000 4194304 4394578 140736886179696 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 26498 22176 267 49 0 23639 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 105992

[startup+6.30044 s]
/proc/loadavg: 3.13 3.78 3.91 5/375 1297
/proc/meminfo: memFree=26132808/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=111456 CPUtime=6.29 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 26702 0 0 0 614 15 0 0 25 0 1 0 657136999 114130944 23561 33554432000 4194304 4394578 140736886179696 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 27864 23561 267 49 0 25005 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 111456

[startup+12.7004 s]
/proc/loadavg: 3.20 3.78 3.91 5/375 1298
/proc/meminfo: memFree=26103428/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=122560 CPUtime=12.69 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 29416 0 0 0 1253 16 0 0 25 0 1 0 657136999 125501440 26275 33554432000 4194304 4394578 140736886179696 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 30640 26275 267 49 0 27781 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 122560

[startup+25.5002 s]
/proc/loadavg: 3.38 3.79 3.91 5/375 1298
/proc/meminfo: memFree=26048600/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=134820 CPUtime=25.49 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 32377 0 0 0 2532 17 0 0 25 0 1 0 657136999 138055680 29236 33554432000 4194304 4394578 140736886179696 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 33705 29236 267 49 0 30846 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 134820

[startup+51.1009 s]
/proc/loadavg: 3.59 3.81 3.91 5/375 1299
/proc/meminfo: memFree=25996580/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=144024 CPUtime=51.09 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 34663 0 0 0 5091 18 0 0 25 0 1 0 657136999 147480576 31522 33554432000 4194304 4394578 140736886179696 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 36006 31522 267 49 0 33147 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 144024

[startup+102.314 s]
/proc/loadavg: 3.82 3.83 3.91 5/375 1300
/proc/meminfo: memFree=25930964/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=158192 CPUtime=102.31 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 38126 0 0 0 10211 20 0 0 25 0 1 0 657136999 161988608 34985 33554432000 4194304 4394578 140736886179696 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 39548 34985 267 49 0 36689 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 158192

[startup+162.3 s]
/proc/loadavg: 3.93 3.86 3.91 5/375 1302
/proc/meminfo: memFree=25891984/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=179724 CPUtime=162.29 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 43440 0 0 0 16208 21 0 0 25 0 1 0 657136999 184037376 40299 33554432000 4194304 4394578 140736886179696 18446744073709551615 4287704 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 44931 40299 267 49 0 42072 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 179724

[startup+222.3 s]
/proc/loadavg: 3.97 3.88 3.91 5/375 1303
/proc/meminfo: memFree=25840464/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=181860 CPUtime=222.3 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 43872 0 0 0 22208 22 0 0 25 0 1 0 657136999 186224640 40731 33554432000 4194304 4394578 140736886179696 18446744073709551615 4287708 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 45465 40731 267 49 0 42606 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 181860

[startup+282.301 s]
/proc/loadavg: 4.02 3.92 3.91 5/375 1305
/proc/meminfo: memFree=25808920/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=188284 CPUtime=282.29 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 45452 0 0 0 28207 22 0 0 25 0 1 0 657136999 192802816 42311 33554432000 4194304 4394578 140736886179696 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 47071 42311 267 49 0 44212 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 188284

[startup+342.301 s]
/proc/loadavg: 4.10 3.96 3.93 5/375 1307
/proc/meminfo: memFree=25771672/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=200656 CPUtime=342.3 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 48279 0 0 0 34206 24 0 0 25 0 1 0 657136999 205471744 45138 33554432000 4194304 4394578 140736886179696 18446744073709551615 4287960 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 50164 45138 267 49 0 47305 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 200656

[startup+402.301 s]
/proc/loadavg: 4.18 4.01 3.94 5/375 1308
/proc/meminfo: memFree=25757988/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=211424 CPUtime=402.29 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 50820 0 0 0 40205 24 0 0 25 0 1 0 657136999 216498176 47679 33554432000 4194304 4394578 140736886179696 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 52856 47679 267 49 0 49997 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 211424

[startup+462.301 s]
/proc/loadavg: 4.16 4.04 3.95 5/375 1310
/proc/meminfo: memFree=25748152/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=211424 CPUtime=462.29 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 50826 0 0 0 46205 24 0 0 25 0 1 0 657136999 216498176 47685 33554432000 4194304 4394578 140736886179696 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 52856 47685 267 49 0 49997 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 211424

[startup+522.301 s]
/proc/loadavg: 4.10 4.04 3.96 5/375 1311
/proc/meminfo: memFree=25724184/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=211680 CPUtime=522.3 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 50881 0 0 0 52205 25 0 0 25 0 1 0 657136999 216760320 47740 33554432000 4194304 4394578 140736886179696 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 52920 47740 267 49 0 50061 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 211680

[startup+582.301 s]
/proc/loadavg: 4.04 4.03 3.96 5/375 1313
/proc/meminfo: memFree=25626796/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=219408 CPUtime=582.3 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 52782 0 0 0 58205 25 0 0 25 0 1 0 657136999 224673792 49641 33554432000 4194304 4394578 140736886179696 18446744073709551615 4298942 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 54852 49641 267 49 0 51993 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 219408

[startup+642.301 s]
/proc/loadavg: 4.01 4.02 3.96 5/375 1315
/proc/meminfo: memFree=25620048/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=219800 CPUtime=642.31 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 52853 0 0 0 64205 26 0 0 25 0 1 0 657136999 225075200 49712 33554432000 4194304 4394578 140736886179696 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 54950 49712 267 49 0 52091 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 219800

[startup+702.301 s]
/proc/loadavg: 4.00 4.02 3.96 5/375 1316
/proc/meminfo: memFree=25608728/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=224160 CPUtime=702.3 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 53954 0 0 0 70204 26 0 0 25 0 1 0 657136999 229539840 50813 33554432000 4194304 4394578 140736886179696 18446744073709551615 4298862 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 56040 50813 267 49 0 53181 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 224160

[startup+762.314 s]
/proc/loadavg: 4.00 4.01 3.96 5/375 1318
/proc/meminfo: memFree=25608808/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=224736 CPUtime=762.31 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 54054 0 0 0 76205 26 0 0 25 0 1 0 657136999 230129664 50913 33554432000 4194304 4394578 140736886179696 18446744073709551615 4298673 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 56184 50913 267 49 0 53325 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 224736

[startup+822.301 s]
/proc/loadavg: 4.00 4.01 3.96 5/375 1319
/proc/meminfo: memFree=25579748/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=252700 CPUtime=822.31 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 60790 0 0 0 82202 29 0 0 25 0 1 0 657136999 258764800 57649 33554432000 4194304 4394578 140736886179696 18446744073709551615 4298837 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 63175 57649 267 49 0 60316 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 252700

[startup+882.301 s]
/proc/loadavg: 4.04 4.02 3.96 5/375 1321
/proc/meminfo: memFree=25557012/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=275660 CPUtime=882.3 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 66270 0 0 0 88200 30 0 0 25 0 1 0 657136999 282275840 63129 33554432000 4194304 4394578 140736886179696 18446744073709551615 4298826 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 68915 63129 267 49 0 66056 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 275660

[startup+942.3 s]
/proc/loadavg: 4.09 4.03 3.97 5/375 1323
/proc/meminfo: memFree=25506260/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=304096 CPUtime=942.3 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 73173 0 0 0 94198 32 0 0 25 0 1 0 657136999 311394304 70032 33554432000 4194304 4394578 140736886179696 18446744073709551615 4298993 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 76024 70032 267 49 0 73165 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 304096

[startup+1002.3 s]
/proc/loadavg: 4.09 4.04 3.97 5/375 1324
/proc/meminfo: memFree=25497536/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=304096 CPUtime=1002.3 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 73195 0 0 0 100198 32 0 0 25 0 1 0 657136999 311394304 70054 33554432000 4194304 4394578 140736886179696 18446744073709551615 4298923 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 76024 70054 267 49 0 73165 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 304096

[startup+1062.3 s]
/proc/loadavg: 4.17 4.06 3.98 5/375 1326
/proc/meminfo: memFree=25492036/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=304096 CPUtime=1062.3 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 73198 0 0 0 106198 32 0 0 25 0 1 0 657136999 311394304 70057 33554432000 4194304 4394578 140736886179696 18446744073709551615 4298333 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 76024 70057 267 49 0 73165 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 304096

[startup+1122.3 s]
/proc/loadavg: 4.06 4.05 3.98 5/375 1327
/proc/meminfo: memFree=25491992/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=304096 CPUtime=1122.31 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 73198 0 0 0 112198 33 0 0 25 0 1 0 657136999 311394304 70057 33554432000 4194304 4394578 140736886179696 18446744073709551615 4287907 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 76024 70057 267 49 0 73165 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 304096

[startup+1182.3 s]
/proc/loadavg: 4.02 4.03 3.98 5/375 1329
/proc/meminfo: memFree=25491824/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=304096 CPUtime=1182.31 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 73201 0 0 0 118198 33 0 0 25 0 1 0 657136999 311394304 70060 33554432000 4194304 4394578 140736886179696 18446744073709551615 4346352 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 76024 70060 267 49 0 73165 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 304096

[startup+1242.3 s]
/proc/loadavg: 4.01 4.03 3.98 5/375 1331
/proc/meminfo: memFree=25483224/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=304096 CPUtime=1242.31 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 73205 0 0 0 124198 33 0 0 25 0 1 0 657136999 311394304 70064 33554432000 4194304 4394578 140736886179696 18446744073709551615 4298298 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 76024 70064 267 49 0 73165 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 304096



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.54 3.92 3.95 2/357 1386
/proc/meminfo: memFree=26330136/32951124 swapFree=63649232/67111528
[pid=1296] ppid=1294 vsize=304096 CPUtime=1300.01 cores=1,3
/proc/1296/stat : 1296 (SApperloT2010) R 1294 1296 31275 0 -1 4202496 73209 0 0 0 129968 33 0 0 25 0 1 0 657136999 311394304 70068 33554432000 4194304 4394578 140736886179696 18446744073709551615 4298686 0 0 4096 6 0 0 0 17 1 0 0 0
/proc/1296/statm: 76024 70068 267 49 0 73165 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 304096

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1299.7
CPU system time (s): 0.346947
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 304096

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

runsolver used 4.19536 second user time and 11.1943 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-15 12:29:45
IDJOB=3380092
IDBENCH=82469
IDSOLVER=1862
FILE ID=node130/3380092-1305455385
RUNJOBID= node130-1305455372-1148
PBS_JOBID= 13324842
Free space on /tmp= 73376 MiB

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

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=2142236917

node130.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26250848 kB
Buffers:        287180 kB
Cached:        4037944 kB
SwapCached:      10248 kB
Active:        2515348 kB
Inactive:      3896172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26250848 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           20848 kB
Writeback:           0 kB
AnonPages:     2084368 kB
Mapped:          21432 kB
Slab:           189504 kB
PageTables:      35328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 89238964 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= 73392 MiB
End job on node130 at 2011-05-15 12:51:27