Trace number 1775374

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 1029.21 1029.71

General information on the benchmark

Namevelev-pipe-o-uns-1.0-7.cnf
MD5SUMb7df25f653e1e7a9ffcd39b3231809e6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark253.494
Satisfiable
(Un)Satisfiability was proved
Number of variables24415
Number of clauses711050
Sum of the clauses size2091630
Maximum clause length161
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2605924
Number of clauses of size 386384
Number of clauses of size 4614
Number of clauses of size 5475
Number of clauses of size over 517652

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.39/0.49	c ==============================================================================
0.39/0.49	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.49	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.49	c ==============================================================================
0.39/0.49	c |         0 |  711049  2091629 |  213314       0        0     nan |  0.000 % |
2.28/2.30	c |         0 |  700461  2138957 |      --       0       --      -- |     --   | -10530/47459
2.28/2.30	c ==============================================================================
2.28/2.30	c Result  :   #vars: 21173   #clauses: 700461   #literals: 2138957
2.28/2.30	c CPU time:   2.21366 s
2.28/2.30	c ==============================================================================
2.88/2.96	c
2.88/2.96	c Starting glucose
2.88/2.96	c
2.88/2.96	
2.88/2.96	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
2.88/2.96	
2.88/2.96	c ============================[ Problem Statistics ]=============================
2.88/2.96	c |                                                                             |
2.88/2.96	c |  Number of variables:  21173                                                |
2.88/2.96	c |  Number of clauses:    700461                                               |
3.37/3.40	c |  Parsing time:         0.39         s                                       |
1029.09/1029.67	c restarts              : 1853
1029.09/1029.67	c nb ReduceDB           : 60
1029.09/1029.67	c nb learnts DL2        : 12271
1029.09/1029.67	c nb learnts size 2     : 9668
1029.09/1029.67	c nb learnts size 1     : 151
1029.09/1029.67	c conflicts             : 3017947        (2941 /sec)
1029.09/1029.67	c decisions             : 14031451       (1.12 % random) (13675 /sec)
1029.09/1029.67	c propagations          : 1763699019     (1718945 /sec)
1029.09/1029.67	c conflict literals     : 257220616      (50.66 % deleted)
1029.09/1029.67	c Memory used           : 105.58 MB
1029.09/1029.67	c CPU time              : 1026.04 s
1029.09/1029.67	
1029.09/1029.69	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-1775374-1241270882/watcher-1775374-1241270882 -o /tmp/evaluation-result-1775374-1241270882/solver-1775374-1241270882 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1775374-1241270882.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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 31265
/proc/meminfo: memFree=1436496/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=0
/proc/31265/stat : 31265 (glucose.sh) R 31263 31265 31228 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 155122096 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 244671113887 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/31265/statm: 1340 235 194 169 0 51 0
[pid=31266] ppid=31265 vsize=1140 CPUtime=0
/proc/31266/stat : 31266 (SatELite_releas) R 31265 31265 31228 0 -1 4194304 146 0 0 0 0 0 0 0 18 0 1 0 155122096 1167360 130 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31266/statm: 285 131 50 174 0 108 0

[startup+0.079991 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31265
/proc/meminfo: memFree=1436496/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=0
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155122096 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31265/statm: 1340 236 195 169 0 51 0
[pid=31266] ppid=31265 vsize=7844 CPUtime=0.07
/proc/31266/stat : 31266 (SatELite_releas) R 31265 31265 31228 0 -1 4194304 1686 0 0 0 6 1 0 0 19 0 1 0 155122096 8032256 1670 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31266/statm: 1961 1671 50 174 0 1784 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 13204

[startup+0.101995 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31265
/proc/meminfo: memFree=1436496/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=0
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155122096 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31265/statm: 1340 236 195 169 0 51 0
[pid=31266] ppid=31265 vsize=9428 CPUtime=0.09
/proc/31266/stat : 31266 (SatELite_releas) R 31265 31265 31228 0 -1 4194304 2118 0 0 0 8 1 0 0 19 0 1 0 155122096 9654272 2103 1992294400 134512640 135225430 4294956176 18446744073709551615 134717494 0 0 4096 3 0 0 0 17 0 0 0
/proc/31266/statm: 2357 2103 50 174 0 2180 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 14788

[startup+0.302031 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31265
/proc/meminfo: memFree=1436496/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=0
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155122096 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31265/statm: 1340 236 195 169 0 51 0
[pid=31266] ppid=31265 vsize=25928 CPUtime=0.29
/proc/31266/stat : 31266 (SatELite_releas) R 31265 31265 31228 0 -1 4194304 6045 0 0 0 25 4 0 0 21 0 1 0 155122096 26550272 6029 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/31266/statm: 6482 6029 50 174 0 6305 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31288

[startup+0.701106 s]
/proc/loadavg: 0.92 0.98 0.99 3/64 31265
/proc/meminfo: memFree=1436496/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=0
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155122096 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31265/statm: 1340 236 195 169 0 51 0
[pid=31266] ppid=31265 vsize=54612 CPUtime=0.69
/proc/31266/stat : 31266 (SatELite_releas) R 31265 31265 31228 0 -1 4194304 13899 0 0 0 61 8 0 0 25 0 1 0 155122096 55922688 12595 1992294400 134512640 135225430 4294956176 18446744073709551615 134587343 0 0 4096 3 0 0 0 17 0 0 0
/proc/31266/statm: 13653 12595 77 174 0 13476 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59972

[startup+1.50225 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 31267
/proc/meminfo: memFree=1384192/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=0
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 155122096 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31265/statm: 1340 236 195 169 0 51 0
[pid=31266] ppid=31265 vsize=67392 CPUtime=1.49
/proc/31266/stat : 31266 (SatELite_releas) R 31265 31265 31228 0 -1 4194304 15555 0 0 0 141 8 0 0 25 0 1 0 155122096 69009408 14249 1992294400 134512640 135225430 4294956176 18446744073709551615 134586214 0 0 4096 3 0 0 0 17 0 0 0
/proc/31266/statm: 16848 14249 77 174 0 16671 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 72752

[startup+3.10156 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 31267
/proc/meminfo: memFree=1378816/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 5360

[startup+6.30115 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 31268
/proc/meminfo: memFree=1376512/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
[pid=31268] ppid=31265 vsize=49600 CPUtime=3.33
/proc/31268/stat : 31268 (glucose_static) R 31265 31265 31228 0 -1 4194304 11794 0 0 0 327 6 0 0 25 0 1 0 155122392 50790400 11777 1992294400 134512640 135217611 4294956288 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31268/statm: 12400 11777 77 172 0 12225 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 54960

[startup+12.7013 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 31268
/proc/meminfo: memFree=1371656/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
[pid=31268] ppid=31265 vsize=53996 CPUtime=9.72
/proc/31268/stat : 31268 (glucose_static) R 31265 31265 31228 0 -1 4194304 12904 0 0 0 965 7 0 0 25 0 1 0 155122392 55291904 12887 1992294400 134512640 135217611 4294956288 18446744073709551615 134532787 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31268/statm: 13499 12887 77 172 0 13324 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 59356

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 31268
/proc/meminfo: memFree=1366408/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
[pid=31268] ppid=31265 vsize=58516 CPUtime=22.5
/proc/31268/stat : 31268 (glucose_static) R 31265 31265 31228 0 -1 4194304 14023 0 0 0 2243 7 0 0 25 0 1 0 155122392 59920384 14006 1992294400 134512640 135217611 4294956288 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31268/statm: 14629 14006 77 172 0 14454 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 63876

[startup+51.1015 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 31268
/proc/meminfo: memFree=1361224/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
[pid=31268] ppid=31265 vsize=63544 CPUtime=48.1
/proc/31268/stat : 31268 (glucose_static) R 31265 31265 31228 0 -1 4194304 15272 0 0 0 4802 8 0 0 25 0 1 0 155122392 65069056 15255 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31268/statm: 15886 15255 77 172 0 15711 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 68904

[startup+102.307 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 31268
/proc/meminfo: memFree=1352968/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
[pid=31268] ppid=31265 vsize=72316 CPUtime=99.28
/proc/31268/stat : 31268 (glucose_static) R 31265 31265 31228 0 -1 4194304 17432 0 0 0 9918 10 0 0 25 0 1 0 155122392 74051584 17415 1992294400 134512640 135217611 4294956288 18446744073709551615 134537010 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31268/statm: 18079 17415 77 172 0 17904 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 77676

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31268
/proc/meminfo: memFree=1352200/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
[pid=31268] ppid=31265 vsize=72824 CPUtime=159.25
/proc/31268/stat : 31268 (glucose_static) R 31265 31265 31228 0 -1 4194304 17567 0 0 0 15915 10 0 0 25 0 1 0 155122392 74571776 17550 1992294400 134512640 135217611 4294956288 18446744073709551615 134527916 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31268/statm: 18206 17550 77 172 0 18031 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 78184

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31268
/proc/meminfo: memFree=1340040/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
[pid=31268] ppid=31265 vsize=85008 CPUtime=219.22
/proc/31268/stat : 31268 (glucose_static) R 31265 31265 31228 0 -1 4194304 20623 0 0 0 21910 12 0 0 25 0 1 0 155122392 87048192 20606 1992294400 134512640 135217611 4294956288 18446744073709551615 134527881 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31268/statm: 21252 20606 77 172 0 21077 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 90368

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31268
/proc/meminfo: memFree=1339912/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
[pid=31268] ppid=31265 vsize=85008 CPUtime=279.19
/proc/31268/stat : 31268 (glucose_static) R 31265 31265 31228 0 -1 4194304 20634 0 0 0 27907 12 0 0 25 0 1 0 155122392 87048192 20617 1992294400 134512640 135217611 4294956288 18446744073709551615 134532938 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31268/statm: 21252 20617 77 172 0 21077 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 90368

[startup+342.303 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31268
/proc/meminfo: memFree=1339848/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
[pid=31268] ppid=31265 vsize=85188 CPUtime=339.16
/proc/31268/stat : 31268 (glucose_static) R 31265 31265 31228 0 -1 4194304 20643 0 0 0 33904 12 0 0 25 0 1 0 155122392 87232512 20626 1992294400 134512640 135217611 4294956288 18446744073709551615 134532907 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31268/statm: 21297 20626 77 172 0 21122 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 90548

[startup+402.302 s]

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

/proc/31268/statm: 23755 23094 77 172 0 23580 0
Current children cumulated CPU time (s) 582
Current children cumulated vsize (KiB) 100380

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31270
/proc/meminfo: memFree=1329800/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
[pid=31268] ppid=31265 vsize=95020 CPUtime=639.01
/proc/31268/stat : 31268 (glucose_static) R 31265 31265 31228 0 -1 4194304 23121 0 0 0 63887 14 0 0 25 0 1 0 155122392 97300480 23104 1992294400 134512640 135217611 4294956288 18446744073709551615 134537005 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31268/statm: 23755 23104 77 172 0 23580 0
Current children cumulated CPU time (s) 641.96
Current children cumulated vsize (KiB) 100380

[startup+702.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31270
/proc/meminfo: memFree=1329800/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
[pid=31268] ppid=31265 vsize=95020 CPUtime=698.98
/proc/31268/stat : 31268 (glucose_static) R 31265 31265 31228 0 -1 4194304 23129 0 0 0 69884 14 0 0 25 0 1 0 155122392 97300480 23112 1992294400 134512640 135217611 4294956288 18446744073709551615 134533004 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31268/statm: 23755 23112 77 172 0 23580 0
Current children cumulated CPU time (s) 701.93
Current children cumulated vsize (KiB) 100380

[startup+762.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31270
/proc/meminfo: memFree=1329800/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
[pid=31268] ppid=31265 vsize=95020 CPUtime=758.96
/proc/31268/stat : 31268 (glucose_static) R 31265 31265 31228 0 -1 4194304 23129 0 0 0 75882 14 0 0 25 0 1 0 155122392 97300480 23112 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31268/statm: 23755 23112 77 172 0 23580 0
Current children cumulated CPU time (s) 761.91
Current children cumulated vsize (KiB) 100380

[startup+822.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31270
/proc/meminfo: memFree=1329160/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
[pid=31268] ppid=31265 vsize=96476 CPUtime=818.94
/proc/31268/stat : 31268 (glucose_static) R 31265 31265 31228 0 -1 4194304 23429 0 0 0 81879 15 0 0 25 0 1 0 155122392 98791424 23412 1992294400 134512640 135217611 4294956288 18446744073709551615 134533150 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31268/statm: 24119 23412 77 172 0 23944 0
Current children cumulated CPU time (s) 821.89
Current children cumulated vsize (KiB) 101836

[startup+882.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31270
/proc/meminfo: memFree=1325256/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
[pid=31268] ppid=31265 vsize=99944 CPUtime=878.9
/proc/31268/stat : 31268 (glucose_static) R 31265 31265 31228 0 -1 4194304 24278 0 0 0 87874 16 0 0 25 0 1 0 155122392 102342656 24261 1992294400 134512640 135217611 4294956288 18446744073709551615 134534060 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31268/statm: 24986 24261 77 172 0 24811 0
Current children cumulated CPU time (s) 881.85
Current children cumulated vsize (KiB) 105304

[startup+942.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31270
/proc/meminfo: memFree=1324936/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
[pid=31268] ppid=31265 vsize=100376 CPUtime=938.88
/proc/31268/stat : 31268 (glucose_static) R 31265 31265 31228 0 -1 4194304 24372 0 0 0 93872 16 0 0 25 0 1 0 155122392 102785024 24355 1992294400 134512640 135217611 4294956288 18446744073709551615 134533368 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31268/statm: 25094 24355 77 172 0 24919 0
Current children cumulated CPU time (s) 941.83
Current children cumulated vsize (KiB) 105736

[startup+1002.3 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31270
/proc/meminfo: memFree=1317192/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
[pid=31268] ppid=31265 vsize=108112 CPUtime=998.85
/proc/31268/stat : 31268 (glucose_static) R 31265 31265 31228 0 -1 4194304 26298 0 0 0 99867 18 0 0 25 0 1 0 155122392 110706688 26281 1992294400 134512640 135217611 4294956288 18446744073709551615 134527871 0 0 4096 8388611 0 0 0 17 1 0 0
/proc/31268/statm: 27028 26281 77 172 0 26853 0
Current children cumulated CPU time (s) 1001.8
Current children cumulated vsize (KiB) 113472

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

[startup+1011.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31270
/proc/meminfo: memFree=1317192/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
[pid=31268] ppid=31265 vsize=108112 CPUtime=1007.64
/proc/31268/stat : 31268 (glucose_static) R 31265 31265 31228 0 -1 4194304 26299 0 0 0 100746 18 0 0 25 0 1 0 155122392 110706688 26282 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31268/statm: 27028 26282 77 172 0 26853 0
Current children cumulated CPU time (s) 1010.59
Current children cumulated vsize (KiB) 113472

[startup+1017.51 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31270
/proc/meminfo: memFree=1317192/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
[pid=31268] ppid=31265 vsize=108112 CPUtime=1014.05
/proc/31268/stat : 31268 (glucose_static) R 31265 31265 31228 0 -1 4194304 26299 0 0 0 101387 18 0 0 25 0 1 0 155122392 110706688 26282 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31268/statm: 27028 26282 77 172 0 26853 0
Current children cumulated CPU time (s) 1017
Current children cumulated vsize (KiB) 113472

[startup+1023.9 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31270
/proc/meminfo: memFree=1317192/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
[pid=31268] ppid=31265 vsize=108112 CPUtime=1020.44
/proc/31268/stat : 31268 (glucose_static) R 31265 31265 31228 0 -1 4194304 26299 0 0 0 102026 18 0 0 25 0 1 0 155122392 110706688 26282 1992294400 134512640 135217611 4294956288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31268/statm: 27028 26282 77 172 0 26853 0
Current children cumulated CPU time (s) 1023.39
Current children cumulated vsize (KiB) 113472

[startup+1027.1 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31270
/proc/meminfo: memFree=1317192/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
[pid=31268] ppid=31265 vsize=108112 CPUtime=1023.64
/proc/31268/stat : 31268 (glucose_static) R 31265 31265 31228 0 -1 4194304 26299 0 0 0 102346 18 0 0 25 0 1 0 155122392 110706688 26282 1992294400 134512640 135217611 4294956288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31268/statm: 27028 26282 77 172 0 26853 0
Current children cumulated CPU time (s) 1026.59
Current children cumulated vsize (KiB) 113472

[startup+1028.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31270
/proc/meminfo: memFree=1317192/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
[pid=31268] ppid=31265 vsize=108112 CPUtime=1025.24
/proc/31268/stat : 31268 (glucose_static) R 31265 31265 31228 0 -1 4194304 26299 0 0 0 102506 18 0 0 25 0 1 0 155122392 110706688 26282 1992294400 134512640 135217611 4294956288 18446744073709551615 134533148 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31268/statm: 27028 26282 77 172 0 26853 0
Current children cumulated CPU time (s) 1028.19
Current children cumulated vsize (KiB) 113472

[startup+1029.5 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31270
/proc/meminfo: memFree=1317192/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=2.95
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 313 16873 0 0 0 0 281 14 16 0 1 0 155122096 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 238 195 169 0 51 0
[pid=31268] ppid=31265 vsize=108112 CPUtime=1026.04
/proc/31268/stat : 31268 (glucose_static) R 31265 31265 31228 0 -1 4194304 26299 0 0 0 102586 18 0 0 25 0 1 0 155122392 110706688 26282 1992294400 134512640 135217611 4294956288 18446744073709551615 134532676 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/31268/statm: 27028 26282 77 172 0 26853 0
Current children cumulated CPU time (s) 1028.99
Current children cumulated vsize (KiB) 113472

[startup+1029.7 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 31270
/proc/meminfo: memFree=1317192/2055920 swapFree=4180196/4192956
[pid=31265] ppid=31263 vsize=5360 CPUtime=1029.19
/proc/31265/stat : 31265 (glucose.sh) S 31263 31265 31228 0 -1 4194304 340 43184 0 0 0 0 102885 34 19 0 1 0 155122096 5488640 240 1992294400 4194304 4889804 548682068816 18446744073709551615 244671112004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31265/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 1029.19
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 1029.71
CPU time (s): 1029.21
CPU user time (s): 1028.85
CPU system time (s): 0.355945
CPU usage (%): 99.9515
Max. virtual memory (cumulated for all children) (KiB): 113472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1028.85
system time used= 0.355945
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43651
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38
involuntary context switches= 2573

runsolver used 0.870867 second user time and 2.88256 second system time

The end

Launcher Data

Begin job on node7 at 2009-05-02 15:28:02
IDJOB=1775374
IDBENCH=71743
IDSOLVER=610
FILE ID=node7/1775374-1241270882
PBS_JOBID= 9224996
Free space on /tmp= 66548 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.0-7.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775374-1241270882/watcher-1775374-1241270882 -o /tmp/evaluation-result-1775374-1241270882/solver-1775374-1241270882 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1775374-1241270882.cnf

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

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=611709315

node7.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.256
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.256
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:       1437048 kB
Buffers:         83024 kB
Cached:         438092 kB
SwapCached:       7108 kB
Active:          80492 kB
Inactive:       448996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1437048 kB
SwapTotal:     4192956 kB
SwapFree:      4180196 kB
Dirty:           14824 kB
Writeback:           0 kB
Mapped:          13340 kB
Slab:            75408 kB
Committed_AS:  1026932 kB
PageTables:       1444 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= 66548 MiB
End job on node7 at 2009-05-02 15:45:12