Trace number 3349439

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_GL_SHR 2011-03-02? (TO) 1300 1300.05

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

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: 1.18 1.87 2.79 2/312 1692
/proc/meminfo: memFree=7786780/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=11796 CPUtime=0 cores=4,6
/proc/1692/stat : 1692 (runsolver) S 1690 1692 533 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 609081338 12079104 49 33554432000 4194304 5432360 140736228406912 18446744073709551615 4881623 0 2147483391 4096 24578 18446744071699977015 0 0 17 4 0 0 0
/proc/1692/statm: 2949 49 30 303 0 2643 0

[startup+0.202358 s]
/proc/loadavg: 1.18 1.87 2.79 2/312 1692
/proc/meminfo: memFree=7786780/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=38832 CPUtime=0.15 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 7450 0 0 0 14 1 0 0 17 0 1 0 609081338 39763968 6152 33554432000 4194304 4300056 140735635244048 18446744073709551615 4270898 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 9708 6152 220 26 0 6340 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 38832

[startup+0.300316 s]
/proc/loadavg: 1.18 1.87 2.79 2/312 1692
/proc/meminfo: memFree=7786780/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=52688 CPUtime=0.25 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 11418 0 0 0 23 2 0 0 18 0 1 0 609081338 53952512 9479 33554432000 4194304 4300056 140735635244048 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 13172 9480 220 26 0 9804 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 52688

[startup+0.400261 s]
/proc/loadavg: 1.18 1.87 2.79 2/312 1692
/proc/meminfo: memFree=7786780/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=70108 CPUtime=0.36 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 15753 0 0 0 33 3 0 0 18 0 1 0 609081338 71790592 12935 33554432000 4194304 4300056 140735635244048 18446744073709551615 235594866432 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 17527 12936 220 26 0 14159 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 70108

[startup+0.700158 s]
/proc/loadavg: 1.18 1.87 2.79 2/312 1692
/proc/meminfo: memFree=7786780/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=111864 CPUtime=0.65 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 27323 0 0 0 60 5 0 0 18 0 1 0 609081338 114548736 22853 33554432000 4194304 4300056 140735635244048 18446744073709551615 4200879 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 27966 22855 220 26 0 24598 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 111864

[startup+1.50106 s]
/proc/loadavg: 1.18 1.87 2.79 4/313 1693
/proc/meminfo: memFree=7344792/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=236216 CPUtime=1.46 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 59971 0 0 0 133 13 0 0 19 0 1 0 609081338 241885184 49941 33554432000 4194304 4300056 140735635244048 18446744073709551615 4286204 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 59054 49941 220 26 0 55686 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 236216

[startup+3.10074 s]
/proc/loadavg: 1.18 1.87 2.79 5/316 1699
/proc/meminfo: memFree=7040924/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=337996 CPUtime=3.05 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 82211 0 0 0 288 17 0 0 25 0 1 0 609081338 346107904 67690 33554432000 4194304 4300056 140735635244048 18446744073709551615 4230547 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 84499 67690 226 26 0 81131 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 337996

[startup+6.31217 s]
/proc/loadavg: 1.65 1.95 2.81 5/321 1705
/proc/meminfo: memFree=6085356/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=337996 CPUtime=6.26 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 82212 0 0 0 609 17 0 0 25 0 1 0 609081338 346107904 67691 33554432000 4194304 4300056 140735635244048 18446744073709551615 4230512 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 84499 67691 227 26 0 81131 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 337996

[startup+12.7011 s]
/proc/loadavg: 2.00 2.02 2.83 5/321 1706
/proc/meminfo: memFree=5729880/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=341000 CPUtime=12.65 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 83425 0 0 0 1248 17 0 0 25 0 1 0 609081338 349184000 68866 33554432000 4194304 4300056 140735635244048 18446744073709551615 4230547 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 85250 68866 228 26 0 81882 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 341000

[startup+25.5009 s]
/proc/loadavg: 2.44 2.12 2.85 5/321 1706
/proc/meminfo: memFree=5577616/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=271148 CPUtime=25.46 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 103924 0 0 0 2526 20 0 0 25 0 1 0 609081338 277655552 59304 33554432000 4194304 4300056 140735635244048 18446744073709551615 4251405 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 67787 59304 246 26 0 64419 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 271148

[startup+51.1004 s]
/proc/loadavg: 2.81 2.23 2.87 4/315 1733
/proc/meminfo: memFree=5905400/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=271148 CPUtime=51.05 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 105618 0 0 0 5085 20 0 0 25 0 1 0 609081338 277655552 60952 33554432000 4194304 4300056 140735635244048 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 67787 60952 246 26 0 64419 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 271148

[startup+102.3 s]
/proc/loadavg: 2.91 2.35 2.87 4/315 1734
/proc/meminfo: memFree=5869240/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=321236 CPUtime=102.26 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 111301 0 0 0 10203 23 0 0 25 0 1 0 609081338 328945664 66556 33554432000 4194304 4300056 140735635244048 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 80309 66556 248 26 0 76941 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 321236

[startup+162.301 s]
/proc/loadavg: 2.97 2.47 2.88 4/315 1736
/proc/meminfo: memFree=5831372/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=321236 CPUtime=162.25 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 117395 0 0 0 16201 24 0 0 25 0 1 0 609081338 328945664 72568 33554432000 4194304 4300056 140735635244048 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 80309 72568 248 26 0 76941 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 321236

[startup+222.3 s]
/proc/loadavg: 3.06 2.58 2.89 4/315 1739
/proc/meminfo: memFree=5835300/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=402624 CPUtime=222.25 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 123390 0 0 0 22199 26 0 0 25 0 1 0 609081338 412286976 78509 33554432000 4194304 4300056 140735635244048 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 100656 78509 248 26 0 97288 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 402624

[startup+282.301 s]
/proc/loadavg: 3.02 2.65 2.89 4/315 1742
/proc/meminfo: memFree=5798764/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=402624 CPUtime=282.25 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 129802 0 0 0 28196 29 0 0 25 0 1 0 609081338 412286976 84858 33554432000 4194304 4300056 140735635244048 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 100656 84858 248 26 0 97288 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 402624

[startup+342.301 s]
/proc/loadavg: 3.09 2.73 2.91 4/315 1743
/proc/meminfo: memFree=5760184/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=402624 CPUtime=342.25 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 137028 0 0 0 34194 31 0 0 25 0 1 0 609081338 412286976 92012 33554432000 4194304 4300056 140735635244048 18446744073709551615 4254701 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 100656 92012 248 26 0 97288 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 402624

[startup+402.312 s]
/proc/loadavg: 3.10 2.79 2.91 4/315 1745
/proc/meminfo: memFree=5720240/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=537316 CPUtime=402.25 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 144443 0 0 0 40193 32 0 0 25 0 1 0 609081338 550211584 99369 33554432000 4194304 4300056 140735635244048 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 134329 99369 248 26 0 130961 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 537316

[startup+462.301 s]
/proc/loadavg: 3.04 2.83 2.91 4/315 1747
/proc/meminfo: memFree=5680420/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=537316 CPUtime=462.24 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 151754 0 0 0 46189 35 0 0 25 0 1 0 609081338 550211584 106630 33554432000 4194304 4300056 140735635244048 18446744073709551615 4255970 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 134329 106630 248 26 0 130961 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 537316

[startup+522.3 s]
/proc/loadavg: 3.01 2.86 2.91 4/315 1748
/proc/meminfo: memFree=5698632/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=537316 CPUtime=522.24 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 159755 0 0 0 52187 37 0 0 25 0 1 0 609081338 550211584 114584 33554432000 4194304 4300056 140735635244048 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 134329 114584 248 26 0 130961 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 537316

[startup+582.301 s]
/proc/loadavg: 3.00 2.88 2.91 4/315 1750
/proc/meminfo: memFree=5652852/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=537316 CPUtime=582.24 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 168675 0 0 0 58184 40 0 0 25 0 1 0 609081338 550211584 123452 33554432000 4194304 4300056 140735635244048 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 134329 123452 248 26 0 130961 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 537316

[startup+642.3 s]
/proc/loadavg: 3.03 2.91 2.92 4/315 1751
/proc/meminfo: memFree=5608808/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=752240 CPUtime=642.24 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 176764 0 0 0 64182 42 0 0 25 0 1 0 609081338 770293760 131502 33554432000 4194304 4300056 140735635244048 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 188060 131503 248 26 0 184692 0
Current children cumulated CPU time (s) 642.24
Current children cumulated vsize (KiB) 752240

[startup+702.301 s]
/proc/loadavg: 3.01 2.93 2.92 3/310 1770
/proc/meminfo: memFree=6370900/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=757056 CPUtime=702.24 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 187095 0 0 0 70179 45 0 0 25 0 1 0 609081338 775225344 141770 33554432000 4194304 4300056 140735635244048 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 189264 141770 248 26 0 185896 0
Current children cumulated CPU time (s) 702.24
Current children cumulated vsize (KiB) 757056

[startup+762.301 s]
/proc/loadavg: 2.37 2.75 2.86 3/309 1772
/proc/meminfo: memFree=6312052/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=759884 CPUtime=762.24 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 199962 0 0 0 76176 48 0 0 25 0 1 0 609081338 778121216 154577 33554432000 4194304 4300056 140735635244048 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 189971 154577 248 26 0 186603 0
Current children cumulated CPU time (s) 762.24
Current children cumulated vsize (KiB) 759884

[startup+822.301 s]
/proc/loadavg: 2.13 2.61 2.80 3/309 1773
/proc/meminfo: memFree=6258340/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=763964 CPUtime=822.24 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 210640 0 0 0 82174 50 0 0 25 0 1 0 609081338 782299136 165206 33554432000 4194304 4300056 140735635244048 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 190991 165206 248 26 0 187623 0
Current children cumulated CPU time (s) 822.24
Current children cumulated vsize (KiB) 763964

[startup+882.301 s]
/proc/loadavg: 1.93 2.48 2.74 2/303 1792
/proc/meminfo: memFree=7158008/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=767492 CPUtime=882.24 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 222014 0 0 0 88170 54 0 0 25 0 1 0 609081338 785911808 176531 33554432000 4194304 4300056 140735635244048 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 191873 176531 248 26 0 188505 0
Current children cumulated CPU time (s) 882.24
Current children cumulated vsize (KiB) 767492

[startup+942.3 s]
/proc/loadavg: 1.34 2.21 2.63 2/303 1793
/proc/meminfo: memFree=7115424/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=770900 CPUtime=942.24 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 232848 0 0 0 94167 57 0 0 25 0 1 0 609081338 789401600 187309 33554432000 4194304 4300056 140735635244048 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 192725 187309 248 26 0 189357 0
Current children cumulated CPU time (s) 942.24
Current children cumulated vsize (KiB) 770900

[startup+1002.3 s]
/proc/loadavg: 1.12 1.99 2.53 2/303 1795
/proc/meminfo: memFree=7070024/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=1123808 CPUtime=1002.24 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 244355 0 0 0 100164 60 0 0 25 0 1 0 609081338 1150779392 198773 33554432000 4194304 4300056 140735635244048 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 280952 198773 248 26 0 277584 0
Current children cumulated CPU time (s) 1002.24
Current children cumulated vsize (KiB) 1123808

[startup+1062.31 s]
/proc/loadavg: 1.04 1.80 2.43 2/303 1797
/proc/meminfo: memFree=7009984/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=1132104 CPUtime=1062.25 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 259298 0 0 0 106162 63 0 0 25 0 1 0 609081338 1159274496 213658 33554432000 4194304 4300056 140735635244048 18446744073709551615 4256679 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 283026 213658 248 26 0 279658 0
Current children cumulated CPU time (s) 1062.25
Current children cumulated vsize (KiB) 1132104

[startup+1122.3 s]
/proc/loadavg: 1.01 1.66 2.34 2/303 1798
/proc/meminfo: memFree=6969292/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=1133384 CPUtime=1122.25 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 269587 0 0 0 112159 66 0 0 25 0 1 0 609081338 1160585216 223889 33554432000 4194304 4300056 140735635244048 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 283346 223889 248 26 0 279978 0
Current children cumulated CPU time (s) 1122.25
Current children cumulated vsize (KiB) 1133384

[startup+1182.3 s]
/proc/loadavg: 1.00 1.53 2.25 2/303 1800
/proc/meminfo: memFree=6920152/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=1136104 CPUtime=1182.24 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 281810 0 0 0 118155 69 0 0 25 0 1 0 609081338 1163370496 236064 33554432000 4194304 4300056 140735635244048 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 284026 236064 248 26 0 280658 0
Current children cumulated CPU time (s) 1182.24
Current children cumulated vsize (KiB) 1136104

[startup+1242.3 s]
/proc/loadavg: 1.00 1.43 2.17 2/303 1801
/proc/meminfo: memFree=6867188/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=1138592 CPUtime=1242.23 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 295321 0 0 0 124151 72 0 0 25 0 1 0 609081338 1165918208 249523 33554432000 4194304 4300056 140735635244048 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 284648 249523 248 26 0 281280 0
Current children cumulated CPU time (s) 1242.23
Current children cumulated vsize (KiB) 1138592



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.35 2.09 2/303 1803
/proc/meminfo: memFree=6824752/32950928 swapFree=67111348/67111528
[pid=1692] ppid=1690 vsize=1142492 CPUtime=1299.94 cores=4,6
/proc/1692/stat : 1692 (lr_gl_shr) R 1690 1692 533 0 -1 4202496 305550 0 0 0 129919 75 0 0 25 0 1 0 609081338 1169911808 259719 33554432000 4194304 4300056 140735635244048 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1692/statm: 285623 259719 248 26 0 282255 0
Current children cumulated CPU time (s) 1299.94
Current children cumulated vsize (KiB) 1142492

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.05
CPU time (s): 1300
CPU user time (s): 1299.2
CPU system time (s): 0.796878
CPU usage (%): 99.9955
Max. virtual memory (cumulated for all children) (KiB): 1142492

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

runsolver used 3.82942 second user time and 8.89765 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-09 23:00:26
IDJOB=3349439
IDBENCH=88163
IDSOLVER=1813
FILE ID=node120/3349439-1304974823
RUNJOBID= node120-1304974823-1667
PBS_JOBID= 13285630
Free space on /tmp= 47604 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 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
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349439-1304974823/watcher-3349439-1304974823 -o /tmp/evaluation-result-3349439-1304974823/solver-3349439-1304974823 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349439-1304974823.cnf -verb=0 -model

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

MD5SUM BENCH= f603f11fbfe855df381282b7bce010ea
RANDOM SEED=1377843690

node120.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.809
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.809
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.07
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.809
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.809
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.809
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.78
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.809
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.809
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.82
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.809
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:     32950928 kB
MemFree:       7789608 kB
Buffers:        214784 kB
Cached:        7919820 kB
SwapCached:          0 kB
Active:       17744372 kB
Inactive:      6985092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       7789608 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          284128 kB
Writeback:           0 kB
AnonPages:    16594404 kB
Mapped:          24968 kB
Slab:           320028 kB
PageTables:      49284 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51673672 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= 47796 MiB
End job on node120 at 2011-05-09 23:22:08