Trace number 3440062

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.08 5000.02

General information on the benchmark

NameSAT03/industrial/kukula/addm_bench/
am_7_7.shuffled-as.sat03-363.cnf
MD5SUMc7f51e1ee7556440ab29e1c4bfe29538
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 variables4264
Number of clauses14751
Sum of the clauses size40035
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 24214
Number of clauses of size 310535
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-3440062-1306941729/watcher-3440062-1306941729 -o /tmp/evaluation-result-3440062-1306941729/solver-3440062-1306941729 -C 5000 -W 5100 -M 15500 HOME/lr_gl_shr HOME/instance-3440062-1306941729.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.93 2.03 2.00 1/495 32142
/proc/meminfo: memFree=29236840/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=19620 CPUtime=0.01 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 782 0 0 0 1 0 0 0 18 0 1 0 805772565 20090880 705 33554432000 4194304 4300056 140735636483808 18446744073709551615 4232851 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32142/statm: 4905 705 227 26 0 1537 0

[startup+0.0766959 s]
/proc/loadavg: 1.93 2.03 2.00 1/495 32142
/proc/meminfo: memFree=29236840/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=15968 CPUtime=0.07 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 951 0 0 0 7 0 0 0 18 0 1 0 805772565 16351232 773 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256057 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32142/statm: 3992 773 243 26 0 624 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15968

[startup+0.100723 s]
/proc/loadavg: 1.93 2.03 2.00 1/495 32142
/proc/meminfo: memFree=29236840/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=15968 CPUtime=0.09 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 973 0 0 0 9 0 0 0 18 0 1 0 805772565 16351232 792 33554432000 4194304 4300056 140735636483808 18446744073709551615 4252540 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32142/statm: 3992 792 243 26 0 624 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15968

[startup+0.300704 s]
/proc/loadavg: 1.93 2.03 2.00 1/495 32142
/proc/meminfo: memFree=29236840/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=16984 CPUtime=0.29 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 1040 0 0 0 29 0 0 0 18 0 1 0 805772565 17391616 859 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256105 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32142/statm: 4246 859 243 26 0 878 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16984

[startup+0.700636 s]
/proc/loadavg: 1.93 2.03 2.00 1/495 32142
/proc/meminfo: memFree=29236840/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=18344 CPUtime=0.69 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 1508 0 0 0 69 0 0 0 18 0 1 0 805772565 18784256 1316 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256030 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32142/statm: 4586 1316 243 26 0 1218 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 18344

[startup+1.50051 s]
/proc/loadavg: 1.93 2.03 2.00 3/496 32143
/proc/meminfo: memFree=29205828/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=18344 CPUtime=1.49 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 1540 0 0 0 149 0 0 0 20 0 1 0 805772565 18784256 1346 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32142/statm: 4586 1346 246 26 0 1218 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18344

[startup+3.10424 s]
/proc/loadavg: 1.93 2.03 2.00 3/496 32143
/proc/meminfo: memFree=29178044/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=21024 CPUtime=3.1 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 1605 0 0 0 310 0 0 0 25 0 1 0 805772565 21528576 1409 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32142/statm: 5256 1409 246 26 0 1888 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 21024

[startup+6.30072 s]
/proc/loadavg: 2.17 2.07 2.01 3/499 32151
/proc/meminfo: memFree=29001876/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=23700 CPUtime=6.29 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 2341 0 0 0 629 0 0 0 25 0 1 0 805772565 24268800 2120 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256060 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32142/statm: 5925 2120 246 26 0 2557 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 23700

[startup+12.7006 s]
/proc/loadavg: 2.32 2.11 2.02 3/499 32151
/proc/meminfo: memFree=28793848/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=23700 CPUtime=12.71 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 2342 0 0 0 1271 0 0 0 25 0 1 0 805772565 24268800 2121 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256105 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32142/statm: 5925 2121 246 26 0 2557 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 23700

[startup+25.5005 s]
/proc/loadavg: 2.60 2.18 2.05 3/499 32151
/proc/meminfo: memFree=28792536/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=25572 CPUtime=25.49 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 3044 0 0 0 2549 0 0 0 25 0 1 0 805772565 26185728 2813 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 4 0 0 0
/proc/32142/statm: 6393 2813 246 26 0 3025 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25572

[startup+51.1002 s]
/proc/loadavg: 2.39 2.17 2.05 3/499 32151
/proc/meminfo: memFree=28786904/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=25572 CPUtime=51.07 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 3347 0 0 0 5107 0 0 0 25 0 1 0 805772565 26185728 3104 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 6393 3104 246 26 0 3025 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 25572

[startup+102.301 s]
/proc/loadavg: 2.17 2.14 2.04 3/499 32153
/proc/meminfo: memFree=28779208/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=28324 CPUtime=102.27 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 4018 0 0 0 10227 0 0 0 25 0 1 0 805772565 29003776 3766 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 7081 3766 246 26 0 3713 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 28324

[startup+162.3 s]
/proc/loadavg: 2.06 2.11 2.03 3/499 32155
/proc/meminfo: memFree=28770776/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=31296 CPUtime=162.29 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 4176 0 0 0 16229 0 0 0 25 0 1 0 805772565 32047104 3920 33554432000 4194304 4300056 140735636483808 18446744073709551615 4254713 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 7824 3920 246 26 0 4456 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 31296

[startup+222.3 s]
/proc/loadavg: 2.02 2.09 2.03 3/499 32155
/proc/meminfo: memFree=28755888/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=38504 CPUtime=222.27 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 7739 0 0 0 22226 1 0 0 25 0 1 0 805772565 39428096 6027 33554432000 4194304 4300056 140735636483808 18446744073709551615 4263033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 9626 6027 246 26 0 6258 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 38504

[startup+282.319 s]
/proc/loadavg: 2.01 2.07 2.02 3/499 32157
/proc/meminfo: memFree=28744472/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=38504 CPUtime=282.29 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 7740 0 0 0 28228 1 0 0 25 0 1 0 805772565 39428096 6028 33554432000 4194304 4300056 140735636483808 18446744073709551615 4255961 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 9626 6028 246 26 0 6258 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 38504

[startup+342.301 s]
/proc/loadavg: 2.09 2.08 2.03 3/499 32159
/proc/meminfo: memFree=28730212/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=38504 CPUtime=342.27 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 10045 0 0 0 34226 1 0 0 25 0 1 0 805772565 39428096 6441 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 9626 6441 246 26 0 6258 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 38504

[startup+402.301 s]
/proc/loadavg: 2.11 2.09 2.03 3/499 32161
/proc/meminfo: memFree=28719296/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=38504 CPUtime=402.28 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 10045 0 0 0 40227 1 0 0 25 0 1 0 805772565 39428096 6441 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256033 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 9626 6441 246 26 0 6258 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 38504

[startup+462.301 s]
/proc/loadavg: 2.12 2.10 2.04 3/499 32163
/proc/meminfo: memFree=28708612/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=49996 CPUtime=462.28 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 10364 0 0 0 46227 1 0 0 25 0 1 0 805772565 51195904 6745 33554432000 4194304 4300056 140735636483808 18446744073709551615 4252414 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 12499 6745 246 26 0 9131 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 49996

[startup+522.301 s]
/proc/loadavg: 2.12 2.11 2.04 3/499 32163
/proc/meminfo: memFree=28697692/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=49996 CPUtime=522.28 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 10986 0 0 0 52227 1 0 0 25 0 1 0 805772565 51195904 7344 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256683 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 12499 7344 246 26 0 9131 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 49996

[startup+582.301 s]
/proc/loadavg: 2.04 2.09 2.04 3/499 32165
/proc/meminfo: memFree=28689748/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=49996 CPUtime=582.28 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 10986 0 0 0 58227 1 0 0 25 0 1 0 805772565 51195904 7344 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 12499 7344 246 26 0 9131 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 49996

[startup+642.301 s]

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

[startup+4062.3 s]
/proc/loadavg: 2.13 2.05 2.03 3/499 32406
/proc/meminfo: memFree=29015760/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=85540 CPUtime=4062.34 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 22613 0 0 0 406226 8 0 0 25 0 1 0 805772565 87592960 15679 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256309 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 21385 15679 246 26 0 18017 0
Current children cumulated CPU time (s) 4062.34
Current children cumulated vsize (KiB) 85540

[startup+4122.3 s]
/proc/loadavg: 2.05 2.03 2.03 3/499 32406
/proc/meminfo: memFree=29014764/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=85540 CPUtime=4122.36 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 22613 0 0 0 412228 8 0 0 25 0 1 0 805772565 87592960 15679 33554432000 4194304 4300056 140735636483808 18446744073709551615 4262793 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 21385 15679 246 26 0 18017 0
Current children cumulated CPU time (s) 4122.36
Current children cumulated vsize (KiB) 85540

[startup+4182.3 s]
/proc/loadavg: 2.05 2.04 2.03 3/499 32408
/proc/meminfo: memFree=29016236/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=85540 CPUtime=4182.34 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 22613 0 0 0 418226 8 0 0 25 0 1 0 805772565 87592960 15679 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256046 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 21385 15679 246 26 0 18017 0
Current children cumulated CPU time (s) 4182.34
Current children cumulated vsize (KiB) 85540

[startup+4242.32 s]
/proc/loadavg: 2.02 2.03 2.02 3/499 32410
/proc/meminfo: memFree=29016096/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=85540 CPUtime=4242.35 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 22613 0 0 0 424227 8 0 0 25 0 1 0 805772565 87592960 15679 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 21385 15679 246 26 0 18017 0
Current children cumulated CPU time (s) 4242.35
Current children cumulated vsize (KiB) 85540

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/499 32412
/proc/meminfo: memFree=29014104/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=85540 CPUtime=4302.34 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 23075 0 0 0 430225 9 0 0 25 0 1 0 805772565 87592960 16124 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 21385 16124 246 26 0 18017 0
Current children cumulated CPU time (s) 4302.34
Current children cumulated vsize (KiB) 85540

[startup+4362.3 s]
/proc/loadavg: 2.00 2.02 2.01 3/499 32414
/proc/meminfo: memFree=29013588/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=85540 CPUtime=4362.35 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 23459 0 0 0 436226 9 0 0 25 0 1 0 805772565 87592960 16501 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256253 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 21385 16501 246 26 0 18017 0
Current children cumulated CPU time (s) 4362.35
Current children cumulated vsize (KiB) 85540

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 32414
/proc/meminfo: memFree=29012208/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=85540 CPUtime=4422.35 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 23459 0 0 0 442226 9 0 0 25 0 1 0 805772565 87592960 16501 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256548 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 21385 16501 246 26 0 18017 0
Current children cumulated CPU time (s) 4422.35
Current children cumulated vsize (KiB) 85540

[startup+4482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 32416
/proc/meminfo: memFree=29002272/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=115944 CPUtime=4482.35 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 30338 0 0 0 448225 10 0 0 25 0 1 0 805772565 118726656 18550 33554432000 4194304 4300056 140735636483808 18446744073709551615 4262499 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 28986 18550 246 26 0 25618 0
Current children cumulated CPU time (s) 4482.35
Current children cumulated vsize (KiB) 115944

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 32418
/proc/meminfo: memFree=29002004/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=115944 CPUtime=4542.35 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 30338 0 0 0 454225 10 0 0 25 0 1 0 805772565 118726656 18550 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256078 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 28986 18550 246 26 0 25618 0
Current children cumulated CPU time (s) 4542.35
Current children cumulated vsize (KiB) 115944

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/499 32420
/proc/meminfo: memFree=29001496/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=115944 CPUtime=4602.35 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 30338 0 0 0 460225 10 0 0 25 0 1 0 805772565 118726656 18550 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256553 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 28986 18550 246 26 0 25618 0
Current children cumulated CPU time (s) 4602.35
Current children cumulated vsize (KiB) 115944

[startup+4662.3 s]
/proc/loadavg: 2.07 2.03 2.01 3/499 32422
/proc/meminfo: memFree=28999756/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=115944 CPUtime=4662.35 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 30338 0 0 0 466225 10 0 0 25 0 1 0 805772565 118726656 18550 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 28986 18550 246 26 0 25618 0
Current children cumulated CPU time (s) 4662.35
Current children cumulated vsize (KiB) 115944

[startup+4722.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/499 32422
/proc/meminfo: memFree=29000236/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=115944 CPUtime=4722.35 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 30338 0 0 0 472225 10 0 0 25 0 1 0 805772565 118726656 18550 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 28986 18550 246 26 0 25618 0
Current children cumulated CPU time (s) 4722.35
Current children cumulated vsize (KiB) 115944

[startup+4782.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/499 32424
/proc/meminfo: memFree=29001220/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=115944 CPUtime=4782.37 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 30338 0 0 0 478227 10 0 0 25 0 1 0 805772565 118726656 18550 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256082 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 28986 18550 246 26 0 25618 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 115944

[startup+4842.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/499 32426
/proc/meminfo: memFree=29001328/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=115944 CPUtime=4842.34 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 30338 0 0 0 484224 10 0 0 25 0 1 0 805772565 118726656 18550 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256049 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 28986 18550 246 26 0 25618 0
Current children cumulated CPU time (s) 4842.34
Current children cumulated vsize (KiB) 115944

[startup+4902.32 s]
/proc/loadavg: 2.01 2.03 2.00 3/499 32428
/proc/meminfo: memFree=29001300/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=115944 CPUtime=4902.36 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 30338 0 0 0 490226 10 0 0 25 0 1 0 805772565 118726656 18550 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256573 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 28986 18550 246 26 0 25618 0
Current children cumulated CPU time (s) 4902.36
Current children cumulated vsize (KiB) 115944

[startup+4962.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 32430
/proc/meminfo: memFree=29001152/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=115944 CPUtime=4962.35 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 30338 0 0 0 496225 10 0 0 25 0 1 0 805772565 118726656 18550 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256008 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 28986 18550 246 26 0 25618 0
Current children cumulated CPU time (s) 4962.35
Current children cumulated vsize (KiB) 115944



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 32430
/proc/meminfo: memFree=29001272/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=115944 CPUtime=5000.06 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 30338 0 0 0 499996 10 0 0 25 0 1 0 805772565 118726656 18550 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 28986 18550 246 26 0 25618 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 115944

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

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

[startup+5000 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 32430
/proc/meminfo: memFree=29001272/32951132 swapFree=57925096/67111528
[pid=32142] ppid=32140 vsize=115944 CPUtime=5000.06 cores=0,2,4,6
/proc/32142/stat : 32142 (lr_gl_shr) R 32140 32142 31492 0 -1 4202496 30338 0 0 0 499996 10 0 0 25 0 1 0 805772565 118726656 18550 33554432000 4194304 4300056 140735636483808 18446744073709551615 4256570 0 0 4096 8388610 0 0 0 17 0 0 0 0
/proc/32142/statm: 28986 18550 246 26 0 25618 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 115944

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.02
CPU time (s): 5000.08
CPU user time (s): 4999.97
CPU system time (s): 0.113982
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 115944

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

runsolver used 26.364 second user time and 56.2824 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-01 17:22:09
IDJOB=3440062
IDBENCH=84237
IDSOLVER=1938
FILE ID=node129/3440062-1306941729
RUNJOBID= node129-1306941729-32128
PBS_JOBID= 13488566
Free space on /tmp= 73752 MiB

SOLVER NAME= minisat hack: LR_GL_SHR 2011-03-02
BENCH NAME= SAT03/industrial/kukula/addm_bench/am_7_7.shuffled-as.sat03-363.cnf
COMMAND LINE= HOME/lr_gl_shr BENCHNAME -verb=0 -model
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3440062-1306941729/watcher-3440062-1306941729 -o /tmp/evaluation-result-3440062-1306941729/solver-3440062-1306941729 -C 5000 -W 5100 -M 15500  HOME/lr_gl_shr HOME/instance-3440062-1306941729.cnf -verb=0 -model

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

MD5SUM BENCH= c7f51e1ee7556440ab29e1c4bfe29538
RANDOM SEED=750762600

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      29237112 kB
Buffers:        275756 kB
Cached:        2006204 kB
SwapCached:      49316 kB
Active:         216308 kB
Inactive:      3215856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29237112 kB
SwapTotal:    67111528 kB
SwapFree:     57925096 kB
Dirty:             796 kB
Writeback:           0 kB
AnonPages:     1112084 kB
Mapped:          14492 kB
Slab:           153868 kB
PageTables:      59488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 147302232 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73744 MiB
End job on node129 at 2011-06-01 18:45:31