Trace number 3419972

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 reference: minisat 2.2.0? (TO) 5000.09 4999.94

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 benchmark1004.79
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-3419972-1306584424/watcher-3419972-1306584424 -o /tmp/evaluation-result-3419972-1306584424/solver-3419972-1306584424 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3419972-1306584424.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.08 2.05 2.01 3/550 16620
/proc/meminfo: memFree=15954572/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=23020 CPUtime=0.01 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 1628 0 0 0 1 0 0 0 23 0 1 0 770042823 23572480 1534 33554432000 4194304 4291037 140733537494224 18446744073709551615 4220429 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 5755 1534 215 24 0 2389 0

[startup+0.0450919 s]
/proc/loadavg: 2.08 2.05 2.01 3/550 16620
/proc/meminfo: memFree=15954572/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=28892 CPUtime=0.04 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 3602 0 0 0 3 1 0 0 23 0 1 0 770042823 29585408 3253 33554432000 4194304 4291037 140733537494224 18446744073709551615 253640520389 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 7223 3255 215 24 0 3857 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 28892

[startup+0.101081 s]
/proc/loadavg: 2.08 2.05 2.01 3/550 16620
/proc/meminfo: memFree=15954572/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=41220 CPUtime=0.09 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 7514 0 0 0 8 1 0 0 23 0 1 0 770042823 42209280 6676 33554432000 4194304 4291037 140733537494224 18446744073709551615 253640520389 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 10305 6678 215 24 0 6939 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41220

[startup+0.301047 s]
/proc/loadavg: 2.08 2.05 2.01 3/550 16620
/proc/meminfo: memFree=15954572/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=59664 CPUtime=0.29 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 12076 0 0 0 28 1 0 0 25 0 1 0 770042823 61095936 10897 33554432000 4194304 4291037 140733537494224 18446744073709551615 4256575 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 14916 10897 262 24 0 11550 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 59664

[startup+0.700976 s]
/proc/loadavg: 2.08 2.05 2.01 3/550 16620
/proc/meminfo: memFree=15954572/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=56000 CPUtime=0.69 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 15243 0 0 0 67 2 0 0 25 0 1 0 770042823 57344000 9646 33554432000 4194304 4291037 140733537494224 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 14000 9646 279 24 0 10634 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 56000

[startup+1.50083 s]
/proc/loadavg: 2.08 2.05 2.01 3/551 16622
/proc/meminfo: memFree=15914644/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=63072 CPUtime=1.49 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 15890 0 0 0 147 2 0 0 25 0 1 0 770042823 64585728 10269 33554432000 4194304 4291037 140733537494224 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 15768 10269 280 24 0 12402 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 63072

[startup+3.10054 s]
/proc/loadavg: 2.08 2.05 2.01 3/551 16622
/proc/meminfo: memFree=15910780/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=63072 CPUtime=3.09 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 17020 0 0 0 307 2 0 0 25 0 1 0 770042823 64585728 11369 33554432000 4194304 4291037 140733537494224 18446744073709551615 4262710 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 15768 11369 280 24 0 12402 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63072

[startup+6.30095 s]
/proc/loadavg: 2.07 2.05 2.01 3/551 16622
/proc/meminfo: memFree=15890148/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=81748 CPUtime=6.29 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 21924 0 0 0 626 3 0 0 25 0 1 0 770042823 83709952 16209 33554432000 4194304 4291037 140733537494224 18446744073709551615 4255915 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 20437 16209 280 24 0 17071 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 81748

[startup+12.7008 s]
/proc/loadavg: 2.07 2.05 2.01 3/551 16622
/proc/meminfo: memFree=15876312/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=93424 CPUtime=12.69 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 24754 0 0 0 1266 3 0 0 25 0 1 0 770042823 95666176 18979 33554432000 4194304 4291037 140733537494224 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 23356 18980 280 24 0 19990 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 93424

[startup+25.5005 s]
/proc/loadavg: 2.05 2.05 2.00 3/551 16623
/proc/meminfo: memFree=15878716/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=93424 CPUtime=25.49 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 33117 0 0 0 2543 6 0 0 25 0 1 0 770042823 95666176 17778 33554432000 4194304 4291037 140733537494224 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 23356 17778 280 24 0 19990 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 93424

[startup+51.1008 s]
/proc/loadavg: 2.03 2.04 2.00 3/551 16623
/proc/meminfo: memFree=15860580/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=118668 CPUtime=51.09 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 49408 0 0 0 5100 9 0 0 25 0 1 0 770042823 121516032 21914 33554432000 4194304 4291037 140733537494224 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 29667 21914 280 24 0 26301 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 118668

[startup+102.321 s]
/proc/loadavg: 2.01 2.03 2.00 3/551 16625
/proc/meminfo: memFree=15872356/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=84284 CPUtime=102.31 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 79292 0 0 0 10215 16 0 0 25 0 1 0 770042823 86306816 17381 33554432000 4194304 4291037 140733537494224 18446744073709551615 4261878 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 21071 17381 280 24 0 17705 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 84284

[startup+162.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/551 16626
/proc/meminfo: memFree=15813696/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=162200 CPUtime=162.3 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 110797 0 0 0 16206 24 0 0 25 0 1 0 770042823 166092800 31726 33554432000 4194304 4291037 140733537494224 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 40550 31726 280 24 0 37184 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 162200

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/551 16628
/proc/meminfo: memFree=15793472/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=171168 CPUtime=222.3 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 147166 0 0 0 22198 32 0 0 25 0 1 0 770042823 175276032 36690 33554432000 4194304 4291037 140733537494224 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 42792 36690 280 24 0 39426 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 171168

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/551 16631
/proc/meminfo: memFree=15829668/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=135284 CPUtime=282.3 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 184414 0 0 0 28190 40 0 0 25 0 1 0 770042823 138530816 27659 33554432000 4194304 4291037 140733537494224 18446744073709551615 4256164 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 33821 27659 280 24 0 30455 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 135284

[startup+342.301 s]
/proc/loadavg: 2.10 2.04 2.01 3/551 16632
/proc/meminfo: memFree=15794692/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=189012 CPUtime=342.3 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 208620 0 0 0 34186 44 0 0 25 0 1 0 770042823 193548288 36013 33554432000 4194304 4291037 140733537494224 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 47253 36013 280 24 0 43887 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 189012

[startup+402.301 s]
/proc/loadavg: 2.08 2.04 2.01 3/551 16634
/proc/meminfo: memFree=15767776/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=123840 CPUtime=402.3 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 240158 0 0 0 40178 52 0 0 25 0 1 0 770042823 126812160 26971 33554432000 4194304 4291037 140733537494224 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 30960 26971 280 24 0 27594 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 123840

[startup+462.301 s]
/proc/loadavg: 2.03 2.03 2.00 3/551 16635
/proc/meminfo: memFree=15811784/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=147756 CPUtime=462.3 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 264517 0 0 0 46172 58 0 0 25 0 1 0 770042823 151302144 31677 33554432000 4194304 4291037 140733537494224 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 36939 31677 280 24 0 33573 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 147756

[startup+522.3 s]
/proc/loadavg: 2.15 2.07 2.01 3/551 16637
/proc/meminfo: memFree=15739488/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=251056 CPUtime=522.31 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 306884 0 0 0 52163 68 0 0 25 0 1 0 770042823 257081344 49451 33554432000 4194304 4291037 140733537494224 18446744073709551615 4256161 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 62764 49451 280 24 0 59398 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 251056

[startup+582.3 s]
/proc/loadavg: 2.05 2.05 2.01 3/551 16639
/proc/meminfo: memFree=15621308/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=345824 CPUtime=582.31 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 336363 0 0 0 58156 75 0 0 25 0 1 0 770042823 354123776 78758 33554432000 4194304 4291037 140733537494224 18446744073709551615 4256112 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 86456 78758 280 24 0 83090 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 345824

[startup+642.3 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/551 16760
/proc/meminfo: memFree=15463984/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=489992 CPUtime=4062.43 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 1888829 0 0 0 405799 444 0 0 25 0 1 0 770042823 501751808 111851 33554432000 4194304 4291037 140733537494224 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 122498 111851 280 24 0 119132 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 489992

[startup+4122.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/551 16762
/proc/meminfo: memFree=15499932/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=440412 CPUtime=4122.41 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 1911795 0 0 0 411790 451 0 0 25 0 1 0 770042823 450981888 103603 33554432000 4194304 4291037 140733537494224 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 110103 103603 280 24 0 106737 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 440412

[startup+4182.3 s]
/proc/loadavg: 2.15 2.04 2.01 3/551 16764
/proc/meminfo: memFree=15529052/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=440412 CPUtime=4182.41 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 1952651 0 0 0 417782 459 0 0 25 0 1 0 770042823 450981888 96213 33554432000 4194304 4291037 140733537494224 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 110103 96213 280 24 0 106737 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 440412

[startup+4242.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/551 16766
/proc/meminfo: memFree=15470268/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=490500 CPUtime=4242.42 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 1967722 0 0 0 423779 463 0 0 25 0 1 0 770042823 502272000 110927 33554432000 4194304 4291037 140733537494224 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 122625 110927 280 24 0 119259 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 490500

[startup+4302.3 s]
/proc/loadavg: 2.15 2.06 2.01 3/551 16769
/proc/meminfo: memFree=15522208/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=445828 CPUtime=4302.42 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 1986549 0 0 0 429772 470 0 0 25 0 1 0 770042823 456527872 97960 33554432000 4194304 4291037 140733537494224 18446744073709551615 4255656 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 111457 97960 280 24 0 108091 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 445828

[startup+4362.3 s]
/proc/loadavg: 2.15 2.08 2.02 3/551 16770
/proc/meminfo: memFree=15464536/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=495916 CPUtime=4362.42 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 2002065 0 0 0 435768 474 0 0 25 0 1 0 770042823 507817984 113108 33554432000 4194304 4291037 140733537494224 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 123979 113108 280 24 0 120613 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 495916

[startup+4422.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/551 16773
/proc/meminfo: memFree=15484356/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=497460 CPUtime=4422.42 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 2024872 0 0 0 441762 480 0 0 25 0 1 0 770042823 509399040 107244 33554432000 4194304 4291037 140733537494224 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 124365 107244 280 24 0 120999 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 497460

[startup+4482.3 s]
/proc/loadavg: 2.02 2.05 2.01 3/551 16775
/proc/meminfo: memFree=15518440/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=449136 CPUtime=4482.43 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 2046812 0 0 0 447756 487 0 0 25 0 1 0 770042823 459915264 98973 33554432000 4194304 4291037 140733537494224 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 112284 98973 280 24 0 108918 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 449136

[startup+4542.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/551 16776
/proc/meminfo: memFree=15512236/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=449136 CPUtime=4542.43 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 2099315 0 0 0 453745 498 0 0 25 0 1 0 770042823 459915264 100570 33554432000 4194304 4291037 140733537494224 18446744073709551615 4256189 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 112284 100570 280 24 0 108918 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 449136

[startup+4602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/551 16778
/proc/meminfo: memFree=15375576/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=581432 CPUtime=4602.44 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 2133130 0 0 0 459738 506 0 0 25 0 1 0 770042823 595386368 133834 33554432000 4194304 4291037 140733537494224 18446744073709551615 4266203 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 145358 133834 280 24 0 141992 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 581432

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/551 16779
/proc/meminfo: memFree=15480348/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=457732 CPUtime=4662.43 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 2159702 0 0 0 465729 514 0 0 25 0 1 0 770042823 468717568 107917 33554432000 4194304 4291037 140733537494224 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 114433 107917 280 24 0 111067 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 457732

[startup+4722.32 s]
/proc/loadavg: 2.00 2.02 2.00 3/551 16781
/proc/meminfo: memFree=15502896/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=463248 CPUtime=4722.45 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 2189682 0 0 0 471725 520 0 0 25 0 1 0 770042823 474365952 102241 33554432000 4194304 4291037 140733537494224 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 115812 102241 280 24 0 112446 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 463248

[startup+4782.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/551 16783
/proc/meminfo: memFree=15541564/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=403388 CPUtime=4782.43 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 2211088 0 0 0 477718 525 0 0 25 0 1 0 770042823 413069312 93398 33554432000 4194304 4291037 140733537494224 18446744073709551615 4255871 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 100847 93398 280 24 0 97481 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 403388

[startup+4842.3 s]
/proc/loadavg: 2.21 2.08 2.02 3/551 16784
/proc/meminfo: memFree=15374892/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=596328 CPUtime=4842.44 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 2252732 0 0 0 483712 532 0 0 25 0 1 0 770042823 610639872 134479 33554432000 4194304 4291037 140733537494224 18446744073709551615 4255857 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 149082 134479 280 24 0 145716 0
Current children cumulated CPU time (s) 4842.44
Current children cumulated vsize (KiB) 596328

[startup+4902.3 s]
/proc/loadavg: 2.14 2.08 2.02 3/551 16787
/proc/meminfo: memFree=15385796/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=601508 CPUtime=4902.44 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 2306326 0 0 0 489702 542 0 0 25 0 1 0 770042823 615944192 132631 33554432000 4194304 4291037 140733537494224 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 150377 132631 280 24 0 147011 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 601508

[startup+4962.3 s]
/proc/loadavg: 2.05 2.06 2.01 3/551 16788
/proc/meminfo: memFree=15234004/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=738416 CPUtime=4962.44 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 2343847 0 0 0 495696 548 0 0 25 0 1 0 770042823 756137984 169761 33554432000 4194304 4291037 140733537494224 18446744073709551615 4256127 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 184604 169761 280 24 0 181238 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 738416



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.02 2.05 2.01 2/546 16812
/proc/meminfo: memFree=15510516/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=529412 CPUtime=5000.05 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 2369547 0 0 0 499452 553 0 0 25 0 1 0 770042823 542117888 115086 33554432000 4194304 4291037 140733537494224 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 132353 115086 280 24 0 128987 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 529412

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: 2.02 2.05 2.01 2/546 16812
/proc/meminfo: memFree=15510516/32951124 swapFree=54323904/67111528
[pid=16620] ppid=16618 vsize=529412 CPUtime=5000.05 cores=1,3,5,7
/proc/16620/stat : 16620 (minisat_release) R 16618 16620 16220 0 -1 4202496 2369547 0 0 0 499452 553 0 0 25 0 1 0 770042823 542117888 115086 33554432000 4194304 4291037 140733537494224 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/16620/statm: 132353 115086 280 24 0 128987 0
Current children cumulated CPU time (s) 5000.05
Current children cumulated vsize (KiB) 529412

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.94
CPU time (s): 5000.09
CPU user time (s): 4994.53
CPU system time (s): 5.55715
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 903552

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

runsolver used 25.98 second user time and 64.6632 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-28 14:07:04
IDJOB=3419972
IDBENCH=82467
IDSOLVER=1912
FILE ID=node106/3419972-1306584424
RUNJOBID= node106-1306579399-16239
PBS_JOBID= 13471574
Free space on /tmp= 73464 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419972-1306584424/watcher-3419972-1306584424 -o /tmp/evaluation-result-3419972-1306584424/solver-3419972-1306584424 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3419972-1306584424.cnf

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

MD5SUM BENCH= 8dae13531986e2a9bdb6559418f57130
RANDOM SEED=1862473715

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15954860 kB
Buffers:        351040 kB
Cached:       10668984 kB
SwapCached:      24016 kB
Active:        6618276 kB
Inactive:     10069040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15954860 kB
SwapTotal:    67111528 kB
SwapFree:     54323904 kB
Dirty:            6500 kB
Writeback:           0 kB
AnonPages:     5651640 kB
Mapped:          26368 kB
Slab:           160388 kB
PageTables:      78136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 167558812 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= 73448 MiB
End job on node106 at 2011-05-28 15:30:26