Trace number 3419964

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 reference: minisat 2.2.0? (TO) 5000.09 4999.94

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-countbits128-tseitin.cnf
MD5SUM47da9e46b00ffd3e0b0f453a6c3c9f38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2605.99
Satisfiable
(Un)Satisfiability was proved
Number of variables95810
Number of clauses287045
Sum of the clauses size669769
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2191362
Number of clauses of size 395681
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3419964-1306584422/watcher-3419964-1306584422 -o /tmp/evaluation-result-3419964-1306584422/solver-3419964-1306584422 -C 5000 -W 5100 -M 15500 minisat_release HOME/instance-3419964-1306584422.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.94 3/327 17322
/proc/meminfo: memFree=16471220/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=20504 CPUtime=0 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 975 0 0 0 0 0 0 0 22 0 1 0 848672816 20996096 902 33554432000 4194304 4291037 140734363080272 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 5126 903 214 24 0 1760 0

[startup+0.100492 s]
/proc/loadavg: 2.00 2.00 1.94 3/327 17322
/proc/meminfo: memFree=16471220/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=41088 CPUtime=0.08 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 7053 0 0 0 8 0 0 0 22 0 1 0 848672816 42074112 6435 33554432000 4194304 4291037 140734363080272 18446744073709551615 4221199 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 10272 6435 215 24 0 6906 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 41088

[startup+0.20047 s]
/proc/loadavg: 2.00 2.00 1.94 3/327 17322
/proc/meminfo: memFree=16471220/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=54192 CPUtime=0.19 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 10087 0 0 0 18 1 0 0 22 0 1 0 848672816 55492608 9149 33554432000 4194304 4291037 140734363080272 18446744073709551615 4276259 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 13548 9149 255 24 0 10182 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 54192

[startup+0.300454 s]
/proc/loadavg: 2.00 2.00 1.94 3/327 17322
/proc/meminfo: memFree=16471220/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=67080 CPUtime=0.29 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 12266 0 0 0 28 1 0 0 23 0 1 0 848672816 68689920 11126 33554432000 4194304 4291037 140734363080272 18446744073709551615 4210185 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 16770 11129 255 24 0 13404 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 67080

[startup+0.700377 s]
/proc/loadavg: 2.00 2.00 1.94 3/327 17322
/proc/meminfo: memFree=16471220/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=54484 CPUtime=0.69 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 14688 0 0 0 68 1 0 0 25 0 1 0 848672816 55791616 9108 33554432000 4194304 4291037 140734363080272 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 13621 9108 273 24 0 10255 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 54484

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 1.94 3/328 17323
/proc/meminfo: memFree=16434640/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=54484 CPUtime=1.49 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 14933 0 0 0 148 1 0 0 25 0 1 0 848672816 55791616 9348 33554432000 4194304 4291037 140734363080272 18446744073709551615 4248344 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 13621 9348 274 24 0 10255 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54484

[startup+3.10094 s]
/proc/loadavg: 2.00 2.00 1.94 3/328 17323
/proc/meminfo: memFree=16432648/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=61556 CPUtime=3.08 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 15550 0 0 0 307 1 0 0 25 0 1 0 848672816 63033344 9950 33554432000 4194304 4291037 140734363080272 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 15389 9950 274 24 0 12023 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 61556

[startup+6.30034 s]
/proc/loadavg: 2.00 2.00 1.94 3/328 17323
/proc/meminfo: memFree=16427272/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=61556 CPUtime=6.29 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 16755 0 0 0 627 2 0 0 25 0 1 0 848672816 63033344 11129 33554432000 4194304 4291037 140734363080272 18446744073709551615 4255673 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 15389 11129 274 24 0 12023 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61556

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 1.94 3/328 17323
/proc/meminfo: memFree=16402748/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=91908 CPUtime=12.69 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 22183 0 0 0 1266 3 0 0 25 0 1 0 848672816 94113792 16508 33554432000 4194304 4291037 140734363080272 18446744073709551615 4248480 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 22977 16508 274 24 0 19611 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 91908

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 1.94 3/328 17324
/proc/meminfo: memFree=16378076/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=110876 CPUtime=25.49 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 27901 0 0 0 2545 4 0 0 25 0 1 0 848672816 113537024 22169 33554432000 4194304 4291037 140734363080272 18446744073709551615 4255571 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 27719 22169 274 24 0 24353 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 110876

[startup+51.1011 s]
/proc/loadavg: 2.00 2.00 1.94 3/328 17324
/proc/meminfo: memFree=16334564/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=141696 CPUtime=51.09 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 37207 0 0 0 5104 5 0 0 25 0 1 0 848672816 145096704 31423 33554432000 4194304 4291037 140734363080272 18446744073709551615 4248574 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 35424 31423 274 24 0 32058 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 141696

[startup+102.301 s]
/proc/loadavg: 2.08 2.02 1.95 3/328 17326
/proc/meminfo: memFree=16360080/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=113000 CPUtime=102.3 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 64513 0 0 0 10220 10 0 0 25 0 1 0 848672816 115712000 21265 33554432000 4194304 4291037 140734363080272 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 28250 21265 274 24 0 24884 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 113000

[startup+162.301 s]
/proc/loadavg: 2.03 2.01 1.95 3/328 17327
/proc/meminfo: memFree=16236656/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=282884 CPUtime=162.29 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 91353 0 0 0 16213 16 0 0 25 0 1 0 848672816 289673216 47893 33554432000 4194304 4291037 140734363080272 18446744073709551615 4255718 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 70721 47893 274 24 0 67355 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 282884

[startup+222.312 s]
/proc/loadavg: 2.01 2.00 1.95 3/328 17329
/proc/meminfo: memFree=16216908/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=285828 CPUtime=222.31 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 129859 0 0 0 22207 24 0 0 25 0 1 0 848672816 292687872 49758 33554432000 4194304 4291037 140734363080272 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 71457 49758 274 24 0 68091 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 285828

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/328 17330
/proc/meminfo: memFree=16259016/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=168768 CPUtime=282.3 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 169335 0 0 0 28198 32 0 0 25 0 1 0 848672816 172818432 36487 33554432000 4194304 4291037 140734363080272 18446744073709551615 4248413 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 42192 36487 274 24 0 38826 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 168768

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/328 17332
/proc/meminfo: memFree=16141292/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=300244 CPUtime=342.3 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 195760 0 0 0 34194 36 0 0 25 0 1 0 848672816 307449856 62693 33554432000 4194304 4291037 140734363080272 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 75061 62693 274 24 0 71695 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 300244

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 1.95 3/328 17334
/proc/meminfo: memFree=16195428/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=218856 CPUtime=402.3 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 231673 0 0 0 40186 44 0 0 25 0 1 0 848672816 224108544 46455 33554432000 4194304 4291037 140734363080272 18446744073709551615 4255554 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 54714 46455 274 24 0 51348 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 218856

[startup+462.301 s]
/proc/loadavg: 1.96 1.98 1.94 3/328 17363
/proc/meminfo: memFree=18406420/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=435940 CPUtime=462.3 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 260713 0 0 0 46180 50 0 0 25 0 1 0 848672816 446402560 75350 33554432000 4194304 4291037 140734363080272 18446744073709551615 4248319 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 108985 75350 274 24 0 105619 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 435940

[startup+522.301 s]
/proc/loadavg: 2.04 2.00 1.95 3/328 17365
/proc/meminfo: memFree=18471008/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=224564 CPUtime=522.3 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 300695 0 0 0 52171 59 0 0 25 0 1 0 848672816 229953536 46306 33554432000 4194304 4291037 140734363080272 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 56141 46306 274 24 0 52775 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 224564

[startup+582.301 s]
/proc/loadavg: 2.01 2.00 1.95 3/328 17366
/proc/meminfo: memFree=18365804/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=308868 CPUtime=582.31 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 326010 0 0 0 58167 64 0 0 25 0 1 0 848672816 316280832 71442 33554432000 4194304 4291037 140734363080272 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 77217 71442 274 24 0 73851 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 308868

[startup+642.301 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 17470
/proc/meminfo: memFree=17629388/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=769680 CPUtime=4002.42 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 2673552 0 0 0 399719 523 0 0 25 0 1 0 848672816 788152320 178824 33554432000 4194304 4291037 140734363080272 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 192420 178824 274 24 0 189054 0
Current children cumulated CPU time (s) 4002.42
Current children cumulated vsize (KiB) 769680

[startup+4062.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 17471
/proc/meminfo: memFree=18022172/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=310084 CPUtime=4062.43 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 2717288 0 0 0 405710 533 0 0 25 0 1 0 848672816 317526016 71500 33554432000 4194304 4291037 140734363080272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 77521 71500 274 24 0 74155 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 310084

[startup+4122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 17473
/proc/meminfo: memFree=18067240/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=573820 CPUtime=4122.41 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 2772577 0 0 0 411699 542 0 0 25 0 1 0 848672816 587591680 126610 33554432000 4194304 4291037 140734363080272 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 143455 126610 274 24 0 140089 0
Current children cumulated CPU time (s) 4122.41
Current children cumulated vsize (KiB) 573820

[startup+4182.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 17474
/proc/meminfo: memFree=17778028/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=788744 CPUtime=4182.43 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 2831686 0 0 0 417692 551 0 0 25 0 1 0 848672816 807673856 185638 33554432000 4194304 4291037 140734363080272 18446744073709551615 4255904 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 197186 185638 274 24 0 193820 0
Current children cumulated CPU time (s) 4182.43
Current children cumulated vsize (KiB) 788744

[startup+4242.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/328 17476
/proc/meminfo: memFree=17555388/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=1137992 CPUtime=4242.42 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 2866821 0 0 0 423686 556 0 0 25 0 1 0 848672816 1165303808 220644 33554432000 4194304 4291037 140734363080272 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 284498 220644 274 24 0 281132 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 1137992

[startup+4302.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/328 17478
/proc/meminfo: memFree=17321976/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=1137992 CPUtime=4302.43 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 2906635 0 0 0 429678 565 0 0 25 0 1 0 848672816 1165303808 260346 33554432000 4194304 4291037 140734363080272 18446744073709551615 4255925 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 284498 260346 274 24 0 281132 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 1137992

[startup+4362.3 s]
/proc/loadavg: 2.04 2.02 2.00 3/328 17479
/proc/meminfo: memFree=18053152/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=310084 CPUtime=4362.43 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 2936293 0 0 0 435669 574 0 0 25 0 1 0 848672816 317526016 66029 33554432000 4194304 4291037 140734363080272 18446744073709551615 4261940 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 77521 66029 274 24 0 74155 0
Current children cumulated CPU time (s) 4362.43
Current children cumulated vsize (KiB) 310084

[startup+4422.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/328 17481
/proc/meminfo: memFree=18129600/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=573820 CPUtime=4422.43 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 2980528 0 0 0 441661 582 0 0 25 0 1 0 848672816 587591680 110024 33554432000 4194304 4291037 140734363080272 18446744073709551615 4248640 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 143455 110024 274 24 0 140089 0
Current children cumulated CPU time (s) 4422.43
Current children cumulated vsize (KiB) 573820

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/328 17482
/proc/meminfo: memFree=17901380/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=788744 CPUtime=4482.43 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 3019121 0 0 0 447652 591 0 0 25 0 1 0 848672816 807673856 148462 33554432000 4194304 4291037 140734363080272 18446744073709551615 4251664 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 197186 148462 274 24 0 193820 0
Current children cumulated CPU time (s) 4482.43
Current children cumulated vsize (KiB) 788744

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 17484
/proc/meminfo: memFree=17675008/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=788744 CPUtime=4542.43 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 3057516 0 0 0 453645 598 0 0 25 0 1 0 848672816 807673856 186722 33554432000 4194304 4291037 140734363080272 18446744073709551615 4248322 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 197186 186722 274 24 0 193820 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 788744

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 17486
/proc/meminfo: memFree=18228884/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=360172 CPUtime=4602.43 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 3121430 0 0 0 459635 608 0 0 25 0 1 0 848672816 368816128 77618 33554432000 4194304 4291037 140734363080272 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 90043 77618 274 24 0 86677 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 360172

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 17487
/proc/meminfo: memFree=18005496/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=573820 CPUtime=4662.43 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 3153715 0 0 0 465630 613 0 0 25 0 1 0 848672816 587591680 109749 33554432000 4194304 4291037 140734363080272 18446744073709551615 4255935 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 143455 109749 274 24 0 140089 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 573820

[startup+4722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/328 17489
/proc/meminfo: memFree=18069912/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=788744 CPUtime=4722.45 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 3182842 0 0 0 471626 619 0 0 25 0 1 0 848672816 807673856 138795 33554432000 4194304 4291037 140734363080272 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 197186 138795 274 24 0 193820 0
Current children cumulated CPU time (s) 4722.45
Current children cumulated vsize (KiB) 788744

[startup+4782.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/328 17490
/proc/meminfo: memFree=17841204/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=788744 CPUtime=4782.44 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 3214552 0 0 0 477618 626 0 0 25 0 1 0 848672816 807673856 170363 33554432000 4194304 4291037 140734363080272 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 197186 170363 274 24 0 193820 0
Current children cumulated CPU time (s) 4782.44
Current children cumulated vsize (KiB) 788744

[startup+4842.31 s]
/proc/loadavg: 2.03 2.02 2.00 3/328 17492
/proc/meminfo: memFree=17622420/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=1137992 CPUtime=4842.45 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 3248826 0 0 0 483612 633 0 0 25 0 1 0 848672816 1165303808 204519 33554432000 4194304 4291037 140734363080272 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 284498 204519 274 24 0 281132 0
Current children cumulated CPU time (s) 4842.45
Current children cumulated vsize (KiB) 1137992

[startup+4902.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/328 17494
/proc/meminfo: memFree=18338228/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=360172 CPUtime=4902.44 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 3287136 0 0 0 489601 643 0 0 25 0 1 0 848672816 368816128 73209 33554432000 4194304 4291037 140734363080272 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 90043 73209 274 24 0 86677 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 360172

[startup+4962.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/328 17495
/proc/meminfo: memFree=18043668/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=573820 CPUtime=4962.45 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 3332717 0 0 0 495595 650 0 0 25 0 1 0 848672816 587591680 118506 33554432000 4194304 4291037 140734363080272 18446744073709551615 4255564 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 143455 118506 274 24 0 140089 0
Current children cumulated CPU time (s) 4962.45
Current children cumulated vsize (KiB) 573820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/328 17496
/proc/meminfo: memFree=17890480/32951124 swapFree=67083432/67111528
[pid=17322] ppid=17320 vsize=788744 CPUtime=5000.06 cores=1,3,5,7
/proc/17322/stat : 17322 (minisat_release) R 17320 17322 16912 0 -1 4202496 3357620 0 0 0 499352 654 0 0 25 0 1 0 848672816 807673856 143292 33554432000 4194304 4291037 140734363080272 18446744073709551615 4256186 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/17322/statm: 197186 143292 274 24 0 193820 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 788744

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): 4999.94
CPU time (s): 5000.09
CPU user time (s): 4993.52
CPU system time (s): 6.565
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 1218132

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

runsolver used 14.2858 second user time and 35.7266 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-28 14:07:02
IDJOB=3419964
IDBENCH=82462
IDSOLVER=1912
FILE ID=node110/3419964-1306584422
RUNJOBID= node110-1306579399-16931
PBS_JOBID= 13471570
Free space on /tmp= 73460 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-countbits128-tseitin.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3419964-1306584422/watcher-3419964-1306584422 -o /tmp/evaluation-result-3419964-1306584422/solver-3419964-1306584422 -C 5000 -W 5100 -M 15500  minisat_release HOME/instance-3419964-1306584422.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=1162010484

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16471376 kB
Buffers:        337600 kB
Cached:        9855412 kB
SwapCached:       1416 kB
Active:        9670012 kB
Inactive:      6470724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16471376 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:            5336 kB
Writeback:           0 kB
AnonPages:     5945716 kB
Mapped:          28388 kB
Slab:           242272 kB
PageTables:      31264 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78224168 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= 73480 MiB
End job on node110 at 2011-05-28 15:30:24