Trace number 3349738

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.07 1300.07

General information on the benchmark

Namevelev-vliw-uns-4.0-9-i1.cnf
MD5SUM590cca3a58efdeb1c95ef988a53daa1d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark420.299
Satisfiable
(Un)Satisfiability was proved
Number of variables154309
Number of clauses3230738
Sum of the clauses size9429252
Maximum clause length3625
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 22024994
Number of clauses of size 31081436
Number of clauses of size 48866
Number of clauses of size 58692
Number of clauses of size over 5106749

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

running on 2 cores: 4,6

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 1/355 1668
/proc/meminfo: memFree=27391296/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=19500 CPUtime=0 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 405 0 0 0 0 0 0 0 21 0 1 0 687042741 19968000 346 33554432000 4194304 4300056 140733534438336 18446744073709551615 251367243531 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 4875 347 218 26 0 1507 0

[startup+0.0433531 s]
/proc/loadavg: 0.00 0.00 0.00 1/355 1668
/proc/meminfo: memFree=27391296/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=24772 CPUtime=0.04 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 2140 0 0 0 4 0 0 0 21 0 1 0 687042741 25366528 1906 33554432000 4194304 4300056 140733534438336 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 6193 1907 220 26 0 2825 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 24772

[startup+0.100341 s]
/proc/loadavg: 0.00 0.00 0.00 1/355 1668
/proc/meminfo: memFree=27391296/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=31044 CPUtime=0.09 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 4519 0 0 0 9 0 0 0 21 0 1 0 687042741 31789056 3967 33554432000 4194304 4300056 140733534438336 18446744073709551615 251367207621 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 7761 3967 220 26 0 4393 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31044

[startup+0.300307 s]
/proc/loadavg: 0.00 0.00 0.00 1/355 1668
/proc/meminfo: memFree=27391296/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=58144 CPUtime=0.29 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 12627 0 0 0 28 1 0 0 22 0 1 0 687042741 59539456 10748 33554432000 4194304 4300056 140733534438336 18446744073709551615 251367243984 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 14536 10749 220 26 0 11168 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58144

[startup+0.70023 s]
/proc/loadavg: 0.00 0.00 0.00 1/355 1668
/proc/meminfo: memFree=27391296/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=117828 CPUtime=0.69 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 28311 0 0 0 65 4 0 0 23 0 1 0 687042741 120655872 23980 33554432000 4194304 4300056 140733534438336 18446744073709551615 251367546624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 29457 23981 220 26 0 26089 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 117828

[startup+1.50108 s]
/proc/loadavg: 0.08 0.02 0.01 2/356 1669
/proc/meminfo: memFree=27256880/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=242788 CPUtime=1.49 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 58989 0 0 0 139 10 0 0 25 0 1 0 687042741 248614912 49355 33554432000 4194304 4300056 140733534438336 18446744073709551615 251367546624 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 60697 49358 222 26 0 57329 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 242788

[startup+3.10078 s]
/proc/loadavg: 0.08 0.02 0.01 2/356 1669
/proc/meminfo: memFree=27169956/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=262344 CPUtime=3.09 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 65041 0 0 0 297 12 0 0 25 0 1 0 687042741 268640256 55033 33554432000 4194304 4300056 140733534438336 18446744073709551615 4230416 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 65586 55033 227 26 0 62218 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 262344

[startup+6.30113 s]
/proc/loadavg: 0.08 0.02 0.01 4/366 1689
/proc/meminfo: memFree=26877668/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=266868 CPUtime=6.27 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 67203 0 0 0 615 12 0 0 25 0 1 0 687042741 273272832 57101 33554432000 4194304 4300056 140733534438336 18446744073709551615 4255239 0 0 4096 8388610 0 0 0 17 6 0 0 0
/proc/1668/statm: 66717 57101 228 26 0 63349 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 266868

[startup+12.701 s]
/proc/loadavg: 0.61 0.13 0.04 5/371 1699
/proc/meminfo: memFree=26895536/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=251916 CPUtime=12.66 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 83338 0 0 0 1252 14 0 0 25 0 1 0 687042741 257961984 49905 33554432000 4194304 4300056 140733534438336 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 62979 49905 247 26 0 59611 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 251916

[startup+25.5006 s]
/proc/loadavg: 1.13 0.26 0.08 5/371 1699
/proc/meminfo: memFree=26813920/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=251916 CPUtime=25.46 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 87320 0 0 0 2531 15 0 0 25 0 1 0 687042741 257961984 53835 33554432000 4194304 4300056 140733534438336 18446744073709551615 4256731 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 62979 53835 247 26 0 59611 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 251916

[startup+51.1008 s]
/proc/loadavg: 2.11 0.56 0.19 5/371 1700
/proc/meminfo: memFree=26712788/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=302004 CPUtime=51.06 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 95644 0 0 0 5089 17 0 0 25 0 1 0 687042741 309252096 62056 33554432000 4194304 4300056 140733534438336 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 75501 62056 247 26 0 72133 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 302004

[startup+102.313 s]
/proc/loadavg: 3.24 1.14 0.40 5/368 1704
/proc/meminfo: memFree=26705732/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=383392 CPUtime=102.26 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 116216 0 0 0 10205 21 0 0 25 0 1 0 687042741 392593408 82392 33554432000 4194304 4300056 140733534438336 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 95848 82392 247 26 0 92480 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 383392

[startup+162.301 s]
/proc/loadavg: 3.80 1.67 0.63 5/371 1730
/proc/meminfo: memFree=26646440/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=524872 CPUtime=162.25 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 143443 0 0 0 16198 27 0 0 25 0 1 0 687042741 537468928 109392 33554432000 4194304 4300056 140733534438336 18446744073709551615 4254744 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 131218 109392 247 26 0 127850 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 524872

[startup+222.301 s]
/proc/loadavg: 3.92 2.09 0.84 5/371 1732
/proc/meminfo: memFree=26447264/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=751600 CPUtime=222.25 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 179531 0 0 0 22188 37 0 0 25 0 1 0 687042741 769638400 145215 33554432000 4194304 4300056 140733534438336 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 187900 145215 247 26 0 184532 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 751600

[startup+282.301 s]
/proc/loadavg: 3.97 2.44 1.03 5/371 1733
/proc/meminfo: memFree=26348752/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=767804 CPUtime=282.25 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 196961 0 0 0 28184 41 0 0 25 0 1 0 687042741 786231296 162486 33554432000 4194304 4300056 140733534438336 18446744073709551615 4263782 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 191951 162486 247 26 0 188583 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 767804

[startup+342.301 s]
/proc/loadavg: 3.99 2.72 1.22 5/371 1735
/proc/meminfo: memFree=26241676/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=777968 CPUtime=342.25 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 212181 0 0 0 34179 46 0 0 25 0 1 0 687042741 796639232 177565 33554432000 4194304 4300056 140733534438336 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 194492 177565 247 26 0 191124 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 777968

[startup+402.3 s]
/proc/loadavg: 4.08 2.98 1.40 5/371 1736
/proc/meminfo: memFree=26244840/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=1137732 CPUtime=402.25 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 226263 0 0 0 40175 50 0 0 25 0 1 0 687042741 1165037568 191533 33554432000 4194304 4300056 140733534438336 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 284433 191533 247 26 0 281065 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 1137732

[startup+462.3 s]
/proc/loadavg: 4.20 3.21 1.57 5/371 1738
/proc/meminfo: memFree=26135672/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=1149668 CPUtime=462.26 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 241823 0 0 0 46171 55 0 0 25 0 1 0 687042741 1177260032 206964 33554432000 4194304 4300056 140733534438336 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 287417 206964 247 26 0 284049 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 1149668

[startup+522.301 s]
/proc/loadavg: 4.07 3.35 1.72 5/371 1740
/proc/meminfo: memFree=26025772/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=1161368 CPUtime=522.25 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 262031 0 0 0 52164 61 0 0 25 0 1 0 687042741 1189240832 227003 33554432000 4194304 4300056 140733534438336 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 290342 227003 247 26 0 286974 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 1161368

[startup+582.301 s]
/proc/loadavg: 4.02 3.46 1.86 5/371 1741
/proc/meminfo: memFree=26068760/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=1161368 CPUtime=582.26 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 284841 0 0 0 58156 70 0 0 25 0 1 0 687042741 1189240832 249644 33554432000 4194304 4300056 140733534438336 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 290342 249644 247 26 0 286974 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 1161368

[startup+642.301 s]
/proc/loadavg: 4.01 3.56 1.99 5/371 1743
/proc/meminfo: memFree=25905908/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=1170368 CPUtime=642.27 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 298265 0 0 0 64151 76 0 0 25 0 1 0 687042741 1198456832 262947 33554432000 4194304 4300056 140733534438336 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 292592 262947 247 26 0 289224 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 1170368

[startup+702.301 s]
/proc/loadavg: 4.05 3.65 2.12 5/371 1744
/proc/meminfo: memFree=25818188/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=1191892 CPUtime=702.27 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 310908 0 0 0 70147 80 0 0 25 0 1 0 687042741 1220497408 275496 33554432000 4194304 4300056 140733534438336 18446744073709551615 4256022 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 297973 275496 247 26 0 294605 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 1191892

[startup+762.313 s]
/proc/loadavg: 4.06 3.73 2.24 5/371 1746
/proc/meminfo: memFree=25747348/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=1204192 CPUtime=762.28 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 321047 0 0 0 76144 84 0 0 25 0 1 0 687042741 1233092608 285532 33554432000 4194304 4300056 140733534438336 18446744073709551615 4256531 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 301048 285532 247 26 0 297680 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 1204192

[startup+822.3 s]
/proc/loadavg: 4.02 3.77 2.35 5/371 1748
/proc/meminfo: memFree=25828892/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=1776584 CPUtime=822.27 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 331017 0 0 0 82140 87 0 0 25 0 1 0 687042741 1819222016 295346 33554432000 4194304 4300056 140733534438336 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 444146 295346 247 26 0 440778 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 1776584

[startup+882.301 s]
/proc/loadavg: 4.00 3.81 2.45 5/371 1749
/proc/meminfo: memFree=25730148/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=1788464 CPUtime=882.27 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 340949 0 0 0 88137 90 0 0 25 0 1 0 687042741 1831387136 305199 33554432000 4194304 4300056 140733534438336 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 447116 305199 247 26 0 443748 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 1788464

[startup+942.301 s]
/proc/loadavg: 4.14 3.88 2.55 5/371 1751
/proc/meminfo: memFree=25653240/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=1794944 CPUtime=942.27 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 348948 0 0 0 94134 93 0 0 25 0 1 0 687042741 1838022656 313121 33554432000 4194304 4300056 140733534438336 18446744073709551615 4256165 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 448736 313121 247 26 0 445368 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 1794944

[startup+1002.3 s]
/proc/loadavg: 4.09 3.91 2.65 5/371 1752
/proc/meminfo: memFree=25571488/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=1809524 CPUtime=1002.28 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 359425 0 0 0 100131 97 0 0 25 0 1 0 687042741 1852952576 323515 33554432000 4194304 4300056 140733534438336 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 452381 323515 247 26 0 449013 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 1809524

[startup+1062.3 s]
/proc/loadavg: 4.03 3.92 2.73 5/371 1754
/proc/meminfo: memFree=25524572/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=1819248 CPUtime=1062.28 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 368842 0 0 0 106127 101 0 0 25 0 1 0 687042741 1862909952 332828 33554432000 4194304 4300056 140733534438336 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 454812 332828 247 26 0 451444 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 1819248

[startup+1122.3 s]
/proc/loadavg: 4.01 3.94 2.80 5/371 1756
/proc/meminfo: memFree=25457820/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=1837472 CPUtime=1122.28 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 377848 0 0 0 112125 103 0 0 25 0 1 0 687042741 1881571328 341738 33554432000 4194304 4300056 140733534438336 18446744073709551615 4273509 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 459368 341738 247 26 0 456000 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 1837472

[startup+1182.3 s]
/proc/loadavg: 4.00 3.94 2.88 5/371 1757
/proc/meminfo: memFree=25554984/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=1844764 CPUtime=1182.28 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 388552 0 0 0 118122 106 0 0 25 0 1 0 687042741 1889038336 352356 33554432000 4194304 4300056 140733534438336 18446744073709551615 4256288 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 461191 352356 247 26 0 457823 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 1844764

[startup+1242.3 s]
/proc/loadavg: 4.06 3.97 2.95 5/371 1759
/proc/meminfo: memFree=25466644/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=1844764 CPUtime=1242.28 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 396137 0 0 0 124119 109 0 0 25 0 1 0 687042741 1889038336 359867 33554432000 4194304 4300056 140733534438336 18446744073709551615 4262650 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 461191 359867 247 26 0 457823 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 1844764



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 3.97 3.01 5/371 1760
/proc/meminfo: memFree=25384128/32950928 swapFree=38710660/67111528
[pid=1668] ppid=1666 vsize=1844764 CPUtime=1299.98 cores=4,6
/proc/1668/stat : 1668 (lr_gl_shr) R 1666 1668 1610 0 -1 4202496 404832 0 0 0 129886 112 0 0 25 0 1 0 687042741 1889038336 368494 33554432000 4194304 4300056 140733534438336 18446744073709551615 4254504 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/1668/statm: 461191 368494 247 26 0 457823 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 1844764

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.07
CPU time (s): 1300.07
CPU user time (s): 1298.88
CPU system time (s): 1.18682
CPU usage (%): 99.9994
Max. virtual memory (cumulated for all children) (KiB): 1844764

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

runsolver used 4.89525 second user time and 10.4894 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-09 21:08:41
IDJOB=3349738
IDBENCH=69571
IDSOLVER=1814
FILE ID=node113/3349738-1304968118
RUNJOBID= node113-1304968099-1629
PBS_JOBID= 13285637
Free space on /tmp= 47828 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT_RACE08/cnf/velev-vliw-uns-4.0-9-i1.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-3349738-1304968118/watcher-3349738-1304968118 -o /tmp/evaluation-result-3349738-1304968118/solver-3349738-1304968118 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349738-1304968118.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 590cca3a58efdeb1c95ef988a53daa1d
RANDOM SEED=857564786

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:      27391452 kB
Buffers:        126500 kB
Cached:         820212 kB
SwapCached:      93484 kB
Active:         269484 kB
Inactive:      5064536 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27391452 kB
SwapTotal:    67111528 kB
SwapFree:     38710660 kB
Dirty:           69284 kB
Writeback:           0 kB
AnonPages:     4305832 kB
Mapped:          13408 kB
Slab:            70480 kB
PageTables:      91772 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87042888 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= 47808 MiB
End job on node113 at 2011-05-09 21:30:23