Trace number 3348645

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-03-02? (TO) 1300.06 1300.02

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
MD5SUM8dae13531986e2a9bdb6559418f57130
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1166.09
Satisfiable
(Un)Satisfiability was proved
Number of variables89190
Number of clauses265718
Sum of the clauses size620006
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2177144
Number of clauses of size 388572
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-3348645-1304971213/watcher-3348645-1304971213 -o /tmp/evaluation-result-3348645-1304971213/solver-3348645-1304971213 -C 2400 -W 1300 -M 7680 HOME/cir_minisat HOME/instance-3348645-1304971213.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: 0.92 1.56 2.53 5/277 19209
/proc/meminfo: memFree=17889428/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=20156 CPUtime=0 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 924 0 0 0 0 0 0 0 21 0 1 0 687351904 20639744 844 33554432000 4194304 4254575 140735926733264 18446744073709551615 4241321 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 5039 845 212 15 0 1682 0

[startup+0.0768089 s]
/proc/loadavg: 0.92 1.56 2.53 5/277 19209
/proc/meminfo: memFree=17889428/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=35392 CPUtime=0.06 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 5437 0 0 0 5 1 0 0 21 0 1 0 687351904 36241408 5043 33554432000 4194304 4254575 140735926733264 18446744073709551615 4241245 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 8848 5045 212 15 0 5491 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 35392

[startup+0.100817 s]
/proc/loadavg: 0.92 1.56 2.53 5/277 19209
/proc/meminfo: memFree=17889428/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=35752 CPUtime=0.09 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 5717 0 0 0 8 1 0 0 21 0 1 0 687351904 36610048 5223 33554432000 4194304 4254575 140735926733264 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 8938 5223 231 15 0 5581 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35752

[startup+0.300767 s]
/proc/loadavg: 0.92 1.56 2.53 5/277 19209
/proc/meminfo: memFree=17889428/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=36692 CPUtime=0.29 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 5884 0 0 0 28 1 0 0 22 0 1 0 687351904 37572608 5389 33554432000 4194304 4254575 140735926733264 18446744073709551615 4216721 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 9173 5389 231 15 0 5816 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36692

[startup+0.700696 s]
/proc/loadavg: 0.92 1.56 2.53 5/277 19209
/proc/meminfo: memFree=17889428/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=36692 CPUtime=0.68 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 5969 0 0 0 67 1 0 0 23 0 1 0 687351904 37572608 5474 33554432000 4194304 4254575 140735926733264 18446744073709551615 4212503 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 9173 5474 232 15 0 5816 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 36692

[startup+1.50059 s]
/proc/loadavg: 0.92 1.56 2.53 5/287 19228
/proc/meminfo: memFree=17771040/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=36692 CPUtime=1.48 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 6165 0 0 0 147 1 0 0 25 0 1 0 687351904 37572608 5665 33554432000 4194304 4254575 140735926733264 18446744073709551615 4216529 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 9173 5665 232 15 0 5816 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 36692

[startup+3.10028 s]
/proc/loadavg: 1.17 1.60 2.54 5/287 19228
/proc/meminfo: memFree=17766204/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=40392 CPUtime=3.08 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 6829 0 0 0 307 1 0 0 25 0 1 0 687351904 41361408 6311 33554432000 4194304 4254575 140735926733264 18446744073709551615 4216704 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 10098 6311 232 15 0 6741 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 40392

[startup+6.30071 s]
/proc/loadavg: 1.17 1.60 2.54 5/287 19228
/proc/meminfo: memFree=17757816/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=46224 CPUtime=6.29 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 7792 0 0 0 627 2 0 0 25 0 1 0 687351904 47333376 7258 33554432000 4194304 4254575 140735926733264 18446744073709551615 4209788 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 11556 7258 232 15 0 8199 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46224

[startup+12.7005 s]
/proc/loadavg: 1.60 1.68 2.56 5/287 19255
/proc/meminfo: memFree=17753796/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=55548 CPUtime=12.69 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 9571 0 0 0 1267 2 0 0 25 0 1 0 687351904 56881152 9008 33554432000 4194304 4254575 140735926733264 18446744073709551615 4216721 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 13887 9008 232 15 0 10530 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 55548

[startup+25.5012 s]
/proc/loadavg: 1.97 1.75 2.57 5/287 19256
/proc/meminfo: memFree=17717868/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=71672 CPUtime=25.49 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 14145 0 0 0 2545 4 0 0 25 0 1 0 687351904 73392128 13525 33554432000 4194304 4254575 140735926733264 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 17918 13525 232 15 0 14561 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71672

[startup+51.1005 s]
/proc/loadavg: 2.74 1.95 2.61 5/287 19293
/proc/meminfo: memFree=17660664/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=95736 CPUtime=51.09 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 20823 0 0 0 5103 6 0 0 25 0 1 0 687351904 98033664 20102 33554432000 4194304 4254575 140735926733264 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 23934 20102 232 15 0 20577 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 95736

[startup+102.31 s]
/proc/loadavg: 3.50 2.29 2.69 5/287 19294
/proc/meminfo: memFree=17535096/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=136692 CPUtime=102.3 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 30834 0 0 0 10220 10 0 0 25 0 1 0 687351904 139972608 29951 33554432000 4194304 4254575 140735926733264 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 34173 29951 232 15 0 30816 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 136692

[startup+162.301 s]
/proc/loadavg: 3.81 2.60 2.77 5/287 19295
/proc/meminfo: memFree=17375816/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=197344 CPUtime=162.3 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 45716 0 0 0 16215 15 0 0 25 0 1 0 687351904 202080256 44688 33554432000 4194304 4254575 140735926733264 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 49336 44688 232 15 0 45979 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 197344

[startup+222.301 s]
/proc/loadavg: 4.04 2.88 2.85 5/287 19297
/proc/meminfo: memFree=17336564/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=151860 CPUtime=222.3 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 61136 0 0 0 22209 21 0 0 25 0 1 0 687351904 155504640 27162 33554432000 4194304 4254575 140735926733264 18446744073709551615 4212503 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 37965 27162 232 15 0 34608 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 151860

[startup+282.301 s]
/proc/loadavg: 4.01 3.08 2.92 5/287 19299
/proc/meminfo: memFree=17182372/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=205836 CPUtime=282.29 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 73258 0 0 0 28205 24 0 0 25 0 1 0 687351904 210776064 39108 33554432000 4194304 4254575 140735926733264 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 51459 39108 232 15 0 48102 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 205836

[startup+342.301 s]
/proc/loadavg: 4.04 3.26 2.99 5/287 19300
/proc/meminfo: memFree=17197432/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=299540 CPUtime=342.3 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 91800 0 0 0 34199 31 0 0 25 0 1 0 687351904 306728960 57476 33554432000 4194304 4254575 140735926733264 18446744073709551615 4216603 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 74885 57476 232 15 0 71528 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 299540

[startup+402.301 s]
/proc/loadavg: 4.01 3.39 3.05 5/287 19302
/proc/meminfo: memFree=17198488/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=168900 CPUtime=402.3 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 107433 0 0 0 40194 36 0 0 25 0 1 0 687351904 172953600 33039 33554432000 4194304 4254575 140735926733264 18446744073709551615 4216704 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 42225 33039 232 15 0 38868 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 168900

[startup+462.301 s]
/proc/loadavg: 4.10 3.53 3.12 5/287 19303
/proc/meminfo: memFree=17067736/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=220968 CPUtime=462.3 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 116862 0 0 0 46190 40 0 0 25 0 1 0 687351904 226271232 42308 33554432000 4194304 4254575 140735926733264 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 55242 42308 232 15 0 51885 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 220968

[startup+522.301 s]
/proc/loadavg: 4.09 3.63 3.18 5/287 19305
/proc/meminfo: memFree=16910944/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=306772 CPUtime=522.31 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 130803 0 0 0 52186 45 0 0 25 0 1 0 687351904 314134528 56109 33554432000 4194304 4254575 140735926733264 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 76693 56109 232 15 0 73336 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 306772

[startup+582.301 s]
/proc/loadavg: 4.03 3.69 3.22 5/287 19307
/proc/meminfo: memFree=16776096/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=311404 CPUtime=582.3 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 139180 0 0 0 58182 48 0 0 25 0 1 0 687351904 318877696 64382 33554432000 4194304 4254575 140735926733264 18446744073709551615 4216529 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 77851 64382 232 15 0 74494 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 311404

[startup+642.301 s]
/proc/loadavg: 4.01 3.75 3.27 5/287 19308
/proc/meminfo: memFree=16804308/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=182148 CPUtime=642.31 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 157021 0 0 0 64179 52 0 0 25 0 1 0 687351904 186519552 35926 33554432000 4194304 4254575 140735926733264 18446744073709551615 4228118 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 45537 35926 232 15 0 42180 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 182148

[startup+702.301 s]
/proc/loadavg: 4.00 3.79 3.31 5/287 19310
/proc/meminfo: memFree=16639940/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=317192 CPUtime=702.31 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 177492 0 0 0 70171 60 0 0 25 0 1 0 687351904 324804608 56219 33554432000 4194304 4254575 140735926733264 18446744073709551615 4217163 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 79298 56220 232 15 0 75941 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 317192

[startup+762.31 s]
/proc/loadavg: 4.08 3.84 3.36 5/287 19311
/proc/meminfo: memFree=16526548/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=320568 CPUtime=762.32 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 185061 0 0 0 76168 64 0 0 25 0 1 0 687351904 328261632 63661 33554432000 4194304 4254575 140735926733264 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 80142 63661 232 15 0 76785 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 320568

[startup+822.301 s]
/proc/loadavg: 4.03 3.87 3.40 5/287 19313
/proc/meminfo: memFree=16413144/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=328604 CPUtime=822.31 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 195588 0 0 0 82163 68 0 0 25 0 1 0 687351904 336490496 74066 33554432000 4194304 4254575 140735926733264 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 82151 74066 232 15 0 78794 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 328604

[startup+882.301 s]
/proc/loadavg: 4.06 3.91 3.44 5/287 19315
/proc/meminfo: memFree=16831464/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=131736 CPUtime=882.32 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 204856 0 0 0 88160 72 0 0 25 0 1 0 687351904 134897664 28861 33554432000 4194304 4254575 140735926733264 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 32934 28861 232 15 0 29577 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 131736

[startup+942.301 s]
/proc/loadavg: 4.02 3.92 3.47 5/287 19316
/proc/meminfo: memFree=16694500/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=201200 CPUtime=942.31 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 217683 0 0 0 94155 76 0 0 25 0 1 0 687351904 206028800 41449 33554432000 4194304 4254575 140735926733264 18446744073709551615 4217050 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 50300 41449 232 15 0 46943 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 201200

[startup+1002.3 s]
/proc/loadavg: 4.07 3.95 3.50 5/287 19318
/proc/meminfo: memFree=16554588/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=253108 CPUtime=1002.32 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 229646 0 0 0 100151 81 0 0 25 0 1 0 687351904 259182592 53220 33554432000 4194304 4254575 140735926733264 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 63277 53220 232 15 0 59920 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 253108

[startup+1062.3 s]
/proc/loadavg: 4.10 3.97 3.54 5/287 19319
/proc/meminfo: memFree=16438592/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=336448 CPUtime=1062.32 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 238844 0 0 0 106148 84 0 0 25 0 1 0 687351904 344522752 62259 33554432000 4194304 4254575 140735926733264 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 84112 62259 232 15 0 80755 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 336448

[startup+1122.3 s]
/proc/loadavg: 4.03 3.97 3.56 5/287 19321
/proc/meminfo: memFree=16335244/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=338864 CPUtime=1122.32 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 246390 0 0 0 112146 86 0 0 25 0 1 0 687351904 346996736 69689 33554432000 4194304 4254575 140735926733264 18446744073709551615 4217163 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 84716 69689 232 15 0 81359 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 338864

[startup+1182.3 s]
/proc/loadavg: 4.01 3.97 3.59 5/287 19323
/proc/meminfo: memFree=16241444/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=340692 CPUtime=1182.33 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 253098 0 0 0 118143 90 0 0 25 0 1 0 687351904 348868608 76286 33554432000 4194304 4254575 140735926733264 18446744073709551615 4216721 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 85173 76286 232 15 0 81816 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 340692

[startup+1242.3 s]
/proc/loadavg: 4.00 3.97 3.61 5/287 19324
/proc/meminfo: memFree=16303880/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=213712 CPUtime=1242.33 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 271912 0 0 0 124137 96 0 0 25 0 1 0 687351904 218841088 43198 33554432000 4194304 4254575 140735926733264 18446744073709551615 4216529 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 53428 43198 232 15 0 50071 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 213712



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.63 5/287 19326
/proc/meminfo: memFree=16183044/32951124 swapFree=67083432/67111528
[pid=19209] ppid=19207 vsize=264712 CPUtime=1300.03 cores=0,2
/proc/19209/stat : 19209 (cir_minisat) R 19207 19209 18638 0 -1 4202496 282933 0 0 0 129904 99 0 0 25 0 1 0 687351904 271065088 54016 33554432000 4194304 4254575 140735926733264 18446744073709551615 4217163 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/19209/statm: 66178 54016 232 15 0 62821 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 264712

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.06
CPU user time (s): 1299.05
CPU system time (s): 1.01085
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 475612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.05
system time used= 1.01085
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 282933
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= 10
involuntary context switches= 2836

runsolver used 3.82842 second user time and 7.60684 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-09 22:00:13
IDJOB=3348645
IDBENCH=82467
IDSOLVER=1810
FILE ID=node110/3348645-1304971213
RUNJOBID= node110-1304971213-19185
PBS_JOBID= 13285640
Free space on /tmp= 50448 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348645-1304971213/watcher-3348645-1304971213 -o /tmp/evaluation-result-3348645-1304971213/solver-3348645-1304971213 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348645-1304971213.cnf

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

MD5SUM BENCH= 8dae13531986e2a9bdb6559418f57130
RANDOM SEED=835246132

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17890080 kB
Buffers:        203236 kB
Cached:       11097912 kB
SwapCached:       1408 kB
Active:        4230680 kB
Inactive:     10228744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17890080 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           15844 kB
Writeback:          32 kB
AnonPages:     3156704 kB
Mapped:          22264 kB
Slab:           518428 kB
PageTables:      21168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46118272 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= 50436 MiB
End job on node110 at 2011-05-09 22:21:55