Trace number 3318106

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: MiniSAT 2.2.0-agile-26? (TO) 1300.06 1300.11

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k45.cnf
MD5SUM8a76c8add64173ae39149aae572a02d9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark185.162
Satisfiable
(Un)Satisfiability was proved
Number of variables37432
Number of clauses147345
Sum of the clauses size401667
Maximum clause length37
Minimum clause length1
Number of clauses of size 1603
Number of clauses of size 269621
Number of clauses of size 371450
Number of clauses of size 4266
Number of clauses of size 5505
Number of clauses of size over 54900

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-3318106-1304898910/watcher-3318106-1304898910 -o /tmp/evaluation-result-3318106-1304898910/solver-3318106-1304898910 -C 2400 -W 1300 -M 7680 minisat HOME/instance-3318106-1304898910.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: 0.00 0.00 0.00 5/359 31176
/proc/meminfo: memFree=9196136/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=21092 CPUtime=0.01 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 1153 0 0 0 1 0 0 0 21 0 1 0 582306878 21598208 1073 33554432000 4194304 4291235 140736126863728 18446744073709551615 4276956 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 5273 1074 215 24 0 1907 0

[startup+0.0549891 s]
/proc/loadavg: 0.00 0.00 0.00 5/359 31176
/proc/meminfo: memFree=9196136/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=28164 CPUtime=0.05 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 3488 0 0 0 5 0 0 0 21 0 1 0 582306878 28839936 3124 33554432000 4194304 4291235 140736126863728 18446744073709551615 4223824 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 7041 3124 215 24 0 3675 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28164

[startup+0.100984 s]
/proc/loadavg: 0.00 0.00 0.00 5/359 31176
/proc/meminfo: memFree=9196136/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=32200 CPUtime=0.09 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 4763 0 0 0 9 0 0 0 21 0 1 0 582306878 32972800 4240 33554432000 4194304 4291235 140736126863728 18446744073709551615 4236682 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 8050 4240 240 24 0 4684 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32200

[startup+0.300951 s]
/proc/loadavg: 0.00 0.00 0.00 5/359 31176
/proc/meminfo: memFree=9196136/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=40716 CPUtime=0.29 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 6889 0 0 0 29 0 0 0 22 0 1 0 582306878 41693184 5849 33554432000 4194304 4291235 140736126863728 18446744073709551615 4257066 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 10179 5851 240 24 0 6813 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40716

[startup+0.700871 s]
/proc/loadavg: 0.00 0.00 0.00 5/359 31176
/proc/meminfo: memFree=9196136/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=35316 CPUtime=0.69 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 7228 0 0 0 69 0 0 0 24 0 1 0 582306878 36163584 5020 33554432000 4194304 4291235 140736126863728 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 8829 5020 258 24 0 5463 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35316

[startup+1.50073 s]
/proc/loadavg: 0.00 0.00 0.00 5/365 31184
/proc/meminfo: memFree=9085044/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=38036 CPUtime=1.48 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 7797 0 0 0 148 0 0 0 25 0 1 0 582306878 38948864 5582 33554432000 4194304 4291235 140736126863728 18446744073709551615 4255661 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 9509 5582 259 24 0 6143 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 38036

[startup+3.10044 s]
/proc/loadavg: 0.32 0.07 0.02 5/365 31184
/proc/meminfo: memFree=9086892/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=42456 CPUtime=3.09 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 9409 0 0 0 308 1 0 0 25 0 1 0 582306878 43474944 7178 33554432000 4194304 4291235 140736126863728 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 10614 7178 259 24 0 7248 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42456

[startup+6.30087 s]
/proc/loadavg: 0.32 0.07 0.02 6/370 31194
/proc/meminfo: memFree=8912828/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=84276 CPUtime=6.29 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 17404 0 0 0 627 2 0 0 25 0 1 0 582306878 86298624 15100 33554432000 4194304 4291235 140736126863728 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 21069 15100 259 24 0 17703 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 84276

[startup+12.7007 s]
/proc/loadavg: 0.89 0.20 0.06 6/370 31195
/proc/meminfo: memFree=8883140/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=117632 CPUtime=12.69 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 21851 0 0 0 1266 3 0 0 25 0 1 0 582306878 120455168 19498 33554432000 4194304 4291235 140736126863728 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 29408 19498 259 24 0 26042 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 117632

[startup+25.5004 s]
/proc/loadavg: 1.36 0.32 0.11 6/370 31195
/proc/meminfo: memFree=8825248/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=66756 CPUtime=25.49 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 49428 0 0 0 2541 8 0 0 25 0 1 0 582306878 68358144 12159 33554432000 4194304 4291235 140736126863728 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 16689 12159 259 24 0 13323 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 66756

[startup+51.1008 s]
/proc/loadavg: 2.40 0.65 0.22 6/370 31223
/proc/meminfo: memFree=8809844/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=139628 CPUtime=51.09 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 80882 0 0 0 5095 14 0 0 25 0 1 0 582306878 142979072 24902 33554432000 4194304 4291235 140736126863728 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 34907 24902 259 24 0 31541 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 139628

[startup+102.314 s]
/proc/loadavg: 3.54 1.25 0.45 6/370 31224
/proc/meminfo: memFree=8716612/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=197868 CPUtime=102.3 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 119325 0 0 0 10208 22 0 0 25 0 1 0 582306878 202616832 41838 33554432000 4194304 4291235 140736126863728 18446744073709551615 4255647 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 49467 41838 259 24 0 46101 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 197868

[startup+162.301 s]
/proc/loadavg: 3.83 1.75 0.67 6/370 31226
/proc/meminfo: memFree=8669708/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=206200 CPUtime=162.29 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 161636 0 0 0 16198 31 0 0 25 0 1 0 582306878 211148800 40866 33554432000 4194304 4291235 140736126863728 18446744073709551615 4255650 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 51550 40866 259 24 0 48184 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 206200

[startup+222.301 s]
/proc/loadavg: 3.93 2.16 0.87 6/370 31227
/proc/meminfo: memFree=8605916/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=100868 CPUtime=222.29 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 200331 0 0 0 22186 43 0 0 25 0 1 0 582306878 103288832 20127 33554432000 4194304 4291235 140736126863728 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 25217 20127 259 24 0 21851 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 100868

[startup+282.3 s]
/proc/loadavg: 3.97 2.49 1.07 6/370 31256
/proc/meminfo: memFree=8582612/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=296112 CPUtime=282.29 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 245211 0 0 0 28178 51 0 0 25 0 1 0 582306878 303218688 64810 33554432000 4194304 4291235 140736126863728 18446744073709551615 4255622 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 74028 64810 259 24 0 70662 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 296112

[startup+342.301 s]
/proc/loadavg: 3.99 2.76 1.25 6/370 31257
/proc/meminfo: memFree=8635692/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=172644 CPUtime=342.29 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 285968 0 0 0 34168 61 0 0 25 0 1 0 582306878 176787456 33655 33554432000 4194304 4291235 140736126863728 18446744073709551615 4255683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 43161 33655 259 24 0 39795 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 172644

[startup+402.301 s]
/proc/loadavg: 3.99 2.99 1.42 6/370 31268
/proc/meminfo: memFree=8537400/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=180212 CPUtime=402.3 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 319738 0 0 0 40161 69 0 0 25 0 1 0 582306878 184537088 34927 33554432000 4194304 4291235 140736126863728 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 45053 34927 259 24 0 41687 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 180212

[startup+462.301 s]
/proc/loadavg: 4.14 3.21 1.59 6/370 31270
/proc/meminfo: memFree=8489128/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=185028 CPUtime=462.3 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 353399 0 0 0 46154 76 0 0 25 0 1 0 582306878 189468672 34272 33554432000 4194304 4291235 140736126863728 18446744073709551615 4248348 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 46257 34272 259 24 0 42891 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 185028

[startup+522.3 s]
/proc/loadavg: 4.05 3.35 1.74 6/370 31271
/proc/meminfo: memFree=8496528/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=157680 CPUtime=522.31 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 387047 0 0 0 52145 86 0 0 25 0 1 0 582306878 161464320 33801 33554432000 4194304 4291235 140736126863728 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 39420 33801 259 24 0 36054 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 157680

[startup+582.3 s]
/proc/loadavg: 4.02 3.47 1.88 6/370 31273
/proc/meminfo: memFree=8286932/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=191996 CPUtime=582.31 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 425357 0 0 0 58137 94 0 0 25 0 1 0 582306878 196603904 38151 33554432000 4194304 4291235 140736126863728 18446744073709551615 4255853 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 47999 38151 259 24 0 44633 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 191996

[startup+642.301 s]
/proc/loadavg: 4.14 3.61 2.02 6/370 31274
/proc/meminfo: memFree=8302896/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=175184 CPUtime=642.32 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 459561 0 0 0 64131 101 0 0 25 0 1 0 582306878 179388416 36130 33554432000 4194304 4291235 140736126863728 18446744073709551615 4256261 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 43796 36130 259 24 0 40430 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 175184

[startup+702.301 s]
/proc/loadavg: 4.12 3.70 2.15 6/370 31276
/proc/meminfo: memFree=8382588/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=156216 CPUtime=702.31 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 491166 0 0 0 70124 107 0 0 25 0 1 0 582306878 159965184 31981 33554432000 4194304 4291235 140736126863728 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 39054 31981 259 24 0 35688 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 156216

[startup+762.314 s]
/proc/loadavg: 4.04 3.75 2.27 6/370 31278
/proc/meminfo: memFree=8080732/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=337480 CPUtime=762.32 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 519729 0 0 0 76119 113 0 0 25 0 1 0 582306878 345579520 60251 33554432000 4194304 4291235 140736126863728 18446744073709551615 4267245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 84370 60251 259 24 0 81004 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 337480

[startup+822.3 s]
/proc/loadavg: 4.01 3.80 2.37 6/370 31279
/proc/meminfo: memFree=8166004/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=256092 CPUtime=822.31 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 553400 0 0 0 82110 121 0 0 25 0 1 0 582306878 262238208 58511 33554432000 4194304 4291235 140736126863728 18446744073709551615 4248612 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 64023 58511 259 24 0 60657 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 256092

[startup+882.3 s]
/proc/loadavg: 4.00 3.83 2.47 6/370 31281
/proc/meminfo: memFree=8424512/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=259932 CPUtime=882.31 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 586830 0 0 0 88103 128 0 0 25 0 1 0 582306878 266170368 57293 33554432000 4194304 4291235 140736126863728 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 64983 57293 259 24 0 61617 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 259932

[startup+942.301 s]
/proc/loadavg: 4.00 3.86 2.56 6/370 31282
/proc/meminfo: memFree=8505444/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=263292 CPUtime=942.31 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 618218 0 0 0 94097 134 0 0 25 0 1 0 582306878 269611008 53961 33554432000 4194304 4291235 140736126863728 18446744073709551615 4255549 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 65823 53961 259 24 0 62457 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 263292

[startup+1002.3 s]
/proc/loadavg: 4.04 3.90 2.66 6/370 31284
/proc/meminfo: memFree=8347280/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=215636 CPUtime=1002.32 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 649110 0 0 0 100090 142 0 0 25 0 1 0 582306878 220811264 47135 33554432000 4194304 4291235 140736126863728 18446744073709551615 4255893 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 53909 47135 259 24 0 50543 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 215636

[startup+1062.3 s]
/proc/loadavg: 4.06 3.93 2.74 5/370 31286
/proc/meminfo: memFree=8474436/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=184816 CPUtime=1062.32 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 676224 0 0 0 106083 149 0 0 25 0 1 0 582306878 189251584 37135 33554432000 4194304 4291235 140736126863728 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 46204 37135 259 24 0 42838 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 184816

[startup+1122.3 s]
/proc/loadavg: 4.02 3.94 2.82 6/370 31287
/proc/meminfo: memFree=8180120/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=347112 CPUtime=1122.32 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 705565 0 0 0 112078 154 0 0 25 0 1 0 582306878 355442688 66191 33554432000 4194304 4291235 140736126863728 18446744073709551615 4255608 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 86778 66191 259 24 0 83412 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 347112

[startup+1182.3 s]
/proc/loadavg: 4.24 4.01 2.91 7/370 31289
/proc/meminfo: memFree=8344232/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=265724 CPUtime=1182.32 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 738812 0 0 0 118071 161 0 0 25 0 1 0 582306878 272101376 57248 33554432000 4194304 4291235 140736126863728 18446744073709551615 4255634 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 66431 57248 259 24 0 63065 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 265724

[startup+1242.3 s]
/proc/loadavg: 4.18 4.03 2.99 6/370 31290
/proc/meminfo: memFree=8188816/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=217076 CPUtime=1242.32 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 770429 0 0 0 124064 168 0 0 25 0 1 0 582306878 222285824 48936 33554432000 4194304 4291235 140736126863728 18446744073709551615 4256056 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 54269 48936 259 24 0 50903 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 217076



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.03 3.04 6/370 31292
/proc/meminfo: memFree=8071724/32951124 swapFree=67111348/67111528
[pid=31174] ppid=31169 vsize=167288 CPUtime=1300.04 cores=1,3
/proc/31174/stat : 31174 (minisat) R 31169 31174 31133 0 -1 4202496 795781 0 0 0 129828 176 0 0 25 0 1 0 582306878 171302912 35268 33554432000 4194304 4291235 140736126863728 18446744073709551615 4255658 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/31174/statm: 41822 35268 259 24 0 38456 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 167288

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.11
CPU time (s): 1300.06
CPU user time (s): 1298.29
CPU system time (s): 1.76873
CPU usage (%): 99.9961
Max. virtual memory (cumulated for all children) (KiB): 443764

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

runsolver used 4.5773 second user time and 10.5204 second system time

The end

Launcher Data

Begin job on node145 at 2011-05-09 01:55:10
IDJOB=3318106
IDBENCH=20523
IDSOLVER=1707
FILE ID=node145/3318106-1304898910
RUNJOBID= node145-1304898906-31153
PBS_JOBID= 13282126
Free space on /tmp= 43340 MiB

SOLVER NAME= minisat hack: MiniSAT 2.2.0-agile-26
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k45.cnf
COMMAND LINE= minisat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3318106-1304898910/watcher-3318106-1304898910 -o /tmp/evaluation-result-3318106-1304898910/solver-3318106-1304898910 -C 2400 -W 1300 -M 7680  minisat HOME/instance-3318106-1304898910.cnf

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

MD5SUM BENCH= 8a76c8add64173ae39149aae572a02d9
RANDOM SEED=997206415

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       9199096 kB
Buffers:        221832 kB
Cached:       17408660 kB
SwapCached:          0 kB
Active:        8690972 kB
Inactive:     14416944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       9199096 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            8280 kB
Writeback:           0 kB
AnonPages:     5476592 kB
Mapped:          26960 kB
Slab:           543868 kB
PageTables:      34016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 79344344 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= 43328 MiB
End job on node145 at 2011-05-09 02:16:52