Trace number 3350023

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_NOSHR 2011-03-02? (TO) 1300.12 1300.08

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark333.205
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

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: 977)

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

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: 3.07 3.38 3.62 4/189 12888
/proc/meminfo: memFree=31437984/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=19784 CPUtime=0 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 534 0 0 0 0 0 0 0 25 0 1 0 876535305 20258816 464 33554432000 4194304 4300056 140736107567952 18446744073709551615 212687675136 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 4946 464 218 26 0 1578 0

[startup+0.045442 s]
/proc/loadavg: 3.07 3.38 3.62 4/189 12888
/proc/meminfo: memFree=31437984/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=24280 CPUtime=0.04 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 2121 0 0 0 4 0 0 0 25 0 1 0 876535305 24862720 1887 33554432000 4194304 4300056 140736107567952 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 6070 1888 220 26 0 2702 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 24280

[startup+0.10044 s]
/proc/loadavg: 3.07 3.38 3.62 4/189 12888
/proc/meminfo: memFree=31437984/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=30232 CPUtime=0.09 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 4330 0 0 0 9 0 0 0 25 0 1 0 876535305 30957568 3773 33554432000 4194304 4300056 140736107567952 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 7558 3773 220 26 0 4190 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30232

[startup+0.300409 s]
/proc/loadavg: 3.07 3.38 3.62 4/189 12888
/proc/meminfo: memFree=31437984/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=57920 CPUtime=0.29 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 12455 0 0 0 28 1 0 0 25 0 1 0 876535305 59310080 10542 33554432000 4194304 4300056 140736107567952 18446744073709551615 4286350 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 14480 10542 220 26 0 11112 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57920

[startup+0.700324 s]
/proc/loadavg: 3.07 3.38 3.62 4/189 12888
/proc/meminfo: memFree=31437984/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=115788 CPUtime=0.69 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 28299 0 0 0 65 4 0 0 25 0 1 0 876535305 118566912 23910 33554432000 4194304 4300056 140736107567952 18446744073709551615 212687675136 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 28947 23911 220 26 0 25579 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 115788

[startup+1.50018 s]
/proc/loadavg: 3.07 3.38 3.62 5/190 12889
/proc/meminfo: memFree=31299120/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=239544 CPUtime=1.49 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 58490 0 0 0 139 10 0 0 25 0 1 0 876535305 245293056 48811 33554432000 4194304 4300056 140736107567952 18446744073709551615 212687336133 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 59886 48812 220 26 0 56518 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 239544

[startup+3.10089 s]
/proc/loadavg: 3.14 3.39 3.62 5/190 12889
/proc/meminfo: memFree=31170940/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=291824 CPUtime=3.09 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 77673 0 0 0 297 12 0 0 25 0 1 0 876535305 298827776 63765 33554432000 4194304 4300056 140736107567952 18446744073709551615 4255424 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 72956 63765 227 26 0 69588 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 291824

[startup+6.3003 s]
/proc/loadavg: 3.14 3.39 3.62 5/190 12889
/proc/meminfo: memFree=31156176/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=291824 CPUtime=6.29 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 77673 0 0 0 617 12 0 0 25 0 1 0 876535305 298827776 63765 33554432000 4194304 4300056 140736107567952 18446744073709551615 4230547 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 72956 63765 227 26 0 69588 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 291824

[startup+12.7011 s]
/proc/loadavg: 3.27 3.41 3.62 5/190 12889
/proc/meminfo: memFree=31111792/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=303760 CPUtime=12.69 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 82523 0 0 0 1256 13 0 0 25 0 1 0 876535305 311050240 68429 33554432000 4194304 4300056 140736107567952 18446744073709551615 4255064 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 75940 68429 228 26 0 72572 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 303760

[startup+25.5008 s]
/proc/loadavg: 3.38 3.42 3.63 5/190 12889
/proc/meminfo: memFree=31153712/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=281280 CPUtime=25.49 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 101448 0 0 0 2533 16 0 0 25 0 1 0 876535305 288030720 58667 33554432000 4194304 4300056 140736107567952 18446744073709551615 4262778 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 70320 58667 247 26 0 66952 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 281280

[startup+51.1011 s]
/proc/loadavg: 3.59 3.47 3.64 5/190 12890
/proc/meminfo: memFree=31046300/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=331368 CPUtime=51.09 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 112096 0 0 0 5090 19 0 0 25 0 1 0 876535305 339320832 69180 33554432000 4194304 4300056 140736107567952 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 82842 69180 247 26 0 79474 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 331368

[startup+102.307 s]
/proc/loadavg: 3.84 3.56 3.65 5/190 12891
/proc/meminfo: memFree=30869992/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=412756 CPUtime=102.3 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 136825 0 0 0 10205 25 0 0 25 0 1 0 876535305 422662144 93723 33554432000 4194304 4300056 140736107567952 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 103189 93723 247 26 0 99821 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 412756

[startup+162.301 s]
/proc/loadavg: 3.97 3.64 3.67 5/190 12893
/proc/meminfo: memFree=30713456/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=551084 CPUtime=162.29 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 163240 0 0 0 16195 34 0 0 25 0 1 0 876535305 564310016 119933 33554432000 4194304 4300056 140736107567952 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 137771 119933 247 26 0 134403 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 551084

[startup+222.301 s]
/proc/loadavg: 3.99 3.71 3.69 5/190 12895
/proc/meminfo: memFree=30543412/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=773124 CPUtime=222.3 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 191975 0 0 0 22188 42 0 0 25 0 1 0 876535305 791678976 148465 33554432000 4194304 4300056 140736107567952 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 193281 148465 247 26 0 189913 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 773124

[startup+282.301 s]
/proc/loadavg: 4.06 3.77 3.71 5/190 12896
/proc/meminfo: memFree=30324860/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=787188 CPUtime=282.3 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 220616 0 0 0 28177 53 0 0 25 0 1 0 876535305 806080512 176918 33554432000 4194304 4300056 140736107567952 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 196797 176918 247 26 0 193429 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 787188

[startup+342.301 s]
/proc/loadavg: 4.02 3.81 3.73 5/190 12907
/proc/meminfo: memFree=30185692/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=1141812 CPUtime=342.3 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 243021 0 0 0 34169 61 0 0 25 0 1 0 876535305 1169215488 199186 33554432000 4194304 4300056 140736107567952 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 285453 199186 247 26 0 282085 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1141812

[startup+402.301 s]
/proc/loadavg: 4.00 3.84 3.74 5/190 12908
/proc/meminfo: memFree=30431416/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=1149976 CPUtime=402.31 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 269528 0 0 0 40161 70 0 0 25 0 1 0 876535305 1177575424 225558 33554432000 4194304 4300056 140736107567952 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 287494 225558 247 26 0 284126 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 1149976

[startup+462.301 s]
/proc/loadavg: 4.00 3.87 3.76 5/190 12910
/proc/meminfo: memFree=30210404/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=1161316 CPUtime=462.31 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 287025 0 0 0 46154 77 0 0 25 0 1 0 876535305 1189187584 242952 33554432000 4194304 4300056 140736107567952 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 290329 242952 247 26 0 286961 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1161316

[startup+522.301 s]
/proc/loadavg: 4.00 3.89 3.77 5/190 12915
/proc/meminfo: memFree=30105176/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=1176424 CPUtime=522.31 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 305069 0 0 0 52149 82 0 0 25 0 1 0 876535305 1204658176 260897 33554432000 4194304 4300056 140736107567952 18446744073709551615 4254653 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 294106 260897 247 26 0 290738 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 1176424

[startup+582.3 s]
/proc/loadavg: 4.03 3.92 3.78 5/190 12916
/proc/meminfo: memFree=29933720/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=1748848 CPUtime=582.3 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 341751 0 0 0 58138 92 0 0 25 0 1 0 876535305 1790820352 297416 33554432000 4194304 4300056 140736107567952 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 437212 297416 247 26 0 433844 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 1748848

[startup+642.3 s]
/proc/loadavg: 4.06 3.95 3.80 5/190 12918
/proc/meminfo: memFree=29975932/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=1754116 CPUtime=642.32 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 373181 0 0 0 64131 101 0 0 25 0 1 0 876535305 1796214784 328661 33554432000 4194304 4300056 140736107567952 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 438529 328661 247 26 0 435161 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 1754116

[startup+702.3 s]
/proc/loadavg: 4.07 3.97 3.82 5/190 12919
/proc/meminfo: memFree=29839840/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=1772632 CPUtime=702.31 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 391744 0 0 0 70124 107 0 0 25 0 1 0 876535305 1815175168 347124 33554432000 4194304 4300056 140736107567952 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 443158 347124 247 26 0 439790 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 1772632

[startup+762.306 s]
/proc/loadavg: 4.02 3.97 3.82 5/190 12921
/proc/meminfo: memFree=29677108/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=1779888 CPUtime=762.32 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 404250 0 0 0 76119 113 0 0 25 0 1 0 876535305 1822605312 359547 33554432000 4194304 4300056 140736107567952 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 444972 359547 247 26 0 441604 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 1779888

[startup+822.3 s]
/proc/loadavg: 4.01 3.97 3.83 5/190 12923
/proc/meminfo: memFree=29517328/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=1798348 CPUtime=822.32 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 418630 0 0 0 82113 119 0 0 25 0 1 0 876535305 1841508352 373840 33554432000 4194304 4300056 140736107567952 18446744073709551615 4254744 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 449587 373840 247 26 0 446219 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 1798348

[startup+882.3 s]
/proc/loadavg: 4.00 3.97 3.84 5/190 12924
/proc/meminfo: memFree=29746284/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=1803552 CPUtime=882.31 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 430318 0 0 0 88109 122 0 0 25 0 1 0 876535305 1846837248 385448 33554432000 4194304 4300056 140736107567952 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 450888 385448 247 26 0 447520 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 1803552

[startup+942.3 s]
/proc/loadavg: 4.00 3.97 3.84 5/190 12926
/proc/meminfo: memFree=29603624/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=1815472 CPUtime=942.32 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 442329 0 0 0 94105 127 0 0 25 0 1 0 876535305 1859043328 397369 33554432000 4194304 4300056 140736107567952 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 453868 397369 247 26 0 450500 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 1815472

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.85 5/190 12927
/proc/meminfo: memFree=29442848/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=1823032 CPUtime=1002.32 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 451887 0 0 0 100100 132 0 0 25 0 1 0 876535305 1866784768 406862 33554432000 4194304 4300056 140736107567952 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 455758 406862 247 26 0 452390 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 1823032

[startup+1062.3 s]
/proc/loadavg: 4.00 3.97 3.85 5/190 12929
/proc/meminfo: memFree=29373864/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=1832752 CPUtime=1062.32 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 462791 0 0 0 106096 136 0 0 25 0 1 0 876535305 1876738048 417699 33554432000 4194304 4300056 140736107567952 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 458188 417699 247 26 0 454820 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 1832752

[startup+1122.3 s]
/proc/loadavg: 4.05 3.99 3.86 5/190 12931
/proc/meminfo: memFree=29260596/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=1836352 CPUtime=1122.32 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 472638 0 0 0 112092 140 0 0 25 0 1 0 876535305 1880424448 427479 33554432000 4194304 4300056 140736107567952 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 459088 427479 247 26 0 455720 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 1836352

[startup+1182.3 s]
/proc/loadavg: 4.08 4.00 3.88 5/190 12932
/proc/meminfo: memFree=29137016/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=1841216 CPUtime=1182.33 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 491163 0 0 0 118084 149 0 0 25 0 1 0 876535305 1885405184 445890 33554432000 4194304 4300056 140736107567952 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 460304 445890 247 26 0 456936 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 1841216

[startup+1242.3 s]
/proc/loadavg: 4.10 4.02 3.89 5/190 12934
/proc/meminfo: memFree=29313148/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=2765612 CPUtime=1242.33 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 506675 0 0 0 124076 157 0 0 25 0 1 0 876535305 2831986688 461299 33554432000 4194304 4300056 140736107567952 18446744073709551615 4256322 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 691403 461299 247 26 0 688035 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 2765612



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.24 3.51 3.72 2/172 13010
/proc/meminfo: memFree=29905704/32951124 swapFree=67076880/67111528
[pid=12888] ppid=12886 vsize=2770412 CPUtime=1300.04 cores=1,3
/proc/12888/stat : 12888 (lr_gl_shr) R 12886 12888 9614 0 -1 4202496 516252 0 0 0 129842 162 0 0 25 0 1 0 876535305 2836901888 470806 33554432000 4194304 4300056 140736107567952 18446744073709551615 4256367 0 0 4096 8388610 0 0 0 17 1 0 0 0
/proc/12888/statm: 692603 470806 247 26 0 689235 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 2770412

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.08
CPU time (s): 1300.12
CPU user time (s): 1298.42
CPU system time (s): 1.69674
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 2770412

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

runsolver used 2.10868 second user time and 4.94725 second system time

The end

Launcher Data

Begin job on node139 at 2011-06-09 21:56:16
IDJOB=3350023
IDBENCH=85007
IDSOLVER=1815
FILE ID=node139/3350023-1307649373
RUNJOBID= node139-1307649319-12716
PBS_JOBID= 13549353
Free space on /tmp= 74088 MiB

SOLVER NAME= minisat hack: LR_GL_NOSHR 2011-03-02
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3350023-1307649373/watcher-3350023-1307649373 -o /tmp/evaluation-result-3350023-1307649373/solver-3350023-1307649373 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3350023-1307649373.cnf -verb=0 -model -no-shrinking 

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=319310372

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31438652 kB
Buffers:        217804 kB
Cached:         733184 kB
SwapCached:       3520 kB
Active:         850320 kB
Inactive:       449720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31438652 kB
SwapTotal:    67111528 kB
SwapFree:     67076880 kB
Dirty:           77588 kB
Writeback:           0 kB
AnonPages:      347156 kB
Mapped:          14472 kB
Slab:           146904 kB
PageTables:       6008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   624988 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= 74124 MiB
End job on node139 at 2011-06-09 22:17:58