Trace number 3365542

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 456.041 456.03

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 benchmark164.562
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.45393 s
0.00/0.46	c ==============================================================================
0.00/0.55	c
0.00/0.55	c Starting glucose
0.00/0.55	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.54/0.60	c |  Parsing time:         0.04         s                                       |
455.99/456.02	c restarts              : 5919
455.99/456.02	c nb ReduceDB           : 78
455.99/456.02	c nb learnts DL2        : 18667
455.99/456.02	c nb learnts size 2     : 7838
455.99/456.02	c nb learnts size 1     : 30
455.99/456.02	c conflicts             : 4656411        (10224 /sec)
455.99/456.02	c decisions             : 8550228        (1.07 % random) (18774 /sec)
455.99/456.02	c propagations          : 901062937      (1978455 /sec)
455.99/456.02	c conflict literals     : 165336357      (14.34 % deleted)
455.99/456.02	c Memory used           : 75.69 MB
455.99/456.02	c CPU time              : 455.438 s
455.99/456.02	
455.99/456.02	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-3365542-1305315248/watcher-3365542-1305315248 -o /tmp/evaluation-result-3365542-1305315248/solver-3365542-1305315248 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365542-1305315248.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: 0.08 0.02 0.01 1/346 1964
/proc/meminfo: memFree=11670316/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 332 0 0 0 0 0 0 0 19 0 1 0 721755473 8912896 253 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1964/statm: 2176 253 211 178 0 69 0

[startup+0.080327 s]
/proc/loadavg: 0.08 0.02 0.01 1/346 1964
/proc/meminfo: memFree=11670316/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 332 0 0 0 0 0 0 0 19 0 1 0 721755473 8912896 253 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1964/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100323 s]
/proc/loadavg: 0.08 0.02 0.01 1/346 1964
/proc/meminfo: memFree=11670316/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 332 0 0 0 0 0 0 0 19 0 1 0 721755473 8912896 253 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1964/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300286 s]
/proc/loadavg: 0.08 0.02 0.01 1/346 1964
/proc/meminfo: memFree=11670316/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 332 0 0 0 0 0 0 0 19 0 1 0 721755473 8912896 253 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/1964/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701144 s]
/proc/loadavg: 0.08 0.02 0.01 1/346 1964
/proc/meminfo: memFree=11670316/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 359 7634 0 0 0 0 53 1 15 0 1 0 721755473 8912896 255 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1964/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 8704

[startup+1.50108 s]
/proc/loadavg: 0.08 0.02 0.01 3/350 1971
/proc/meminfo: memFree=11634776/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 359 7634 0 0 0 0 53 1 15 0 1 0 721755473 8912896 255 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1964/statm: 2176 255 211 178 0 69 0
[pid=1967] ppid=1964 vsize=14180 CPUtime=0.94 cores=1,3,5,7
/proc/1967/stat : 1967 (glucose_static) R 1964 1964 1936 0 -1 4202496 3438 0 0 0 93 1 0 0 17 0 1 0 721755529 14520320 3387 33554432000 134512640 135217611 4292259536 18446744073709551615 134537389 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/1967/statm: 3545 3387 77 173 0 3370 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22884

[startup+3.10076 s]
/proc/loadavg: 0.08 0.02 0.01 3/350 1971
/proc/meminfo: memFree=11584732/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 359 7634 0 0 0 0 53 1 15 0 1 0 721755473 8912896 255 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1964/statm: 2176 255 211 178 0 69 0
[pid=1967] ppid=1964 vsize=16996 CPUtime=2.54 cores=1,3,5,7
/proc/1967/stat : 1967 (glucose_static) R 1964 1964 1936 0 -1 4202496 4153 0 0 0 253 1 0 0 20 0 1 0 721755529 17403904 4102 33554432000 134512640 135217611 4292259536 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/1967/statm: 4249 4102 77 173 0 4074 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 25700

[startup+6.30115 s]
/proc/loadavg: 0.23 0.05 0.02 3/350 1971
/proc/meminfo: memFree=11443788/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 359 7634 0 0 0 0 53 1 15 0 1 0 721755473 8912896 255 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1964/statm: 2176 255 211 178 0 69 0
[pid=1967] ppid=1964 vsize=18624 CPUtime=5.74 cores=1,3,5,7
/proc/1967/stat : 1967 (glucose_static) R 1964 1964 1936 0 -1 4202496 4525 0 0 0 573 1 0 0 25 0 1 0 721755529 19070976 4474 33554432000 134512640 135217611 4292259536 18446744073709551615 134533341 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/1967/statm: 4656 4474 77 173 0 4481 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 27328

[startup+12.7009 s]
/proc/loadavg: 0.45 0.10 0.03 3/354 1980
/proc/meminfo: memFree=11001660/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 359 7634 0 0 0 0 53 1 15 0 1 0 721755473 8912896 255 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1964/statm: 2176 255 211 178 0 69 0
[pid=1967] ppid=1964 vsize=21108 CPUtime=12.13 cores=1,3,5,7
/proc/1967/stat : 1967 (glucose_static) R 1964 1964 1936 0 -1 4202496 5148 0 0 0 1212 1 0 0 25 0 1 0 721755529 21614592 5097 33554432000 134512640 135217611 4292259536 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/1967/statm: 5277 5097 77 173 0 5102 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 29812

[startup+25.5005 s]
/proc/loadavg: 0.87 0.21 0.07 3/354 1980
/proc/meminfo: memFree=10504636/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 359 7634 0 0 0 0 53 1 15 0 1 0 721755473 8912896 255 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1964/statm: 2176 255 211 178 0 69 0
[pid=1967] ppid=1964 vsize=24408 CPUtime=24.94 cores=1,3,5,7
/proc/1967/stat : 1967 (glucose_static) R 1964 1964 1936 0 -1 4202496 5982 0 0 0 2492 2 0 0 25 0 1 0 721755529 24993792 5931 33554432000 134512640 135217611 4292259536 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/1967/statm: 6102 5931 77 173 0 5927 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33112

[startup+51.1006 s]
/proc/loadavg: 1.25 0.35 0.12 3/354 2011
/proc/meminfo: memFree=11566184/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 359 7634 0 0 0 0 53 1 15 0 1 0 721755473 8912896 255 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1964/statm: 2176 255 211 178 0 69 0
[pid=1967] ppid=1964 vsize=29828 CPUtime=50.54 cores=1,3,5,7
/proc/1967/stat : 1967 (glucose_static) R 1964 1964 1936 0 -1 4202496 7317 0 0 0 5052 2 0 0 25 0 1 0 721755529 30543872 7266 33554432000 134512640 135217611 4292259536 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/1967/statm: 7457 7266 77 173 0 7282 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 38532

[startup+102.313 s]
/proc/loadavg: 1.67 0.60 0.21 3/354 2012
/proc/meminfo: memFree=11544756/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 359 7634 0 0 0 0 53 1 15 0 1 0 721755473 8912896 255 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1964/statm: 2176 255 211 178 0 69 0
[pid=1967] ppid=1964 vsize=41136 CPUtime=101.75 cores=1,3,5,7
/proc/1967/stat : 1967 (glucose_static) R 1964 1964 1936 0 -1 4202496 10113 0 0 0 10173 2 0 0 25 0 1 0 721755529 42123264 10062 33554432000 134512640 135217611 4292259536 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/1967/statm: 10284 10062 77 173 0 10109 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 49840

[startup+162.3 s]
/proc/loadavg: 1.88 0.85 0.32 3/354 2014
/proc/meminfo: memFree=11531564/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 359 7634 0 0 0 0 53 1 15 0 1 0 721755473 8912896 255 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1964/statm: 2176 255 211 178 0 69 0
[pid=1967] ppid=1964 vsize=47400 CPUtime=161.74 cores=1,3,5,7
/proc/1967/stat : 1967 (glucose_static) R 1964 1964 1936 0 -1 4202496 11676 0 0 0 16171 3 0 0 25 0 1 0 721755529 48537600 11625 33554432000 134512640 135217611 4292259536 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/1967/statm: 11850 11625 77 173 0 11675 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 56104

[startup+222.301 s]
/proc/loadavg: 1.95 1.06 0.42 3/354 2015
/proc/meminfo: memFree=11519988/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 359 7634 0 0 0 0 53 1 15 0 1 0 721755473 8912896 255 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1964/statm: 2176 255 211 178 0 69 0
[pid=1967] ppid=1964 vsize=57264 CPUtime=221.74 cores=1,3,5,7
/proc/1967/stat : 1967 (glucose_static) R 1964 1964 1936 0 -1 4202496 14074 0 0 0 22171 3 0 0 25 0 1 0 721755529 58638336 14023 33554432000 134512640 135217611 4292259536 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/1967/statm: 14316 14023 77 173 0 14141 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 65968

[startup+282.3 s]
/proc/loadavg: 1.98 1.23 0.52 3/354 2017
/proc/meminfo: memFree=11512724/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 359 7634 0 0 0 0 53 1 15 0 1 0 721755473 8912896 255 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1964/statm: 2176 255 211 178 0 69 0
[pid=1967] ppid=1964 vsize=59680 CPUtime=281.74 cores=1,3,5,7
/proc/1967/stat : 1967 (glucose_static) R 1964 1964 1936 0 -1 4202496 14680 0 0 0 28171 3 0 0 25 0 1 0 721755529 61112320 14629 33554432000 134512640 135217611 4292259536 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/1967/statm: 14920 14629 77 173 0 14745 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 68384

[startup+342.301 s]
/proc/loadavg: 1.99 1.37 0.61 3/354 2021
/proc/meminfo: memFree=11504896/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 359 7634 0 0 0 0 53 1 15 0 1 0 721755473 8912896 255 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1964/statm: 2176 255 211 178 0 69 0
[pid=1967] ppid=1964 vsize=65708 CPUtime=341.75 cores=1,3,5,7
/proc/1967/stat : 1967 (glucose_static) R 1964 1964 1936 0 -1 4202496 16160 0 0 0 34171 4 0 0 25 0 1 0 721755529 67284992 16109 33554432000 134512640 135217611 4292259536 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/1967/statm: 16427 16109 77 173 0 16252 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 74412

[startup+402.301 s]
/proc/loadavg: 1.99 1.48 0.69 3/354 2023
/proc/meminfo: memFree=11498024/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 359 7634 0 0 0 0 53 1 15 0 1 0 721755473 8912896 255 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1964/statm: 2176 255 211 178 0 69 0
[pid=1967] ppid=1964 vsize=70352 CPUtime=401.75 cores=1,3,5,7
/proc/1967/stat : 1967 (glucose_static) R 1964 1964 1936 0 -1 4202496 17328 0 0 0 40171 4 0 0 25 0 1 0 721755529 72040448 17277 33554432000 134512640 135217611 4292259536 18446744073709551615 134533402 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/1967/statm: 17588 17277 77 173 0 17413 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 79056

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

[startup+409.501 s]
/proc/loadavg: 1.99 1.49 0.70 3/354 2023
/proc/meminfo: memFree=11496648/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 359 7634 0 0 0 0 53 1 15 0 1 0 721755473 8912896 255 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1964/statm: 2176 255 211 178 0 69 0
[pid=1967] ppid=1964 vsize=70632 CPUtime=408.95 cores=1,3,5,7
/proc/1967/stat : 1967 (glucose_static) R 1964 1964 1936 0 -1 4202496 17387 0 0 0 40891 4 0 0 25 0 1 0 721755529 72327168 17336 33554432000 134512640 135217611 4292259536 18446744073709551615 134536986 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/1967/statm: 17658 17336 77 173 0 17483 0
Current children cumulated CPU time (s) 409.49
Current children cumulated vsize (KiB) 79336

[startup+435.1 s]
/proc/loadavg: 1.99 1.53 0.73 3/354 2024
/proc/meminfo: memFree=11492668/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 359 7634 0 0 0 0 53 1 15 0 1 0 721755473 8912896 255 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1964/statm: 2176 255 211 178 0 69 0
[pid=1967] ppid=1964 vsize=73820 CPUtime=434.55 cores=1,3,5,7
/proc/1967/stat : 1967 (glucose_static) R 1964 1964 1936 0 -1 4202496 18135 0 0 0 43451 4 0 0 25 0 1 0 721755529 75591680 18084 33554432000 134512640 135217611 4292259536 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/1967/statm: 18455 18084 77 173 0 18280 0
Current children cumulated CPU time (s) 435.09
Current children cumulated vsize (KiB) 82524

[startup+447.901 s]
/proc/loadavg: 2.13 1.58 0.76 3/354 2024
/proc/meminfo: memFree=11488932/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 359 7634 0 0 0 0 53 1 15 0 1 0 721755473 8912896 255 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1964/statm: 2176 255 211 178 0 69 0
[pid=1967] ppid=1964 vsize=77504 CPUtime=447.35 cores=1,3,5,7
/proc/1967/stat : 1967 (glucose_static) R 1964 1964 1936 0 -1 4202496 19057 0 0 0 44731 4 0 0 25 0 1 0 721755529 79364096 19006 33554432000 134512640 135217611 4292259536 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/1967/statm: 19376 19006 77 173 0 19201 0
Current children cumulated CPU time (s) 447.89
Current children cumulated vsize (KiB) 86208

[startup+451.1 s]
/proc/loadavg: 2.12 1.59 0.77 3/354 2024
/proc/meminfo: memFree=11488932/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 359 7634 0 0 0 0 53 1 15 0 1 0 721755473 8912896 255 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1964/statm: 2176 255 211 178 0 69 0
[pid=1967] ppid=1964 vsize=77504 CPUtime=450.55 cores=1,3,5,7
/proc/1967/stat : 1967 (glucose_static) R 1964 1964 1936 0 -1 4202496 19057 0 0 0 45051 4 0 0 25 0 1 0 721755529 79364096 19006 33554432000 134512640 135217611 4292259536 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/1967/statm: 19376 19006 77 173 0 19201 0
Current children cumulated CPU time (s) 451.09
Current children cumulated vsize (KiB) 86208

[startup+454.314 s]
/proc/loadavg: 2.12 1.59 0.77 3/354 2024
/proc/meminfo: memFree=11488920/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 359 7634 0 0 0 0 53 1 15 0 1 0 721755473 8912896 255 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1964/statm: 2176 255 211 178 0 69 0
[pid=1967] ppid=1964 vsize=77504 CPUtime=453.77 cores=1,3,5,7
/proc/1967/stat : 1967 (glucose_static) R 1964 1964 1936 0 -1 4202496 19059 0 0 0 45373 4 0 0 25 0 1 0 721755529 79364096 19008 33554432000 134512640 135217611 4292259536 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/1967/statm: 19376 19008 77 173 0 19201 0
Current children cumulated CPU time (s) 454.31
Current children cumulated vsize (KiB) 86208

[startup+455.1 s]
/proc/loadavg: 2.12 1.59 0.77 3/354 2024
/proc/meminfo: memFree=11488920/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 359 7634 0 0 0 0 53 1 15 0 1 0 721755473 8912896 255 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1964/statm: 2176 255 211 178 0 69 0
[pid=1967] ppid=1964 vsize=77504 CPUtime=454.55 cores=1,3,5,7
/proc/1967/stat : 1967 (glucose_static) R 1964 1964 1936 0 -1 4202496 19059 0 0 0 45451 4 0 0 25 0 1 0 721755529 79364096 19008 33554432000 134512640 135217611 4292259536 18446744073709551615 134532588 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/1967/statm: 19376 19008 77 173 0 19201 0
Current children cumulated CPU time (s) 455.09
Current children cumulated vsize (KiB) 86208

[startup+455.5 s]
/proc/loadavg: 2.11 1.59 0.78 3/354 2024
/proc/meminfo: memFree=11488920/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 359 7634 0 0 0 0 53 1 15 0 1 0 721755473 8912896 255 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1964/statm: 2176 255 211 178 0 69 0
[pid=1967] ppid=1964 vsize=77504 CPUtime=454.95 cores=1,3,5,7
/proc/1967/stat : 1967 (glucose_static) R 1964 1964 1936 0 -1 4202496 19059 0 0 0 45491 4 0 0 25 0 1 0 721755529 79364096 19008 33554432000 134512640 135217611 4292259536 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/1967/statm: 19376 19008 77 173 0 19201 0
Current children cumulated CPU time (s) 455.49
Current children cumulated vsize (KiB) 86208

[startup+455.9 s]
/proc/loadavg: 2.11 1.59 0.78 3/354 2024
/proc/meminfo: memFree=11488920/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 359 7634 0 0 0 0 53 1 15 0 1 0 721755473 8912896 255 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1964/statm: 2176 255 211 178 0 69 0
[pid=1967] ppid=1964 vsize=77504 CPUtime=455.35 cores=1,3,5,7
/proc/1967/stat : 1967 (glucose_static) R 1964 1964 1936 0 -1 4202496 19059 0 0 0 45531 4 0 0 25 0 1 0 721755529 79364096 19008 33554432000 134512640 135217611 4292259536 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/1967/statm: 19376 19008 77 173 0 19201 0
Current children cumulated CPU time (s) 455.89
Current children cumulated vsize (KiB) 86208

[startup+456 s]
/proc/loadavg: 2.11 1.59 0.78 3/354 2024
/proc/meminfo: memFree=11488920/32950928 swapFree=67111200/67111528
[pid=1964] ppid=1962 vsize=8704 CPUtime=0.54 cores=1,3,5,7
/proc/1964/stat : 1964 (glucose.sh) S 1962 1964 1936 0 -1 4202496 359 7634 0 0 0 0 53 1 15 0 1 0 721755473 8912896 255 33554432000 4194304 4922060 140733520826208 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/1964/statm: 2176 255 211 178 0 69 0
[pid=1967] ppid=1964 vsize=77504 CPUtime=455.45 cores=1,3,5,7
/proc/1967/stat : 1967 (glucose_static) R 1964 1964 1936 0 -1 4202496 19059 0 0 0 45541 4 0 0 25 0 1 0 721755529 79364096 19008 33554432000 134512640 135217611 4292259536 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/1967/statm: 19376 19008 77 173 0 19201 0
Current children cumulated CPU time (s) 455.99
Current children cumulated vsize (KiB) 86208

Child status: 20
Real time (s): 456.03
CPU time (s): 456.041
CPU user time (s): 455.971
CPU system time (s): 0.069989
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 86208

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

runsolver used 1.41078 second user time and 3.57146 second system time

The end

Launcher Data

Begin job on node115 at 2011-05-13 21:34:08
IDJOB=3365542
IDBENCH=20536
IDSOLVER=1842
FILE ID=node115/3365542-1305315248
RUNJOBID= node115-1305315246-1955
PBS_JOBID= 13324317
Free space on /tmp= 50060 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-3365542-1305315248/watcher-3365542-1305315248 -o /tmp/evaluation-result-3365542-1305315248/solver-3365542-1305315248 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365542-1305315248.cnf

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

MD5SUM BENCH= cf1b8194ff6d413d396ac9e26bb031ef
RANDOM SEED=729255872

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      11670720 kB
Buffers:        245596 kB
Cached:       10552276 kB
SwapCached:          0 kB
Active:       11789860 kB
Inactive:      9032848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11670720 kB
SwapTotal:    67111528 kB
SwapFree:     67111200 kB
Dirty:            5892 kB
Writeback:           0 kB
AnonPages:    10024728 kB
Mapped:          27564 kB
Slab:           351368 kB
PageTables:      40760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 69650112 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= 50048 MiB
End job on node115 at 2011-05-13 21:41:44