Trace number 1784296

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 2000.83 2001.36

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_8gates_u2.cnf
MD5SUMa5bb71bc1d85a401ce9f42ed1404d63e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2000.83
Satisfiable
(Un)Satisfiability was proved
Number of variables387
Number of clauses62656
Sum of the clauses size362132
Maximum clause length24
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21453
Number of clauses of size 30
Number of clauses of size 41977
Number of clauses of size 53842
Number of clauses of size over 555320

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.02/0.06	c ==============================================================================
0.02/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.02/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.02/0.06	c ==============================================================================
0.02/0.06	c |         0 |   62592   362068 |   18777       0        0     nan |  0.000 % |
1.09/1.18	c |         0 |   34419   202538 |      --       0       --      -- |     --   | -3597/8406
1.09/1.18	c ==============================================================================
1.09/1.18	c Result  :   #vars: 282   #clauses: 34419   #literals: 202538
1.09/1.18	c CPU time:   1.16882 s
1.09/1.18	c ==============================================================================
1.19/1.24	c
1.19/1.24	c Starting glucose
1.19/1.24	c
1.19/1.25	
1.19/1.25	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.19/1.25	
1.19/1.25	c ============================[ Problem Statistics ]=============================
1.19/1.25	c |                                                                             |
1.19/1.25	c |  Number of variables:  282                                                  |
1.19/1.25	c |  Number of clauses:    34419                                                |
1.19/1.27	c |  Parsing time:         0.02         s                                       |
2000.74/2001.34	c restarts              : 153
2000.74/2001.34	c nb ReduceDB           : 96
2000.74/2001.34	c nb learnts DL2        : 1504
2000.74/2001.34	c nb learnts size 2     : 236
2000.74/2001.34	c nb learnts size 1     : 45
2000.74/2001.34	c conflicts             : 5147099        (2574 /sec)
2000.74/2001.34	c decisions             : 6238764        (1.51 % random) (3120 /sec)
2000.74/2001.34	c propagations          : 130560283      (65298 /sec)
2000.74/2001.34	c conflict literals     : 94007234       (30.01 % deleted)
2000.74/2001.34	c Memory used           : 42.32 MB
2000.74/2001.34	c CPU time              : 1999.44 s
2000.74/2001.34	
2000.74/2001.35	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-1784296-1241932307/watcher-1784296-1241932307 -o /tmp/evaluation-result-1784296-1241932307/solver-1784296-1241932307 -C 5000 -W 6000 -M 1800 glucose.sh HOME/instance-1784296-1241932307.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.92 0.98 0.99 3/64 32288
/proc/meminfo: memFree=1774376/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=0
/proc/32288/stat : 32288 (glucose.sh) R 32286 32288 32251 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 221263907 5488640 235 1992294400 4194304 4889804 548682068832 18446744073709551615 221236488863 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/32288/statm: 1340 235 194 169 0 51 0
[pid=32289] ppid=32288 vsize=1008 CPUtime=0
/proc/32289/stat : 32289 (SatELite_releas) R 32288 32288 32251 0 -1 4194304 117 0 0 0 0 0 0 0 18 0 1 0 221263907 1032192 101 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 1 0 0
/proc/32289/statm: 252 102 51 174 0 75 0

[startup+0.0354589 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32288
/proc/meminfo: memFree=1774376/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=0
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221263907 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 236 195 169 0 51 0
[pid=32289] ppid=32288 vsize=3216 CPUtime=0.02
/proc/32289/stat : 32289 (SatELite_releas) R 32288 32288 32251 0 -1 4194304 647 0 0 0 2 0 0 0 18 0 1 0 221263907 3293184 631 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 1 0 0
/proc/32289/statm: 804 632 50 174 0 627 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8576

[startup+0.101466 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32288
/proc/meminfo: memFree=1774376/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=0
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221263907 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 236 195 169 0 51 0
[pid=32289] ppid=32288 vsize=6296 CPUtime=0.08
/proc/32289/stat : 32289 (SatELite_releas) R 32288 32288 32251 0 -1 4194304 1478 0 0 0 8 0 0 0 19 0 1 0 221263907 6447104 1462 1992294400 134512640 135225430 4294956176 18446744073709551615 134586051 0 0 4096 3 0 0 0 17 1 0 0
/proc/32289/statm: 1574 1462 72 174 0 1397 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11656

[startup+0.301486 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32288
/proc/meminfo: memFree=1774376/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=0
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221263907 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 236 195 169 0 51 0
[pid=32289] ppid=32288 vsize=6820 CPUtime=0.28
/proc/32289/stat : 32289 (SatELite_releas) R 32288 32288 32251 0 -1 4194304 1544 0 0 0 28 0 0 0 22 0 1 0 221263907 6983680 1528 1992294400 134512640 135225430 4294956176 18446744073709551615 134549625 0 0 4096 3 0 0 0 17 1 0 0
/proc/32289/statm: 1705 1528 72 174 0 1528 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 12180

[startup+0.70153 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 32288
/proc/meminfo: memFree=1774376/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=0
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 221263907 5488640 236 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32288/statm: 1340 236 195 169 0 51 0
[pid=32289] ppid=32288 vsize=7980 CPUtime=0.69
/proc/32289/stat : 32289 (SatELite_releas) R 32288 32288 32251 0 -1 4194304 1767 0 0 0 68 1 0 0 25 0 1 0 221263907 8171520 1745 1992294400 134512640 135225430 4294956176 18446744073709551615 134586136 0 0 4096 3 0 0 0 17 1 0 0
/proc/32289/statm: 1995 1745 77 174 0 1818 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13340

[startup+1.50163 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 32290
/proc/meminfo: memFree=1767064/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 5360

[startup+3.10179 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 32291
/proc/meminfo: memFree=1767768/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=6700 CPUtime=1.84
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 1516 0 0 0 184 0 0 0 25 0 1 0 221264032 6860800 1502 1992294400 134512640 135217611 4294956304 18446744073709551615 134723479 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 1675 1502 76 172 0 1500 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 12060

[startup+6.30113 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 32291
/proc/meminfo: memFree=1766232/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=7492 CPUtime=5.03
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 1739 0 0 0 503 0 0 0 25 0 1 0 221264032 7671808 1725 1992294400 134512640 135217611 4294956304 18446744073709551615 134534004 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 1873 1725 76 172 0 1698 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 12852

[startup+12.7018 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 32291
/proc/meminfo: memFree=1765288/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=8736 CPUtime=11.44
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 2022 0 0 0 1143 1 0 0 25 0 1 0 221264032 8945664 2008 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 2184 2008 76 172 0 2009 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14096

[startup+25.5012 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 32291
/proc/meminfo: memFree=1763368/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=10324 CPUtime=24.23
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 2427 0 0 0 2422 1 0 0 25 0 1 0 221264032 10571776 2413 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 2581 2413 76 172 0 2406 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 15684

[startup+51.102 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 32291
/proc/meminfo: memFree=1760872/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=13104 CPUtime=49.82
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 3061 0 0 0 4980 2 0 0 25 0 1 0 221264032 13418496 3047 1992294400 134512640 135217611 4294956304 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 3276 3047 76 172 0 3101 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 18464

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 32291
/proc/meminfo: memFree=1758120/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=16032 CPUtime=101.01
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 3745 0 0 0 10099 2 0 0 25 0 1 0 221264032 16416768 3731 1992294400 134512640 135217611 4294956304 18446744073709551615 134533171 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 4008 3731 76 172 0 3833 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 21392

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32291
/proc/meminfo: memFree=1755816/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=18508 CPUtime=161
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 4306 0 0 0 16097 3 0 0 25 0 1 0 221264032 18952192 4292 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 4627 4292 76 172 0 4452 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 23868

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32291
/proc/meminfo: memFree=1753768/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=20608 CPUtime=220.98
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 4835 0 0 0 22094 4 0 0 25 0 1 0 221264032 21102592 4821 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 5152 4821 76 172 0 4977 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 25968

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32291
/proc/meminfo: memFree=1752104/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=22592 CPUtime=280.97
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 5242 0 0 0 28092 5 0 0 25 0 1 0 221264032 23134208 5228 1992294400 134512640 135217611 4294956304 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 5648 5228 76 172 0 5473 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 27952

[startup+342.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32291
/proc/meminfo: memFree=1750632/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=24136 CPUtime=340.95
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 5604 0 0 0 34090 5 0 0 25 0 1 0 221264032 24715264 5590 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 6034 5590 76 172 0 5859 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 29496

[startup+402.302 s]

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


[startup+1662.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 32291
/proc/meminfo: memFree=1735336/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=40796 CPUtime=1660.6
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 9340 0 0 0 166049 11 0 0 25 0 1 0 221264032 41775104 9326 1992294400 134512640 135217611 4294956304 18446744073709551615 134537025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 10199 9326 76 172 0 10024 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 46156

[startup+1722.3 s]
/proc/loadavg: 1.04 1.00 1.00 2/66 32291
/proc/meminfo: memFree=1734440/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=42024 CPUtime=1720.59
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 9556 0 0 0 172047 12 0 0 25 0 1 0 221264032 43032576 9542 1992294400 134512640 135217611 4294956304 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 10506 9542 76 172 0 10331 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 47384

[startup+1782.3 s]
/proc/loadavg: 1.05 1.01 1.00 2/66 32293
/proc/meminfo: memFree=1733992/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=42508 CPUtime=1780.57
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 9631 0 0 0 178045 12 0 0 25 0 1 0 221264032 43528192 9617 1992294400 134512640 135217611 4294956304 18446744073709551615 134522607 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 10627 9617 76 172 0 10452 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 47868

[startup+1842.3 s]
/proc/loadavg: 1.06 1.02 1.00 2/66 32293
/proc/meminfo: memFree=1733800/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=42884 CPUtime=1840.55
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 9690 0 0 0 184043 12 0 0 25 0 1 0 221264032 43913216 9676 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 10721 9676 76 172 0 10546 0
Current children cumulated CPU time (s) 1841.78
Current children cumulated vsize (KiB) 48244

[startup+1902.3 s]
/proc/loadavg: 1.05 1.03 1.00 2/66 32293
/proc/meminfo: memFree=1733480/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=43116 CPUtime=1900.54
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 9761 0 0 0 190042 12 0 0 25 0 1 0 221264032 44150784 9747 1992294400 134512640 135217611 4294956304 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 10779 9747 76 172 0 10604 0
Current children cumulated CPU time (s) 1901.77
Current children cumulated vsize (KiB) 48476

[startup+1962.3 s]
/proc/loadavg: 1.13 1.05 1.01 2/66 32293
/proc/meminfo: memFree=1733288/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=43332 CPUtime=1960.52
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 9806 0 0 0 196040 12 0 0 25 0 1 0 221264032 44371968 9792 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 10833 9792 76 172 0 10658 0
Current children cumulated CPU time (s) 1961.75
Current children cumulated vsize (KiB) 48692

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

[startup+1971.1 s]
/proc/loadavg: 1.12 1.05 1.00 2/66 32293
/proc/meminfo: memFree=1733288/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=43332 CPUtime=1969.32
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 9806 0 0 0 196920 12 0 0 25 0 1 0 221264032 44371968 9792 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 10833 9792 76 172 0 10658 0
Current children cumulated CPU time (s) 1970.55
Current children cumulated vsize (KiB) 48692

[startup+1983.9 s]
/proc/loadavg: 1.09 1.05 1.00 2/66 32293
/proc/meminfo: memFree=1733288/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=43332 CPUtime=1982.11
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 9806 0 0 0 198199 12 0 0 25 0 1 0 221264032 44371968 9792 1992294400 134512640 135217611 4294956304 18446744073709551615 134537048 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 10833 9792 76 172 0 10658 0
Current children cumulated CPU time (s) 1983.34
Current children cumulated vsize (KiB) 48692

[startup+1990.3 s]
/proc/loadavg: 1.08 1.05 1.00 2/66 32293
/proc/meminfo: memFree=1733288/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=43332 CPUtime=1988.51
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 9812 0 0 0 198839 12 0 0 25 0 1 0 221264032 44371968 9798 1992294400 134512640 135217611 4294956304 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 10833 9798 76 172 0 10658 0
Current children cumulated CPU time (s) 1989.74
Current children cumulated vsize (KiB) 48692

[startup+1996.7 s]
/proc/loadavg: 1.07 1.04 1.00 2/66 32293
/proc/meminfo: memFree=1733288/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=43332 CPUtime=1994.91
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 9812 0 0 0 199479 12 0 0 25 0 1 0 221264032 44371968 9798 1992294400 134512640 135217611 4294956304 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 10833 9798 76 172 0 10658 0
Current children cumulated CPU time (s) 1996.14
Current children cumulated vsize (KiB) 48692

[startup+1999.9 s]
/proc/loadavg: 1.07 1.04 1.00 2/66 32293
/proc/meminfo: memFree=1733288/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=43332 CPUtime=1998.11
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 9812 0 0 0 199799 12 0 0 25 0 1 0 221264032 44371968 9798 1992294400 134512640 135217611 4294956304 18446744073709551615 134522384 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 10833 9798 76 172 0 10658 0
Current children cumulated CPU time (s) 1999.34
Current children cumulated vsize (KiB) 48692

[startup+2000.7 s]
/proc/loadavg: 1.07 1.04 1.00 2/66 32293
/proc/meminfo: memFree=1733288/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=43332 CPUtime=1998.91
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 9812 0 0 0 199879 12 0 0 25 0 1 0 221264032 44371968 9798 1992294400 134512640 135217611 4294956304 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 10833 9798 76 172 0 10658 0
Current children cumulated CPU time (s) 2000.14
Current children cumulated vsize (KiB) 48692

[startup+2001.1 s]
/proc/loadavg: 1.07 1.04 1.00 2/66 32293
/proc/meminfo: memFree=1733288/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=43332 CPUtime=1999.31
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 9812 0 0 0 199919 12 0 0 25 0 1 0 221264032 44371968 9798 1992294400 134512640 135217611 4294956304 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 10833 9798 76 172 0 10658 0
Current children cumulated CPU time (s) 2000.54
Current children cumulated vsize (KiB) 48692

[startup+2001.3 s]
/proc/loadavg: 1.07 1.04 1.00 2/66 32293
/proc/meminfo: memFree=1733288/2055920 swapFree=4180160/4192956
[pid=32288] ppid=32286 vsize=5360 CPUtime=1.23
/proc/32288/stat : 32288 (glucose.sh) S 32286 32288 32251 0 -1 4194304 313 1901 0 0 0 0 122 1 16 0 1 0 221263907 5488640 238 1992294400 4194304 4889804 548682068832 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32288/statm: 1340 238 195 169 0 51 0
[pid=32291] ppid=32288 vsize=43332 CPUtime=1999.51
/proc/32291/stat : 32291 (glucose_static) R 32288 32288 32251 0 -1 4194304 9812 0 0 0 199939 12 0 0 25 0 1 0 221264032 44371968 9798 1992294400 134512640 135217611 4294956304 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/32291/statm: 10833 9798 76 172 0 10658 0
Current children cumulated CPU time (s) 2000.74
Current children cumulated vsize (KiB) 48692

Child status: 20
Real time (s): 2001.36
CPU time (s): 2000.83
CPU user time (s): 2000.67
CPU system time (s): 0.159975
CPU usage (%): 99.9734
Max. virtual memory (cumulated for all children) (KiB): 48692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2000.67
system time used= 0.159975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12193
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= 41
involuntary context switches= 5300

runsolver used 2.21266 second user time and 4.95025 second system time

The end

Launcher Data

Begin job on node21 at 2009-05-10 07:11:47
IDJOB=1784296
IDBENCH=71150
IDSOLVER=610
FILE ID=node21/1784296-1241932307
PBS_JOBID= 9264989
Free space on /tmp= 66040 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_2vars_8gates_u2.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1784296-1241932307/watcher-1784296-1241932307 -o /tmp/evaluation-result-1784296-1241932307/solver-1784296-1241932307 -C 5000 -W 6000 -M 1800  glucose.sh HOME/instance-1784296-1241932307.cnf

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

MD5SUM BENCH= a5bb71bc1d85a401ce9f42ed1404d63e
RANDOM SEED=942200770

node21.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.233
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.233
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:       1774928 kB
Buffers:         56076 kB
Cached:         150880 kB
SwapCached:       7040 kB
Active:         105032 kB
Inactive:       111748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1774928 kB
SwapTotal:     4192956 kB
SwapFree:      4180160 kB
Dirty:            3272 kB
Writeback:           0 kB
Mapped:          14936 kB
Slab:            50260 kB
Committed_AS:   810864 kB
PageTables:       1380 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= 66036 MiB
End job on node21 at 2009-05-10 07:45:09