Trace number 3349425

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.06 1300.02

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-13-u.cnf
MD5SUM45ee13b66821e6c36f3e38be418fa121
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark3586.1
Satisfiable
(Un)Satisfiability was proved
Number of variables138808
Number of clauses626501
Sum of the clauses size1431026
Maximum clause length10
Minimum clause length1
Number of clauses of size 111712
Number of clauses of size 2503953
Number of clauses of size 384536
Number of clauses of size 42920
Number of clauses of size 511680
Number of clauses of size over 511700

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

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 0.09 0.05 0.01 4/313 4177
/proc/meminfo: memFree=13417968/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=22432 CPUtime=0 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 1127 0 0 0 0 0 0 0 21 0 1 0 608407565 22970368 1071 33554432000 4194304 4300056 140734030890160 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 5608 1072 220 26 0 2240 0

[startup+0.0262171 s]
/proc/loadavg: 0.09 0.05 0.01 4/313 4177
/proc/meminfo: memFree=13417968/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=24284 CPUtime=0.02 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 1746 0 0 0 2 0 0 0 21 0 1 0 608407565 24866816 1649 33554432000 4194304 4300056 140734030890160 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 6071 1651 220 26 0 2703 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 24284

[startup+0.100206 s]
/proc/loadavg: 0.09 0.05 0.01 4/313 4177
/proc/meminfo: memFree=13417968/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=47108 CPUtime=0.09 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 7303 0 0 0 9 0 0 0 21 0 1 0 608407565 48238592 6908 33554432000 4194304 4300056 140734030890160 18446744073709551615 255376962245 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 11777 6910 220 26 0 8409 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47108

[startup+0.300168 s]
/proc/loadavg: 0.09 0.05 0.01 4/313 4177
/proc/meminfo: memFree=13417968/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=73256 CPUtime=0.29 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 13979 0 0 0 27 2 0 0 22 0 1 0 608407565 75014144 12583 33554432000 4194304 4300056 140734030890160 18446744073709551615 4286204 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 18314 12583 222 26 0 14946 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 73256

[startup+0.701097 s]
/proc/loadavg: 0.09 0.05 0.01 4/313 4177
/proc/meminfo: memFree=13417968/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=87712 CPUtime=0.69 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 18309 0 0 0 66 3 0 0 24 0 1 0 608407565 89817088 16440 33554432000 4194304 4300056 140734030890160 18446744073709551615 4258913 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 21928 16440 228 26 0 18560 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 87712

[startup+1.50095 s]
/proc/loadavg: 0.09 0.05 0.01 5/314 4178
/proc/meminfo: memFree=13361416/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=70352 CPUtime=1.49 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 21487 0 0 0 146 3 0 0 25 0 1 0 608407565 72040448 12798 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 17588 12798 244 26 0 14220 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 70352

[startup+3.10066 s]
/proc/loadavg: 0.09 0.05 0.01 5/314 4178
/proc/meminfo: memFree=13404072/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=70352 CPUtime=3.09 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 21630 0 0 0 306 3 0 0 25 0 1 0 608407565 72040448 12939 33554432000 4194304 4300056 140734030890160 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 17588 12939 246 26 0 14220 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 70352

[startup+6.30106 s]
/proc/loadavg: 0.40 0.11 0.03 5/314 4178
/proc/meminfo: memFree=13393860/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=70352 CPUtime=6.29 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 21722 0 0 0 626 3 0 0 25 0 1 0 608407565 72040448 13030 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 17588 13030 246 26 0 14220 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 70352

[startup+12.7009 s]
/proc/loadavg: 0.69 0.18 0.05 5/314 4178
/proc/meminfo: memFree=13378004/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=81888 CPUtime=12.69 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 21989 0 0 0 1266 3 0 0 25 0 1 0 608407565 83853312 13291 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 20472 13291 248 26 0 17104 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 81888

[startup+25.5005 s]
/proc/loadavg: 1.42 0.36 0.11 5/314 4178
/proc/meminfo: memFree=13288380/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=100564 CPUtime=25.49 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 26681 0 0 0 2545 4 0 0 25 0 1 0 608407565 102977536 17946 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 25141 17946 248 26 0 21773 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 100564

[startup+51.1008 s]
/proc/loadavg: 2.30 0.65 0.21 5/314 4179
/proc/meminfo: memFree=13192220/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=112240 CPUtime=51.09 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 29235 0 0 0 5103 6 0 0 25 0 1 0 608407565 114933760 20435 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 28060 20435 248 26 0 24692 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 112240

[startup+102.311 s]
/proc/loadavg: 3.33 1.18 0.41 5/314 4181
/proc/meminfo: memFree=13079556/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=131208 CPUtime=102.3 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 33043 0 0 0 10223 7 0 0 25 0 1 0 608407565 134356992 24147 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256511 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 32802 24147 248 26 0 29434 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 131208

[startup+162.3 s]
/proc/loadavg: 3.81 1.71 0.64 5/314 4183
/proc/meminfo: memFree=12974856/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=162028 CPUtime=162.29 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 37376 0 0 0 16220 9 0 0 25 0 1 0 608407565 165916672 28413 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 40507 28413 248 26 0 37139 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 162028

[startup+222.301 s]
/proc/loadavg: 3.93 2.12 0.85 5/314 4185
/proc/meminfo: memFree=12877600/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=167056 CPUtime=222.3 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 41321 0 0 0 22219 11 0 0 25 0 1 0 608407565 171065344 32290 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 41764 32290 248 26 0 38396 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 167056

[startup+282.301 s]
/proc/loadavg: 4.01 2.48 1.05 5/314 4186
/proc/meminfo: memFree=12791996/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=172188 CPUtime=282.3 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 44755 0 0 0 28218 12 0 0 25 0 1 0 608407565 176320512 35665 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 43047 35665 248 26 0 39679 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 172188

[startup+342.301 s]
/proc/loadavg: 4.00 2.75 1.23 5/314 4189
/proc/meminfo: memFree=12728868/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=174716 CPUtime=342.3 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 47484 0 0 0 34216 14 0 0 25 0 1 0 608407565 178909184 38348 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 43679 38348 248 26 0 40311 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 174716

[startup+402.301 s]
/proc/loadavg: 4.15 3.02 1.42 5/314 4190
/proc/meminfo: memFree=12653192/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=228200 CPUtime=402.3 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 50009 0 0 0 40215 15 0 0 25 0 1 0 608407565 233676800 40841 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 57050 40841 248 26 0 53682 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 228200

[startup+462.301 s]
/proc/loadavg: 4.09 3.21 1.58 5/314 4192
/proc/meminfo: memFree=12583736/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=231352 CPUtime=462.3 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 52757 0 0 0 46213 17 0 0 25 0 1 0 608407565 236904448 43545 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 57838 43545 248 26 0 54470 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 231352

[startup+522.3 s]
/proc/loadavg: 4.07 3.37 1.73 5/314 4194
/proc/meminfo: memFree=12571672/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=150756 CPUtime=522.3 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 64442 0 0 0 52209 21 0 0 25 0 1 0 608407565 154374144 31472 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 37689 31472 248 26 0 34321 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 150756

[startup+582.3 s]
/proc/loadavg: 4.02 3.48 1.87 5/314 4195
/proc/meminfo: memFree=12498872/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=169724 CPUtime=582.31 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 68230 0 0 0 58208 23 0 0 25 0 1 0 608407565 173797376 35168 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 42431 35168 248 26 0 39063 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 169724

[startup+642.3 s]
/proc/loadavg: 4.08 3.59 2.01 5/314 4197
/proc/meminfo: memFree=12429028/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=200544 CPUtime=642.31 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 71416 0 0 0 64207 24 0 0 25 0 1 0 608407565 205357056 38261 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 50136 38261 248 26 0 46768 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 200544

[startup+702.301 s]
/proc/loadavg: 4.10 3.69 2.14 5/314 4198
/proc/meminfo: memFree=12359688/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=200544 CPUtime=702.31 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 73764 0 0 0 70206 25 0 0 25 0 1 0 608407565 205357056 40555 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 50136 40555 248 26 0 46768 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 200544

[startup+762.312 s]
/proc/loadavg: 4.04 3.74 2.25 5/314 4200
/proc/meminfo: memFree=12310296/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=200544 CPUtime=762.33 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 75624 0 0 0 76206 27 0 0 25 0 1 0 608407565 205357056 42360 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256515 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 50136 42360 248 26 0 46768 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 200544

[startup+822.301 s]
/proc/loadavg: 4.06 3.80 2.37 5/314 4202
/proc/meminfo: memFree=12254600/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=250632 CPUtime=822.31 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 78992 0 0 0 82202 29 0 0 25 0 1 0 608407565 256647168 45652 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 62658 45652 248 26 0 59290 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 250632

[startup+882.301 s]
/proc/loadavg: 4.02 3.84 2.47 5/314 4203
/proc/meminfo: memFree=12198412/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=250632 CPUtime=882.32 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 80938 0 0 0 88201 31 0 0 25 0 1 0 608407565 256647168 47558 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256506 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 62658 47558 248 26 0 59290 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 250632

[startup+942.301 s]
/proc/loadavg: 4.07 3.88 2.56 5/314 4205
/proc/meminfo: memFree=12145436/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=250632 CPUtime=942.32 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 82580 0 0 0 94200 32 0 0 25 0 1 0 608407565 256647168 49170 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 62658 49170 248 26 0 59290 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 250632

[startup+1002.3 s]
/proc/loadavg: 4.06 3.91 2.66 5/314 4206
/proc/meminfo: memFree=12190056/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=127532 CPUtime=1002.32 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 85669 0 0 0 100197 35 0 0 25 0 1 0 608407565 130592768 26933 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 31883 26933 248 26 0 28515 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 127532

[startup+1062.3 s]
/proc/loadavg: 4.02 3.93 2.74 5/314 4208
/proc/meminfo: memFree=12113276/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=169416 CPUtime=1062.32 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 95195 0 0 0 106194 38 0 0 25 0 1 0 608407565 173481984 36321 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 42354 36321 248 26 0 38986 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 169416

[startup+1122.3 s]
/proc/loadavg: 4.08 3.95 2.82 5/314 4210
/proc/meminfo: memFree=12054104/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=188384 CPUtime=1122.32 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 99975 0 0 0 112191 41 0 0 25 0 1 0 608407565 192905216 40954 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 47096 40954 248 26 0 43728 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 188384

[startup+1182.3 s]
/proc/loadavg: 4.10 3.97 2.89 5/314 4211
/proc/meminfo: memFree=11992072/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=219204 CPUtime=1182.32 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 103273 0 0 0 118189 43 0 0 25 0 1 0 608407565 224464896 44149 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 54801 44149 248 26 0 51433 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 219204

[startup+1242.3 s]
/proc/loadavg: 4.08 3.99 2.97 5/314 4213
/proc/meminfo: memFree=11948392/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=219204 CPUtime=1242.33 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 105197 0 0 0 124188 45 0 0 25 0 1 0 608407565 224464896 46024 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 54801 46024 248 26 0 51433 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 219204



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.19 4.02 3.04 2/308 4217
/proc/meminfo: memFree=13508704/32951124 swapFree=66050672/67111528
[pid=4177] ppid=4175 vsize=219204 CPUtime=1300.04 cores=1,3
/proc/4177/stat : 4177 (lr_gl_shr) R 4175 4177 4116 0 -1 4202496 107035 0 0 0 129958 46 0 0 25 0 1 0 608407565 224464896 47825 33554432000 4194304 4300056 140734030890160 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/4177/statm: 54801 47825 248 26 0 51433 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 219204

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): 1299.59
CPU system time (s): 0.470928
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 250632

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

runsolver used 3.59245 second user time and 9.43057 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-09 21:08:17
IDJOB=3349425
IDBENCH=20387
IDSOLVER=1813
FILE ID=node135/3349425-1304968096
RUNJOBID= node135-1304968093-4137
PBS_JOBID= 13285615
Free space on /tmp= 46452 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-13-u.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349425-1304968096/watcher-3349425-1304968096 -o /tmp/evaluation-result-3349425-1304968096/solver-3349425-1304968096 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349425-1304968096.cnf -verb=0 -model

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

MD5SUM BENCH= 45ee13b66821e6c36f3e38be418fa121
RANDOM SEED=1606835836

node135.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.851
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.70
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.851
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.83
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.851
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.75
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      13418372 kB
Buffers:        162768 kB
Cached:        4436904 kB
SwapCached:      50364 kB
Active:        9817312 kB
Inactive:      9482268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      13418372 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:           69224 kB
Writeback:           0 kB
AnonPages:    14653664 kB
Mapped:          18776 kB
Slab:           122900 kB
PageTables:      48360 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57421560 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 46496 MiB
End job on node135 at 2011-05-09 21:29:59