Trace number 3440060

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
minisat hack: LR_GL_SHR 2011-03-02? (TO) 5000.09 4999.93

General information on the benchmark

NameSAT03/industrial/li/li-exam/
li-exam-61.shuffled-as.sat03-366.cnf
MD5SUM3be662940f394fa876137a905247d755
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables28147
Number of clauses108436
Sum of the clauses size373110
Maximum clause length166
Minimum clause length1
Number of clauses of size 114
Number of clauses of size 218786
Number of clauses of size 351588
Number of clauses of size 437440
Number of clauses of size 53
Number of clauses of size over 5605

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-3440060-1306941699/watcher-3440060-1306941699 -o /tmp/evaluation-result-3440060-1306941699/solver-3440060-1306941699 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3440060-1306941699.cnf -verb=0 -model 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.12 1.49 2/426 9134
/proc/meminfo: memFree=29711384/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=24188 CPUtime=0 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 1405 0 0 0 0 0 0 0 21 0 1 0 805770407 24768512 1342 33554432000 4194304 4300056 140735687643344 18446744073709551615 244446945024 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 6047 1342 222 26 0 2679 0

[startup+0.104509 s]
/proc/loadavg: 1.00 1.12 1.49 2/426 9134
/proc/meminfo: memFree=29711384/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=28916 CPUtime=0.09 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 3616 0 0 0 9 0 0 0 22 0 1 0 805770407 29609984 3259 33554432000 4194304 4300056 140735687643344 18446744073709551615 4215891 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 7229 3259 225 26 0 3861 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28916

[startup+0.200491 s]
/proc/loadavg: 1.00 1.12 1.49 2/426 9134
/proc/meminfo: memFree=29711384/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=30340 CPUtime=0.19 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 4050 0 0 0 19 0 0 0 22 0 1 0 805770407 31068160 3676 33554432000 4194304 4300056 140735687643344 18446744073709551615 244446613908 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 7585 3676 228 26 0 4217 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30340

[startup+0.300468 s]
/proc/loadavg: 1.00 1.12 1.49 2/426 9134
/proc/meminfo: memFree=29711384/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=27224 CPUtime=0.29 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 4563 0 0 0 29 0 0 0 22 0 1 0 805770407 27877376 3144 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256683 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 6806 3144 244 26 0 3438 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27224

[startup+0.700419 s]
/proc/loadavg: 1.00 1.12 1.49 2/426 9134
/proc/meminfo: memFree=29711384/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=27224 CPUtime=0.69 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 4576 0 0 0 69 0 0 0 23 0 1 0 805770407 27877376 3155 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 6806 3155 246 26 0 3438 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 27224

[startup+1.50027 s]
/proc/loadavg: 1.00 1.12 1.49 3/430 9141
/proc/meminfo: memFree=29682452/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=27224 CPUtime=1.49 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 4588 0 0 0 149 0 0 0 25 0 1 0 805770407 27877376 3165 33554432000 4194304 4300056 140735687643344 18446744073709551615 4254695 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 6806 3165 246 26 0 3438 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27224

[startup+3.10097 s]
/proc/loadavg: 1.08 1.13 1.49 3/430 9141
/proc/meminfo: memFree=29681460/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=27224 CPUtime=3.09 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 4600 0 0 0 309 0 0 0 25 0 1 0 805770407 27877376 3176 33554432000 4194304 4300056 140735687643344 18446744073709551615 4276394 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 6806 3176 247 26 0 3438 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 27224

[startup+6.30035 s]
/proc/loadavg: 1.08 1.13 1.49 3/430 9141
/proc/meminfo: memFree=29681392/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=27224 CPUtime=6.29 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 4610 0 0 0 629 0 0 0 25 0 1 0 805770407 27877376 3184 33554432000 4194304 4300056 140735687643344 18446744073709551615 4254695 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 6806 3184 247 26 0 3438 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27224

[startup+12.7002 s]
/proc/loadavg: 1.15 1.15 1.49 3/430 9141
/proc/meminfo: memFree=29679800/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=27224 CPUtime=12.69 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 4674 0 0 0 1269 0 0 0 25 0 1 0 805770407 27877376 3237 33554432000 4194304 4300056 140735687643344 18446744073709551615 4254738 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 6806 3237 247 26 0 3438 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27224

[startup+25.5008 s]
/proc/loadavg: 1.34 1.19 1.50 3/430 9141
/proc/meminfo: memFree=29666828/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=46240 CPUtime=25.49 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 8261 0 0 0 2549 0 0 0 25 0 1 0 805770407 47349760 6770 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 11560 6770 247 26 0 8192 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 46240

[startup+51.1011 s]
/proc/loadavg: 1.56 1.25 1.51 3/430 9142
/proc/meminfo: memFree=29634548/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=82516 CPUtime=51.09 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 14314 0 0 0 5107 2 0 0 25 0 1 0 805770407 84496384 12760 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 20629 12760 247 26 0 17261 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 82516

[startup+102.301 s]
/proc/loadavg: 1.82 1.38 1.54 3/430 9144
/proc/meminfo: memFree=29586280/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=91268 CPUtime=102.3 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 28045 0 0 0 10225 5 0 0 25 0 1 0 805770407 93458432 16750 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256299 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 22817 16750 249 26 0 19449 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 91268

[startup+162.3 s]
/proc/loadavg: 1.93 1.48 1.56 3/430 9145
/proc/meminfo: memFree=29609536/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=98368 CPUtime=162.3 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 41127 0 0 0 16222 8 0 0 25 0 1 0 805770407 100728832 16735 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 24592 16735 249 26 0 21224 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 98368

[startup+222.316 s]
/proc/loadavg: 1.97 1.58 1.59 3/430 9147
/proc/meminfo: memFree=29592508/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=79400 CPUtime=222.31 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 52089 0 0 0 22220 11 0 0 25 0 1 0 805770407 81305600 14383 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 19850 14383 249 26 0 16482 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 79400

[startup+282.301 s]
/proc/loadavg: 2.06 1.67 1.62 3/430 9148
/proc/meminfo: memFree=29536904/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=129188 CPUtime=282.3 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 61325 0 0 0 28216 14 0 0 25 0 1 0 805770407 132288512 23509 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256545 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 32297 23509 249 26 0 28929 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 129188

[startup+342.301 s]
/proc/loadavg: 2.05 1.75 1.65 3/430 9150
/proc/meminfo: memFree=29593268/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=105604 CPUtime=342.3 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 73608 0 0 0 34212 18 0 0 25 0 1 0 805770407 108138496 18886 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 26401 18886 249 26 0 23033 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 105604

[startup+402.301 s]
/proc/loadavg: 2.10 1.81 1.67 3/430 9152
/proc/meminfo: memFree=29585648/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=74960 CPUtime=402.31 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 84618 0 0 0 40210 21 0 0 25 0 1 0 805770407 76759040 14284 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 18740 14284 249 26 0 15372 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 74960

[startup+462.301 s]
/proc/loadavg: 2.03 1.84 1.68 3/430 9153
/proc/meminfo: memFree=29532648/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=136424 CPUtime=462.3 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 93443 0 0 0 46208 22 0 0 25 0 1 0 805770407 139698176 22995 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 34106 22995 249 26 0 30738 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 136424

[startup+522.301 s]
/proc/loadavg: 2.01 1.86 1.70 3/430 9155
/proc/meminfo: memFree=29540148/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=91400 CPUtime=522.31 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 104823 0 0 0 52206 25 0 0 25 0 1 0 805770407 93593600 17975 33554432000 4194304 4300056 140735687643344 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 22850 17975 249 26 0 19482 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 91400

[startup+582.3 s]
/proc/loadavg: 2.00 1.89 1.72 3/430 9156
/proc/meminfo: memFree=29540612/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=141188 CPUtime=582.31 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 113872 0 0 0 58204 27 0 0 25 0 1 0 805770407 144576512 26914 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 35297 26914 249 26 0 31929 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 141188

[startup+642.3 s]

################
# More data... #
################

[startup+4002.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/430 9260
/proc/meminfo: memFree=29391664/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=195848 CPUtime=4002.43 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 629912 0 0 0 400077 166 0 0 25 0 1 0 805770407 200548352 43410 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 48962 43410 249 26 0 45594 0
Current children cumulated CPU time (s) 4002.43
Current children cumulated vsize (KiB) 195848

[startup+4062.3 s]
/proc/loadavg: 2.06 2.01 1.99 3/430 9261
/proc/meminfo: memFree=29344616/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=245936 CPUtime=4062.44 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 635050 0 0 0 406077 167 0 0 25 0 1 0 805770407 251838464 48479 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256224 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 61484 48479 249 26 0 58116 0
Current children cumulated CPU time (s) 4062.44
Current children cumulated vsize (KiB) 245936

[startup+4122.3 s]
/proc/loadavg: 2.02 2.01 1.99 3/430 9263
/proc/meminfo: memFree=29308972/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=245936 CPUtime=4122.43 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 639042 0 0 0 412074 169 0 0 25 0 1 0 805770407 251838464 52433 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256291 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 61484 52433 249 26 0 58116 0
Current children cumulated CPU time (s) 4122.43
Current children cumulated vsize (KiB) 245936

[startup+4182.32 s]
/proc/loadavg: 2.10 2.03 2.00 3/430 9264
/proc/meminfo: memFree=29527532/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=115708 CPUtime=4182.45 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 643682 0 0 0 418074 171 0 0 25 0 1 0 805770407 118484992 25334 33554432000 4194304 4300056 140735687643344 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 28927 25334 249 26 0 25559 0
Current children cumulated CPU time (s) 4182.45
Current children cumulated vsize (KiB) 115708

[startup+4242.3 s]
/proc/loadavg: 2.08 2.04 2.00 3/430 9266
/proc/meminfo: memFree=29460916/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=165028 CPUtime=4242.43 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 655166 0 0 0 424070 173 0 0 25 0 1 0 805770407 168988672 36678 33554432000 4194304 4300056 140735687643344 18446744073709551615 4254711 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 41257 36678 249 26 0 37889 0
Current children cumulated CPU time (s) 4242.43
Current children cumulated vsize (KiB) 165028

[startup+4302.3 s]
/proc/loadavg: 2.03 2.03 2.00 3/430 9268
/proc/meminfo: memFree=29420196/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=195848 CPUtime=4302.43 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 661161 0 0 0 430069 174 0 0 25 0 1 0 805770407 200548352 42596 33554432000 4194304 4300056 140735687643344 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 48962 42596 249 26 0 45594 0
Current children cumulated CPU time (s) 4302.43
Current children cumulated vsize (KiB) 195848

[startup+4362.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/430 9269
/proc/meminfo: memFree=29378384/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=245936 CPUtime=4362.44 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 667549 0 0 0 436067 177 0 0 25 0 1 0 805770407 251838464 48912 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 61484 48912 249 26 0 58116 0
Current children cumulated CPU time (s) 4362.44
Current children cumulated vsize (KiB) 245936

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/430 9271
/proc/meminfo: memFree=29343208/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=245936 CPUtime=4422.44 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 672271 0 0 0 442065 179 0 0 25 0 1 0 805770407 251838464 53588 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 61484 53588 249 26 0 58116 0
Current children cumulated CPU time (s) 4422.44
Current children cumulated vsize (KiB) 245936

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/430 9272
/proc/meminfo: memFree=29401940/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=165028 CPUtime=4482.45 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 682494 0 0 0 448063 182 0 0 25 0 1 0 805770407 168988672 34516 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 41257 34516 249 26 0 37889 0
Current children cumulated CPU time (s) 4482.45
Current children cumulated vsize (KiB) 165028

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/430 9274
/proc/meminfo: memFree=29341992/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=245936 CPUtime=4542.44 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 693448 0 0 0 454060 184 0 0 25 0 1 0 805770407 251838464 45374 33554432000 4194304 4300056 140735687643344 18446744073709551615 4252370 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 61484 45374 249 26 0 58116 0
Current children cumulated CPU time (s) 4542.44
Current children cumulated vsize (KiB) 245936

[startup+4602.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/430 9276
/proc/meminfo: memFree=29287620/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=245936 CPUtime=4602.45 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 703163 0 0 0 460057 188 0 0 25 0 1 0 805770407 251838464 55010 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 61484 55010 249 26 0 58116 0
Current children cumulated CPU time (s) 4602.45
Current children cumulated vsize (KiB) 245936

[startup+4662.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/430 9277
/proc/meminfo: memFree=29501236/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=132420 CPUtime=4662.44 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 709662 0 0 0 466054 190 0 0 25 0 1 0 805770407 135598080 28753 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 33105 28753 249 26 0 29737 0
Current children cumulated CPU time (s) 4662.44
Current children cumulated vsize (KiB) 132420

[startup+4722.3 s]
/proc/loadavg: 2.15 2.06 2.01 3/430 9279
/proc/meminfo: memFree=29432480/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=170244 CPUtime=4722.47 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 719521 0 0 0 472055 192 0 0 25 0 1 0 805770407 174329856 38473 33554432000 4194304 4300056 140735687643344 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 42561 38473 249 26 0 39193 0
Current children cumulated CPU time (s) 4722.47
Current children cumulated vsize (KiB) 170244

[startup+4782.3 s]
/proc/loadavg: 2.05 2.04 2.00 3/430 9280
/proc/meminfo: memFree=29391652/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=201064 CPUtime=4782.45 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 725693 0 0 0 478051 194 0 0 25 0 1 0 805770407 205889536 44569 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 50266 44569 249 26 0 46898 0
Current children cumulated CPU time (s) 4782.45
Current children cumulated vsize (KiB) 201064

[startup+4842.32 s]
/proc/loadavg: 2.02 2.03 2.00 3/430 9282
/proc/meminfo: memFree=29361832/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=251152 CPUtime=4842.47 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 729394 0 0 0 484052 195 0 0 25 0 1 0 805770407 257179648 48224 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 62788 48224 249 26 0 59420 0
Current children cumulated CPU time (s) 4842.47
Current children cumulated vsize (KiB) 251152

[startup+4902.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/430 9284
/proc/meminfo: memFree=29289624/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=251152 CPUtime=4902.45 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 733900 0 0 0 490049 196 0 0 25 0 1 0 805770407 257179648 52683 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 62788 52683 249 26 0 59420 0
Current children cumulated CPU time (s) 4902.45
Current children cumulated vsize (KiB) 251152

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/430 9285
/proc/meminfo: memFree=29199668/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=170244 CPUtime=4962.46 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 743604 0 0 0 496046 200 0 0 25 0 1 0 805770407 174329856 34332 33554432000 4194304 4300056 140735687643344 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 42561 34332 249 26 0 39193 0
Current children cumulated CPU time (s) 4962.46
Current children cumulated vsize (KiB) 170244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.02 2.00 3/430 9286
/proc/meminfo: memFree=29062756/32951124 swapFree=43324008/67111528
[pid=9134] ppid=9132 vsize=201064 CPUtime=5000.07 cores=0,2,4,6
/proc/9134/stat : 9134 (lr_gl_shr) R 9132 9134 8295 0 -1 4202496 749808 0 0 0 499807 200 0 0 25 0 1 0 805770407 205889536 40463 33554432000 4194304 4300056 140735687643344 18446744073709551615 4273366 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/9134/statm: 50266 40463 249 26 0 46898 0
Current children cumulated CPU time (s) 5000.07
Current children cumulated vsize (KiB) 201064

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): 4999.93
CPU time (s): 5000.09
CPU user time (s): 4998.08
CPU system time (s): 2.01569
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 327324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.08
system time used= 2.01569
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 749808
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= 10
involuntary context switches= 2926

runsolver used 22.0766 second user time and 46.322 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-01 17:21:40
IDJOB=3440060
IDBENCH=84223
IDSOLVER=1938
FILE ID=node105/3440060-1306941699
RUNJOBID= node105-1306941699-9120
PBS_JOBID= 13488558
Free space on /tmp= 73688 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT03/industrial/li/li-exam/li-exam-61.shuffled-as.sat03-366.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3440060-1306941699/watcher-3440060-1306941699 -o /tmp/evaluation-result-3440060-1306941699/solver-3440060-1306941699 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3440060-1306941699.cnf -verb=0 -model

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 3be662940f394fa876137a905247d755
RANDOM SEED=200013153

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29711664 kB
Buffers:        200608 kB
Cached:         326736 kB
SwapCached:      20984 kB
Active:        2631776 kB
Inactive:       305912 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29711664 kB
SwapTotal:    67111528 kB
SwapFree:     43324008 kB
Dirty:            5836 kB
Writeback:           0 kB
AnonPages:     2407072 kB
Mapped:          18948 kB
Slab:           153312 kB
PageTables:      81068 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 114862392 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= 73684 MiB
End job on node105 at 2011-06-01 18:45:02