Trace number 1556010

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 926.251 926.689

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray02_32.cnf
MD5SUMda0c445b72f13d929ab0690c3bfa81ed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark926.251
Satisfiable
(Un)Satisfiability was proved
Number of variables4252
Number of clauses12563
Sum of the clauses size29311
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 28374
Number of clauses of size 34187
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.03	c
0.00/0.03	c Starting SatElite Preprocessing
0.00/0.03	c
0.00/0.03	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   12561    29309 |    3768       0        0     nan |  0.000 % |
0.00/0.08	c |         0 |    9499    28877 |      --       0       --      -- |     --   | -3060/-427
0.00/0.08	c ==============================================================================
0.00/0.08	c Result  :   #vars: 2111   #clauses: 9499   #literals: 28877
0.00/0.08	c CPU time:   0.077988 s
0.00/0.08	c ==============================================================================
0.00/0.09	c
0.00/0.09	c Starting glucose
0.00/0.09	c
0.00/0.10	
0.00/0.10	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.10	
0.00/0.10	c ============================[ Problem Statistics ]=============================
0.00/0.10	c |                                                                             |
0.00/0.10	c |  Number of variables:  2111                                                 |
0.00/0.10	c |  Number of clauses:    9499                                                 |
0.00/0.10	c |  Parsing time:         0.00         s                                       |
926.14/926.67	c restarts              : 175
926.14/926.67	c nb ReduceDB           : 67
926.14/926.67	c nb learnts DL2        : 1409
926.14/926.67	c nb learnts size 2     : 650
926.14/926.67	c nb learnts size 1     : 83
926.14/926.67	c conflicts             : 2603065        (2811 /sec)
926.14/926.67	c decisions             : 2973333        (1.43 % random) (3211 /sec)
926.14/926.67	c propagations          : 202717154      (218898 /sec)
926.14/926.67	c conflict literals     : 55119965       (50.38 % deleted)
926.14/926.67	c Memory used           : 27.11 MB
926.14/926.67	c CPU time              : 926.082 s
926.14/926.67	
926.14/926.68	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-1556010-1238745179/watcher-1556010-1238745179 -o /tmp/evaluation-result-1556010-1238745179/solver-1556010-1238745179 -C 1200 -W 1800 -M 1800 --output-limit 1,15 glucose.sh HOME/instance-1556010-1238745179.cnf 

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 4509
/proc/meminfo: memFree=1829520/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 500848370 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4509/statm: 1340 236 195 169 0 51 0
[pid=4510] ppid=4509 vsize=5360 CPUtime=0
/proc/4510/stat : 4510 (glucose.sh) R 4509 4509 4322 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 500848370 5488640 236 1992294400 4194304 4889804 548682068800 18446744073709551615 230266826023 0 0 4096 0 0 0 0 17 1 0 0
/proc/4510/statm: 1340 236 195 169 0 51 0

[startup+0.185031 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 4509
/proc/meminfo: memFree=1829520/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+0.201033 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 4509
/proc/meminfo: memFree=1829520/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+0.301052 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 4509
/proc/meminfo: memFree=1829520/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+0.701125 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 4509
/proc/meminfo: memFree=1829520/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 5360

[startup+1.50127 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4512
/proc/meminfo: memFree=1826304/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=4224 CPUtime=1.39
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 727 0 0 0 139 0 0 0 25 0 1 0 500848380 4325376 713 1992294400 134512640 135217611 4294956288 18446744073709551615 134533240 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 1056 713 76 172 0 881 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9584

[startup+3.10257 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4512
/proc/meminfo: memFree=1825792/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=4932 CPUtime=2.99
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 911 0 0 0 299 0 0 0 25 0 1 0 500848380 5050368 897 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 1233 897 76 172 0 1058 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 10292

[startup+6.30116 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4512
/proc/meminfo: memFree=1824448/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=5828 CPUtime=6.19
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 1136 0 0 0 619 0 0 0 25 0 1 0 500848380 5967872 1122 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 1457 1122 76 172 0 1282 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11188

[startup+12.7023 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4512
/proc/meminfo: memFree=1822784/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=7468 CPUtime=12.58
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 1513 0 0 0 1258 0 0 0 25 0 1 0 500848380 7647232 1499 1992294400 134512640 135217611 4294956288 18446744073709551615 134542144 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 1867 1499 76 172 0 1692 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 12828

[startup+25.5017 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4514
/proc/meminfo: memFree=1821696/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=8608 CPUtime=25.38
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 1796 0 0 0 2537 1 0 0 25 0 1 0 500848380 8814592 1782 1992294400 134512640 135217611 4294956288 18446744073709551615 134533115 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 2152 1782 76 172 0 1977 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 13968

[startup+51.1014 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4514
/proc/meminfo: memFree=1819200/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=11100 CPUtime=50.97
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 2417 0 0 0 5096 1 0 0 25 0 1 0 500848380 11366400 2403 1992294400 134512640 135217611 4294956288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 2775 2403 76 172 0 2600 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 16460

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4514
/proc/meminfo: memFree=1817088/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=13468 CPUtime=102.15
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 2927 0 0 0 10214 1 0 0 25 0 1 0 500848380 13791232 2913 1992294400 134512640 135217611 4294956288 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 3367 2913 76 172 0 3192 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 18828

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4514
/proc/meminfo: memFree=1815040/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=15500 CPUtime=162.12
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 3421 0 0 0 16210 2 0 0 25 0 1 0 500848380 15872000 3407 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 3875 3407 76 172 0 3700 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 20860

[startup+222.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4514
/proc/meminfo: memFree=1813120/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=17612 CPUtime=222.09
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 3906 0 0 0 22207 2 0 0 25 0 1 0 500848380 18034688 3892 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 4403 3892 76 172 0 4228 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 22972

[startup+282.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4514
/proc/meminfo: memFree=1811648/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=19196 CPUtime=282.06
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 4271 0 0 0 28204 2 0 0 25 0 1 0 500848380 19656704 4257 1992294400 134512640 135217611 4294956288 18446744073709551615 134533268 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 4799 4257 76 172 0 4624 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 24556

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4514
/proc/meminfo: memFree=1810816/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=20240 CPUtime=342.04
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 4469 0 0 0 34201 3 0 0 25 0 1 0 500848380 20725760 4455 1992294400 134512640 135217611 4294956288 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 5060 4455 76 172 0 4885 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 25600

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4514
/proc/meminfo: memFree=1809600/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=21548 CPUtime=402
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 4763 0 0 0 40197 3 0 0 25 0 1 0 500848380 22065152 4749 1992294400 134512640 135217611 4294956288 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 5387 4749 76 172 0 5212 0

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


[startup+582.301 s]
/proc/loadavg: 2.03 2.02 2.00 3/88 4520
/proc/meminfo: memFree=1806080/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=25052 CPUtime=581.92
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 5545 0 0 0 58187 5 0 0 25 0 1 0 500848380 25653248 5531 1992294400 134512640 135217611 4294956288 18446744073709551615 134522688 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 6263 5531 76 172 0 6088 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 30412

[startup+642.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/88 4520
/proc/meminfo: memFree=1805696/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=25448 CPUtime=641.89
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 5639 0 0 0 64184 5 0 0 25 0 1 0 500848380 26058752 5625 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 6362 5625 76 172 0 6187 0
Current children cumulated CPU time (s) 641.97
Current children cumulated vsize (KiB) 30808

[startup+702.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/88 4520
/proc/meminfo: memFree=1804800/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=26368 CPUtime=701.86
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 5860 0 0 0 70181 5 0 0 25 0 1 0 500848380 27000832 5846 1992294400 134512640 135217611 4294956288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 6592 5846 76 172 0 6417 0
Current children cumulated CPU time (s) 701.94
Current children cumulated vsize (KiB) 31728

[startup+762.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4520
/proc/meminfo: memFree=1804288/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=26764 CPUtime=761.83
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 5944 0 0 0 76178 5 0 0 25 0 1 0 500848380 27406336 5930 1992294400 134512640 135217611 4294956288 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 6691 5930 76 172 0 6516 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 32124

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4520
/proc/meminfo: memFree=1804032/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=27052 CPUtime=821.8
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 6023 0 0 0 82175 5 0 0 25 0 1 0 500848380 27701248 6009 1992294400 134512640 135217611 4294956288 18446744073709551615 134522607 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 6763 6009 76 172 0 6588 0
Current children cumulated CPU time (s) 821.88
Current children cumulated vsize (KiB) 32412

[startup+882.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4520
/proc/meminfo: memFree=1803648/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=27536 CPUtime=881.79
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 6120 0 0 0 88173 6 0 0 25 0 1 0 500848380 28196864 6106 1992294400 134512640 135217611 4294956288 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 6884 6106 76 172 0 6709 0
Current children cumulated CPU time (s) 881.87
Current children cumulated vsize (KiB) 32896

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

[startup+896.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4520
/proc/meminfo: memFree=1803584/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=27536 CPUtime=895.48
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 6120 0 0 0 89542 6 0 0 25 0 1 0 500848380 28196864 6106 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 6884 6106 76 172 0 6709 0
Current children cumulated CPU time (s) 895.56
Current children cumulated vsize (KiB) 32896

[startup+908.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4520
/proc/meminfo: memFree=1803392/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=27752 CPUtime=908.27
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 6179 0 0 0 90821 6 0 0 25 0 1 0 500848380 28418048 6165 1992294400 134512640 135217611 4294956288 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 6938 6165 76 172 0 6763 0
Current children cumulated CPU time (s) 908.35
Current children cumulated vsize (KiB) 33112

[startup+915.201 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4520
/proc/meminfo: memFree=1803392/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=27752 CPUtime=914.67
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 6179 0 0 0 91461 6 0 0 25 0 1 0 500848380 28418048 6165 1992294400 134512640 135217611 4294956288 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 6938 6165 76 172 0 6763 0
Current children cumulated CPU time (s) 914.75
Current children cumulated vsize (KiB) 33112

[startup+921.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4520
/proc/meminfo: memFree=1803392/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=27752 CPUtime=921.06
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 6179 0 0 0 92100 6 0 0 25 0 1 0 500848380 28418048 6165 1992294400 134512640 135217611 4294956288 18446744073709551615 134533532 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 6938 6165 76 172 0 6763 0
Current children cumulated CPU time (s) 921.14
Current children cumulated vsize (KiB) 33112

[startup+924.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4520
/proc/meminfo: memFree=1803392/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=27752 CPUtime=924.26
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 6179 0 0 0 92420 6 0 0 25 0 1 0 500848380 28418048 6165 1992294400 134512640 135217611 4294956288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 6938 6165 76 172 0 6763 0
Current children cumulated CPU time (s) 924.34
Current children cumulated vsize (KiB) 33112

[startup+925.601 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4520
/proc/meminfo: memFree=1803392/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=27752 CPUtime=925.06
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 6179 0 0 0 92500 6 0 0 25 0 1 0 500848380 28418048 6165 1992294400 134512640 135217611 4294956288 18446744073709551615 134522603 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 6938 6165 76 172 0 6763 0
Current children cumulated CPU time (s) 925.14
Current children cumulated vsize (KiB) 33112

[startup+926.402 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4520
/proc/meminfo: memFree=1803392/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=27752 CPUtime=925.86
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 6179 0 0 0 92580 6 0 0 25 0 1 0 500848380 28418048 6165 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 6938 6165 76 172 0 6763 0
Current children cumulated CPU time (s) 925.94
Current children cumulated vsize (KiB) 33112

[startup+926.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/88 4520
/proc/meminfo: memFree=1803392/2055924 swapFree=4179644/4192956
[pid=4509] ppid=4507 vsize=5360 CPUtime=0.08
/proc/4509/stat : 4509 (glucose.sh) S 4507 4509 4322 0 -1 4194304 313 708 0 0 0 0 8 0 15 0 1 0 500848370 5488640 238 1992294400 4194304 4889804 548682068800 18446744073709551615 230266823492 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4509/statm: 1340 238 195 169 0 51 0
[pid=4512] ppid=4509 vsize=27752 CPUtime=926.06
/proc/4512/stat : 4512 (glucose_static) R 4509 4509 4322 0 -1 4194304 6179 0 0 0 92600 6 0 0 25 0 1 0 500848380 28418048 6165 1992294400 134512640 135217611 4294956288 18446744073709551615 134533268 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/4512/statm: 6938 6165 76 172 0 6763 0
Current children cumulated CPU time (s) 926.14
Current children cumulated vsize (KiB) 33112

Child status: 20
Real time (s): 926.689
CPU time (s): 926.251
CPU user time (s): 926.169
CPU system time (s): 0.081987
CPU usage (%): 99.9528
Max. virtual memory (cumulated for all children) (KiB): 33112

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

runsolver used 1.01085 second user time and 3.21051 second system time

The end

Launcher Data

Begin job on node83 at 2009-04-03 09:52:59
IDJOB=1556010
IDBENCH=70811
IDSOLVER=503
FILE ID=node83/1556010-1238745179
PBS_JOBID= 9085395
Free space on /tmp= 66560 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray02_32.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1556010-1238745179/watcher-1556010-1238745179 -o /tmp/evaluation-result-1556010-1238745179/solver-1556010-1238745179 -C 1200 -W 1800 -M 1800 --output-limit 1,15  glucose.sh HOME/instance-1556010-1238745179.cnf

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

MD5SUM BENCH= da0c445b72f13d929ab0690c3bfa81ed
RANDOM SEED=977478299

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055924 kB
MemFree:       1830000 kB
Buffers:         57424 kB
Cached:          77184 kB
SwapCached:       7580 kB
Active:          36020 kB
Inactive:       117132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1830000 kB
SwapTotal:     4192956 kB
SwapFree:      4179644 kB
Dirty:            1764 kB
Writeback:           0 kB
Mapped:          26008 kB
Slab:            56800 kB
Committed_AS:  1271952 kB
PageTables:       2680 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= 66560 MiB
End job on node83 at 2009-04-03 10:08:26