Trace number 1783876

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 293.125 293.278

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl001.sat05-2695.reshuffled-07.cnf
MD5SUM178c0646166b92c20ce876c724294ca1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark46.019
Satisfiable
(Un)Satisfiability was proved
Number of variables1587
Number of clauses8013
Sum of the clauses size68223
Maximum clause length16
Minimum clause length1
Number of clauses of size 133
Number of clauses of size 2283
Number of clauses of size 31146
Number of clauses of size 4108
Number of clauses of size 5888
Number of clauses of size over 55555

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.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |    7801    67257 |    2340       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    6565    57894 |      --       0       --      -- |     --   | -394/-4756
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 1465   #clauses: 6565   #literals: 57894
0.00/0.06	c CPU time:   0.054991 s
0.00/0.06	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:  1465                                                 |
0.00/0.07	c |  Number of clauses:    6565                                                 |
0.07/0.08	c |  Parsing time:         0.01         s                                       |
293.04/293.26	c restarts              : 48
293.04/293.26	c nb ReduceDB           : 37
293.04/293.26	c nb learnts DL2        : 885
293.04/293.26	c nb learnts size 2     : 450
293.04/293.26	c nb learnts size 1     : 12
293.04/293.26	c conflicts             : 879190         (3001 /sec)
293.04/293.26	c decisions             : 1517468        (1.93 % random) (5179 /sec)
293.04/293.26	c propagations          : 32680094       (111533 /sec)
293.04/293.26	c conflict literals     : 26129660       (36.20 % deleted)
293.04/293.26	c Memory used           : 19.41 MB
293.04/293.26	c CPU time              : 293.008 s
293.04/293.26	
293.04/293.27	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-1783876-1241896947/watcher-1783876-1241896947 -o /tmp/evaluation-result-1783876-1241896947/solver-1783876-1241896947 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783876-1241896947.cnf 

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): 6000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 18793
/proc/meminfo: memFree=1866000/2055920 swapFree=4171272/4192956
[pid=18793] ppid=18791 vsize=5360 CPUtime=0
/proc/18793/stat : 18793 (glucose.sh) R 18791 18793 18606 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 217727581 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 221780699807 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/18793/statm: 1340 235 194 169 0 51 0
[pid=18794] ppid=18793 vsize=1140 CPUtime=0
/proc/18794/stat : 18794 (SatELite_releas) R 18793 18793 18606 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 217727582 1167360 130 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/18794/statm: 285 130 51 174 0 108 0

[startup+0.0884559 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 18793
/proc/meminfo: memFree=1866000/2055920 swapFree=4171272/4192956
[pid=18793] ppid=18791 vsize=5360 CPUtime=0.07
/proc/18793/stat : 18793 (glucose.sh) S 18791 18793 18606 0 -1 4194304 313 422 0 0 0 0 7 0 16 0 1 0 217727581 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18793/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+0.101457 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 18793
/proc/meminfo: memFree=1866000/2055920 swapFree=4171272/4192956
[pid=18793] ppid=18791 vsize=5360 CPUtime=0.07
/proc/18793/stat : 18793 (glucose.sh) S 18791 18793 18606 0 -1 4194304 313 422 0 0 0 0 7 0 16 0 1 0 217727581 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18793/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+0.301489 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 18793
/proc/meminfo: memFree=1866000/2055920 swapFree=4171272/4192956
[pid=18793] ppid=18791 vsize=5360 CPUtime=0.07
/proc/18793/stat : 18793 (glucose.sh) S 18791 18793 18606 0 -1 4194304 313 422 0 0 0 0 7 0 16 0 1 0 217727581 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18793/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+0.701547 s]
/proc/loadavg: 0.91 0.97 0.99 2/64 18793
/proc/meminfo: memFree=1866000/2055920 swapFree=4171272/4192956
[pid=18793] ppid=18791 vsize=5360 CPUtime=0.07
/proc/18793/stat : 18793 (glucose.sh) S 18791 18793 18606 0 -1 4194304 313 422 0 0 0 0 7 0 16 0 1 0 217727581 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18793/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5360

[startup+1.50166 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 18796
/proc/meminfo: memFree=1862848/2055920 swapFree=4171272/4192956
[pid=18793] ppid=18791 vsize=5360 CPUtime=0.07
/proc/18793/stat : 18793 (glucose.sh) S 18791 18793 18606 0 -1 4194304 313 422 0 0 0 0 7 0 16 0 1 0 217727581 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18793/statm: 1340 238 195 169 0 51 0
[pid=18796] ppid=18793 vsize=4452 CPUtime=1.41
/proc/18796/stat : 18796 (glucose_static) R 18793 18793 18606 0 -1 4194304 830 0 0 0 141 0 0 0 25 0 1 0 217727589 4558848 816 1992294400 134512640 135217611 4294956304 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18796/statm: 1113 816 76 172 0 938 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9812

[startup+3.10188 s]
/proc/loadavg: 0.91 0.97 0.99 2/66 18796
/proc/meminfo: memFree=1861952/2055920 swapFree=4171272/4192956
[pid=18793] ppid=18791 vsize=5360 CPUtime=0.07
/proc/18793/stat : 18793 (glucose.sh) S 18791 18793 18606 0 -1 4194304 313 422 0 0 0 0 7 0 16 0 1 0 217727581 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18793/statm: 1340 238 195 169 0 51 0
[pid=18796] ppid=18793 vsize=5264 CPUtime=3.01
/proc/18796/stat : 18796 (glucose_static) R 18793 18793 18606 0 -1 4194304 1035 0 0 0 301 0 0 0 25 0 1 0 217727589 5390336 1021 1992294400 134512640 135217611 4294956304 18446744073709551615 134533316 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18796/statm: 1316 1021 76 172 0 1141 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 10624

[startup+6.30134 s]
/proc/loadavg: 0.92 0.97 0.99 2/66 18796
/proc/meminfo: memFree=1860864/2055920 swapFree=4171272/4192956
[pid=18793] ppid=18791 vsize=5360 CPUtime=0.07
/proc/18793/stat : 18793 (glucose.sh) S 18791 18793 18606 0 -1 4194304 313 422 0 0 0 0 7 0 16 0 1 0 217727581 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18793/statm: 1340 238 195 169 0 51 0
[pid=18796] ppid=18793 vsize=6268 CPUtime=6.2
/proc/18796/stat : 18796 (glucose_static) R 18793 18793 18606 0 -1 4194304 1260 0 0 0 620 0 0 0 25 0 1 0 217727589 6418432 1246 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18796/statm: 1567 1246 76 172 0 1392 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11628

[startup+12.7013 s]
/proc/loadavg: 0.93 0.97 0.99 2/66 18796
/proc/meminfo: memFree=1859008/2055920 swapFree=4171272/4192956
[pid=18793] ppid=18791 vsize=5360 CPUtime=0.07
/proc/18793/stat : 18793 (glucose.sh) S 18791 18793 18606 0 -1 4194304 313 422 0 0 0 0 7 0 16 0 1 0 217727581 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18793/statm: 1340 238 195 169 0 51 0
[pid=18796] ppid=18793 vsize=7628 CPUtime=12.59
/proc/18796/stat : 18796 (glucose_static) R 18793 18793 18606 0 -1 4194304 1602 0 0 0 1259 0 0 0 25 0 1 0 217727589 7811072 1588 1992294400 134512640 135217611 4294956304 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18796/statm: 1907 1588 76 172 0 1732 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12988

[startup+25.5011 s]
/proc/loadavg: 0.94 0.97 0.99 2/66 18796
/proc/meminfo: memFree=1857600/2055920 swapFree=4171272/4192956
[pid=18793] ppid=18791 vsize=5360 CPUtime=0.07
/proc/18793/stat : 18793 (glucose.sh) S 18791 18793 18606 0 -1 4194304 313 422 0 0 0 0 7 0 16 0 1 0 217727581 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18793/statm: 1340 238 195 169 0 51 0
[pid=18796] ppid=18793 vsize=9160 CPUtime=25.4
/proc/18796/stat : 18796 (glucose_static) R 18793 18793 18606 0 -1 4194304 1974 0 0 0 2539 1 0 0 25 0 1 0 217727589 9379840 1960 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18796/statm: 2290 1960 76 172 0 2115 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 14520

[startup+51.1017 s]
/proc/loadavg: 0.96 0.97 0.99 2/66 18796
/proc/meminfo: memFree=1855744/2055920 swapFree=4171272/4192956
[pid=18793] ppid=18791 vsize=5360 CPUtime=0.07
/proc/18793/stat : 18793 (glucose.sh) S 18791 18793 18606 0 -1 4194304 313 422 0 0 0 0 7 0 16 0 1 0 217727581 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18793/statm: 1340 238 195 169 0 51 0
[pid=18796] ppid=18793 vsize=11192 CPUtime=50.98
/proc/18796/stat : 18796 (glucose_static) R 18793 18793 18606 0 -1 4194304 2444 0 0 0 5097 1 0 0 25 0 1 0 217727589 11460608 2430 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18796/statm: 2798 2430 76 172 0 2623 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 16552

[startup+102.305 s]
/proc/loadavg: 0.98 0.97 0.99 2/66 18796
/proc/meminfo: memFree=1852992/2055920 swapFree=4171272/4192956
[pid=18793] ppid=18791 vsize=5360 CPUtime=0.07
/proc/18793/stat : 18793 (glucose.sh) S 18791 18793 18606 0 -1 4194304 313 422 0 0 0 0 7 0 16 0 1 0 217727581 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18793/statm: 1340 238 195 169 0 51 0
[pid=18796] ppid=18793 vsize=13856 CPUtime=102.16
/proc/18796/stat : 18796 (glucose_static) R 18793 18793 18606 0 -1 4194304 3111 0 0 0 10214 2 0 0 25 0 1 0 217727589 14188544 3097 1992294400 134512640 135217611 4294956304 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18796/statm: 3464 3097 76 172 0 3289 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 19216

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18796
/proc/meminfo: memFree=1850496/2055920 swapFree=4171272/4192956
[pid=18793] ppid=18791 vsize=5360 CPUtime=0.07
/proc/18793/stat : 18793 (glucose.sh) S 18791 18793 18606 0 -1 4194304 313 422 0 0 0 0 7 0 16 0 1 0 217727581 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18793/statm: 1340 238 195 169 0 51 0
[pid=18796] ppid=18793 vsize=16640 CPUtime=162.13
/proc/18796/stat : 18796 (glucose_static) R 18793 18793 18606 0 -1 4194304 3728 0 0 0 16211 2 0 0 25 0 1 0 217727589 17039360 3714 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18796/statm: 4160 3714 76 172 0 3985 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 22000

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18796
/proc/meminfo: memFree=1849088/2055920 swapFree=4171272/4192956
[pid=18793] ppid=18791 vsize=5360 CPUtime=0.07
/proc/18793/stat : 18793 (glucose.sh) S 18791 18793 18606 0 -1 4194304 313 422 0 0 0 0 7 0 16 0 1 0 217727581 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18793/statm: 1340 238 195 169 0 51 0
[pid=18796] ppid=18793 vsize=18176 CPUtime=222.11
/proc/18796/stat : 18796 (glucose_static) R 18793 18793 18606 0 -1 4194304 4064 0 0 0 22209 2 0 0 25 0 1 0 217727589 18612224 4050 1992294400 134512640 135217611 4294956304 18446744073709551615 134527881 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18796/statm: 4544 4050 76 172 0 4369 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 23536

[startup+282.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18796
/proc/meminfo: memFree=1847424/2055920 swapFree=4171272/4192956
[pid=18793] ppid=18791 vsize=5360 CPUtime=0.07
/proc/18793/stat : 18793 (glucose.sh) S 18791 18793 18606 0 -1 4194304 313 422 0 0 0 0 7 0 16 0 1 0 217727581 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18793/statm: 1340 238 195 169 0 51 0
[pid=18796] ppid=18793 vsize=19876 CPUtime=282.07
/proc/18796/stat : 18796 (glucose_static) R 18793 18793 18606 0 -1 4194304 4478 0 0 0 28204 3 0 0 25 0 1 0 217727589 20353024 4464 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18796/statm: 4969 4464 76 172 0 4794 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 25236

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

[startup+287.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18796
/proc/meminfo: memFree=1847424/2055920 swapFree=4171272/4192956
[pid=18793] ppid=18791 vsize=5360 CPUtime=0.07
/proc/18793/stat : 18793 (glucose.sh) S 18791 18793 18606 0 -1 4194304 313 422 0 0 0 0 7 0 16 0 1 0 217727581 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18793/statm: 1340 238 195 169 0 51 0
[pid=18796] ppid=18793 vsize=19876 CPUtime=287.67
/proc/18796/stat : 18796 (glucose_static) R 18793 18793 18606 0 -1 4194304 4480 0 0 0 28764 3 0 0 25 0 1 0 217727589 20353024 4466 1992294400 134512640 135217611 4294956304 18446744073709551615 134533609 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18796/statm: 4969 4466 76 172 0 4794 0
Current children cumulated CPU time (s) 287.74
Current children cumulated vsize (KiB) 25236

[startup+291.102 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18796
/proc/meminfo: memFree=1847424/2055920 swapFree=4171272/4192956
[pid=18793] ppid=18791 vsize=5360 CPUtime=0.07
/proc/18793/stat : 18793 (glucose.sh) S 18791 18793 18606 0 -1 4194304 313 422 0 0 0 0 7 0 16 0 1 0 217727581 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18793/statm: 1340 238 195 169 0 51 0
[pid=18796] ppid=18793 vsize=19876 CPUtime=290.87
/proc/18796/stat : 18796 (glucose_static) R 18793 18793 18606 0 -1 4194304 4480 0 0 0 29084 3 0 0 25 0 1 0 217727589 20353024 4466 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18796/statm: 4969 4466 76 172 0 4794 0
Current children cumulated CPU time (s) 290.94
Current children cumulated vsize (KiB) 25236

[startup+291.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18796
/proc/meminfo: memFree=1847424/2055920 swapFree=4171272/4192956
[pid=18793] ppid=18791 vsize=5360 CPUtime=0.07
/proc/18793/stat : 18793 (glucose.sh) S 18791 18793 18606 0 -1 4194304 313 422 0 0 0 0 7 0 16 0 1 0 217727581 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18793/statm: 1340 238 195 169 0 51 0
[pid=18796] ppid=18793 vsize=19876 CPUtime=291.67
/proc/18796/stat : 18796 (glucose_static) R 18793 18793 18606 0 -1 4194304 4480 0 0 0 29164 3 0 0 25 0 1 0 217727589 20353024 4466 1992294400 134512640 135217611 4294956304 18446744073709551615 134533209 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18796/statm: 4969 4466 76 172 0 4794 0
Current children cumulated CPU time (s) 291.74
Current children cumulated vsize (KiB) 25236

[startup+292.701 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18796
/proc/meminfo: memFree=1847424/2055920 swapFree=4171272/4192956
[pid=18793] ppid=18791 vsize=5360 CPUtime=0.07
/proc/18793/stat : 18793 (glucose.sh) S 18791 18793 18606 0 -1 4194304 313 422 0 0 0 0 7 0 16 0 1 0 217727581 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18793/statm: 1340 238 195 169 0 51 0
[pid=18796] ppid=18793 vsize=19876 CPUtime=292.47
/proc/18796/stat : 18796 (glucose_static) R 18793 18793 18606 0 -1 4194304 4480 0 0 0 29244 3 0 0 25 0 1 0 217727589 20353024 4466 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18796/statm: 4969 4466 76 172 0 4794 0
Current children cumulated CPU time (s) 292.54
Current children cumulated vsize (KiB) 25236

[startup+293.101 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18796
/proc/meminfo: memFree=1847424/2055920 swapFree=4171272/4192956
[pid=18793] ppid=18791 vsize=5360 CPUtime=0.07
/proc/18793/stat : 18793 (glucose.sh) S 18791 18793 18606 0 -1 4194304 313 422 0 0 0 0 7 0 16 0 1 0 217727581 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18793/statm: 1340 238 195 169 0 51 0
[pid=18796] ppid=18793 vsize=19876 CPUtime=292.87
/proc/18796/stat : 18796 (glucose_static) R 18793 18793 18606 0 -1 4194304 4480 0 0 0 29284 3 0 0 25 0 1 0 217727589 20353024 4466 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18796/statm: 4969 4466 76 172 0 4794 0
Current children cumulated CPU time (s) 292.94
Current children cumulated vsize (KiB) 25236

[startup+293.201 s]
/proc/loadavg: 0.99 0.97 0.99 2/66 18796
/proc/meminfo: memFree=1847424/2055920 swapFree=4171272/4192956
[pid=18793] ppid=18791 vsize=5360 CPUtime=0.07
/proc/18793/stat : 18793 (glucose.sh) S 18791 18793 18606 0 -1 4194304 313 422 0 0 0 0 7 0 16 0 1 0 217727581 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18793/statm: 1340 238 195 169 0 51 0
[pid=18796] ppid=18793 vsize=19876 CPUtime=292.97
/proc/18796/stat : 18796 (glucose_static) R 18793 18793 18606 0 -1 4194304 4480 0 0 0 29294 3 0 0 25 0 1 0 217727589 20353024 4466 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/18796/statm: 4969 4466 76 172 0 4794 0
Current children cumulated CPU time (s) 293.04
Current children cumulated vsize (KiB) 25236

Child status: 20
Real time (s): 293.278
CPU time (s): 293.125
CPU user time (s): 293.08
CPU system time (s): 0.044993
CPU usage (%): 99.9481
Max. virtual memory (cumulated for all children) (KiB): 25236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 293.08
system time used= 0.044993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5382
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= 39
involuntary context switches= 967

runsolver used 0.26196 second user time and 0.812876 second system time

The end

Launcher Data

Begin job on node29 at 2009-05-09 21:22:27
IDJOB=1783876
IDBENCH=24717
IDSOLVER=610
FILE ID=node29/1783876-1241896947
PBS_JOBID= 9264750
Free space on /tmp= 66404 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl001.sat05-2695.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783876-1241896947/watcher-1783876-1241896947 -o /tmp/evaluation-result-1783876-1241896947/solver-1783876-1241896947 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783876-1241896947.cnf

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

MD5SUM BENCH= 178c0646166b92c20ce876c724294ca1
RANDOM SEED=71740628

node29.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.281
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.281
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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1866544 kB
Buffers:         35904 kB
Cached:          96256 kB
SwapCached:      15876 kB
Active:          64732 kB
Inactive:        86236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866544 kB
SwapTotal:     4192956 kB
SwapFree:      4171272 kB
Dirty:            1928 kB
Writeback:           0 kB
Mapped:          15048 kB
Slab:            24384 kB
Committed_AS:   798924 kB
PageTables:       1472 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= 66404 MiB
End job on node29 at 2009-05-09 21:27:21