Trace number 3387360

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
minisat hack: cir_minisat 2011-05-13 (simp)? (TO) 5000.05 4999.94

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
MD5SUMa0ec1baa890da62d0c6df7f1e62c6af3
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2133.18
Satisfiable
(Un)Satisfiability was proved
Number of variables163622
Number of clauses488120
Sum of the clauses size1138944
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2325412
Number of clauses of size 3162706
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-3387360-1305600497/watcher-3387360-1305600497 -o /tmp/evaluation-result-3387360-1305600497/solver-3387360-1305600497 -C 5000 -W 5100 -M 15500 HOME/cir_minisat HOME/instance-3387360-1305600497.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.92 2.98 2.99 4/466 29886
/proc/meminfo: memFree=13567268/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=22988 CPUtime=0.01 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 1582 0 0 0 1 0 0 0 21 0 1 0 671649562 23539712 1492 33554432000 4194304 4300288 140734949176176 18446744073709551615 248089360742 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 5747 1505 218 26 0 2379 0

[startup+0.099456 s]
/proc/loadavg: 2.92 2.98 2.99 4/466 29886
/proc/meminfo: memFree=13567268/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=40716 CPUtime=0.09 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 7221 0 0 0 9 0 0 0 21 0 1 0 671649562 41693184 6398 33554432000 4194304 4300288 140734949176176 18446744073709551615 248089359045 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 10179 6399 218 26 0 6811 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40716

[startup+0.100451 s]
/proc/loadavg: 2.92 2.98 2.99 4/466 29886
/proc/meminfo: memFree=13567268/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=40848 CPUtime=0.09 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 7274 0 0 0 9 0 0 0 21 0 1 0 671649562 41828352 6449 33554432000 4194304 4300288 140734949176176 18446744073709551615 248089359045 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 10212 6451 218 26 0 6844 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40848

[startup+0.300365 s]
/proc/loadavg: 2.92 2.98 2.99 4/466 29886
/proc/meminfo: memFree=13567268/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=76388 CPUtime=0.29 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 16182 0 0 0 28 1 0 0 22 0 1 0 671649562 78221312 14258 33554432000 4194304 4300288 140734949176176 18446744073709551615 4214202 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 19097 14258 226 26 0 15729 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 76388

[startup+0.700295 s]
/proc/loadavg: 2.92 2.98 2.99 4/466 29886
/proc/meminfo: memFree=13567268/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=87296 CPUtime=0.69 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 22257 0 0 0 67 2 0 0 23 0 1 0 671649562 89391104 16633 33554432000 4194304 4300288 140734949176176 18446744073709551615 4278484 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 21824 16633 226 26 0 18456 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87296

[startup+1.50015 s]
/proc/loadavg: 2.92 2.98 2.99 5/467 29887
/proc/meminfo: memFree=13492124/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=100916 CPUtime=1.49 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 28331 0 0 0 146 3 0 0 25 0 1 0 671649562 103337984 19772 33554432000 4194304 4300288 140734949176176 18446744073709551615 4264392 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 25229 19772 226 26 0 21861 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 100916

[startup+3.10087 s]
/proc/loadavg: 2.92 2.98 2.99 5/467 29887
/proc/meminfo: memFree=13482824/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=93672 CPUtime=3.1 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 28354 0 0 0 307 3 0 0 25 0 1 0 671649562 95920128 18151 33554432000 4194304 4300288 140734949176176 18446744073709551615 4256473 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 23418 18151 246 26 0 20050 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 93672

[startup+6.30031 s]
/proc/loadavg: 3.01 3.00 3.00 5/467 29887
/proc/meminfo: memFree=13463000/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=93672 CPUtime=6.3 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 28354 0 0 0 627 3 0 0 25 0 1 0 671649562 95920128 18151 33554432000 4194304 4300288 140734949176176 18446744073709551615 4256192 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 23418 18151 246 26 0 20050 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 93672

[startup+12.7002 s]
/proc/loadavg: 3.09 3.02 3.01 5/467 29887
/proc/meminfo: memFree=13449228/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=93672 CPUtime=12.69 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 28500 0 0 0 1266 3 0 0 25 0 1 0 671649562 95920128 18286 33554432000 4194304 4300288 140734949176176 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 23418 18287 246 26 0 20050 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 93672

[startup+25.5009 s]
/proc/loadavg: 3.29 3.06 3.02 5/467 29888
/proc/meminfo: memFree=13453608/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=112336 CPUtime=25.5 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 30696 0 0 0 2546 4 0 0 25 0 1 0 671649562 115032064 20429 33554432000 4194304 4300288 140734949176176 18446744073709551615 4249530 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 28084 20429 246 26 0 24716 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 112336

[startup+51.1004 s]
/proc/loadavg: 3.53 3.14 3.04 5/467 29889
/proc/meminfo: memFree=13411056/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=161656 CPUtime=51.09 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 39529 0 0 0 5103 6 0 0 25 0 1 0 671649562 165535744 29198 33554432000 4194304 4300288 140734949176176 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 40414 29198 246 26 0 37046 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 161656

[startup+102.317 s]
/proc/loadavg: 3.81 3.28 3.10 5/467 29890
/proc/meminfo: memFree=13354352/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=192476 CPUtime=102.3 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 45790 0 0 0 10221 9 0 0 25 0 1 0 671649562 197095424 35351 33554432000 4194304 4300288 140734949176176 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 48119 35351 246 26 0 44751 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 192476

[startup+162.301 s]
/proc/loadavg: 4.00 3.43 3.16 5/467 29891
/proc/meminfo: memFree=13363468/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=192476 CPUtime=162.29 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 61620 0 0 0 16215 14 0 0 25 0 1 0 671649562 197095424 34947 33554432000 4194304 4300288 140734949176176 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 48119 34947 246 26 0 44751 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 192476

[startup+222.301 s]
/proc/loadavg: 4.03 3.55 3.22 5/467 29893
/proc/meminfo: memFree=13294336/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=242564 CPUtime=222.29 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 70581 0 0 0 22211 18 0 0 25 0 1 0 671649562 248385536 43784 33554432000 4194304 4300288 140734949176176 18446744073709551615 4272238 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 60641 43784 246 26 0 57273 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 242564

[startup+282.301 s]
/proc/loadavg: 4.01 3.62 3.26 5/467 29895
/proc/meminfo: memFree=13348096/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=166816 CPUtime=282.29 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 87254 0 0 0 28205 24 0 0 25 0 1 0 671649562 170819584 33891 33554432000 4194304 4300288 140734949176176 18446744073709551615 4250564 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 41704 33891 246 26 0 38336 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 166816

[startup+342.301 s]
/proc/loadavg: 4.00 3.69 3.30 5/467 29896
/proc/meminfo: memFree=13283676/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=216604 CPUtime=342.29 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 98082 0 0 0 34201 28 0 0 25 0 1 0 671649562 221802496 44568 33554432000 4194304 4300288 140734949176176 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 54151 44568 246 26 0 50783 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 216604

[startup+402.3 s]
/proc/loadavg: 4.00 3.74 3.34 5/467 29898
/proc/meminfo: memFree=13161112/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=266692 CPUtime=402.29 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 112690 0 0 0 40197 32 0 0 25 0 1 0 671649562 273092608 59036 33554432000 4194304 4300288 140734949176176 18446744073709551615 4268388 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 66673 59036 246 26 0 63305 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 266692

[startup+462.301 s]
/proc/loadavg: 4.00 3.79 3.38 5/467 29899
/proc/meminfo: memFree=13287036/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=185784 CPUtime=462.3 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 126525 0 0 0 46192 38 0 0 25 0 1 0 671649562 190242816 36955 33554432000 4194304 4300288 140734949176176 18446744073709551615 4268292 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 46446 36955 246 26 0 43078 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 185784

[startup+522.3 s]
/proc/loadavg: 4.05 3.84 3.42 5/467 29901
/proc/meminfo: memFree=13299136/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=266692 CPUtime=522.3 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 136656 0 0 0 52188 42 0 0 25 0 1 0 671649562 273092608 46961 33554432000 4194304 4300288 140734949176176 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 66673 46961 246 26 0 63305 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 266692

[startup+582.301 s]
/proc/loadavg: 4.02 3.86 3.46 5/467 29903
/proc/meminfo: memFree=13218960/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=266692 CPUtime=582.29 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 144275 0 0 0 58184 45 0 0 25 0 1 0 671649562 273092608 54479 33554432000 4194304 4300288 140734949176176 18446744073709551615 4256283 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 66673 54479 246 26 0 63305 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 266692

[startup+642.301 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 4.01 4.02 3.99 5/467 30007
/proc/meminfo: memFree=12799228/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=409588 CPUtime=4062.4 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 704618 0 0 0 405934 306 0 0 25 0 1 0 671649562 419418112 91340 33554432000 4194304 4300288 140734949176176 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 102397 91340 246 26 0 99029 0
Current children cumulated CPU time (s) 4062.4
Current children cumulated vsize (KiB) 409588

[startup+4122.3 s]
/proc/loadavg: 4.09 4.05 4.00 5/467 30009
/proc/meminfo: memFree=12811204/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=541848 CPUtime=4122.38 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 710054 0 0 0 411930 308 0 0 25 0 1 0 671649562 554852352 96705 33554432000 4194304 4300288 140734949176176 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 135462 96705 246 26 0 132094 0
Current children cumulated CPU time (s) 4122.38
Current children cumulated vsize (KiB) 541848

[startup+4182.3 s]
/proc/loadavg: 4.07 4.05 4.00 5/467 30011
/proc/meminfo: memFree=12854300/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=541848 CPUtime=4182.39 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 715773 0 0 0 417927 312 0 0 25 0 1 0 671649562 554852352 102354 33554432000 4194304 4300288 140734949176176 18446744073709551615 4268313 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 135462 102354 246 26 0 132094 0
Current children cumulated CPU time (s) 4182.39
Current children cumulated vsize (KiB) 541848

[startup+4242.3 s]
/proc/loadavg: 4.02 4.04 4.00 5/467 30012
/proc/meminfo: memFree=12980116/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=247292 CPUtime=4242.39 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 729707 0 0 0 423921 318 0 0 25 0 1 0 671649562 253227008 54632 33554432000 4194304 4300288 140734949176176 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 61823 54632 246 26 0 58455 0
Current children cumulated CPU time (s) 4242.39
Current children cumulated vsize (KiB) 247292

[startup+4302.3 s]
/proc/loadavg: 4.01 4.03 4.00 5/467 30014
/proc/meminfo: memFree=12974604/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=328200 CPUtime=4302.39 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 740776 0 0 0 429916 323 0 0 25 0 1 0 671649562 336076800 65579 33554432000 4194304 4300288 140734949176176 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 82050 65579 246 26 0 78682 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 328200

[startup+4362.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/467 30015
/proc/meminfo: memFree=12874492/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=328200 CPUtime=4362.39 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 748255 0 0 0 435913 326 0 0 25 0 1 0 671649562 336076800 72946 33554432000 4194304 4300288 140734949176176 18446744073709551615 4269947 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 82050 72946 246 26 0 78682 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 328200

[startup+4422.3 s]
/proc/loadavg: 4.12 4.05 4.01 5/467 30026
/proc/meminfo: memFree=12859436/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=409588 CPUtime=4422.39 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 754702 0 0 0 441909 330 0 0 25 0 1 0 671649562 419418112 79300 33554432000 4194304 4300288 140734949176176 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 102397 79300 246 26 0 99029 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 409588

[startup+4482.3 s]
/proc/loadavg: 4.11 4.05 4.01 5/467 30028
/proc/meminfo: memFree=12880824/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=409588 CPUtime=4482.39 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 761981 0 0 0 447905 334 0 0 25 0 1 0 671649562 419418112 86494 33554432000 4194304 4300288 140734949176176 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 102397 86494 246 26 0 99029 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 409588

[startup+4542.3 s]
/proc/loadavg: 4.04 4.04 4.00 5/467 30031
/proc/meminfo: memFree=12694780/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=409588 CPUtime=4542.39 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 767379 0 0 0 453901 338 0 0 25 0 1 0 671649562 419418112 91815 33554432000 4194304 4300288 140734949176176 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 102397 91815 246 26 0 99029 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 409588

[startup+4602.3 s]
/proc/loadavg: 4.01 4.03 4.00 5/467 30034
/proc/meminfo: memFree=12823328/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=409588 CPUtime=4602.41 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 771245 0 0 0 459900 341 0 0 25 0 1 0 671649562 419418112 95619 33554432000 4194304 4300288 140734949176176 18446744073709551615 4255750 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 102397 95619 246 26 0 99029 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 409588

[startup+4662.3 s]
/proc/loadavg: 4.06 4.04 4.00 5/467 30035
/proc/meminfo: memFree=12905624/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=278112 CPUtime=4662.4 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 786120 0 0 0 465893 347 0 0 25 0 1 0 671649562 284786688 57372 33554432000 4194304 4300288 140734949176176 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 69528 57372 246 26 0 66160 0
Current children cumulated CPU time (s) 4662.4
Current children cumulated vsize (KiB) 278112

[startup+4722.32 s]
/proc/loadavg: 4.08 4.04 4.00 5/467 30037
/proc/meminfo: memFree=12891192/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=328200 CPUtime=4722.42 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 797453 0 0 0 471891 351 0 0 25 0 1 0 671649562 336076800 68591 33554432000 4194304 4300288 140734949176176 18446744073709551615 4255693 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 82050 68591 246 26 0 78682 0
Current children cumulated CPU time (s) 4722.42
Current children cumulated vsize (KiB) 328200

[startup+4782.3 s]
/proc/loadavg: 4.03 4.03 4.00 5/467 30039
/proc/meminfo: memFree=12951648/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=328200 CPUtime=4782.4 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 804421 0 0 0 477885 355 0 0 25 0 1 0 671649562 336076800 75465 33554432000 4194304 4300288 140734949176176 18446744073709551615 4255685 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 82050 75465 246 26 0 78682 0
Current children cumulated CPU time (s) 4782.4
Current children cumulated vsize (KiB) 328200

[startup+4842.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/467 30040
/proc/meminfo: memFree=12831812/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=409588 CPUtime=4842.4 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 810433 0 0 0 483881 359 0 0 25 0 1 0 671649562 419418112 81410 33554432000 4194304 4300288 140734949176176 18446744073709551615 4255605 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 102397 81410 246 26 0 99029 0
Current children cumulated CPU time (s) 4842.4
Current children cumulated vsize (KiB) 409588

[startup+4902.3 s]
/proc/loadavg: 4.00 4.02 4.00 5/467 30042
/proc/meminfo: memFree=12817980/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=409588 CPUtime=4902.4 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 816852 0 0 0 489878 362 0 0 25 0 1 0 671649562 419418112 87767 33554432000 4194304 4300288 140734949176176 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 102397 87767 246 26 0 99029 0
Current children cumulated CPU time (s) 4902.4
Current children cumulated vsize (KiB) 409588

[startup+4962.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/467 30043
/proc/meminfo: memFree=12837524/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=409588 CPUtime=4962.4 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 822297 0 0 0 495874 366 0 0 25 0 1 0 671649562 419418112 93145 33554432000 4194304 4300288 140734949176176 18446744073709551615 4255710 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 102397 93145 246 26 0 99029 0
Current children cumulated CPU time (s) 4962.4
Current children cumulated vsize (KiB) 409588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 4.00 4.01 4.00 4/465 30046
/proc/meminfo: memFree=13207160/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=409588 CPUtime=5000.02 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 825493 0 0 0 499634 368 0 0 25 0 1 0 671649562 419418112 96297 33554432000 4194304 4300288 140734949176176 18446744073709551615 4255738 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 102397 96297 246 26 0 99029 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 409588

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

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

[startup+4999.9 s]
/proc/loadavg: 4.00 4.01 4.00 4/465 30046
/proc/meminfo: memFree=13207160/32950928 swapFree=62427640/67111528
[pid=29886] ppid=29884 vsize=409588 CPUtime=5000.02 cores=1,3,5,7
/proc/29886/stat : 29886 (cir_minisat) R 29884 29886 28027 0 -1 4202496 825493 0 0 0 499634 368 0 0 25 0 1 0 671649562 419418112 96297 33554432000 4194304 4300288 140734949176176 18446744073709551615 4255738 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/29886/statm: 102397 96297 246 26 0 99029 0
Current children cumulated CPU time (s) 5000.02
Current children cumulated vsize (KiB) 409588

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.05
CPU user time (s): 4996.35
CPU system time (s): 3.70344
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 541848

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

runsolver used 23.0635 second user time and 53.0939 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-17 04:48:18
IDJOB=3387360
IDBENCH=82468
IDSOLVER=1873
FILE ID=node123/3387360-1305600497
RUNJOBID= node123-1305600497-29867
PBS_JOBID= 13350355
Free space on /tmp= 73340 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-05-13 (simp)
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvisns3p02-tseitin.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3387360-1305600497/watcher-3387360-1305600497 -o /tmp/evaluation-result-3387360-1305600497/solver-3387360-1305600497 -C 5000 -W 5100 -M 15500  HOME/cir_minisat HOME/instance-3387360-1305600497.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= a0ec1baa890da62d0c6df7f1e62c6af3
RANDOM SEED=1097494291

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13567324 kB
Buffers:         36300 kB
Cached:         209348 kB
SwapCached:      75220 kB
Active:        6896840 kB
Inactive:     12247044 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13567324 kB
SwapTotal:    67111528 kB
SwapFree:     62427640 kB
Dirty:           13780 kB
Writeback:           0 kB
AnonPages:    18829852 kB
Mapped:          31500 kB
Slab:            93220 kB
PageTables:      78720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 133940604 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= 73344 MiB
End job on node123 at 2011-05-17 06:11:40