Trace number 3308510

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
SAT09 reference solver:glucose 1.0UNSAT 294.96 294.988

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_L150_coli.sat.cnf
MD5SUMba6884aaa746378e56c38fd8b3d0255e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark52.912
Satisfiable
(Un)Satisfiability was proved
Number of variables486992
Number of clauses2456708
Sum of the clauses size7147094
Maximum clause length11
Minimum clause length1
Number of clauses of size 145577
Number of clauses of size 2599727
Number of clauses of size 31431108
Number of clauses of size 4295435
Number of clauses of size 584412
Number of clauses of size over 5449

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
1.00/1.07	c ==============================================================================
1.00/1.07	c |           |     ORIGINAL     |              LEARNT              |          |
1.00/1.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.00/1.07	c ==============================================================================
1.49/1.61	c |         0 | 2333194  6866110 |  699958       0        0     nan |  0.000 % |
42.28/42.30	c |         0 |  944203  3351555 |      --       0       --      -- |     --   | -1124318/-2793809
42.28/42.30	c ==============================================================================
42.28/42.30	c Result  :   #vars: 91522   #clauses: 944203   #literals: 3351555
42.28/42.30	c CPU time:   42.0846 s
42.28/42.30	c ==============================================================================
42.87/42.97	c
42.87/42.97	c Starting glucose
42.87/42.97	c
42.87/42.97	
42.87/42.97	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
42.87/42.97	
42.87/42.97	c ============================[ Problem Statistics ]=============================
42.87/42.97	c |                                                                             |
42.87/42.97	c |  Number of variables:  91522                                                |
42.87/42.97	c |  Number of clauses:    944203                                               |
42.94/43.32	c |  Parsing time:         0.32         s                                       |
294.85/294.97	c restarts              : 432
294.85/294.97	c nb ReduceDB           : 30
294.85/294.97	c nb learnts DL2        : 6132
294.85/294.97	c nb learnts size 2     : 1936
294.85/294.97	c nb learnts size 1     : 103
294.85/294.97	c conflicts             : 1082167        (4295 /sec)
294.85/294.97	c decisions             : 1699779        (1.84 % random) (6747 /sec)
294.85/294.97	c propagations          : 647892844      (2571660 /sec)
294.85/294.97	c conflict literals     : 35985270       (40.46 % deleted)
294.85/294.97	c Memory used           : 86.04 MB
294.85/294.97	c CPU time              : 251.936 s
294.85/294.97	
294.85/294.97	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3308510-1303983227/watcher-3308510-1303983227 -o /tmp/evaluation-result-3308510-1303983227/solver-3308510-1303983227 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308510-1303983227.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 5/188 27243
/proc/meminfo: memFree=23470140/32950928 swapFree=67071984/67111528
[pid=27243] ppid=27241 vsize=8704 CPUtime=0 cores=4,6
/proc/27243/stat : 27243 (glucose.sh) S 27241 27243 27186 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 588553627 8912896 253 33554432000 4194304 4922060 140735018590432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27243/statm: 2176 253 211 178 0 69 0

[startup+0.028403 s]
/proc/loadavg: 0.00 0.00 0.00 5/188 27243
/proc/meminfo: memFree=23470140/32950928 swapFree=67071984/67111528
[pid=27243] ppid=27241 vsize=8704 CPUtime=0 cores=4,6
/proc/27243/stat : 27243 (glucose.sh) S 27241 27243 27186 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 588553627 8912896 253 33554432000 4194304 4922060 140735018590432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27243/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100389 s]
/proc/loadavg: 0.00 0.00 0.00 5/188 27243
/proc/meminfo: memFree=23470140/32950928 swapFree=67071984/67111528
[pid=27243] ppid=27241 vsize=8704 CPUtime=0 cores=4,6
/proc/27243/stat : 27243 (glucose.sh) S 27241 27243 27186 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 588553627 8912896 253 33554432000 4194304 4922060 140735018590432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27243/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300353 s]
/proc/loadavg: 0.00 0.00 0.00 5/188 27243
/proc/meminfo: memFree=23470140/32950928 swapFree=67071984/67111528
[pid=27243] ppid=27241 vsize=8704 CPUtime=0 cores=4,6
/proc/27243/stat : 27243 (glucose.sh) S 27241 27243 27186 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 588553627 8912896 253 33554432000 4194304 4922060 140735018590432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27243/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70033 s]
/proc/loadavg: 0.00 0.00 0.00 5/188 27243
/proc/meminfo: memFree=23470140/32950928 swapFree=67071984/67111528
[pid=27243] ppid=27241 vsize=8704 CPUtime=0 cores=4,6
/proc/27243/stat : 27243 (glucose.sh) S 27241 27243 27186 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 588553627 8912896 253 33554432000 4194304 4922060 140735018590432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27243/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50108 s]
/proc/loadavg: 0.00 0.00 0.00 5/190 27245
/proc/meminfo: memFree=23203780/32950928 swapFree=67071984/67111528
[pid=27243] ppid=27241 vsize=8704 CPUtime=0 cores=4,6
/proc/27243/stat : 27243 (glucose.sh) S 27241 27243 27186 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 588553627 8912896 253 33554432000 4194304 4922060 140735018590432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27243/statm: 2176 253 211 178 0 69 0
[pid=27244] ppid=27243 vsize=250744 CPUtime=1.49 cores=4,6
/proc/27244/stat : 27244 (SatELite_releas) R 27243 27243 27186 0 -1 4202496 59440 0 0 0 135 14 0 0 25 0 1 0 588553627 256761856 59286 33554432000 134512640 135225430 4293509024 18446744073709551615 134548788 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/27244/statm: 62686 59286 73 175 0 62509 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 259448

[startup+3.10078 s]
/proc/loadavg: 0.72 0.15 0.05 5/190 27246
/proc/meminfo: memFree=23139632/32950928 swapFree=67071984/67111528
[pid=27243] ppid=27241 vsize=8704 CPUtime=0 cores=4,6
/proc/27243/stat : 27243 (glucose.sh) S 27241 27243 27186 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 588553627 8912896 253 33554432000 4194304 4922060 140735018590432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27243/statm: 2176 253 211 178 0 69 0
[pid=27244] ppid=27243 vsize=274624 CPUtime=3.09 cores=4,6
/proc/27244/stat : 27244 (SatELite_releas) R 27243 27243 27186 0 -1 4202496 64627 0 0 0 294 15 0 0 25 0 1 0 588553627 281214976 64473 33554432000 134512640 135225430 4293509024 18446744073709551615 134548788 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/27244/statm: 68656 64473 78 175 0 68479 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 283328

[startup+6.30719 s]
/proc/loadavg: 0.72 0.15 0.05 5/190 27246
/proc/meminfo: memFree=23029032/32950928 swapFree=67071984/67111528
[pid=27243] ppid=27241 vsize=8704 CPUtime=0 cores=4,6
/proc/27243/stat : 27243 (glucose.sh) S 27241 27243 27186 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 588553627 8912896 253 33554432000 4194304 4922060 140735018590432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27243/statm: 2176 253 211 178 0 69 0
[pid=27244] ppid=27243 vsize=274624 CPUtime=6.29 cores=4,6
/proc/27244/stat : 27244 (SatELite_releas) R 27243 27243 27186 0 -1 4202496 64661 0 0 0 614 15 0 0 25 0 1 0 588553627 281214976 64507 33554432000 134512640 135225430 4293509024 18446744073709551615 134549153 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/27244/statm: 68656 64507 78 175 0 68479 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 283328

[startup+12.701 s]
/proc/loadavg: 1.14 0.25 0.08 5/190 27247
/proc/meminfo: memFree=22910564/32950928 swapFree=67071984/67111528
[pid=27243] ppid=27241 vsize=8704 CPUtime=0 cores=4,6
/proc/27243/stat : 27243 (glucose.sh) S 27241 27243 27186 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 588553627 8912896 253 33554432000 4194304 4922060 140735018590432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27243/statm: 2176 253 211 178 0 69 0
[pid=27244] ppid=27243 vsize=274396 CPUtime=12.69 cores=4,6
/proc/27244/stat : 27244 (SatELite_releas) R 27243 27243 27186 0 -1 4202496 64712 0 0 0 1254 15 0 0 25 0 1 0 588553627 280981504 64501 33554432000 134512640 135225430 4293509024 18446744073709551615 134548916 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/27244/statm: 68599 64501 78 175 0 68422 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 283100

[startup+25.5007 s]
/proc/loadavg: 2.29 0.54 0.18 5/194 27255
/proc/meminfo: memFree=21765296/32950928 swapFree=67071984/67111528
[pid=27243] ppid=27241 vsize=8704 CPUtime=0 cores=4,6
/proc/27243/stat : 27243 (glucose.sh) S 27241 27243 27186 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 588553627 8912896 253 33554432000 4194304 4922060 140735018590432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27243/statm: 2176 253 211 178 0 69 0
[pid=27244] ppid=27243 vsize=274152 CPUtime=25.49 cores=4,6
/proc/27244/stat : 27244 (SatELite_releas) R 27243 27243 27186 0 -1 4202496 64884 0 0 0 2534 15 0 0 25 0 1 0 588553627 280731648 64484 33554432000 134512640 135225430 4293509024 18446744073709551615 134548916 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/27244/statm: 68538 64484 78 175 0 68361 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 282856

[startup+51.101 s]
/proc/loadavg: 2.87 0.82 0.28 5/190 27292
/proc/meminfo: memFree=20155400/32950928 swapFree=67071984/67111528
[pid=27243] ppid=27241 vsize=8704 CPUtime=42.94 cores=4,6
/proc/27243/stat : 27243 (glucose.sh) S 27241 27243 27186 0 -1 4202496 360 80944 0 0 0 0 4269 25 18 0 1 0 588553627 8912896 255 33554432000 4194304 4922060 140735018590432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27243/statm: 2176 255 211 178 0 69 0
[pid=27286] ppid=27243 vsize=75372 CPUtime=8.11 cores=4,6
/proc/27286/stat : 27286 (glucose_static) R 27243 27243 27186 0 -1 4202496 18573 0 0 0 808 3 0 0 25 0 1 0 588557924 77180928 18464 33554432000 134512640 135217611 4289499040 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27286/statm: 18843 18464 77 173 0 18668 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 84076

[startup+102.301 s]
/proc/loadavg: 3.55 1.32 0.48 5/190 27354
/proc/meminfo: memFree=22458096/32950928 swapFree=67071984/67111528
[pid=27243] ppid=27241 vsize=8704 CPUtime=42.94 cores=4,6
/proc/27243/stat : 27243 (glucose.sh) S 27241 27243 27186 0 -1 4202496 360 80944 0 0 0 0 4269 25 18 0 1 0 588553627 8912896 255 33554432000 4194304 4922060 140735018590432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27243/statm: 2176 255 211 178 0 69 0
[pid=27286] ppid=27243 vsize=81000 CPUtime=59.31 cores=4,6
/proc/27286/stat : 27286 (glucose_static) R 27243 27243 27186 0 -1 4202496 19956 0 0 0 5927 4 0 0 25 0 1 0 588557924 82944000 19847 33554432000 134512640 135217611 4289499040 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27286/statm: 20250 19847 77 173 0 20075 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 89704

[startup+162.301 s]
/proc/loadavg: 3.99 1.85 0.71 5/194 27382
/proc/meminfo: memFree=22340920/32950928 swapFree=67071984/67111528
[pid=27243] ppid=27241 vsize=8704 CPUtime=42.94 cores=4,6
/proc/27243/stat : 27243 (glucose.sh) S 27241 27243 27186 0 -1 4202496 360 80944 0 0 0 0 4269 25 18 0 1 0 588553627 8912896 255 33554432000 4194304 4922060 140735018590432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27243/statm: 2176 255 211 178 0 69 0
[pid=27286] ppid=27243 vsize=84308 CPUtime=119.31 cores=4,6
/proc/27286/stat : 27286 (glucose_static) R 27243 27243 27186 0 -1 4202496 20783 0 0 0 11926 5 0 0 25 0 1 0 588557924 86331392 20674 33554432000 134512640 135217611 4289499040 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27286/statm: 21077 20674 77 173 0 20902 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 93012

[startup+222.301 s]
/proc/loadavg: 4.03 2.25 0.92 5/194 27384
/proc/meminfo: memFree=22261956/32950928 swapFree=67071984/67111528
[pid=27243] ppid=27241 vsize=8704 CPUtime=42.94 cores=4,6
/proc/27243/stat : 27243 (glucose.sh) S 27241 27243 27186 0 -1 4202496 360 80944 0 0 0 0 4269 25 18 0 1 0 588553627 8912896 255 33554432000 4194304 4922060 140735018590432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27243/statm: 2176 255 211 178 0 69 0
[pid=27286] ppid=27243 vsize=86300 CPUtime=179.31 cores=4,6
/proc/27286/stat : 27286 (glucose_static) R 27243 27243 27186 0 -1 4202496 21311 0 0 0 17926 5 0 0 25 0 1 0 588557924 88371200 21202 33554432000 134512640 135217611 4289499040 18446744073709551615 134538306 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27286/statm: 21575 21202 77 173 0 21400 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 95004

[startup+282.301 s]
/proc/loadavg: 4.08 2.61 1.13 5/194 27385
/proc/meminfo: memFree=22248996/32950928 swapFree=67071984/67111528
[pid=27243] ppid=27241 vsize=8704 CPUtime=42.94 cores=4,6
/proc/27243/stat : 27243 (glucose.sh) S 27241 27243 27186 0 -1 4202496 360 80944 0 0 0 0 4269 25 18 0 1 0 588553627 8912896 255 33554432000 4194304 4922060 140735018590432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27243/statm: 2176 255 211 178 0 69 0
[pid=27286] ppid=27243 vsize=88100 CPUtime=239.31 cores=4,6
/proc/27286/stat : 27286 (glucose_static) R 27243 27243 27186 0 -1 4202496 21684 0 0 0 23926 5 0 0 25 0 1 0 588557924 90214400 21575 33554432000 134512640 135217611 4289499040 18446744073709551615 134528540 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27286/statm: 22025 21575 77 173 0 21850 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 96804

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

[startup+288.701 s]
/proc/loadavg: 4.07 2.63 1.14 5/194 27385
/proc/meminfo: memFree=22247992/32950928 swapFree=67071984/67111528
[pid=27243] ppid=27241 vsize=8704 CPUtime=42.94 cores=4,6
/proc/27243/stat : 27243 (glucose.sh) S 27241 27243 27186 0 -1 4202496 360 80944 0 0 0 0 4269 25 18 0 1 0 588553627 8912896 255 33554432000 4194304 4922060 140735018590432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27243/statm: 2176 255 211 178 0 69 0
[pid=27286] ppid=27243 vsize=88100 CPUtime=245.71 cores=4,6
/proc/27286/stat : 27286 (glucose_static) R 27243 27243 27186 0 -1 4202496 21684 0 0 0 24566 5 0 0 25 0 1 0 588557924 90214400 21575 33554432000 134512640 135217611 4289499040 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27286/statm: 22025 21575 77 173 0 21850 0
Current children cumulated CPU time (s) 288.65
Current children cumulated vsize (KiB) 96804

[startup+291.901 s]
/proc/loadavg: 4.07 2.63 1.14 5/194 27386
/proc/meminfo: memFree=22247744/32950928 swapFree=67071984/67111528
[pid=27243] ppid=27241 vsize=8704 CPUtime=42.94 cores=4,6
/proc/27243/stat : 27243 (glucose.sh) S 27241 27243 27186 0 -1 4202496 360 80944 0 0 0 0 4269 25 18 0 1 0 588553627 8912896 255 33554432000 4194304 4922060 140735018590432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27243/statm: 2176 255 211 178 0 69 0
[pid=27286] ppid=27243 vsize=88100 CPUtime=248.91 cores=4,6
/proc/27286/stat : 27286 (glucose_static) R 27243 27243 27186 0 -1 4202496 21688 0 0 0 24886 5 0 0 25 0 1 0 588557924 90214400 21579 33554432000 134512640 135217611 4289499040 18446744073709551615 134524320 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27286/statm: 22025 21579 77 173 0 21850 0
Current children cumulated CPU time (s) 291.85
Current children cumulated vsize (KiB) 96804

[startup+293.501 s]
/proc/loadavg: 4.07 2.66 1.16 5/194 27386
/proc/meminfo: memFree=22247496/32950928 swapFree=67071984/67111528
[pid=27243] ppid=27241 vsize=8704 CPUtime=42.94 cores=4,6
/proc/27243/stat : 27243 (glucose.sh) S 27241 27243 27186 0 -1 4202496 360 80944 0 0 0 0 4269 25 18 0 1 0 588553627 8912896 255 33554432000 4194304 4922060 140735018590432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27243/statm: 2176 255 211 178 0 69 0
[pid=27286] ppid=27243 vsize=88100 CPUtime=250.51 cores=4,6
/proc/27286/stat : 27286 (glucose_static) R 27243 27243 27186 0 -1 4202496 21688 0 0 0 25046 5 0 0 25 0 1 0 588557924 90214400 21579 33554432000 134512640 135217611 4289499040 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27286/statm: 22025 21579 77 173 0 21850 0
Current children cumulated CPU time (s) 293.45
Current children cumulated vsize (KiB) 96804

[startup+294.301 s]
/proc/loadavg: 4.07 2.66 1.16 5/194 27386
/proc/meminfo: memFree=22247496/32950928 swapFree=67071984/67111528
[pid=27243] ppid=27241 vsize=8704 CPUtime=42.94 cores=4,6
/proc/27243/stat : 27243 (glucose.sh) S 27241 27243 27186 0 -1 4202496 360 80944 0 0 0 0 4269 25 18 0 1 0 588553627 8912896 255 33554432000 4194304 4922060 140735018590432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27243/statm: 2176 255 211 178 0 69 0
[pid=27286] ppid=27243 vsize=88100 CPUtime=251.31 cores=4,6
/proc/27286/stat : 27286 (glucose_static) R 27243 27243 27186 0 -1 4202496 21688 0 0 0 25126 5 0 0 25 0 1 0 588557924 90214400 21579 33554432000 134512640 135217611 4289499040 18446744073709551615 134537033 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27286/statm: 22025 21579 77 173 0 21850 0
Current children cumulated CPU time (s) 294.25
Current children cumulated vsize (KiB) 96804

[startup+294.701 s]
/proc/loadavg: 4.07 2.66 1.16 5/194 27386
/proc/meminfo: memFree=22247372/32950928 swapFree=67071984/67111528
[pid=27243] ppid=27241 vsize=8704 CPUtime=42.94 cores=4,6
/proc/27243/stat : 27243 (glucose.sh) S 27241 27243 27186 0 -1 4202496 360 80944 0 0 0 0 4269 25 18 0 1 0 588553627 8912896 255 33554432000 4194304 4922060 140735018590432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27243/statm: 2176 255 211 178 0 69 0
[pid=27286] ppid=27243 vsize=88100 CPUtime=251.71 cores=4,6
/proc/27286/stat : 27286 (glucose_static) R 27243 27243 27186 0 -1 4202496 21688 0 0 0 25166 5 0 0 25 0 1 0 588557924 90214400 21579 33554432000 134512640 135217611 4289499040 18446744073709551615 134533631 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27286/statm: 22025 21579 77 173 0 21850 0
Current children cumulated CPU time (s) 294.65
Current children cumulated vsize (KiB) 96804

[startup+294.9 s]
/proc/loadavg: 4.07 2.66 1.16 5/194 27386
/proc/meminfo: memFree=22247372/32950928 swapFree=67071984/67111528
[pid=27243] ppid=27241 vsize=8704 CPUtime=42.94 cores=4,6
/proc/27243/stat : 27243 (glucose.sh) S 27241 27243 27186 0 -1 4202496 360 80944 0 0 0 0 4269 25 18 0 1 0 588553627 8912896 255 33554432000 4194304 4922060 140735018590432 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/27243/statm: 2176 255 211 178 0 69 0
[pid=27286] ppid=27243 vsize=88100 CPUtime=251.91 cores=4,6
/proc/27286/stat : 27286 (glucose_static) R 27243 27243 27186 0 -1 4202496 21688 0 0 0 25186 5 0 0 25 0 1 0 588557924 90214400 21579 33554432000 134512640 135217611 4289499040 18446744073709551615 134533022 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/27286/statm: 22025 21579 77 173 0 21850 0
Current children cumulated CPU time (s) 294.85
Current children cumulated vsize (KiB) 96804

Child status: 20
Real time (s): 294.988
CPU time (s): 294.96
CPU user time (s): 294.628
CPU system time (s): 0.331949
CPU usage (%): 99.9906
Max. virtual memory (cumulated for all children) (KiB): 307740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 294.628
system time used= 0.331949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103214
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= 39
involuntary context switches= 926

runsolver used 0.446932 second user time and 1.16182 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-28 11:33:50
IDJOB=3308510
IDBENCH=70961
IDSOLVER=1691
FILE ID=node116/3308510-1303983227
RUNJOBID= node116-1303983225-27206
PBS_JOBID= 13168710
Free space on /tmp= 72380 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bioinfo/q_query_3_L150_coli.sat.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308510-1303983227/watcher-3308510-1303983227 -o /tmp/evaluation-result-3308510-1303983227/solver-3308510-1303983227 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308510-1303983227.cnf

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=844082443

node116.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.826
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.826
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.826
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.826
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.826
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.77
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.826
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.826
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.826
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:     32950928 kB
MemFree:      23470544 kB
Buffers:       1886000 kB
Cached:        6938112 kB
SwapCached:       9732 kB
Active:        4227532 kB
Inactive:      4827420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23470544 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:          139476 kB
Writeback:           0 kB
AnonPages:      224300 kB
Mapped:          14632 kB
Slab:           361320 kB
PageTables:       5696 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   447880 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= 72144 MiB
End job on node116 at 2011-04-28 11:38:45