Trace number 3348724

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: cir_minisat 2011-03-02? (TO) 1300.06 1300.02

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-VS3-benchmark-S2-tseitin.cnf
MD5SUMb967fca11e85ef5b614d3452b1c4b2ad
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 variables257030
Number of clauses769313
Sum of the clauses size1795061
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2512874
Number of clauses of size 3256437
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

running on 2 cores: 5,7

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.84 2.29 2.50 6/181 12186
/proc/meminfo: memFree=31758964/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=19968 CPUtime=0 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 840 0 0 0 0 0 0 0 21 0 1 0 876256443 20447232 766 33554432000 4194304 4254575 140736123454112 18446744073709551615 212687372391 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 4992 772 211 15 0 1635 0

[startup+0.0215549 s]
/proc/loadavg: 1.84 2.29 2.50 6/181 12186
/proc/meminfo: memFree=31758964/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=23712 CPUtime=0.01 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 1942 0 0 0 1 0 0 0 21 0 1 0 876256443 24281088 1793 33554432000 4194304 4254575 140736123454112 18446744073709551615 4239917 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 5928 1797 212 15 0 2571 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 23712

[startup+0.100539 s]
/proc/loadavg: 1.84 2.29 2.50 6/181 12186
/proc/meminfo: memFree=31758964/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=44636 CPUtime=0.09 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 7317 0 0 0 9 0 0 0 21 0 1 0 876256443 45707264 6768 33554432000 4194304 4254575 140736123454112 18446744073709551615 4240513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 11159 6770 213 15 0 7802 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44636

[startup+0.300505 s]
/proc/loadavg: 1.84 2.29 2.50 6/181 12186
/proc/meminfo: memFree=31758964/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=73992 CPUtime=0.28 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 15358 0 0 0 27 1 0 0 22 0 1 0 876256443 75767808 14051 33554432000 4194304 4254575 140736123454112 18446744073709551615 4216707 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 18498 14051 222 15 0 15141 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 73992

[startup+0.700431 s]
/proc/loadavg: 1.84 2.29 2.50 6/181 12186
/proc/meminfo: memFree=31758964/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=76128 CPUtime=0.68 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 15923 0 0 0 67 1 0 0 24 0 1 0 876256443 77955072 14616 33554432000 4194304 4254575 140736123454112 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 19032 14616 232 15 0 15675 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 76128

[startup+1.50028 s]
/proc/loadavg: 1.93 2.30 2.50 4/185 12214
/proc/meminfo: memFree=31676968/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=76260 CPUtime=1.48 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 15987 0 0 0 147 1 0 0 25 0 1 0 876256443 78090240 14680 33554432000 4194304 4254575 140736123454112 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 19065 14680 232 15 0 15708 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 76260

[startup+3.10099 s]
/proc/loadavg: 1.93 2.30 2.50 4/184 12237
/proc/meminfo: memFree=31701636/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=76508 CPUtime=3.09 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 16156 0 0 0 307 2 0 0 25 0 1 0 876256443 78344192 14847 33554432000 4194304 4254575 140736123454112 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 19127 14847 232 15 0 15770 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76508

[startup+6.30042 s]
/proc/loadavg: 1.93 2.30 2.50 5/190 12304
/proc/meminfo: memFree=31686868/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=76904 CPUtime=6.29 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 16383 0 0 0 627 2 0 0 25 0 1 0 876256443 78749696 15070 33554432000 4194304 4254575 140736123454112 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 19226 15070 232 15 0 15869 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 76904

[startup+12.7002 s]
/proc/loadavg: 2.25 2.35 2.52 5/190 12305
/proc/meminfo: memFree=31679452/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=85340 CPUtime=12.69 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 16869 0 0 0 1267 2 0 0 25 0 1 0 876256443 87388160 15552 33554432000 4194304 4254575 140736123454112 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 21335 15552 232 15 0 17978 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 85340

[startup+25.5009 s]
/proc/loadavg: 2.52 2.41 2.53 5/190 12305
/proc/meminfo: memFree=31647564/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=85620 CPUtime=25.49 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 17866 0 0 0 2546 3 0 0 25 0 1 0 876256443 87674880 16533 33554432000 4194304 4254575 140736123454112 18446744073709551615 4216450 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 21405 16533 232 15 0 18048 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 85620

[startup+51.1002 s]
/proc/loadavg: 3.02 2.54 2.57 5/190 12344
/proc/meminfo: memFree=31681088/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=99056 CPUtime=51.09 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 19611 0 0 0 5106 3 0 0 25 0 1 0 876256443 101433344 18253 33554432000 4194304 4254575 140736123454112 18446744073709551615 4209845 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 24764 18253 232 15 0 21407 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 99056

[startup+102.307 s]
/proc/loadavg: 3.61 2.78 2.65 5/190 12345
/proc/meminfo: memFree=31451716/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=123560 CPUtime=102.3 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 23862 0 0 0 10225 5 0 0 25 0 1 0 876256443 126525440 22461 33554432000 4194304 4254575 140736123454112 18446744073709551615 4216986 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 30890 22461 232 15 0 27533 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 123560

[startup+162.301 s]
/proc/loadavg: 3.85 3.00 2.73 5/190 12347
/proc/meminfo: memFree=31289852/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=127976 CPUtime=162.3 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 27677 0 0 0 16224 6 0 0 25 0 1 0 876256443 131047424 26220 33554432000 4194304 4254575 140736123454112 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 31994 26220 232 15 0 28637 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 127976

[startup+222.301 s]
/proc/loadavg: 3.94 3.18 2.81 5/190 12348
/proc/meminfo: memFree=31191484/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=163292 CPUtime=222.3 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 31145 0 0 0 22223 7 0 0 25 0 1 0 876256443 167211008 29643 33554432000 4194304 4254575 140736123454112 18446744073709551615 4209845 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 40823 29643 232 15 0 37466 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 163292

[startup+282.301 s]
/proc/loadavg: 3.98 3.32 2.88 5/190 12350
/proc/meminfo: memFree=31002228/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=167772 CPUtime=282.3 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 34437 0 0 0 28222 8 0 0 25 0 1 0 876256443 171798528 32884 33554432000 4194304 4254575 140736123454112 18446744073709551615 4209186 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 41943 32884 232 15 0 38586 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 167772

[startup+342.301 s]
/proc/loadavg: 3.99 3.44 2.95 5/190 12351
/proc/meminfo: memFree=30910428/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=172596 CPUtime=342.3 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 37756 0 0 0 34220 10 0 0 25 0 1 0 876256443 176738304 36169 33554432000 4194304 4254575 140736123454112 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 43149 36169 232 15 0 39792 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 172596

[startup+402.301 s]
/proc/loadavg: 3.99 3.54 3.01 5/190 12353
/proc/meminfo: memFree=30691908/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=175476 CPUtime=402.3 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 40543 0 0 0 40219 11 0 0 25 0 1 0 876256443 179687424 38921 33554432000 4194304 4254575 140736123454112 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 43869 38921 232 15 0 40512 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 175476

[startup+462.3 s]
/proc/loadavg: 4.03 3.64 3.07 5/190 12355
/proc/meminfo: memFree=30655164/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=231808 CPUtime=462.3 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 43923 0 0 0 46218 12 0 0 25 0 1 0 876256443 237371392 42262 33554432000 4194304 4254575 140736123454112 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 57952 42262 232 15 0 54595 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 231808

[startup+522.3 s]
/proc/loadavg: 4.08 3.72 3.13 5/190 12356
/proc/meminfo: memFree=31347540/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=233576 CPUtime=522.3 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 46092 0 0 0 52217 13 0 0 25 0 1 0 876256443 239181824 44384 33554432000 4194304 4254575 140736123454112 18446744073709551615 4216707 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 58394 44384 232 15 0 55037 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 233576

[startup+582.3 s]
/proc/loadavg: 4.03 3.77 3.19 5/190 12358
/proc/meminfo: memFree=31291808/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=236464 CPUtime=582.3 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 48610 0 0 0 58216 14 0 0 25 0 1 0 876256443 242139136 46846 33554432000 4194304 4254575 140736123454112 18446744073709551615 4216491 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 59116 46846 232 15 0 55759 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 236464

[startup+642.3 s]
/proc/loadavg: 4.01 3.81 3.23 5/190 12359
/proc/meminfo: memFree=31106264/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=242240 CPUtime=642.31 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 51671 0 0 0 64215 16 0 0 25 0 1 0 876256443 248053760 49863 33554432000 4194304 4254575 140736123454112 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 60560 49863 232 15 0 57203 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 242240

[startup+702.3 s]
/proc/loadavg: 4.00 3.84 3.28 5/190 12361
/proc/meminfo: memFree=31095428/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=245128 CPUtime=702.31 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 53682 0 0 0 70214 17 0 0 25 0 1 0 876256443 251011072 51847 33554432000 4194304 4254575 140736123454112 18446744073709551615 4216441 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 61282 51847 232 15 0 57925 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 245128

[startup+762.306 s]
/proc/loadavg: 4.00 3.86 3.32 5/190 12363
/proc/meminfo: memFree=30926236/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=248732 CPUtime=762.32 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 55632 0 0 0 76214 18 0 0 25 0 1 0 876256443 254701568 53762 33554432000 4194304 4254575 140736123454112 18446744073709551615 4216513 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 62183 53762 232 15 0 58826 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 248732

[startup+822.3 s]
/proc/loadavg: 4.00 3.89 3.36 5/190 12364
/proc/meminfo: memFree=30709056/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=248732 CPUtime=822.31 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 57493 0 0 0 82212 19 0 0 25 0 1 0 876256443 254701568 55590 33554432000 4194304 4254575 140736123454112 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 62183 55590 232 15 0 58826 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 248732

[startup+882.3 s]
/proc/loadavg: 4.00 3.90 3.40 5/190 12366
/proc/meminfo: memFree=30759476/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=253912 CPUtime=882.32 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 59728 0 0 0 88212 20 0 0 25 0 1 0 876256443 260005888 57795 33554432000 4194304 4254575 140736123454112 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 63478 57795 232 15 0 60121 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 253912

[startup+942.301 s]
/proc/loadavg: 4.00 3.92 3.43 5/190 12367
/proc/meminfo: memFree=30607916/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=338040 CPUtime=942.32 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 62099 0 0 0 94211 21 0 0 25 0 1 0 876256443 346152960 59412 33554432000 4194304 4254575 140736123454112 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 84510 59412 232 15 0 81153 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 338040

[startup+1002.3 s]
/proc/loadavg: 4.10 3.96 3.47 5/190 12369
/proc/meminfo: memFree=30445052/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=339480 CPUtime=1002.32 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 63736 0 0 0 100210 22 0 0 25 0 1 0 876256443 347627520 61021 33554432000 4194304 4254575 140736123454112 18446744073709551615 4216529 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 84870 61021 232 15 0 81513 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 339480

[startup+1062.3 s]
/proc/loadavg: 4.03 3.97 3.50 5/190 12371
/proc/meminfo: memFree=30553764/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=340200 CPUtime=1062.32 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 65627 0 0 0 106209 23 0 0 25 0 1 0 876256443 348364800 62868 33554432000 4194304 4254575 140736123454112 18446744073709551615 4217028 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 85050 62868 232 15 0 81693 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 340200

[startup+1122.3 s]
/proc/loadavg: 4.05 3.98 3.54 5/190 12372
/proc/meminfo: memFree=31202108/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=340200 CPUtime=1122.32 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 67165 0 0 0 112208 24 0 0 25 0 1 0 876256443 348364800 64376 33554432000 4194304 4254575 140736123454112 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 85050 64376 232 15 0 81693 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 340200

[startup+1182.3 s]
/proc/loadavg: 4.02 3.98 3.56 5/190 12374
/proc/meminfo: memFree=31014460/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=340200 CPUtime=1182.32 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 68627 0 0 0 118208 24 0 0 25 0 1 0 876256443 348364800 65809 33554432000 4194304 4254575 140736123454112 18446744073709551615 4216964 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 85050 65809 232 15 0 81693 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 340200

[startup+1242.3 s]
/proc/loadavg: 4.00 3.98 3.59 5/190 12375
/proc/meminfo: memFree=30759236/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=347412 CPUtime=1242.33 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 71207 0 0 0 124208 25 0 0 25 0 1 0 876256443 355749888 68354 33554432000 4194304 4254575 140736123454112 18446744073709551615 4216488 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 86853 68354 232 15 0 83496 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 347412



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.98 3.61 5/190 12377
/proc/meminfo: memFree=30845864/32951124 swapFree=67076880/67111528
[pid=12186] ppid=12184 vsize=347412 CPUtime=1300.03 cores=5,7
/proc/12186/stat : 12186 (cir_minisat) R 12184 12186 9614 0 -1 4202496 72870 0 0 0 129978 25 0 0 25 0 1 0 876256443 355749888 69986 33554432000 4194304 4254575 140736123454112 18446744073709551615 4216562 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/12186/statm: 86853 69986 232 15 0 83496 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 347412

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.02
CPU time (s): 1300.06
CPU user time (s): 1299.79
CPU system time (s): 0.270958
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 347412

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

runsolver used 2.05869 second user time and 5.04623 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-09 21:09:47
IDJOB=3348724
IDBENCH=82459
IDSOLVER=1810
FILE ID=node139/3348724-1307646586
RUNJOBID= node139-1307646584-12058
PBS_JOBID= 13549353
Free space on /tmp= 74140 MiB

SOLVER NAME= minisat hack: cir_minisat 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-VS3-benchmark-S2-tseitin.cnf
COMMAND LINE= HOME/cir_minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3348724-1307646586/watcher-3348724-1307646586 -o /tmp/evaluation-result-3348724-1307646586/solver-3348724-1307646586 -C 2400 -W 1300 -M 7680  HOME/cir_minisat HOME/instance-3348724-1307646586.cnf

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

MD5SUM BENCH= b967fca11e85ef5b614d3452b1c4b2ad
RANDOM SEED=1315807867

node139.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.852
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.70
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.852
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.852
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.74
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.852
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.852
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	: 5321.49
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.852
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.852
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31759508 kB
Buffers:        214456 kB
Cached:         639084 kB
SwapCached:       3520 kB
Active:         505648 kB
Inactive:       471644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31759508 kB
SwapTotal:    67111528 kB
SwapFree:     67076880 kB
Dirty:           60568 kB
Writeback:           0 kB
AnonPages:      122212 kB
Mapped:          14596 kB
Slab:           146928 kB
PageTables:       5204 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   311616 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= 74176 MiB
End job on node139 at 2011-06-09 21:31:29