Trace number 3318033

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.15 1300.09

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq57_a.cnf
MD5SUM953b9cb99bfd26cff0e1ac65be1241f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark630.301
Satisfiable
(Un)Satisfiability was proved
Number of variables569795
Number of clauses8562505
Sum of the clauses size24843745
Maximum clause length186
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27567948
Number of clauses of size 3724416
Number of clauses of size 49898
Number of clauses of size 560873
Number of clauses of size over 5199369

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-3318033-1304904677/watcher-3318033-1304904677 -o /tmp/evaluation-result-3318033-1304904677/solver-3318033-1304904677 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318033-1304904677.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.09 4.03 3.93 5/362 30576
/proc/meminfo: memFree=5333412/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=20496 CPUtime=0 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 1055 0 0 0 0 0 0 0 23 0 1 0 602065041 20987904 974 33554432000 4194304 4291235 140734401051488 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 5124 974 214 24 0 1758 0

[startup+0.0972019 s]
/proc/loadavg: 4.09 4.03 3.93 5/362 30576
/proc/meminfo: memFree=5333412/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=31100 CPUtime=0.09 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 4930 0 0 0 8 1 0 0 23 0 1 0 602065041 31846400 4344 33554432000 4194304 4291235 140734401051488 18446744073709551615 4271410 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 7808 4345 215 24 0 4442 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31100

[startup+0.1012 s]
/proc/loadavg: 4.09 4.03 3.93 5/362 30576
/proc/meminfo: memFree=5333412/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=31768 CPUtime=0.09 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 5351 0 0 0 8 1 0 0 23 0 1 0 602065041 32530432 4554 33554432000 4194304 4291235 140734401051488 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 7942 4556 215 24 0 4576 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31768

[startup+0.301163 s]
/proc/loadavg: 4.09 4.03 3.93 5/362 30576
/proc/meminfo: memFree=5333412/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=70608 CPUtime=0.29 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 14253 0 0 0 26 3 0 0 25 0 1 0 602065041 72302592 12284 33554432000 4194304 4291235 140734401051488 18446744073709551615 254500691712 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 17652 12284 215 24 0 14286 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 70608

[startup+0.701083 s]
/proc/loadavg: 4.09 4.03 3.93 5/362 30576
/proc/meminfo: memFree=5333412/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=130548 CPUtime=0.69 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 32019 0 0 0 63 6 0 0 25 0 1 0 602065041 133681152 27532 33554432000 4194304 4291235 140734401051488 18446744073709551615 4220926 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 32637 27533 215 24 0 29271 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 130548

[startup+1.50093 s]
/proc/loadavg: 4.09 4.03 3.93 5/363 30577
/proc/meminfo: memFree=5176096/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=263776 CPUtime=1.49 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 66554 0 0 0 137 12 0 0 25 0 1 0 602065041 270106624 56641 33554432000 4194304 4291235 140734401051488 18446744073709551615 254500352709 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 65944 56643 215 24 0 62578 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 263776

[startup+3.10061 s]
/proc/loadavg: 4.09 4.03 3.93 5/363 30577
/proc/meminfo: memFree=5014648/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=502324 CPUtime=3.09 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 137237 0 0 0 285 24 0 0 25 0 1 0 602065041 514379776 115534 33554432000 4194304 4291235 140734401051488 18446744073709551615 254500353057 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 125581 115537 215 24 0 122215 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 502324

[startup+6.30097 s]
/proc/loadavg: 4.16 4.05 3.94 5/363 30577
/proc/meminfo: memFree=4714084/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=693400 CPUtime=6.29 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 185453 0 0 0 597 32 0 0 25 0 1 0 602065041 710041600 153793 33554432000 4194304 4291235 140734401051488 18446744073709551615 4229634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 173350 153793 237 24 0 169984 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 693400

[startup+12.7007 s]
/proc/loadavg: 4.15 4.04 3.94 5/363 30578
/proc/meminfo: memFree=4657152/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=742108 CPUtime=12.69 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 204905 0 0 0 1234 35 0 0 25 0 1 0 602065041 759918592 172575 33554432000 4194304 4291235 140734401051488 18446744073709551615 4232419 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 185527 172575 239 24 0 182161 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 742108

[startup+25.5011 s]
/proc/loadavg: 4.11 4.04 3.94 5/363 30578
/proc/meminfo: memFree=4619992/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=906784 CPUtime=25.5 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 243588 0 0 0 2509 41 0 0 25 0 1 0 602065041 928546816 190650 33554432000 4194304 4291235 140734401051488 18446744073709551615 4257111 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 226696 190653 240 24 0 223330 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 906784

[startup+51.101 s]
/proc/loadavg: 4.07 4.04 3.94 5/363 30579
/proc/meminfo: memFree=4701452/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=695168 CPUtime=51.09 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 252708 0 0 0 5066 43 0 0 25 0 1 0 602065041 711852032 150077 33554432000 4194304 4291235 140734401051488 18446744073709551615 4249207 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 173792 150077 259 24 0 170426 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 695168

[startup+102.314 s]
/proc/loadavg: 4.03 4.03 3.94 5/363 30580
/proc/meminfo: memFree=4625948/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=695168 CPUtime=102.31 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 258635 0 0 0 10185 46 0 0 25 0 1 0 602065041 711852032 155950 33554432000 4194304 4291235 140734401051488 18446744073709551615 4256302 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 173792 155950 259 24 0 170426 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 695168

[startup+162.301 s]
/proc/loadavg: 4.01 4.02 3.94 5/363 30582
/proc/meminfo: memFree=4533272/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=827428 CPUtime=162.3 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 269013 0 0 0 16181 49 0 0 25 0 1 0 602065041 847286272 166260 33554432000 4194304 4291235 140734401051488 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 206857 166260 259 24 0 203491 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 827428

[startup+222.301 s]
/proc/loadavg: 4.00 4.02 3.94 5/363 30583
/proc/meminfo: memFree=4417432/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=827428 CPUtime=222.3 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 279830 0 0 0 22177 53 0 0 25 0 1 0 602065041 847286272 177015 33554432000 4194304 4291235 140734401051488 18446744073709551615 4262133 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 206857 177015 259 24 0 203491 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 827428

[startup+282.301 s]
/proc/loadavg: 4.00 4.01 3.94 5/363 30585
/proc/meminfo: memFree=4313236/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=827428 CPUtime=282.3 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 291302 0 0 0 28173 57 0 0 25 0 1 0 602065041 847286272 188430 33554432000 4194304 4291235 140734401051488 18446744073709551615 4256313 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 206857 188430 259 24 0 203491 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 827428

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.94 5/363 30586
/proc/meminfo: memFree=4302392/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=1042352 CPUtime=342.31 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 303120 0 0 0 34169 62 0 0 25 0 1 0 602065041 1067368448 200190 33554432000 4194304 4291235 140734401051488 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 260588 200190 259 24 0 257222 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 1042352

[startup+402.301 s]
/proc/loadavg: 4.07 4.02 3.94 5/363 30588
/proc/meminfo: memFree=4165464/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=1042352 CPUtime=402.31 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 313691 0 0 0 40165 66 0 0 25 0 1 0 602065041 1067368448 210701 33554432000 4194304 4291235 140734401051488 18446744073709551615 4255611 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 260588 210701 259 24 0 257222 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 1042352

[startup+462.301 s]
/proc/loadavg: 4.09 4.03 3.95 5/363 30590
/proc/meminfo: memFree=3991388/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=1042352 CPUtime=462.31 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 330741 0 0 0 46160 71 0 0 25 0 1 0 602065041 1067368448 227678 33554432000 4194304 4291235 140734401051488 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 260588 227678 259 24 0 257222 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1042352

[startup+522.301 s]
/proc/loadavg: 4.15 4.06 3.96 5/363 30591
/proc/meminfo: memFree=3871552/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=1042352 CPUtime=522.32 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 344996 0 0 0 52155 77 0 0 25 0 1 0 602065041 1067368448 241880 33554432000 4194304 4291235 140734401051488 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 260588 241880 259 24 0 257222 0
Current children cumulated CPU time (s) 522.32
Current children cumulated vsize (KiB) 1042352

[startup+582.301 s]
/proc/loadavg: 4.05 4.05 3.96 5/363 30593
/proc/meminfo: memFree=3735428/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=1391600 CPUtime=582.32 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 358631 0 0 0 58149 83 0 0 25 0 1 0 602065041 1424998400 255466 33554432000 4194304 4291235 140734401051488 18446744073709551615 4262084 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 347900 255466 259 24 0 344534 0
Current children cumulated CPU time (s) 582.32
Current children cumulated vsize (KiB) 1391600

[startup+642.3 s]
/proc/loadavg: 4.02 4.04 3.96 5/363 30594
/proc/meminfo: memFree=3595892/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=1391600 CPUtime=642.33 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 371408 0 0 0 64146 87 0 0 25 0 1 0 602065041 1424998400 268177 33554432000 4194304 4291235 140734401051488 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 347900 268177 259 24 0 344534 0
Current children cumulated CPU time (s) 642.33
Current children cumulated vsize (KiB) 1391600

[startup+702.3 s]
/proc/loadavg: 4.00 4.03 3.96 5/363 30596
/proc/meminfo: memFree=3449272/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=1391600 CPUtime=702.33 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 390056 0 0 0 70138 95 0 0 25 0 1 0 602065041 1424998400 286756 33554432000 4194304 4291235 140734401051488 18446744073709551615 4262441 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 347900 286756 259 24 0 344534 0
Current children cumulated CPU time (s) 702.33
Current children cumulated vsize (KiB) 1391600

[startup+762.313 s]
/proc/loadavg: 4.00 4.02 3.96 5/363 30598
/proc/meminfo: memFree=3323388/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=1391600 CPUtime=762.34 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 402122 0 0 0 76134 100 0 0 25 0 1 0 602065041 1424998400 298767 33554432000 4194304 4291235 140734401051488 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 347900 298767 259 24 0 344534 0
Current children cumulated CPU time (s) 762.34
Current children cumulated vsize (KiB) 1391600

[startup+822.3 s]
/proc/loadavg: 4.00 4.02 3.96 5/363 30599
/proc/meminfo: memFree=3318920/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=1391600 CPUtime=822.33 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 413193 0 0 0 82128 105 0 0 25 0 1 0 602065041 1424998400 309792 33554432000 4194304 4291235 140734401051488 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 347900 309792 259 24 0 344534 0
Current children cumulated CPU time (s) 822.33
Current children cumulated vsize (KiB) 1391600

[startup+882.3 s]
/proc/loadavg: 4.00 4.01 3.96 5/363 30601
/proc/meminfo: memFree=3196024/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=1391600 CPUtime=882.33 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 424063 0 0 0 88121 112 0 0 25 0 1 0 602065041 1424998400 320608 33554432000 4194304 4291235 140734401051488 18446744073709551615 4248304 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 347900 320608 259 24 0 344534 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 1391600

[startup+942.3 s]
/proc/loadavg: 4.04 4.02 3.97 5/363 30602
/proc/meminfo: memFree=3046388/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=1397336 CPUtime=942.33 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 436662 0 0 0 94116 117 0 0 25 0 1 0 602065041 1430872064 333159 33554432000 4194304 4291235 140734401051488 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 349334 333159 259 24 0 345968 0
Current children cumulated CPU time (s) 942.33
Current children cumulated vsize (KiB) 1397336

[startup+1002.3 s]
/proc/loadavg: 4.10 4.04 3.98 5/363 30604
/proc/meminfo: memFree=2955208/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=1397336 CPUtime=1002.34 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 445271 0 0 0 100113 121 0 0 25 0 1 0 602065041 1430872064 341731 33554432000 4194304 4291235 140734401051488 18446744073709551615 4256091 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 349334 341731 259 24 0 345968 0
Current children cumulated CPU time (s) 1002.34
Current children cumulated vsize (KiB) 1397336

[startup+1062.3 s]
/proc/loadavg: 2.93 3.74 3.88 3/351 30642
/proc/meminfo: memFree=3142468/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=1964864 CPUtime=1062.34 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 450210 0 0 0 106109 125 0 0 25 0 1 0 602065041 2012020736 346643 33554432000 4194304 4291235 140734401051488 18446744073709551615 4261960 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 491216 346643 259 24 0 487850 0
Current children cumulated CPU time (s) 1062.34
Current children cumulated vsize (KiB) 1964864

[startup+1122.3 s]
/proc/loadavg: 2.34 3.42 3.76 3/351 30643
/proc/meminfo: memFree=3022808/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=1964864 CPUtime=1122.35 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 476063 0 0 0 112101 134 0 0 25 0 1 0 602065041 2012020736 372446 33554432000 4194304 4291235 140734401051488 18446744073709551615 4255562 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 491216 372446 259 24 0 487850 0
Current children cumulated CPU time (s) 1122.35
Current children cumulated vsize (KiB) 1964864

[startup+1182.3 s]
/proc/loadavg: 2.12 3.16 3.64 3/351 30645
/proc/meminfo: memFree=2911820/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=1964864 CPUtime=1182.35 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 495248 0 0 0 118094 141 0 0 25 0 1 0 602065041 2012020736 391591 33554432000 4194304 4291235 140734401051488 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 491216 391591 259 24 0 487850 0
Current children cumulated CPU time (s) 1182.35
Current children cumulated vsize (KiB) 1964864

[startup+1242.3 s]
/proc/loadavg: 2.04 2.94 3.54 3/351 30646
/proc/meminfo: memFree=2850700/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=1964864 CPUtime=1242.34 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 505957 0 0 0 124089 145 0 0 25 0 1 0 602065041 2012020736 402259 33554432000 4194304 4291235 140734401051488 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 491216 402259 259 24 0 487850 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 1964864



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.49 2.63 3.39 2/345 30666
/proc/meminfo: memFree=4742088/32950928 swapFree=45936960/67111528
[pid=30576] ppid=30574 vsize=1964864 CPUtime=1300.07 cores=0,2
/proc/30576/stat : 30576 (minisat) R 30574 30576 29236 0 -1 4202496 514875 0 0 0 129858 149 0 0 25 0 1 0 602065041 2012020736 411152 33554432000 4194304 4291235 140734401051488 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/30576/statm: 491216 411152 259 24 0 487850 0
Current children cumulated CPU time (s) 1300.07
Current children cumulated vsize (KiB) 1964864

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.09
CPU time (s): 1300.15
CPU user time (s): 1298.58
CPU system time (s): 1.57076
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 1964864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.58
system time used= 1.57076
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 514875
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 1329

runsolver used 4.87326 second user time and 10.2884 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-09 03:31:24
IDJOB=3318033
IDBENCH=88159
IDSOLVER=1707
FILE ID=node149/3318033-1304904677
RUNJOBID= node149-1304904392-30316
PBS_JOBID= 13282122
Free space on /tmp= 42136 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq57_a.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318033-1304904677/watcher-3318033-1304904677 -o /tmp/evaluation-result-3318033-1304904677/solver-3318033-1304904677 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318033-1304904677.cnf

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

MD5SUM BENCH= 953b9cb99bfd26cff0e1ac65be1241f6
RANDOM SEED=550210692

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.83
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.73
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.82
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.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.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:     32950928 kB
MemFree:       5333940 kB
Buffers:        232876 kB
Cached:       21461416 kB
SwapCached:      20984 kB
Active:       12545772 kB
Inactive:     14302616 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5333940 kB
SwapTotal:    67111528 kB
SwapFree:     45936960 kB
Dirty:          406336 kB
Writeback:           0 kB
AnonPages:     5145632 kB
Mapped:          14292 kB
Slab:           629684 kB
PageTables:      74116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 81180284 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= 42360 MiB
End job on node149 at 2011-05-09 03:53:06