Trace number 1783996

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 420.741 420.92

General information on the benchmark

Namecrafted/Difficult/contest-02-03-04/
contest04-connm-ue-csp-sat-n600-d0.02-s1676244754.sat05-535.reshuffled-07.cnf
MD5SUMd2283e85579af5f5de3cfcfaac7f25fa
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark208.173
Satisfiable
(Un)Satisfiability was proved
Number of variables580
Number of clauses7153
Sum of the clauses size21604
Maximum clause length4
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 37008
Number of clauses of size 4145
Number of clauses of size 50
Number of clauses of size over 50

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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    7153    21604 |    2145       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |    7008    23428 |      --       0       --      -- |     --   | -145/1824
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 435   #clauses: 7008   #literals: 23428
0.00/0.06	c CPU time:   0.055991 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:  435                                                  |
0.00/0.07	c |  Number of clauses:    7008                                                 |
0.00/0.07	c |  Parsing time:         0.00         s                                       |
420.71/420.91	c restarts              : 4
420.71/420.91	c nb ReduceDB           : 45
420.71/420.91	c nb learnts DL2        : 885
420.71/420.91	c nb learnts size 2     : 236
420.71/420.91	c nb learnts size 1     : 15
420.71/420.91	c conflicts             : 1234650        (2935 /sec)
420.71/420.91	c decisions             : 1328530        (1.68 % random) (3158 /sec)
420.71/420.91	c propagations          : 96901774       (230369 /sec)
420.71/420.91	c conflict literals     : 23245506       (42.67 % deleted)
420.71/420.91	c Memory used           : 17.76 MB
420.71/420.91	c CPU time              : 420.638 s
420.71/420.91	
420.71/420.91	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-1783996-1241908649/watcher-1783996-1241908649 -o /tmp/evaluation-result-1783996-1241908649/solver-1783996-1241908649 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1783996-1241908649.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.99 0.97 0.99 3/65 8918
/proc/meminfo: memFree=1832008/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 218893936 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 236 195 169 0 51 0
[pid=8919] ppid=8918 vsize=1140 CPUtime=0
/proc/8919/stat : 8919 (SatELite_releas) R 8918 8918 8845 0 -1 4194304 138 0 0 0 0 0 0 0 19 0 1 0 218893937 1167360 122 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/8919/statm: 285 123 50 174 0 108 0

[startup+0.0808391 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 8918
/proc/meminfo: memFree=1832008/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0.06
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 313 349 0 0 0 0 6 0 17 0 1 0 218893936 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.101841 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 8918
/proc/meminfo: memFree=1832008/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0.06
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 313 349 0 0 0 0 6 0 17 0 1 0 218893936 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.301862 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 8918
/proc/meminfo: memFree=1832008/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0.06
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 313 349 0 0 0 0 6 0 17 0 1 0 218893936 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+0.701903 s]
/proc/loadavg: 0.99 0.97 0.99 3/65 8918
/proc/meminfo: memFree=1832008/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0.06
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 313 349 0 0 0 0 6 0 17 0 1 0 218893936 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 5360

[startup+1.50198 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8921
/proc/meminfo: memFree=1829752/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0.06
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 313 349 0 0 0 0 6 0 17 0 1 0 218893936 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 238 195 169 0 51 0
[pid=8921] ppid=8918 vsize=3776 CPUtime=1.42
/proc/8921/stat : 8921 (glucose_static) R 8918 8918 8845 0 -1 4194304 597 0 0 0 142 0 0 0 25 0 1 0 218893944 3866624 583 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8921/statm: 944 583 75 172 0 769 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 9136

[startup+3.10115 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8921
/proc/meminfo: memFree=1829048/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0.06
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 313 349 0 0 0 0 6 0 17 0 1 0 218893936 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 238 195 169 0 51 0
[pid=8921] ppid=8918 vsize=4172 CPUtime=3.02
/proc/8921/stat : 8921 (glucose_static) R 8918 8918 8845 0 -1 4194304 728 0 0 0 302 0 0 0 25 0 1 0 218893944 4272128 714 1992294400 134512640 135217611 4294956304 18446744073709551615 134533135 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8921/statm: 1043 714 75 172 0 868 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 9532

[startup+6.30149 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8921
/proc/meminfo: memFree=1827896/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0.06
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 313 349 0 0 0 0 6 0 17 0 1 0 218893936 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 238 195 169 0 51 0
[pid=8921] ppid=8918 vsize=5280 CPUtime=6.22
/proc/8921/stat : 8921 (glucose_static) R 8918 8918 8845 0 -1 4194304 973 0 0 0 622 0 0 0 25 0 1 0 218893944 5406720 959 1992294400 134512640 135217611 4294956304 18446744073709551615 134537546 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8921/statm: 1320 959 75 172 0 1145 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10640

[startup+12.7012 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8921
/proc/meminfo: memFree=1826424/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0.06
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 313 349 0 0 0 0 6 0 17 0 1 0 218893936 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 238 195 169 0 51 0
[pid=8921] ppid=8918 vsize=6396 CPUtime=12.61
/proc/8921/stat : 8921 (glucose_static) R 8918 8918 8845 0 -1 4194304 1257 0 0 0 1261 0 0 0 25 0 1 0 218893944 6549504 1243 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8921/statm: 1599 1243 75 172 0 1424 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 11756

[startup+25.5025 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8921
/proc/meminfo: memFree=1825144/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0.06
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 313 349 0 0 0 0 6 0 17 0 1 0 218893936 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 238 195 169 0 51 0
[pid=8921] ppid=8918 vsize=7844 CPUtime=25.4
/proc/8921/stat : 8921 (glucose_static) R 8918 8918 8845 0 -1 4194304 1613 0 0 0 2540 0 0 0 25 0 1 0 218893944 8032256 1599 1992294400 134512640 135217611 4294956304 18446744073709551615 134533307 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8921/statm: 1961 1599 75 172 0 1786 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13204

[startup+51.1022 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8921
/proc/meminfo: memFree=1823608/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0.06
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 313 349 0 0 0 0 6 0 17 0 1 0 218893936 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 238 195 169 0 51 0
[pid=8921] ppid=8918 vsize=9600 CPUtime=51
/proc/8921/stat : 8921 (glucose_static) R 8918 8918 8845 0 -1 4194304 2009 0 0 0 5100 0 0 0 25 0 1 0 218893944 9830400 1995 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8921/statm: 2400 1995 75 172 0 2225 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 14960

[startup+102.307 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8921
/proc/meminfo: memFree=1821688/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0.06
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 313 349 0 0 0 0 6 0 17 0 1 0 218893936 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 238 195 169 0 51 0
[pid=8921] ppid=8918 vsize=11512 CPUtime=102.17
/proc/8921/stat : 8921 (glucose_static) R 8918 8918 8845 0 -1 4194304 2457 0 0 0 10217 0 0 0 25 0 1 0 218893944 11788288 2443 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8921/statm: 2878 2443 75 172 0 2703 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 16872

[startup+162.303 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8921
/proc/meminfo: memFree=1819384/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0.06
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 313 349 0 0 0 0 6 0 17 0 1 0 218893936 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 238 195 169 0 51 0
[pid=8921] ppid=8918 vsize=13936 CPUtime=162.15
/proc/8921/stat : 8921 (glucose_static) R 8918 8918 8845 0 -1 4194304 3035 0 0 0 16214 1 0 0 25 0 1 0 218893944 14270464 3021 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8921/statm: 3484 3021 75 172 0 3309 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 19296

[startup+222.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8921
/proc/meminfo: memFree=1818104/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0.06
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 313 349 0 0 0 0 6 0 17 0 1 0 218893936 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 238 195 169 0 51 0
[pid=8921] ppid=8918 vsize=15404 CPUtime=222.12
/proc/8921/stat : 8921 (glucose_static) R 8918 8918 8845 0 -1 4194304 3343 0 0 0 22211 1 0 0 25 0 1 0 218893944 15773696 3329 1992294400 134512640 135217611 4294956304 18446744073709551615 134533196 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8921/statm: 3851 3329 76 172 0 3676 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 20764

[startup+282.301 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8923
/proc/meminfo: memFree=1816760/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0.06
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 313 349 0 0 0 0 6 0 17 0 1 0 218893936 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 238 195 169 0 51 0
[pid=8921] ppid=8918 vsize=16588 CPUtime=282.09
/proc/8921/stat : 8921 (glucose_static) R 8918 8918 8845 0 -1 4194304 3635 0 0 0 28208 1 0 0 25 0 1 0 218893944 16986112 3621 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8921/statm: 4147 3621 76 172 0 3972 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 21948

[startup+342.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8923
/proc/meminfo: memFree=1815864/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0.06
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 313 349 0 0 0 0 6 0 17 0 1 0 218893936 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 238 195 169 0 51 0
[pid=8921] ppid=8918 vsize=17556 CPUtime=342.07
/proc/8921/stat : 8921 (glucose_static) R 8918 8918 8845 0 -1 4194304 3864 0 0 0 34206 1 0 0 25 0 1 0 218893944 17977344 3850 1992294400 134512640 135217611 4294956304 18446744073709551615 134522387 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8921/statm: 4389 3850 76 172 0 4214 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 22916

[startup+402.302 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8923
/proc/meminfo: memFree=1815544/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0.06
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 313 349 0 0 0 0 6 0 17 0 1 0 218893936 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 238 195 169 0 51 0
[pid=8921] ppid=8918 vsize=17988 CPUtime=402.06
/proc/8921/stat : 8921 (glucose_static) R 8918 8918 8845 0 -1 4194304 3957 0 0 0 40204 2 0 0 25 0 1 0 218893944 18419712 3943 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8921/statm: 4497 3943 76 172 0 4322 0
Current children cumulated CPU time (s) 402.12
Current children cumulated vsize (KiB) 23348

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

[startup+409.503 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8923
/proc/meminfo: memFree=1815416/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0.06
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 313 349 0 0 0 0 6 0 17 0 1 0 218893936 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 238 195 169 0 51 0
[pid=8921] ppid=8918 vsize=18180 CPUtime=409.25
/proc/8921/stat : 8921 (glucose_static) R 8918 8918 8845 0 -1 4194304 3979 0 0 0 40923 2 0 0 25 0 1 0 218893944 18616320 3965 1992294400 134512640 135217611 4294956304 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8921/statm: 4545 3965 76 172 0 4370 0
Current children cumulated CPU time (s) 409.31
Current children cumulated vsize (KiB) 23540

[startup+415.901 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8923
/proc/meminfo: memFree=1815416/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0.06
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 313 349 0 0 0 0 6 0 17 0 1 0 218893936 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 238 195 169 0 51 0
[pid=8921] ppid=8918 vsize=18180 CPUtime=415.65
/proc/8921/stat : 8921 (glucose_static) R 8918 8918 8845 0 -1 4194304 3992 0 0 0 41563 2 0 0 25 0 1 0 218893944 18616320 3978 1992294400 134512640 135217611 4294956304 18446744073709551615 134522387 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8921/statm: 4545 3978 76 172 0 4370 0
Current children cumulated CPU time (s) 415.71
Current children cumulated vsize (KiB) 23540

[startup+419.106 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8923
/proc/meminfo: memFree=1815416/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0.06
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 313 349 0 0 0 0 6 0 17 0 1 0 218893936 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 238 195 169 0 51 0
[pid=8921] ppid=8918 vsize=18180 CPUtime=418.85
/proc/8921/stat : 8921 (glucose_static) R 8918 8918 8845 0 -1 4194304 3992 0 0 0 41883 2 0 0 25 0 1 0 218893944 18616320 3978 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8921/statm: 4545 3978 76 172 0 4370 0
Current children cumulated CPU time (s) 418.91
Current children cumulated vsize (KiB) 23540

[startup+419.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8923
/proc/meminfo: memFree=1815416/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0.06
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 313 349 0 0 0 0 6 0 17 0 1 0 218893936 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 238 195 169 0 51 0
[pid=8921] ppid=8918 vsize=18180 CPUtime=419.65
/proc/8921/stat : 8921 (glucose_static) R 8918 8918 8845 0 -1 4194304 3992 0 0 0 41963 2 0 0 25 0 1 0 218893944 18616320 3978 1992294400 134512640 135217611 4294956304 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8921/statm: 4545 3978 76 172 0 4370 0
Current children cumulated CPU time (s) 419.71
Current children cumulated vsize (KiB) 23540

[startup+420.702 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8923
/proc/meminfo: memFree=1815416/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0.06
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 313 349 0 0 0 0 6 0 17 0 1 0 218893936 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 238 195 169 0 51 0
[pid=8921] ppid=8918 vsize=18180 CPUtime=420.45
/proc/8921/stat : 8921 (glucose_static) R 8918 8918 8845 0 -1 4194304 3992 0 0 0 42043 2 0 0 25 0 1 0 218893944 18616320 3978 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8921/statm: 4545 3978 76 172 0 4370 0
Current children cumulated CPU time (s) 420.51
Current children cumulated vsize (KiB) 23540

[startup+420.902 s]
/proc/loadavg: 0.99 0.97 0.99 2/67 8923
/proc/meminfo: memFree=1815416/2055912 swapFree=4126760/4192956
[pid=8918] ppid=8916 vsize=5360 CPUtime=0.06
/proc/8918/stat : 8918 (glucose.sh) S 8916 8918 8845 0 -1 4194304 313 349 0 0 0 0 6 0 17 0 1 0 218893936 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/8918/statm: 1340 238 195 169 0 51 0
[pid=8921] ppid=8918 vsize=18180 CPUtime=420.65
/proc/8921/stat : 8921 (glucose_static) R 8918 8918 8845 0 -1 4194304 3992 0 0 0 42063 2 0 0 25 0 1 0 218893944 18616320 3978 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/8921/statm: 4545 3978 76 172 0 4370 0
Current children cumulated CPU time (s) 420.71
Current children cumulated vsize (KiB) 23540

Child status: 20
Real time (s): 420.92
CPU time (s): 420.741
CPU user time (s): 420.703
CPU system time (s): 0.037994
CPU usage (%): 99.9575
Max. virtual memory (cumulated for all children) (KiB): 23540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 420.703
system time used= 0.037994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4821
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= 40
involuntary context switches= 1308

runsolver used 0.356945 second user time and 1.18182 second system time

The end

Launcher Data

Begin job on node78 at 2009-05-10 00:37:29
IDJOB=1783996
IDBENCH=24753
IDSOLVER=610
FILE ID=node78/1783996-1241908649
PBS_JOBID= 9264811
Free space on /tmp= 126684 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT07/crafted/Difficult/contest-02-03-04/contest04-connm-ue-csp-sat-n600-d0.02-s1676244754.sat05-535.reshuffled-07.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1783996-1241908649/watcher-1783996-1241908649 -o /tmp/evaluation-result-1783996-1241908649/solver-1783996-1241908649 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1783996-1241908649.cnf

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

MD5SUM BENCH= d2283e85579af5f5de3cfcfaac7f25fa
RANDOM SEED=1283215500

node78.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.243
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.243
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:      2055912 kB
MemFree:       1832560 kB
Buffers:         40764 kB
Cached:          80696 kB
SwapCached:      59692 kB
Active:          59396 kB
Inactive:       123008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1832560 kB
SwapTotal:     4192956 kB
SwapFree:      4126760 kB
Dirty:            1676 kB
Writeback:           0 kB
Mapped:          14172 kB
Slab:            26812 kB
Committed_AS:   552608 kB
PageTables:       1428 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126684 MiB
End job on node78 at 2009-05-10 00:44:30