Trace number 3349729

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: LR_NOGL_NOSHR 2011-03-02? (TO) 1300.11 1300.12

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark485.526
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 0.31 0.07 0.02 3/354 3238
/proc/meminfo: memFree=27320620/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=19960 CPUtime=0 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 583 0 0 0 0 0 0 0 21 0 1 0 608412265 20439040 517 33554432000 4194304 4300056 140734104846768 18446744073709551615 230808826565 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 4990 517 218 26 0 1622 0

[startup+0.021139 s]
/proc/loadavg: 0.31 0.07 0.02 3/354 3238
/proc/meminfo: memFree=27320620/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=21528 CPUtime=0.01 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 1103 0 0 0 1 0 0 0 21 0 1 0 608412265 22044672 1009 33554432000 4194304 4300056 140734104846768 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 5382 1009 219 26 0 2014 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 21528

[startup+0.101138 s]
/proc/loadavg: 0.31 0.07 0.02 3/354 3238
/proc/meminfo: memFree=27320620/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=30260 CPUtime=0.09 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 4394 0 0 0 9 0 0 0 21 0 1 0 608412265 30986240 3816 33554432000 4194304 4300056 140734104846768 18446744073709551615 230808826565 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 7565 3816 220 26 0 4197 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30260

[startup+0.301102 s]
/proc/loadavg: 0.31 0.07 0.02 3/354 3238
/proc/meminfo: memFree=27320620/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=57636 CPUtime=0.29 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 12398 0 0 0 28 1 0 0 22 0 1 0 608412265 59019264 10498 33554432000 4194304 4300056 140734104846768 18446744073709551615 230809165568 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 14409 10501 220 26 0 11041 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 57636

[startup+0.701039 s]
/proc/loadavg: 0.31 0.07 0.02 3/354 3238
/proc/meminfo: memFree=27320620/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=115464 CPUtime=0.68 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 28029 0 0 0 64 4 0 0 23 0 1 0 608412265 118235136 23675 33554432000 4194304 4300056 140734104846768 18446744073709551615 4286350 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 28866 23675 220 26 0 25498 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 115464

[startup+1.50086 s]
/proc/loadavg: 0.31 0.07 0.02 4/355 3239
/proc/meminfo: memFree=27182732/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=238224 CPUtime=1.48 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 57441 0 0 0 139 9 0 0 25 0 1 0 608412265 243941376 47871 33554432000 4194304 4300056 140734104846768 18446744073709551615 230809165568 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 59556 47871 220 26 0 56188 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 238224

[startup+3.11256 s]
/proc/loadavg: 0.77 0.16 0.05 4/355 3240
/proc/meminfo: memFree=26930640/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=439208 CPUtime=3.1 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 118337 0 0 0 288 22 0 0 25 0 1 0 608412265 449748992 97360 33554432000 4194304 4300056 140734104846768 18446744073709551615 4286249 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 109802 97360 220 26 0 106434 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 439208

[startup+6.30098 s]
/proc/loadavg: 0.77 0.16 0.05 5/360 3255
/proc/meminfo: memFree=26828644/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=455264 CPUtime=6.3 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 124970 0 0 0 607 23 0 0 25 0 1 0 608412265 466190336 103579 33554432000 4194304 4300056 140734104846768 18446744073709551615 4226432 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 113816 103579 227 26 0 110448 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 455264

[startup+12.7008 s]
/proc/loadavg: 1.03 0.23 0.07 5/360 3255
/proc/meminfo: memFree=26795932/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=455264 CPUtime=12.69 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 124971 0 0 0 1246 23 0 0 25 0 1 0 608412265 466190336 103580 33554432000 4194304 4300056 140734104846768 18446744073709551615 4230656 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 113816 103580 227 26 0 110448 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 455264

[startup+25.5005 s]
/proc/loadavg: 1.68 0.41 0.14 5/360 3255
/proc/meminfo: memFree=26809748/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=458360 CPUtime=25.48 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 126715 0 0 0 2525 23 0 0 25 0 1 0 608412265 469360640 105268 33554432000 4194304 4300056 140734104846768 18446744073709551615 4255112 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 114590 105268 228 26 0 111222 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 458360

[startup+51.1008 s]
/proc/loadavg: 2.47 0.70 0.24 5/360 3283
/proc/meminfo: memFree=26643864/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=469600 CPUtime=51.08 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 130970 0 0 0 5084 24 0 0 25 0 1 0 608412265 480870400 109381 33554432000 4194304 4300056 140734104846768 18446744073709551615 4230426 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 117400 109381 228 26 0 114032 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 469600

[startup+102.3 s]
/proc/loadavg: 3.38 1.22 0.44 5/360 3312
/proc/meminfo: memFree=26708360/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=519844 CPUtime=102.28 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 173998 0 0 0 10199 29 0 0 25 0 1 0 608412265 532320256 107826 33554432000 4194304 4300056 140734104846768 18446744073709551615 4251531 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 129961 107826 247 26 0 126593 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 519844

[startup+162.301 s]
/proc/loadavg: 3.77 1.72 0.66 5/360 3314
/proc/meminfo: memFree=26491040/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=652104 CPUtime=162.28 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 208790 0 0 0 16192 36 0 0 25 0 1 0 608412265 667754496 142435 33554432000 4194304 4300056 140734104846768 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 163026 142435 247 26 0 159658 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 652104

[startup+222.301 s]
/proc/loadavg: 3.91 2.14 0.86 5/360 3315
/proc/meminfo: memFree=26276036/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=867028 CPUtime=222.28 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 242153 0 0 0 22186 42 0 0 25 0 1 0 608412265 887836672 175579 33554432000 4194304 4300056 140734104846768 18446744073709551615 4252384 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 216757 175579 247 26 0 213389 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 867028

[startup+282.301 s]
/proc/loadavg: 4.06 2.50 1.07 5/360 3317
/proc/meminfo: memFree=26036352/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=1216276 CPUtime=282.28 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 283082 0 0 0 28179 49 0 0 25 0 1 0 608412265 1245466624 216334 33554432000 4194304 4300056 140734104846768 18446744073709551615 4256504 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 304069 216334 247 26 0 300701 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 1216276

[startup+342.301 s]
/proc/loadavg: 4.08 2.79 1.25 5/360 3320
/proc/meminfo: memFree=25707376/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=1216276 CPUtime=342.28 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 323647 0 0 0 34170 58 0 0 25 0 1 0 608412265 1245466624 256718 33554432000 4194304 4300056 140734104846768 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 304069 256718 247 26 0 300701 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 1216276

[startup+402.301 s]
/proc/loadavg: 4.03 3.02 1.44 5/360 3321
/proc/meminfo: memFree=25602224/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=1224880 CPUtime=402.29 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 348907 0 0 0 40167 62 0 0 25 0 1 0 608412265 1254277120 281847 33554432000 4194304 4300056 140734104846768 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 306220 281847 247 26 0 302852 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 1224880

[startup+462.301 s]
/proc/loadavg: 4.01 3.18 1.58 5/360 3323
/proc/meminfo: memFree=25453180/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=1795944 CPUtime=462.28 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 372654 0 0 0 46160 68 0 0 25 0 1 0 608412265 1839046656 305443 33554432000 4194304 4300056 140734104846768 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 448986 305443 247 26 0 445618 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 1795944

[startup+522.314 s]
/proc/loadavg: 4.11 3.37 1.75 5/360 3324
/proc/meminfo: memFree=25331900/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=1802932 CPUtime=522.3 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 394180 0 0 0 52157 73 0 0 25 0 1 0 608412265 1846202368 326858 33554432000 4194304 4300056 140734104846768 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 450733 326858 247 26 0 447365 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 1802932

[startup+582.301 s]
/proc/loadavg: 4.19 3.51 1.89 5/360 3326
/proc/meminfo: memFree=25114420/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=1809360 CPUtime=582.29 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 414040 0 0 0 58151 78 0 0 25 0 1 0 608412265 1852784640 346628 33554432000 4194304 4300056 140734104846768 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 452340 346628 247 26 0 448972 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 1809360

[startup+642.301 s]
/proc/loadavg: 4.12 3.62 2.03 5/360 3328
/proc/meminfo: memFree=24960164/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=1819480 CPUtime=642.28 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 435046 0 0 0 64146 82 0 0 25 0 1 0 608412265 1863147520 367539 33554432000 4194304 4300056 140734104846768 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 454870 367539 247 26 0 451502 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 1819480

[startup+702.301 s]
/proc/loadavg: 4.05 3.68 2.14 5/360 3329
/proc/meminfo: memFree=25453072/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=1829804 CPUtime=702.29 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 455451 0 0 0 70141 88 0 0 25 0 1 0 608412265 1873719296 387819 33554432000 4194304 4300056 140734104846768 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 457451 387819 247 26 0 454083 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 1829804

[startup+762.301 s]
/proc/loadavg: 4.01 3.74 2.27 5/360 3331
/proc/meminfo: memFree=25104132/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=1832704 CPUtime=762.29 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 499731 0 0 0 76133 96 0 0 25 0 1 0 608412265 1876688896 431971 33554432000 4194304 4300056 140734104846768 18446744073709551615 4252392 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 458176 431971 247 26 0 454808 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 1832704

[startup+822.301 s]
/proc/loadavg: 4.07 3.80 2.37 5/360 3332
/proc/meminfo: memFree=25064452/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=2766196 CPUtime=822.29 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 526424 0 0 0 82128 101 0 0 25 0 1 0 608412265 2832584704 458536 33554432000 4194304 4300056 140734104846768 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 691549 458536 247 26 0 688181 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 2766196

[startup+882.301 s]
/proc/loadavg: 4.05 3.85 2.48 5/360 3334
/proc/meminfo: memFree=24874360/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=2779124 CPUtime=882.29 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 541648 0 0 0 88124 105 0 0 25 0 1 0 608412265 2845822976 473674 33554432000 4194304 4300056 140734104846768 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 694781 473674 247 26 0 691413 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 2779124

[startup+942.301 s]
/proc/loadavg: 4.02 3.87 2.57 5/360 3336
/proc/meminfo: memFree=24877860/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=2786036 CPUtime=942.28 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 556848 0 0 0 94120 108 0 0 25 0 1 0 608412265 2852900864 488802 33554432000 4194304 4300056 140734104846768 18446744073709551615 4263680 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 696509 488802 247 26 0 693141 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 2786036

[startup+1002.3 s]
/proc/loadavg: 4.01 3.89 2.65 5/360 3337
/proc/meminfo: memFree=24767092/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=2802900 CPUtime=1002.28 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 572107 0 0 0 100117 111 0 0 25 0 1 0 608412265 2870169600 503986 33554432000 4194304 4300056 140734104846768 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 700725 503986 247 26 0 697357 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 2802900

[startup+1062.3 s]
/proc/loadavg: 4.15 3.94 2.75 5/360 3339
/proc/meminfo: memFree=24543980/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=2802900 CPUtime=1062.3 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 585068 0 0 0 106115 115 0 0 25 0 1 0 608412265 2870169600 516858 33554432000 4194304 4300056 140734104846768 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 700725 516858 247 26 0 697357 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 2802900

[startup+1122.3 s]
/proc/loadavg: 4.06 3.95 2.82 5/360 3340
/proc/meminfo: memFree=24480572/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=2809380 CPUtime=1122.29 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 598049 0 0 0 112111 118 0 0 25 0 1 0 608412265 2876805120 529772 33554432000 4194304 4300056 140734104846768 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 702345 529772 247 26 0 698977 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 2809380

[startup+1182.31 s]
/proc/loadavg: 4.09 3.98 2.91 5/360 3342
/proc/meminfo: memFree=24296392/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=2824740 CPUtime=1182.3 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 610663 0 0 0 118109 121 0 0 25 0 1 0 608412265 2892533760 542343 33554432000 4194304 4300056 140734104846768 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 706185 542343 247 26 0 702817 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 2824740

[startup+1242.3 s]
/proc/loadavg: 4.07 4.00 2.97 5/360 3344
/proc/meminfo: memFree=24213892/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=2829728 CPUtime=1242.29 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 626729 0 0 0 124105 124 0 0 25 0 1 0 608412265 2897641472 558327 33554432000 4194304 4300056 140734104846768 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 707432 558327 247 26 0 704064 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 2829728



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300.01 s]
/proc/loadavg: 3.95 3.98 3.03 5/360 3374
/proc/meminfo: memFree=24225952/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=2840408 CPUtime=1300 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4202496 638745 0 0 0 129874 126 0 0 25 0 1 0 608412265 2908577792 570277 33554432000 4194304 4300056 140734104846768 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/3238/statm: 710102 570277 247 26 0 706734 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 2840408

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

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

[startup+1300.11 s]
/proc/loadavg: 3.95 3.98 3.03 5/360 3374
/proc/meminfo: memFree=24225952/32951124 swapFree=40554396/67111528
[pid=3238] ppid=3236 vsize=0 CPUtime=1300.1 cores=4,6
/proc/3238/stat : 3238 (lr_gl_shr) R 3236 3238 3183 0 -1 4203524 638746 0 0 0 129875 135 0 0 25 0 1 0 608412265 0 0 33554432000 0 0 0 0 0 0 0 4096 8388610 18446744073709551615 0 0 17 4 0 0 0
/proc/3238/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.12
CPU time (s): 1300.11
CPU user time (s): 1298.75
CPU system time (s): 1.35879
CPU usage (%): 99.9993
Max. virtual memory (cumulated for all children) (KiB): 2840408

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

runsolver used 4.55631 second user time and 9.69853 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-09 21:08:38
IDJOB=3349729
IDBENCH=20580
IDSOLVER=1814
FILE ID=node104/3349729-1304968113
RUNJOBID= node104-1304968100-3203
PBS_JOBID= 13285646
Free space on /tmp= 16416 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model -no-shrinking -no-glucose
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3349729-1304968113/watcher-3349729-1304968113 -o /tmp/evaluation-result-3349729-1304968113/solver-3349729-1304968113 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349729-1304968113.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=1624722005

node104.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.855
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.71
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27320652 kB
Buffers:        138956 kB
Cached:         918692 kB
SwapCached:     121656 kB
Active:         601292 kB
Inactive:      4798824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27320652 kB
SwapTotal:    67111528 kB
SwapFree:     40554396 kB
Dirty:          159024 kB
Writeback:           0 kB
AnonPages:     4233352 kB
Mapped:          11244 kB
Slab:            81604 kB
PageTables:      85080 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75003716 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= 16416 MiB
End job on node104 at 2011-05-09 21:30:20