Trace number 3349844

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

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.cnf
MD5SUM9059f458d76edcc4dc5681746a6de6e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark265.638
Satisfiable
(Un)Satisfiability was proved
Number of variables88352
Number of clauses262658
Sum of the clauses size612866
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2175104
Number of clauses of size 387552
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data


Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3349844-1304969848/watcher-3349844-1304969848 -o /tmp/evaluation-result-3349844-1304969848/solver-3349844-1304969848 -C 2400 -W 1300 -M 7680 HOME/lr_gl_shr HOME/instance-3349844-1304969848.cnf -verb=0 -model -no-shrinking -no-glucose 

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: 4.02 4.01 3.37 5/370 1937
/proc/meminfo: memFree=24667108/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=19644 CPUtime=0 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 435 0 0 0 0 0 0 0 21 0 1 0 687215451 20115456 374 33554432000 4194304 4300056 140735242698768 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 4911 375 218 26 0 1543 0

[startup+0.0395789 s]
/proc/loadavg: 4.02 4.01 3.37 5/370 1937
/proc/meminfo: memFree=24667108/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=25856 CPUtime=0.03 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 2388 0 0 0 3 0 0 0 21 0 1 0 687215451 26476544 2161 33554432000 4194304 4300056 140735242698768 18446744073709551615 4286204 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 6464 2162 220 26 0 3096 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 25856

[startup+0.100551 s]
/proc/loadavg: 4.02 4.01 3.37 5/370 1937
/proc/meminfo: memFree=24667108/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=37032 CPUtime=0.09 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 5713 0 0 0 8 1 0 0 21 0 1 0 687215451 37920768 5129 33554432000 4194304 4300056 140735242698768 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 9258 5129 222 26 0 5890 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37032

[startup+0.300525 s]
/proc/loadavg: 4.02 4.01 3.37 5/370 1937
/proc/meminfo: memFree=24667108/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=52836 CPUtime=0.29 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 10272 0 0 0 27 2 0 0 22 0 1 0 687215451 54104064 9299 33554432000 4194304 4300056 140735242698768 18446744073709551615 251367207621 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 13209 9299 251 26 0 9841 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 52836

[startup+0.700441 s]
/proc/loadavg: 4.02 4.01 3.37 5/370 1937
/proc/meminfo: memFree=24667108/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=53964 CPUtime=0.69 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 13979 0 0 0 67 2 0 0 23 0 1 0 687215451 55259136 9357 33554432000 4194304 4300056 140735242698768 18446744073709551615 4232432 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 13491 9357 251 26 0 10123 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53964

[startup+1.50029 s]
/proc/loadavg: 4.02 4.01 3.37 5/371 1938
/proc/meminfo: memFree=24622704/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=54452 CPUtime=1.49 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 14799 0 0 0 147 2 0 0 25 0 1 0 687215451 55758848 9231 33554432000 4194304 4300056 140735242698768 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 13613 9231 268 26 0 10245 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54452

[startup+3.101 s]
/proc/loadavg: 4.02 4.01 3.37 5/371 1938
/proc/meminfo: memFree=24613284/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=54452 CPUtime=3.09 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 15094 0 0 0 307 2 0 0 25 0 1 0 687215451 55758848 9507 33554432000 4194304 4300056 140735242698768 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 13613 9507 268 26 0 10245 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 54452

[startup+6.3004 s]
/proc/loadavg: 4.02 4.01 3.38 5/371 1938
/proc/meminfo: memFree=24586432/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=61524 CPUtime=6.29 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 16007 0 0 0 626 3 0 0 25 0 1 0 687215451 63000576 10388 33554432000 4194304 4300056 140735242698768 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 15381 10388 268 26 0 12013 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 61524

[startup+12.7002 s]
/proc/loadavg: 4.02 4.01 3.38 5/371 1938
/proc/meminfo: memFree=24539732/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=65616 CPUtime=12.69 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 21157 0 0 0 1266 3 0 0 25 0 1 0 687215451 67190784 11788 33554432000 4194304 4300056 140735242698768 18446744073709551615 4256683 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 16404 11788 268 26 0 13036 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 65616

[startup+25.5008 s]
/proc/loadavg: 4.01 4.00 3.39 5/371 1938
/proc/meminfo: memFree=24455584/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=99004 CPUtime=25.49 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 26264 0 0 0 2545 4 0 0 25 0 1 0 687215451 101380096 16819 33554432000 4194304 4300056 140735242698768 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 24751 16819 268 26 0 21383 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 99004

[startup+51.1011 s]
/proc/loadavg: 4.01 4.00 3.40 5/371 1939
/proc/meminfo: memFree=24327124/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=76576 CPUtime=51.09 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 37756 0 0 0 5102 7 0 0 25 0 1 0 687215451 78413824 15203 33554432000 4194304 4300056 140735242698768 18446744073709551615 4262518 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 19144 15203 268 26 0 15776 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 76576

[startup+102.314 s]
/proc/loadavg: 4.00 4.00 3.43 5/371 1970
/proc/meminfo: memFree=24807504/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=145220 CPUtime=102.31 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 55201 0 0 0 10219 12 0 0 25 0 1 0 687215451 148705280 32455 33554432000 4194304 4300056 140735242698768 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 36305 32455 268 26 0 32937 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 145220

[startup+162.3 s]
/proc/loadavg: 4.00 4.00 3.46 5/371 2053
/proc/meminfo: memFree=24526216/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=198780 CPUtime=162.3 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 81189 0 0 0 16212 18 0 0 25 0 1 0 687215451 203550720 37470 33554432000 4194304 4300056 140735242698768 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 49695 37470 268 26 0 46327 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 198780

[startup+222.3 s]
/proc/loadavg: 4.00 4.00 3.49 5/371 2055
/proc/meminfo: memFree=24316256/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=153468 CPUtime=222.3 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 104931 0 0 0 22205 25 0 0 25 0 1 0 687215451 157151232 30039 33554432000 4194304 4300056 140735242698768 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 38367 30039 268 26 0 34999 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 153468

[startup+282.301 s]
/proc/loadavg: 4.04 4.01 3.53 5/371 2056
/proc/meminfo: memFree=24135064/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=108284 CPUtime=282.3 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 125696 0 0 0 28199 31 0 0 25 0 1 0 687215451 110882816 23046 33554432000 4194304 4300056 140735242698768 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 27071 23046 268 26 0 23703 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 108284

[startup+342.301 s]
/proc/loadavg: 3.72 3.95 3.54 4/365 2075
/proc/meminfo: memFree=23931372/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=208160 CPUtime=342.3 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 143086 0 0 0 34195 35 0 0 25 0 1 0 687215451 213155840 40271 33554432000 4194304 4300056 140735242698768 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 52040 40271 268 26 0 48672 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 208160

[startup+402.301 s]
/proc/loadavg: 3.29 3.79 3.51 4/365 2076
/proc/meminfo: memFree=23751280/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=169564 CPUtime=402.3 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 169441 0 0 0 40190 40 0 0 25 0 1 0 687215451 173633536 38478 33554432000 4194304 4300056 140735242698768 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 42391 38478 268 26 0 39023 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 169564

[startup+462.301 s]
/proc/loadavg: 3.18 3.67 3.48 4/365 2078
/proc/meminfo: memFree=23598104/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=89424 CPUtime=462.3 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 187953 0 0 0 46185 45 0 0 25 0 1 0 687215451 91570176 18698 33554432000 4194304 4300056 140735242698768 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 22356 18698 268 26 0 18988 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 89424

[startup+522.3 s]
/proc/loadavg: 3.09 3.56 3.45 4/365 2080
/proc/meminfo: memFree=23298616/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=219652 CPUtime=522.31 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 209857 0 0 0 52180 51 0 0 25 0 1 0 687215451 224923648 40388 33554432000 4194304 4300056 140735242698768 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 54913 40388 268 26 0 51545 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 219652

[startup+582.3 s]
/proc/loadavg: 3.03 3.46 3.42 4/365 2081
/proc/meminfo: memFree=23138740/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=123056 CPUtime=582.31 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 232428 0 0 0 58174 57 0 0 25 0 1 0 687215451 126009344 26744 33554432000 4194304 4300056 140735242698768 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 30764 26744 268 26 0 27396 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 123056

[startup+642.301 s]
/proc/loadavg: 3.01 3.37 3.39 4/365 2083
/proc/meminfo: memFree=22862064/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=222932 CPUtime=642.32 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 252810 0 0 0 64169 63 0 0 25 0 1 0 687215451 228282368 46948 33554432000 4194304 4300056 140735242698768 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 55733 46948 268 26 0 52365 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 222932

[startup+702.301 s]
/proc/loadavg: 3.00 3.30 3.37 4/365 2084
/proc/meminfo: memFree=22801372/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=117996 CPUtime=702.32 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 276405 0 0 0 70162 70 0 0 25 0 1 0 687215451 120827904 24680 33554432000 4194304 4300056 140735242698768 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 29499 24680 268 26 0 26131 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 117996

[startup+762.314 s]
/proc/loadavg: 3.00 3.24 3.34 4/365 2086
/proc/meminfo: memFree=22552212/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=229548 CPUtime=762.33 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 297658 0 0 0 76159 74 0 0 25 0 1 0 687215451 235057152 45737 33554432000 4194304 4300056 140735242698768 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 57387 45737 268 26 0 54019 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 229548

[startup+822.301 s]
/proc/loadavg: 3.05 3.21 3.32 4/365 2088
/proc/meminfo: memFree=22467108/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=105684 CPUtime=822.32 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 316100 0 0 0 82151 81 0 0 25 0 1 0 687215451 108220416 22170 33554432000 4194304 4300056 140735242698768 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 26421 22170 268 26 0 23053 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 105684

[startup+882.3 s]
/proc/loadavg: 2.99 3.17 3.30 3/360 2107
/proc/meminfo: memFree=24827056/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=236116 CPUtime=882.32 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 337124 0 0 0 88145 87 0 0 25 0 1 0 687215451 241782784 42960 33554432000 4194304 4300056 140735242698768 18446744073709551615 4256484 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 59029 42960 268 26 0 55661 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 236116

[startup+942.3 s]
/proc/loadavg: 1.76 2.79 3.16 2/353 2127
/proc/meminfo: memFree=27150568/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=317504 CPUtime=942.32 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 357689 0 0 0 94140 92 0 0 25 0 1 0 687215451 325124096 63374 33554432000 4194304 4300056 140735242698768 18446744073709551615 4256534 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 79376 63374 268 26 0 76008 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 317504

[startup+1002.3 s]
/proc/loadavg: 1.28 2.46 3.02 2/353 2128
/proc/meminfo: memFree=27226676/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=236116 CPUtime=1002.32 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 385810 0 0 0 100134 98 0 0 25 0 1 0 687215451 241782784 44221 33554432000 4194304 4300056 140735242698768 18446744073709551615 4263700 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 59029 44221 268 26 0 55661 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 236116

[startup+1062.3 s]
/proc/loadavg: 1.10 2.19 2.89 2/353 2130
/proc/meminfo: memFree=27127204/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=317504 CPUtime=1062.33 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 410950 0 0 0 106130 103 0 0 25 0 1 0 687215451 325124096 69208 33554432000 4194304 4300056 140735242698768 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 79376 69208 268 26 0 76008 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 317504

[startup+1122.3 s]
/proc/loadavg: 1.04 1.97 2.77 2/353 2132
/proc/meminfo: memFree=27053636/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=450884 CPUtime=1122.33 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 429302 0 0 0 112124 109 0 0 25 0 1 0 687215451 461705216 87450 33554432000 4194304 4300056 140735242698768 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 112721 87450 268 26 0 109353 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 450884

[startup+1182.3 s]
/proc/loadavg: 1.01 1.79 2.66 2/353 2133
/proc/meminfo: memFree=27254716/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=195116 CPUtime=1182.33 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 451562 0 0 0 118117 116 0 0 25 0 1 0 687215451 199798784 37451 33554432000 4194304 4300056 140735242698768 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 48779 37451 268 26 0 45411 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 195116

[startup+1242.3 s]
/proc/loadavg: 1.00 1.65 2.55 2/353 2135
/proc/meminfo: memFree=27178916/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=245204 CPUtime=1242.33 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 470322 0 0 0 124114 119 0 0 25 0 1 0 687215451 251088896 56041 33554432000 4194304 4300056 140735242698768 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 61301 56041 268 26 0 57933 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 245204



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.53 2.45 2/353 2136
/proc/meminfo: memFree=27287248/32950928 swapFree=38710660/67111528
[pid=1937] ppid=1935 vsize=130668 CPUtime=1300.04 cores=1,3
/proc/1937/stat : 1937 (lr_gl_shr) R 1935 1937 1610 0 -1 4202496 490245 0 0 0 129878 126 0 0 25 0 1 0 687215451 133804032 28847 33554432000 4194304 4300056 140735242698768 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/1937/statm: 32667 28847 268 26 0 29299 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 130668

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

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

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

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

runsolver used 4.20336 second user time and 10.9453 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-09 21:37:28
IDJOB=3349844
IDBENCH=82469
IDSOLVER=1814
FILE ID=node113/3349844-1304969848
RUNJOBID= node113-1304968099-1630
PBS_JOBID= 13285637
Free space on /tmp= 47808 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k50-pdtpmsns2-tseitin.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-3349844-1304969848/watcher-3349844-1304969848 -o /tmp/evaluation-result-3349844-1304969848/solver-3349844-1304969848 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349844-1304969848.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 9059f458d76edcc4dc5681746a6de6e5
RANDOM SEED=1319676645

node113.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.846
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.69
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.846
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.846
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.846
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.846
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.74
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.846
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.846
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.83
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.846
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:     32950928 kB
MemFree:      24667520 kB
Buffers:        128532 kB
Cached:         883536 kB
SwapCached:      93484 kB
Active:        2943688 kB
Inactive:      5106860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24667520 kB
SwapTotal:    67111528 kB
SwapFree:     38710660 kB
Dirty:            5008 kB
Writeback:           0 kB
AnonPages:     6956904 kB
Mapped:          14276 kB
Slab:            70076 kB
PageTables:      97412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 90044992 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= 47892 MiB
End job on node113 at 2011-05-09 21:59:10