Trace number 3349420

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_GL_SHR 2011-03-02? (TO) 1300.04 1300.02

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
k2mul.miter.shuffled-as.sat03-355.cnf
MD5SUM77e0700cbaeeb3d63a4820608fc84761
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark45.3381
Satisfiable
(Un)Satisfiability was proved
Number of variables11680
Number of clauses74581
Sum of the clauses size252050
Maximum clause length86
Minimum clause length1
Number of clauses of size 14
Number of clauses of size 217176
Number of clauses of size 334696
Number of clauses of size 40
Number of clauses of size 522704
Number of clauses of size over 51

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.83 3.96 3.84 4/284 14085
/proc/meminfo: memFree=4435776/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=21344 CPUtime=0 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 871 0 0 0 0 0 0 0 25 0 1 0 608989499 21856256 806 33554432000 4194304 4300056 140735353953472 18446744073709551615 237278540485 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 5336 807 222 26 0 1968 0

[startup+0.104036 s]
/proc/loadavg: 3.83 3.96 3.84 4/284 14085
/proc/meminfo: memFree=4435776/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=23724 CPUtime=0.09 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 2245 0 0 0 9 0 0 0 25 0 1 0 608989499 24293376 2010 33554432000 4194304 4300056 140735353953472 18446744073709551615 4232432 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 5931 2010 228 26 0 2563 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 23724

[startup+0.201018 s]
/proc/loadavg: 3.83 3.96 3.84 4/284 14085
/proc/meminfo: memFree=4435776/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=20400 CPUtime=0.19 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 2684 0 0 0 19 0 0 0 25 0 1 0 608989499 20889600 1827 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 5100 1827 244 26 0 1732 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 20400

[startup+0.301 s]
/proc/loadavg: 3.83 3.96 3.84 4/284 14085
/proc/meminfo: memFree=4435776/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=20400 CPUtime=0.29 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 2699 0 0 0 29 0 0 0 25 0 1 0 608989499 20889600 1841 33554432000 4194304 4300056 140735353953472 18446744073709551615 4251733 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 5100 1841 244 26 0 1732 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 20400

[startup+0.70093 s]
/proc/loadavg: 3.83 3.96 3.84 4/284 14085
/proc/meminfo: memFree=4435776/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=20400 CPUtime=0.69 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 2753 0 0 0 69 0 0 0 25 0 1 0 608989499 20889600 1890 33554432000 4194304 4300056 140735353953472 18446744073709551615 4255970 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 5100 1890 247 26 0 1732 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20400

[startup+1.50085 s]
/proc/loadavg: 3.83 3.96 3.84 5/285 14086
/proc/meminfo: memFree=4426608/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=21604 CPUtime=1.49 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 2828 0 0 0 149 0 0 0 25 0 1 0 608989499 22122496 1961 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 5401 1961 247 26 0 2033 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 21604

[startup+3.10057 s]
/proc/loadavg: 3.83 3.96 3.84 5/285 14086
/proc/meminfo: memFree=4424872/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=21756 CPUtime=3.09 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 3069 0 0 0 309 0 0 0 25 0 1 0 608989499 22278144 2195 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 5439 2195 247 26 0 2071 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 21756

[startup+6.30099 s]
/proc/loadavg: 3.92 3.98 3.85 5/285 14086
/proc/meminfo: memFree=4422144/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=24340 CPUtime=6.29 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 3624 0 0 0 629 0 0 0 25 0 1 0 608989499 24924160 2730 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 6085 2730 247 26 0 2717 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24340

[startup+12.7008 s]
/proc/loadavg: 3.93 3.98 3.85 5/285 14087
/proc/meminfo: memFree=4413748/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=28580 CPUtime=12.69 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 4700 0 0 0 1269 0 0 0 25 0 1 0 608989499 29265920 3776 33554432000 4194304 4300056 140735353953472 18446744073709551615 4254763 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 7145 3776 247 26 0 3777 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 28580

[startup+25.5005 s]
/proc/loadavg: 3.94 3.98 3.85 5/285 14087
/proc/meminfo: memFree=4399728/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=25740 CPUtime=25.49 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 7032 0 0 0 2547 2 0 0 25 0 1 0 608989499 26357760 3081 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 6435 3081 247 26 0 3067 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25740

[startup+51.101 s]
/proc/loadavg: 3.96 3.98 3.85 5/285 14088
/proc/meminfo: memFree=4380316/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=56944 CPUtime=51.09 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 10780 0 0 0 5106 3 0 0 25 0 1 0 608989499 58310656 6719 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 14236 6719 247 26 0 10868 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 56944

[startup+102.301 s]
/proc/loadavg: 4.04 4.00 3.87 5/285 14089
/proc/meminfo: memFree=4368644/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=39640 CPUtime=102.3 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 16445 0 0 0 10225 5 0 0 25 0 1 0 608989499 40591360 4953 33554432000 4194304 4300056 140735353953472 18446744073709551615 4255955 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 9910 4953 249 26 0 6542 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 39640

[startup+162.3 s]
/proc/loadavg: 4.01 4.00 3.87 5/285 14091
/proc/meminfo: memFree=4304632/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=58468 CPUtime=162.3 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 27774 0 0 0 16222 8 0 0 25 0 1 0 608989499 59871232 11413 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 14617 11413 249 26 0 11249 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 58468

[startup+222.311 s]
/proc/loadavg: 4.00 4.00 3.88 5/285 14092
/proc/meminfo: memFree=4296420/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=88816 CPUtime=222.31 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 28729 0 0 0 22222 9 0 0 25 0 1 0 608989499 90947584 12344 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 22204 12344 249 26 0 18836 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 88816

[startup+282.301 s]
/proc/loadavg: 4.07 4.01 3.89 5/285 14094
/proc/meminfo: memFree=4283756/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=88816 CPUtime=282.3 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 28729 0 0 0 28221 9 0 0 25 0 1 0 608989499 90947584 12344 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 22204 12344 249 26 0 18836 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 88816

[startup+342.301 s]
/proc/loadavg: 4.07 4.02 3.90 5/285 14095
/proc/meminfo: memFree=4254092/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=88816 CPUtime=342.29 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 29716 0 0 0 34220 9 0 0 25 0 1 0 608989499 90947584 13311 33554432000 4194304 4300056 140735353953472 18446744073709551615 4254713 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 22204 13311 249 26 0 18836 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 88816

[startup+402.3 s]
/proc/loadavg: 4.02 4.02 3.91 5/285 14097
/proc/meminfo: memFree=4249216/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=88816 CPUtime=402.3 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 29716 0 0 0 40221 9 0 0 25 0 1 0 608989499 90947584 13311 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 22204 13311 249 26 0 18836 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 88816

[startup+462.301 s]
/proc/loadavg: 4.01 4.01 3.91 5/285 14099
/proc/meminfo: memFree=4212236/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=138136 CPUtime=462.3 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 39081 0 0 0 46219 11 0 0 25 0 1 0 608989499 141451264 22630 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 34534 22630 249 26 0 31166 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 138136

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.91 5/285 14100
/proc/meminfo: memFree=4245064/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=88816 CPUtime=522.31 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 40198 0 0 0 52219 12 0 0 25 0 1 0 608989499 90947584 14332 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 22204 14332 249 26 0 18836 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 88816

[startup+582.3 s]
/proc/loadavg: 4.06 4.02 3.91 5/285 14102
/proc/meminfo: memFree=4245152/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=88816 CPUtime=582.3 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 40199 0 0 0 58218 12 0 0 25 0 1 0 608989499 90947584 14333 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 22204 14333 249 26 0 18836 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 88816

[startup+642.301 s]
/proc/loadavg: 4.10 4.03 3.92 5/285 14103
/proc/meminfo: memFree=4239896/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=88816 CPUtime=642.3 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 48293 0 0 0 64217 13 0 0 25 0 1 0 608989499 90947584 14333 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 22204 14333 249 26 0 18836 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 88816

[startup+702.301 s]
/proc/loadavg: 4.04 4.02 3.92 5/285 14105
/proc/meminfo: memFree=4202412/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=88816 CPUtime=702.31 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 55975 0 0 0 70217 14 0 0 25 0 1 0 608989499 90947584 14333 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 22204 14333 249 26 0 18836 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 88816

[startup+762.3 s]
/proc/loadavg: 4.01 4.01 3.92 5/285 14107
/proc/meminfo: memFree=4201632/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=88816 CPUtime=762.31 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 64096 0 0 0 76216 15 0 0 25 0 1 0 608989499 90947584 14333 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256659 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 22204 14333 249 26 0 18836 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 88816

[startup+822.301 s]
/proc/loadavg: 4.00 4.01 3.92 5/285 14108
/proc/meminfo: memFree=4169860/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=138136 CPUtime=822.31 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 72067 0 0 0 82214 17 0 0 25 0 1 0 608989499 141451264 22296 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 34534 22296 249 26 0 31166 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 138136

[startup+882.311 s]
/proc/loadavg: 4.20 4.06 3.94 5/285 14110
/proc/meminfo: memFree=4199356/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=88816 CPUtime=882.32 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 73065 0 0 0 88215 17 0 0 25 0 1 0 608989499 90947584 14334 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 22204 14334 249 26 0 18836 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 88816

[startup+942.3 s]
/proc/loadavg: 4.07 4.05 3.94 5/285 14111
/proc/meminfo: memFree=4183824/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=88816 CPUtime=942.31 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 81253 0 0 0 94212 19 0 0 25 0 1 0 608989499 90947584 14440 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 22204 14440 249 26 0 18836 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 88816

[startup+1002.3 s]
/proc/loadavg: 4.02 4.04 3.94 5/285 14122
/proc/meminfo: memFree=4183672/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=88816 CPUtime=1002.31 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 89537 0 0 0 100211 20 0 0 25 0 1 0 608989499 90947584 14447 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256333 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 22204 14447 249 26 0 18836 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 88816

[startup+1062.3 s]
/proc/loadavg: 4.01 4.03 3.94 5/285 14124
/proc/meminfo: memFree=4149548/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=100944 CPUtime=1062.32 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 95376 0 0 0 106210 22 0 0 25 0 1 0 608989499 103366656 20257 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 25236 20257 249 26 0 21868 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 100944

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.94 5/285 14125
/proc/meminfo: memFree=4139596/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=100944 CPUtime=1122.31 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 106042 0 0 0 112207 24 0 0 25 0 1 0 608989499 103366656 22033 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 25236 22033 249 26 0 21868 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 100944

[startup+1182.3 s]
/proc/loadavg: 4.06 4.04 3.95 5/285 14130
/proc/meminfo: memFree=4108672/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=100944 CPUtime=1182.32 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 115927 0 0 0 118205 27 0 0 25 0 1 0 608989499 103366656 22033 33554432000 4194304 4300056 140735353953472 18446744073709551615 4254692 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 25236 22033 249 26 0 21868 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 100944

[startup+1242.3 s]
/proc/loadavg: 4.06 4.05 3.96 5/285 14131
/proc/meminfo: memFree=4137708/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=100944 CPUtime=1242.32 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 115927 0 0 0 124205 27 0 0 25 0 1 0 608989499 103366656 22033 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 25236 22033 249 26 0 21868 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 100944



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.80 3.88 2/267 14187
/proc/meminfo: memFree=4412932/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=100944 CPUtime=1300.03 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 125678 0 0 0 129974 29 0 0 25 0 1 0 608989499 103366656 22033 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256274 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 25236 22033 249 26 0 21868 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 100944

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: 3.00 3.80 3.88 2/267 14187
/proc/meminfo: memFree=4412932/32950904 swapFree=67057400/67111528
[pid=14085] ppid=14083 vsize=100944 CPUtime=1300.03 cores=0,2
/proc/14085/stat : 14085 (lr_gl_shr) R 14083 14085 13021 0 -1 4202496 125678 0 0 0 129974 29 0 0 25 0 1 0 608989499 103366656 22033 33554432000 4194304 4300056 140735353953472 18446744073709551615 4256274 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/14085/statm: 25236 22033 249 26 0 21868 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 100944

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1299.74
CPU system time (s): 0.300954
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 150264

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

runsolver used 3.52546 second user time and 7.8878 second system time

The end

Launcher Data

Begin job on node121 at 2011-05-09 22:44:57
IDJOB=3349420
IDBENCH=84215
IDSOLVER=1813
FILE ID=node121/3349420-1304973897
RUNJOBID= node121-1304973875-14016
PBS_JOBID= 13285629
Free space on /tmp= 43996 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/k2mul.miter.shuffled-as.sat03-355.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349420-1304973897/watcher-3349420-1304973897 -o /tmp/evaluation-result-3349420-1304973897/solver-3349420-1304973897 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349420-1304973897.cnf -verb=0 -model

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

MD5SUM BENCH= 77e0700cbaeeb3d63a4820608fc84761
RANDOM SEED=877239209

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

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

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


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:       4436056 kB
Buffers:        237100 kB
Cached:       22043912 kB
SwapCached:       7408 kB
Active:       13169220 kB
Inactive:     14544392 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:       4436056 kB
SwapTotal:    67111528 kB
SwapFree:     67057400 kB
Dirty:            6808 kB
Writeback:           0 kB
AnonPages:     5430480 kB
Mapped:          22300 kB
Slab:           716456 kB
PageTables:      24776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 30781952 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= 44000 MiB
End job on node121 at 2011-05-09 23:06:40