Trace number 3365618

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 195.188 195.198

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 benchmark79.111
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.54	c ==============================================================================
0.00/0.54	c Result  :   #vars: 7889   #clauses: 68970   #literals: 232657
0.00/0.54	c CPU time:   0.527919 s
0.00/0.54	c ==============================================================================
0.00/0.58	c
0.00/0.58	c Starting glucose
0.00/0.58	c
0.00/0.58	
0.00/0.58	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.58	
0.00/0.58	c ============================[ Problem Statistics ]=============================
0.00/0.58	c |                                                                             |
0.00/0.58	c |  Number of variables:  7889                                                 |
0.00/0.58	c |  Number of clauses:    68970                                                |
0.57/0.61	c |  Parsing time:         0.02         s                                       |
195.07/195.18	c restarts              : 137
195.07/195.18	c nb ReduceDB           : 35
195.07/195.18	c nb learnts DL2        : 2635
195.07/195.18	c nb learnts size 2     : 506
195.07/195.18	c nb learnts size 1     : 19
195.07/195.18	c conflicts             : 1327581        (6822 /sec)
195.07/195.18	c decisions             : 1824160        (1.81 % random) (9374 /sec)
195.07/195.18	c propagations          : 275377977      (1415153 /sec)
195.07/195.18	c conflict literals     : 30369470       (38.21 % deleted)
195.07/195.18	c Memory used           : 24.29 MB
195.07/195.18	c CPU time              : 194.592 s
195.07/195.18	
195.07/195.19	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-3365618-1305315403/watcher-3365618-1305315403 -o /tmp/evaluation-result-3365618-1305315403/solver-3365618-1305315403 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365618-1305315403.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.86 0.82 0.31 2/365 27482
/proc/meminfo: memFree=21125856/32951124 swapFree=66341972/67111528
[pid=27482] ppid=27480 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/27482/stat : 27482 (glucose.sh) S 27480 27482 27408 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 623955928 8912896 253 33554432000 4194304 4922060 140734892443008 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27482/statm: 2176 253 211 178 0 69 0

[startup+0.112311 s]
/proc/loadavg: 1.86 0.82 0.31 2/365 27482
/proc/meminfo: memFree=21125856/32951124 swapFree=66341972/67111528
[pid=27482] ppid=27480 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/27482/stat : 27482 (glucose.sh) S 27480 27482 27408 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 623955928 8912896 253 33554432000 4194304 4922060 140734892443008 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27482/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.200302 s]
/proc/loadavg: 1.86 0.82 0.31 2/365 27482
/proc/meminfo: memFree=21125856/32951124 swapFree=66341972/67111528
[pid=27482] ppid=27480 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/27482/stat : 27482 (glucose.sh) S 27480 27482 27408 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 623955928 8912896 253 33554432000 4194304 4922060 140734892443008 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27482/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300272 s]
/proc/loadavg: 1.86 0.82 0.31 2/365 27482
/proc/meminfo: memFree=21125856/32951124 swapFree=66341972/67111528
[pid=27482] ppid=27480 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/27482/stat : 27482 (glucose.sh) S 27480 27482 27408 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 623955928 8912896 253 33554432000 4194304 4922060 140734892443008 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/27482/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700207 s]
/proc/loadavg: 1.86 0.82 0.31 2/365 27482
/proc/meminfo: memFree=21125856/32951124 swapFree=66341972/67111528
[pid=27482] ppid=27480 vsize=8704 CPUtime=0.57 cores=1,3,5,7
/proc/27482/stat : 27482 (glucose.sh) S 27480 27482 27408 0 -1 4202496 359 5356 0 0 0 0 56 1 16 0 1 0 623955928 8912896 255 33554432000 4194304 4922060 140734892443008 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27482/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 8704

[startup+1.50104 s]
/proc/loadavg: 1.87 0.84 0.32 3/367 27485
/proc/meminfo: memFree=21114308/32951124 swapFree=66341972/67111528
[pid=27482] ppid=27480 vsize=8704 CPUtime=0.57 cores=1,3,5,7
/proc/27482/stat : 27482 (glucose.sh) S 27480 27482 27408 0 -1 4202496 359 5356 0 0 0 0 56 1 16 0 1 0 623955928 8912896 255 33554432000 4194304 4922060 140734892443008 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27482/statm: 2176 255 211 178 0 69 0
[pid=27485] ppid=27482 vsize=9536 CPUtime=0.9 cores=1,3,5,7
/proc/27485/stat : 27485 (glucose_static) R 27482 27482 27408 0 -1 4202496 2249 0 0 0 90 0 0 0 19 0 1 0 623955987 9764864 2204 33554432000 134512640 135217611 4288473184 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27485/statm: 2384 2204 76 173 0 2209 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 18240

[startup+3.10074 s]
/proc/loadavg: 1.87 0.84 0.32 3/367 27485
/proc/meminfo: memFree=21111584/32951124 swapFree=66341972/67111528
[pid=27482] ppid=27480 vsize=8704 CPUtime=0.57 cores=1,3,5,7
/proc/27482/stat : 27482 (glucose.sh) S 27480 27482 27408 0 -1 4202496 359 5356 0 0 0 0 56 1 16 0 1 0 623955928 8912896 255 33554432000 4194304 4922060 140734892443008 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27482/statm: 2176 255 211 178 0 69 0
[pid=27485] ppid=27482 vsize=11172 CPUtime=2.5 cores=1,3,5,7
/proc/27485/stat : 27485 (glucose_static) R 27482 27482 27408 0 -1 4202496 2657 0 0 0 250 0 0 0 22 0 1 0 623955987 11440128 2612 33554432000 134512640 135217611 4288473184 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27485/statm: 2793 2612 76 173 0 2618 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 19876

[startup+6.30113 s]
/proc/loadavg: 1.87 0.84 0.32 3/367 27485
/proc/meminfo: memFree=21103916/32951124 swapFree=66341972/67111528
[pid=27482] ppid=27480 vsize=8704 CPUtime=0.57 cores=1,3,5,7
/proc/27482/stat : 27482 (glucose.sh) S 27480 27482 27408 0 -1 4202496 359 5356 0 0 0 0 56 1 16 0 1 0 623955928 8912896 255 33554432000 4194304 4922060 140734892443008 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27482/statm: 2176 255 211 178 0 69 0
[pid=27485] ppid=27482 vsize=12232 CPUtime=5.7 cores=1,3,5,7
/proc/27485/stat : 27485 (glucose_static) R 27482 27482 27408 0 -1 4202496 2951 0 0 0 570 0 0 0 25 0 1 0 623955987 12525568 2906 33554432000 134512640 135217611 4288473184 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27485/statm: 3058 2906 76 173 0 2883 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 20936

[startup+12.7009 s]
/proc/loadavg: 1.89 0.88 0.34 3/367 27486
/proc/meminfo: memFree=21101560/32951124 swapFree=66341972/67111528
[pid=27482] ppid=27480 vsize=8704 CPUtime=0.57 cores=1,3,5,7
/proc/27482/stat : 27482 (glucose.sh) S 27480 27482 27408 0 -1 4202496 359 5356 0 0 0 0 56 1 16 0 1 0 623955928 8912896 255 33554432000 4194304 4922060 140734892443008 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27482/statm: 2176 255 211 178 0 69 0
[pid=27485] ppid=27482 vsize=13908 CPUtime=12.1 cores=1,3,5,7
/proc/27485/stat : 27485 (glucose_static) R 27482 27482 27408 0 -1 4202496 3353 0 0 0 1210 0 0 0 25 0 1 0 623955987 14241792 3308 33554432000 134512640 135217611 4288473184 18446744073709551615 134533775 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27485/statm: 3477 3308 76 173 0 3302 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 22612

[startup+25.5005 s]
/proc/loadavg: 1.91 0.92 0.35 3/367 27486
/proc/meminfo: memFree=21100320/32951124 swapFree=66341972/67111528
[pid=27482] ppid=27480 vsize=8704 CPUtime=0.57 cores=1,3,5,7
/proc/27482/stat : 27482 (glucose.sh) S 27480 27482 27408 0 -1 4202496 359 5356 0 0 0 0 56 1 16 0 1 0 623955928 8912896 255 33554432000 4194304 4922060 140734892443008 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27482/statm: 2176 255 211 178 0 69 0
[pid=27485] ppid=27482 vsize=15440 CPUtime=24.9 cores=1,3,5,7
/proc/27485/stat : 27485 (glucose_static) R 27482 27482 27408 0 -1 4202496 3733 0 0 0 2490 0 0 0 25 0 1 0 623955987 15810560 3688 33554432000 134512640 135217611 4288473184 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27485/statm: 3860 3688 76 173 0 3685 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 24144

[startup+51.1007 s]
/proc/loadavg: 1.94 1.02 0.40 3/367 27487
/proc/meminfo: memFree=21094652/32951124 swapFree=66341972/67111528
[pid=27482] ppid=27480 vsize=8704 CPUtime=0.57 cores=1,3,5,7
/proc/27482/stat : 27482 (glucose.sh) S 27480 27482 27408 0 -1 4202496 359 5356 0 0 0 0 56 1 16 0 1 0 623955928 8912896 255 33554432000 4194304 4922060 140734892443008 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27482/statm: 2176 255 211 178 0 69 0
[pid=27485] ppid=27482 vsize=17768 CPUtime=50.5 cores=1,3,5,7
/proc/27485/stat : 27485 (glucose_static) R 27482 27482 27408 0 -1 4202496 4282 0 0 0 5050 0 0 0 25 0 1 0 623955987 18194432 4237 33554432000 134512640 135217611 4288473184 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27485/statm: 4442 4237 76 173 0 4267 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 26472

[startup+102.301 s]
/proc/loadavg: 2.01 1.18 0.49 3/367 27488
/proc/meminfo: memFree=21091136/32951124 swapFree=66341972/67111528
[pid=27482] ppid=27480 vsize=8704 CPUtime=0.57 cores=1,3,5,7
/proc/27482/stat : 27482 (glucose.sh) S 27480 27482 27408 0 -1 4202496 359 5356 0 0 0 0 56 1 16 0 1 0 623955928 8912896 255 33554432000 4194304 4922060 140734892443008 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27482/statm: 2176 255 211 178 0 69 0
[pid=27485] ppid=27482 vsize=20832 CPUtime=101.71 cores=1,3,5,7
/proc/27485/stat : 27485 (glucose_static) R 27482 27482 27408 0 -1 4202496 5025 0 0 0 10171 0 0 0 25 0 1 0 623955987 21331968 4980 33554432000 134512640 135217611 4288473184 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27485/statm: 5208 4980 76 173 0 5033 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 29536

[startup+162.301 s]
/proc/loadavg: 2.04 1.34 0.59 3/367 27490
/proc/meminfo: memFree=21075588/32951124 swapFree=66341972/67111528
[pid=27482] ppid=27480 vsize=8704 CPUtime=0.57 cores=1,3,5,7
/proc/27482/stat : 27482 (glucose.sh) S 27480 27482 27408 0 -1 4202496 359 5356 0 0 0 0 56 1 16 0 1 0 623955928 8912896 255 33554432000 4194304 4922060 140734892443008 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27482/statm: 2176 255 211 178 0 69 0
[pid=27485] ppid=27482 vsize=24136 CPUtime=161.7 cores=1,3,5,7
/proc/27485/stat : 27485 (glucose_static) R 27482 27482 27408 0 -1 4202496 5790 0 0 0 16170 0 0 0 25 0 1 0 623955987 24715264 5745 33554432000 134512640 135217611 4288473184 18446744073709551615 134526311 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27485/statm: 6034 5745 76 173 0 5859 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 32840

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

[startup+179.2 s]
/proc/loadavg: 2.03 1.37 0.61 3/367 27490
/proc/meminfo: memFree=21075324/32951124 swapFree=66341972/67111528
[pid=27482] ppid=27480 vsize=8704 CPUtime=0.57 cores=1,3,5,7
/proc/27482/stat : 27482 (glucose.sh) S 27480 27482 27408 0 -1 4202496 359 5356 0 0 0 0 56 1 16 0 1 0 623955928 8912896 255 33554432000 4194304 4922060 140734892443008 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27482/statm: 2176 255 211 178 0 69 0
[pid=27485] ppid=27482 vsize=24708 CPUtime=178.6 cores=1,3,5,7
/proc/27485/stat : 27485 (glucose_static) R 27482 27482 27408 0 -1 4202496 5886 0 0 0 17860 0 0 0 25 0 1 0 623955987 25300992 5841 33554432000 134512640 135217611 4288473184 18446744073709551615 134537031 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27485/statm: 6177 5841 76 173 0 6002 0
Current children cumulated CPU time (s) 179.17
Current children cumulated vsize (KiB) 33412

[startup+185.6 s]
/proc/loadavg: 2.03 1.38 0.62 3/367 27490
/proc/meminfo: memFree=21075324/32951124 swapFree=66341972/67111528
[pid=27482] ppid=27480 vsize=8704 CPUtime=0.57 cores=1,3,5,7
/proc/27482/stat : 27482 (glucose.sh) S 27480 27482 27408 0 -1 4202496 359 5356 0 0 0 0 56 1 16 0 1 0 623955928 8912896 255 33554432000 4194304 4922060 140734892443008 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27482/statm: 2176 255 211 178 0 69 0
[pid=27485] ppid=27482 vsize=24708 CPUtime=185 cores=1,3,5,7
/proc/27485/stat : 27485 (glucose_static) R 27482 27482 27408 0 -1 4202496 5899 0 0 0 18500 0 0 0 25 0 1 0 623955987 25300992 5854 33554432000 134512640 135217611 4288473184 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27485/statm: 6177 5854 76 173 0 6002 0
Current children cumulated CPU time (s) 185.57
Current children cumulated vsize (KiB) 33412

[startup+192.001 s]
/proc/loadavg: 2.02 1.40 0.63 3/367 27490
/proc/meminfo: memFree=21075312/32951124 swapFree=66341972/67111528
[pid=27482] ppid=27480 vsize=8704 CPUtime=0.57 cores=1,3,5,7
/proc/27482/stat : 27482 (glucose.sh) S 27480 27482 27408 0 -1 4202496 359 5356 0 0 0 0 56 1 16 0 1 0 623955928 8912896 255 33554432000 4194304 4922060 140734892443008 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27482/statm: 2176 255 211 178 0 69 0
[pid=27485] ppid=27482 vsize=24708 CPUtime=191.4 cores=1,3,5,7
/proc/27485/stat : 27485 (glucose_static) R 27482 27482 27408 0 -1 4202496 5902 0 0 0 19140 0 0 0 25 0 1 0 623955987 25300992 5857 33554432000 134512640 135217611 4288473184 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27485/statm: 6177 5857 76 173 0 6002 0
Current children cumulated CPU time (s) 191.97
Current children cumulated vsize (KiB) 33412

[startup+193.601 s]
/proc/loadavg: 2.02 1.40 0.63 3/367 27490
/proc/meminfo: memFree=21075188/32951124 swapFree=66341972/67111528
[pid=27482] ppid=27480 vsize=8704 CPUtime=0.57 cores=1,3,5,7
/proc/27482/stat : 27482 (glucose.sh) S 27480 27482 27408 0 -1 4202496 359 5356 0 0 0 0 56 1 16 0 1 0 623955928 8912896 255 33554432000 4194304 4922060 140734892443008 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27482/statm: 2176 255 211 178 0 69 0
[pid=27485] ppid=27482 vsize=24872 CPUtime=193.01 cores=1,3,5,7
/proc/27485/stat : 27485 (glucose_static) R 27482 27482 27408 0 -1 4202496 5911 0 0 0 19301 0 0 0 25 0 1 0 623955987 25468928 5866 33554432000 134512640 135217611 4288473184 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27485/statm: 6218 5866 76 173 0 6043 0
Current children cumulated CPU time (s) 193.58
Current children cumulated vsize (KiB) 33576

[startup+194.401 s]
/proc/loadavg: 2.02 1.40 0.63 3/367 27490
/proc/meminfo: memFree=21075188/32951124 swapFree=66341972/67111528
[pid=27482] ppid=27480 vsize=8704 CPUtime=0.57 cores=1,3,5,7
/proc/27482/stat : 27482 (glucose.sh) S 27480 27482 27408 0 -1 4202496 359 5356 0 0 0 0 56 1 16 0 1 0 623955928 8912896 255 33554432000 4194304 4922060 140734892443008 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27482/statm: 2176 255 211 178 0 69 0
[pid=27485] ppid=27482 vsize=24872 CPUtime=193.8 cores=1,3,5,7
/proc/27485/stat : 27485 (glucose_static) R 27482 27482 27408 0 -1 4202496 5911 0 0 0 19380 0 0 0 25 0 1 0 623955987 25468928 5866 33554432000 134512640 135217611 4288473184 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27485/statm: 6218 5866 76 173 0 6043 0
Current children cumulated CPU time (s) 194.37
Current children cumulated vsize (KiB) 33576

[startup+194.813 s]
/proc/loadavg: 2.02 1.40 0.63 3/367 27490
/proc/meminfo: memFree=21073328/32951124 swapFree=66341972/67111528
[pid=27482] ppid=27480 vsize=8704 CPUtime=0.57 cores=1,3,5,7
/proc/27482/stat : 27482 (glucose.sh) S 27480 27482 27408 0 -1 4202496 359 5356 0 0 0 0 56 1 16 0 1 0 623955928 8912896 255 33554432000 4194304 4922060 140734892443008 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27482/statm: 2176 255 211 178 0 69 0
[pid=27485] ppid=27482 vsize=24872 CPUtime=194.21 cores=1,3,5,7
/proc/27485/stat : 27485 (glucose_static) R 27482 27482 27408 0 -1 4202496 5911 0 0 0 19421 0 0 0 25 0 1 0 623955987 25468928 5866 33554432000 134512640 135217611 4288473184 18446744073709551615 134533371 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27485/statm: 6218 5866 76 173 0 6043 0
Current children cumulated CPU time (s) 194.78
Current children cumulated vsize (KiB) 33576

[startup+195 s]
/proc/loadavg: 2.02 1.40 0.63 3/367 27490
/proc/meminfo: memFree=21073328/32951124 swapFree=66341972/67111528
[pid=27482] ppid=27480 vsize=8704 CPUtime=0.57 cores=1,3,5,7
/proc/27482/stat : 27482 (glucose.sh) S 27480 27482 27408 0 -1 4202496 359 5356 0 0 0 0 56 1 16 0 1 0 623955928 8912896 255 33554432000 4194304 4922060 140734892443008 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27482/statm: 2176 255 211 178 0 69 0
[pid=27485] ppid=27482 vsize=24872 CPUtime=194.4 cores=1,3,5,7
/proc/27485/stat : 27485 (glucose_static) R 27482 27482 27408 0 -1 4202496 5911 0 0 0 19440 0 0 0 25 0 1 0 623955987 25468928 5866 33554432000 134512640 135217611 4288473184 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27485/statm: 6218 5866 76 173 0 6043 0
Current children cumulated CPU time (s) 194.97
Current children cumulated vsize (KiB) 33576

[startup+195.1 s]
/proc/loadavg: 2.02 1.40 0.63 3/367 27490
/proc/meminfo: memFree=21073328/32951124 swapFree=66341972/67111528
[pid=27482] ppid=27480 vsize=8704 CPUtime=0.57 cores=1,3,5,7
/proc/27482/stat : 27482 (glucose.sh) S 27480 27482 27408 0 -1 4202496 359 5356 0 0 0 0 56 1 16 0 1 0 623955928 8912896 255 33554432000 4194304 4922060 140734892443008 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/27482/statm: 2176 255 211 178 0 69 0
[pid=27485] ppid=27482 vsize=24872 CPUtime=194.5 cores=1,3,5,7
/proc/27485/stat : 27485 (glucose_static) R 27482 27482 27408 0 -1 4202496 5911 0 0 0 19450 0 0 0 25 0 1 0 623955987 25468928 5866 33554432000 134512640 135217611 4288473184 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/27485/statm: 6218 5866 76 173 0 6043 0
Current children cumulated CPU time (s) 195.07
Current children cumulated vsize (KiB) 33576

Child status: 20
Real time (s): 195.198
CPU time (s): 195.188
CPU user time (s): 195.16
CPU system time (s): 0.027995
CPU usage (%): 99.9951
Max. virtual memory (cumulated for all children) (KiB): 33576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 195.16
system time used= 0.027995
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= 423

runsolver used 0.671897 second user time and 1.64275 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-13 21:36:43
IDJOB=3365618
IDBENCH=70941
IDSOLVER=1842
FILE ID=node141/3365618-1305315403
RUNJOBID= node141-1305315242-27427
PBS_JOBID= 13324291
Free space on /tmp= 48892 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-3365618-1305315403/watcher-3365618-1305315403 -o /tmp/evaluation-result-3365618-1305315403/solver-3365618-1305315403 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365618-1305315403.cnf

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

MD5SUM BENCH= eb4d0d02a25a8a84182ddd3b6d1fa8b5
RANDOM SEED=1767788005

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.82
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.806
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.806
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.84
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.806
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.806
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.806
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:     32951124 kB
MemFree:      21126128 kB
Buffers:        223356 kB
Cached:        6006712 kB
SwapCached:      22860 kB
Active:        3254048 kB
Inactive:      8327732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21126128 kB
SwapTotal:    67111528 kB
SwapFree:     66341972 kB
Dirty:            4656 kB
Writeback:           0 kB
AnonPages:     5335304 kB
Mapped:          19760 kB
Slab:           139848 kB
PageTables:      37936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86368572 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= 48888 MiB
End job on node141 at 2011-05-13 21:39:58