Trace number 3368774

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 1215.22 304.735

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S1574817612-041.SATISFIABLE.cnf
MD5SUMfa89dbbfc32d9aaebefbb7225db2ad6a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.004998
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368774-1305402720.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.02	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0       100      2130         0         0     10650         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.03
0.00/0.02	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
3.16/0.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.16/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.16/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.16/0.80	c calculated reachability. Time: 0.00
3.16/0.80	c Calc default polars -  time:   0.00 s pos:      50 undec:       6 neg:      44
3.16/0.80	c =========================================================================================
3.16/0.80	c types(t): F = full restart, N = normal restart
3.16/0.80	c types(t): S = simplification begin/end, E = solution found
3.16/0.80	c restart types(rt): st = static, dy = dynamic
3.16/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.16/0.80	c  B st     0         0       100      2130         0         0     10650         0   no data   no data  --
3.16/0.80	c Decided on static restart strategy
3.16/0.80	c  N st     8      4913       100      2130         0      4582     10650    101290   no data   no data  --
3.16/0.80	c  N st    10     11295       100      2130         0      4246     10650     73782   no data   no data  --
3.16/0.80	c  N st    11     17040       100      2130         0      9542     10650    184872   no data   no data  --
3.16/0.80	c  F st    12     25000       100      2130         0     11744     10650    230618   no data   no data  --
3.16/0.80	c  N st    12     25000       100      2130         0     11744     10650    230618   no data   no data  --
3.57/1.00	c Decided on static restart strategy
3.57/1.00	c  N st    18     30000       100      2130         0     10086     10650    187133   no data   no data  --
3.57/1.00	c  S st    18     30000       100      2130         0     10086     10650    187133   no data   no data  --
3.98/1.10	c  S st    18     30501       100      2130         0     10565     10650    197710   no data   no data  --
3.98/1.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.98/1.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.98/1.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
3.98/1.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.98/1.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.98/1.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3.98/1.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.96/1.50	c lits-rem:      1881  cl-subs:     1875  v-elim:      0  v-fix:    0  time:  1.59 s
5.96/1.50	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.16
5.96/1.50	c calculated reachability. Time: 0.00
5.96/1.50	c  N st    18     30501       100      2130         0      8690     10650    155811   no data   no data  --
6.75/1.76	c  N st    20     37613       100      2130         0      7995     10650    127874   no data   no data  --
7.95/2.01	c  N st    21     44012       100      2130         0     13896     10650    256643   no data   no data  --
8.37/2.12	c  S st    22     45753       100      2130         0     15516     10650    290604   no data   no data  --
8.37/2.15	c  S st    22     46258       100      2130         0     15995     10650    301430   no data   no data  --
8.37/2.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.37/2.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.37/2.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
8.37/2.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.37/2.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.37/2.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
8.37/2.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.18/3.38	c lits-rem:      3058  cl-subs:     2201  v-elim:      0  v-fix:    0  time:  4.84 s
13.18/3.38	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
13.18/3.39	c vivif2 --  cl tried    13794 cl shrink        0 lits rem          0 time: 0.01
13.53/3.45	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.25
13.53/3.45	c calculated reachability. Time: 0.00
13.53/3.45	c  N st    22     46258       100      2130         0     13794     10650    250794   no data   no data  --
16.73/4.22	c  N st    23     60656       100      2130         0      9753     10650    144229   no data   no data  --
18.32/4.70	c  N st    24     69388       100      2130         0     17866     10650    320014   no data   no data  --
18.32/4.70	c  S st    24     69388       100      2130         0     17866     10650    320014   no data   no data  --
18.72/4.74	c  S st    24     69890       100      2130         0     18354     10650    330955   no data   no data  --
18.72/4.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.72/4.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.72/4.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
18.72/4.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.72/4.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.72/4.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
18.72/4.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.50/5.99	c lits-rem:      2750  cl-subs:     2353  v-elim:      0  v-fix:    0  time:  4.93 s
23.50/5.99	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
23.50/6.00	c vivif2 --  cl tried    16001 cl shrink        0 lits rem          0 time: 0.01
23.90/6.07	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.31
23.90/6.07	c calculated reachability. Time: 0.00
23.90/6.07	c  N st    24     69890       100      2130         0     16001     10650    278246   no data   no data  --
27.88/7.05	c  F st    25     87502       100      2130         0     11134     10650    157903   no data   no data  --
27.88/7.05	c  N st    25     87502       100      2130         0     11134     10650    157903   no data   no data  --
29.08/7.33	c Decided on static restart strategy
29.88/7.50	c  N st    32     95542       100      2130         0     18604     10650    315666   no data   no data  --
31.88/8.09	c  N st    34    104835       100      2130         0     15205     10650    241246   no data   no data  --
31.88/8.09	c  S st    34    104835       100      2130         0     15205     10650    241246   no data   no data  --
32.28/8.13	c  S st    34    105338       100      2130         0     15686     10650    251968   no data   no data  --
32.28/8.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.28/8.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
32.28/8.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
32.28/8.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.28/8.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.28/8.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
32.28/8.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.26/9.19	c lits-rem:      1789  cl-subs:     1084  v-elim:      0  v-fix:    0  time:  4.16 s
36.26/9.19	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
36.26/9.19	c vivif2 --  cl tried    14602 cl shrink        0 lits rem          0 time: 0.01
36.66/9.26	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.28
36.66/9.26	c calculated reachability. Time: 0.00
36.66/9.26	c  N st    34    105338       100      2130         0     14602     10650    227765   no data   no data  --
39.08/9.85	c  N st    35    114939       100      2130         0     23491     10650    412446   no data   no data  --
42.66/10.75	c  N st    36    129337       100      2130         0     23850     10650    401634   no data   no data  --
48.28/12.19	c  N st    37    150933       100      2130         0     15102     10650    200521   no data   no data  --
50.22/12.64	c  S st    38    158007       100      2130         0     21636     10650    336269   no data   no data  --
50.62/12.70	c  S st    38    158511       100      2130         0     22117     10650    347021   no data   no data  --
50.62/12.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.62/12.70	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
50.62/12.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
50.62/12.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.62/12.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.62/12.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
50.62/12.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
55.41/13.94	c lits-rem:      2770  cl-subs:     2466  v-elim:      0  v-fix:    0  time:  4.89 s
55.41/13.94	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
55.41/13.94	c vivif2 --  cl tried    19651 cl shrink        0 lits rem          0 time: 0.01
55.81/14.03	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.34
55.81/14.03	c calculated reachability. Time: 0.00
55.81/14.03	c  N st    38    158511       100      2130         0     19651     10650    295864   no data   no data  --
70.21/17.63	c  N st    39    207099       100      2130         0     32257     10650    544228   no data   no data  --
80.13/20.11	c  N st    40    237767       100      2130         0     24747     10650    374004   no data   no data  --
80.13/20.11	c  S st    40    237767       100      2130         0     24747     10650    374004   no data   no data  --
80.13/20.17	c  S st    40    238270       100      2130         0     25233     10650    385216   no data   no data  --
80.13/20.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
80.13/20.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
80.13/20.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
80.13/20.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.13/20.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.13/20.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
80.13/20.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
85.32/21.49	c lits-rem:      3789  cl-subs:     1792  v-elim:      0  v-fix:    0  time:  5.17 s
85.32/21.49	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
85.32/21.49	c vivif2 --  cl tried    23441 cl shrink        0 lits rem          0 time: 0.02
86.11/21.60	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.45
86.11/21.61	c calculated reachability. Time: 0.00
86.11/21.61	c  N st    40    238270       100      2130         0     23441     10650    345446   no data   no data  --
111.23/27.94	c  F st    41    306250       100      2130         0     25210     10650    344898   no data   no data  --
111.23/27.94	c  N st    41    306250       100      2130         0     25210     10650    344898   no data   no data  --
113.23/28.40	c Decided on static restart strategy
121.61/30.50	c  N st    51    334553       100      2130         0     29262     10650    424460   no data   no data  --
130.39/32.70	c  N st    53    357407       100      2130         0     27333     10650    370175   no data   no data  --
130.39/32.70	c  S st    53    357407       100      2130         0     27333     10650    370175   no data   no data  --
130.39/32.76	c  S st    53    357910       100      2130         0     27822     10650    381504   no data   no data  --
130.39/32.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
130.39/32.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
130.39/32.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
130.39/32.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
130.39/32.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
130.39/32.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
130.39/32.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
135.17/33.98	c lits-rem:      1817  cl-subs:     1406  v-elim:      0  v-fix:    0  time:  4.79 s
135.17/33.98	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
135.17/33.99	c vivif2 --  cl tried    26416 cl shrink        0 lits rem          0 time: 0.02
135.59/34.10	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.45
135.59/34.10	c calculated reachability. Time: 0.00
135.59/34.10	c  N st    53    357910       100      2130         0     26416     10650    352894   no data   no data  --
149.17/37.48	c  N st    54    390304       100      2130         0     32326     10650    463456   no data   no data  --
170.27/42.81	c  N st    55    438894       100      2130         0     26409     10650    318009   no data   no data  --
200.18/50.23	c  N st    56    511776       100      2130         0     39027     10650    563506   no data   no data  --
211.33/53.02	c  N st    57    536870       100      2130         0     33693     10650    441597   no data   no data  --
211.33/53.02	c  S st    57    536870       100      2130         0     33693     10650    441597   no data   no data  --
211.73/53.11	c  S st    57    537373       100      2130         0     34174     10650    452660   no data   no data  --
211.73/53.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
211.73/53.11	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
211.73/53.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
211.73/53.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
211.73/53.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
211.73/53.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
211.73/53.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
217.33/54.56	c lits-rem:      1794  cl-subs:     1752  v-elim:      0  v-fix:    0  time:  5.70 s
217.33/54.56	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
217.33/54.56	c vivif2 --  cl tried    32422 cl shrink        0 lits rem          0 time: 0.02
218.13/54.72	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.61
218.13/54.72	c calculated reachability. Time: 0.00
218.13/54.72	c  N st    57    537373       100      2130         0     32422     10650    418205   no data   no data  --
298.67/74.96	c  N st    58    701359       100      2130         0     59595     10650    937564   no data   no data  --
356.90/89.59	c  N st    59    806059       100      2130         0     53788     10650    804203   no data   no data  --
356.90/89.59	c  S st    59    806059       100      2130         0     53788     10650    804203   no data   no data  --
357.71/89.74	c  S st    59    806563       100      2130         0     54266     10650    815244   no data   no data  --
357.71/89.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
357.71/89.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
357.71/89.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.08
357.71/89.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
357.71/89.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
357.71/89.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
357.71/89.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
378.44/94.97	c lits-rem:      2566  cl-subs:     6477  v-elim:      0  v-fix:    0  time: 20.67 s
378.44/94.97	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
378.44/94.98	c vivif2 --  cl tried    47789 cl shrink        0 lits rem          0 time: 0.04
379.64/95.27	c asymm  cl-useful: 0/1861/2130 lits-rem:0 time: 1.14
379.64/95.27	c calculated reachability. Time: 0.00
379.64/95.27	c  N st    59    806563       100      2130         0     47789     10650    686240   no data   no data  --
526.44/132.05	c  F st    60   1071875       100      2130         0     63636     10650    952925   no data   no data  --
526.44/132.05	c  N st    60   1071875       100      2130         0     63636     10650    952925   no data   no data  --
530.00/132.94	c Decided on static restart strategy
547.14/137.24	c  N st    70   1100182       100      2130         0     48443     10650    613429   no data   no data  --
571.86/143.50	c  N st    72   1136175       100      2130         0     81403     10650   1314329   no data   no data  --
593.80/148.90	c  N st    73   1168568       100      2130         0     68900     10650   1043556   no data   no data  --
624.90/156.71	c  N st    74   1209846       100      2130         0     63704     10650    928340   no data   no data  --
624.90/156.71	c  S st    74   1209846       100      2130         0     63704     10650    928340   no data   no data  --
625.30/156.89	c  S st    74   1210350       100      2130         0     64184     10650    939305   no data   no data  --
625.30/156.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
625.30/156.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
625.70/156.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
625.70/156.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
625.70/156.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
625.70/156.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
625.70/156.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
653.25/163.88	c lits-rem:      7028  cl-subs:     5532  v-elim:      0  v-fix:    0  time: 27.65 s
653.25/163.88	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
653.25/163.90	c vivif2 --  cl tried    58652 cl shrink        0 lits rem          0 time: 0.04
654.82/164.26	c asymm  cl-useful: 0/1436/2130 lits-rem:0 time: 1.46
654.82/164.26	c calculated reachability. Time: 0.00
654.82/164.26	c  N st    74   1210350       100      2130         0     58652     10650    825114   no data   no data  --
711.44/178.41	c  N st    75   1283233       100      2130         0     81702     10650   1311865   no data   no data  --
803.17/201.49	c  N st    76   1392557       100      2130         0     91728     10650   1505132   no data   no data  --
927.20/232.53	c  N st    77   1556541       100      2130         0     98374     10650   1553105   no data   no data  --
1038.07/260.33	c  N st    78   1710350       100      2130         0     88136     10650   1344310   no data   no data  --
1038.07/260.33	c  S st    78   1710350       100      2130         0     88136     10650   1344310   no data   no data  --
1038.87/260.59	c  S st    78   1710855       100      2130         0     88620     10650   1355382   no data   no data  --
1038.87/260.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1038.87/260.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1039.29/260.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.14
1039.29/260.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1039.29/260.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1039.29/260.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1039.29/260.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1101.13/276.11	c lits-rem:      2076  cl-subs:    11706  v-elim:      0  v-fix:    0  time: 61.53 s
1101.13/276.11	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1101.13/276.12	c vivif2 --  cl tried    76914 cl shrink        0 lits rem          0 time: 0.06
1101.87/276.34	c asymm  cl-useful: 0/694/2130 lits-rem:0 time: 0.85
1101.87/276.34	c calculated reachability. Time: 0.00
1101.87/276.34	c  N st    78   1710855       100      2130         0     76914     10650   1129182   no data   no data  --
1215.17/304.72	c Following stats are for *FIRST FINISHED THREAD ONLY*
1215.17/304.72	c num threads              : 4          
1215.17/304.72	c restarts                 : 78         
1215.17/304.72	c dynamic restarts         : 0          
1215.17/304.72	c static restarts          : 78         
1215.17/304.72	c full restarts            : 4          
1215.17/304.72	c total simplify time      : 0.00       
1215.17/304.72	c learnts DL2              : 0          
1215.17/304.72	c learnts size 2           : 0          
1215.17/304.72	c learnts size 1           : 0           (0.00      % of vars)
1215.17/304.72	c filedLit time            : 0.52        (0.04      % time)
1215.17/304.72	c v-elim SatELite          : 0           (0.00      % vars)
1215.17/304.72	c SatELite time            : 183.28      (15.09     % time)
1215.17/304.72	c v-elim xor               : 0           (0.00      % vars)
1215.17/304.72	c xor elim time            : 0.07        (0.01      % time)
1215.17/304.72	c num binary xor trees     : 0          
1215.17/304.72	c binxor trees' crown      : 0           (nan       leafs/tree)
1215.17/304.72	c bin xor find time        : 0.00       
1215.17/304.72	c OTF clause improved      : 143107      (0.08      clauses/conflict)
1215.17/304.72	c OTF impr. size diff      : 144733      (1.01       lits/clause)
1215.17/304.72	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
1215.17/304.72	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
1215.17/304.72	c tried to recurMin cls    : 122228      (7.06       % of conflicts)
1215.17/304.72	c updated cache            : 978         (0.01       lits/tried recurMin)
1215.17/304.72	c unit cls received        : 0           (nan       % of units)
1215.17/304.72	c unit cls sent            : 0           (nan       % of units)
1215.17/304.72	c bin cls received         : 0          
1215.17/304.72	c bin cls sent             : 0          
1215.17/304.72	c clauses over max glue    : 0           (0.00      % of all clauses)
1215.17/304.72	c conflicts                : 1732065     (1426.29   / sec)
1215.17/304.72	c decisions                : 1925240     (0.52      % random)
1215.17/304.72	c bogo-props               : 43450939692 (35780278.30 / sec)
1215.17/304.72	c conflict literals        : 36748314    (16.71     % deleted)
1215.17/304.72	c Memory used              : 411.31      MB
1215.17/304.72	c single-thread CPU time   : 1214.38     s
1215.17/304.72	c all-threads sum CPU time : 1214.38     s
1215.17/304.72	s SATISFIABLE
1215.17/304.72	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-3368774-1305402720/watcher-3368774-1305402720 -o /tmp/evaluation-result-3368774-1305402720/solver-3368774-1305402720 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368774-1305402720.cnf 

running on 4 cores: 0,2,4,6

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: 8.10 8.07 8.02 6/373 17239
/proc/meminfo: memFree=22456404/32951124 swapFree=67111348/67111528
[pid=17239] ppid=17237 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17239/stat : 17239 (strangenight1-m) R 17237 17239 16711 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 651869748 52465664 352 33554432000 4194304 4650419 140734006584208 18446744073709551615 47152230549420 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17239/statm: 12809 352 303 112 0 7774 0
[pid=17239/tid=17240] ppid=17237 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651869749 52465664 352 33554432000 4194304 4650419 140734006584208 18446744073709551615 47152230549426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17239/tid=17241] ppid=17237 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17241/stat : 17241 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651869749 52465664 352 33554432000 4194304 4650419 140734006584208 18446744073709551615 47152230549426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17239/tid=17242] ppid=17237 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651869749 52465664 352 33554432000 4194304 4650419 140734006584208 18446744073709551615 212687731697 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.086897 s]
/proc/loadavg: 8.10 8.07 8.02 6/373 17239
/proc/meminfo: memFree=22456404/32951124 swapFree=67111348/67111528
[pid=17239] ppid=17237 vsize=282540 CPUtime=0.31 cores=0,2,4,6
/proc/17239/stat : 17239 (strangenight1-m) R 17237 17239 16711 0 -1 4202496 1605 0 0 0 31 0 0 0 18 0 4 0 651869748 289320960 1459 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17239/statm: 70635 1459 389 112 0 65600 0
[pid=17239/tid=17240] ppid=17237 vsize=282540 CPUtime=0.08 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 340 0 0 0 8 0 0 0 18 0 4 0 651869749 289320960 1459 33554432000 4194304 4650419 140734006584208 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17239/tid=17241] ppid=17237 vsize=282540 CPUtime=0.08 cores=0,2,4,6
/proc/17239/task/17241/stat : 17241 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 321 0 0 0 8 0 0 0 18 0 4 0 651869749 289320960 1459 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17239/tid=17242] ppid=17237 vsize=282540 CPUtime=0.07 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 206 0 0 0 7 0 0 0 25 0 4 0 651869749 289320960 1459 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 282540

[startup+0.100894 s]
/proc/loadavg: 8.10 8.07 8.02 6/373 17239
/proc/meminfo: memFree=22456404/32951124 swapFree=67111348/67111528
[pid=17239] ppid=17237 vsize=282540 CPUtime=0.37 cores=0,2,4,6
/proc/17239/stat : 17239 (strangenight1-m) R 17237 17239 16711 0 -1 4202496 1700 0 0 0 37 0 0 0 18 0 4 0 651869748 289320960 1554 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17239/statm: 70635 1554 389 112 0 65600 0
[pid=17239/tid=17240] ppid=17237 vsize=282540 CPUtime=0.09 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 362 0 0 0 9 0 0 0 18 0 4 0 651869749 289320960 1554 33554432000 4194304 4650419 140734006584208 18446744073709551615 4311068 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17239/tid=17241] ppid=17237 vsize=282540 CPUtime=0.09 cores=0,2,4,6
/proc/17239/task/17241/stat : 17241 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 350 0 0 0 9 0 0 0 18 0 4 0 651869749 289320960 1554 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17239/tid=17242] ppid=17237 vsize=282540 CPUtime=0.08 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 230 0 0 0 8 0 0 0 25 0 4 0 651869749 289320960 1554 33554432000 4194304 4650419 140734006584208 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282540

[startup+0.300858 s]
/proc/loadavg: 8.10 8.07 8.02 6/373 17239
/proc/meminfo: memFree=22456404/32951124 swapFree=67111348/67111528
[pid=17239] ppid=17237 vsize=284000 CPUtime=1.17 cores=0,2,4,6
/proc/17239/stat : 17239 (strangenight1-m) R 17237 17239 16711 0 -1 4202496 2861 0 0 0 117 0 0 0 18 0 4 0 651869748 290816000 2184 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17239/statm: 71000 2185 391 112 0 65965 0
[pid=17239/tid=17240] ppid=17237 vsize=284000 CPUtime=0.29 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 652 0 0 0 29 0 0 0 18 0 4 0 651869749 290816000 2185 33554432000 4194304 4650419 140734006584208 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17239/tid=17241] ppid=17237 vsize=284000 CPUtime=0.29 cores=0,2,4,6
/proc/17239/task/17241/stat : 17241 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 627 0 0 0 29 0 0 0 18 0 4 0 651869749 290816000 2185 33554432000 4194304 4650419 140734006584208 18446744073709551615 4313331 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17239/tid=17242] ppid=17237 vsize=284000 CPUtime=0.28 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 550 0 0 0 28 0 0 0 25 0 4 0 651869749 290816000 2185 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284000

[startup+0.700785 s]
/proc/loadavg: 8.10 8.07 8.02 6/373 17239
/proc/meminfo: memFree=22456404/32951124 swapFree=67111348/67111528
[pid=17239] ppid=17237 vsize=285324 CPUtime=2.76 cores=0,2,4,6
/proc/17239/stat : 17239 (strangenight1-m) R 17237 17239 16711 0 -1 4202496 5073 0 0 0 276 0 0 0 18 0 4 0 651869748 292171776 2593 33554432000 4194304 4650419 140734006584208 18446744073709551615 4333593 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17239/statm: 71331 2593 391 112 0 66296 0
[pid=17239/tid=17240] ppid=17237 vsize=285324 CPUtime=0.69 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 1251 0 0 0 69 0 0 0 18 0 4 0 651869749 292171776 2593 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17239/tid=17241] ppid=17237 vsize=285324 CPUtime=0.69 cores=0,2,4,6
/proc/17239/task/17241/stat : 17241 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 1181 0 0 0 69 0 0 0 18 0 4 0 651869749 292171776 2593 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17239/tid=17242] ppid=17237 vsize=285324 CPUtime=0.68 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 1057 0 0 0 68 0 0 0 25 0 4 0 651869749 292171776 2593 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 285324

[startup+1.50064 s]
/proc/loadavg: 8.10 8.07 8.02 10/377 17243
/proc/meminfo: memFree=22442608/32951124 swapFree=67111348/67111528
[pid=17239] ppid=17237 vsize=281956 CPUtime=5.96 cores=0,2,4,6
/proc/17239/stat : 17239 (strangenight1-m) R 17237 17239 16711 0 -1 4202496 10088 0 0 0 594 2 0 0 20 0 4 0 651869748 288722944 5327 33554432000 4194304 4650419 140734006584208 18446744073709551615 4334219 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17239/statm: 70489 5327 393 112 0 65454 0
[pid=17239/tid=17240] ppid=17237 vsize=281956 CPUtime=1.49 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 3008 0 0 0 149 0 0 0 20 0 4 0 651869749 288722944 5327 33554432000 4194304 4650419 140734006584208 18446744073709551615 4438851 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17239/tid=17241] ppid=17237 vsize=281956 CPUtime=1.49 cores=0,2,4,6
/proc/17239/task/17241/stat : 17241 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 1991 0 0 0 149 0 0 0 20 0 4 0 651869749 288722944 5327 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17239/tid=17242] ppid=17237 vsize=281956 CPUtime=1.47 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 1800 0 0 0 147 0 0 0 25 0 4 0 651869749 288722944 5327 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 281956

[startup+3.10035 s]
/proc/loadavg: 8.10 8.07 8.02 9/377 17243
/proc/meminfo: memFree=22421776/32951124 swapFree=67111348/67111528
[pid=17239] ppid=17237 vsize=282140 CPUtime=12.34 cores=0,2,4,6
/proc/17239/stat : 17239 (strangenight1-m) R 17237 17239 16711 0 -1 4202496 16574 0 0 0 1231 3 0 0 25 0 4 0 651869748 288911360 10168 33554432000 4194304 4650419 140734006584208 18446744073709551615 4476213 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17239/statm: 70535 10168 393 112 0 65500 0
[pid=17239/tid=17240] ppid=17237 vsize=282140 CPUtime=3.09 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 4060 0 0 0 308 1 0 0 25 0 4 0 651869749 288911360 10168 33554432000 4194304 4650419 140734006584208 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17239/tid=17241] ppid=17237 vsize=282140 CPUtime=3.08 cores=0,2,4,6
/proc/17239/task/17241/stat : 17241 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 3929 0 0 0 308 0 0 0 25 0 4 0 651869749 288911360 10168 33554432000 4194304 4650419 140734006584208 18446744073709551615 4313463 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17239/tid=17242] ppid=17237 vsize=282140 CPUtime=3.05 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 3888 0 0 0 305 0 0 0 25 0 4 0 651869749 288911360 10168 33554432000 4194304 4650419 140734006584208 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 282140

[startup+6.30077 s]
/proc/loadavg: 8.17 8.09 8.02 9/377 17243
/proc/meminfo: memFree=22401732/32951124 swapFree=67111348/67111528
[pid=17239] ppid=17237 vsize=279388 CPUtime=25.1 cores=0,2,4,6
/proc/17239/stat : 17239 (strangenight1-m) R 17237 17239 16711 0 -1 4202496 24644 0 0 0 2505 5 0 0 25 0 4 0 651869748 286093312 13582 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17239/statm: 69847 13582 393 112 0 64812 0
[pid=17239/tid=17240] ppid=17237 vsize=279388 CPUtime=6.29 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 6501 0 0 0 628 1 0 0 25 0 4 0 651869749 286093312 13582 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17239/tid=17241] ppid=17237 vsize=279388 CPUtime=6.29 cores=0,2,4,6
/proc/17239/task/17241/stat : 17241 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 6634 0 0 0 628 1 0 0 25 0 4 0 651869749 286093312 13582 33554432000 4194304 4650419 140734006584208 18446744073709551615 4439082 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17239/tid=17242] ppid=17237 vsize=279388 CPUtime=6.21 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 5414 0 0 0 621 0 0 0 25 0 4 0 651869749 286093312 13582 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 279388

[startup+12.7006 s]
/proc/loadavg: 8.15 8.09 8.02 9/377 17243
/proc/meminfo: memFree=22368284/32951124 swapFree=67111348/67111528
[pid=17239] ppid=17237 vsize=283160 CPUtime=50.62 cores=0,2,4,6
/proc/17239/stat : 17239 (strangenight1-m) R 17237 17239 16711 0 -1 4202496 36851 0 0 0 5055 7 0 0 25 0 4 0 651869748 289955840 16107 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366896 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17239/statm: 70790 16107 393 112 0 65755 0
[pid=17239/tid=17240] ppid=17237 vsize=283160 CPUtime=12.69 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 9984 0 0 0 1267 2 0 0 25 0 4 0 651869749 289955840 16107 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17239/tid=17241] ppid=17237 vsize=283160 CPUtime=12.69 cores=0,2,4,6
/proc/17239/task/17241/stat : 17241 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 9850 0 0 0 1267 2 0 0 25 0 4 0 651869749 289955840 16107 33554432000 4194304 4650419 140734006584208 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17239/tid=17242] ppid=17237 vsize=283160 CPUtime=12.53 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 8186 0 0 0 1253 0 0 0 25 0 4 0 651869749 289955840 16107 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 283160

[startup+25.5003 s]
/proc/loadavg: 8.19 8.10 8.03 9/377 17244
/proc/meminfo: memFree=22352036/32951124 swapFree=67111348/67111528
[pid=17239] ppid=17237 vsize=299552 CPUtime=101.66 cores=0,2,4,6
/proc/17239/stat : 17239 (strangenight1-m) R 17237 17239 16711 0 -1 4202496 56375 0 0 0 10154 12 0 0 25 0 4 0 651869748 306741248 22058 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366835 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17239/statm: 74888 22058 393 112 0 69853 0
[pid=17239/tid=17240] ppid=17237 vsize=299552 CPUtime=25.48 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 15701 0 0 0 2545 3 0 0 25 0 4 0 651869749 306741248 22058 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17239/tid=17241] ppid=17237 vsize=299552 CPUtime=25.49 cores=0,2,4,6
/proc/17239/task/17241/stat : 17241 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 16131 0 0 0 2545 4 0 0 25 0 4 0 651869749 306741248 22058 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17239/tid=17242] ppid=17237 vsize=299552 CPUtime=25.18 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 10862 0 0 0 2517 1 0 0 25 0 4 0 651869749 306741248 22058 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 299552

[startup+51.1006 s]
/proc/loadavg: 8.13 8.09 8.02 9/377 17244
/proc/meminfo: memFree=22324128/32951124 swapFree=67111348/67111528
[pid=17239] ppid=17237 vsize=317976 CPUtime=203.77 cores=0,2,4,6
/proc/17239/stat : 17239 (strangenight1-m) R 17237 17239 16711 0 -1 4202496 86675 0 0 0 20357 20 0 0 25 0 4 0 651869748 325607424 26909 33554432000 4194304 4650419 140734006584208 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17239/statm: 79494 26909 393 112 0 74459 0
[pid=17239/tid=17240] ppid=17237 vsize=317976 CPUtime=51.09 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 25788 0 0 0 5103 6 0 0 25 0 4 0 651869749 325607424 26909 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17239/tid=17241] ppid=17237 vsize=317976 CPUtime=51.08 cores=0,2,4,6
/proc/17239/task/17241/stat : 17241 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 24042 0 0 0 5103 5 0 0 25 0 4 0 651869749 325607424 26909 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17239/tid=17242] ppid=17237 vsize=317976 CPUtime=50.48 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 15548 0 0 0 5046 2 0 0 25 0 4 0 651869749 325607424 26909 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365260 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 317976

[startup+102.314 s]
/proc/loadavg: 8.05 8.07 8.02 9/377 17246
/proc/meminfo: memFree=22259492/32951124 swapFree=67111348/67111528
[pid=17239] ppid=17237 vsize=328876 CPUtime=408.01 cores=0,2,4,6
/proc/17239/stat : 17239 (strangenight1-m) R 17237 17239 16711 0 -1 4202496 134300 0 0 0 40767 34 0 0 25 0 4 0 651869748 336769024 36288 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365223 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17239/statm: 82219 36288 393 112 0 77184 0
[pid=17239/tid=17240] ppid=17237 vsize=328876 CPUtime=102.3 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 35734 0 0 0 10221 9 0 0 25 0 4 0 651869749 336769024 36288 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17239/tid=17241] ppid=17237 vsize=328876 CPUtime=102.3 cores=0,2,4,6
/proc/17239/task/17241/stat : 17241 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 38619 0 0 0 10222 8 0 0 25 0 4 0 651869749 336769024 36288 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17239/tid=17242] ppid=17237 vsize=328876 CPUtime=101.09 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 24538 0 0 0 10104 5 0 0 25 0 4 0 651869749 336769024 36288 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.01
Current children cumulated vsize (KiB) 328876

[startup+162.3 s]
/proc/loadavg: 8.06 8.07 8.02 9/377 17247
/proc/meminfo: memFree=22195988/32951124 swapFree=67111348/67111528
[pid=17239] ppid=17237 vsize=341960 CPUtime=647.24 cores=0,2,4,6
/proc/17239/stat : 17239 (strangenight1-m) R 17237 17239 16711 0 -1 4202496 176406 0 0 0 64676 48 0 0 25 0 4 0 651869748 350167040 40909 33554432000 4194304 4650419 140734006584208 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17239/statm: 85490 40909 393 112 0 80455 0
[pid=17239/tid=17240] ppid=17237 vsize=341960 CPUtime=162.29 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 43572 0 0 0 16218 11 0 0 25 0 4 0 651869749 350167040 40909 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17239/tid=17241] ppid=17237 vsize=341960 CPUtime=162.29 cores=0,2,4,6
/proc/17239/task/17241/stat : 17241 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 51693 0 0 0 16216 13 0 0 25 0 4 0 651869749 350167040 40909 33554432000 4194304 4650419 140734006584208 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17239/tid=17242] ppid=17237 vsize=341960 CPUtime=160.37 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 32033 0 0 0 16030 7 0 0 25 0 4 0 651869749 350167040 40909 33554432000 4194304 4650419 140734006584208 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 647.24
Current children cumulated vsize (KiB) 341960

[startup+222.3 s]
/proc/loadavg: 8.07 8.07 8.02 9/377 17249
/proc/meminfo: memFree=22141652/32951124 swapFree=67111348/67111528
[pid=17239] ppid=17237 vsize=333960 CPUtime=886.51 cores=0,2,4,6
/proc/17239/stat : 17239 (strangenight1-m) R 17237 17239 16711 0 -1 4202496 216002 0 0 0 88589 62 0 0 25 0 4 0 651869748 341975040 50389 33554432000 4194304 4650419 140734006584208 18446744073709551615 4339890 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17239/statm: 83490 50389 393 112 0 78455 0
[pid=17239/tid=17240] ppid=17237 vsize=333960 CPUtime=222.3 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 51744 0 0 0 22215 15 0 0 25 0 4 0 651869749 341975040 50389 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17239/tid=17241] ppid=17237 vsize=333960 CPUtime=222.29 cores=0,2,4,6
/proc/17239/task/17241/stat : 17241 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 64293 0 0 0 22212 17 0 0 25 0 4 0 651869749 341975040 50389 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17239/tid=17242] ppid=17237 vsize=333960 CPUtime=219.65 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 40259 0 0 0 21955 10 0 0 25 0 4 0 651869749 341975040 50389 33554432000 4194304 4650419 140734006584208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 886.51
Current children cumulated vsize (KiB) 333960

[startup+282.3 s]
/proc/loadavg: 8.14 8.09 8.02 9/377 17250
/proc/meminfo: memFree=22080988/32951124 swapFree=67111348/67111528
[pid=17239] ppid=17237 vsize=418300 CPUtime=1125.81 cores=0,2,4,6
/proc/17239/stat : 17239 (strangenight1-m) R 17237 17239 16711 0 -1 4202496 256497 0 0 0 112505 76 0 0 25 0 4 0 651869748 428339200 62375 33554432000 4194304 4650419 140734006584208 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17239/statm: 104575 62375 393 112 0 99540 0
[pid=17239/tid=17240] ppid=17237 vsize=418300 CPUtime=282.29 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 64199 0 0 0 28210 19 0 0 25 0 4 0 651869749 428339200 62375 33554432000 4194304 4650419 140734006584208 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17239/tid=17241] ppid=17237 vsize=418300 CPUtime=282.28 cores=0,2,4,6
/proc/17239/task/17241/stat : 17241 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 74137 0 0 0 28208 20 0 0 25 0 4 0 651869749 428339200 62375 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17239/tid=17242] ppid=17237 vsize=418300 CPUtime=278.94 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 47313 0 0 0 27883 11 0 0 25 0 4 0 651869749 428339200 62375 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1125.81
Current children cumulated vsize (KiB) 418300

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

[startup+294.3 s]
/proc/loadavg: 8.11 8.08 8.02 9/377 17251
/proc/meminfo: memFree=22082100/32951124 swapFree=67111348/67111528
[pid=17239] ppid=17237 vsize=418396 CPUtime=1173.65 cores=0,2,4,6
/proc/17239/stat : 17239 (strangenight1-m) R 17237 17239 16711 0 -1 4202496 260799 0 0 0 117286 79 0 0 25 0 4 0 651869748 428437504 62401 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17239/statm: 104599 62401 393 112 0 99564 0
[pid=17239/tid=17240] ppid=17237 vsize=418396 CPUtime=294.29 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 64199 0 0 0 29410 19 0 0 25 0 4 0 651869749 428437504 62401 33554432000 4194304 4650419 140734006584208 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17239/tid=17241] ppid=17237 vsize=418396 CPUtime=294.29 cores=0,2,4,6
/proc/17239/task/17241/stat : 17241 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 75933 0 0 0 29407 22 0 0 25 0 4 0 651869749 428437504 62401 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17239/tid=17242] ppid=17237 vsize=418396 CPUtime=290.79 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 47968 0 0 0 29067 12 0 0 25 0 4 0 651869749 428437504 62401 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1173.65
Current children cumulated vsize (KiB) 418396

[startup+300.701 s]
/proc/loadavg: 8.10 8.08 8.02 9/377 17251
/proc/meminfo: memFree=22071560/32951124 swapFree=67111348/67111528
[pid=17239] ppid=17237 vsize=419740 CPUtime=1199.17 cores=0,2,4,6
/proc/17239/stat : 17239 (strangenight1-m) R 17237 17239 16711 0 -1 4202496 264072 0 0 0 119836 81 0 0 25 0 4 0 651869748 429813760 63664 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17239/statm: 104935 63664 393 112 0 99900 0
[pid=17239/tid=17240] ppid=17237 vsize=419740 CPUtime=300.69 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 64604 0 0 0 30050 19 0 0 25 0 4 0 651869749 429813760 63664 33554432000 4194304 4650419 140734006584208 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17239/tid=17241] ppid=17237 vsize=419740 CPUtime=300.69 cores=0,2,4,6
/proc/17239/task/17241/stat : 17241 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 76465 0 0 0 30047 22 0 0 25 0 4 0 651869749 429813760 63664 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17239/tid=17242] ppid=17237 vsize=419740 CPUtime=297.12 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 48958 0 0 0 29699 13 0 0 25 0 4 0 651869749 429813760 63664 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1199.17
Current children cumulated vsize (KiB) 419740

[startup+302.301 s]
/proc/loadavg: 8.10 8.08 8.02 9/377 17251
/proc/meminfo: memFree=22074656/32951124 swapFree=67111348/67111528
[pid=17239] ppid=17237 vsize=421180 CPUtime=1205.55 cores=0,2,4,6
/proc/17239/stat : 17239 (strangenight1-m) R 17237 17239 16711 0 -1 4202496 264909 0 0 0 120474 81 0 0 25 0 4 0 651869748 431288320 64501 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17239/statm: 105295 64501 393 112 0 100260 0
[pid=17239/tid=17240] ppid=17237 vsize=421180 CPUtime=302.29 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 64984 0 0 0 30210 19 0 0 25 0 4 0 651869749 431288320 64501 33554432000 4194304 4650419 140734006584208 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17239/tid=17241] ppid=17237 vsize=421180 CPUtime=302.28 cores=0,2,4,6
/proc/17239/task/17241/stat : 17241 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 76582 0 0 0 30206 22 0 0 25 0 4 0 651869749 431288320 64501 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17239/tid=17242] ppid=17237 vsize=421180 CPUtime=298.7 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 49100 0 0 0 29857 13 0 0 25 0 4 0 651869749 431288320 64501 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1205.55
Current children cumulated vsize (KiB) 421180

[startup+303.901 s]
/proc/loadavg: 8.17 8.10 8.03 9/377 17251
/proc/meminfo: memFree=22069820/32951124 swapFree=67111348/67111528
[pid=17239] ppid=17237 vsize=421180 CPUtime=1211.93 cores=0,2,4,6
/proc/17239/stat : 17239 (strangenight1-m) R 17237 17239 16711 0 -1 4202496 265479 0 0 0 121111 82 0 0 25 0 4 0 651869748 431288320 65071 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17239/statm: 105295 65071 393 112 0 100260 0
[pid=17239/tid=17240] ppid=17237 vsize=421180 CPUtime=303.89 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 65084 0 0 0 30370 19 0 0 25 0 4 0 651869749 431288320 65071 33554432000 4194304 4650419 140734006584208 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17239/tid=17241] ppid=17237 vsize=421180 CPUtime=303.89 cores=0,2,4,6
/proc/17239/task/17241/stat : 17241 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 76714 0 0 0 30366 23 0 0 25 0 4 0 651869749 431288320 65071 33554432000 4194304 4650419 140734006584208 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17239/tid=17242] ppid=17237 vsize=421180 CPUtime=300.28 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 49230 0 0 0 30015 13 0 0 25 0 4 0 651869749 431288320 65071 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1211.93
Current children cumulated vsize (KiB) 421180

[startup+304.3 s]
/proc/loadavg: 8.17 8.10 8.03 9/377 17251
/proc/meminfo: memFree=22069820/32951124 swapFree=67111348/67111528
[pid=17239] ppid=17237 vsize=421180 CPUtime=1213.53 cores=0,2,4,6
/proc/17239/stat : 17239 (strangenight1-m) R 17237 17239 16711 0 -1 4202496 265629 0 0 0 121271 82 0 0 25 0 4 0 651869748 431288320 65221 33554432000 4194304 4650419 140734006584208 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17239/statm: 105295 65221 393 112 0 100260 0
[pid=17239/tid=17240] ppid=17237 vsize=421180 CPUtime=304.29 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 65123 0 0 0 30410 19 0 0 25 0 4 0 651869749 431288320 65221 33554432000 4194304 4650419 140734006584208 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17239/tid=17241] ppid=17237 vsize=421180 CPUtime=304.29 cores=0,2,4,6
/proc/17239/task/17241/stat : 17241 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 76745 0 0 0 30406 23 0 0 25 0 4 0 651869749 431288320 65221 33554432000 4194304 4650419 140734006584208 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17239/tid=17242] ppid=17237 vsize=421180 CPUtime=300.68 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 49260 0 0 0 30055 13 0 0 25 0 4 0 651869749 431288320 65221 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1213.53
Current children cumulated vsize (KiB) 421180

[startup+304.714 s]
/proc/loadavg: 8.17 8.10 8.03 9/377 17251
/proc/meminfo: memFree=22067092/32951124 swapFree=67111348/67111528
[pid=17239] ppid=17237 vsize=421180 CPUtime=1215.17 cores=0,2,4,6
/proc/17239/stat : 17239 (strangenight1-m) R 17237 17239 16711 0 -1 4202496 265787 0 0 0 121435 82 0 0 25 0 4 0 651869748 431288320 65379 33554432000 4194304 4650419 140734006584208 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/17239/statm: 105295 65379 393 112 0 100260 0
[pid=17239/tid=17240] ppid=17237 vsize=421180 CPUtime=304.7 cores=0,2,4,6
/proc/17239/task/17240/stat : 17240 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 65169 0 0 0 30451 19 0 0 25 0 4 0 651869749 431288320 65379 33554432000 4194304 4650419 140734006584208 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=17239/tid=17241] ppid=17237 vsize=421180 CPUtime=304.71 cores=0,2,4,6
/proc/17239/task/17241/stat : 17241 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 76778 0 0 0 30448 23 0 0 25 0 4 0 651869749 431288320 65379 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=17239/tid=17242] ppid=17237 vsize=421180 CPUtime=301.08 cores=0,2,4,6
/proc/17239/task/17242/stat : 17242 (strangenight1-m) R 17237 17239 16711 0 -1 4202560 49290 0 0 0 30095 13 0 0 25 0 4 0 651869749 431288320 65379 33554432000 4194304 4650419 140734006584208 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1215.17
Current children cumulated vsize (KiB) 421180

Child status: 10
Real time (s): 304.735
CPU time (s): 1215.22
CPU user time (s): 1214.38
CPU system time (s): 0.835872
CPU usage (%): 398.779
Max. virtual memory (cumulated for all children) (KiB): 421180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1214.38
system time used= 0.835872
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265796
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= 372
involuntary context switches= 8971

runsolver used 1.04284 second user time and 2.6006 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-14 21:52:00
IDJOB=3368774
IDBENCH=82783
IDSOLVER=1846
FILE ID=node139/3368774-1305402720
RUNJOBID= node139-1305401337-17026
PBS_JOBID= 13324464
Free space on /tmp= 73352 MiB

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

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

MD5SUM BENCH= fa89dbbfc32d9aaebefbb7225db2ad6a
RANDOM SEED=179042945

node139.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.852
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.70
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.852
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	: 5332.75
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.852
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.74
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.852
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.852
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	: 5321.49
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.852
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.852
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.82
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.852
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22456436 kB
Buffers:        297928 kB
Cached:        2890448 kB
SwapCached:          0 kB
Active:        8128352 kB
Inactive:      2060716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22456436 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            6480 kB
Writeback:           0 kB
AnonPages:     7001152 kB
Mapped:          29400 kB
Slab:           203136 kB
PageTables:      38528 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 77025720 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= 73348 MiB
End job on node139 at 2011-05-14 21:57:05