Trace number 3362540

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) 1300.05 1300.03

General information on the benchmark

Nameapplication/fuhs/
AProVE11/AProVE11-06.cnf
MD5SUM6fd7d026c372988cefc364000243d13f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4573.36
Satisfiable
(Un)Satisfiability was proved
Number of variables302076
Number of clauses1039056
Sum of the clauses size2729970
Maximum clause length978
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2420562
Number of clauses of size 3588399
Number of clauses of size 429561
Number of clauses of size 569
Number of clauses of size over 5464

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.65 3.92 3.95 4/326 8263
/proc/meminfo: memFree=28478648/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=2492 CPUtime=0 cores=1,3
/proc/8263/stat : 8263 (minisat_release) S 8261 8263 8100 0 -1 4194304 87 0 0 0 0 0 0 0 21 0 1 0 642281191 2551808 42 33554432000 4194304 4291037 140734543201056 18446744073709551615 268267765383 0 2147483391 4096 0 18446744071699199166 0 0 17 1 0 0 0
/proc/8263/statm: 623 42 34 24 0 23 0

[startup+0.109555 s]
/proc/loadavg: 3.65 3.92 3.95 4/326 8263
/proc/meminfo: memFree=28478648/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=63672 CPUtime=0.09 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 10802 0 0 0 9 0 0 0 22 0 1 0 642281191 65200128 10243 33554432000 4194304 4291037 140734543201056 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 15918 10245 216 24 0 12552 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 63672

[startup+0.200539 s]
/proc/loadavg: 3.65 3.92 3.95 4/326 8263
/proc/meminfo: memFree=28478648/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=78208 CPUtime=0.18 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 15545 0 0 0 17 1 0 0 22 0 1 0 642281191 80084992 14153 33554432000 4194304 4291037 140734543201056 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 19552 14156 216 24 0 16186 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 78208

[startup+0.300521 s]
/proc/loadavg: 3.65 3.92 3.95 4/326 8263
/proc/meminfo: memFree=28478648/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=94776 CPUtime=0.29 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 20349 0 0 0 27 2 0 0 22 0 1 0 642281191 97050624 18278 33554432000 4194304 4291037 140734543201056 18446744073709551615 268272349893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 23694 18280 216 24 0 20328 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 94776

[startup+0.700449 s]
/proc/loadavg: 3.65 3.92 3.95 4/326 8263
/proc/meminfo: memFree=28478648/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=141176 CPUtime=0.68 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 30138 0 0 0 64 4 0 0 24 0 1 0 642281191 144564224 26922 33554432000 4194304 4291037 140734543201056 18446744073709551615 4277897 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 35294 26922 239 24 0 31928 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 141176

[startup+1.50031 s]
/proc/loadavg: 3.65 3.92 3.95 5/330 8270
/proc/meminfo: memFree=28221944/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=208916 CPUtime=1.48 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 44261 0 0 0 143 5 0 0 25 0 1 0 642281191 213929984 39843 33554432000 4194304 4291037 140734543201056 18446744073709551615 4210306 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 52229 39845 239 24 0 48863 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 208916

[startup+3.10103 s]
/proc/loadavg: 3.76 3.94 3.96 5/330 8270
/proc/meminfo: memFree=28122620/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=146876 CPUtime=3.09 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 50741 0 0 0 302 7 0 0 25 0 1 0 642281191 150401024 29669 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255712 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 36719 29669 258 24 0 33353 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 146876

[startup+6.30046 s]
/proc/loadavg: 3.76 3.94 3.96 5/327 8273
/proc/meminfo: memFree=28229764/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=146876 CPUtime=6.29 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 50873 0 0 0 622 7 0 0 25 0 1 0 642281191 150401024 29798 33554432000 4194304 4291037 140734543201056 18446744073709551615 4248928 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 36719 29798 259 24 0 33353 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 146876

[startup+12.7003 s]
/proc/loadavg: 3.72 3.92 3.95 5/330 8324
/proc/meminfo: memFree=28227448/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=146876 CPUtime=12.68 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 51047 0 0 0 1261 7 0 0 25 0 1 0 642281191 150401024 29969 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 36719 29969 259 24 0 33353 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 146876

[startup+25.501 s]
/proc/loadavg: 3.84 3.94 3.96 5/325 8354
/proc/meminfo: memFree=28361100/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=146876 CPUtime=25.48 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 51865 0 0 0 2541 7 0 0 25 0 1 0 642281191 150401024 30766 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 36719 30766 259 24 0 33353 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 146876

[startup+51.1005 s]
/proc/loadavg: 3.89 3.94 3.96 6/330 8379
/proc/meminfo: memFree=27816068/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=158552 CPUtime=51.09 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 53954 0 0 0 5101 8 0 0 25 0 1 0 642281191 162357248 32798 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 39638 32798 259 24 0 36272 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 158552

[startup+102.3 s]
/proc/loadavg: 3.96 3.95 3.96 6/330 8380
/proc/meminfo: memFree=27628368/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=179868 CPUtime=102.28 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 58431 0 0 0 10220 8 0 0 25 0 1 0 642281191 184184832 37188 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 44967 37188 259 24 0 41601 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 179868

[startup+162.301 s]
/proc/loadavg: 3.98 3.95 3.96 5/330 8382
/proc/meminfo: memFree=27438812/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=213108 CPUtime=162.29 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 62337 0 0 0 16219 10 0 0 25 0 1 0 642281191 218222592 41013 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 53277 41013 259 24 0 49911 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 213108

[startup+222.312 s]
/proc/loadavg: 4.02 3.97 3.96 5/330 8384
/proc/meminfo: memFree=27207604/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=217332 CPUtime=222.3 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 65973 0 0 0 22219 11 0 0 25 0 1 0 642281191 222547968 44591 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 54333 44591 259 24 0 50967 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 217332

[startup+282.3 s]
/proc/loadavg: 4.09 3.99 3.97 6/330 8385
/proc/meminfo: memFree=27062624/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=220876 CPUtime=282.29 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 69399 0 0 0 28217 12 0 0 25 0 1 0 642281191 226177024 47950 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 55219 47950 259 24 0 51853 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 220876

[startup+342.301 s]
/proc/loadavg: 4.10 4.00 3.97 6/330 8387
/proc/meminfo: memFree=26856980/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=224148 CPUtime=342.29 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 71712 0 0 0 34216 13 0 0 25 0 1 0 642281191 229527552 50227 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 56037 50227 259 24 0 52671 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 224148

[startup+402.301 s]
/proc/loadavg: 4.07 4.01 3.98 6/330 8388
/proc/meminfo: memFree=26674960/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=275196 CPUtime=402.3 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 73517 0 0 0 40216 14 0 0 25 0 1 0 642281191 281800704 51996 33554432000 4194304 4291037 140734543201056 18446744073709551615 4248937 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 68799 51996 259 24 0 65433 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 275196

[startup+462.3 s]
/proc/loadavg: 4.02 4.01 3.98 6/330 8390
/proc/meminfo: memFree=26512316/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=276408 CPUtime=462.29 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 75776 0 0 0 46215 14 0 0 25 0 1 0 642281191 283041792 54212 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 69102 54212 259 24 0 65736 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 276408

[startup+522.301 s]
/proc/loadavg: 4.01 4.00 3.98 5/330 8392
/proc/meminfo: memFree=26359468/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=281464 CPUtime=522.29 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 79171 0 0 0 52214 15 0 0 25 0 1 0 642281191 288219136 57554 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 70366 57554 259 24 0 67000 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 281464

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.98 6/330 8393
/proc/meminfo: memFree=26233368/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=283864 CPUtime=582.29 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 80532 0 0 0 58213 16 0 0 25 0 1 0 642281191 290676736 58884 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255665 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 70966 58884 259 24 0 67600 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 283864

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.98 6/330 8395
/proc/meminfo: memFree=26107388/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=287508 CPUtime=642.3 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 83204 0 0 0 64213 17 0 0 25 0 1 0 642281191 294408192 61525 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255676 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 71877 61525 259 24 0 68511 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 287508

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.98 5/330 8396
/proc/meminfo: memFree=25956140/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=289672 CPUtime=702.3 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 84930 0 0 0 70212 18 0 0 25 0 1 0 642281191 296624128 63218 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 72418 63218 259 24 0 69052 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 289672

[startup+762.3 s]
/proc/loadavg: 4.04 4.01 3.98 6/330 8398
/proc/meminfo: memFree=25748496/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=289672 CPUtime=762.3 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 85881 0 0 0 76212 18 0 0 25 0 1 0 642281191 296624128 64151 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 72418 64151 259 24 0 69052 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 289672

[startup+822.301 s]
/proc/loadavg: 4.01 4.01 3.98 6/330 8400
/proc/meminfo: memFree=25562540/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=289672 CPUtime=822.3 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 86719 0 0 0 82212 18 0 0 25 0 1 0 642281191 296624128 64966 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255577 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 72418 64966 259 24 0 69052 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 289672

[startup+882.312 s]
/proc/loadavg: 4.04 4.02 3.99 5/330 8401
/proc/meminfo: memFree=25332080/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=291832 CPUtime=882.32 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 88653 0 0 0 88212 20 0 0 25 0 1 0 642281191 298835968 66863 33554432000 4194304 4291037 140734543201056 18446744073709551615 4263382 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 72958 66863 259 24 0 69592 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 291832

[startup+942.3 s]
/proc/loadavg: 4.10 4.04 4.00 6/330 8403
/proc/meminfo: memFree=25135488/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=376460 CPUtime=942.3 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 90215 0 0 0 94210 20 0 0 25 0 1 0 642281191 385495040 68388 33554432000 4194304 4291037 140734543201056 18446744073709551615 4261940 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 94115 68388 259 24 0 90749 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 376460

[startup+1002.3 s]
/proc/loadavg: 4.03 4.03 4.00 6/330 8404
/proc/meminfo: memFree=24914912/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=376460 CPUtime=1002.3 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 91883 0 0 0 100209 21 0 0 25 0 1 0 642281191 385495040 70020 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 94115 70020 259 24 0 90749 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 376460

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 4.00 5/330 8406
/proc/meminfo: memFree=24719724/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=376460 CPUtime=1062.31 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 93986 0 0 0 106208 23 0 0 25 0 1 0 642281191 385495040 72066 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255698 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 94115 72066 259 24 0 90749 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 376460

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 4.00 6/330 8408
/proc/meminfo: memFree=24549824/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=379768 CPUtime=1122.31 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 96385 0 0 0 112208 23 0 0 25 0 1 0 642281191 388882432 74414 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255880 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 94942 74414 259 24 0 91576 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 379768

[startup+1182.3 s]
/proc/loadavg: 4.00 4.01 4.00 6/330 8409
/proc/meminfo: memFree=24377828/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=379768 CPUtime=1182.31 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 97614 0 0 0 118207 24 0 0 25 0 1 0 642281191 388882432 75604 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255624 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 94942 75604 259 24 0 91576 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 379768

[startup+1242.3 s]
/proc/loadavg: 4.00 4.01 4.00 5/330 8411
/proc/meminfo: memFree=24220932/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=379768 CPUtime=1242.31 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 98736 0 0 0 124206 25 0 0 25 0 1 0 642281191 388882432 76689 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255638 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 94942 76689 259 24 0 91576 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 379768



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.02 4.00 6/330 8412
/proc/meminfo: memFree=24047404/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=381928 CPUtime=1300.02 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 101055 0 0 0 129975 27 0 0 25 0 1 0 642281191 391094272 78972 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 95482 78972 259 24 0 92116 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 381928

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

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

[startup+1300 s]
/proc/loadavg: 4.06 4.02 4.00 6/330 8412
/proc/meminfo: memFree=24047404/32950928 swapFree=60199044/67111528
[pid=8263] ppid=8261 vsize=381928 CPUtime=1300.02 cores=1,3
/proc/8263/stat : 8263 (minisat_release) R 8261 8263 8100 0 -1 4202496 101055 0 0 0 129975 27 0 0 25 0 1 0 642281191 391094272 78972 33554432000 4194304 4291037 140734543201056 18446744073709551615 4255649 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/8263/statm: 95482 78972 259 24 0 92116 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 381928

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.05
CPU user time (s): 1299.76
CPU system time (s): 0.284956
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 381928

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

runsolver used 3.88241 second user time and 9.13061 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-13 19:13:44
IDJOB=3362540
IDBENCH=82354
IDSOLVER=1840
FILE ID=node122/3362540-1305306823
RUNJOBID= node122-1305306816-8120
PBS_JOBID= 13321482
Free space on /tmp= 43820 MiB

SOLVER NAME= minisat hack reference: minisat 2.2.0
BENCH NAME= SAT11/application/fuhs/AProVE11/AProVE11-06.cnf
COMMAND LINE= minisat_release BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362540-1305306823/watcher-3362540-1305306823 -o /tmp/evaluation-result-3362540-1305306823/solver-3362540-1305306823 -C 2400 -W 1300 -M 7680  minisat_release HOME/instance-3362540-1305306823.cnf

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

MD5SUM BENCH= 6fd7d026c372988cefc364000243d13f
RANDOM SEED=538698906

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28478928 kB
Buffers:        210280 kB
Cached:        2741664 kB
SwapCached:      50072 kB
Active:        1035076 kB
Inactive:      3236972 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28478928 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:           74868 kB
Writeback:           0 kB
AnonPages:     1281400 kB
Mapped:          14120 kB
Slab:           102252 kB
PageTables:      32928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52809756 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= 43688 MiB
End job on node122 at 2011-05-13 19:35:26