Trace number 3439859

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.12 4999.93

General information on the benchmark

NameAPPLICATIONS/bitverif/
smulo/smulo064.cnf
MD5SUM472e9d10d7fd1a82d06da0809d0002df
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 variables47129
Number of clauses141002
Sum of the clauses size329002
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 294000
Number of clauses of size 347000
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: 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-3439859-1306896281/watcher-3439859-1306896281 -o /tmp/evaluation-result-3439859-1306896281/solver-3439859-1306896281 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3439859-1306896281.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: 2.01 2.04 2.00 2/554 23218
/proc/meminfo: memFree=5339904/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=21912 CPUtime=0.01 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 1161 0 0 0 1 0 0 0 25 0 1 0 801225139 22437888 1073 33554432000 4194304 4300056 140734602965312 18446744073709551615 239476694784 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 5511 1074 220 26 0 2143 0

[startup+0.093522 s]
/proc/loadavg: 2.01 2.04 2.00 2/554 23218
/proc/meminfo: memFree=5339904/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=32104 CPUtime=0.08 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 4553 0 0 0 8 0 0 0 25 0 1 0 801225139 32874496 4015 33554432000 4194304 4300056 140734602965312 18446744073709551615 4230355 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 8026 4015 226 26 0 4658 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32104

[startup+0.100523 s]
/proc/loadavg: 2.01 2.04 2.00 2/554 23218
/proc/meminfo: memFree=5339904/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=32264 CPUtime=0.09 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 4686 0 0 0 9 0 0 0 25 0 1 0 801225139 33038336 4145 33554432000 4194304 4300056 140734602965312 18446744073709551615 239476355781 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 8066 4146 228 26 0 4698 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 32264

[startup+0.300485 s]
/proc/loadavg: 2.01 2.04 2.00 2/554 23218
/proc/meminfo: memFree=5339904/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=34284 CPUtime=0.29 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 7752 0 0 0 28 1 0 0 25 0 1 0 801225139 35106816 4847 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256706 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 8571 4847 246 26 0 5203 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34284

[startup+0.700408 s]
/proc/loadavg: 2.01 2.04 2.00 2/554 23218
/proc/meminfo: memFree=5339904/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=34284 CPUtime=0.69 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 7862 0 0 0 68 1 0 0 25 0 1 0 801225139 35106816 4951 33554432000 4194304 4300056 140734602965312 18446744073709551615 4251740 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 8571 4951 247 26 0 5203 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34284

[startup+1.50025 s]
/proc/loadavg: 2.01 2.04 2.00 3/555 23219
/proc/meminfo: memFree=5319188/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=34284 CPUtime=1.49 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 8018 0 0 0 148 1 0 0 25 0 1 0 801225139 35106816 5103 33554432000 4194304 4300056 140734602965312 18446744073709551615 4254713 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 8571 5103 247 26 0 5203 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 34284

[startup+3.10095 s]
/proc/loadavg: 2.01 2.04 2.00 3/555 23219
/proc/meminfo: memFree=5316088/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=38636 CPUtime=3.09 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 8302 0 0 0 308 1 0 0 25 0 1 0 801225139 39563264 5367 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 9659 5367 247 26 0 6291 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38636

[startup+6.30033 s]
/proc/loadavg: 2.01 2.04 2.00 3/555 23219
/proc/meminfo: memFree=5305428/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=45712 CPUtime=6.29 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 9906 0 0 0 628 1 0 0 25 0 1 0 801225139 46809088 6943 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256346 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 11428 6943 247 26 0 8060 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 45712

[startup+12.7011 s]
/proc/loadavg: 2.01 2.04 2.00 3/555 23220
/proc/meminfo: memFree=5296836/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=50132 CPUtime=12.7 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 10493 0 0 0 1268 2 0 0 25 0 1 0 801225139 51335168 7501 33554432000 4194304 4300056 140734602965312 18446744073709551615 4252435 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 12533 7501 249 26 0 9165 0
Current children cumulated CPU time (s) 12.7
Current children cumulated vsize (KiB) 50132

[startup+25.5007 s]
/proc/loadavg: 2.08 2.05 2.00 3/555 23220
/proc/meminfo: memFree=5289520/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=50132 CPUtime=25.49 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 11615 0 0 0 2547 2 0 0 25 0 1 0 801225139 51335168 8572 33554432000 4194304 4300056 140734602965312 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 12533 8572 249 26 0 9165 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50132

[startup+51.1008 s]
/proc/loadavg: 2.05 2.04 2.00 3/555 23221
/proc/meminfo: memFree=5281268/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=51772 CPUtime=51.09 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 15930 0 0 0 5106 3 0 0 25 0 1 0 801225139 53014528 9384 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 12943 9384 249 26 0 9575 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 51772

[startup+102.321 s]
/proc/loadavg: 2.02 2.04 2.00 3/555 23222
/proc/meminfo: memFree=5236216/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=78780 CPUtime=102.32 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 21696 0 0 0 10227 5 0 0 25 0 1 0 801225139 80670720 14847 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 19695 14847 249 26 0 16327 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 78780

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/555 23224
/proc/meminfo: memFree=5212360/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=78780 CPUtime=162.3 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 22907 0 0 0 16225 5 0 0 25 0 1 0 801225139 80670720 16031 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256093 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 19695 16031 249 26 0 16327 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 78780

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/555 23225
/proc/meminfo: memFree=5194204/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=78780 CPUtime=222.3 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 27981 0 0 0 22224 6 0 0 25 0 1 0 801225139 80670720 16224 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 19695 16224 249 26 0 16327 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 78780

[startup+282.301 s]
/proc/loadavg: 2.13 2.05 2.01 3/555 23227
/proc/meminfo: memFree=5174080/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=109128 CPUtime=282.3 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 28417 0 0 0 28224 6 0 0 25 0 1 0 801225139 111747072 16631 33554432000 4194304 4300056 140734602965312 18446744073709551615 4251385 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 27282 16631 249 26 0 23914 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 109128

[startup+342.301 s]
/proc/loadavg: 2.11 2.05 2.01 3/555 23228
/proc/meminfo: memFree=5148468/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=109128 CPUtime=342.3 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 29572 0 0 0 34224 6 0 0 25 0 1 0 801225139 111747072 17744 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 27282 17744 249 26 0 23914 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 109128

[startup+402.301 s]
/proc/loadavg: 2.04 2.04 2.00 3/555 23230
/proc/meminfo: memFree=5126236/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=109128 CPUtime=402.3 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 29573 0 0 0 40224 6 0 0 25 0 1 0 801225139 111747072 17745 33554432000 4194304 4300056 140734602965312 18446744073709551615 4263109 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 27282 17745 249 26 0 23914 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 109128

[startup+462.301 s]
/proc/loadavg: 2.01 2.03 2.00 3/555 23232
/proc/meminfo: memFree=5108836/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=109128 CPUtime=462.31 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 29573 0 0 0 46225 6 0 0 25 0 1 0 801225139 111747072 17745 33554432000 4194304 4300056 140734602965312 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 27282 17745 249 26 0 23914 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 109128

[startup+522.301 s]
/proc/loadavg: 2.15 2.07 2.01 3/555 23233
/proc/meminfo: memFree=5071848/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=109128 CPUtime=522.31 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 34322 0 0 0 52223 8 0 0 25 0 1 0 801225139 111747072 22127 33554432000 4194304 4300056 140734602965312 18446744073709551615 4262726 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 27282 22127 249 26 0 23914 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 109128

[startup+582.301 s]
/proc/loadavg: 2.05 2.05 2.00 3/555 23235
/proc/meminfo: memFree=5065980/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=82704 CPUtime=582.31 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 41352 0 0 0 58220 11 0 0 25 0 1 0 801225139 84688896 16877 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256506 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 20676 16877 249 26 0 17308 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 82704

[startup+642.301 s]

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

[startup+4062.32 s]
/proc/loadavg: 2.00 2.00 2.00 3/555 23368
/proc/meminfo: memFree=7031704/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=156328 CPUtime=4062.47 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 294039 0 0 0 406192 55 0 0 25 0 1 0 801225139 160079872 30971 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256319 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 39082 30971 249 26 0 35714 0
Current children cumulated CPU time (s) 4062.47
Current children cumulated vsize (KiB) 156328

[startup+4122.3 s]
/proc/loadavg: 2.20 2.05 2.01 4/555 23369
/proc/meminfo: memFree=6955656/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=205648 CPUtime=4122.46 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 303971 0 0 0 412189 57 0 0 25 0 1 0 801225139 210583552 40839 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 51412 40839 249 26 0 48044 0
Current children cumulated CPU time (s) 4122.46
Current children cumulated vsize (KiB) 205648

[startup+4182.3 s]
/proc/loadavg: 2.19 2.07 2.02 4/555 23371
/proc/meminfo: memFree=7167412/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=156328 CPUtime=4182.46 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 306338 0 0 0 418188 58 0 0 25 0 1 0 801225139 160079872 30971 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256078 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 39082 30971 249 26 0 35714 0
Current children cumulated CPU time (s) 4182.46
Current children cumulated vsize (KiB) 156328

[startup+4242.3 s]
/proc/loadavg: 2.07 2.05 2.01 4/555 23372
/proc/meminfo: memFree=7121368/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=156328 CPUtime=4242.46 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 306338 0 0 0 424188 58 0 0 25 0 1 0 801225139 160079872 30971 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 39082 30971 249 26 0 35714 0
Current children cumulated CPU time (s) 4242.46
Current children cumulated vsize (KiB) 156328

[startup+4302.3 s]
/proc/loadavg: 2.02 2.04 2.01 4/555 23374
/proc/meminfo: memFree=7043964/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=205648 CPUtime=4302.46 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 316742 0 0 0 430186 60 0 0 25 0 1 0 801225139 210583552 41279 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 51412 41279 249 26 0 48044 0
Current children cumulated CPU time (s) 4302.46
Current children cumulated vsize (KiB) 205648

[startup+4362.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/555 23376
/proc/meminfo: memFree=7048016/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=156328 CPUtime=4362.46 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 317505 0 0 0 436186 60 0 0 25 0 1 0 801225139 160079872 30971 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256227 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 39082 30971 249 26 0 35714 0
Current children cumulated CPU time (s) 4362.46
Current children cumulated vsize (KiB) 156328

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/555 23377
/proc/meminfo: memFree=6970480/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=205648 CPUtime=4422.46 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 326024 0 0 0 442185 61 0 0 25 0 1 0 801225139 210583552 39460 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256144 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 51412 39460 249 26 0 48044 0
Current children cumulated CPU time (s) 4422.46
Current children cumulated vsize (KiB) 205648

[startup+4482.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/555 23379
/proc/meminfo: memFree=7208260/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=156328 CPUtime=4482.46 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 327559 0 0 0 448184 62 0 0 25 0 1 0 801225139 160079872 30971 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 39082 30971 249 26 0 35714 0
Current children cumulated CPU time (s) 4482.46
Current children cumulated vsize (KiB) 156328

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/555 23380
/proc/meminfo: memFree=7140392/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=156328 CPUtime=4542.47 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 327559 0 0 0 454185 62 0 0 25 0 1 0 801225139 160079872 30971 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256011 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 39082 30971 249 26 0 35714 0
Current children cumulated CPU time (s) 4542.47
Current children cumulated vsize (KiB) 156328

[startup+4602.3 s]
/proc/loadavg: 2.00 2.01 2.00 4/555 23391
/proc/meminfo: memFree=7090800/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=156328 CPUtime=4602.48 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 338594 0 0 0 460184 64 0 0 25 0 1 0 801225139 160079872 30971 33554432000 4194304 4300056 140734602965312 18446744073709551615 4254701 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 39082 30971 249 26 0 35714 0
Current children cumulated CPU time (s) 4602.48
Current children cumulated vsize (KiB) 156328

[startup+4662.3 s]
/proc/loadavg: 2.04 2.02 2.00 4/555 23393
/proc/meminfo: memFree=7045360/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=156328 CPUtime=4662.48 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 338594 0 0 0 466183 65 0 0 25 0 1 0 801225139 160079872 30971 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256044 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 39082 30971 249 26 0 35714 0
Current children cumulated CPU time (s) 4662.48
Current children cumulated vsize (KiB) 156328

[startup+4722.32 s]
/proc/loadavg: 2.11 2.05 2.01 3/555 23394
/proc/meminfo: memFree=6959140/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=205648 CPUtime=4722.49 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 348419 0 0 0 472183 66 0 0 25 0 1 0 801225139 210583552 40737 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 51412 40737 249 26 0 48044 0
Current children cumulated CPU time (s) 4722.49
Current children cumulated vsize (KiB) 205648

[startup+4782.3 s]
/proc/loadavg: 2.04 2.04 2.01 4/555 23398
/proc/meminfo: memFree=6894356/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=236468 CPUtime=4782.48 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 351322 0 0 0 478181 67 0 0 25 0 1 0 801225139 242143232 43540 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256330 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 59117 43540 249 26 0 55749 0
Current children cumulated CPU time (s) 4782.48
Current children cumulated vsize (KiB) 236468

[startup+4842.3 s]
/proc/loadavg: 2.01 2.03 2.00 4/555 23400
/proc/meminfo: memFree=7173280/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=156328 CPUtime=4842.48 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 351757 0 0 0 484180 68 0 0 25 0 1 0 801225139 160079872 30971 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256040 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 39082 30971 249 26 0 35714 0
Current children cumulated CPU time (s) 4842.48
Current children cumulated vsize (KiB) 156328

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/555 23402
/proc/meminfo: memFree=7080976/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=205648 CPUtime=4902.49 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 361606 0 0 0 490180 69 0 0 25 0 1 0 801225139 210583552 40741 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 51412 40741 249 26 0 48044 0
Current children cumulated CPU time (s) 4902.49
Current children cumulated vsize (KiB) 205648

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 4/555 23404
/proc/meminfo: memFree=7064316/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=156328 CPUtime=4962.48 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 363472 0 0 0 496179 69 0 0 25 0 1 0 801225139 160079872 30971 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 39082 30971 249 26 0 35714 0
Current children cumulated CPU time (s) 4962.48
Current children cumulated vsize (KiB) 156328



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 4/555 23405
/proc/meminfo: memFree=7037648/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=156328 CPUtime=5000.1 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 363472 0 0 0 499941 69 0 0 25 0 1 0 801225139 160079872 30971 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256538 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 39082 30971 249 26 0 35714 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 156328

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 4/555 23405
/proc/meminfo: memFree=7037648/32950928 swapFree=67056580/67111528
[pid=23218] ppid=23216 vsize=156328 CPUtime=5000.1 cores=0,2,4,6
/proc/23218/stat : 23218 (lr_gl_shr) R 23216 23218 21730 0 -1 4202496 363472 0 0 0 499941 69 0 0 25 0 1 0 801225139 160079872 30971 33554432000 4194304 4300056 140734602965312 18446744073709551615 4256538 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/23218/statm: 39082 30971 249 26 0 35714 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 156328

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.93
CPU time (s): 5000.12
CPU user time (s): 4999.42
CPU system time (s): 0.705892
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 236468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.42
system time used= 0.705892
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 363472
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= 9
involuntary context switches= 5791

runsolver used 28.6796 second user time and 62.2505 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-01 04:44:41
IDJOB=3439859
IDBENCH=70791
IDSOLVER=1938
FILE ID=node148/3439859-1306896281
RUNJOBID= node148-1306892722-22507
PBS_JOBID= 13488428
Free space on /tmp= 51004 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT09/APPLICATIONS/bitverif/smulo/smulo064.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3439859-1306896281/watcher-3439859-1306896281 -o /tmp/evaluation-result-3439859-1306896281/solver-3439859-1306896281 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3439859-1306896281.cnf -verb=0 -model

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

MD5SUM BENCH= 472e9d10d7fd1a82d06da0809d0002df
RANDOM SEED=1434243887

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

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
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.83
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.854
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.854
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.82
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.854
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.854
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.854
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:       5340060 kB
Buffers:        103360 kB
Cached:       17842352 kB
SwapCached:       7908 kB
Active:       16089628 kB
Inactive:     10759856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5340060 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:            2768 kB
Writeback:           0 kB
AnonPages:     8902412 kB
Mapped:          44008 kB
Slab:           629228 kB
PageTables:      61976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 173051492 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= 51024 MiB
End job on node148 at 2011-06-01 06:08:03