Trace number 3349739

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: LR_NOGL_NOSHR 2011-03-02? (TO) 1300.15 1300.13

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/11pipe_11_ooo.cnf
MD5SUMf603f11fbfe855df381282b7bce010ea
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables88289
Number of clauses4187694
Sum of the clauses size12410354
Maximum clause length341
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23770000
Number of clauses of size 3347602
Number of clauses of size 41622
Number of clauses of size 51351
Number of clauses of size over 567118

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-3349739-1304974465/watcher-3349739-1304974465 -o /tmp/evaluation-result-3349739-1304974465/solver-3349739-1304974465 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349739-1304974465.cnf -verb=0 -model -no-shrinking -no-glucose 

running on 2 cores: 1,3

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.91 2.70 3.00 5/262 2118
/proc/meminfo: memFree=17438560/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=316 CPUtime=0 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4194304 73 0 0 0 0 0 0 0 23 0 1 0 609044481 323584 29 33554432000 4194304 4300056 140734118774608 18446744073709551615 271545613959 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/2118/statm: 79 29 22 26 0 22 0

[startup+0.0428859 s]
/proc/loadavg: 3.91 2.70 3.00 5/262 2118
/proc/meminfo: memFree=17438560/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=23396 CPUtime=0.03 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 1884 0 0 0 3 0 0 0 23 0 1 0 609044481 23957504 1663 33554432000 4194304 4300056 140734118774608 18446744073709551615 271550537472 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 5849 1664 220 26 0 2481 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 23396

[startup+0.10087 s]
/proc/loadavg: 3.91 2.70 3.00 5/262 2118
/proc/meminfo: memFree=17438560/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=29472 CPUtime=0.08 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 4592 0 0 0 8 0 0 0 23 0 1 0 609044481 30179328 3788 33554432000 4194304 4300056 140734118774608 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 7368 3788 220 26 0 4000 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 29472

[startup+0.300835 s]
/proc/loadavg: 3.91 2.70 3.00 5/262 2118
/proc/meminfo: memFree=17438560/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=63648 CPUtime=0.29 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 12564 0 0 0 27 2 0 0 25 0 1 0 609044481 65175552 10547 33554432000 4194304 4300056 140734118774608 18446744073709551615 4284365 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 15912 10549 220 26 0 12544 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63648

[startup+0.700766 s]
/proc/loadavg: 3.91 2.70 3.00 5/262 2118
/proc/meminfo: memFree=17438560/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=114700 CPUtime=0.68 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 28623 0 0 0 63 5 0 0 25 0 1 0 609044481 117452800 24048 33554432000 4194304 4300056 140734118774608 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 28675 24048 220 26 0 25307 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 114700

[startup+1.50063 s]
/proc/loadavg: 3.91 2.70 3.00 5/263 2119
/proc/meminfo: memFree=17300424/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=244840 CPUtime=1.49 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 61142 0 0 0 137 12 0 0 25 0 1 0 609044481 250716160 51030 33554432000 4194304 4300056 140734118774608 18446744073709551615 271550198469 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 61210 51030 220 26 0 57842 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 244840

[startup+3.10033 s]
/proc/loadavg: 4.00 2.74 3.01 5/263 2120
/proc/meminfo: memFree=17159560/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=337996 CPUtime=3.08 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 82214 0 0 0 294 14 0 0 25 0 1 0 609044481 346107904 67691 33554432000 4194304 4300056 140734118774608 18446744073709551615 4255239 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 84499 67691 227 26 0 81131 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 337996

[startup+6.30075 s]
/proc/loadavg: 4.00 2.74 3.01 5/263 2120
/proc/meminfo: memFree=17157104/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=337996 CPUtime=6.28 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 82214 0 0 0 614 14 0 0 25 0 1 0 609044481 346107904 67691 33554432000 4194304 4300056 140734118774608 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 84499 67691 227 26 0 81131 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 337996

[startup+12.7006 s]
/proc/loadavg: 4.00 2.78 3.02 5/263 2120
/proc/meminfo: memFree=17140988/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=341000 CPUtime=12.69 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 83427 0 0 0 1254 15 0 0 25 0 1 0 609044481 349184000 68866 33554432000 4194304 4300056 140734118774608 18446744073709551615 4230560 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 85250 68866 228 26 0 81882 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 341000

[startup+25.5003 s]
/proc/loadavg: 4.00 2.82 3.03 5/263 2120
/proc/meminfo: memFree=17142432/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=271148 CPUtime=25.48 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 107096 0 0 0 2531 17 0 0 25 0 1 0 609044481 277655552 62457 33554432000 4194304 4300056 140734118774608 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 67787 62457 246 26 0 64419 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 271148

[startup+51.1006 s]
/proc/loadavg: 4.00 2.91 3.06 5/263 2121
/proc/meminfo: memFree=17002640/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=402624 CPUtime=51.09 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 132861 0 0 0 5083 26 0 0 25 0 1 0 609044481 412286976 88105 33554432000 4194304 4300056 140734118774608 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 100656 88105 246 26 0 97288 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 402624

[startup+102.309 s]
/proc/loadavg: 4.07 3.12 3.12 5/263 2122
/proc/meminfo: memFree=16940752/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=751484 CPUtime=102.29 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 178438 0 0 0 10191 38 0 0 25 0 1 0 609044481 769519616 133526 33554432000 4194304 4300056 140734118774608 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 187871 133526 246 26 0 184503 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 751484

[startup+162.3 s]
/proc/loadavg: 4.02 3.27 3.17 5/263 2124
/proc/meminfo: memFree=16618100/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=763020 CPUtime=162.28 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 227870 0 0 0 16179 49 0 0 25 0 1 0 609044481 781332480 182764 33554432000 4194304 4300056 140734118774608 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 190755 182764 246 26 0 187387 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 763020

[startup+222.3 s]
/proc/loadavg: 3.52 3.28 3.18 4/257 2142
/proc/meminfo: memFree=16627956/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=1123724 CPUtime=222.29 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 267653 0 0 0 22170 59 0 0 25 0 1 0 609044481 1150693376 222394 33554432000 4194304 4300056 140734118774608 18446744073709551615 4256337 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 280931 222394 246 26 0 277563 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 1123724

[startup+282.301 s]
/proc/loadavg: 2.92 3.17 3.14 3/251 2161
/proc/meminfo: memFree=16430492/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=1127068 CPUtime=282.28 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 321968 0 0 0 28156 72 0 0 25 0 1 0 609044481 1154117632 276533 33554432000 4194304 4300056 140734118774608 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 281767 276533 246 26 0 278399 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 1127068

[startup+342.301 s]
/proc/loadavg: 2.31 2.94 3.06 3/251 2163
/proc/meminfo: memFree=16277692/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=1708988 CPUtime=342.29 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 355565 0 0 0 34145 84 0 0 25 0 1 0 609044481 1750003712 309994 33554432000 4194304 4300056 140734118774608 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 427247 309994 246 26 0 423879 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 1708988

[startup+402.301 s]
/proc/loadavg: 2.16 2.79 3.01 3/251 2173
/proc/meminfo: memFree=16239528/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=1716668 CPUtime=402.28 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 386497 0 0 0 40135 93 0 0 25 0 1 0 609044481 1757868032 340804 33554432000 4194304 4300056 140734118774608 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 429167 340804 246 26 0 425799 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 1716668

[startup+462.301 s]
/proc/loadavg: 2.10 2.65 2.94 3/251 2175
/proc/meminfo: memFree=16052772/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=1726912 CPUtime=462.29 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 422535 0 0 0 46126 103 0 0 25 0 1 0 609044481 1768357888 376738 33554432000 4194304 4300056 140734118774608 18446744073709551615 4256042 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 431728 376738 246 26 0 428360 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 1726912

[startup+522.301 s]
/proc/loadavg: 2.22 2.58 2.90 3/251 2176
/proc/meminfo: memFree=15913120/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=1735816 CPUtime=522.28 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 451991 0 0 0 52118 110 0 0 25 0 1 0 609044481 1777475584 406078 33554432000 4194304 4300056 140734118774608 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 433954 406078 246 26 0 430586 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 1735816

[startup+582.301 s]
/proc/loadavg: 2.08 2.47 2.84 3/251 2178
/proc/meminfo: memFree=15770352/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=2673936 CPUtime=582.29 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 482679 0 0 0 58109 120 0 0 25 0 1 0 609044481 2738110464 436650 33554432000 4194304 4300056 140734118774608 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 668484 436650 246 26 0 665116 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 2673936

[startup+642.301 s]
/proc/loadavg: 2.05 2.39 2.79 3/251 2183
/proc/meminfo: memFree=15605280/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=2673936 CPUtime=642.3 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 519774 0 0 0 64098 132 0 0 25 0 1 0 609044481 2738110464 473609 33554432000 4194304 4300056 140734118774608 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 668484 473609 246 26 0 665116 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 2673936

[startup+702.3 s]
/proc/loadavg: 2.02 2.32 2.74 3/251 2184
/proc/meminfo: memFree=15349064/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=2675144 CPUtime=702.3 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 579152 0 0 0 70081 149 0 0 25 0 1 0 609044481 2739347456 532848 33554432000 4194304 4300056 140734118774608 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 668786 532848 246 26 0 665418 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 2675144

[startup+762.309 s]
/proc/loadavg: 2.00 2.26 2.68 3/251 2186
/proc/meminfo: memFree=15181860/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=2683924 CPUtime=762.31 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 617953 0 0 0 76069 162 0 0 25 0 1 0 609044481 2748338176 571555 33554432000 4194304 4300056 140734118774608 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 670981 571555 246 26 0 667613 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 2683924

[startup+822.3 s]
/proc/loadavg: 2.00 2.21 2.64 3/251 2187
/proc/meminfo: memFree=15144380/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=2692668 CPUtime=822.29 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 647265 0 0 0 82060 169 0 0 25 0 1 0 609044481 2757292032 600777 33554432000 4194304 4300056 140734118774608 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 673167 600777 246 26 0 669799 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 2692668

[startup+882.3 s]
/proc/loadavg: 2.00 2.17 2.60 3/251 2189
/proc/meminfo: memFree=14993072/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=2696744 CPUtime=882.3 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 678736 0 0 0 88051 179 0 0 25 0 1 0 609044481 2761465856 632160 33554432000 4194304 4300056 140734118774608 18446744073709551615 4256274 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 674186 632160 246 26 0 670818 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 2696744

[startup+942.301 s]
/proc/loadavg: 2.00 2.14 2.56 3/251 2191
/proc/meminfo: memFree=14882308/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=2701280 CPUtime=942.3 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 702365 0 0 0 94044 186 0 0 25 0 1 0 609044481 2766110720 655707 33554432000 4194304 4300056 140734118774608 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 675320 655707 246 26 0 671952 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 2701280

[startup+1002.3 s]
/proc/loadavg: 2.00 2.11 2.52 3/251 2192
/proc/meminfo: memFree=14777508/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=4211788 CPUtime=1002.3 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 724745 0 0 0 100035 195 0 0 25 0 1 0 609044481 4312870912 677988 33554432000 4194304 4300056 140734118774608 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 1052947 677988 246 26 0 1049579 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 4211788

[startup+1062.3 s]
/proc/loadavg: 2.06 2.10 2.49 3/251 2194
/proc/meminfo: memFree=14679260/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=4219228 CPUtime=1062.3 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 746772 0 0 0 106026 204 0 0 25 0 1 0 609044481 4320489472 699935 33554432000 4194304 4300056 140734118774608 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 1054807 699935 246 26 0 1051439 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 4219228

[startup+1122.3 s]
/proc/loadavg: 2.02 2.08 2.45 3/251 2195
/proc/meminfo: memFree=14570232/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=4224272 CPUtime=1122.31 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 770080 0 0 0 112018 213 0 0 25 0 1 0 609044481 4325654528 723160 33554432000 4194304 4300056 140734118774608 18446744073709551615 4253984 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 1056068 723160 246 26 0 1052700 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 4224272

[startup+1182.3 s]
/proc/loadavg: 1.52 1.94 2.38 2/245 2215
/proc/meminfo: memFree=14675944/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=4231392 CPUtime=1182.31 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 797207 0 0 0 118010 221 0 0 25 0 1 0 609044481 4332945408 750190 33554432000 4194304 4300056 140734118774608 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 1057848 750190 246 26 0 1054480 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 4231392

[startup+1242.3 s]
/proc/loadavg: 1.17 1.75 2.29 2/245 2217
/proc/meminfo: memFree=14528732/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=4240460 CPUtime=1242.31 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 833449 0 0 0 124001 230 0 0 25 0 1 0 609044481 4342231040 786342 33554432000 4194304 4300056 140734118774608 18446744073709551615 4252496 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 1060115 786342 246 26 0 1056747 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 4240460



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.07 1.62 2.21 2/245 2218
/proc/meminfo: memFree=14439792/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=4245300 CPUtime=1300.01 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4202496 855406 0 0 0 129765 236 0 0 25 0 1 0 609044481 4347187200 808230 33554432000 4194304 4300056 140734118774608 18446744073709551615 4256573 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/2118/statm: 1061325 808230 246 26 0 1057957 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 4245300

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

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

[startup+1300.11 s]
/proc/loadavg: 1.07 1.62 2.21 2/246 2219
/proc/meminfo: memFree=17125128/32951124 swapFree=67056776/67111528
[pid=2118] ppid=2116 vsize=0 CPUtime=1300.13 cores=1,3
/proc/2118/stat : 2118 (lr_gl_shr) R 2116 2118 876 0 -1 4203524 855406 0 0 0 129766 247 0 0 25 0 1 0 609044481 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 1 0 0 0
/proc/2118/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.13
CPU time (s): 1300.15
CPU user time (s): 1297.66
CPU system time (s): 2.48862
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 4245300

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

runsolver used 2.96055 second user time and 7.31289 second system time

The end

Launcher Data

Begin job on node133 at 2011-05-09 22:54:26
IDJOB=3349739
IDBENCH=88163
IDSOLVER=1814
FILE ID=node133/3349739-1304974465
RUNJOBID= node133-1304974300-1889
PBS_JOBID= 13285617
Free space on /tmp= 43056 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/11pipe_11_ooo.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking -no-glucose
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349739-1304974465/watcher-3349739-1304974465 -o /tmp/evaluation-result-3349739-1304974465/solver-3349739-1304974465 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349739-1304974465.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= f603f11fbfe855df381282b7bce010ea
RANDOM SEED=111308799

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.834
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.834
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	: 6741.12
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.834
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.834
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.834
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.834
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:      17438716 kB
Buffers:        165688 kB
Cached:        7318052 kB
SwapCached:       8416 kB
Active:        8032336 kB
Inactive:      7102216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17438716 kB
SwapTotal:    67111528 kB
SwapFree:     67056776 kB
Dirty:           81968 kB
Writeback:           0 kB
AnonPages:     7648120 kB
Mapped:          21560 kB
Slab:           291252 kB
PageTables:      24604 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 19500108 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 43068 MiB
End job on node133 at 2011-05-09 23:16:08