Trace number 3349849

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

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.cnf
MD5SUMa4c7dbdc89378b1335eea4904f9f5cb5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark117.78
Satisfiable
(Un)Satisfiability was proved
Number of variables156058
Number of clauses466691
Sum of the clauses size1088943
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2311126
Number of clauses of size 3155563
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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

running on 2 cores: 5,7

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.92 1.50 2.44 6/369 2196
/proc/meminfo: memFree=27311440/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=11796 CPUtime=0 cores=5,7
/proc/2196/stat : 2196 (runsolver) R 2194 2196 1610 0 -1 4202560 42 0 0 0 0 0 0 0 21 0 1 0 687346132 12079104 49 33554432000 4194304 5432360 140736026197744 18446744073709551615 5055504 0 0 4096 24578 0 0 0 17 7 0 0 0
/proc/2196/statm: 2949 49 30 303 0 2643 0

[startup+0.0551411 s]
/proc/loadavg: 0.92 1.50 2.44 6/369 2196
/proc/meminfo: memFree=27311440/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=27068 CPUtime=0.03 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 2593 0 0 0 3 0 0 0 21 0 1 0 687346132 27717632 2361 33554432000 4194304 4300056 140736236203024 18446744073709551615 4286350 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 6767 2361 220 26 0 3399 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27068

[startup+0.101128 s]
/proc/loadavg: 0.92 1.50 2.44 6/369 2196
/proc/meminfo: memFree=27311440/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=34180 CPUtime=0.08 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 5060 0 0 0 7 1 0 0 21 0 1 0 687346132 35000320 4509 33554432000 4194304 4300056 140736236203024 18446744073709551615 4284365 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 8545 4511 220 26 0 5177 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34180

[startup+0.301093 s]
/proc/loadavg: 0.92 1.50 2.44 6/369 2196
/proc/meminfo: memFree=27311440/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=73756 CPUtime=0.27 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 15130 0 0 0 25 2 0 0 22 0 1 0 687346132 75526144 13241 33554432000 4194304 4300056 140736236203024 18446744073709551615 4216083 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 18439 13241 237 26 0 15071 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 73756

[startup+0.70102 s]
/proc/loadavg: 0.92 1.50 2.44 6/369 2196
/proc/meminfo: memFree=27311440/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=81472 CPUtime=0.68 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 21049 0 0 0 65 3 0 0 24 0 1 0 687346132 83427328 15640 33554432000 4194304 4300056 140736236203024 18446744073709551615 4217862 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 20368 15640 240 26 0 17000 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 81472

[startup+1.50088 s]
/proc/loadavg: 0.92 1.50 2.44 6/371 2198
/proc/meminfo: memFree=27116752/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=81528 CPUtime=1.48 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 25832 0 0 0 143 5 0 0 25 0 1 0 687346132 83484672 15778 33554432000 4194304 4300056 140736236203024 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 20382 15778 248 26 0 17014 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 81528

[startup+3.10057 s]
/proc/loadavg: 1.17 1.54 2.44 6/371 2198
/proc/meminfo: memFree=27110528/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=81528 CPUtime=3.08 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 26033 0 0 0 303 5 0 0 25 0 1 0 687346132 83484672 15968 33554432000 4194304 4300056 140736236203024 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 20382 15968 259 26 0 17014 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 81528

[startup+6.30098 s]
/proc/loadavg: 1.17 1.54 2.44 6/371 2226
/proc/meminfo: memFree=27134648/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=81528 CPUtime=6.28 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 26179 0 0 0 623 5 0 0 25 0 1 0 687346132 83484672 16108 33554432000 4194304 4300056 140736236203024 18446744073709551615 4264256 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 20382 16108 259 26 0 17014 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 81528

[startup+12.7008 s]
/proc/loadavg: 1.60 1.62 2.46 6/371 2289
/proc/meminfo: memFree=27092312/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=107344 CPUtime=12.68 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 28663 0 0 0 1263 5 0 0 25 0 1 0 687346132 109920256 18565 33554432000 4194304 4300056 140736236203024 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 26836 18565 259 26 0 23468 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 107344

[startup+25.5004 s]
/proc/loadavg: 1.97 1.70 2.48 6/371 2289
/proc/meminfo: memFree=27026768/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=137696 CPUtime=25.48 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 37275 0 0 0 2541 7 0 0 25 0 1 0 687346132 141000704 27118 33554432000 4194304 4300056 140736236203024 18446744073709551615 4256511 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 34424 27118 259 26 0 31056 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 137696

[startup+51.1006 s]
/proc/loadavg: 2.80 1.92 2.53 6/371 2319
/proc/meminfo: memFree=26932984/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=187484 CPUtime=51.08 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 45302 0 0 0 5098 10 0 0 25 0 1 0 687346132 191983616 35085 33554432000 4194304 4300056 140736236203024 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 46871 35085 259 26 0 43503 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 187484

[startup+102.314 s]
/proc/loadavg: 3.52 2.26 2.61 6/371 2320
/proc/meminfo: memFree=26819936/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=237572 CPUtime=102.29 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 58161 0 0 0 10215 14 0 0 25 0 1 0 687346132 243273728 47850 33554432000 4194304 4300056 140736236203024 18446744073709551615 4256264 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 59393 47850 259 26 0 56025 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 237572

[startup+162.301 s]
/proc/loadavg: 3.82 2.58 2.69 6/371 2331
/proc/meminfo: memFree=26804400/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=318960 CPUtime=162.28 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 71781 0 0 0 16207 21 0 0 25 0 1 0 687346132 326615040 61389 33554432000 4194304 4300056 140736236203024 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 79740 61389 259 26 0 76372 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 318960

[startup+222.301 s]
/proc/loadavg: 4.01 2.85 2.78 6/371 2332
/proc/meminfo: memFree=26760076/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=187484 CPUtime=222.28 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 93649 0 0 0 22198 30 0 0 25 0 1 0 687346132 191983616 39662 33554432000 4194304 4300056 140736236203024 18446744073709551615 4262553 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 46871 39662 259 26 0 43503 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 187484

[startup+282.301 s]
/proc/loadavg: 4.00 3.06 2.85 6/371 2334
/proc/meminfo: memFree=26609500/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=318960 CPUtime=282.29 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 109260 0 0 0 28191 38 0 0 25 0 1 0 687346132 326615040 55182 33554432000 4194304 4300056 140736236203024 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 79740 55182 259 26 0 76372 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 318960

[startup+342.3 s]
/proc/loadavg: 4.00 3.23 2.92 6/368 2357
/proc/meminfo: memFree=26734716/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=318960 CPUtime=342.28 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 122887 0 0 0 34185 43 0 0 25 0 1 0 687346132 326615040 68719 33554432000 4194304 4300056 140736236203024 18446744073709551615 4262793 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 79740 68719 259 26 0 76372 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 318960

[startup+402.3 s]
/proc/loadavg: 4.00 3.36 2.98 6/371 2364
/proc/meminfo: memFree=26651076/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=451220 CPUtime=402.29 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 134614 0 0 0 40182 47 0 0 25 0 1 0 687346132 462049280 80390 33554432000 4194304 4300056 140736236203024 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 112805 80390 259 26 0 109437 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 451220

[startup+462.3 s]
/proc/loadavg: 4.00 3.48 3.04 6/371 2366
/proc/meminfo: memFree=26741296/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=180660 CPUtime=462.29 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 153620 0 0 0 46175 54 0 0 25 0 1 0 687346132 184995840 34731 33554432000 4194304 4300056 140736236203024 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 45165 34731 259 26 0 41797 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 180660

[startup+522.301 s]
/proc/loadavg: 4.05 3.59 3.11 6/371 2367
/proc/meminfo: memFree=26609804/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=261568 CPUtime=522.29 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 170513 0 0 0 52170 59 0 0 25 0 1 0 687346132 267845632 51482 33554432000 4194304 4300056 140736236203024 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 65392 51482 259 26 0 62024 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 261568

[startup+582.301 s]
/proc/loadavg: 4.15 3.70 3.18 6/371 2369
/proc/meminfo: memFree=26772072/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=342956 CPUtime=582.3 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 183683 0 0 0 58166 64 0 0 25 0 1 0 687346132 351186944 64521 33554432000 4194304 4300056 140736236203024 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 85739 64521 259 26 0 82371 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 342956

[startup+642.301 s]
/proc/loadavg: 4.13 3.78 3.23 6/371 2371
/proc/meminfo: memFree=26655344/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=342956 CPUtime=642.31 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 196491 0 0 0 64162 69 0 0 25 0 1 0 687346132 351186944 77243 33554432000 4194304 4300056 140736236203024 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 85739 77243 259 26 0 82371 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 342956

[startup+702.301 s]
/proc/loadavg: 4.05 3.82 3.28 6/371 2372
/proc/meminfo: memFree=26411512/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=475216 CPUtime=702.3 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 209293 0 0 0 70156 74 0 0 25 0 1 0 687346132 486621184 89974 33554432000 4194304 4300056 140736236203024 18446744073709551615 4256528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 118804 89974 259 26 0 115436 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 475216

[startup+762.314 s]
/proc/loadavg: 4.02 3.85 3.32 6/371 2374
/proc/meminfo: memFree=26683404/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=193904 CPUtime=762.32 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 228623 0 0 0 76152 80 0 0 25 0 1 0 687346132 198557696 40950 33554432000 4194304 4300056 140736236203024 18446744073709551615 4252528 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 48476 40950 259 26 0 45108 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 193904

[startup+822.3 s]
/proc/loadavg: 4.00 3.87 3.36 6/371 2375
/proc/meminfo: memFree=26448384/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=274812 CPUtime=822.31 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 244998 0 0 0 82145 86 0 0 25 0 1 0 687346132 281407488 57189 33554432000 4194304 4300056 140736236203024 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 68703 57189 259 26 0 65335 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 274812

[startup+882.301 s]
/proc/loadavg: 4.00 3.89 3.40 6/371 2377
/proc/meminfo: memFree=26440284/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=356200 CPUtime=882.3 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 257374 0 0 0 88140 90 0 0 25 0 1 0 687346132 364748800 69495 33554432000 4194304 4300056 140736236203024 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 89050 69495 259 26 0 85682 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 356200

[startup+942.301 s]
/proc/loadavg: 4.00 3.91 3.43 6/371 2380
/proc/meminfo: memFree=26519732/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=356200 CPUtime=942.31 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 269685 0 0 0 94137 94 0 0 25 0 1 0 687346132 364748800 81741 33554432000 4194304 4300056 140736236203024 18446744073709551615 4262744 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 89050 81741 259 26 0 85682 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 356200

[startup+1002.3 s]
/proc/loadavg: 4.08 3.94 3.47 6/371 2381
/proc/meminfo: memFree=26336912/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=488460 CPUtime=1002.31 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 280599 0 0 0 100133 98 0 0 25 0 1 0 687346132 500183040 92605 33554432000 4194304 4300056 140736236203024 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 122115 92605 259 26 0 118747 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 488460

[startup+1062.3 s]
/proc/loadavg: 4.10 3.96 3.51 6/371 2383
/proc/meminfo: memFree=26293228/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=488460 CPUtime=1062.31 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 292489 0 0 0 106129 102 0 0 25 0 1 0 687346132 500183040 104455 33554432000 4194304 4300056 140736236203024 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 122115 104455 259 26 0 118747 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 488460

[startup+1122.3 s]
/proc/loadavg: 4.22 4.02 3.55 6/371 2384
/proc/meminfo: memFree=26532868/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=243432 CPUtime=1122.32 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 313676 0 0 0 112122 110 0 0 25 0 1 0 687346132 249274368 49099 33554432000 4194304 4300056 140736236203024 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 60858 49099 259 26 0 57490 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 243432

[startup+1182.3 s]
/proc/loadavg: 4.08 4.01 3.57 6/371 2386
/proc/meminfo: memFree=26482604/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=293520 CPUtime=1182.31 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 328728 0 0 0 118117 114 0 0 25 0 1 0 687346132 300564480 64044 33554432000 4194304 4300056 140736236203024 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 73380 64044 259 26 0 70012 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 293520

[startup+1242.3 s]
/proc/loadavg: 4.03 4.00 3.60 6/371 2388
/proc/meminfo: memFree=26421180/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=374908 CPUtime=1242.32 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 339415 0 0 0 124114 118 0 0 25 0 1 0 687346132 383905792 74668 33554432000 4194304 4300056 140736236203024 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 93727 74668 259 26 0 90359 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 374908



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.00 3.62 5/369 2390
/proc/meminfo: memFree=26630088/32950928 swapFree=38710660/67111528
[pid=2196] ppid=2194 vsize=374908 CPUtime=1300.02 cores=5,7
/proc/2196/stat : 2196 (lr_gl_shr) R 2194 2196 1610 0 -1 4202496 349316 0 0 0 129881 121 0 0 25 0 1 0 687346132 383905792 84485 33554432000 4194304 4300056 140736236203024 18446744073709551615 4256484 0 0 4096 8388610 0 0 0 17 5 0 0 0
/proc/2196/statm: 93727 84485 259 26 0 90359 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 374908

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.03
CPU time (s): 1300.06
CPU user time (s): 1298.82
CPU system time (s): 1.23381
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 488460

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

runsolver used 4.31234 second user time and 11.1153 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-09 21:59:15
IDJOB=3349849
IDBENCH=82488
IDSOLVER=1814
FILE ID=node113/3349849-1304971154
RUNJOBID= node113-1304971154-2158
PBS_JOBID= 13285637
Free space on /tmp= 47864 MiB

SOLVER NAME= minisat hack: LR_NOGL_NOSHR 2011-03-02
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtvissoap1-tseitin.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-3349849-1304971154/watcher-3349849-1304971154 -o /tmp/evaluation-result-3349849-1304971154/solver-3349849-1304971154 -C 2400 -W 1300 -M 7680  HOME/lr_gl_shr HOME/instance-3349849-1304971154.cnf -verb=0 -model -no-shrinking -no-glucose

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

MD5SUM BENCH= a4c7dbdc89378b1335eea4904f9f5cb5
RANDOM SEED=531256870

node113.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27312332 kB
Buffers:        129688 kB
Cached:         839172 kB
SwapCached:      93484 kB
Active:         292468 kB
Inactive:      5120568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27312332 kB
SwapTotal:    67111528 kB
SwapFree:     38710660 kB
Dirty:           32844 kB
Writeback:           8 kB
AnonPages:     4361964 kB
Mapped:          13912 kB
Slab:            69776 kB
PageTables:      92020 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87159160 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= 47872 MiB
End job on node113 at 2011-05-09 22:20:57