Trace number 3369076

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
CryptoMiniSat Strange-Night-1-mt (fixed)SAT 1253.52 314.338

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1980330668-030.SATISFIABLE.cnf
MD5SUMc58a0ddee2026f6e03d1207be874b747
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.006998
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 52130
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3369076-1305411714.cnf'
0.00/0.01	c -- header says num vars:            100
0.00/0.01	c -- header says num clauses:        2130
0.00/0.01	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.01	c -- vars added        100
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       100      2130         0         0     10650         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.03
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:      48 undec:       3 neg:      49
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       100      2130         0         0     10650         0   no data   no data  --
0.00/0.05	c Decided on static restart strategy
0.37/0.12	c  N st     8      4920       100      2130         0      4611     10650    101886   no data   no data  --
1.17/0.31	c  N st    10     11303       100      2130         0      4242     10650     74625   no data   no data  --
1.97/0.52	c  N st    11     17048       100      2130         0      9616     10650    193200   no data   no data  --
3.17/0.82	c  F st    12     25000       100      2130         0     11748     10650    237086   no data   no data  --
3.17/0.82	c  N st    12     25000       100      2130         0     11748     10650    237086   no data   no data  --
3.97/1.01	c Decided on static restart strategy
3.97/1.01	c  N st    18     30002       100      2130         0     10069     10650    188139   no data   no data  --
3.97/1.01	c  S st    18     30002       100      2130         0     10069     10650    188139   no data   no data  --
3.97/1.04	c  S st    18     30503       100      2130         0     10550     10650    199039   no data   no data  --
3.97/1.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.97/1.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.97/1.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
3.97/1.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.97/1.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.97/1.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3.97/1.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.96/1.50	c lits-rem:      2071  cl-subs:     1840  v-elim:      0  v-fix:    0  time:  1.81 s
5.96/1.54	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.16
5.96/1.54	c calculated reachability. Time: 0.00
5.96/1.54	c  N st    18     30503       100      2130         0      8710     10650    156938   no data   no data  --
7.15/1.85	c  N st    20     37615       100      2130         0      7999     10650    130254   no data   no data  --
7.95/2.09	c  N st    21     44016       100      2130         0     13967     10650    262123   no data   no data  --
8.36/2.18	c  S st    22     45755       100      2130         0     15554     10650    296033   no data   no data  --
8.80/2.22	c  S st    22     46259       100      2130         0     16031     10650    306571   no data   no data  --
8.80/2.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.80/2.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.80/2.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
8.80/2.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.80/2.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.80/2.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
8.80/2.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.19/3.39	c lits-rem:      3900  cl-subs:     2063  v-elim:      0  v-fix:    0  time:  4.63 s
13.19/3.39	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
13.19/3.39	c vivif2 --  cl tried    13968 cl shrink        0 lits rem          0 time: 0.01
13.53/3.46	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.24
13.53/3.46	c calculated reachability. Time: 0.00
13.53/3.46	c  N st    22     46259       100      2130         0     13968     10650    257598   no data   no data  --
16.33/4.19	c  N st    23     60656       100      2130         0      9901     10650    148173   no data   no data  --
18.32/4.62	c  N st    24     69388       100      2130         0     18000     10650    318927   no data   no data  --
18.32/4.62	c  S st    24     69388       100      2130         0     18000     10650    318927   no data   no data  --
18.32/4.66	c  S st    24     69892       100      2130         0     18485     10650    329845   no data   no data  --
18.32/4.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.32/4.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.32/4.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
18.32/4.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.32/4.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.32/4.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
18.32/4.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.10/5.85	c lits-rem:      3738  cl-subs:     2304  v-elim:      0  v-fix:    0  time:  4.68 s
23.10/5.85	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
23.10/5.86	c vivif2 --  cl tried    16181 cl shrink        0 lits rem          0 time: 0.01
23.50/5.93	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.29
23.50/5.93	c calculated reachability. Time: 0.00
23.50/5.93	c  N st    24     69892       100      2130         0     16181     10650    281083   no data   no data  --
27.50/6.92	c  F st    25     87503       100      2130         0     11303     10650    163548   no data   no data  --
27.50/6.92	c  N st    25     87503       100      2130         0     11303     10650    163548   no data   no data  --
28.30/7.17	c Decided on static restart strategy
29.10/7.34	c  N st    32     95541       100      2130         0     18778     10650    326667   no data   no data  --
31.48/7.95	c  N st    34    104839       100      2130         0     15364     10650    246640   no data   no data  --
31.48/7.95	c  S st    34    104839       100      2130         0     15364     10650    246640   no data   no data  --
31.48/7.99	c  S st    34    105341       100      2130         0     15843     10650    257173   no data   no data  --
31.48/7.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.48/7.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.88/8.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
31.88/8.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.88/8.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.88/8.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
31.88/8.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.87/9.03	c lits-rem:      1783  cl-subs:     1249  v-elim:      0  v-fix:    0  time:  4.09 s
35.87/9.03	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
35.87/9.03	c vivif2 --  cl tried    14594 cl shrink        0 lits rem          0 time: 0.01
36.27/9.10	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.28
36.27/9.10	c calculated reachability. Time: 0.00
36.27/9.10	c  N st    34    105341       100      2130         0     14594     10650    230174   no data   no data  --
38.67/9.70	c  N st    35    114939       100      2130         0     23472     10650    424494   no data   no data  --
42.26/10.68	c  N st    36    129336       100      2130         0     23945     10650    425634   no data   no data  --
48.63/12.28	c  N st    37    150933       100      2130         0     15251     10650    205197   no data   no data  --
50.23/12.67	c  S st    38    158012       100      2130         0     21774     10650    350453   no data   no data  --
50.63/12.72	c  S st    38    158514       100      2130         0     22262     10650    361565   no data   no data  --
50.63/12.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.63/12.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.63/12.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
50.63/12.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.63/12.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.63/12.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
50.63/12.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
55.01/13.89	c lits-rem:      3775  cl-subs:     1944  v-elim:      0  v-fix:    0  time:  4.61 s
55.01/13.90	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
55.41/13.90	c vivif2 --  cl tried    20318 cl shrink        0 lits rem          0 time: 0.01
55.41/13.98	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.31
55.41/13.98	c calculated reachability. Time: 0.00
55.41/13.98	c  N st    38    158514       100      2130         0     20318     10650    315542   no data   no data  --
68.98/17.39	c  N st    39    207102       100      2130         0     32922     10650    570626   no data   no data  --
78.56/19.78	c  N st    40    237771       100      2130         0     25211     10650    390767   no data   no data  --
78.56/19.78	c  S st    40    237771       100      2130         0     25211     10650    390767   no data   no data  --
78.99/19.84	c  S st    40    238278       100      2130         0     25701     10650    401554   no data   no data  --
78.99/19.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
78.99/19.84	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
78.99/19.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
78.99/19.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
78.99/19.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.99/19.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
78.99/19.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
84.12/21.16	c lits-rem:      2606  cl-subs:     2051  v-elim:      0  v-fix:    0  time:  5.19 s
84.12/21.16	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
84.12/21.16	c vivif2 --  cl tried    23650 cl shrink        0 lits rem          0 time: 0.02
84.52/21.26	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.39
84.52/21.26	c calculated reachability. Time: 0.00
84.52/21.26	c  N st    40    238278       100      2130         0     23650     10650    356977   no data   no data  --
107.66/27.01	c  F st    41    306251       100      2130         0     25615     10650    359822   no data   no data  --
107.66/27.01	c  N st    41    306251       100      2130         0     25615     10650    359822   no data   no data  --
109.27/27.49	c Decided on static restart strategy
118.48/29.74	c  N st    51    334557       100      2130         0     29717     10650    448241   no data   no data  --
126.82/31.90	c  N st    53    357421       100      2130         0     27768     10650    386440   no data   no data  --
126.82/31.90	c  S st    53    357421       100      2130         0     27768     10650    386440   no data   no data  --
127.25/31.98	c  S st    53    357922       100      2130         0     28249     10650    397262   no data   no data  --
127.25/31.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
127.25/31.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
127.25/31.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
127.25/31.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
127.25/31.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
127.25/31.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
127.25/31.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
132.38/33.21	c lits-rem:      1678  cl-subs:     1218  v-elim:      0  v-fix:    0  time:  4.83 s
132.38/33.21	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
132.38/33.21	c vivif2 --  cl tried    27031 cl shrink        0 lits rem          0 time: 0.01
132.78/33.33	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.48
132.78/33.33	c calculated reachability. Time: 0.00
132.78/33.33	c  N st    53    357922       100      2130         0     27031     10650    369590   no data   no data  --
147.54/37.01	c  N st    54    390315       100      2130         0     32934     10650    484551   no data   no data  --
169.08/42.43	c  N st    55    438903       100      2130         0     26971     10650    337001   no data   no data  --
200.58/50.33	c  N st    56    511785       100      2130         0     39594     10650    582558   no data   no data  --
213.35/53.54	c  N st    57    536883       100      2130         0     34217     10650    452548   no data   no data  --
213.35/53.54	c  S st    57    536883       100      2130         0     34217     10650    452548   no data   no data  --
213.75/53.64	c  S st    57    537386       100      2130         0     34697     10650    463177   no data   no data  --
213.75/53.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
213.75/53.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
213.75/53.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
213.75/53.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
213.75/53.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
213.75/53.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
213.75/53.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
219.71/55.14	c lits-rem:      1990  cl-subs:     1728  v-elim:      0  v-fix:    0  time:  5.89 s
219.71/55.14	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
219.71/55.15	c vivif2 --  cl tried    32969 cl shrink        0 lits rem          0 time: 0.02
220.51/55.30	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.62
220.51/55.30	c calculated reachability. Time: 0.00
220.51/55.30	c  N st    57    537386       100      2130         0     32969     10650    429926   no data   no data  --
299.89/75.28	c  N st    58    701371       100      2130         0     60474     10650    968871   no data   no data  --
358.11/89.85	c  N st    59    806081       100      2130         0     54864     10650    829997   no data   no data  --
358.11/89.85	c  S st    59    806081       100      2130         0     54864     10650    829997   no data   no data  --
358.91/90.01	c  S st    59    806584       100      2130         0     55344     10650    841100   no data   no data  --
358.91/90.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
358.91/90.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
358.91/90.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.08
358.91/90.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
358.91/90.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
358.91/90.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
358.91/90.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
376.87/94.54	c lits-rem:      3130  cl-subs:     6124  v-elim:      0  v-fix:    0  time: 17.85 s
376.87/94.54	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
376.87/94.55	c vivif2 --  cl tried    49220 cl shrink        0 lits rem          0 time: 0.04
377.65/94.79	c asymm  cl-useful: 0/1810/2130 lits-rem:0 time: 0.97
378.05/94.80	c calculated reachability. Time: 0.00
378.05/94.80	c  N st    59    806584       100      2130         0     49220     10650    723495   no data   no data  --
543.17/136.30	c  F st    60   1071876       100      2130         0     64432     10650    975828   no data   no data  --
543.17/136.30	c  N st    60   1071876       100      2130         0     64432     10650    975828   no data   no data  --
547.97/137.42	c Decided on static restart strategy
564.30/141.53	c  N st    70   1100177       100      2130         0     49183     10650    627599   no data   no data  --
590.63/148.13	c  N st    72   1136173       100      2130         0     82412     10650   1351364   no data   no data  --
611.77/153.49	c  N st    73   1168566       100      2130         0     70010     10650   1067438   no data   no data  --
637.69/159.93	c  N st    74   1209876       100      2130         0     64940     10650    975022   no data   no data  --
637.69/159.93	c  S st    74   1209876       100      2130         0     64940     10650    975022   no data   no data  --
638.49/160.13	c  S st    74   1210377       100      2130         0     65422     10650    986032   no data   no data  --
638.49/160.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
638.49/160.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
638.49/160.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
638.49/160.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
638.49/160.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
638.49/160.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
638.49/160.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
662.02/166.07	c lits-rem:      3370  cl-subs:     5115  v-elim:      0  v-fix:    0  time: 23.43 s
662.02/166.07	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
662.02/166.08	c vivif2 --  cl tried    60307 cl shrink        0 lits rem          0 time: 0.04
663.20/166.36	c asymm  cl-useful: 0/1441/2130 lits-rem:0 time: 1.11
663.20/166.36	c calculated reachability. Time: 0.00
663.20/166.36	c  N st    74   1210377       100      2130         0     60307     10650    875567   no data   no data  --
719.83/180.58	c  N st    75   1283259       100      2130         0     83450     10650   1380426   no data   no data  --
814.74/204.33	c  N st    76   1392582       100      2130         0     92755     10650   1512058   no data   no data  --
957.50/240.10	c  N st    77   1556567       100      2130         0     50306     10650    555071   no data   no data  --
1094.30/274.45	c  N st    78   1710377       100      2130         0     89628     10650   1400252   no data   no data  --
1094.30/274.45	c  S st    78   1710377       100      2130         0     89628     10650   1400252   no data   no data  --
1095.50/274.74	c  S st    78   1710882       100      2130         0     90101     10650   1411302   no data   no data  --
1095.50/274.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1095.50/274.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1095.50/274.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
1095.90/274.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1095.90/274.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1095.90/274.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1095.90/274.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1186.40/297.58	c lits-rem:      4372  cl-subs:     9912  v-elim:      0  v-fix:    0  time: 90.68 s
1186.40/297.58	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1186.80/297.60	c vivif2 --  cl tried    80189 cl shrink        0 lits rem          0 time: 0.07
1188.00/297.91	c asymm  cl-useful: 0/689/2130 lits-rem:0 time: 1.24
1188.00/297.91	c calculated reachability. Time: 0.00
1188.00/297.91	c  N st    78   1710882       100      2130         0     80189     10650   1204845   no data   no data  --
1253.40/314.32	c Following stats are for *FIRST FINISHED THREAD ONLY*
1253.40/314.32	c num threads              : 4          
1253.40/314.32	c restarts                 : 78         
1253.40/314.32	c dynamic restarts         : 0          
1253.40/314.32	c static restarts          : 78         
1253.40/314.32	c full restarts            : 4          
1253.40/314.32	c total simplify time      : 0.00       
1253.40/314.32	c learnts DL2              : 0          
1253.40/314.32	c learnts size 2           : 0          
1253.40/314.32	c learnts size 1           : 0           (0.00      % of vars)
1253.40/314.32	c filedLit time            : 0.55        (0.04      % time)
1253.40/314.32	c v-elim SatELite          : 0           (0.00      % vars)
1253.40/314.32	c SatELite time            : 208.00      (16.61     % time)
1253.40/314.32	c v-elim xor               : 0           (0.00      % vars)
1253.40/314.32	c xor elim time            : 0.08        (0.01      % time)
1253.40/314.32	c num binary xor trees     : 0          
1253.40/314.32	c binxor trees' crown      : 0           (nan       leafs/tree)
1253.40/314.32	c bin xor find time        : 0.00       
1253.40/314.32	c OTF clause improved      : 142259      (0.08      clauses/conflict)
1253.40/314.32	c OTF impr. size diff      : 143927      (1.01       lits/clause)
1253.40/314.32	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
1253.40/314.32	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
1253.40/314.32	c tried to recurMin cls    : 123511      (7.11       % of conflicts)
1253.40/314.32	c updated cache            : 978         (0.01       lits/tried recurMin)
1253.40/314.32	c unit cls received        : 0           (nan       % of units)
1253.40/314.32	c unit cls sent            : 0           (nan       % of units)
1253.40/314.32	c bin cls received         : 0          
1253.40/314.32	c bin cls sent             : 0          
1253.40/314.32	c clauses over max glue    : 0           (0.00      % of all clauses)
1253.40/314.32	c conflicts                : 1737353     (1386.96   / sec)
1253.40/314.32	c decisions                : 1932485     (0.52      % random)
1253.40/314.32	c bogo-props               : 43774463127 (34945860.74 / sec)
1253.40/314.32	c conflict literals        : 37138044    (16.70     % deleted)
1253.40/314.32	c Memory used              : 414.89      MB
1253.40/314.32	c single-thread CPU time   : 1252.64     s
1253.40/314.32	c all-threads sum CPU time : 1252.64     s
1253.40/314.32	s SATISFIABLE
1253.40/314.32	v 1 2 -3 4 -5 6 7 -8 9 -10 11 12 13 -14 -15 -16 -17 18 -19 -20 -21 22 -23 -24 25 26 27 28 -29 -30 -31 32 33 -34 35 36 -37 38 39 -40 41 -42 -43 -44 45 46 -47 -48 49 50 -51 -52 53 54 55 56 57 58 -59 60 61 62 63 64 -65 -66 67 68 69 70 -71 72 73 -74 75 -76 -77 -78 79 80 81 -82 83 -84 -85 86 -87 -88 -89 -90 91 -92 -93 94 -95 96 97 -98 99 100 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3369076-1305411714/watcher-3369076-1305411714 -o /tmp/evaluation-result-3369076-1305411714/solver-3369076-1305411714 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369076-1305411714.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.49 7.98 7.98 2/359 1332
/proc/meminfo: memFree=25729356/32951124 swapFree=63083164/67111528
[pid=1332] ppid=1330 vsize=40992 CPUtime=0 cores=1,3,5,7
/proc/1332/stat : 1332 (strangenight1-m) R 1330 1332 751 0 -1 4202496 410 0 0 0 0 0 0 0 21 0 3 0 633587024 41975808 350 33554432000 4194304 4650419 140734591838672 18446744073709551615 264726461425 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1332/statm: 10248 350 303 112 0 5213 0
[pid=1332/tid=1333] ppid=1330 vsize=208024 CPUtime=0 cores=1,3,5,7
/proc/1332/task/1333/stat : 1333 (strangenight1-m) R 1330 1332 751 0 -1 4202560 97 0 0 0 0 0 0 0 23 0 4 0 633587024 213016576 622 33554432000 4194304 4650419 140734591838672 18446744073709551615 4370576 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1332/tid=1334] ppid=1330 vsize=208024 CPUtime=0.01 cores=1,3,5,7
/proc/1332/task/1334/stat : 1334 (strangenight1-m) R 1330 1332 751 0 -1 4202560 83 0 0 0 1 0 0 0 23 0 4 0 633587024 213016576 622 33554432000 4194304 4650419 140734591838672 18446744073709551615 264726066209 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1332/tid=1335] ppid=1330 vsize=208024 CPUtime=0 cores=1,3,5,7
/proc/1332/task/1335/stat : 1335 (strangenight1-m) R 1330 1332 751 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 633587024 213016576 622 33554432000 4194304 4650419 140734591838672 18446744073709551615 47452929513125 0 0 4096 2 0 0 0 -1 7 0 0 0

[startup+0.064947 s]
/proc/loadavg: 7.49 7.98 7.98 2/359 1332
/proc/meminfo: memFree=25729356/32951124 swapFree=63083164/67111528
[pid=1332] ppid=1330 vsize=282680 CPUtime=0.23 cores=1,3,5,7
/proc/1332/stat : 1332 (strangenight1-m) R 1330 1332 751 0 -1 4202496 1485 0 0 0 23 0 0 0 23 0 4 0 633587024 289464320 1354 33554432000 4194304 4650419 140734591838672 18446744073709551615 4367245 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1332/statm: 70670 1354 389 112 0 65635 0
[pid=1332/tid=1333] ppid=1330 vsize=282680 CPUtime=0.06 cores=1,3,5,7
/proc/1332/task/1333/stat : 1333 (strangenight1-m) R 1330 1332 751 0 -1 4202560 318 0 0 0 6 0 0 0 23 0 4 0 633587024 289464320 1354 33554432000 4194304 4650419 140734591838672 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1332/tid=1334] ppid=1330 vsize=282680 CPUtime=0.06 cores=1,3,5,7
/proc/1332/task/1334/stat : 1334 (strangenight1-m) R 1330 1332 751 0 -1 4202560 295 0 0 0 6 0 0 0 23 0 4 0 633587024 289464320 1354 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1332/tid=1335] ppid=1330 vsize=282680 CPUtime=0.05 cores=1,3,5,7
/proc/1332/task/1335/stat : 1335 (strangenight1-m) R 1330 1332 751 0 -1 4202560 156 0 0 0 5 0 0 0 24 0 4 0 633587024 289464320 1354 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 282680

[startup+0.10094 s]
/proc/loadavg: 7.49 7.98 7.98 2/359 1332
/proc/meminfo: memFree=25729356/32951124 swapFree=63083164/67111528
[pid=1332] ppid=1330 vsize=282820 CPUtime=0.37 cores=1,3,5,7
/proc/1332/stat : 1332 (strangenight1-m) R 1330 1332 751 0 -1 4202496 1725 0 0 0 37 0 0 0 23 0 4 0 633587024 289607680 1594 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1332/statm: 70705 1594 389 112 0 65670 0
[pid=1332/tid=1333] ppid=1330 vsize=282820 CPUtime=0.09 cores=1,3,5,7
/proc/1332/task/1333/stat : 1333 (strangenight1-m) R 1330 1332 751 0 -1 4202560 387 0 0 0 9 0 0 0 23 0 4 0 633587024 289607680 1594 33554432000 4194304 4650419 140734591838672 18446744073709551615 4366933 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1332/tid=1334] ppid=1330 vsize=282820 CPUtime=0.09 cores=1,3,5,7
/proc/1332/task/1334/stat : 1334 (strangenight1-m) R 1330 1332 751 0 -1 4202560 357 0 0 0 9 0 0 0 23 0 4 0 633587024 289607680 1594 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1332/tid=1335] ppid=1330 vsize=282820 CPUtime=0.08 cores=1,3,5,7
/proc/1332/task/1335/stat : 1335 (strangenight1-m) R 1330 1332 751 0 -1 4202560 213 0 0 0 8 0 0 0 24 0 4 0 633587024 289607680 1594 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282820

[startup+0.300902 s]
/proc/loadavg: 7.49 7.98 7.98 2/359 1332
/proc/meminfo: memFree=25729356/32951124 swapFree=63083164/67111528
[pid=1332] ppid=1330 vsize=284396 CPUtime=1.17 cores=1,3,5,7
/proc/1332/stat : 1332 (strangenight1-m) R 1330 1332 751 0 -1 4202496 2958 0 0 0 117 0 0 0 23 0 4 0 633587024 291221504 2096 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1332/statm: 71099 2096 391 112 0 66064 0
[pid=1332/tid=1333] ppid=1330 vsize=284396 CPUtime=0.29 cores=1,3,5,7
/proc/1332/task/1333/stat : 1333 (strangenight1-m) R 1330 1332 751 0 -1 4202560 797 0 0 0 29 0 0 0 24 0 4 0 633587024 291221504 2096 33554432000 4194304 4650419 140734591838672 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1332/tid=1334] ppid=1330 vsize=284396 CPUtime=0.29 cores=1,3,5,7
/proc/1332/task/1334/stat : 1334 (strangenight1-m) R 1330 1332 751 0 -1 4202560 631 0 0 0 29 0 0 0 23 0 4 0 633587024 291221504 2097 33554432000 4194304 4650419 140734591838672 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1332/tid=1335] ppid=1330 vsize=284396 CPUtime=0.28 cores=1,3,5,7
/proc/1332/task/1335/stat : 1335 (strangenight1-m) R 1330 1332 751 0 -1 4202560 486 0 0 0 28 0 0 0 25 0 4 0 633587024 291221504 2097 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284396

[startup+0.700827 s]
/proc/loadavg: 7.49 7.98 7.98 2/359 1332
/proc/meminfo: memFree=25729356/32951124 swapFree=63083164/67111528
[pid=1332] ppid=1330 vsize=285840 CPUtime=2.77 cores=1,3,5,7
/proc/1332/stat : 1332 (strangenight1-m) R 1330 1332 751 0 -1 4202496 5049 0 0 0 277 0 0 0 25 0 4 0 633587024 292700160 2588 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1332/statm: 71460 2588 391 112 0 66425 0
[pid=1332/tid=1333] ppid=1330 vsize=285840 CPUtime=0.69 cores=1,3,5,7
/proc/1332/task/1333/stat : 1333 (strangenight1-m) R 1330 1332 751 0 -1 4202560 1255 0 0 0 69 0 0 0 25 0 4 0 633587024 292700160 2588 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1332/tid=1334] ppid=1330 vsize=285840 CPUtime=0.69 cores=1,3,5,7
/proc/1332/task/1334/stat : 1334 (strangenight1-m) R 1330 1332 751 0 -1 4202560 1194 0 0 0 69 0 0 0 25 0 4 0 633587024 292700160 2588 33554432000 4194304 4650419 140734591838672 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1332/tid=1335] ppid=1330 vsize=285840 CPUtime=0.68 cores=1,3,5,7
/proc/1332/task/1335/stat : 1335 (strangenight1-m) R 1330 1332 751 0 -1 4202560 989 0 0 0 68 0 0 0 25 0 4 0 633587024 292700160 2588 33554432000 4194304 4650419 140734591838672 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285840

[startup+1.50068 s]
/proc/loadavg: 7.49 7.98 7.98 9/371 1345
/proc/meminfo: memFree=25700496/32951124 swapFree=63083164/67111528
[pid=1332] ppid=1330 vsize=282004 CPUtime=5.96 cores=1,3,5,7
/proc/1332/stat : 1332 (strangenight1-m) R 1330 1332 751 0 -1 4202496 10110 0 0 0 595 1 0 0 25 0 4 0 633587024 288772096 5262 33554432000 4194304 4650419 140734591838672 18446744073709551615 4431642 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1332/statm: 70501 5262 393 112 0 65466 0
[pid=1332/tid=1333] ppid=1330 vsize=282004 CPUtime=1.49 cores=1,3,5,7
/proc/1332/task/1333/stat : 1333 (strangenight1-m) R 1330 1332 751 0 -1 4202560 3007 0 0 0 149 0 0 0 25 0 4 0 633587024 288772096 5262 33554432000 4194304 4650419 140734591838672 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1332/tid=1334] ppid=1330 vsize=282004 CPUtime=1.49 cores=1,3,5,7
/proc/1332/task/1334/stat : 1334 (strangenight1-m) R 1330 1332 751 0 -1 4202560 2031 0 0 0 149 0 0 0 25 0 4 0 633587024 288772096 5262 33554432000 4194304 4650419 140734591838672 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1332/tid=1335] ppid=1330 vsize=282004 CPUtime=1.47 cores=1,3,5,7
/proc/1332/task/1335/stat : 1335 (strangenight1-m) R 1330 1332 751 0 -1 4202560 1747 0 0 0 147 0 0 0 25 0 4 0 633587024 288772096 5262 33554432000 4194304 4650419 140734591838672 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 282004

[startup+3.10038 s]
/proc/loadavg: 7.53 7.98 7.98 9/371 1345
/proc/meminfo: memFree=25668384/32951124 swapFree=63083164/67111528
[pid=1332] ppid=1330 vsize=297008 CPUtime=12.34 cores=1,3,5,7
/proc/1332/stat : 1332 (strangenight1-m) R 1330 1332 751 0 -1 4202496 17805 0 0 0 1232 2 0 0 25 0 4 0 633587024 304136192 11213 33554432000 4194304 4650419 140734591838672 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1332/statm: 74252 11213 393 112 0 69217 0
[pid=1332/tid=1333] ppid=1330 vsize=297008 CPUtime=3.09 cores=1,3,5,7
/proc/1332/task/1333/stat : 1333 (strangenight1-m) R 1330 1332 751 0 -1 4202560 5376 0 0 0 309 0 0 0 25 0 4 0 633587024 304136192 11213 33554432000 4194304 4650419 140734591838672 18446744073709551615 4433093 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1332/tid=1334] ppid=1330 vsize=297008 CPUtime=3.09 cores=1,3,5,7
/proc/1332/task/1334/stat : 1334 (strangenight1-m) R 1330 1332 751 0 -1 4202560 3877 0 0 0 309 0 0 0 25 0 4 0 633587024 304136192 11213 33554432000 4194304 4650419 140734591838672 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1332/tid=1335] ppid=1330 vsize=297008 CPUtime=3.05 cores=1,3,5,7
/proc/1332/task/1335/stat : 1335 (strangenight1-m) R 1330 1332 751 0 -1 4202560 3744 0 0 0 305 0 0 0 25 0 4 0 633587024 304136192 11213 33554432000 4194304 4650419 140734591838672 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 297008

[startup+6.30078 s]
/proc/loadavg: 7.53 7.98 7.98 9/371 1345
/proc/meminfo: memFree=25621884/32951124 swapFree=63083164/67111528
[pid=1332] ppid=1330 vsize=297456 CPUtime=25.1 cores=1,3,5,7
/proc/1332/stat : 1332 (strangenight1-m) R 1330 1332 751 0 -1 4202496 24832 0 0 0 2507 3 0 0 25 0 4 0 633587024 304594944 13726 33554432000 4194304 4650419 140734591838672 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1332/statm: 74364 13726 393 112 0 69329 0
[pid=1332/tid=1333] ppid=1330 vsize=297456 CPUtime=6.29 cores=1,3,5,7
/proc/1332/task/1333/stat : 1333 (strangenight1-m) R 1330 1332 751 0 -1 4202560 6470 0 0 0 629 0 0 0 25 0 4 0 633587024 304594944 13726 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1332/tid=1334] ppid=1330 vsize=297456 CPUtime=6.29 cores=1,3,5,7
/proc/1332/task/1334/stat : 1334 (strangenight1-m) R 1330 1332 751 0 -1 4202560 6682 0 0 0 628 1 0 0 25 0 4 0 633587024 304594944 13726 33554432000 4194304 4650419 140734591838672 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1332/tid=1335] ppid=1330 vsize=297456 CPUtime=6.21 cores=1,3,5,7
/proc/1332/task/1335/stat : 1335 (strangenight1-m) R 1330 1332 751 0 -1 4202560 4828 0 0 0 621 0 0 0 25 0 4 0 633587024 304594944 13726 33554432000 4194304 4650419 140734591838672 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 297456

[startup+12.7006 s]
/proc/loadavg: 7.60 7.98 7.98 9/371 1345
/proc/meminfo: memFree=25579188/32951124 swapFree=63083164/67111528
[pid=1332] ppid=1330 vsize=306656 CPUtime=50.63 cores=1,3,5,7
/proc/1332/stat : 1332 (strangenight1-m) R 1330 1332 751 0 -1 4202496 35750 0 0 0 5057 6 0 0 25 0 4 0 633587024 314015744 16915 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1332/statm: 76664 16915 393 112 0 71629 0
[pid=1332/tid=1333] ppid=1330 vsize=306656 CPUtime=12.69 cores=1,3,5,7
/proc/1332/task/1333/stat : 1333 (strangenight1-m) R 1330 1332 751 0 -1 4202560 8330 0 0 0 1269 0 0 0 25 0 4 0 633587024 314015744 16915 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1332/tid=1334] ppid=1330 vsize=306656 CPUtime=12.69 cores=1,3,5,7
/proc/1332/task/1334/stat : 1334 (strangenight1-m) R 1330 1332 751 0 -1 4202560 9649 0 0 0 1267 2 0 0 25 0 4 0 633587024 314015744 16915 33554432000 4194304 4650419 140734591838672 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1332/tid=1335] ppid=1330 vsize=306656 CPUtime=12.54 cores=1,3,5,7
/proc/1332/task/1335/stat : 1335 (strangenight1-m) R 1330 1332 751 0 -1 4202560 7492 0 0 0 1253 1 0 0 25 0 4 0 633587024 314015744 16915 33554432000 4194304 4650419 140734591838672 18446744073709551615 4366261 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 306656

[startup+25.5011 s]
/proc/loadavg: 7.66 7.98 7.98 9/371 1345
/proc/meminfo: memFree=25538616/32951124 swapFree=63083164/67111528
[pid=1332] ppid=1330 vsize=308740 CPUtime=101.68 cores=1,3,5,7
/proc/1332/stat : 1332 (strangenight1-m) R 1330 1332 751 0 -1 4202496 52822 0 0 0 10159 9 0 0 25 0 4 0 633587024 316149760 21802 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1332/statm: 77185 21802 393 112 0 72150 0
[pid=1332/tid=1333] ppid=1330 vsize=308740 CPUtime=25.49 cores=1,3,5,7
/proc/1332/task/1333/stat : 1333 (strangenight1-m) R 1330 1332 751 0 -1 4202560 11849 0 0 0 2548 1 0 0 25 0 4 0 633587024 316149760 21802 33554432000 4194304 4650419 140734591838672 18446744073709551615 4310889 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1332/tid=1334] ppid=1330 vsize=308740 CPUtime=25.49 cores=1,3,5,7
/proc/1332/task/1334/stat : 1334 (strangenight1-m) R 1330 1332 751 0 -1 4202560 14141 0 0 0 2546 3 0 0 25 0 4 0 633587024 316149760 21802 33554432000 4194304 4650419 140734591838672 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1332/tid=1335] ppid=1330 vsize=308740 CPUtime=25.18 cores=1,3,5,7
/proc/1332/task/1335/stat : 1335 (strangenight1-m) R 1330 1332 751 0 -1 4202560 10787 0 0 0 2517 1 0 0 25 0 4 0 633587024 316149760 21802 33554432000 4194304 4650419 140734591838672 18446744073709551615 4334332 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 308740

[startup+51.1003 s]
/proc/loadavg: 7.83 8.00 7.98 9/371 1346
/proc/meminfo: memFree=25484412/32951124 swapFree=63083164/67111528
[pid=1332] ppid=1330 vsize=339328 CPUtime=203.77 cores=1,3,5,7
/proc/1332/stat : 1332 (strangenight1-m) R 1330 1332 751 0 -1 4202496 81975 0 0 0 20360 17 0 0 25 0 4 0 633587024 347471872 28163 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1332/statm: 84832 28163 393 112 0 79797 0
[pid=1332/tid=1333] ppid=1330 vsize=339328 CPUtime=51.09 cores=1,3,5,7
/proc/1332/task/1333/stat : 1333 (strangenight1-m) R 1330 1332 751 0 -1 4202560 18382 0 0 0 5107 2 0 0 25 0 4 0 633587024 347471872 28163 33554432000 4194304 4650419 140734591838672 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1332/tid=1334] ppid=1330 vsize=339328 CPUtime=51.09 cores=1,3,5,7
/proc/1332/task/1334/stat : 1334 (strangenight1-m) R 1330 1332 751 0 -1 4202560 23250 0 0 0 5103 6 0 0 25 0 4 0 633587024 347471872 28163 33554432000 4194304 4650419 140734591838672 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1332/tid=1335] ppid=1330 vsize=339328 CPUtime=50.48 cores=1,3,5,7
/proc/1332/task/1335/stat : 1335 (strangenight1-m) R 1330 1332 751 0 -1 4202560 14876 0 0 0 5046 2 0 0 25 0 4 0 633587024 347471872 28163 33554432000 4194304 4650419 140734591838672 18446744073709551615 4366950 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 339328

[startup+102.315 s]
/proc/loadavg: 8.05 8.03 7.99 9/371 1347
/proc/meminfo: memFree=25409464/32951124 swapFree=63083164/67111528
[pid=1332] ppid=1330 vsize=345892 CPUtime=408.02 cores=1,3,5,7
/proc/1332/stat : 1332 (strangenight1-m) R 1330 1332 751 0 -1 4202496 133128 0 0 0 40768 34 0 0 25 0 4 0 633587024 354193408 40669 33554432000 4194304 4650419 140734591838672 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1332/statm: 86473 40669 393 112 0 81438 0
[pid=1332/tid=1333] ppid=1330 vsize=345892 CPUtime=102.31 cores=1,3,5,7
/proc/1332/task/1333/stat : 1333 (strangenight1-m) R 1330 1332 751 0 -1 4202560 28414 0 0 0 10225 6 0 0 25 0 4 0 633587024 354193408 40669 33554432000 4194304 4650419 140734591838672 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1332/tid=1334] ppid=1330 vsize=345892 CPUtime=102.29 cores=1,3,5,7
/proc/1332/task/1334/stat : 1334 (strangenight1-m) R 1330 1332 751 0 -1 4202560 37952 0 0 0 10218 11 0 0 25 0 4 0 633587024 354193408 40669 33554432000 4194304 4650419 140734591838672 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1332/tid=1335] ppid=1330 vsize=345892 CPUtime=101.08 cores=1,3,5,7
/proc/1332/task/1335/stat : 1335 (strangenight1-m) R 1330 1332 751 0 -1 4202560 25556 0 0 0 10103 5 0 0 25 0 4 0 633587024 354193408 40669 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.02
Current children cumulated vsize (KiB) 345892

[startup+162.3 s]
/proc/loadavg: 8.12 8.05 8.00 9/371 1349
/proc/meminfo: memFree=25361560/32951124 swapFree=63083164/67111528
[pid=1332] ppid=1330 vsize=356892 CPUtime=647.26 cores=1,3,5,7
/proc/1332/stat : 1332 (strangenight1-m) R 1330 1332 751 0 -1 4202496 175127 0 0 0 64678 48 0 0 25 0 4 0 633587024 365457408 42350 33554432000 4194304 4650419 140734591838672 18446744073709551615 4433074 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1332/statm: 89223 42350 393 112 0 84188 0
[pid=1332/tid=1333] ppid=1330 vsize=356892 CPUtime=162.29 cores=1,3,5,7
/proc/1332/task/1333/stat : 1333 (strangenight1-m) R 1330 1332 751 0 -1 4202560 36694 0 0 0 16221 8 0 0 25 0 4 0 633587024 365457408 42350 33554432000 4194304 4650419 140734591838672 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1332/tid=1334] ppid=1330 vsize=356892 CPUtime=162.28 cores=1,3,5,7
/proc/1332/task/1334/stat : 1334 (strangenight1-m) R 1330 1332 751 0 -1 4202560 50372 0 0 0 16212 16 0 0 25 0 4 0 633587024 365457408 42350 33554432000 4194304 4650419 140734591838672 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1332/tid=1335] ppid=1330 vsize=356892 CPUtime=160.36 cores=1,3,5,7
/proc/1332/task/1335/stat : 1335 (strangenight1-m) R 1330 1332 751 0 -1 4202560 32452 0 0 0 16029 7 0 0 25 0 4 0 633587024 365457408 42350 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.26
Current children cumulated vsize (KiB) 356892

[startup+222.301 s]
/proc/loadavg: 8.48 8.16 8.04 9/371 1353
/proc/meminfo: memFree=25316420/32951124 swapFree=63083164/67111528
[pid=1332] ppid=1330 vsize=402948 CPUtime=886.52 cores=1,3,5,7
/proc/1332/stat : 1332 (strangenight1-m) R 1330 1332 751 0 -1 4202496 207405 0 0 0 88589 63 0 0 25 0 4 0 633587024 412618752 47666 33554432000 4194304 4650419 140734591838672 18446744073709551615 4333921 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1332/statm: 100737 47666 393 112 0 95702 0
[pid=1332/tid=1333] ppid=1330 vsize=402948 CPUtime=222.29 cores=1,3,5,7
/proc/1332/task/1333/stat : 1333 (strangenight1-m) R 1330 1332 751 0 -1 4202560 42016 0 0 0 22219 10 0 0 25 0 4 0 633587024 412618752 47666 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1332/tid=1334] ppid=1330 vsize=402948 CPUtime=222.28 cores=1,3,5,7
/proc/1332/task/1334/stat : 1334 (strangenight1-m) R 1330 1332 751 0 -1 4202560 61482 0 0 0 22208 20 0 0 25 0 4 0 633587024 412618752 47666 33554432000 4194304 4650419 140734591838672 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1332/tid=1335] ppid=1330 vsize=402948 CPUtime=219.61 cores=1,3,5,7
/proc/1332/task/1335/stat : 1335 (strangenight1-m) R 1330 1332 751 0 -1 4202560 38345 0 0 0 21951 10 0 0 25 0 4 0 633587024 412618752 47666 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 886.52
Current children cumulated vsize (KiB) 402948

[startup+282.301 s]
/proc/loadavg: 8.32 8.18 8.05 9/371 1355
/proc/meminfo: memFree=25248024/32951124 swapFree=63083164/67111528
[pid=1332] ppid=1330 vsize=436376 CPUtime=1125.8 cores=1,3,5,7
/proc/1332/stat : 1332 (strangenight1-m) R 1330 1332 751 0 -1 4202496 251203 0 0 0 112498 82 0 0 25 0 4 0 633587024 446849024 60813 33554432000 4194304 4650419 140734591838672 18446744073709551615 4433059 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1332/statm: 109094 60813 393 112 0 104059 0
[pid=1332/tid=1333] ppid=1330 vsize=436376 CPUtime=282.3 cores=1,3,5,7
/proc/1332/task/1333/stat : 1333 (strangenight1-m) R 1330 1332 751 0 -1 4202560 52975 0 0 0 28214 16 0 0 25 0 4 0 633587024 446849024 60813 33554432000 4194304 4650419 140734591838672 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1332/tid=1334] ppid=1330 vsize=436376 CPUtime=282.28 cores=1,3,5,7
/proc/1332/task/1334/stat : 1334 (strangenight1-m) R 1330 1332 751 0 -1 4202560 73193 0 0 0 28202 26 0 0 25 0 4 0 633587024 446849024 60813 33554432000 4194304 4650419 140734591838672 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1332/tid=1335] ppid=1330 vsize=436376 CPUtime=278.89 cores=1,3,5,7
/proc/1332/task/1335/stat : 1335 (strangenight1-m) R 1330 1332 751 0 -1 4202560 48031 0 0 0 27876 13 0 0 25 0 4 0 633587024 446849024 60813 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1125.8
Current children cumulated vsize (KiB) 436376

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

[startup+294.3 s]
/proc/loadavg: 8.27 8.17 8.05 9/371 1355
/proc/meminfo: memFree=25233128/32951124 swapFree=63083164/67111528
[pid=1332] ppid=1330 vsize=436376 CPUtime=1173.65 cores=1,3,5,7
/proc/1332/stat : 1332 (strangenight1-m) R 1330 1332 751 0 -1 4202496 253228 0 0 0 117282 83 0 0 25 0 4 0 633587024 446849024 62836 33554432000 4194304 4650419 140734591838672 18446744073709551615 4476315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1332/statm: 109094 62836 393 112 0 104059 0
[pid=1332/tid=1333] ppid=1330 vsize=436376 CPUtime=294.3 cores=1,3,5,7
/proc/1332/task/1333/stat : 1333 (strangenight1-m) R 1330 1332 751 0 -1 4202560 52975 0 0 0 29414 16 0 0 25 0 4 0 633587024 446849024 62836 33554432000 4194304 4650419 140734591838672 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1332/tid=1334] ppid=1330 vsize=436376 CPUtime=294.29 cores=1,3,5,7
/proc/1332/task/1334/stat : 1334 (strangenight1-m) R 1330 1332 751 0 -1 4202560 74012 0 0 0 29402 27 0 0 25 0 4 0 633587024 446849024 62836 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1332/tid=1335] ppid=1330 vsize=436376 CPUtime=290.74 cores=1,3,5,7
/proc/1332/task/1335/stat : 1335 (strangenight1-m) R 1330 1332 751 0 -1 4202560 49089 0 0 0 29060 14 0 0 25 0 4 0 633587024 446849024 62836 33554432000 4194304 4650419 140734591838672 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1173.65
Current children cumulated vsize (KiB) 436376

[startup+307.101 s]
/proc/loadavg: 8.28 8.18 8.05 9/371 1356
/proc/meminfo: memFree=25235108/32951124 swapFree=63083164/67111528
[pid=1332] ppid=1330 vsize=436432 CPUtime=1224.67 cores=1,3,5,7
/proc/1332/stat : 1332 (strangenight1-m) R 1330 1332 751 0 -1 4202496 257306 0 0 0 122383 84 0 0 25 0 4 0 633587024 446906368 63573 33554432000 4194304 4650419 140734591838672 18446744073709551615 4313304 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1332/statm: 109108 63573 393 112 0 104073 0
[pid=1332/tid=1333] ppid=1330 vsize=436432 CPUtime=307.1 cores=1,3,5,7
/proc/1332/task/1333/stat : 1333 (strangenight1-m) R 1330 1332 751 0 -1 4202560 52975 0 0 0 30694 16 0 0 25 0 4 0 633587024 446906368 63573 33554432000 4194304 4650419 140734591838672 18446744073709551615 4432396 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1332/tid=1334] ppid=1330 vsize=436432 CPUtime=307.08 cores=1,3,5,7
/proc/1332/task/1334/stat : 1334 (strangenight1-m) R 1330 1332 751 0 -1 4202560 75996 0 0 0 30681 27 0 0 25 0 4 0 633587024 446906368 63573 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1332/tid=1335] ppid=1330 vsize=436432 CPUtime=303.37 cores=1,3,5,7
/proc/1332/task/1335/stat : 1335 (strangenight1-m) R 1330 1332 751 0 -1 4202560 49892 0 0 0 30323 14 0 0 25 0 4 0 633587024 446906368 63573 33554432000 4194304 4650419 140734591838672 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1224.67
Current children cumulated vsize (KiB) 436432

[startup+310.3 s]
/proc/loadavg: 8.28 8.18 8.05 9/371 1356
/proc/meminfo: memFree=25237832/32951124 swapFree=63083164/67111528
[pid=1332] ppid=1330 vsize=424840 CPUtime=1237.43 cores=1,3,5,7
/proc/1332/stat : 1332 (strangenight1-m) R 1330 1332 751 0 -1 4202496 259815 0 0 0 123658 85 0 0 25 0 4 0 633587024 435036160 61737 33554432000 4194304 4650419 140734591838672 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1332/statm: 106210 61737 393 112 0 101175 0
[pid=1332/tid=1333] ppid=1330 vsize=424840 CPUtime=310.3 cores=1,3,5,7
/proc/1332/task/1333/stat : 1333 (strangenight1-m) R 1330 1332 751 0 -1 4202560 53299 0 0 0 31014 16 0 0 25 0 4 0 633587024 435036160 61737 33554432000 4194304 4650419 140734591838672 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1332/tid=1334] ppid=1330 vsize=424840 CPUtime=310.27 cores=1,3,5,7
/proc/1332/task/1334/stat : 1334 (strangenight1-m) R 1330 1332 751 0 -1 4202560 76994 0 0 0 31000 27 0 0 25 0 4 0 633587024 435036160 61737 33554432000 4194304 4650419 140734591838672 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1332/tid=1335] ppid=1330 vsize=424840 CPUtime=306.52 cores=1,3,5,7
/proc/1332/task/1335/stat : 1335 (strangenight1-m) R 1330 1332 751 0 -1 4202560 50049 0 0 0 30638 14 0 0 25 0 4 0 633587024 435036160 61737 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1237.43
Current children cumulated vsize (KiB) 424840

[startup+311.901 s]
/proc/loadavg: 8.28 8.18 8.05 9/371 1356
/proc/meminfo: memFree=25235848/32951124 swapFree=63083164/67111528
[pid=1332] ppid=1330 vsize=424840 CPUtime=1243.82 cores=1,3,5,7
/proc/1332/stat : 1332 (strangenight1-m) R 1330 1332 751 0 -1 4202496 260195 0 0 0 124297 85 0 0 25 0 4 0 633587024 435036160 62117 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1332/statm: 106210 62117 393 112 0 101175 0
[pid=1332/tid=1333] ppid=1330 vsize=424840 CPUtime=311.9 cores=1,3,5,7
/proc/1332/task/1333/stat : 1333 (strangenight1-m) R 1330 1332 751 0 -1 4202560 53366 0 0 0 31174 16 0 0 25 0 4 0 633587024 435036160 62117 33554432000 4194304 4650419 140734591838672 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1332/tid=1334] ppid=1330 vsize=424840 CPUtime=311.88 cores=1,3,5,7
/proc/1332/task/1334/stat : 1334 (strangenight1-m) R 1330 1332 751 0 -1 4202560 77219 0 0 0 31160 28 0 0 25 0 4 0 633587024 435036160 62117 33554432000 4194304 4650419 140734591838672 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1332/tid=1335] ppid=1330 vsize=424840 CPUtime=308.11 cores=1,3,5,7
/proc/1332/task/1335/stat : 1335 (strangenight1-m) R 1330 1332 751 0 -1 4202560 50137 0 0 0 30797 14 0 0 25 0 4 0 633587024 435036160 62117 33554432000 4194304 4650419 140734591838672 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1243.82
Current children cumulated vsize (KiB) 424840

[startup+313.514 s]
/proc/loadavg: 8.26 8.17 8.05 9/371 1356
/proc/meminfo: memFree=25228408/32951124 swapFree=63083164/67111528
[pid=1332] ppid=1330 vsize=424840 CPUtime=1250.25 cores=1,3,5,7
/proc/1332/stat : 1332 (strangenight1-m) R 1330 1332 751 0 -1 4202496 261290 0 0 0 124939 86 0 0 25 0 4 0 633587024 435036160 63212 33554432000 4194304 4650419 140734591838672 18446744073709551615 4366906 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1332/statm: 106210 63212 393 112 0 101175 0
[pid=1332/tid=1333] ppid=1330 vsize=424840 CPUtime=313.51 cores=1,3,5,7
/proc/1332/task/1333/stat : 1333 (strangenight1-m) R 1330 1332 751 0 -1 4202560 53520 0 0 0 31335 16 0 0 25 0 4 0 633587024 435036160 63212 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1332/tid=1334] ppid=1330 vsize=424840 CPUtime=313.49 cores=1,3,5,7
/proc/1332/task/1334/stat : 1334 (strangenight1-m) R 1330 1332 751 0 -1 4202560 77435 0 0 0 31321 28 0 0 25 0 4 0 633587024 435036160 63212 33554432000 4194304 4650419 140734591838672 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1332/tid=1335] ppid=1330 vsize=424840 CPUtime=309.71 cores=1,3,5,7
/proc/1332/task/1335/stat : 1335 (strangenight1-m) R 1330 1332 751 0 -1 4202560 50862 0 0 0 30956 15 0 0 25 0 4 0 633587024 435036160 63212 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365258 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1250.25
Current children cumulated vsize (KiB) 424840

[startup+313.901 s]
/proc/loadavg: 8.26 8.17 8.05 9/371 1356
/proc/meminfo: memFree=25228408/32951124 swapFree=63083164/67111528
[pid=1332] ppid=1330 vsize=424840 CPUtime=1251.8 cores=1,3,5,7
/proc/1332/stat : 1332 (strangenight1-m) R 1330 1332 751 0 -1 4202496 261417 0 0 0 125094 86 0 0 25 0 4 0 633587024 435036160 63339 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365231 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1332/statm: 106210 63339 393 112 0 101175 0
[pid=1332/tid=1333] ppid=1330 vsize=424840 CPUtime=313.9 cores=1,3,5,7
/proc/1332/task/1333/stat : 1333 (strangenight1-m) R 1330 1332 751 0 -1 4202560 53558 0 0 0 31374 16 0 0 25 0 4 0 633587024 435036160 63339 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1332/tid=1334] ppid=1330 vsize=424840 CPUtime=313.88 cores=1,3,5,7
/proc/1332/task/1334/stat : 1334 (strangenight1-m) R 1330 1332 751 0 -1 4202560 77484 0 0 0 31360 28 0 0 25 0 4 0 633587024 435036160 63339 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1332/tid=1335] ppid=1330 vsize=424840 CPUtime=310.09 cores=1,3,5,7
/proc/1332/task/1335/stat : 1335 (strangenight1-m) R 1330 1332 751 0 -1 4202560 50902 0 0 0 30994 15 0 0 25 0 4 0 633587024 435036160 63339 33554432000 4194304 4650419 140734591838672 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1251.8
Current children cumulated vsize (KiB) 424840

[startup+314.301 s]
/proc/loadavg: 8.26 8.17 8.05 9/371 1356
/proc/meminfo: memFree=25228408/32951124 swapFree=63083164/67111528
[pid=1332] ppid=1330 vsize=424840 CPUtime=1253.4 cores=1,3,5,7
/proc/1332/stat : 1332 (strangenight1-m) R 1330 1332 751 0 -1 4202496 261533 0 0 0 125254 86 0 0 25 0 4 0 633587024 435036160 63455 33554432000 4194304 4650419 140734591838672 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/1332/statm: 106210 63455 393 112 0 101175 0
[pid=1332/tid=1333] ppid=1330 vsize=424840 CPUtime=314.3 cores=1,3,5,7
/proc/1332/task/1333/stat : 1333 (strangenight1-m) R 1330 1332 751 0 -1 4202560 53594 0 0 0 31414 16 0 0 25 0 4 0 633587024 435036160 63455 33554432000 4194304 4650419 140734591838672 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=1332/tid=1334] ppid=1330 vsize=424840 CPUtime=314.28 cores=1,3,5,7
/proc/1332/task/1334/stat : 1334 (strangenight1-m) R 1330 1332 751 0 -1 4202560 77525 0 0 0 31400 28 0 0 25 0 4 0 633587024 435036160 63455 33554432000 4194304 4650419 140734591838672 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=1332/tid=1335] ppid=1330 vsize=424840 CPUtime=310.49 cores=1,3,5,7
/proc/1332/task/1335/stat : 1335 (strangenight1-m) R 1330 1332 751 0 -1 4202560 50941 0 0 0 31034 15 0 0 25 0 4 0 633587024 435036160 63455 33554432000 4194304 4650419 140734591838672 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1253.4
Current children cumulated vsize (KiB) 424840

Child status: 10
Real time (s): 314.338
CPU time (s): 1253.52
CPU user time (s): 1252.64
CPU system time (s): 0.878866
CPU usage (%): 398.779
Max. virtual memory (cumulated for all children) (KiB): 436432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1252.64
system time used= 0.878866
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261547
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= 261
involuntary context switches= 6178

runsolver used 1.04584 second user time and 2.77258 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-15 00:21:54
IDJOB=3369076
IDBENCH=83085
IDSOLVER=1846
FILE ID=node141/3369076-1305411714
RUNJOBID= node141-1305411714-1318
PBS_JOBID= 13324495
Free space on /tmp= 73300 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S1980330668-030.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369076-1305411714/watcher-3369076-1305411714 -o /tmp/evaluation-result-3369076-1305411714/solver-3369076-1305411714 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369076-1305411714.cnf

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= c58a0ddee2026f6e03d1207be874b747
RANDOM SEED=21054935

node141.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5362.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25729388 kB
Buffers:        232432 kB
Cached:        4781564 kB
SwapCached:      15708 kB
Active:        1980816 kB
Inactive:      5001644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25729388 kB
SwapTotal:    67111528 kB
SwapFree:     63083164 kB
Dirty:           12516 kB
Writeback:           8 kB
AnonPages:     1959772 kB
Mapped:          12328 kB
Slab:           135968 kB
PageTables:      37972 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 86227968 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73288 MiB
End job on node141 at 2011-05-15 00:27:09