Trace number 3349814

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

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-3349814-1304968107/watcher-3349814-1304968107 -o /tmp/evaluation-result-3349814-1304968107/solver-3349814-1304968107 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349814-1304968107.cnf -verb=0 -model -no-shrinking -no-glucose 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/240 28091
/proc/meminfo: memFree=19160340/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=19204 CPUtime=0 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 314 0 0 0 0 0 0 0 21 0 1 0 608411485 19664896 256 33554432000 4194304 4300056 140733914585408 18446744073709551615 222921776896 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 4801 256 213 26 0 1433 0

[startup+0.102036 s]
/proc/loadavg: 0.00 0.00 0.00 3/240 28091
/proc/meminfo: memFree=19160340/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=31252 CPUtime=0.09 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 4494 0 0 0 9 0 0 0 21 0 1 0 608411485 32002048 3970 33554432000 4194304 4300056 140733914585408 18446744073709551615 4230678 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 7813 3970 227 26 0 4445 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31252

[startup+0.201016 s]
/proc/loadavg: 0.00 0.00 0.00 3/240 28091
/proc/meminfo: memFree=19160340/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=38240 CPUtime=0.18 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 6020 0 0 0 18 0 0 0 22 0 1 0 608411485 39157760 5433 33554432000 4194304 4300056 140733914585408 18446744073709551615 222921432086 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 9560 5433 228 26 0 6192 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 38240

[startup+0.300997 s]
/proc/loadavg: 0.00 0.00 0.00 3/240 28091
/proc/meminfo: memFree=19160340/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=39768 CPUtime=0.28 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 6154 0 0 0 28 0 0 0 22 0 1 0 608411485 40722432 5207 33554432000 4194304 4300056 140733914585408 18446744073709551615 4212427 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 9942 5207 228 26 0 6574 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 39768

[startup+0.700922 s]
/proc/loadavg: 0.00 0.00 0.00 3/240 28091
/proc/meminfo: memFree=19160340/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=34368 CPUtime=0.68 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 6998 0 0 0 68 0 0 0 24 0 1 0 608411485 35192832 4788 33554432000 4194304 4300056 140733914585408 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 8592 4788 247 26 0 5224 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 34368

[startup+1.50077 s]
/proc/loadavg: 0.16 0.03 0.01 3/241 28092
/proc/meminfo: memFree=19140752/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=37088 CPUtime=1.49 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 7479 0 0 0 148 1 0 0 25 0 1 0 608411485 37978112 5263 33554432000 4194304 4300056 140733914585408 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 9272 5263 247 26 0 5904 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37088

[startup+3.10048 s]
/proc/loadavg: 0.16 0.03 0.01 3/241 28092
/proc/meminfo: memFree=19135668/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=41508 CPUtime=3.09 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 8718 0 0 0 308 1 0 0 25 0 1 0 608411485 42504192 6491 33554432000 4194304 4300056 140733914585408 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 10377 6491 247 26 0 7009 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41508

[startup+6.3009 s]
/proc/loadavg: 0.31 0.07 0.02 3/241 28093
/proc/meminfo: memFree=19124232/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=60580 CPUtime=6.29 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 11251 0 0 0 628 1 0 0 25 0 1 0 608411485 62033920 8984 33554432000 4194304 4300056 140733914585408 18446744073709551615 4256120 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 15145 8984 247 26 0 11777 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 60580

[startup+12.7007 s]
/proc/loadavg: 0.44 0.10 0.03 3/241 28093
/proc/meminfo: memFree=19105564/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=82392 CPUtime=12.69 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 15741 0 0 0 1267 2 0 0 25 0 1 0 608411485 84369408 13445 33554432000 4194304 4300056 140733914585408 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 20598 13445 247 26 0 17230 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 82392

[startup+25.5004 s]
/proc/loadavg: 0.94 0.22 0.07 4/246 28133
/proc/meminfo: memFree=19111516/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=50948 CPUtime=25.49 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 25010 0 0 0 2545 4 0 0 25 0 1 0 608411485 52170752 8401 33554432000 4194304 4300056 140733914585408 18446744073709551615 4256683 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 12737 8401 247 26 0 9369 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50948

[startup+51.1007 s]
/proc/loadavg: 1.99 0.53 0.18 5/251 28145
/proc/meminfo: memFree=18949924/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=131088 CPUtime=51.09 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 42729 0 0 0 5102 7 0 0 25 0 1 0 608411485 134234112 25958 33554432000 4194304 4300056 140733914585408 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 32772 25958 247 26 0 29404 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 131088

[startup+102.3 s]
/proc/loadavg: 3.18 1.07 0.38 5/251 28146
/proc/meminfo: memFree=18862952/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=111108 CPUtime=102.3 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 75365 0 0 0 10216 14 0 0 25 0 1 0 608411485 113774592 22050 33554432000 4194304 4300056 140733914585408 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 27777 22050 247 26 0 24409 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 111108

[startup+162.3 s]
/proc/loadavg: 3.70 1.60 0.60 5/251 28148
/proc/meminfo: memFree=18905308/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=146432 CPUtime=162.3 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 105292 0 0 0 16210 20 0 0 25 0 1 0 608411485 149946368 28781 33554432000 4194304 4300056 140733914585408 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 36608 28781 247 26 0 33240 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 146432

[startup+222.309 s]
/proc/loadavg: 3.89 2.04 0.81 5/251 28149
/proc/meminfo: memFree=18837680/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=72860 CPUtime=222.3 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 137496 0 0 0 22203 27 0 0 25 0 1 0 608411485 74608640 14846 33554432000 4194304 4300056 140733914585408 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 18215 14846 247 26 0 14847 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 72860

[startup+282.3 s]
/proc/loadavg: 4.01 2.41 1.02 5/251 28152
/proc/meminfo: memFree=18795352/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=203088 CPUtime=282.29 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 162307 0 0 0 28194 35 0 0 25 0 1 0 608411485 207962112 39467 33554432000 4194304 4300056 140733914585408 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 50772 39467 247 26 0 47404 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 203088

[startup+342.3 s]
/proc/loadavg: 4.00 2.69 1.20 5/251 28154
/proc/meminfo: memFree=18628280/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=161032 CPUtime=342.3 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 191039 0 0 0 34188 42 0 0 25 0 1 0 608411485 164896768 36497 33554432000 4194304 4300056 140733914585408 18446744073709551615 4256506 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 40258 36497 247 26 0 36890 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 161032

[startup+402.3 s]
/proc/loadavg: 4.04 2.94 1.38 5/251 28155
/proc/meminfo: memFree=18691348/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=215020 CPUtime=402.3 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 222842 0 0 0 40179 51 0 0 25 0 1 0 608411485 220180480 44647 33554432000 4194304 4300056 140733914585408 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 53755 44647 247 26 0 50387 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 215020

[startup+462.3 s]
/proc/loadavg: 4.01 3.13 1.54 5/251 28157
/proc/meminfo: memFree=18612580/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=172404 CPUtime=462.31 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 247430 0 0 0 46172 59 0 0 25 0 1 0 608411485 176541696 36488 33554432000 4194304 4300056 140733914585408 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 43101 36488 247 26 0 39733 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 172404

[startup+522.3 s]
/proc/loadavg: 4.00 3.29 1.69 5/251 28158
/proc/meminfo: memFree=18836376/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=176168 CPUtime=522.31 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 271550 0 0 0 52166 65 0 0 25 0 1 0 608411485 180396032 40063 33554432000 4194304 4300056 140733914585408 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 44042 40063 247 26 0 40674 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 176168

[startup+582.3 s]
/proc/loadavg: 4.00 3.42 1.83 5/251 28160
/proc/meminfo: memFree=18627640/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=231364 CPUtime=582.31 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 303765 0 0 0 58159 72 0 0 25 0 1 0 608411485 236916736 46626 33554432000 4194304 4300056 140733914585408 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 57841 46626 247 26 0 54473 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 231364

[startup+642.3 s]
/proc/loadavg: 4.11 3.55 1.97 5/251 28162
/proc/meminfo: memFree=18520216/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=191352 CPUtime=642.31 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 332259 0 0 0 64149 82 0 0 25 0 1 0 608411485 195944448 36906 33554432000 4194304 4300056 140733914585408 18446744073709551615 4262774 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 47838 36906 247 26 0 44470 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 191352

[startup+702.3 s]
/proc/loadavg: 4.04 3.63 2.10 5/251 28163
/proc/meminfo: memFree=18714612/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=141348 CPUtime=702.32 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 356433 0 0 0 70145 87 0 0 25 0 1 0 608411485 144740352 30622 33554432000 4194304 4300056 140733914585408 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 35337 30622 247 26 0 31969 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 141348

[startup+762.3 s]
/proc/loadavg: 4.01 3.69 2.21 5/251 28165
/proc/meminfo: memFree=18529932/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=142000 CPUtime=762.32 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 379181 0 0 0 76140 92 0 0 25 0 1 0 608411485 145408000 31312 33554432000 4194304 4300056 140733914585408 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 35500 31312 247 26 0 32132 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 142000

[startup+822.3 s]
/proc/loadavg: 4.08 3.76 2.33 5/251 28166
/proc/meminfo: memFree=18828244/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=146820 CPUtime=822.32 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 400154 0 0 0 82134 98 0 0 25 0 1 0 608411485 150343680 31316 33554432000 4194304 4300056 140733914585408 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 36705 31316 247 26 0 33337 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 146820

[startup+882.309 s]
/proc/loadavg: 4.03 3.80 2.43 5/251 28169
/proc/meminfo: memFree=18604752/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=265552 CPUtime=882.33 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 421409 0 0 0 88130 103 0 0 25 0 1 0 608411485 271925248 52238 33554432000 4194304 4300056 140733914585408 18446744073709551615 4255970 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 66388 52238 247 26 0 63020 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 265552

[startup+942.3 s]
/proc/loadavg: 4.01 3.84 2.53 5/251 28171
/proc/meminfo: memFree=18760452/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=272636 CPUtime=942.32 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 447049 0 0 0 94123 109 0 0 25 0 1 0 608411485 279179264 53147 33554432000 4194304 4300056 140733914585408 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 68159 53147 247 26 0 64791 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 272636

[startup+1002.3 s]
/proc/loadavg: 4.00 3.86 2.61 5/251 28172
/proc/meminfo: memFree=18653528/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=199504 CPUtime=1002.32 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 471212 0 0 0 100118 114 0 0 25 0 1 0 608411485 204292096 44756 33554432000 4194304 4300056 140733914585408 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 49876 44756 247 26 0 46508 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 199504

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.70 5/251 28174
/proc/meminfo: memFree=18489448/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=187636 CPUtime=1062.32 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 492798 0 0 0 106112 120 0 0 25 0 1 0 608411485 192139264 40568 33554432000 4194304 4300056 140733914585408 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 46909 40568 247 26 0 43541 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 187636

[startup+1122.3 s]
/proc/loadavg: 4.00 3.90 2.78 5/251 28175
/proc/meminfo: memFree=18294732/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=179020 CPUtime=1122.32 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 515105 0 0 0 112106 126 0 0 25 0 1 0 608411485 183316480 39706 33554432000 4194304 4300056 140733914585408 18446744073709551615 4252384 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 44755 39706 247 26 0 41387 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 179020

[startup+1182.3 s]
/proc/loadavg: 4.00 3.92 2.85 5/251 28177
/proc/meminfo: memFree=18088224/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=160344 CPUtime=1182.33 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 537117 0 0 0 118100 133 0 0 25 0 1 0 608411485 164192256 36367 33554432000 4194304 4300056 140733914585408 18446744073709551615 4251358 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 40086 36367 247 26 0 36718 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 160344

[startup+1242.3 s]
/proc/loadavg: 4.00 3.93 2.92 5/251 28179
/proc/meminfo: memFree=18523304/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=296908 CPUtime=1242.33 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 570035 0 0 0 124095 138 0 0 25 0 1 0 608411485 304033792 69068 33554432000 4194304 4300056 140733914585408 18446744073709551615 4256105 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 74227 69068 247 26 0 70859 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 296908



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.94 2.98 5/251 28209
/proc/meminfo: memFree=18318088/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=378296 CPUtime=1300.03 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 588731 0 0 0 129857 146 0 0 25 0 1 0 608411485 387375104 87696 33554432000 4194304 4300056 140733914585408 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 94574 87696 247 26 0 91206 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 378296

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.00 3.94 2.98 5/251 28209
/proc/meminfo: memFree=18318088/32951124 swapFree=66522184/67111528
[pid=28091] ppid=28088 vsize=378296 CPUtime=1300.03 cores=5,7
/proc/28091/stat : 28091 (lr_gl_shr) R 28088 28091 28048 0 -1 4202496 588731 0 0 0 129857 146 0 0 25 0 1 0 608411485 387375104 87696 33554432000 4194304 4300056 140733914585408 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/28091/statm: 94574 87696 247 26 0 91206 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 378296

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.06
CPU user time (s): 1298.58
CPU system time (s): 1.48377
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 378296

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

runsolver used 2.88756 second user time and 6.576 second system time

The end

Launcher Data

Begin job on node109 at 2011-05-09 21:08:27
IDJOB=3349814
IDBENCH=20523
IDSOLVER=1814
FILE ID=node109/3349814-1304968107
RUNJOBID= node109-1304968099-28071
PBS_JOBID= 13285641
Free space on /tmp= 36904 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k45.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking -no-glucose
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349814-1304968107/watcher-3349814-1304968107 -o /tmp/evaluation-result-3349814-1304968107/solver-3349814-1304968107 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349814-1304968107.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 8a76c8add64173ae39149aae572a02d9
RANDOM SEED=2092949366

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19160744 kB
Buffers:        154304 kB
Cached:        2519704 kB
SwapCached:      18800 kB
Active:        5892504 kB
Inactive:      7672672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19160744 kB
SwapTotal:    67111528 kB
SwapFree:     66522184 kB
Dirty:            4888 kB
Writeback:           0 kB
AnonPages:    10879008 kB
Mapped:          18396 kB
Slab:           133968 kB
PageTables:      30972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 17878172 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= 36896 MiB
End job on node109 at 2011-05-09 21:30:09