Trace number 3365624

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 265.055 265.053

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 benchmark44.7592
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.06	c ==============================================================================
1.00/1.06	c |           |     ORIGINAL     |              LEARNT              |          |
1.00/1.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.00/1.06	c ==============================================================================
1.00/1.06	c |         0 | 2333194  6866110 |  699958       0        0     nan |  0.000 % |
42.09/42.18	c |         0 |  944203  3351555 |      --       0       --      -- |     --   | -1124318/-2793809
42.09/42.18	c ==============================================================================
42.09/42.18	c Result  :   #vars: 91522   #clauses: 944203   #literals: 3351555
42.09/42.18	c CPU time:   41.9906 s
42.09/42.18	c ==============================================================================
42.80/42.82	c
42.80/42.82	c Starting glucose
42.80/42.82	c
42.80/42.82	
42.80/42.82	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
42.80/42.82	
42.80/42.82	c ============================[ Problem Statistics ]=============================
42.80/42.82	c |                                                                             |
42.80/42.82	c |  Number of variables:  91522                                                |
42.80/42.82	c |  Number of clauses:    944203                                               |
42.81/43.16	c |  Parsing time:         0.31         s                                       |
264.99/265.03	c restarts              : 432
264.99/265.03	c nb ReduceDB           : 30
264.99/265.03	c nb learnts DL2        : 6132
264.99/265.03	c nb learnts size 2     : 1936
264.99/265.03	c nb learnts size 1     : 103
264.99/265.03	c conflicts             : 1082167        (4871 /sec)
264.99/265.03	c decisions             : 1699779        (1.84 % random) (7651 /sec)
264.99/265.03	c propagations          : 647892844      (2916187 /sec)
264.99/265.03	c conflict literals     : 35985270       (40.46 % deleted)
264.99/265.03	c Memory used           : 86.04 MB
264.99/265.03	c CPU time              : 222.171 s
264.99/265.03	
264.99/265.04	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: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3365624-1305315519/watcher-3365624-1305315519 -o /tmp/evaluation-result-3365624-1305315519/solver-3365624-1305315519 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365624-1305315519.cnf 

running on 4 cores: 1,3,5,7

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.98 1.21 0.51 2/386 22862
/proc/meminfo: memFree=26798416/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 643150790 8912896 253 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22862/statm: 2176 253 211 178 0 69 0

[startup+0.057293 s]
/proc/loadavg: 1.98 1.21 0.51 2/386 22862
/proc/meminfo: memFree=26798416/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 643150790 8912896 253 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22862/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100284 s]
/proc/loadavg: 1.98 1.21 0.51 2/386 22862
/proc/meminfo: memFree=26798416/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 643150790 8912896 253 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22862/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300249 s]
/proc/loadavg: 1.98 1.21 0.51 2/386 22862
/proc/meminfo: memFree=26798416/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 643150790 8912896 253 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22862/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700182 s]
/proc/loadavg: 1.98 1.21 0.51 2/386 22862
/proc/meminfo: memFree=26798416/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 643150790 8912896 253 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22862/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50104 s]
/proc/loadavg: 1.98 1.21 0.51 4/388 22864
/proc/meminfo: memFree=26571900/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 643150790 8912896 253 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22862/statm: 2176 253 211 178 0 69 0
[pid=22863] ppid=22862 vsize=250744 CPUtime=1.49 cores=1,3,5,7
/proc/22863/stat : 22863 (SatELite_releas) R 22862 22862 22754 0 -1 4202496 59442 0 0 0 137 12 0 0 25 0 1 0 643150790 256761856 59287 33554432000 134512640 135225430 4293663312 18446744073709551615 134548776 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22863/statm: 62686 59287 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: 1.98 1.21 0.51 4/388 22864
/proc/meminfo: memFree=26558260/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 643150790 8912896 253 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22862/statm: 2176 253 211 178 0 69 0
[pid=22863] ppid=22862 vsize=274624 CPUtime=3.09 cores=1,3,5,7
/proc/22863/stat : 22863 (SatELite_releas) R 22862 22862 22754 0 -1 4202496 64628 0 0 0 296 13 0 0 25 0 1 0 643150790 281214976 64473 33554432000 134512640 135225430 4293663312 18446744073709551615 134548788 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22863/statm: 68656 64473 78 175 0 68479 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 283328

[startup+6.30029 s]
/proc/loadavg: 1.98 1.22 0.52 4/388 22864
/proc/meminfo: memFree=26537796/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 643150790 8912896 253 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22862/statm: 2176 253 211 178 0 69 0
[pid=22863] ppid=22862 vsize=274624 CPUtime=6.29 cores=1,3,5,7
/proc/22863/stat : 22863 (SatELite_releas) R 22862 22862 22754 0 -1 4202496 64662 0 0 0 616 13 0 0 25 0 1 0 643150790 281214976 64507 33554432000 134512640 135225430 4293663312 18446744073709551615 134548916 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22863/statm: 68656 64507 78 175 0 68479 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 283328

[startup+12.7001 s]
/proc/loadavg: 1.98 1.23 0.52 4/388 22864
/proc/meminfo: memFree=26537092/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 643150790 8912896 253 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22862/statm: 2176 253 211 178 0 69 0
[pid=22863] ppid=22862 vsize=274396 CPUtime=12.69 cores=1,3,5,7
/proc/22863/stat : 22863 (SatELite_releas) R 22862 22862 22754 0 -1 4202496 64713 0 0 0 1256 13 0 0 25 0 1 0 643150790 280981504 64501 33554432000 134512640 135225430 4293663312 18446744073709551615 134549136 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22863/statm: 68599 64501 78 175 0 68422 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 283100

[startup+25.501 s]
/proc/loadavg: 1.98 1.27 0.55 4/388 22865
/proc/meminfo: memFree=26536380/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 333 0 0 0 0 0 0 0 23 0 1 0 643150790 8912896 253 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22862/statm: 2176 253 211 178 0 69 0
[pid=22863] ppid=22862 vsize=274152 CPUtime=25.49 cores=1,3,5,7
/proc/22863/stat : 22863 (SatELite_releas) R 22862 22862 22754 0 -1 4202496 64885 0 0 0 2536 13 0 0 25 0 1 0 643150790 280731648 64484 33554432000 134512640 135225430 4293663312 18446744073709551615 134548916 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/22863/statm: 68538 64484 78 175 0 68361 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 282856

[startup+51.1007 s]
/proc/loadavg: 2.19 1.38 0.60 4/388 22866
/proc/meminfo: memFree=26675168/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=42.81 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 359 80944 0 0 0 0 4259 22 18 0 1 0 643150790 8912896 255 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22862/statm: 2176 255 211 178 0 69 0
[pid=22866] ppid=22862 vsize=75764 CPUtime=8.26 cores=1,3,5,7
/proc/22866/stat : 22866 (glucose_static) R 22862 22862 22754 0 -1 4202496 18683 0 0 0 823 3 0 0 25 0 1 0 643155073 77582336 18574 33554432000 134512640 135217611 4293821584 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/22866/statm: 18941 18574 77 173 0 18766 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 84468

[startup+102.315 s]
/proc/loadavg: 2.16 1.49 0.68 4/388 22868
/proc/meminfo: memFree=26664624/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=42.81 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 359 80944 0 0 0 0 4259 22 18 0 1 0 643150790 8912896 255 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22862/statm: 2176 255 211 178 0 69 0
[pid=22866] ppid=22862 vsize=81528 CPUtime=59.47 cores=1,3,5,7
/proc/22866/stat : 22866 (glucose_static) R 22862 22862 22754 0 -1 4202496 20086 0 0 0 5944 3 0 0 25 0 1 0 643155073 83484672 19977 33554432000 134512640 135217611 4293821584 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/22866/statm: 20382 19977 77 173 0 20207 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 90232

[startup+162.301 s]
/proc/loadavg: 2.06 1.58 0.76 4/388 22869
/proc/meminfo: memFree=26659540/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=42.81 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 359 80944 0 0 0 0 4259 22 18 0 1 0 643150790 8912896 255 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22862/statm: 2176 255 211 178 0 69 0
[pid=22866] ppid=22862 vsize=84832 CPUtime=119.47 cores=1,3,5,7
/proc/22866/stat : 22866 (glucose_static) R 22862 22862 22754 0 -1 4202496 20937 0 0 0 11943 4 0 0 25 0 1 0 643155073 86867968 20828 33554432000 134512640 135217611 4293821584 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/22866/statm: 21208 20828 77 173 0 21033 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 93536

[startup+222.301 s]
/proc/loadavg: 2.02 1.65 0.83 4/388 22871
/proc/meminfo: memFree=26656108/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=42.81 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 359 80944 0 0 0 0 4259 22 18 0 1 0 643150790 8912896 255 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22862/statm: 2176 255 211 178 0 69 0
[pid=22866] ppid=22862 vsize=86708 CPUtime=179.47 cores=1,3,5,7
/proc/22866/stat : 22866 (glucose_static) R 22862 22862 22754 0 -1 4202496 21392 0 0 0 17943 4 0 0 25 0 1 0 643155073 88788992 21283 33554432000 134512640 135217611 4293821584 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/22866/statm: 21677 21283 77 173 0 21502 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 95412

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

[startup+230.3 s]
/proc/loadavg: 2.02 1.66 0.84 4/388 22871
/proc/meminfo: memFree=26655100/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=42.81 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 359 80944 0 0 0 0 4259 22 18 0 1 0 643150790 8912896 255 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22862/statm: 2176 255 211 178 0 69 0
[pid=22866] ppid=22862 vsize=87632 CPUtime=187.47 cores=1,3,5,7
/proc/22866/stat : 22866 (glucose_static) R 22862 22862 22754 0 -1 4202496 21620 0 0 0 18743 4 0 0 25 0 1 0 643155073 89735168 21511 33554432000 134512640 135217611 4293821584 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/22866/statm: 21908 21511 77 173 0 21733 0
Current children cumulated CPU time (s) 230.28
Current children cumulated vsize (KiB) 96336

[startup+243.114 s]
/proc/loadavg: 2.01 1.67 0.86 4/388 22871
/proc/meminfo: memFree=26648556/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=42.81 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 359 80944 0 0 0 0 4259 22 18 0 1 0 643150790 8912896 255 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22862/statm: 2176 255 211 178 0 69 0
[pid=22866] ppid=22862 vsize=87956 CPUtime=200.28 cores=1,3,5,7
/proc/22866/stat : 22866 (glucose_static) R 22862 22862 22754 0 -1 4202496 21670 0 0 0 20024 4 0 0 25 0 1 0 643155073 90066944 21561 33554432000 134512640 135217611 4293821584 18446744073709551615 134533211 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/22866/statm: 21989 21561 77 173 0 21814 0
Current children cumulated CPU time (s) 243.09
Current children cumulated vsize (KiB) 96660

[startup+255.901 s]
/proc/loadavg: 2.01 1.69 0.87 4/388 22872
/proc/meminfo: memFree=26648556/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=42.81 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 359 80944 0 0 0 0 4259 22 18 0 1 0 643150790 8912896 255 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22862/statm: 2176 255 211 178 0 69 0
[pid=22866] ppid=22862 vsize=88096 CPUtime=213.07 cores=1,3,5,7
/proc/22866/stat : 22866 (glucose_static) R 22862 22862 22754 0 -1 4202496 21683 0 0 0 21303 4 0 0 25 0 1 0 643155073 90210304 21574 33554432000 134512640 135217611 4293821584 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/22866/statm: 22024 21574 77 173 0 21849 0
Current children cumulated CPU time (s) 255.88
Current children cumulated vsize (KiB) 96800

[startup+259.101 s]
/proc/loadavg: 2.01 1.69 0.87 4/388 22872
/proc/meminfo: memFree=26649340/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=42.81 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 359 80944 0 0 0 0 4259 22 18 0 1 0 643150790 8912896 255 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22862/statm: 2176 255 211 178 0 69 0
[pid=22866] ppid=22862 vsize=88096 CPUtime=216.27 cores=1,3,5,7
/proc/22866/stat : 22866 (glucose_static) R 22862 22862 22754 0 -1 4202496 21683 0 0 0 21623 4 0 0 25 0 1 0 643155073 90210304 21574 33554432000 134512640 135217611 4293821584 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/22866/statm: 22024 21574 77 173 0 21849 0
Current children cumulated CPU time (s) 259.08
Current children cumulated vsize (KiB) 96800

[startup+262.301 s]
/proc/loadavg: 2.01 1.69 0.88 4/388 22872
/proc/meminfo: memFree=26649360/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=42.81 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 359 80944 0 0 0 0 4259 22 18 0 1 0 643150790 8912896 255 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22862/statm: 2176 255 211 178 0 69 0
[pid=22866] ppid=22862 vsize=88096 CPUtime=219.47 cores=1,3,5,7
/proc/22866/stat : 22866 (glucose_static) R 22862 22862 22754 0 -1 4202496 21687 0 0 0 21943 4 0 0 25 0 1 0 643155073 90210304 21578 33554432000 134512640 135217611 4293821584 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/22866/statm: 22024 21578 77 173 0 21849 0
Current children cumulated CPU time (s) 262.28
Current children cumulated vsize (KiB) 96800

[startup+263.901 s]
/proc/loadavg: 2.01 1.69 0.88 4/388 22872
/proc/meminfo: memFree=26649360/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=42.81 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 359 80944 0 0 0 0 4259 22 18 0 1 0 643150790 8912896 255 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22862/statm: 2176 255 211 178 0 69 0
[pid=22866] ppid=22862 vsize=88096 CPUtime=221.08 cores=1,3,5,7
/proc/22866/stat : 22866 (glucose_static) R 22862 22862 22754 0 -1 4202496 21687 0 0 0 22104 4 0 0 25 0 1 0 643155073 90210304 21578 33554432000 134512640 135217611 4293821584 18446744073709551615 134532674 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/22866/statm: 22024 21578 77 173 0 21849 0
Current children cumulated CPU time (s) 263.89
Current children cumulated vsize (KiB) 96800

[startup+264.701 s]
/proc/loadavg: 2.01 1.69 0.88 4/388 22872
/proc/meminfo: memFree=26649360/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=42.81 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 359 80944 0 0 0 0 4259 22 18 0 1 0 643150790 8912896 255 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22862/statm: 2176 255 211 178 0 69 0
[pid=22866] ppid=22862 vsize=88096 CPUtime=221.87 cores=1,3,5,7
/proc/22866/stat : 22866 (glucose_static) R 22862 22862 22754 0 -1 4202496 21687 0 0 0 22183 4 0 0 25 0 1 0 643155073 90210304 21578 33554432000 134512640 135217611 4293821584 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/22866/statm: 22024 21578 77 173 0 21849 0
Current children cumulated CPU time (s) 264.68
Current children cumulated vsize (KiB) 96800

[startup+264.901 s]
/proc/loadavg: 2.01 1.69 0.88 4/388 22872
/proc/meminfo: memFree=26649360/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=42.81 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 359 80944 0 0 0 0 4259 22 18 0 1 0 643150790 8912896 255 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22862/statm: 2176 255 211 178 0 69 0
[pid=22866] ppid=22862 vsize=88096 CPUtime=222.07 cores=1,3,5,7
/proc/22866/stat : 22866 (glucose_static) R 22862 22862 22754 0 -1 4202496 21687 0 0 0 22203 4 0 0 25 0 1 0 643155073 90210304 21578 33554432000 134512640 135217611 4293821584 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/22866/statm: 22024 21578 77 173 0 21849 0
Current children cumulated CPU time (s) 264.88
Current children cumulated vsize (KiB) 96800

[startup+265.001 s]
/proc/loadavg: 2.01 1.70 0.89 4/388 22872
/proc/meminfo: memFree=26649360/32950928 swapFree=44388876/67111528
[pid=22862] ppid=22860 vsize=8704 CPUtime=42.81 cores=1,3,5,7
/proc/22862/stat : 22862 (glucose.sh) S 22860 22862 22754 0 -1 4202496 359 80944 0 0 0 0 4259 22 18 0 1 0 643150790 8912896 255 33554432000 4194304 4922060 140736931665840 18446744073709551615 251814059141 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/22862/statm: 2176 255 211 178 0 69 0
[pid=22866] ppid=22862 vsize=88096 CPUtime=222.18 cores=1,3,5,7
/proc/22866/stat : 22866 (glucose_static) R 22862 22862 22754 0 -1 4202496 21687 0 0 0 22214 4 0 0 25 0 1 0 643155073 90210304 21578 33554432000 134512640 135217611 4293821584 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/22866/statm: 22024 21578 77 173 0 21849 0
Current children cumulated CPU time (s) 264.99
Current children cumulated vsize (KiB) 96800

Child status: 20
Real time (s): 265.053
CPU time (s): 265.055
CPU user time (s): 264.771
CPU system time (s): 0.283956
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 307740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 264.771
system time used= 0.283956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103211
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= 38
involuntary context switches= 583

runsolver used 0.98385 second user time and 2.39364 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-13 21:38:41
IDJOB=3365624
IDBENCH=70961
IDSOLVER=1842
FILE ID=node126/3365624-1305315519
RUNJOBID= node126-1305315246-22773
PBS_JOBID= 13324306
Free space on /tmp= 50348 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-3365624-1305315519/watcher-3365624-1305315519 -o /tmp/evaluation-result-3365624-1305315519/solver-3365624-1305315519 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365624-1305315519.cnf

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

MD5SUM BENCH= ba6884aaa746378e56c38fd8b3d0255e
RANDOM SEED=1399937689

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26798572 kB
Buffers:        209440 kB
Cached:        2509796 kB
SwapCached:      92524 kB
Active:        1060256 kB
Inactive:      4843356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26798572 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:           50836 kB
Writeback:           0 kB
AnonPages:     3104760 kB
Mapped:          15732 kB
Slab:           107308 kB
PageTables:      75724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88336224 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= 50348 MiB
End job on node126 at 2011-05-13 21:43:06