Trace number 3308501

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 209.093 209.093

General information on the benchmark

NameAPPLICATIONS/bioinfo/
q_query_3_l46_lambda.cnf
MD5SUMeb4d0d02a25a8a84182ddd3b6d1fa8b5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark84.3072
Satisfiable
(Un)Satisfiability was proved
Number of variables33090
Number of clauses165828
Sum of the clauses size478271
Maximum clause length9
Minimum clause length1
Number of clauses of size 14268
Number of clauses of size 241089
Number of clauses of size 397665
Number of clauses of size 415752
Number of clauses of size 56916
Number of clauses of size over 5138

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...
0.00/0.07	c ==============================================================================
0.00/0.07	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.07	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.07	c ==============================================================================
0.00/0.07	c |         0 |  155258   454459 |   46577       0        0     nan |  0.000 % |
0.00/0.54	c |         0 |   68970   232657 |      --       0       --      -- |     --   | -80730/-205120
0.00/0.55	c ==============================================================================
0.00/0.55	c Result  :   #vars: 7889   #clauses: 68970   #literals: 232657
0.00/0.55	c CPU time:   0.532918 s
0.00/0.55	c ==============================================================================
0.00/0.59	c
0.00/0.59	c Starting glucose
0.00/0.59	c
0.00/0.59	
0.00/0.59	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.59	
0.00/0.59	c ============================[ Problem Statistics ]=============================
0.00/0.59	c |                                                                             |
0.00/0.59	c |  Number of variables:  7889                                                 |
0.00/0.59	c |  Number of clauses:    68970                                                |
0.58/0.61	c |  Parsing time:         0.02         s                                       |
208.99/209.08	c restarts              : 137
208.99/209.08	c nb ReduceDB           : 35
208.99/209.08	c nb learnts DL2        : 2635
208.99/209.08	c nb learnts size 2     : 506
208.99/209.08	c nb learnts size 1     : 19
208.99/209.08	c conflicts             : 1327581        (6368 /sec)
208.99/209.08	c decisions             : 1824160        (1.81 % random) (8750 /sec)
208.99/209.08	c propagations          : 275377977      (1320870 /sec)
208.99/209.08	c conflict literals     : 30369470       (38.21 % deleted)
208.99/209.08	c Memory used           : 24.29 MB
208.99/209.08	c CPU time              : 208.482 s
208.99/209.08	
208.99/209.08	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-3308501-1303983226/watcher-3308501-1303983226 -o /tmp/evaluation-result-3308501-1303983226/solver-3308501-1303983226 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308501-1303983226.cnf 

running on 2 cores: 5,7

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 4/192 14594
/proc/meminfo: memFree=25497472/32951124 swapFree=67051468/67111528
[pid=14594] ppid=14592 vsize=8704 CPUtime=0 cores=5,7
/proc/14594/stat : 14594 (glucose.sh) S 14592 14594 14531 0 -1 4202496 334 0 0 0 0 0 0 0 20 0 1 0 509925373 8912896 253 33554432000 4194304 4922060 140734889815376 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14594/statm: 2176 253 211 178 0 69 0

[startup+0.0322079 s]
/proc/loadavg: 0.00 0.00 0.00 4/192 14594
/proc/meminfo: memFree=25497472/32951124 swapFree=67051468/67111528
[pid=14594] ppid=14592 vsize=8704 CPUtime=0 cores=5,7
/proc/14594/stat : 14594 (glucose.sh) S 14592 14594 14531 0 -1 4202496 334 0 0 0 0 0 0 0 20 0 1 0 509925373 8912896 253 33554432000 4194304 4922060 140734889815376 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14594/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100201 s]
/proc/loadavg: 0.00 0.00 0.00 4/192 14594
/proc/meminfo: memFree=25497472/32951124 swapFree=67051468/67111528
[pid=14594] ppid=14592 vsize=8704 CPUtime=0 cores=5,7
/proc/14594/stat : 14594 (glucose.sh) S 14592 14594 14531 0 -1 4202496 334 0 0 0 0 0 0 0 20 0 1 0 509925373 8912896 253 33554432000 4194304 4922060 140734889815376 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14594/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300166 s]
/proc/loadavg: 0.00 0.00 0.00 4/192 14594
/proc/meminfo: memFree=25497472/32951124 swapFree=67051468/67111528
[pid=14594] ppid=14592 vsize=8704 CPUtime=0 cores=5,7
/proc/14594/stat : 14594 (glucose.sh) S 14592 14594 14531 0 -1 4202496 334 0 0 0 0 0 0 0 20 0 1 0 509925373 8912896 253 33554432000 4194304 4922060 140734889815376 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14594/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70109 s]
/proc/loadavg: 0.00 0.00 0.00 4/192 14594
/proc/meminfo: memFree=25497472/32951124 swapFree=67051468/67111528
[pid=14594] ppid=14592 vsize=8704 CPUtime=0.58 cores=5,7
/proc/14594/stat : 14594 (glucose.sh) S 14592 14594 14531 0 -1 4202496 361 5355 0 0 0 0 57 1 15 0 1 0 509925373 8912896 255 33554432000 4194304 4922060 140734889815376 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14594/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 8704

[startup+1.50095 s]
/proc/loadavg: 0.00 0.00 0.00 5/194 14600
/proc/meminfo: memFree=25502656/32951124 swapFree=67051468/67111528
[pid=14594] ppid=14592 vsize=8704 CPUtime=0.58 cores=5,7
/proc/14594/stat : 14594 (glucose.sh) S 14592 14594 14531 0 -1 4202496 361 5355 0 0 0 0 57 1 15 0 1 0 509925373 8912896 255 33554432000 4194304 4922060 140734889815376 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14594/statm: 2176 255 211 178 0 69 0
[pid=14600] ppid=14594 vsize=9356 CPUtime=0.9 cores=5,7
/proc/14600/stat : 14600 (glucose_static) R 14594 14594 14531 0 -1 4202496 2222 0 0 0 90 0 0 0 18 0 1 0 509925433 9580544 2176 33554432000 134512640 135217611 4290306208 18446744073709551615 134533341 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14600/statm: 2339 2176 76 173 0 2164 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 18060

[startup+3.10067 s]
/proc/loadavg: 0.00 0.00 0.00 5/194 14600
/proc/meminfo: memFree=25500152/32951124 swapFree=67051468/67111528
[pid=14594] ppid=14592 vsize=8704 CPUtime=0.58 cores=5,7
/proc/14594/stat : 14594 (glucose.sh) S 14592 14594 14531 0 -1 4202496 361 5355 0 0 0 0 57 1 15 0 1 0 509925373 8912896 255 33554432000 4194304 4922060 140734889815376 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14594/statm: 2176 255 211 178 0 69 0
[pid=14600] ppid=14594 vsize=11036 CPUtime=2.49 cores=5,7
/proc/14600/stat : 14600 (glucose_static) R 14594 14594 14531 0 -1 4202496 2639 0 0 0 249 0 0 0 20 0 1 0 509925433 11300864 2593 33554432000 134512640 135217611 4290306208 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14600/statm: 2759 2593 76 173 0 2584 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 19740

[startup+6.3011 s]
/proc/loadavg: 0.32 0.07 0.02 5/194 14600
/proc/meminfo: memFree=25497300/32951124 swapFree=67051468/67111528
[pid=14594] ppid=14592 vsize=8704 CPUtime=0.58 cores=5,7
/proc/14594/stat : 14594 (glucose.sh) S 14592 14594 14531 0 -1 4202496 361 5355 0 0 0 0 57 1 15 0 1 0 509925373 8912896 255 33554432000 4194304 4922060 140734889815376 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14594/statm: 2176 255 211 178 0 69 0
[pid=14600] ppid=14594 vsize=12228 CPUtime=5.7 cores=5,7
/proc/14600/stat : 14600 (glucose_static) R 14594 14594 14531 0 -1 4202496 2942 0 0 0 570 0 0 0 25 0 1 0 509925433 12521472 2896 33554432000 134512640 135217611 4290306208 18446744073709551615 134539594 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14600/statm: 3057 2896 76 173 0 2882 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 20932

[startup+12.701 s]
/proc/loadavg: 0.61 0.13 0.04 5/194 14600
/proc/meminfo: memFree=25493276/32951124 swapFree=67051468/67111528
[pid=14594] ppid=14592 vsize=8704 CPUtime=0.58 cores=5,7
/proc/14594/stat : 14594 (glucose.sh) S 14592 14594 14531 0 -1 4202496 361 5355 0 0 0 0 57 1 15 0 1 0 509925373 8912896 255 33554432000 4194304 4922060 140734889815376 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14594/statm: 2176 255 211 178 0 69 0
[pid=14600] ppid=14594 vsize=13904 CPUtime=12.09 cores=5,7
/proc/14600/stat : 14600 (glucose_static) R 14594 14594 14531 0 -1 4202496 3354 0 0 0 1209 0 0 0 25 0 1 0 509925433 14237696 3308 33554432000 134512640 135217611 4290306208 18446744073709551615 134532823 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14600/statm: 3476 3308 76 173 0 3301 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 22608

[startup+25.5007 s]
/proc/loadavg: 1.36 0.32 0.11 5/194 14601
/proc/meminfo: memFree=25488460/32951124 swapFree=67051468/67111528
[pid=14594] ppid=14592 vsize=8704 CPUtime=0.58 cores=5,7
/proc/14594/stat : 14594 (glucose.sh) S 14592 14594 14531 0 -1 4202496 361 5355 0 0 0 0 57 1 15 0 1 0 509925373 8912896 255 33554432000 4194304 4922060 140734889815376 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14594/statm: 2176 255 211 178 0 69 0
[pid=14600] ppid=14594 vsize=15436 CPUtime=24.9 cores=5,7
/proc/14600/stat : 14600 (glucose_static) R 14594 14594 14531 0 -1 4202496 3734 0 0 0 2489 1 0 0 25 0 1 0 509925433 15806464 3688 33554432000 134512640 135217611 4290306208 18446744073709551615 134544609 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14600/statm: 3859 3688 76 173 0 3684 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24140

[startup+51.1012 s]
/proc/loadavg: 2.26 0.62 0.21 5/194 14601
/proc/meminfo: memFree=25481184/32951124 swapFree=67051468/67111528
[pid=14594] ppid=14592 vsize=8704 CPUtime=0.58 cores=5,7
/proc/14594/stat : 14594 (glucose.sh) S 14592 14594 14531 0 -1 4202496 361 5355 0 0 0 0 57 1 15 0 1 0 509925373 8912896 255 33554432000 4194304 4922060 140734889815376 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14594/statm: 2176 255 211 178 0 69 0
[pid=14600] ppid=14594 vsize=17764 CPUtime=50.5 cores=5,7
/proc/14600/stat : 14600 (glucose_static) R 14594 14594 14531 0 -1 4202496 4278 0 0 0 5049 1 0 0 25 0 1 0 509925433 18190336 4232 33554432000 134512640 135217611 4290306208 18446744073709551615 134537007 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14600/statm: 4441 4232 76 173 0 4266 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 26468

[startup+102.307 s]
/proc/loadavg: 3.24 1.14 0.40 5/194 14603
/proc/meminfo: memFree=25471260/32951124 swapFree=67051468/67111528
[pid=14594] ppid=14592 vsize=8704 CPUtime=0.58 cores=5,7
/proc/14594/stat : 14594 (glucose.sh) S 14592 14594 14531 0 -1 4202496 361 5355 0 0 0 0 57 1 15 0 1 0 509925373 8912896 255 33554432000 4194304 4922060 140734889815376 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14594/statm: 2176 255 211 178 0 69 0
[pid=14600] ppid=14594 vsize=20692 CPUtime=101.71 cores=5,7
/proc/14600/stat : 14600 (glucose_static) R 14594 14594 14531 0 -1 4202496 5009 0 0 0 10170 1 0 0 25 0 1 0 509925433 21188608 4963 33554432000 134512640 135217611 4290306208 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14600/statm: 5173 4963 76 173 0 4998 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 29396

[startup+162.301 s]
/proc/loadavg: 3.72 1.65 0.63 5/194 14604
/proc/meminfo: memFree=25464284/32951124 swapFree=67051468/67111528
[pid=14594] ppid=14592 vsize=8704 CPUtime=0.58 cores=5,7
/proc/14594/stat : 14594 (glucose.sh) S 14592 14594 14531 0 -1 4202496 361 5355 0 0 0 0 57 1 15 0 1 0 509925373 8912896 255 33554432000 4194304 4922060 140734889815376 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14594/statm: 2176 255 211 178 0 69 0
[pid=14600] ppid=14594 vsize=23856 CPUtime=161.7 cores=5,7
/proc/14600/stat : 14600 (glucose_static) R 14594 14594 14531 0 -1 4202496 5703 0 0 0 16169 1 0 0 25 0 1 0 509925433 24428544 5657 33554432000 134512640 135217611 4290306208 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14600/statm: 5964 5657 76 173 0 5789 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 32560

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

[startup+179.101 s]
/proc/loadavg: 3.80 1.81 0.70 5/194 14605
/proc/meminfo: memFree=25462532/32951124 swapFree=67051468/67111528
[pid=14594] ppid=14592 vsize=8704 CPUtime=0.58 cores=5,7
/proc/14594/stat : 14594 (glucose.sh) S 14592 14594 14531 0 -1 4202496 361 5355 0 0 0 0 57 1 15 0 1 0 509925373 8912896 255 33554432000 4194304 4922060 140734889815376 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14594/statm: 2176 255 211 178 0 69 0
[pid=14600] ppid=14594 vsize=24132 CPUtime=178.5 cores=5,7
/proc/14600/stat : 14600 (glucose_static) R 14594 14594 14531 0 -1 4202496 5792 0 0 0 17849 1 0 0 25 0 1 0 509925433 24711168 5746 33554432000 134512640 135217611 4290306208 18446744073709551615 134539435 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14600/statm: 6033 5746 76 173 0 5858 0
Current children cumulated CPU time (s) 179.08
Current children cumulated vsize (KiB) 32836

[startup+191.9 s]
/proc/loadavg: 3.83 1.88 0.73 5/194 14605
/proc/meminfo: memFree=25461532/32951124 swapFree=67051468/67111528
[pid=14594] ppid=14592 vsize=8704 CPUtime=0.58 cores=5,7
/proc/14594/stat : 14594 (glucose.sh) S 14592 14594 14531 0 -1 4202496 361 5355 0 0 0 0 57 1 15 0 1 0 509925373 8912896 255 33554432000 4194304 4922060 140734889815376 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14594/statm: 2176 255 211 178 0 69 0
[pid=14600] ppid=14594 vsize=24704 CPUtime=191.3 cores=5,7
/proc/14600/stat : 14600 (glucose_static) R 14594 14594 14531 0 -1 4202496 5887 0 0 0 19129 1 0 0 25 0 1 0 509925433 25296896 5841 33554432000 134512640 135217611 4290306208 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14600/statm: 6176 5841 76 173 0 6001 0
Current children cumulated CPU time (s) 191.88
Current children cumulated vsize (KiB) 33408

[startup+198.301 s]
/proc/loadavg: 3.84 1.91 0.75 5/194 14605
/proc/meminfo: memFree=25461276/32951124 swapFree=67051468/67111528
[pid=14594] ppid=14592 vsize=8704 CPUtime=0.58 cores=5,7
/proc/14594/stat : 14594 (glucose.sh) S 14592 14594 14531 0 -1 4202496 361 5355 0 0 0 0 57 1 15 0 1 0 509925373 8912896 255 33554432000 4194304 4922060 140734889815376 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14594/statm: 2176 255 211 178 0 69 0
[pid=14600] ppid=14594 vsize=24704 CPUtime=197.7 cores=5,7
/proc/14600/stat : 14600 (glucose_static) R 14594 14594 14531 0 -1 4202496 5900 0 0 0 19769 1 0 0 25 0 1 0 509925433 25296896 5854 33554432000 134512640 135217611 4290306208 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14600/statm: 6176 5854 76 173 0 6001 0
Current children cumulated CPU time (s) 198.28
Current children cumulated vsize (KiB) 33408

[startup+204.701 s]
/proc/loadavg: 3.87 1.98 0.78 5/194 14605
/proc/meminfo: memFree=25460888/32951124 swapFree=67051468/67111528
[pid=14594] ppid=14592 vsize=8704 CPUtime=0.58 cores=5,7
/proc/14594/stat : 14594 (glucose.sh) S 14592 14594 14531 0 -1 4202496 361 5355 0 0 0 0 57 1 15 0 1 0 509925373 8912896 255 33554432000 4194304 4922060 140734889815376 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14594/statm: 2176 255 211 178 0 69 0
[pid=14600] ppid=14594 vsize=24704 CPUtime=204.1 cores=5,7
/proc/14600/stat : 14600 (glucose_static) R 14594 14594 14531 0 -1 4202496 5903 0 0 0 20409 1 0 0 25 0 1 0 509925433 25296896 5857 33554432000 134512640 135217611 4290306208 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14600/statm: 6176 5857 76 173 0 6001 0
Current children cumulated CPU time (s) 204.68
Current children cumulated vsize (KiB) 33408

[startup+206.301 s]
/proc/loadavg: 3.87 1.98 0.78 5/194 14605
/proc/meminfo: memFree=25460764/32951124 swapFree=67051468/67111528
[pid=14594] ppid=14592 vsize=8704 CPUtime=0.58 cores=5,7
/proc/14594/stat : 14594 (glucose.sh) S 14592 14594 14531 0 -1 4202496 361 5355 0 0 0 0 57 1 15 0 1 0 509925373 8912896 255 33554432000 4194304 4922060 140734889815376 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14594/statm: 2176 255 211 178 0 69 0
[pid=14600] ppid=14594 vsize=24704 CPUtime=205.7 cores=5,7
/proc/14600/stat : 14600 (glucose_static) R 14594 14594 14531 0 -1 4202496 5903 0 0 0 20569 1 0 0 25 0 1 0 509925433 25296896 5857 33554432000 134512640 135217611 4290306208 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14600/statm: 6176 5857 76 173 0 6001 0
Current children cumulated CPU time (s) 206.28
Current children cumulated vsize (KiB) 33408

[startup+207.907 s]
/proc/loadavg: 3.87 1.98 0.78 5/194 14605
/proc/meminfo: memFree=25460516/32951124 swapFree=67051468/67111528
[pid=14594] ppid=14592 vsize=8704 CPUtime=0.58 cores=5,7
/proc/14594/stat : 14594 (glucose.sh) S 14592 14594 14531 0 -1 4202496 361 5355 0 0 0 0 57 1 15 0 1 0 509925373 8912896 255 33554432000 4194304 4922060 140734889815376 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14594/statm: 2176 255 211 178 0 69 0
[pid=14600] ppid=14594 vsize=24868 CPUtime=207.31 cores=5,7
/proc/14600/stat : 14600 (glucose_static) R 14594 14594 14531 0 -1 4202496 5912 0 0 0 20730 1 0 0 25 0 1 0 509925433 25464832 5866 33554432000 134512640 135217611 4290306208 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14600/statm: 6217 5866 76 173 0 6042 0
Current children cumulated CPU time (s) 207.89
Current children cumulated vsize (KiB) 33572

[startup+208.7 s]
/proc/loadavg: 3.87 1.98 0.78 5/194 14605
/proc/meminfo: memFree=25460516/32951124 swapFree=67051468/67111528
[pid=14594] ppid=14592 vsize=8704 CPUtime=0.58 cores=5,7
/proc/14594/stat : 14594 (glucose.sh) S 14592 14594 14531 0 -1 4202496 361 5355 0 0 0 0 57 1 15 0 1 0 509925373 8912896 255 33554432000 4194304 4922060 140734889815376 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14594/statm: 2176 255 211 178 0 69 0
[pid=14600] ppid=14594 vsize=24868 CPUtime=208.1 cores=5,7
/proc/14600/stat : 14600 (glucose_static) R 14594 14594 14531 0 -1 4202496 5912 0 0 0 20809 1 0 0 25 0 1 0 509925433 25464832 5866 33554432000 134512640 135217611 4290306208 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14600/statm: 6217 5866 76 173 0 6042 0
Current children cumulated CPU time (s) 208.68
Current children cumulated vsize (KiB) 33572

[startup+208.9 s]
/proc/loadavg: 3.88 2.01 0.80 5/194 14605
/proc/meminfo: memFree=25460392/32951124 swapFree=67051468/67111528
[pid=14594] ppid=14592 vsize=8704 CPUtime=0.58 cores=5,7
/proc/14594/stat : 14594 (glucose.sh) S 14592 14594 14531 0 -1 4202496 361 5355 0 0 0 0 57 1 15 0 1 0 509925373 8912896 255 33554432000 4194304 4922060 140734889815376 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14594/statm: 2176 255 211 178 0 69 0
[pid=14600] ppid=14594 vsize=24868 CPUtime=208.31 cores=5,7
/proc/14600/stat : 14600 (glucose_static) R 14594 14594 14531 0 -1 4202496 5912 0 0 0 20830 1 0 0 25 0 1 0 509925433 25464832 5866 33554432000 134512640 135217611 4290306208 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14600/statm: 6217 5866 76 173 0 6042 0
Current children cumulated CPU time (s) 208.89
Current children cumulated vsize (KiB) 33572

[startup+209.007 s]
/proc/loadavg: 3.88 2.01 0.80 5/194 14605
/proc/meminfo: memFree=25460392/32951124 swapFree=67051468/67111528
[pid=14594] ppid=14592 vsize=8704 CPUtime=0.58 cores=5,7
/proc/14594/stat : 14594 (glucose.sh) S 14592 14594 14531 0 -1 4202496 361 5355 0 0 0 0 57 1 15 0 1 0 509925373 8912896 255 33554432000 4194304 4922060 140734889815376 18446744073709551615 218370776197 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14594/statm: 2176 255 211 178 0 69 0
[pid=14600] ppid=14594 vsize=24868 CPUtime=208.41 cores=5,7
/proc/14600/stat : 14600 (glucose_static) R 14594 14594 14531 0 -1 4202496 5912 0 0 0 20840 1 0 0 25 0 1 0 509925433 25464832 5866 33554432000 134512640 135217611 4290306208 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/14600/statm: 6217 5866 76 173 0 6042 0
Current children cumulated CPU time (s) 208.99
Current children cumulated vsize (KiB) 33572

Child status: 20
Real time (s): 209.093
CPU time (s): 209.093
CPU user time (s): 209.058
CPU system time (s): 0.034994
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 33572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 209.058
system time used= 0.034994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11847
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= 37
involuntary context switches= 2366

runsolver used 0.343947 second user time and 0.802877 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-28 11:33:46
IDJOB=3308501
IDBENCH=70941
IDSOLVER=1691
FILE ID=node101/3308501-1303983226
RUNJOBID= node101-1303983224-14552
PBS_JOBID= 13168725
Free space on /tmp= 72004 MiB

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

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

MD5SUM BENCH= eb4d0d02a25a8a84182ddd3b6d1fa8b5
RANDOM SEED=384997895

node101.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.841
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.68
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.841
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.07
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.841
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.77
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.841
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.83
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.841
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.841
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.841
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.841
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:     32951124 kB
MemFree:      25497504 kB
Buffers:       1989992 kB
Cached:        4939360 kB
SwapCached:      30452 kB
Active:        2768788 kB
Inactive:      4239812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25497504 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           22540 kB
Writeback:           0 kB
AnonPages:       69704 kB
Mapped:          10196 kB
Slab:           378956 kB
PageTables:       5572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   298316 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= 71996 MiB
End job on node101 at 2011-04-28 11:37:15