Trace number 3308387

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 488.508 488.503

General information on the benchmark

Nameindustrial/IBM_FV_2002_13_rule_1/
SAT_dat.k100.cnf
MD5SUMcf1b8194ff6d413d396ac9e26bb031ef
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark202.908
Satisfiable
(Un)Satisfiability was proved
Number of variables50797
Number of clauses177980
Sum of the clauses size470252
Maximum clause length37
Minimum clause length1
Number of clauses of size 11318
Number of clauses of size 295086
Number of clauses of size 374860
Number of clauses of size 4486
Number of clauses of size 5945
Number of clauses of size over 55285

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.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |  176662   468934 |   52998       0        0     nan |  0.000 % |
0.00/0.46	c |         0 |  126705   459117 |      --       0       --      -- |     --   | -48055/-4128
0.00/0.46	c ==============================================================================
0.00/0.46	c Result  :   #vars: 18202   #clauses: 126705   #literals: 459117
0.00/0.46	c CPU time:   0.437933 s
0.00/0.46	c ==============================================================================
0.00/0.54	c
0.00/0.54	c Starting glucose
0.00/0.54	c
0.00/0.55	
0.00/0.55	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.55	
0.00/0.55	c ============================[ Problem Statistics ]=============================
0.00/0.55	c |                                                                             |
0.00/0.55	c |  Number of variables:  18202                                                |
0.00/0.55	c |  Number of clauses:    126705                                               |
0.53/0.60	c |  Parsing time:         0.04         s                                       |
488.38/488.49	c restarts              : 5919
488.38/488.49	c nb ReduceDB           : 78
488.38/488.49	c nb learnts DL2        : 18667
488.38/488.49	c nb learnts size 2     : 7838
488.38/488.49	c nb learnts size 1     : 30
488.38/488.49	c conflicts             : 4656411        (9544 /sec)
488.38/488.49	c decisions             : 8550228        (1.07 % random) (17525 /sec)
488.38/488.49	c propagations          : 901062937      (1846831 /sec)
488.38/488.49	c conflict literals     : 165336357      (14.34 % deleted)
488.38/488.49	c Memory used           : 75.66 MB
488.38/488.49	c CPU time              : 487.897 s
488.38/488.49	
488.38/488.49	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-3308387-1303983200/watcher-3308387-1303983200 -o /tmp/evaluation-result-3308387-1303983200/solver-3308387-1303983200 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308387-1303983200.cnf 

running on 2 cores: 1,3

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 3/180 24930
/proc/meminfo: memFree=15162412/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 509919659 8912896 253 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 253 211 178 0 69 0

[startup+0.016426 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 24930
/proc/meminfo: memFree=15162412/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 509919659 8912896 253 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100415 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 24930
/proc/meminfo: memFree=15162412/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 509919659 8912896 253 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300381 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 24930
/proc/meminfo: memFree=15162412/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 334 0 0 0 0 0 0 0 21 0 1 0 509919659 8912896 253 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70031 s]
/proc/loadavg: 0.00 0.00 0.00 3/180 24930
/proc/meminfo: memFree=15162412/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0.53 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 361 7634 0 0 0 0 51 2 16 0 1 0 509919659 8912896 255 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 8704

[startup+1.50023 s]
/proc/loadavg: 0.16 0.03 0.01 3/182 24962
/proc/meminfo: memFree=15147704/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0.53 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 361 7634 0 0 0 0 51 2 16 0 1 0 509919659 8912896 255 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 255 211 178 0 69 0
[pid=24955] ppid=24930 vsize=14184 CPUtime=0.93 cores=1,3
/proc/24955/stat : 24955 (glucose_static) R 24930 24930 24889 0 -1 4202496 3438 0 0 0 93 0 0 0 19 0 1 0 509919714 14524416 3387 33554432000 134512640 135217611 4291520480 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24955/statm: 3546 3387 77 173 0 3371 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 22888

[startup+3.10089 s]
/proc/loadavg: 0.16 0.03 0.01 4/188 24974
/proc/meminfo: memFree=15115912/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0.53 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 361 7634 0 0 0 0 51 2 16 0 1 0 509919659 8912896 255 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 255 211 178 0 69 0
[pid=24955] ppid=24930 vsize=17000 CPUtime=2.53 cores=1,3
/proc/24955/stat : 24955 (glucose_static) R 24930 24930 24889 0 -1 4202496 4153 0 0 0 253 0 0 0 22 0 1 0 509919714 17408000 4102 33554432000 134512640 135217611 4291520480 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24955/statm: 4250 4102 77 173 0 4075 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 25704

[startup+6.30039 s]
/proc/loadavg: 0.16 0.03 0.01 4/188 24975
/proc/meminfo: memFree=15103388/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0.53 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 361 7634 0 0 0 0 51 2 16 0 1 0 509919659 8912896 255 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 255 211 178 0 69 0
[pid=24955] ppid=24930 vsize=18504 CPUtime=5.73 cores=1,3
/proc/24955/stat : 24955 (glucose_static) R 24930 24930 24889 0 -1 4202496 4499 0 0 0 573 0 0 0 25 0 1 0 509919714 18948096 4448 33554432000 134512640 135217611 4291520480 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24955/statm: 4626 4448 77 173 0 4451 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 27208

[startup+12.7002 s]
/proc/loadavg: 0.75 0.16 0.05 5/194 24986
/proc/meminfo: memFree=14943348/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0.53 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 361 7634 0 0 0 0 51 2 16 0 1 0 509919659 8912896 255 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 255 211 178 0 69 0
[pid=24955] ppid=24930 vsize=21160 CPUtime=12.14 cores=1,3
/proc/24955/stat : 24955 (glucose_static) R 24930 24930 24889 0 -1 4202496 5145 0 0 0 1213 1 0 0 25 0 1 0 509919714 21667840 5094 33554432000 134512640 135217611 4291520480 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24955/statm: 5290 5094 77 173 0 5115 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 29864

[startup+25.501 s]
/proc/loadavg: 1.25 0.29 0.09 5/194 25019
/proc/meminfo: memFree=15007092/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0.53 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 361 7634 0 0 0 0 51 2 16 0 1 0 509919659 8912896 255 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 255 211 178 0 69 0
[pid=24955] ppid=24930 vsize=24068 CPUtime=24.94 cores=1,3
/proc/24955/stat : 24955 (glucose_static) R 24930 24930 24889 0 -1 4202496 5894 0 0 0 2493 1 0 0 25 0 1 0 509919714 24645632 5843 33554432000 134512640 135217611 4291520480 18446744073709551615 134537887 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24955/statm: 6017 5843 77 173 0 5842 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 32772

[startup+51.1004 s]
/proc/loadavg: 2.19 0.59 0.20 5/194 25051
/proc/meminfo: memFree=14899996/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0.53 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 361 7634 0 0 0 0 51 2 16 0 1 0 509919659 8912896 255 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 255 211 178 0 69 0
[pid=24955] ppid=24930 vsize=29080 CPUtime=50.54 cores=1,3
/proc/24955/stat : 24955 (glucose_static) R 24930 24930 24889 0 -1 4202496 7142 0 0 0 5053 1 0 0 25 0 1 0 509919714 29777920 7091 33554432000 134512640 135217611 4291520480 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24955/statm: 7270 7091 77 173 0 7095 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37784

[startup+102.307 s]
/proc/loadavg: 3.34 1.17 0.42 5/194 25082
/proc/meminfo: memFree=14870908/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0.53 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 361 7634 0 0 0 0 51 2 16 0 1 0 509919659 8912896 255 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 255 211 178 0 69 0
[pid=24955] ppid=24930 vsize=39784 CPUtime=101.75 cores=1,3
/proc/24955/stat : 24955 (glucose_static) R 24930 24930 24889 0 -1 4202496 9763 0 0 0 10173 2 0 0 25 0 1 0 509919714 40738816 9712 33554432000 134512640 135217611 4291520480 18446744073709551615 134528492 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24955/statm: 9946 9712 77 173 0 9771 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 48488

[startup+162.301 s]
/proc/loadavg: 3.75 1.69 0.64 5/194 25114
/proc/meminfo: memFree=14864376/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0.53 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 361 7634 0 0 0 0 51 2 16 0 1 0 509919659 8912896 255 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 255 211 178 0 69 0
[pid=24955] ppid=24930 vsize=47404 CPUtime=161.74 cores=1,3
/proc/24955/stat : 24955 (glucose_static) R 24930 24930 24889 0 -1 4202496 11673 0 0 0 16172 2 0 0 25 0 1 0 509919714 48541696 11622 33554432000 134512640 135217611 4291520480 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24955/statm: 11851 11622 77 173 0 11676 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 56108

[startup+222.3 s]
/proc/loadavg: 3.99 2.12 0.85 5/194 25116
/proc/meminfo: memFree=14828280/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0.53 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 361 7634 0 0 0 0 51 2 16 0 1 0 509919659 8912896 255 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 255 211 178 0 69 0
[pid=24955] ppid=24930 vsize=56988 CPUtime=221.74 cores=1,3
/proc/24955/stat : 24955 (glucose_static) R 24930 24930 24889 0 -1 4202496 14067 0 0 0 22171 3 0 0 25 0 1 0 509919714 58355712 14016 33554432000 134512640 135217611 4291520480 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24955/statm: 14247 14016 77 173 0 14072 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 65692

[startup+282.301 s]
/proc/loadavg: 3.99 2.46 1.05 5/194 25118
/proc/meminfo: memFree=14810992/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0.53 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 361 7634 0 0 0 0 51 2 16 0 1 0 509919659 8912896 255 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 255 211 178 0 69 0
[pid=24955] ppid=24930 vsize=57256 CPUtime=281.74 cores=1,3
/proc/24955/stat : 24955 (glucose_static) R 24930 24930 24889 0 -1 4202496 14086 0 0 0 28171 3 0 0 25 0 1 0 509919714 58630144 14035 33554432000 134512640 135217611 4291520480 18446744073709551615 134542569 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24955/statm: 14314 14035 77 173 0 14139 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 65960

[startup+342.301 s]
/proc/loadavg: 3.99 2.74 1.23 5/194 25119
/proc/meminfo: memFree=14789884/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0.53 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 361 7634 0 0 0 0 51 2 16 0 1 0 509919659 8912896 255 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 255 211 178 0 69 0
[pid=24955] ppid=24930 vsize=61792 CPUtime=341.74 cores=1,3
/proc/24955/stat : 24955 (glucose_static) R 24930 24930 24889 0 -1 4202496 15222 0 0 0 34171 3 0 0 25 0 1 0 509919714 63275008 15171 33554432000 134512640 135217611 4291520480 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24955/statm: 15448 15171 77 173 0 15273 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 70496

[startup+402.301 s]
/proc/loadavg: 3.99 2.96 1.40 5/194 25121
/proc/meminfo: memFree=14776596/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0.53 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 361 7634 0 0 0 0 51 2 16 0 1 0 509919659 8912896 255 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 255 211 178 0 69 0
[pid=24955] ppid=24930 vsize=68076 CPUtime=401.75 cores=1,3
/proc/24955/stat : 24955 (glucose_static) R 24930 24930 24889 0 -1 4202496 16762 0 0 0 40171 4 0 0 25 0 1 0 509919714 69709824 16711 33554432000 134512640 135217611 4291520480 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24955/statm: 17019 16711 77 173 0 16844 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 76780

[startup+462.301 s]
/proc/loadavg: 4.05 3.16 1.56 5/194 25122
/proc/meminfo: memFree=14766900/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0.53 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 361 7634 0 0 0 0 51 2 16 0 1 0 509919659 8912896 255 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 255 211 178 0 69 0
[pid=24955] ppid=24930 vsize=73828 CPUtime=461.75 cores=1,3
/proc/24955/stat : 24955 (glucose_static) R 24930 24930 24889 0 -1 4202496 18125 0 0 0 46171 4 0 0 25 0 1 0 509919714 75599872 18074 33554432000 134512640 135217611 4291520480 18446744073709551615 134522539 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24955/statm: 18457 18074 77 173 0 18282 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 82532

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

[startup+473.501 s]
/proc/loadavg: 4.04 3.19 1.59 5/194 25123
/proc/meminfo: memFree=14763908/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0.53 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 361 7634 0 0 0 0 51 2 16 0 1 0 509919659 8912896 255 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 255 211 178 0 69 0
[pid=24955] ppid=24930 vsize=74112 CPUtime=472.95 cores=1,3
/proc/24955/stat : 24955 (glucose_static) R 24930 24930 24889 0 -1 4202496 18193 0 0 0 47291 4 0 0 25 0 1 0 509919714 75890688 18142 33554432000 134512640 135217611 4291520480 18446744073709551615 134533260 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24955/statm: 18528 18142 77 173 0 18353 0
Current children cumulated CPU time (s) 473.48
Current children cumulated vsize (KiB) 82816

[startup+479.901 s]
/proc/loadavg: 4.04 3.20 1.60 5/194 25123
/proc/meminfo: memFree=14760560/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0.53 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 361 7634 0 0 0 0 51 2 16 0 1 0 509919659 8912896 255 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 255 211 178 0 69 0
[pid=24955] ppid=24930 vsize=77468 CPUtime=479.35 cores=1,3
/proc/24955/stat : 24955 (glucose_static) R 24930 24930 24889 0 -1 4202496 19053 0 0 0 47930 5 0 0 25 0 1 0 509919714 79327232 19002 33554432000 134512640 135217611 4291520480 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24955/statm: 19367 19002 77 173 0 19192 0
Current children cumulated CPU time (s) 479.88
Current children cumulated vsize (KiB) 86172

[startup+483.1 s]
/proc/loadavg: 4.03 3.22 1.62 5/194 25123
/proc/meminfo: memFree=14760560/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0.53 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 361 7634 0 0 0 0 51 2 16 0 1 0 509919659 8912896 255 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 255 211 178 0 69 0
[pid=24955] ppid=24930 vsize=77468 CPUtime=482.55 cores=1,3
/proc/24955/stat : 24955 (glucose_static) R 24930 24930 24889 0 -1 4202496 19053 0 0 0 48250 5 0 0 25 0 1 0 509919714 79327232 19002 33554432000 134512640 135217611 4291520480 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24955/statm: 19367 19002 77 173 0 19192 0
Current children cumulated CPU time (s) 483.08
Current children cumulated vsize (KiB) 86172

[startup+486.301 s]
/proc/loadavg: 4.03 3.23 1.63 5/194 25123
/proc/meminfo: memFree=14760188/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0.53 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 361 7634 0 0 0 0 51 2 16 0 1 0 509919659 8912896 255 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 255 211 178 0 69 0
[pid=24955] ppid=24930 vsize=77468 CPUtime=485.75 cores=1,3
/proc/24955/stat : 24955 (glucose_static) R 24930 24930 24889 0 -1 4202496 19054 0 0 0 48570 5 0 0 25 0 1 0 509919714 79327232 19003 33554432000 134512640 135217611 4291520480 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24955/statm: 19367 19003 77 173 0 19192 0
Current children cumulated CPU time (s) 486.28
Current children cumulated vsize (KiB) 86172

[startup+487.901 s]
/proc/loadavg: 4.03 3.23 1.63 5/194 25123
/proc/meminfo: memFree=14760188/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0.53 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 361 7634 0 0 0 0 51 2 16 0 1 0 509919659 8912896 255 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 255 211 178 0 69 0
[pid=24955] ppid=24930 vsize=77468 CPUtime=487.35 cores=1,3
/proc/24955/stat : 24955 (glucose_static) R 24930 24930 24889 0 -1 4202496 19055 0 0 0 48730 5 0 0 25 0 1 0 509919714 79327232 19004 33554432000 134512640 135217611 4291520480 18446744073709551615 134533076 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24955/statm: 19367 19004 77 173 0 19192 0
Current children cumulated CPU time (s) 487.88
Current children cumulated vsize (KiB) 86172

[startup+488.3 s]
/proc/loadavg: 4.03 3.23 1.63 5/194 25123
/proc/meminfo: memFree=14760188/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=0.53 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 361 7634 0 0 0 0 51 2 16 0 1 0 509919659 8912896 255 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24930/statm: 2176 255 211 178 0 69 0
[pid=24955] ppid=24930 vsize=77468 CPUtime=487.75 cores=1,3
/proc/24955/stat : 24955 (glucose_static) R 24930 24930 24889 0 -1 4202496 19055 0 0 0 48770 5 0 0 25 0 1 0 509919714 79327232 19004 33554432000 134512640 135217611 4291520480 18446744073709551615 134532760 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24955/statm: 19367 19004 77 173 0 19192 0
Current children cumulated CPU time (s) 488.28
Current children cumulated vsize (KiB) 86172

[startup+488.5 s]
/proc/loadavg: 4.03 3.23 1.63 5/194 25123
/proc/meminfo: memFree=14760188/32950928 swapFree=67111528/67111528
[pid=24930] ppid=24928 vsize=8704 CPUtime=488.49 cores=1,3
/proc/24930/stat : 24930 (glucose.sh) S 24928 24930 24889 0 -1 4202496 367 26701 0 0 0 0 48841 8 15 0 1 0 509919659 8912896 257 33554432000 4194304 4922060 140735988535008 18446744073709551615 274473963365 0 2147483391 4100 65536 18446744071699215550 0 0 17 1 0 0 0
/proc/24930/statm: 2176 257 213 178 0 69 0
Current children cumulated CPU time (s) 488.49
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 488.503
CPU time (s): 488.508
CPU user time (s): 488.416
CPU system time (s): 0.091986
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 86172

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

runsolver used 0.739887 second user time and 1.93071 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-28 11:33:20
IDJOB=3308387
IDBENCH=20536
IDSOLVER=1691
FILE ID=node125/3308387-1303983200
RUNJOBID= node125-1303983196-24909
PBS_JOBID= 13168701
Free space on /tmp= 72748 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT07/industrial/IBM_FV_2002_13_rule_1/SAT_dat.k100.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308387-1303983200/watcher-3308387-1303983200 -o /tmp/evaluation-result-3308387-1303983200/solver-3308387-1303983200 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308387-1303983200.cnf

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

MD5SUM BENCH= cf1b8194ff6d413d396ac9e26bb031ef
RANDOM SEED=1547676936

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15162816 kB
Buffers:       2211512 kB
Cached:       14921080 kB
SwapCached:          0 kB
Active:        8768776 kB
Inactive:      8486496 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15162816 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           19044 kB
Writeback:           0 kB
AnonPages:      121876 kB
Mapped:          15200 kB
Slab:           468660 kB
PageTables:       4568 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   273248 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= 72660 MiB
End job on node125 at 2011-04-28 11:41:29