Trace number 1729690

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
glucose 1.0UNSAT 968.911 969.42

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG7-gensys-icl006.sat05-3132.reshuffled-07.cnf
MD5SUM56dc474305bf6e6817771129f995c737
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark300.085
Satisfiable
(Un)Satisfiability was proved
Number of variables728
Number of clauses17199
Sum of the clauses size75582
Maximum clause length13
Minimum clause length1
Number of clauses of size 149
Number of clauses of size 21177
Number of clauses of size 38740
Number of clauses of size 4232
Number of clauses of size 5250
Number of clauses of size over 56751

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.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   16517    72143 |    4955       0        0     nan |  0.000 % |
0.00/0.05	c |         0 |   12052    55981 |      --       0       --      -- |     --   | -274/-1109
0.00/0.05	c ==============================================================================
0.00/0.05	c Result  :   #vars: 668   #clauses: 12052   #literals: 55981
0.00/0.05	c CPU time:   0.048992 s
0.00/0.05	c ==============================================================================
0.00/0.07	c
0.00/0.07	c Starting glucose
0.00/0.07	c
0.00/0.07	
0.00/0.07	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.07	
0.00/0.07	c ============================[ Problem Statistics ]=============================
0.00/0.07	c |                                                                             |
0.00/0.07	c |  Number of variables:  668                                                  |
0.00/0.07	c |  Number of clauses:    12052                                                |
0.00/0.08	c |  Parsing time:         0.01         s                                       |
968.88/969.40	c restarts              : 184
968.88/969.40	c nb ReduceDB           : 50
968.88/969.40	c nb learnts DL2        : 257
968.88/969.40	c nb learnts size 2     : 116
968.88/969.40	c nb learnts size 1     : 16
968.88/969.40	c conflicts             : 1475389        (1523 /sec)
968.88/969.40	c decisions             : 1618101        (1.67 % random) (1670 /sec)
968.88/969.40	c propagations          : 91044812       (93980 /sec)
968.88/969.40	c conflict literals     : 42140953       (47.47 % deleted)
968.88/969.40	c Memory used           : 23.77 MB
968.88/969.40	c CPU time              : 968.769 s
968.88/969.40	
968.88/969.41	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1729690-1240752656/watcher-1729690-1240752656 -o /tmp/evaluation-result-1729690-1240752656/solver-1729690-1240752656 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1729690-1240752656.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 21307
/proc/meminfo: memFree=1774720/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0
/proc/21307/stat : 21307 (glucose.sh) R 21305 21307 21178 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 103295144 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 249069890207 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/21307/statm: 1340 235 194 169 0 51 0
[pid=21308] ppid=21307 vsize=1008 CPUtime=0
/proc/21308/stat : 21308 (SatELite_releas) R 21307 21307 21178 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 103295144 1032192 111 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/21308/statm: 252 112 51 174 0 75 0

[startup+0.100324 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 21307
/proc/meminfo: memFree=1774720/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.201349 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 21307
/proc/meminfo: memFree=1774720/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.30136 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 21307
/proc/meminfo: memFree=1774720/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.701432 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 21307
/proc/meminfo: memFree=1774720/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+1.50157 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 21310
/proc/meminfo: memFree=1771496/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=4160 CPUtime=1.41
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 753 0 0 0 141 0 0 0 25 0 1 0 103295152 4259840 739 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 1040 739 76 172 0 865 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9520

[startup+3.10186 s]
/proc/loadavg: 0.92 0.98 0.99 2/67 21310
/proc/meminfo: memFree=1770920/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=4820 CPUtime=3.01
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 921 0 0 0 301 0 0 0 25 0 1 0 103295152 4935680 907 1992294400 134512640 135217611 4294956304 18446744073709551615 134533690 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 1205 907 76 172 0 1030 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10180

[startup+6.30143 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 21310
/proc/meminfo: memFree=1769832/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=5620 CPUtime=6.21
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 1120 0 0 0 621 0 0 0 25 0 1 0 103295152 5754880 1106 1992294400 134512640 135217611 4294956304 18446744073709551615 134537957 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 1405 1106 76 172 0 1230 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 10980

[startup+12.7016 s]
/proc/loadavg: 0.93 0.98 0.99 2/67 21310
/proc/meminfo: memFree=1768632/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=6776 CPUtime=12.61
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 1381 0 0 0 1261 0 0 0 25 0 1 0 103295152 6938624 1367 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 1694 1367 76 172 0 1519 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 12136

[startup+25.5028 s]
/proc/loadavg: 0.95 0.98 0.99 2/67 21310
/proc/meminfo: memFree=1767352/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=8132 CPUtime=25.39
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 1734 0 0 0 2539 0 0 0 25 0 1 0 103295152 8327168 1720 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 2033 1720 76 172 0 1858 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 13492

[startup+51.1014 s]
/proc/loadavg: 0.96 0.98 0.99 2/67 21310
/proc/meminfo: memFree=1765240/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=10292 CPUtime=50.99
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 2257 0 0 0 5098 1 0 0 25 0 1 0 103295152 10539008 2243 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 2573 2243 76 172 0 2398 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 15652

[startup+102.302 s]
/proc/loadavg: 0.98 0.98 0.99 2/67 21310
/proc/meminfo: memFree=1763448/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=12080 CPUtime=102.17
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 2679 0 0 0 10216 1 0 0 25 0 1 0 103295152 12369920 2665 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 3020 2665 76 172 0 2845 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 17440

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 21310
/proc/meminfo: memFree=1761400/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=14180 CPUtime=162.13
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 3183 0 0 0 16210 3 0 0 25 0 1 0 103295152 14520320 3169 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 3545 3169 76 172 0 3370 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 19540

[startup+222.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 21310
/proc/meminfo: memFree=1759800/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=15856 CPUtime=222.1
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 3571 0 0 0 22207 3 0 0 25 0 1 0 103295152 16236544 3557 1992294400 134512640 135217611 4294956304 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 3964 3557 76 172 0 3789 0
Current children cumulated CPU time (s) 222.16
Current children cumulated vsize (KiB) 21216

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 21310
/proc/meminfo: memFree=1758648/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=17148 CPUtime=282.07
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 3867 0 0 0 28204 3 0 0 25 0 1 0 103295152 17559552 3853 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 4287 3853 76 172 0 4112 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 22508

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 21310
/proc/meminfo: memFree=1757496/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=18396 CPUtime=342.03
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 4151 0 0 0 34200 3 0 0 25 0 1 0 103295152 18837504 4137 1992294400 134512640 135217611 4294956304 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 4599 4137 76 172 0 4424 0
Current children cumulated CPU time (s) 342.09
Current children cumulated vsize (KiB) 23756

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 21310
/proc/meminfo: memFree=1756664/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=19256 CPUtime=402.01
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 4370 0 0 0 40197 4 0 0 25 0 1 0 103295152 19718144 4356 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 4814 4356 76 172 0 4639 0

################
# More data... #
################


[startup+582.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 21312
/proc/meminfo: memFree=1754296/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=21744 CPUtime=581.92
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 4937 0 0 0 58187 5 0 0 25 0 1 0 103295152 22265856 4923 1992294400 134512640 135217611 4294956304 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 5436 4923 76 172 0 5261 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 27104

[startup+642.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 21312
/proc/meminfo: memFree=1753400/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=22468 CPUtime=641.89
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 5134 0 0 0 64184 5 0 0 25 0 1 0 103295152 23007232 5120 1992294400 134512640 135217611 4294956304 18446744073709551615 134544609 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 5617 5120 76 172 0 5442 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 27828

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 21312
/proc/meminfo: memFree=1752888/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=23084 CPUtime=701.86
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 5228 0 0 0 70181 5 0 0 25 0 1 0 103295152 23638016 5214 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 5771 5214 76 172 0 5596 0
Current children cumulated CPU time (s) 701.92
Current children cumulated vsize (KiB) 28444

[startup+762.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 21312
/proc/meminfo: memFree=1752504/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=23392 CPUtime=761.83
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 5313 0 0 0 76178 5 0 0 25 0 1 0 103295152 23953408 5299 1992294400 134512640 135217611 4294956304 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 5848 5299 76 172 0 5673 0
Current children cumulated CPU time (s) 761.89
Current children cumulated vsize (KiB) 28752

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 21312
/proc/meminfo: memFree=1752504/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=23528 CPUtime=821.79
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 5330 0 0 0 82174 5 0 0 25 0 1 0 103295152 24092672 5316 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 5882 5316 76 172 0 5707 0
Current children cumulated CPU time (s) 821.85
Current children cumulated vsize (KiB) 28888

[startup+882.306 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 21312
/proc/meminfo: memFree=1752248/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=23896 CPUtime=881.76
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 5402 0 0 0 88171 5 0 0 25 0 1 0 103295152 24469504 5388 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 5974 5388 76 172 0 5799 0
Current children cumulated CPU time (s) 881.82
Current children cumulated vsize (KiB) 29256

[startup+942.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 21312
/proc/meminfo: memFree=1752056/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=24032 CPUtime=941.72
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 5449 0 0 0 94167 5 0 0 25 0 1 0 103295152 24608768 5435 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 6008 5435 76 172 0 5833 0
Current children cumulated CPU time (s) 941.78
Current children cumulated vsize (KiB) 29392

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

[startup+947.205 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 21312
/proc/meminfo: memFree=1751992/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=24032 CPUtime=946.63
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 5450 0 0 0 94658 5 0 0 25 0 1 0 103295152 24608768 5436 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 6008 5436 76 172 0 5833 0
Current children cumulated CPU time (s) 946.69
Current children cumulated vsize (KiB) 29392

[startup+960.002 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 21312
/proc/meminfo: memFree=1751672/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=24336 CPUtime=959.42
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 5529 0 0 0 95936 6 0 0 25 0 1 0 103295152 24920064 5515 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/21310/statm: 6084 5515 76 172 0 5909 0
Current children cumulated CPU time (s) 959.48
Current children cumulated vsize (KiB) 29696

[startup+966.402 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 21312
/proc/meminfo: memFree=1751672/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=24336 CPUtime=965.82
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 5532 0 0 0 96576 6 0 0 25 0 1 0 103295152 24920064 5518 1992294400 134512640 135217611 4294956304 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 6084 5518 76 172 0 5909 0
Current children cumulated CPU time (s) 965.88
Current children cumulated vsize (KiB) 29696

[startup+968.002 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 21312
/proc/meminfo: memFree=1751672/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=24336 CPUtime=967.42
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 5532 0 0 0 96736 6 0 0 25 0 1 0 103295152 24920064 5518 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 6084 5518 76 172 0 5909 0
Current children cumulated CPU time (s) 967.48
Current children cumulated vsize (KiB) 29696

[startup+968.802 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 21312
/proc/meminfo: memFree=1751672/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=24336 CPUtime=968.22
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 5532 0 0 0 96816 6 0 0 25 0 1 0 103295152 24920064 5518 1992294400 134512640 135217611 4294956304 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 6084 5518 76 172 0 5909 0
Current children cumulated CPU time (s) 968.28
Current children cumulated vsize (KiB) 29696

[startup+969.206 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 21312
/proc/meminfo: memFree=1751672/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=24336 CPUtime=968.62
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 5532 0 0 0 96856 6 0 0 25 0 1 0 103295152 24920064 5518 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 6084 5518 76 172 0 5909 0
Current children cumulated CPU time (s) 968.68
Current children cumulated vsize (KiB) 29696

[startup+969.401 s]
/proc/loadavg: 0.99 0.98 0.99 2/67 21312
/proc/meminfo: memFree=1751672/2055920 swapFree=4192812/4192956
[pid=21307] ppid=21305 vsize=5360 CPUtime=0.06
/proc/21307/stat : 21307 (glucose.sh) S 21305 21307 21178 0 -1 4194304 313 515 0 0 0 0 6 0 16 0 1 0 103295144 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/21307/statm: 1340 238 195 169 0 51 0
[pid=21310] ppid=21307 vsize=24336 CPUtime=968.82
/proc/21310/stat : 21310 (glucose_static) R 21307 21307 21178 0 -1 4194304 5532 0 0 0 96876 6 0 0 25 0 1 0 103295152 24920064 5518 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/21310/statm: 6084 5518 76 172 0 5909 0
Current children cumulated CPU time (s) 968.88
Current children cumulated vsize (KiB) 29696

Child status: 20
Real time (s): 969.42
CPU time (s): 968.911
CPU user time (s): 968.837
CPU system time (s): 0.073988
CPU usage (%): 99.9475
Max. virtual memory (cumulated for all children) (KiB): 29696

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

runsolver used 1.20082 second user time and 2.33164 second system time

The end

Launcher Data

Begin job on node89 at 2009-04-26 15:30:56
IDJOB=1729690
IDBENCH=24712
IDSOLVER=503
FILE ID=node89/1729690-1240752656
PBS_JOBID= 9187093
Free space on /tmp= 66384 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG7-gensys-icl006.sat05-3132.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1729690-1240752656/watcher-1729690-1240752656 -o /tmp/evaluation-result-1729690-1240752656/solver-1729690-1240752656 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1729690-1240752656.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 56dc474305bf6e6817771129f995c737
RANDOM SEED=1109782960

node89.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1775264 kB
Buffers:         29056 kB
Cached:         170860 kB
SwapCached:        140 kB
Active:          36116 kB
Inactive:       177748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1775264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1932 kB
Writeback:           0 kB
Mapped:          23540 kB
Slab:            52804 kB
Committed_AS:   320748 kB
PageTables:       1372 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66380 MiB
End job on node89 at 2009-04-26 15:47:06