Trace number 3261891

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-2-mtSAT 316.291 79.1895

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_399.cnf
MD5SUM693b5fe291cecff45feff3be98a908cf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.87165
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses21294
Sum of the clauses size93307
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2265
Number of clauses of size 319364
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51665

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 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3261891-1304121676.cnf'
0.00/0.00	c -- header says num vars:            200
0.00/0.00	c -- header says num clauses:       21294
0.39/0.13	c -- clauses added:            0 learnts,        21294 normals,            0 xors
0.39/0.13	c -- vars added        200
0.39/0.13	c Parsing time:  0.00 s
0.39/0.13	c  N st     0         0       200     21029       265         0     93307         0   no data   no data
0.39/0.13	c asymm  cl-useful: 0/21029/21029 lits-rem:0 time: 0.12
0.39/0.14	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.78/0.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.78/0.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.78/0.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.78/0.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.00 s
0.78/0.26	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
3.18/0.80	c lits-rem:         0  cl-subs:        9  v-elim:      0  v-fix:    0  time:  0.12 s
3.18/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.18/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.18/0.80	c calculated reachability. Time: 0.00
3.18/0.80	c Calc default polars -  time:   0.00 s pos:     199 undec:       1 neg:       0
3.18/0.80	c =========================================================================================
3.18/0.80	c types(t): F = full restart, N = normal restart
3.18/0.80	c types(t): S = simplification begin/end, E = solution found
3.18/0.80	c restart types(rt): st = static, dy = dynamic
3.18/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.18/0.80	c  B st     0         0       199     21020        66         0     92701         0   no data   no data
3.18/0.80	c  N dy    12      4005       199     21020        66      3802     92701     68144      9.01      9.51
3.18/0.80	c  N dy    32      8248       199     21020        66      5463     92701     88667      9.35      9.86
3.98/1.00	c  N dy    61     12313       199     21020        66      5307     92701     78638      9.78     11.46
5.17/1.30	c  N dy    67     16524       199     21020        66      9285     92701    141556      9.50     10.05
5.97/1.50	c  N dy    93     21081       199     21020        66      8299     92701    123393      9.60     10.12
6.77/1.71	c  F st   107     25002       199     21020        66     12050     92701    188026      9.57      7.36
6.77/1.73	c  N st   108     25252       199     21020        66     12285     92701    191686      9.57   no data
7.97/2.02	c  N dy   113     30001       199     21020        66     10330     92701    148369      9.57   no data
7.97/2.02	c  S st   113     30001       199     21020        66     10330     92701    148369      9.57   no data
7.97/2.06	c  S st   113     30503       199     21020        66     10830     92701    157372      9.57   no data
7.97/2.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.97/2.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.97/2.06	c blocked clauses removed:        0 vars:      0 tried:         199 T: 0.00 s
7.97/2.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.97/2.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.97/2.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.00 s
7.97/2.07	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
7.97/2.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.97/2.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.21	c lits-rem:       249  cl-subs:     2414  v-elim:      0  v-fix:    0  time:  0.12 s
9.19/2.40	c asymm  cl-useful: 1/21020/21020 lits-rem:1 time: 0.19
9.56/2.40	c calculated reachability. Time: 0.00
9.56/2.40	c  N dy   113     30503       199     21020        66      8416     92700    135067      9.57   no data
10.36/2.65	c  N dy   123     34644       199     21020        66     12349     92700    196359      9.44      9.98
11.56/2.92	c  N dy   149     38670       199     21020        66      8687     92700    120145      9.51     11.14
12.36/3.19	c  N dy   172     42869       199     21020        66     12719     92700    190502      9.53     10.03
13.18/3.39	c  S st   183     45755       199     21020        66     15479     92700    236619      9.51      9.28
13.58/3.43	c  S st   183     46256       199     21020        66     15973     92700    246050      9.51   no data
13.58/3.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.58/3.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
13.58/3.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.58/3.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.58/3.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.58/3.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.00 s
13.58/3.44	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
13.58/3.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.58/3.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.36/3.60	c lits-rem:       195  cl-subs:     2064  v-elim:      0  v-fix:    0  time:  0.14 s
14.36/3.61	c vivif2 --  cl tried    21020 cl shrink        0 lits rem          0 time: 0.00
14.36/3.61	c vivif2 --  cl tried    13909 cl shrink        0 lits rem          0 time: 0.00
15.16/3.84	c asymm  cl-useful: 1/21020/21020 lits-rem:1 time: 0.23
15.16/3.84	c calculated reachability. Time: 0.00
15.16/3.84	c  N dy   183     46256       199     21020        66     13909     92699    225736      9.51   no data
16.76/4.23	c  N dy   207     51963       199     21020        66     10845     92699    152505      9.53     10.04
17.97/4.50	c  N dy   220     56162       199     21020        66     14851     92699    219531      9.51     10.12
18.75/4.78	c  N dy   238     60263       199     21020        66     18749     92699    287311      9.51     10.02
19.95/5.06	c  N dy   253     64285       199     21020        66     13115     92699    188592      9.51     10.03
21.15/5.33	c  N dy   267     68433       199     21020        66     17098     92699    254011      9.49     10.06
21.55/5.40	c  S st   270     69385       199     21020        66     17986     92699    268340      9.49   no data
21.55/5.44	c  S st   270     69889       199     21020        66     18483     92699    276172      9.49   no data
21.55/5.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.55/5.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
21.55/5.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.55/5.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.55/5.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.55/5.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.00 s
21.55/5.45	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
21.55/5.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
21.55/5.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.36/5.66	c lits-rem:       288  cl-subs:     2297  v-elim:      0  v-fix:    0  time:  0.19 s
22.36/5.66	c vivif2 --  cl tried    21020 cl shrink        0 lits rem          0 time: 0.00
22.36/5.67	c vivif2 --  cl tried    16186 cl shrink        0 lits rem          0 time: 0.00
23.54/5.92	c asymm  cl-useful: 2/21020/21020 lits-rem:2 time: 0.25
23.54/5.92	c calculated reachability. Time: 0.00
23.54/5.92	c  N dy   270     69889       199     21020        66     16186     92697    253150      9.49   no data
24.74/6.27	c  N dy   295     74653       199     21020        66     20757     92697    331623      9.51     10.11
26.36/6.61	c  N dy   305     79548       199     21020        66     14953     92697    215622      9.45      9.96
27.54/7.00	c  N dy   317     85119       199     21020        66     20219     92697    301306      9.40     10.09
28.34/7.17	c  F st   326     87500       199     21020        66     22509     92697    340999      9.40      9.83
29.54/7.41	c  N st   331     90795       199     21020        66     14282     92697    189171      9.40   no data
31.16/7.82	c  N dy   346     96742       199     21020        66     19922     92697    286106      9.40     10.07
33.13/8.31	c  N dy   364    103393       199     21020        66     13934     92697    171653      9.38      9.98
33.53/8.40	c  S st   373    104834       199     21020        66     15311     92697    194397      9.39      7.20
33.53/8.44	c  S st   373    105337       199     21020        66     15797     92697    203356      9.39   no data
33.53/8.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.53/8.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
33.53/8.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.53/8.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.53/8.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.53/8.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.00 s
33.53/8.45	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
33.53/8.46	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.00 s
33.53/8.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.93/8.57	c lits-rem:       181  cl-subs:     1593  v-elim:      0  v-fix:    0  time:  0.10 s
33.93/8.57	c vivif2 --  cl tried    21019 cl shrink        0 lits rem          0 time: 0.00
33.93/8.57	c vivif2 --  cl tried    14204 cl shrink        0 lits rem          0 time: 0.00
35.15/8.81	c asymm  cl-useful: 1/21019/21019 lits-rem:1 time: 0.23
35.15/8.81	c calculated reachability. Time: 0.00
35.15/8.81	c  N dy   373    105337       199     21019        66     14204     92675    189232      9.39   no data
37.12/9.31	c  N dy   401    112566       199     21019        66     21067     92675    302478      9.38      9.87
39.12/9.89	c  N dy   434    119898       199     21019        66     14813     92675    184568      9.39      9.90
41.52/10.49	c  N dy   474    128391       199     21019        66     22926     92675    322777      9.40      9.91
44.34/11.15	c  N dy   513    136625       199     21019        66     16466     92675    198838      9.40      9.94
46.71/11.77	c  N dy   557    145550       199     21019        66     24951     92675    341719      9.41      9.91
49.90/12.52	c  N dy   588    155096       199     21019        66     18820     92675    231593      9.39      9.90
50.70/12.72	c  S st   601    158005       199     21019        66     21574     92675    277378      9.39      8.20
50.70/12.76	c  S st   601    158506       199     21019        66     22062     92675    285846      9.39   no data
50.70/12.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.70/12.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
50.70/12.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.70/12.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.70/12.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.70/12.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.00 s
50.70/12.77	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
50.70/12.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
50.70/12.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.51/12.99	c lits-rem:       211  cl-subs:     2853  v-elim:      0  v-fix:    0  time:  0.20 s
51.51/13.00	c vivif2 --  cl tried    21019 cl shrink        0 lits rem          0 time: 0.00
51.91/13.00	c vivif2 --  cl tried    19209 cl shrink        0 lits rem          0 time: 0.00
52.72/13.28	c asymm  cl-useful: 0/21019/21019 lits-rem:0 time: 0.27
52.72/13.28	c calculated reachability. Time: 0.00
52.72/13.28	c  N dy   601    158506       199     21019        66     19209     92675    259515      9.39   no data
55.90/14.04	c  N dy   637    168692       199     21019        66     28815     92675    421916      9.39     11.86
59.49/14.94	c  N dy   676    180206       199     21019        66     23695     92675    309838      9.38      9.88
63.49/15.93	c  N dy   722    191751       199     21019        66     17603     92675    204635      9.38     10.52
67.07/16.83	c  N dy   778    204097       199     21019        66     29342     92675    403303      9.39      9.91
71.47/17.91	c  N dy   831    217204       199     21019        66     23765     92675    303375      9.38     10.42
75.87/19.07	c  N dy   894    231159       199     21019        66     37045     92675    527851      9.39     11.44
78.27/19.62	c  S st   927    237760       199     21019        66     24316     92675    309548      9.39      7.90
78.27/19.66	c  S st   927    238265       199     21019        66     24818     92675    318233      9.39   no data
78.27/19.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
78.27/19.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
78.27/19.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
78.27/19.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
78.27/19.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.27/19.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.00 s
78.27/19.68	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
78.27/19.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
78.27/19.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.48/19.91	c lits-rem:       298  cl-subs:     2282  v-elim:      0  v-fix:    0  time:  0.21 s
79.48/19.92	c vivif2 --  cl tried    21019 cl shrink        0 lits rem          0 time: 0.00
79.48/19.92	c vivif2 --  cl tried    22536 cl shrink        0 lits rem          0 time: 0.00
80.66/20.22	c asymm  cl-useful: 1/21019/21019 lits-rem:1 time: 0.30
80.66/20.23	c calculated reachability. Time: 0.00
80.66/20.23	c  N dy   927    238265       199     21019        66     22536     92674    298760      9.39   no data
85.46/21.48	c  N dy   982    253490       199     21019        66     37085     92674    541777      9.39      9.97
91.45/22.90	c  N dy  1058    270552       199     21019        66     33390     92674    461047      9.40      9.94
97.44/24.41	c  N dy  1116    288058       199     21019        66     29095     92674    382798      9.38      9.88
103.83/26.03	c  F st  1193    306250       199     21019        66     24528     92674    309963      9.38   no data
103.83/26.06	c  N st  1194    306501       199     21019        66     24760     92674    313966      9.38   no data
111.01/27.81	c  N dy  1245    327565       199     21019        66     44725     92674    640700      9.36      9.86
117.81/29.59	c  N dy  1328    347904       199     21019        66     41203     92673    567712      9.37      9.88
121.80/30.51	c  S st  1374    357397       199     21019        66     26493     92673    317622      9.37      9.73
121.80/30.56	c  S st  1374    357899       199     21019        66     26986     92673    326145      9.37   no data
121.80/30.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
121.80/30.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
121.80/30.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
121.80/30.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
121.80/30.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
121.80/30.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.00 s
121.80/30.57	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
121.80/30.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
121.80/30.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
122.60/30.77	c lits-rem:       200  cl-subs:     1039  v-elim:      0  v-fix:    0  time:  0.18 s
122.60/30.77	c vivif2 --  cl tried    21018 cl shrink        0 lits rem          0 time: 0.00
122.60/30.78	c vivif2 --  cl tried    25948 cl shrink        0 lits rem          0 time: 0.00
124.20/31.11	c asymm  cl-useful: 0/21018/21018 lits-rem:0 time: 0.33
124.20/31.11	c calculated reachability. Time: 0.00
124.20/31.11	c  N dy  1374    357899       199     21018        66     25948     92651    316742      9.37   no data
130.99/32.85	c  N dy  1455    378191       199     21018        66     45191     92651    630976      9.37      9.91
138.19/34.68	c  N dy  1525    398244       199     21018        66     39595     92651    522216      9.36      9.87
145.77/36.57	c  N dy  1606    418259       199     21018        66     33009     92651    404428      9.36     11.40
153.37/38.42	c  N dy  1697    438285       199     21018        66     52100     92651    721310      9.36      9.91
160.55/40.26	c  N dy  1784    458336       199     21018        66     44464     92651    577639      9.37     10.59
168.14/42.19	c  N dy  1868    478728       199     21018        66     36389     92651    438357      9.37      9.90
175.76/44.08	c  N dy  1949    498759       199     21018        66     55393     92651    747961      9.37     11.66
183.33/45.92	c  N dy  2020    518822       199     21018        66     45922     92651    588218      9.37     10.97
190.52/47.72	c  S st  2094    536849       199     21018        66     33532     92651    371471      9.37      9.02
190.52/47.76	c  S st  2094    537353       199     21018        66     34031     92651    380250      9.37   no data
190.52/47.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
190.52/47.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
190.52/47.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
190.52/47.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
190.52/47.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
190.52/47.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.00 s
190.52/47.78	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
190.52/47.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
190.92/47.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
192.11/48.11	c lits-rem:       392  cl-subs:     2388  v-elim:      0  v-fix:    0  time:  0.30 s
192.11/48.11	c vivif2 --  cl tried    21017 cl shrink        0 lits rem          0 time: 0.00
192.11/48.11	c vivif2 --  cl tried    31644 cl shrink        0 lits rem          0 time: 0.01
193.33/48.48	c asymm  cl-useful: 0/19420/21017 lits-rem:0 time: 0.36
193.33/48.48	c calculated reachability. Time: 0.00
193.33/48.48	c  N dy  2094    537353       199     21017        66     31644     92629    359326      9.37   no data
200.90/50.37	c  N dy  2169    558117       199     21017        66     51386     92629    680637      9.37      9.90
208.89/52.38	c  N dy  2229    578423       199     21017        66     40312     92629    478738      9.35      9.92
216.88/54.32	c  N dy  2293    598758       199     21017        66     59563     92629    787322      9.34      9.93
224.86/56.30	c  N dy  2373    618768       199     21017        66     47315     92629    581443      9.34     11.38
234.06/58.62	c  N dy  2464    640711       199     21017        66     35874     92629    387514      9.34      9.86
241.25/60.48	c  N dy  2545    660713       199     21017        66     54874     92629    698069      9.35      9.89
250.04/62.63	c  N dy  2623    680784       199     21017        66     40678     92629    455892      9.35      9.86
258.02/64.62	c  N dy  2694    700816       199     21017        66     59729     92629    767408      9.34     11.61
266.41/66.71	c  N dy  2766    720883       199     21017        66     44561     92629    513924      9.34     11.46
274.79/68.87	c  N dy  2825    741514       199     21017        66     64091     92629    822368      9.33      9.95
283.58/71.01	c  N dy  2919    761608       199     21017        66     48055     92629    567985      9.34      9.83
291.97/73.14	c  N dy  3005    782002       199     21017        66     67497     92629    887667      9.34      9.95
300.37/75.26	c  N dy  3099    802200       199     21017        66     50658     92629    597705      9.34      9.90
301.97/75.63	c  S st  3109    806029       199     21017        66     54279     92629    651624      9.34      9.57
301.97/75.69	c  S st  3109    806529       199     21017        66     54770     92629    660169      9.34   no data
301.97/75.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
302.36/75.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
302.36/75.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
302.36/75.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
302.36/75.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
302.36/75.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    199 time:  0.00 s
302.36/75.72	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
302.36/75.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
302.36/75.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
307.16/76.94	c lits-rem:      1116  cl-subs:     6553  v-elim:      0  v-fix:    0  time:  1.17 s
307.16/76.94	c vivif2 --  cl tried    21017 cl shrink        0 lits rem          0 time: 0.00
307.16/76.95	c vivif2 --  cl tried    48217 cl shrink        0 lits rem          0 time: 0.01
307.16/76.97	c asymm  cl-useful: 0/1597/21017 lits-rem:0 time: 0.02
307.16/76.97	c calculated reachability. Time: 0.00
307.16/76.97	c  N dy  3109    806529       199     21017        66     48217     92629    599391      9.34   no data
315.95/79.18	c Following stats are for *FIRST FINISHED THREAD ONLY*
315.95/79.18	c num threads              : 4          
315.95/79.18	c restarts                 : 3244       
315.95/79.18	c dynamic restarts         : 3220       
315.95/79.18	c static restarts          : 24         
315.95/79.18	c full restarts            : 3          
315.95/79.18	c total simplify time      : 0.00       
315.95/79.18	c learnts DL2              : 0          
315.95/79.18	c learnts size 2           : 265        
315.95/79.18	c learnts size 1           : 1           (0.50      % of vars)
315.95/79.18	c filedLit time            : 0.03        (0.04      % time)
315.95/79.18	c v-elim SatELite          : 0           (0.00      % vars)
315.95/79.18	c SatELite time            : 1.56        (1.97      % time)
315.95/79.18	c v-elim xor               : 0           (0.00      % vars)
315.95/79.18	c xor elim time            : 0.01        (0.01      % time)
315.95/79.18	c num binary xor trees     : 0          
315.95/79.18	c binxor trees' crown      : 0           (nan       leafs/tree)
315.95/79.18	c bin xor find time        : 0.00       
315.95/79.18	c OTF clause improved      : 41748       (0.05      clauses/conflict)
315.95/79.18	c OTF impr. size diff      : 45377       (1.09       lits/clause)
315.95/79.18	c OTF cl watch-shrink      : 666008      (0.78      clauses/conflict)
315.95/79.18	c OTF cl watch-sh-lit      : 2892654     (4.34       lits/clause)
315.95/79.18	c tried to recurMin cls    : 128438      (15.00      % of conflicts)
315.95/79.18	c updated cache            : 474         (0.00       lits/tried recurMin)
315.95/79.18	c unit cls recevied        : 0           (0.00      % of units)
315.95/79.18	c unit cls sent            : 1           (100.00    % of units)
315.95/79.18	c bin cls recevied         : 0          
315.95/79.18	c bin cls sent             : 0          
315.95/79.18	c clauses over max glue    : 0           (0.00      % of all clauses)
315.95/79.18	c conflicts                : 856489      (10826.70  / sec)
315.95/79.18	c decisions                : 1109937     (0.51      % random)
315.95/79.18	c bogo-props               : 10573280995 (133654636.06 / sec)
315.95/79.18	c conflict literals        : 13969663    (55.31     % deleted)
315.95/79.18	c Memory used              : 256.44      MB
315.95/79.18	c single-thread CPU time   : 79.11       s
315.95/79.18	c all-threads sum CPU time : 315.99      s
315.95/79.18	s SATISFIABLE
315.95/79.18	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 101 -102 103 104 105 106 107 108 -109 -110 111 112 113 114 -115 116 117 118 119 120 121 -122 123 124 -125 126 127 128 129 130 131 132 133 134 135 136 137 -138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 -155 -156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 -176 177 -178 179 180 181 182 183 -184 185 186 187 188 189 190 191 192 -193 194 195 196 197 198 199 200 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3261891-1304121676/watcher-3261891-1304121676 -o /tmp/evaluation-result-3261891-1304121676/solver-3261891-1304121676 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3261891-1304121676.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.97 7.95 7.81 5/180 26607
/proc/meminfo: memFree=30233692/32951124 swapFree=67106388/67111528
[pid=26607] ppid=26605 vsize=216204 CPUtime=0 cores=1,3,5,7
/proc/26607/stat : 26607 (strangenight2-m) S 26605 26607 25707 0 -1 4202496 954 0 0 0 0 0 0 0 25 0 4 0 504583823 221392896 871 33554432000 4194304 4627427 140733750643920 18446744073709551615 212039760366 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/26607/statm: 54051 875 338 106 0 49022 0
[pid=26607/tid=26608] ppid=26605 vsize=216204 CPUtime=0 cores=1,3,5,7
/proc/26607/task/26608/stat : 26608 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 122 0 0 0 0 0 0 0 25 0 4 0 504583823 221392896 878 33554432000 4194304 4627427 140733750643920 18446744073709551615 212039760366 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26607/tid=26609] ppid=26605 vsize=216204 CPUtime=0 cores=1,3,5,7
/proc/26607/task/26609/stat : 26609 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 145 0 0 0 0 0 0 0 25 0 4 0 504583823 221392896 880 33554432000 4194304 4627427 140733750643920 18446744073709551615 212039316165 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26607/tid=26610] ppid=26605 vsize=216204 CPUtime=0 cores=1,3,5,7
/proc/26607/task/26610/stat : 26610 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 166 0 0 0 0 0 0 0 25 0 4 0 504583823 221392896 883 33554432000 4194304 4627427 140733750643920 18446744073709551615 212039760366 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.106305 s]
/proc/loadavg: 7.97 7.95 7.81 5/180 26607
/proc/meminfo: memFree=30233692/32951124 swapFree=67106388/67111528
[pid=26607] ppid=26605 vsize=218240 CPUtime=0.39 cores=1,3,5,7
/proc/26607/stat : 26607 (strangenight2-m) R 26605 26607 25707 0 -1 4202496 2638 0 0 0 39 0 0 0 25 0 4 0 504583823 223477760 2555 33554432000 4194304 4627427 140733750643920 18446744073709551615 4308599 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26607/statm: 54560 2555 364 106 0 49531 0
[pid=26607/tid=26608] ppid=26605 vsize=218240 CPUtime=0.1 cores=1,3,5,7
/proc/26607/task/26608/stat : 26608 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 562 0 0 0 10 0 0 0 18 0 4 0 504583823 223477760 2555 33554432000 4194304 4627427 140733750643920 18446744073709551615 4308323 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26607/tid=26609] ppid=26605 vsize=218240 CPUtime=0.09 cores=1,3,5,7
/proc/26607/task/26609/stat : 26609 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 558 0 0 0 9 0 0 0 18 0 4 0 504583823 223477760 2555 33554432000 4194304 4627427 140733750643920 18446744073709551615 4308282 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26607/tid=26610] ppid=26605 vsize=218240 CPUtime=0.1 cores=1,3,5,7
/proc/26607/task/26610/stat : 26610 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 650 0 0 0 10 0 0 0 18 0 4 0 504583823 223477760 2555 33554432000 4194304 4627427 140733750643920 18446744073709551615 4327583 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 218240

[startup+0.200294 s]
/proc/loadavg: 7.97 7.95 7.81 5/180 26607
/proc/meminfo: memFree=30233692/32951124 swapFree=67106388/67111528
[pid=26607] ppid=26605 vsize=226952 CPUtime=0.78 cores=1,3,5,7
/proc/26607/stat : 26607 (strangenight2-m) R 26605 26607 25707 0 -1 4202496 6048 0 0 0 77 1 0 0 25 0 4 0 504583823 232398848 5749 33554432000 4194304 4627427 140733750643920 18446744073709551615 4427213 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26607/statm: 56738 5749 379 106 0 51709 0
[pid=26607/tid=26608] ppid=26605 vsize=226952 CPUtime=0.19 cores=1,3,5,7
/proc/26607/task/26608/stat : 26608 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 1680 0 0 0 19 0 0 0 18 0 4 0 504583823 232398848 5749 33554432000 4194304 4627427 140733750643920 18446744073709551615 4427316 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26607/tid=26609] ppid=26605 vsize=226952 CPUtime=0.19 cores=1,3,5,7
/proc/26607/task/26609/stat : 26609 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 1664 0 0 0 19 0 0 0 18 0 4 0 504583823 232398848 5749 33554432000 4194304 4627427 140733750643920 18446744073709551615 4427490 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26607/tid=26610] ppid=26605 vsize=226952 CPUtime=0.19 cores=1,3,5,7
/proc/26607/task/26610/stat : 26610 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 705 0 0 0 19 0 0 0 18 0 4 0 504583823 232398848 5749 33554432000 4194304 4627427 140733750643920 18446744073709551615 4327424 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 226952

[startup+0.301275 s]
/proc/loadavg: 7.97 7.95 7.81 5/180 26607
/proc/meminfo: memFree=30233692/32951124 swapFree=67106388/67111528
[pid=26607] ppid=26605 vsize=223304 CPUtime=1.18 cores=1,3,5,7
/proc/26607/stat : 26607 (strangenight2-m) R 26605 26607 25707 0 -1 4202496 6287 0 0 0 117 1 0 0 25 0 4 0 504583823 228663296 5152 33554432000 4194304 4627427 140733750643920 18446744073709551615 4327622 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26607/statm: 55826 5152 386 106 0 50797 0
[pid=26607/tid=26608] ppid=26605 vsize=223304 CPUtime=0.29 cores=1,3,5,7
/proc/26607/task/26608/stat : 26608 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 1767 0 0 0 29 0 0 0 18 0 4 0 504583823 228663296 5152 33554432000 4194304 4627427 140733750643920 18446744073709551615 4507174 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26607/tid=26609] ppid=26605 vsize=223304 CPUtime=0.29 cores=1,3,5,7
/proc/26607/task/26609/stat : 26609 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 1757 0 0 0 29 0 0 0 18 0 4 0 504583823 228663296 5152 33554432000 4194304 4627427 140733750643920 18446744073709551615 4308606 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26607/tid=26610] ppid=26605 vsize=223304 CPUtime=0.29 cores=1,3,5,7
/proc/26607/task/26610/stat : 26610 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 739 0 0 0 29 0 0 0 18 0 4 0 504583823 228663296 5152 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 223304

[startup+0.700202 s]
/proc/loadavg: 7.97 7.95 7.81 5/180 26607
/proc/meminfo: memFree=30233692/32951124 swapFree=67106388/67111528
[pid=26607] ppid=26605 vsize=224508 CPUtime=2.78 cores=1,3,5,7
/proc/26607/stat : 26607 (strangenight2-m) R 26605 26607 25707 0 -1 4202496 7202 0 0 0 277 1 0 0 25 0 4 0 504583823 229896192 5690 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26607/statm: 56127 5690 386 106 0 51098 0
[pid=26607/tid=26608] ppid=26605 vsize=224508 CPUtime=0.69 cores=1,3,5,7
/proc/26607/task/26608/stat : 26608 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 1914 0 0 0 69 0 0 0 18 0 4 0 504583823 229896192 5690 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26607/tid=26609] ppid=26605 vsize=224508 CPUtime=0.69 cores=1,3,5,7
/proc/26607/task/26609/stat : 26609 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 1954 0 0 0 69 0 0 0 18 0 4 0 504583823 229896192 5690 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26607/tid=26610] ppid=26605 vsize=224508 CPUtime=0.69 cores=1,3,5,7
/proc/26607/task/26610/stat : 26610 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 1124 0 0 0 69 0 0 0 18 0 4 0 504583823 229896192 5690 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 224508

[startup+1.50106 s]
/proc/loadavg: 7.97 7.95 7.81 9/184 26611
/proc/meminfo: memFree=30202908/32951124 swapFree=67106388/67111528
[pid=26607] ppid=26605 vsize=228556 CPUtime=5.97 cores=1,3,5,7
/proc/26607/stat : 26607 (strangenight2-m) R 26605 26607 25707 0 -1 4202496 10180 0 0 0 596 1 0 0 25 0 4 0 504583823 234041344 6122 33554432000 4194304 4627427 140733750643920 18446744073709551615 4327749 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26607/statm: 57139 6122 386 106 0 52110 0
[pid=26607/tid=26608] ppid=26605 vsize=228556 CPUtime=1.48 cores=1,3,5,7
/proc/26607/task/26608/stat : 26608 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 2698 0 0 0 148 0 0 0 19 0 4 0 504583823 234041344 6122 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26607/tid=26609] ppid=26605 vsize=228556 CPUtime=1.49 cores=1,3,5,7
/proc/26607/task/26609/stat : 26609 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 2793 0 0 0 149 0 0 0 20 0 4 0 504583823 234041344 6122 33554432000 4194304 4627427 140733750643920 18446744073709551615 4308307 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26607/tid=26610] ppid=26605 vsize=228556 CPUtime=1.49 cores=1,3,5,7
/proc/26607/task/26610/stat : 26610 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 1682 0 0 0 149 0 0 0 19 0 4 0 504583823 234041344 6122 33554432000 4194304 4627427 140733750643920 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 228556

[startup+3.10078 s]
/proc/loadavg: 7.97 7.95 7.81 9/184 26611
/proc/meminfo: memFree=30242036/32951124 swapFree=67106388/67111528
[pid=26607] ppid=26605 vsize=237132 CPUtime=12.36 cores=1,3,5,7
/proc/26607/stat : 26607 (strangenight2-m) R 26605 26607 25707 0 -1 4202496 18322 0 0 0 1234 2 0 0 25 0 4 0 504583823 242823168 10059 33554432000 4194304 4627427 140733750643920 18446744073709551615 4327616 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26607/statm: 59283 10059 390 106 0 54254 0
[pid=26607/tid=26608] ppid=26605 vsize=237132 CPUtime=3.08 cores=1,3,5,7
/proc/26607/task/26608/stat : 26608 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 4602 0 0 0 308 0 0 0 25 0 4 0 504583823 242823168 10059 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26607/tid=26609] ppid=26605 vsize=237132 CPUtime=3.09 cores=1,3,5,7
/proc/26607/task/26609/stat : 26609 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 5435 0 0 0 309 0 0 0 25 0 4 0 504583823 242823168 10059 33554432000 4194304 4627427 140733750643920 18446744073709551615 4427272 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26607/tid=26610] ppid=26605 vsize=237132 CPUtime=3.09 cores=1,3,5,7
/proc/26607/task/26610/stat : 26610 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 3170 0 0 0 309 0 0 0 25 0 4 0 504583823 242823168 10059 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 237132

[startup+6.3012 s]
/proc/loadavg: 7.97 7.95 7.81 9/184 26611
/proc/meminfo: memFree=30204312/32951124 swapFree=67106388/67111528
[pid=26607] ppid=26605 vsize=254664 CPUtime=25.15 cores=1,3,5,7
/proc/26607/stat : 26607 (strangenight2-m) R 26605 26607 25707 0 -1 4202496 29135 0 0 0 2510 5 0 0 25 0 4 0 504583823 260775936 14285 33554432000 4194304 4627427 140733750643920 18446744073709551615 4324205 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26607/statm: 63666 14285 390 106 0 58637 0
[pid=26607/tid=26608] ppid=26605 vsize=254664 CPUtime=6.28 cores=1,3,5,7
/proc/26607/task/26608/stat : 26608 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 7503 0 0 0 627 1 0 0 25 0 4 0 504583823 260775936 14285 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26607/tid=26609] ppid=26605 vsize=254664 CPUtime=6.29 cores=1,3,5,7
/proc/26607/task/26609/stat : 26609 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 7571 0 0 0 628 1 0 0 25 0 4 0 504583823 260775936 14285 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26607/tid=26610] ppid=26605 vsize=254664 CPUtime=6.28 cores=1,3,5,7
/proc/26607/task/26610/stat : 26610 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 6461 0 0 0 628 0 0 0 25 0 4 0 504583823 260775936 14285 33554432000 4194304 4627427 140733750643920 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 254664

[startup+12.7011 s]
/proc/loadavg: 7.97 7.95 7.81 9/184 26611
/proc/meminfo: memFree=30155592/32951124 swapFree=67106388/67111528
[pid=26607] ppid=26605 vsize=234688 CPUtime=50.7 cores=1,3,5,7
/proc/26607/stat : 26607 (strangenight2-m) R 26605 26607 25707 0 -1 4202496 43090 0 0 0 5063 7 0 0 25 0 4 0 504583823 240320512 17140 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26607/statm: 58672 17140 391 106 0 53643 0
[pid=26607/tid=26608] ppid=26605 vsize=234688 CPUtime=12.68 cores=1,3,5,7
/proc/26607/task/26608/stat : 26608 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 11109 0 0 0 1266 2 0 0 25 0 4 0 504583823 240320512 17140 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26607/tid=26609] ppid=26605 vsize=234688 CPUtime=12.69 cores=1,3,5,7
/proc/26607/task/26609/stat : 26609 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 10386 0 0 0 1268 1 0 0 25 0 4 0 504583823 240320512 17140 33554432000 4194304 4627427 140733750643920 18446744073709551615 4327603 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26607/tid=26610] ppid=26605 vsize=234688 CPUtime=12.69 cores=1,3,5,7
/proc/26607/task/26610/stat : 26610 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 10320 0 0 0 1268 1 0 0 25 0 4 0 504583823 240320512 17140 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 234688

[startup+25.5008 s]
/proc/loadavg: 8.13 7.99 7.82 9/184 26611
/proc/meminfo: memFree=30086980/32951124 swapFree=67106388/67111528
[pid=26607] ppid=26605 vsize=258032 CPUtime=101.84 cores=1,3,5,7
/proc/26607/stat : 26607 (strangenight2-m) R 26605 26607 25707 0 -1 4202496 64288 0 0 0 10171 13 0 0 25 0 4 0 504583823 264224768 19877 33554432000 4194304 4627427 140733750643920 18446744073709551615 4308280 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26607/statm: 64508 19877 390 106 0 59479 0
[pid=26607/tid=26608] ppid=26605 vsize=258032 CPUtime=25.49 cores=1,3,5,7
/proc/26607/task/26608/stat : 26608 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 17446 0 0 0 2545 4 0 0 25 0 4 0 504583823 264224768 19877 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26607/tid=26609] ppid=26605 vsize=258032 CPUtime=25.49 cores=1,3,5,7
/proc/26607/task/26609/stat : 26609 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 15991 0 0 0 2546 3 0 0 25 0 4 0 504583823 264224768 19877 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26607/tid=26610] ppid=26605 vsize=258032 CPUtime=25.49 cores=1,3,5,7
/proc/26607/task/26610/stat : 26610 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 14608 0 0 0 2547 2 0 0 25 0 4 0 504583823 264224768 19877 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 258032

[startup+51.1012 s]
/proc/loadavg: 8.08 7.99 7.83 9/184 26612
/proc/meminfo: memFree=30109132/32951124 swapFree=67106388/67111528
[pid=26607] ppid=26605 vsize=260972 CPUtime=204.1 cores=1,3,5,7
/proc/26607/stat : 26607 (strangenight2-m) R 26605 26607 25707 0 -1 4202496 96841 0 0 0 20389 21 0 0 25 0 4 0 504583823 267235328 25136 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309300 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26607/statm: 65243 25136 396 106 0 60214 0
[pid=26607/tid=26608] ppid=26605 vsize=260972 CPUtime=51.09 cores=1,3,5,7
/proc/26607/task/26608/stat : 26608 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 26602 0 0 0 5103 6 0 0 25 0 4 0 504583823 267235328 25136 33554432000 4194304 4627427 140733750643920 18446744073709551615 4324104 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26607/tid=26609] ppid=26605 vsize=260972 CPUtime=51.09 cores=1,3,5,7
/proc/26607/task/26609/stat : 26609 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 23565 0 0 0 5104 5 0 0 25 0 4 0 504583823 267235328 25136 33554432000 4194304 4627427 140733750643920 18446744073709551615 4332764 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26607/tid=26610] ppid=26605 vsize=260972 CPUtime=51.09 cores=1,3,5,7
/proc/26607/task/26610/stat : 26610 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 21197 0 0 0 5105 4 0 0 25 0 4 0 504583823 267235328 25136 33554432000 4194304 4627427 140733750643920 18446744073709551615 4308584 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 260972

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

[startup+51.2012 s]
/proc/loadavg: 8.08 7.99 7.83 9/184 26612
/proc/meminfo: memFree=30109132/32951124 swapFree=67106388/67111528
[pid=26607] ppid=26605 vsize=261008 CPUtime=204.5 cores=1,3,5,7
/proc/26607/stat : 26607 (strangenight2-m) R 26605 26607 25707 0 -1 4202496 97449 0 0 0 20429 21 0 0 25 0 4 0 504583823 267272192 24605 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26607/statm: 65252 24605 396 106 0 60223 0
[pid=26607/tid=26608] ppid=26605 vsize=261008 CPUtime=51.19 cores=1,3,5,7
/proc/26607/task/26608/stat : 26608 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 27175 0 0 0 5113 6 0 0 25 0 4 0 504583823 267272192 24605 33554432000 4194304 4627427 140733750643920 18446744073709551615 4308376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26607/tid=26609] ppid=26605 vsize=261008 CPUtime=51.19 cores=1,3,5,7
/proc/26607/task/26609/stat : 26609 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 23566 0 0 0 5114 5 0 0 25 0 4 0 504583823 267272192 24605 33554432000 4194304 4627427 140733750643920 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26607/tid=26610] ppid=26605 vsize=261008 CPUtime=51.19 cores=1,3,5,7
/proc/26607/task/26610/stat : 26610 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 21213 0 0 0 5115 4 0 0 25 0 4 0 504583823 267272192 24605 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.5
Current children cumulated vsize (KiB) 261008

[startup+64.0009 s]
/proc/loadavg: 8.07 7.99 7.83 9/184 26613
/proc/meminfo: memFree=30046000/32951124 swapFree=67106388/67111528
[pid=26607] ppid=26605 vsize=272428 CPUtime=255.62 cores=1,3,5,7
/proc/26607/stat : 26607 (strangenight2-m) R 26605 26607 25707 0 -1 4202496 113974 0 0 0 25538 24 0 0 25 0 4 0 504583823 278966272 26644 33554432000 4194304 4627427 140733750643920 18446744073709551615 4327622 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26607/statm: 68107 26644 396 106 0 63078 0
[pid=26607/tid=26608] ppid=26605 vsize=272428 CPUtime=63.98 cores=1,3,5,7
/proc/26607/task/26608/stat : 26608 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 30148 0 0 0 6392 6 0 0 25 0 4 0 504583823 278966272 26644 33554432000 4194304 4627427 140733750643920 18446744073709551615 4327424 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26607/tid=26609] ppid=26605 vsize=272428 CPUtime=63.99 cores=1,3,5,7
/proc/26607/task/26609/stat : 26609 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 27987 0 0 0 6393 6 0 0 25 0 4 0 504583823 278966272 26644 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26607/tid=26610] ppid=26605 vsize=272428 CPUtime=63.99 cores=1,3,5,7
/proc/26607/task/26610/stat : 26610 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 26933 0 0 0 6394 5 0 0 25 0 4 0 504583823 278966272 26645 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 255.62
Current children cumulated vsize (KiB) 272428

[startup+70.4007 s]
/proc/loadavg: 8.14 8.00 7.83 9/184 26613
/proc/meminfo: memFree=30101912/32951124 swapFree=67106388/67111528
[pid=26607] ppid=26605 vsize=272748 CPUtime=281.21 cores=1,3,5,7
/proc/26607/stat : 26607 (strangenight2-m) R 26605 26607 25707 0 -1 4202496 121213 0 0 0 28095 26 0 0 25 0 4 0 504583823 279293952 27498 33554432000 4194304 4627427 140733750643920 18446744073709551615 4327592 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26607/statm: 68187 27498 402 106 0 63158 0
[pid=26607/tid=26608] ppid=26605 vsize=272748 CPUtime=70.38 cores=1,3,5,7
/proc/26607/task/26608/stat : 26608 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 31684 0 0 0 7032 6 0 0 25 0 4 0 504583823 279293952 27498 33554432000 4194304 4627427 140733750643920 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26607/tid=26609] ppid=26605 vsize=272748 CPUtime=70.39 cores=1,3,5,7
/proc/26607/task/26609/stat : 26609 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 29709 0 0 0 7033 6 0 0 25 0 4 0 504583823 279293952 27498 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26607/tid=26610] ppid=26605 vsize=272748 CPUtime=70.39 cores=1,3,5,7
/proc/26607/task/26610/stat : 26610 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 28624 0 0 0 7034 5 0 0 25 0 4 0 504583823 279293952 27498 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 281.21
Current children cumulated vsize (KiB) 272748

[startup+73.6012 s]
/proc/loadavg: 8.14 8.00 7.83 9/184 26613
/proc/meminfo: memFree=30140472/32951124 swapFree=67106388/67111528
[pid=26607] ppid=26605 vsize=272964 CPUtime=293.98 cores=1,3,5,7
/proc/26607/stat : 26607 (strangenight2-m) R 26605 26607 25707 0 -1 4202496 125391 0 0 0 29371 27 0 0 25 0 4 0 504583823 279515136 27720 33554432000 4194304 4627427 140733750643920 18446744073709551615 4308329 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26607/statm: 68241 27720 401 106 0 63212 0
[pid=26607/tid=26608] ppid=26605 vsize=272964 CPUtime=73.59 cores=1,3,5,7
/proc/26607/task/26608/stat : 26608 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 32852 0 0 0 7352 7 0 0 25 0 4 0 504583823 279515136 27720 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26607/tid=26609] ppid=26605 vsize=272964 CPUtime=73.58 cores=1,3,5,7
/proc/26607/task/26609/stat : 26609 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 30976 0 0 0 7352 6 0 0 25 0 4 0 504583823 279515136 27720 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309284 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26607/tid=26610] ppid=26605 vsize=272964 CPUtime=73.59 cores=1,3,5,7
/proc/26607/task/26610/stat : 26610 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 29798 0 0 0 7353 6 0 0 25 0 4 0 504583823 279515136 27720 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 293.98
Current children cumulated vsize (KiB) 272964

[startup+76.8006 s]
/proc/loadavg: 8.13 8.00 7.83 9/184 26613
/proc/meminfo: memFree=30126460/32951124 swapFree=67106388/67111528
[pid=26607] ppid=26605 vsize=262540 CPUtime=306.76 cores=1,3,5,7
/proc/26607/stat : 26607 (strangenight2-m) R 26605 26607 25707 0 -1 4202496 131892 0 0 0 30647 29 0 0 25 0 4 0 504583823 268840960 28938 33554432000 4194304 4627427 140733750643920 18446744073709551615 4427411 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26607/statm: 65635 28938 401 106 0 60606 0
[pid=26607/tid=26608] ppid=26605 vsize=262540 CPUtime=76.78 cores=1,3,5,7
/proc/26607/task/26608/stat : 26608 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 34000 0 0 0 7671 7 0 0 25 0 4 0 504583823 268840960 28938 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26607/tid=26609] ppid=26605 vsize=262540 CPUtime=76.79 cores=1,3,5,7
/proc/26607/task/26609/stat : 26609 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 32142 0 0 0 7672 7 0 0 25 0 4 0 504583823 268840960 28938 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309125 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26607/tid=26610] ppid=26605 vsize=262540 CPUtime=76.78 cores=1,3,5,7
/proc/26607/task/26610/stat : 26610 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 30941 0 0 0 7672 6 0 0 25 0 4 0 504583823 268840960 28938 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 306.76
Current children cumulated vsize (KiB) 262540

[startup+78.4003 s]
/proc/loadavg: 8.13 8.00 7.83 9/184 26613
/proc/meminfo: memFree=30102772/32951124 swapFree=67106388/67111528
[pid=26607] ppid=26605 vsize=262540 CPUtime=313.15 cores=1,3,5,7
/proc/26607/stat : 26607 (strangenight2-m) R 26605 26607 25707 0 -1 4202496 132958 0 0 0 31286 29 0 0 25 0 4 0 504583823 268840960 29709 33554432000 4194304 4627427 140733750643920 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26607/statm: 65635 29709 401 106 0 60606 0
[pid=26607/tid=26608] ppid=26605 vsize=262540 CPUtime=78.38 cores=1,3,5,7
/proc/26607/task/26608/stat : 26608 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 34254 0 0 0 7831 7 0 0 25 0 4 0 504583823 268840960 29709 33554432000 4194304 4627427 140733750643920 18446744073709551615 4305650 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26607/tid=26609] ppid=26605 vsize=262540 CPUtime=78.39 cores=1,3,5,7
/proc/26607/task/26609/stat : 26609 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 32418 0 0 0 7832 7 0 0 25 0 4 0 504583823 268840960 29709 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26607/tid=26610] ppid=26605 vsize=262540 CPUtime=78.38 cores=1,3,5,7
/proc/26607/task/26610/stat : 26610 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 31229 0 0 0 7832 6 0 0 25 0 4 0 504583823 268840960 29709 33554432000 4194304 4627427 140733750643920 18446744073709551615 4327622 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 313.15
Current children cumulated vsize (KiB) 262540

[startup+78.8003 s]
/proc/loadavg: 8.13 8.00 7.83 9/184 26613
/proc/meminfo: memFree=30102772/32951124 swapFree=67106388/67111528
[pid=26607] ppid=26605 vsize=262540 CPUtime=314.74 cores=1,3,5,7
/proc/26607/stat : 26607 (strangenight2-m) R 26605 26607 25707 0 -1 4202496 133219 0 0 0 31445 29 0 0 25 0 4 0 504583823 268840960 29970 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26607/statm: 65635 29970 401 106 0 60606 0
[pid=26607/tid=26608] ppid=26605 vsize=262540 CPUtime=78.78 cores=1,3,5,7
/proc/26607/task/26608/stat : 26608 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 34316 0 0 0 7871 7 0 0 25 0 4 0 504583823 268840960 29970 33554432000 4194304 4627427 140733750643920 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26607/tid=26609] ppid=26605 vsize=262540 CPUtime=78.79 cores=1,3,5,7
/proc/26607/task/26609/stat : 26609 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 32484 0 0 0 7872 7 0 0 25 0 4 0 504583823 268840960 29970 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26607/tid=26610] ppid=26605 vsize=262540 CPUtime=78.78 cores=1,3,5,7
/proc/26607/task/26610/stat : 26610 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 31295 0 0 0 7872 6 0 0 25 0 4 0 504583823 268840960 29970 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 314.74
Current children cumulated vsize (KiB) 262540

[startup+79.0002 s]
/proc/loadavg: 8.13 8.00 7.83 9/184 26613
/proc/meminfo: memFree=30102772/32951124 swapFree=67106388/67111528
[pid=26607] ppid=26605 vsize=262540 CPUtime=315.54 cores=1,3,5,7
/proc/26607/stat : 26607 (strangenight2-m) R 26605 26607 25707 0 -1 4202496 133341 0 0 0 31525 29 0 0 25 0 4 0 504583823 268840960 30092 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26607/statm: 65635 30092 401 106 0 60606 0
[pid=26607/tid=26608] ppid=26605 vsize=262540 CPUtime=78.98 cores=1,3,5,7
/proc/26607/task/26608/stat : 26608 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 34346 0 0 0 7891 7 0 0 25 0 4 0 504583823 268840960 30092 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26607/tid=26609] ppid=26605 vsize=262540 CPUtime=78.99 cores=1,3,5,7
/proc/26607/task/26609/stat : 26609 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 32517 0 0 0 7892 7 0 0 25 0 4 0 504583823 268840960 30092 33554432000 4194304 4627427 140733750643920 18446744073709551615 4327697 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26607/tid=26610] ppid=26605 vsize=262540 CPUtime=78.98 cores=1,3,5,7
/proc/26607/task/26610/stat : 26610 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 31326 0 0 0 7892 6 0 0 25 0 4 0 504583823 268840960 30092 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 315.54
Current children cumulated vsize (KiB) 262540

[startup+79.1012 s]
/proc/loadavg: 8.13 8.00 7.83 9/184 26613
/proc/meminfo: memFree=30102772/32951124 swapFree=67106388/67111528
[pid=26607] ppid=26605 vsize=262540 CPUtime=315.95 cores=1,3,5,7
/proc/26607/stat : 26607 (strangenight2-m) R 26605 26607 25707 0 -1 4202496 133391 0 0 0 31566 29 0 0 25 0 4 0 504583823 268840960 30142 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/26607/statm: 65635 30142 401 106 0 60606 0
[pid=26607/tid=26608] ppid=26605 vsize=262540 CPUtime=79.08 cores=1,3,5,7
/proc/26607/task/26608/stat : 26608 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 34349 0 0 0 7901 7 0 0 25 0 4 0 504583823 268840960 30142 33554432000 4194304 4627427 140733750643920 18446744073709551615 4324294 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=26607/tid=26609] ppid=26605 vsize=262540 CPUtime=79.09 cores=1,3,5,7
/proc/26607/task/26609/stat : 26609 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 32532 0 0 0 7902 7 0 0 25 0 4 0 504583823 268840960 30142 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=26607/tid=26610] ppid=26605 vsize=262540 CPUtime=79.08 cores=1,3,5,7
/proc/26607/task/26610/stat : 26610 (strangenight2-m) R 26605 26607 25707 0 -1 4202560 31342 0 0 0 7902 6 0 0 25 0 4 0 504583823 268840960 30142 33554432000 4194304 4627427 140733750643920 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 315.95
Current children cumulated vsize (KiB) 262540

Child status: 10
Real time (s): 79.1895
CPU time (s): 316.291
CPU user time (s): 315.99
CPU system time (s): 0.300954
CPU usage (%): 399.41
Max. virtual memory (cumulated for all children) (KiB): 282896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 315.99
system time used= 0.300954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134031
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= 980
involuntary context switches= 2174

runsolver used 0.12698 second user time and 0.316951 second system time

The end

Launcher Data

Begin job on node146 at 2011-04-30 02:01:16
IDJOB=3261891
IDBENCH=83264
IDSOLVER=1586
FILE ID=node146/3261891-1304121676
RUNJOBID= node146-1304121479-26511
PBS_JOBID= 13170703
Free space on /tmp= 72968 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-21_399.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261891-1304121676/watcher-3261891-1304121676 -o /tmp/evaluation-result-3261891-1304121676/solver-3261891-1304121676 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3261891-1304121676.cnf

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

MD5SUM BENCH= 693b5fe291cecff45feff3be98a908cf
RANDOM SEED=83824782

node146.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.830
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.66
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.830
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.830
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.75
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.830
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.86
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.830
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.75
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.830
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.830
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.830
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:      30233972 kB
Buffers:        387008 kB
Cached:        1069044 kB
SwapCached:        540 kB
Active:         944680 kB
Inactive:      1397468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30233972 kB
SwapTotal:    67111528 kB
SwapFree:     67106388 kB
Dirty:            5972 kB
Writeback:           4 kB
AnonPages:      885296 kB
Mapped:          15340 kB
Slab:           309776 kB
PageTables:       6700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1296612 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= 72964 MiB
End job on node146 at 2011-04-30 02:02:35