Trace number 3288300

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SApperloT2010 2011-03-04? (TO) 1300.08 1300.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: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3288300-1303777181/watcher-3288300-1303777181 -o /tmp/evaluation-result-3288300-1303777181/solver-3288300-1303777181 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3288300-1303777181.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 10.35 11.61 10.94 5/189 12796
/proc/meminfo: memFree=20552900/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=24004 CPUtime=0 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 1960 0 0 0 0 0 0 0 24 0 1 0 489317891 24580096 1899 33554432000 4194304 4395502 140737131541296 18446744073709551615 4332381 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 6001 1909 245 50 0 3141 0

[startup+0.020974 s]
/proc/loadavg: 10.35 11.61 10.94 5/189 12796
/proc/meminfo: memFree=20552900/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=44900 CPUtime=0.01 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 7342 0 0 0 1 0 0 0 24 0 1 0 489317891 45977600 7281 33554432000 4194304 4395502 140737131541296 18446744073709551615 237278879488 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 11225 7282 249 50 0 8365 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 44900

[startup+0.100959 s]
/proc/loadavg: 10.35 11.61 10.94 5/189 12796
/proc/meminfo: memFree=20552900/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=52688 CPUtime=0.08 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 9293 0 0 0 8 0 0 0 24 0 1 0 489317891 53952512 9232 33554432000 4194304 4395502 140737131541296 18446744073709551615 237278879488 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 13172 9233 249 50 0 10312 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 52688

[startup+0.300923 s]
/proc/loadavg: 10.35 11.61 10.94 5/189 12796
/proc/meminfo: memFree=20552900/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=71696 CPUtime=0.29 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 14063 0 0 0 28 1 0 0 25 0 1 0 489317891 73416704 14002 33554432000 4194304 4395502 140737131541296 18446744073709551615 237278540485 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 17924 14002 249 50 0 15064 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71696

[startup+0.700908 s]
/proc/loadavg: 10.35 11.61 10.94 5/189 12796
/proc/meminfo: memFree=20552900/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=142456 CPUtime=0.69 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 31755 0 0 0 65 4 0 0 25 0 1 0 489317891 145874944 25908 33554432000 4194304 4395502 140737131541296 18446744073709551615 237278538484 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 35614 25908 255 50 0 32754 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 142456

[startup+1.50078 s]
/proc/loadavg: 10.35 11.61 10.94 6/190 12797
/proc/meminfo: memFree=20400876/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=153236 CPUtime=1.49 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 34947 0 0 0 141 8 0 0 25 0 1 0 489317891 156913664 27996 33554432000 4194304 4395502 140737131541296 18446744073709551615 237278904215 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 38309 27996 255 50 0 35449 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 153236

[startup+3.10043 s]
/proc/loadavg: 10.35 11.61 10.94 6/190 12797
/proc/meminfo: memFree=20375748/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=167140 CPUtime=3.09 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 38973 0 0 0 295 14 0 0 25 0 1 0 489317891 171151360 32022 33554432000 4194304 4395502 140737131541296 18446744073709551615 237278904215 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 41785 32022 255 50 0 38925 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 167140

[startup+6.30086 s]
/proc/loadavg: 9.84 11.48 10.91 6/190 12797
/proc/meminfo: memFree=20321652/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=200668 CPUtime=6.29 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 47939 0 0 0 613 16 0 0 25 0 1 0 489317891 205484032 40988 33554432000 4194304 4395502 140737131541296 18446744073709551615 4299186 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 50167 40988 266 50 0 47307 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 200668

[startup+12.7007 s]
/proc/loadavg: 9.38 11.36 10.87 6/190 12824
/proc/meminfo: memFree=20279512/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=212320 CPUtime=12.69 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 50813 0 0 0 1253 16 0 0 25 0 1 0 489317891 217415680 43862 33554432000 4194304 4395502 140737131541296 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 53080 43862 266 50 0 50220 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 212320

[startup+25.5004 s]
/proc/loadavg: 8.18 11.00 10.76 6/190 12825
/proc/meminfo: memFree=20120332/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=238952 CPUtime=25.49 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 57222 0 0 0 2531 18 0 0 25 0 1 0 489317891 244686848 50271 33554432000 4194304 4395502 140737131541296 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 59738 50271 266 50 0 56878 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 238952

[startup+51.1009 s]
/proc/loadavg: 6.76 10.44 10.58 6/190 12825
/proc/meminfo: memFree=20048216/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=265580 CPUtime=51.09 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 63656 0 0 0 5090 19 0 0 25 0 1 0 489317891 271953920 56705 33554432000 4194304 4395502 140737131541296 18446744073709551615 4346821 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 66395 56705 266 50 0 63535 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 265580

[startup+102.307 s]
/proc/loadavg: 5.25 9.46 10.24 5/190 12854
/proc/meminfo: memFree=19299868/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=312056 CPUtime=102.3 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 74624 0 0 0 10208 22 0 0 25 0 1 0 489317891 319545344 67673 33554432000 4194304 4395502 140737131541296 18446744073709551615 4346790 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 78014 67673 266 50 0 75154 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 312056

[startup+162.301 s]
/proc/loadavg: 4.46 8.46 9.84 5/190 12855
/proc/meminfo: memFree=19196680/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=353756 CPUtime=162.29 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 84290 0 0 0 16205 24 0 0 25 0 1 0 489317891 362246144 77339 33554432000 4194304 4395502 140737131541296 18446744073709551615 4297960 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 88439 77339 266 50 0 85579 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 353756

[startup+222.3 s]
/proc/loadavg: 4.20 7.66 9.48 5/190 12857
/proc/meminfo: memFree=19111016/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=394748 CPUtime=222.3 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 93854 0 0 0 22202 28 0 0 25 0 1 0 489317891 404221952 86903 33554432000 4194304 4395502 140737131541296 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 98687 86903 266 50 0 95827 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 394748

[startup+282.301 s]
/proc/loadavg: 4.07 6.99 9.13 5/190 12858
/proc/meminfo: memFree=18994900/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=449772 CPUtime=282.29 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 106287 0 0 0 28199 30 0 0 25 0 1 0 489317891 460566528 99336 33554432000 4194304 4395502 140737131541296 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 112443 99336 266 50 0 109583 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 449772

[startup+342.301 s]
/proc/loadavg: 4.02 6.44 8.81 5/190 12860
/proc/meminfo: memFree=18931388/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=479168 CPUtime=342.3 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 113030 0 0 0 34198 32 0 0 25 0 1 0 489317891 490668032 106079 33554432000 4194304 4395502 140737131541296 18446744073709551615 4299637 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 119792 106079 266 50 0 116932 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 479168

[startup+402.3 s]
/proc/loadavg: 4.01 6.00 8.51 5/190 12862
/proc/meminfo: memFree=18878396/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=506896 CPUtime=402.3 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 119411 0 0 0 40196 34 0 0 25 0 1 0 489317891 519061504 112460 33554432000 4194304 4395502 140737131541296 18446744073709551615 4347200 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 126724 112460 266 50 0 123864 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 506896

[startup+462.301 s]
/proc/loadavg: 3.99 5.63 8.22 5/190 12890
/proc/meminfo: memFree=19612028/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=545208 CPUtime=462.3 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 128289 0 0 0 46194 36 0 0 25 0 1 0 489317891 558292992 121338 33554432000 4194304 4395502 140737131541296 18446744073709551615 4299177 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 136302 121338 266 50 0 133442 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 545208

[startup+522.301 s]
/proc/loadavg: 3.99 5.33 7.95 5/190 12892
/proc/meminfo: memFree=19463152/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=567992 CPUtime=522.31 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 133582 0 0 0 52192 39 0 0 25 0 1 0 489317891 581623808 126631 33554432000 4194304 4395502 140737131541296 18446744073709551615 4286561 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 141998 126631 266 50 0 139138 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 567992

[startup+582.3 s]
/proc/loadavg: 4.05 5.10 7.71 5/190 12893
/proc/meminfo: memFree=19383748/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=622176 CPUtime=582.3 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 145366 0 0 0 58188 42 0 0 25 0 1 0 489317891 637108224 138415 33554432000 4194304 4395502 140737131541296 18446744073709551615 4292714 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 155544 138415 266 50 0 152684 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 622176

[startup+642.301 s]
/proc/loadavg: 4.02 4.90 7.47 5/190 12922
/proc/meminfo: memFree=19454688/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=646700 CPUtime=642.31 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 150185 0 0 0 64188 43 0 0 25 0 1 0 489317891 662220800 143234 33554432000 4194304 4395502 140737131541296 18446744073709551615 4297863 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 161675 143234 266 50 0 158815 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 646700

[startup+702.301 s]
/proc/loadavg: 4.00 4.73 7.25 5/190 12924
/proc/meminfo: memFree=19384656/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=675228 CPUtime=702.31 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 156958 0 0 0 70185 46 0 0 25 0 1 0 489317891 691433472 150007 33554432000 4194304 4395502 140737131541296 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 168807 150007 266 50 0 165947 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 675228

[startup+762.307 s]
/proc/loadavg: 4.00 4.60 7.05 5/190 12925
/proc/meminfo: memFree=19309484/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=717184 CPUtime=762.31 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 166202 0 0 0 76183 48 0 0 25 0 1 0 489317891 734396416 159251 33554432000 4194304 4395502 140737131541296 18446744073709551615 4299835 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 179296 159251 266 50 0 176436 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 717184

[startup+822.301 s]
/proc/loadavg: 4.00 4.48 6.85 5/190 12927
/proc/meminfo: memFree=19263812/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=743816 CPUtime=822.31 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 172457 0 0 0 82181 50 0 0 25 0 1 0 489317891 761667584 165506 33554432000 4194304 4395502 140737131541296 18446744073709551615 4286555 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 185954 165506 266 50 0 183094 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 743816

[startup+882.301 s]
/proc/loadavg: 4.00 4.39 6.67 5/190 12928
/proc/meminfo: memFree=19211208/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=788316 CPUtime=882.31 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 182675 0 0 0 88177 54 0 0 25 0 1 0 489317891 807235584 175724 33554432000 4194304 4395502 140737131541296 18446744073709551615 4299154 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 197079 175724 266 50 0 194219 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 788316

[startup+942.3 s]
/proc/loadavg: 4.00 4.32 6.50 5/190 12930
/proc/meminfo: memFree=19183284/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=803664 CPUtime=942.31 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 185916 0 0 0 94176 55 0 0 25 0 1 0 489317891 822951936 178965 33554432000 4194304 4395502 140737131541296 18446744073709551615 4297182 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 200916 178965 266 50 0 198056 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 803664

[startup+1002.3 s]
/proc/loadavg: 4.00 4.26 6.34 5/190 12932
/proc/meminfo: memFree=19129532/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=844872 CPUtime=1002.31 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 195594 0 0 0 100174 57 0 0 25 0 1 0 489317891 865148928 188643 33554432000 4194304 4395502 140737131541296 18446744073709551615 4314414 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 211218 188643 266 50 0 208358 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 844872

[startup+1062.3 s]
/proc/loadavg: 3.69 4.14 6.17 4/184 12950
/proc/meminfo: memFree=19423164/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=876188 CPUtime=1062.31 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 202849 0 0 0 106172 59 0 0 25 0 1 0 489317891 897216512 195898 33554432000 4194304 4395502 140737131541296 18446744073709551615 4328460 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 219047 195898 266 50 0 216187 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 876188

[startup+1122.3 s]
/proc/loadavg: 3.33 3.95 5.98 4/184 12952
/proc/meminfo: memFree=19392392/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=899780 CPUtime=1122.31 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 208351 0 0 0 112170 61 0 0 25 0 1 0 489317891 921374720 201400 33554432000 4194304 4395502 140737131541296 18446744073709551615 4299114 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 224945 201400 266 50 0 222085 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 899780

[startup+1182.3 s]
/proc/loadavg: 3.12 3.77 5.79 4/184 12953
/proc/meminfo: memFree=19334336/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=956580 CPUtime=1182.32 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 221064 0 0 0 118169 63 0 0 25 0 1 0 489317891 979537920 214113 33554432000 4194304 4395502 140737131541296 18446744073709551615 4289089 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 239145 214113 266 50 0 236285 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 956580

[startup+1242.3 s]
/proc/loadavg: 2.76 3.56 5.59 3/178 12972
/proc/meminfo: memFree=19656548/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=972052 CPUtime=1242.32 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 224359 0 0 0 124168 64 0 0 25 0 1 0 489317891 995381248 217408 33554432000 4194304 4395502 140737131541296 18446744073709551615 4286410 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 243013 217408 266 50 0 240153 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 972052



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.20 3.26 5.36 2/173 12992
/proc/meminfo: memFree=19968284/32950904 swapFree=67082284/67111528
[pid=12796] ppid=12794 vsize=1002260 CPUtime=1300.03 cores=0,2
/proc/12796/stat : 12796 (SApperloT2010) R 12794 12796 11530 0 -1 4202496 230389 0 0 0 129938 65 0 0 25 0 1 0 489317891 1026314240 223438 33554432000 4194304 4395502 140737131541296 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/12796/statm: 250565 223438 266 50 0 247705 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 1002260

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.08
CPU user time (s): 1299.39
CPU system time (s): 0.696894
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1002260

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

runsolver used 2.08168 second user time and 4.93125 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-26 02:19:41
IDJOB=3288300
IDBENCH=82493
IDSOLVER=1655
FILE ID=node121/3288300-1303777181
RUNJOBID= node121-1303777179-12727
PBS_JOBID= 13157167
Free space on /tmp= 72060 MiB

SOLVER NAME= SApperloT2010 2011-03-04
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-3288300-1303777181/watcher-3288300-1303777181 -o /tmp/evaluation-result-3288300-1303777181/solver-3288300-1303777181 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3288300-1303777181.cnf

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

MD5SUM BENCH= 7886cd26d6e0801ea382a1ffd6224023
RANDOM SEED=732095044

node121.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.817
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.63
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.817
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.07
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.817
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.84
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.817
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.77
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.817
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.817
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.74
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.817
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.817
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:     32950904 kB
MemFree:      20553056 kB
Buffers:       2148784 kB
Cached:        9369804 kB
SwapCached:       2776 kB
Active:        8901008 kB
Inactive:      2985176 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      20553056 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:           30068 kB
Writeback:           4 kB
AnonPages:      365016 kB
Mapped:          14568 kB
Slab:           447120 kB
PageTables:       5836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   647032 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= 72080 MiB
End job on node121 at 2011-04-26 02:41:23