Trace number 3265303

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

General information on the benchmark

NameSAT05/crafted/sabharwal05/counting/fphp/unsat/
harder/fphp-030-029.shuffled-as.sat05-1234.cnf
MD5SUMc12aa6a0ac1bca448bef51c167f3bbbb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.1704
Satisfiable
(Un)Satisfiability was proved
Number of variables870
Number of clauses24825
Sum of the clauses size50460
Maximum clause length29
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 224795
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 530

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-3265303-1303575684/watcher-3265303-1303575684 -o /tmp/evaluation-result-3265303-1303575684/solver-3265303-1303575684 -C 2400 -W 1300 -M 7680 SApperloT2010 HOME/instance-3265303-1303575684.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: 3.40 3.88 3.95 2/177 9121
/proc/meminfo: memFree=18642596/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=12628 CPUtime=0 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 512 0 0 0 0 0 0 0 22 0 1 0 469168122 12931072 451 33554432000 4194304 4395502 140734726734928 18446744073709551615 274664469189 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 3157 452 250 50 0 297 0

[startup+0.076267 s]
/proc/loadavg: 3.40 3.88 3.95 2/177 9121
/proc/meminfo: memFree=18642596/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=16004 CPUtime=0.07 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 1479 0 0 0 7 0 0 0 22 0 1 0 469168122 16388096 1319 33554432000 4194304 4395502 140734726734928 18446744073709551615 4322634 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 4001 1320 267 50 0 1141 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16004

[startup+0.100257 s]
/proc/loadavg: 3.40 3.88 3.95 2/177 9121
/proc/meminfo: memFree=18642596/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=16796 CPUtime=0.09 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 1664 0 0 0 9 0 0 0 22 0 1 0 469168122 17199104 1504 33554432000 4194304 4395502 140734726734928 18446744073709551615 274664469189 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 4199 1504 267 50 0 1339 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 16796

[startup+0.30023 s]
/proc/loadavg: 3.40 3.88 3.95 2/177 9121
/proc/meminfo: memFree=18642596/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=22124 CPUtime=0.29 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 2976 0 0 0 29 0 0 0 23 0 1 0 469168122 22654976 2816 33554432000 4194304 4395502 140734726734928 18446744073709551615 4286376 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 5531 2817 267 50 0 2671 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 22124

[startup+0.701111 s]
/proc/loadavg: 3.40 3.88 3.95 2/177 9121
/proc/meminfo: memFree=18642596/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=26400 CPUtime=0.69 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 4030 0 0 0 69 0 0 0 25 0 1 0 469168122 27033600 3870 33554432000 4194304 4395502 140734726734928 18446744073709551615 4297197 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 6600 3874 267 50 0 3740 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26400

[startup+1.50096 s]
/proc/loadavg: 3.40 3.88 3.95 4/183 9132
/proc/meminfo: memFree=18589404/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=30928 CPUtime=1.48 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 5150 0 0 0 148 0 0 0 25 0 1 0 469168122 31670272 4990 33554432000 4194304 4395502 140734726734928 18446744073709551615 4299642 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 7732 4990 267 50 0 4872 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 30928

[startup+3.10071 s]
/proc/loadavg: 3.40 3.88 3.95 5/188 9142
/proc/meminfo: memFree=18547204/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=39840 CPUtime=3.09 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 7306 0 0 0 308 1 0 0 25 0 1 0 469168122 40796160 7146 33554432000 4194304 4395502 140734726734928 18446744073709551615 4292708 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 9960 7146 267 50 0 7100 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39840

[startup+6.30715 s]
/proc/loadavg: 3.61 3.91 3.96 5/188 9169
/proc/meminfo: memFree=18464276/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=43996 CPUtime=6.3 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 8304 0 0 0 629 1 0 0 25 0 1 0 469168122 45051904 8144 33554432000 4194304 4395502 140734726734928 18446744073709551615 274664469189 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 10999 8144 267 50 0 8139 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 43996

[startup+12.701 s]
/proc/loadavg: 3.72 3.93 3.97 6/188 9170
/proc/meminfo: memFree=18355388/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=53408 CPUtime=12.69 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 10419 0 0 0 1265 4 0 0 25 0 1 0 469168122 54689792 10259 33554432000 4194304 4395502 140734726734928 18446744073709551615 4299532 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 13352 10259 267 50 0 10492 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53408

[startup+25.5008 s]
/proc/loadavg: 3.78 3.93 3.97 5/188 9170
/proc/meminfo: memFree=18235164/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=62320 CPUtime=25.49 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 12264 0 0 0 2545 4 0 0 25 0 1 0 469168122 63815680 12104 33554432000 4194304 4395502 140734726734928 18446744073709551615 4288756 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 15580 12104 267 50 0 12720 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 62320

[startup+51.1004 s]
/proc/loadavg: 3.92 3.95 3.97 5/188 9197
/proc/meminfo: memFree=18009504/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=80276 CPUtime=51.09 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 16134 0 0 0 5100 9 0 0 25 0 1 0 469168122 82202624 15974 33554432000 4194304 4395502 140734726734928 18446744073709551615 4299653 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 20069 15974 267 50 0 17209 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 80276

[startup+102.301 s]
/proc/loadavg: 3.96 3.96 3.97 5/188 9199
/proc/meminfo: memFree=17768688/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=109840 CPUtime=102.29 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 22590 0 0 0 10219 10 0 0 25 0 1 0 469168122 112476160 22430 33554432000 4194304 4395502 140734726734928 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 27460 22430 267 50 0 24600 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 109840

[startup+162.301 s]
/proc/loadavg: 3.98 3.96 3.97 5/188 9201
/proc/meminfo: memFree=17577392/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=122052 CPUtime=162.29 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 24845 0 0 0 16218 11 0 0 25 0 1 0 469168122 124981248 24685 33554432000 4194304 4395502 140734726734928 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 30513 24685 267 50 0 27653 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 122052

[startup+222.301 s]
/proc/loadavg: 3.99 3.97 3.97 5/188 9202
/proc/meminfo: memFree=17470504/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=139444 CPUtime=222.3 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 28173 0 0 0 22218 12 0 0 25 0 1 0 469168122 142790656 28013 33554432000 4194304 4395502 140734726734928 18446744073709551615 4288117 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 34861 28013 267 50 0 32001 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 139444

[startup+282.3 s]
/proc/loadavg: 4.06 3.99 3.98 5/188 9203
/proc/meminfo: memFree=17390400/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=150952 CPUtime=282.3 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 30407 0 0 0 28218 12 0 0 25 0 1 0 469168122 154574848 30247 33554432000 4194304 4395502 140734726734928 18446744073709551615 4288829 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 37738 30247 267 50 0 34878 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 150952

[startup+342.301 s]
/proc/loadavg: 4.06 4.00 3.98 5/188 9205
/proc/meminfo: memFree=17298012/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=169884 CPUtime=342.29 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 34715 0 0 0 34216 13 0 0 25 0 1 0 469168122 173961216 34555 33554432000 4194304 4395502 140734726734928 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 42471 34555 267 50 0 39611 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 169884

[startup+402.307 s]
/proc/loadavg: 4.06 4.01 3.99 5/188 9207
/proc/meminfo: memFree=17244556/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=176528 CPUtime=402.31 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 36126 0 0 0 40217 14 0 0 25 0 1 0 469168122 180764672 35966 33554432000 4194304 4395502 140734726734928 18446744073709551615 4299634 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 44132 35966 267 50 0 41272 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 176528

[startup+462.301 s]
/proc/loadavg: 4.02 4.01 3.99 5/188 9209
/proc/meminfo: memFree=17210452/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=176788 CPUtime=462.3 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 36349 0 0 0 46216 14 0 0 25 0 1 0 469168122 181030912 36189 33554432000 4194304 4395502 140734726734928 18446744073709551615 4299623 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 44197 36189 267 50 0 41337 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 176788

[startup+522.301 s]
/proc/loadavg: 4.07 4.02 3.99 5/188 9210
/proc/meminfo: memFree=17165064/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=182504 CPUtime=522.3 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 37808 0 0 0 52214 16 0 0 25 0 1 0 469168122 186884096 37648 33554432000 4194304 4395502 140734726734928 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 45626 37648 267 50 0 42766 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 182504

[startup+582.3 s]
/proc/loadavg: 4.02 4.01 3.99 5/188 9211
/proc/meminfo: memFree=17130084/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=184312 CPUtime=582.3 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 38257 0 0 0 58214 16 0 0 25 0 1 0 469168122 188735488 38097 33554432000 4194304 4395502 140734726734928 18446744073709551615 4288565 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 46078 38097 267 50 0 43218 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 184312

[startup+642.301 s]
/proc/loadavg: 4.01 4.01 3.99 5/188 9213
/proc/meminfo: memFree=17100448/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=190808 CPUtime=642.3 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 39418 0 0 0 64213 17 0 0 25 0 1 0 469168122 195387392 39258 33554432000 4194304 4395502 140734726734928 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 47702 39258 267 50 0 44842 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 190808

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.99 5/188 9215
/proc/meminfo: memFree=17044396/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=200948 CPUtime=702.31 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 41111 0 0 0 70213 18 0 0 25 0 1 0 469168122 205770752 40951 33554432000 4194304 4395502 140734726734928 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 50237 40951 267 50 0 47377 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 200948

[startup+762.301 s]
/proc/loadavg: 4.00 4.00 3.99 5/188 9217
/proc/meminfo: memFree=16981516/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=205368 CPUtime=762.31 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 41940 0 0 0 76213 18 0 0 25 0 1 0 469168122 210296832 41780 33554432000 4194304 4395502 140734726734928 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 51342 41780 267 50 0 48482 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 205368

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.99 5/188 9218
/proc/meminfo: memFree=16936624/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=208748 CPUtime=822.31 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 42551 0 0 0 82212 19 0 0 25 0 1 0 469168122 213757952 42391 33554432000 4194304 4395502 140734726734928 18446744073709551615 4347194 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 52187 42391 267 50 0 49327 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 208748

[startup+882.3 s]
/proc/loadavg: 4.09 4.03 4.00 5/188 9219
/proc/meminfo: memFree=16894960/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=212128 CPUtime=882.31 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 43106 0 0 0 88212 19 0 0 25 0 1 0 469168122 217219072 42946 33554432000 4194304 4395502 140734726734928 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 53032 42946 267 50 0 50172 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 212128

[startup+942.301 s]
/proc/loadavg: 4.03 4.02 4.00 5/188 9221
/proc/meminfo: memFree=16870528/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=214468 CPUtime=942.31 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 43562 0 0 0 94212 19 0 0 25 0 1 0 469168122 219615232 43402 33554432000 4194304 4395502 140734726734928 18446744073709551615 4299628 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 53617 43402 267 50 0 50757 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 214468

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/188 9223
/proc/meminfo: memFree=16853784/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=218504 CPUtime=1002.31 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 44411 0 0 0 100210 21 0 0 25 0 1 0 469168122 223748096 44251 33554432000 4194304 4395502 140734726734928 18446744073709551615 4299489 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 54626 44251 267 50 0 51766 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 218504

[startup+1062.31 s]
/proc/loadavg: 4.00 4.01 4.00 5/188 9225
/proc/meminfo: memFree=16828116/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=231728 CPUtime=1062.32 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 47525 0 0 0 106210 22 0 0 25 0 1 0 469168122 237289472 47365 33554432000 4194304 4395502 140734726734928 18446744073709551615 4299540 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 57932 47365 267 50 0 55072 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 231728

[startup+1122.3 s]
/proc/loadavg: 4.03 4.02 4.00 5/188 9226
/proc/meminfo: memFree=16810616/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=234604 CPUtime=1122.32 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 48405 0 0 0 112210 22 0 0 25 0 1 0 469168122 240234496 48065 33554432000 4194304 4395502 140734726734928 18446744073709551615 4299739 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 58651 48065 267 50 0 55791 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 234604

[startup+1182.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/188 9227
/proc/meminfo: memFree=16795612/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=236052 CPUtime=1182.32 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 48751 0 0 0 118210 22 0 0 25 0 1 0 469168122 241717248 48411 33554432000 4194304 4395502 140734726734928 18446744073709551615 4299608 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 59013 48411 267 50 0 56153 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 236052

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/188 9229
/proc/meminfo: memFree=16781600/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=236384 CPUtime=1242.32 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 48956 0 0 0 124209 23 0 0 25 0 1 0 469168122 242057216 48616 33554432000 4194304 4395502 140734726734928 18446744073709551615 4286431 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 59096 48616 267 50 0 56236 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 236384



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 4.00 4/187 9232
/proc/meminfo: memFree=16797352/32951132 swapFree=67111528/67111528
[pid=9121] ppid=9119 vsize=241324 CPUtime=1300.02 cores=0,2
/proc/9121/stat : 9121 (SApperloT2010) R 9119 9121 8280 0 -1 4202496 49760 0 0 0 129979 23 0 0 25 0 1 0 469168122 247115776 49420 33554432000 4194304 4395502 140734726734928 18446744073709551615 4299648 0 0 4096 6 0 0 0 17 0 0 0 0
/proc/9121/statm: 60331 49420 267 50 0 57471 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 241324

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.79
CPU system time (s): 0.249962
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 241324

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

runsolver used 2.28565 second user time and 5.12322 second system time

The end

Launcher Data

Begin job on node131 at 2011-04-23 18:21:25
IDJOB=3265303
IDBENCH=85538
IDSOLVER=1655
FILE ID=node131/3265303-1303575684
RUNJOBID= node131-1303575684-9099
PBS_JOBID= 13150312
Free space on /tmp= 72048 MiB

SOLVER NAME= SApperloT2010 2011-03-04
BENCH NAME= SAT05/crafted/sabharwal05/counting/fphp/unsat/harder/fphp-030-029.shuffled-as.sat05-1234.cnf
COMMAND LINE= SApperloT2010 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3265303-1303575684/watcher-3265303-1303575684 -o /tmp/evaluation-result-3265303-1303575684/solver-3265303-1303575684 -C 2400 -W 1300 -M 7680  SApperloT2010 HOME/instance-3265303-1303575684.cnf

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

MD5SUM BENCH= c12aa6a0ac1bca448bef51c167f3bbbb
RANDOM SEED=1313709062

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
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.77
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.830
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      18642876 kB
Buffers:        991596 kB
Cached:       12732564 kB
SwapCached:          0 kB
Active:        4196816 kB
Inactive:      9597132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18642876 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:             592 kB
Writeback:           8 kB
AnonPages:       68584 kB
Mapped:          15484 kB
Slab:           450468 kB
PageTables:       5524 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   216996 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72012 MiB
End job on node131 at 2011-04-23 18:43:07