Trace number 3318022

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: MiniSAT 2.2.0-agile-26? (TO) 1300.09 1300.04

General information on the benchmark

NameAPPLICATIONS/bitverif/
maxor/maxor128.cnf
MD5SUMe050fe11c7c50ba82ac7126f49db3c10
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2982.37
Satisfiable
(Un)Satisfiability was proved
Number of variables200308
Number of clauses598619
Sum of the clauses size1396775
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2399078
Number of clauses of size 3199539
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-3318022-1304899009/watcher-3318022-1304899009 -o /tmp/evaluation-result-3318022-1304899009/solver-3318022-1304899009 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318022-1304899009.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.28 1.12 0.39 5/376 14936
/proc/meminfo: memFree=22531144/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=21844 CPUtime=0.01 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 1324 0 0 0 1 0 0 0 21 0 1 0 582316602 22368256 1242 33554432000 4194304 4291235 140734424020576 18446744073709551615 4223075 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 5461 1242 215 24 0 2095 0

[startup+0.0467979 s]
/proc/loadavg: 3.28 1.12 0.39 5/376 14936
/proc/meminfo: memFree=22531144/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=29044 CPUtime=0.03 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 3632 0 0 0 3 0 0 0 21 0 1 0 582316602 29741056 3284 33554432000 4194304 4291235 140734424020576 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 7261 3288 216 24 0 3895 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 29044

[startup+0.100796 s]
/proc/loadavg: 3.28 1.12 0.39 5/376 14936
/proc/meminfo: memFree=22531144/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=41028 CPUtime=0.09 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 7371 0 0 0 8 1 0 0 21 0 1 0 582316602 42012672 6541 33554432000 4194304 4291235 140734424020576 18446744073709551615 264726065861 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 10257 6542 215 24 0 6891 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 41028

[startup+0.300762 s]
/proc/loadavg: 3.28 1.12 0.39 5/376 14936
/proc/meminfo: memFree=22531144/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=88664 CPUtime=0.29 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 19395 0 0 0 27 2 0 0 22 0 1 0 582316602 90791936 17359 33554432000 4194304 4291235 140734424020576 18446744073709551615 4215710 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 22166 17359 287 24 0 18800 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 88664

[startup+0.70068 s]
/proc/loadavg: 3.28 1.12 0.39 5/376 14936
/proc/meminfo: memFree=22531144/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=121108 CPUtime=0.69 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 24868 0 0 0 66 3 0 0 23 0 1 0 582316602 124014592 22578 33554432000 4194304 4291235 140734424020576 18446744073709551615 4210080 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 30277 22581 290 24 0 26911 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 121108

[startup+1.50053 s]
/proc/loadavg: 3.28 1.12 0.39 5/377 14937
/proc/meminfo: memFree=22437400/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=99740 CPUtime=1.49 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 31352 0 0 0 145 4 0 0 25 0 1 0 582316602 102133760 18920 33554432000 4194304 4291235 140734424020576 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 24935 18920 309 24 0 21569 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99740

[startup+3.10023 s]
/proc/loadavg: 3.28 1.12 0.39 5/377 14937
/proc/meminfo: memFree=22444740/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=99740 CPUtime=3.09 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 31479 0 0 0 305 4 0 0 25 0 1 0 582316602 102133760 19045 33554432000 4194304 4291235 140734424020576 18446744073709551615 4262331 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 24935 19045 310 24 0 21569 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 99740

[startup+6.30063 s]
/proc/loadavg: 3.33 1.16 0.41 5/377 14937
/proc/meminfo: memFree=22425008/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=99740 CPUtime=6.29 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 32003 0 0 0 625 4 0 0 25 0 1 0 582316602 102133760 19564 33554432000 4194304 4291235 140734424020576 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 24935 19564 310 24 0 21569 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 99740

[startup+12.7004 s]
/proc/loadavg: 3.39 1.21 0.43 5/377 14938
/proc/meminfo: memFree=22553008/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=118416 CPUtime=12.69 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 33303 0 0 0 1264 5 0 0 25 0 1 0 582316602 121257984 20854 33554432000 4194304 4291235 140734424020576 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 29604 20854 310 24 0 26238 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 118416

[startup+25.501 s]
/proc/loadavg: 3.52 1.35 0.49 5/377 14938
/proc/meminfo: memFree=22442356/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=148768 CPUtime=25.49 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 40882 0 0 0 2543 6 0 0 25 0 1 0 582316602 152338432 28411 33554432000 4194304 4291235 140734424020576 18446744073709551615 4248326 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 37192 28411 310 24 0 33826 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 148768

[startup+51.1012 s]
/proc/loadavg: 3.68 1.56 0.58 5/377 14939
/proc/meminfo: memFree=22287236/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=167736 CPUtime=51.09 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 45815 0 0 0 5102 7 0 0 25 0 1 0 582316602 171761664 33292 33554432000 4194304 4291235 140734424020576 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 41934 33292 310 24 0 38568 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 167736

[startup+102.314 s]
/proc/loadavg: 3.91 1.95 0.76 5/377 14940
/proc/meminfo: memFree=22357924/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=248644 CPUtime=102.31 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 55758 0 0 0 10221 10 0 0 25 0 1 0 582316602 254611456 43148 33554432000 4194304 4291235 140734424020576 18446744073709551615 4255679 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 62161 43148 310 24 0 58795 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 248644

[startup+162.301 s]
/proc/loadavg: 3.97 2.32 0.96 5/377 14942
/proc/meminfo: memFree=21971984/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=330032 CPUtime=162.29 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 68840 0 0 0 16217 12 0 0 25 0 1 0 582316602 337952768 56137 33554432000 4194304 4291235 140734424020576 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 82508 56137 310 24 0 79142 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 330032

[startup+222.301 s]
/proc/loadavg: 4.04 2.64 1.16 5/377 14943
/proc/meminfo: memFree=21860452/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=330032 CPUtime=222.29 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 81841 0 0 0 22214 15 0 0 25 0 1 0 582316602 337952768 69054 33554432000 4194304 4291235 140734424020576 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 82508 69054 310 24 0 79142 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 330032

[startup+282.3 s]
/proc/loadavg: 4.01 2.88 1.33 5/377 14954
/proc/meminfo: memFree=22084684/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=468328 CPUtime=282.3 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 93119 0 0 0 28212 18 0 0 25 0 1 0 582316602 479567872 80279 33554432000 4194304 4291235 140734424020576 18446744073709551615 4248512 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 117082 80279 310 24 0 113716 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 468328

[startup+342.301 s]
/proc/loadavg: 4.00 3.08 1.50 5/377 14955
/proc/meminfo: memFree=22141292/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=469680 CPUtime=342.3 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 103952 0 0 0 34208 22 0 0 25 0 1 0 582316602 480952320 91047 33554432000 4194304 4291235 140734424020576 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 117420 91047 310 24 0 114054 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 469680

[startup+402.301 s]
/proc/loadavg: 4.00 3.25 1.65 5/377 14957
/proc/meminfo: memFree=21801236/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=478456 CPUtime=402.31 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 115226 0 0 0 40206 25 0 0 25 0 1 0 582316602 489938944 102284 33554432000 4194304 4291235 140734424020576 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 119614 102284 310 24 0 116248 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 478456

[startup+462.3 s]
/proc/loadavg: 4.00 3.38 1.79 5/377 14959
/proc/meminfo: memFree=21774284/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=485876 CPUtime=462.31 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 125026 0 0 0 46203 28 0 0 25 0 1 0 582316602 497537024 112036 33554432000 4194304 4291235 140734424020576 18446744073709551615 4256110 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 121469 112036 310 24 0 118103 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 485876

[startup+522.301 s]
/proc/loadavg: 4.07 3.52 1.94 5/377 14960
/proc/meminfo: memFree=21527348/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=706828 CPUtime=522.31 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 133481 0 0 0 52201 30 0 0 25 0 1 0 582316602 723791872 120451 33554432000 4194304 4291235 140734424020576 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 176707 120451 310 24 0 173341 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 706828

[startup+582.301 s]
/proc/loadavg: 4.18 3.64 2.08 5/377 14962
/proc/meminfo: memFree=21524948/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=715780 CPUtime=582.31 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 145283 0 0 0 58199 32 0 0 25 0 1 0 582316602 732958720 132201 33554432000 4194304 4291235 140734424020576 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 178945 132201 310 24 0 175579 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 715780

[startup+642.3 s]
/proc/loadavg: 4.14 3.72 2.20 5/377 14963
/proc/meminfo: memFree=21596948/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=723244 CPUtime=642.33 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 155317 0 0 0 64198 35 0 0 25 0 1 0 582316602 740601856 142200 33554432000 4194304 4291235 140734424020576 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 180811 142200 310 24 0 177445 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 723244

[startup+702.301 s]
/proc/loadavg: 4.13 3.78 2.31 5/377 14992
/proc/meminfo: memFree=21938028/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=247252 CPUtime=702.31 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 174817 0 0 0 70191 40 0 0 25 0 1 0 582316602 253186048 50656 33554432000 4194304 4291235 140734424020576 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 61813 50656 310 24 0 58447 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 247252

[startup+762.315 s]
/proc/loadavg: 4.12 3.84 2.42 5/377 14994
/proc/meminfo: memFree=22414012/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=297340 CPUtime=762.33 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 186856 0 0 0 76190 43 0 0 25 0 1 0 582316602 304476160 62625 33554432000 4194304 4291235 140734424020576 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 74335 62625 310 24 0 70969 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 297340

[startup+822.3 s]
/proc/loadavg: 4.04 3.86 2.52 5/377 14995
/proc/meminfo: memFree=22216556/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=379784 CPUtime=822.32 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 198290 0 0 0 82185 47 0 0 25 0 1 0 582316602 388898816 74005 33554432000 4194304 4291235 140734424020576 18446744073709551615 4256124 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 94946 74005 310 24 0 91580 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 379784

[startup+882.301 s]
/proc/loadavg: 4.01 3.89 2.61 5/377 14997
/proc/meminfo: memFree=22048112/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=516624 CPUtime=882.32 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 215279 0 0 0 88181 51 0 0 25 0 1 0 582316602 529022976 90929 33554432000 4194304 4291235 140734424020576 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 129156 90929 310 24 0 125790 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 516624

[startup+942.301 s]
/proc/loadavg: 4.04 3.92 2.70 5/377 14998
/proc/meminfo: memFree=22044592/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=517172 CPUtime=942.32 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 227971 0 0 0 94176 56 0 0 25 0 1 0 582316602 529584128 103575 33554432000 4194304 4291235 140734424020576 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 129293 103575 310 24 0 125927 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 517172

[startup+1002.3 s]
/proc/loadavg: 4.01 3.93 2.77 5/377 15000
/proc/meminfo: memFree=21883460/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=519360 CPUtime=1002.33 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 238478 0 0 0 100173 60 0 0 25 0 1 0 582316602 531824640 114032 33554432000 4194304 4291235 140734424020576 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 129840 114032 310 24 0 126474 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 519360

[startup+1062.3 s]
/proc/loadavg: 4.06 3.95 2.85 5/377 15002
/proc/meminfo: memFree=21741064/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=526332 CPUtime=1062.33 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 248088 0 0 0 106170 63 0 0 25 0 1 0 582316602 538963968 123594 33554432000 4194304 4291235 140734424020576 18446744073709551615 4261699 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 131583 123594 310 24 0 128217 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 526332

[startup+1122.3 s]
/proc/loadavg: 4.02 3.96 2.92 5/377 15003
/proc/meminfo: memFree=21617508/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=742608 CPUtime=1122.33 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 257729 0 0 0 112166 67 0 0 25 0 1 0 582316602 760430592 133198 33554432000 4194304 4291235 140734424020576 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 185652 133198 310 24 0 182286 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 742608

[startup+1182.3 s]
/proc/loadavg: 4.05 3.98 2.99 5/377 15005
/proc/meminfo: memFree=21511692/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=748472 CPUtime=1182.34 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 265616 0 0 0 118164 70 0 0 25 0 1 0 582316602 766435328 141044 33554432000 4194304 4291235 140734424020576 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 187118 141044 310 24 0 183752 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 748472

[startup+1242.3 s]
/proc/loadavg: 3.89 3.95 3.04 5/377 15089
/proc/meminfo: memFree=22455172/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=750072 CPUtime=1242.34 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 276746 0 0 0 124158 76 0 0 25 0 1 0 582316602 768073728 152132 33554432000 4194304 4291235 140734424020576 18446744073709551615 4255939 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 187518 152132 310 24 0 184152 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 750072



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.96 3.95 3.10 5/377 15091
/proc/meminfo: memFree=22319828/32951124 swapFree=66341944/67111528
[pid=14936] ppid=14934 vsize=755656 CPUtime=1300.05 cores=4,6
/proc/14936/stat : 14936 (minisat) R 14934 14936 14820 0 -1 4202496 287154 0 0 0 129924 81 0 0 25 0 1 0 582316602 773791744 162489 33554432000 4194304 4291235 140734424020576 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/14936/statm: 188914 162489 310 24 0 185548 0
Current children cumulated CPU time (s) 1300.05
Current children cumulated vsize (KiB) 755656

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.04
CPU time (s): 1300.09
CPU user time (s): 1299.25
CPU system time (s): 0.841872
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 755944

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.25
system time used= 0.841872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 287154
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= 9
involuntary context switches= 1073

runsolver used 4.79727 second user time and 10.5954 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-09 01:56:50
IDJOB=3318022
IDBENCH=70808
IDSOLVER=1707
FILE ID=node141/3318022-1304899009
RUNJOBID= node141-1304898916-14839
PBS_JOBID= 13282130
Free space on /tmp= 49272 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxor/maxor128.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318022-1304899009/watcher-3318022-1304899009 -o /tmp/evaluation-result-3318022-1304899009/solver-3318022-1304899009 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318022-1304899009.cnf

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

MD5SUM BENCH= e050fe11c7c50ba82ac7126f49db3c10
RANDOM SEED=1419721270

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.84
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.806
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.806
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22531548 kB
Buffers:        129224 kB
Cached:        4081412 kB
SwapCached:      22352 kB
Active:        3250880 kB
Inactive:      6958296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22531548 kB
SwapTotal:    67111528 kB
SwapFree:     66341944 kB
Dirty:           15060 kB
Writeback:           0 kB
AnonPages:     5982100 kB
Mapped:          19700 kB
Slab:           106508 kB
PageTables:      39720 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87288732 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= 49284 MiB
End job on node141 at 2011-05-09 02:18:32