Trace number 3173803

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-mt? (TO) 4800.42 1201.76

General information on the benchmark

Namerandom/large/
unif-k5-r20-v750-c15000-S888530894-020-UNKNOWN.cnf
MD5SUMdc51a6e5c13ccda52fa46d0bd711de5f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.70513
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses15000
Sum of the clauses size75000
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 515000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 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-3173803-1304031269.cnf'
0.00/0.00	c -- header says num vars:            750
0.00/0.00	c -- header says num clauses:       15000
0.00/0.02	c -- clauses added:            0 learnts,        15000 normals,            0 xors
0.00/0.02	c -- vars added        750
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0       750     15000         0         0     75000         0   no data   no data
0.28/0.08	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.07
0.28/0.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.28/0.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.28/0.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.28/0.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.28/0.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
0.28/0.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.28/0.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.28/0.20	c Finding binary XORs  T:     0.00 s  found:       0
0.28/0.20	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.28/0.20	c calculated reachability. Time: 0.00
0.28/0.20	c Calc default polars -  time:   0.00 s pos:     355 undec:      25 neg:     370
0.28/0.20	c =========================================================================================
0.28/0.20	c types(t): F = full restart, N = normal restart
0.28/0.20	c types(t): S = simplification begin/end, E = solution found
0.28/0.20	c restart types(rt): st = static, dy = dynamic
0.28/0.20	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.28/0.20	c  B st     0         0       750     15000         0         0     75000         0   no data   no data
0.28/0.22	c Decided on static restart strategy
0.28/0.40	c  N st     8      4919       750     15000         0      4875     75000    512491   no data   no data
3.20/0.83	c  N st    10     11302       750     15000         0      4532     75000    290327   no data   no data
5.17/1.31	c  N st    11     17047       750     15000         0     10230     75000    920260   no data   no data
7.97/2.06	c  F st    12     25000       750     15000         0     12540     75000   1137784   no data   no data
7.97/2.07	c  N st    12     25000       750     15000         0     12540     75000   1137784   no data   no data
9.57/2.43	c  N dy    18     30001       750     15000         0     10746     75000    886549   no data   no data
9.57/2.43	c  S st    18     30001       750     15000         0     10746     75000    886549   no data   no data
9.57/2.48	c  S st    18     30503       750     15000         0     11248     75000    930890   no data   no data
9.57/2.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.57/2.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
9.57/2.49	c blocked clauses removed:        0 vars:      0 tried:         750 T: 0.00 s
9.57/2.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.57/2.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.57/2.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
9.57/2.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.96/2.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
9.96/2.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.15/3.38	c lits-rem:        77  cl-subs:      133  v-elim:      0  v-fix:    0  time:  0.84 s
13.55/3.49	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.11
13.55/3.49	c calculated reachability. Time: 0.00
13.55/3.49	c  N dy    18     30503       750     15000         0     11115     75000    906106   no data   no data
15.17/3.84	c  N dy    39     34673       750     15000         0     15272     75000   1313270     79.84     84.16
16.35/4.15	c  N dy    62     38796       750     15000         0     11517     75000    657538     79.27     83.83
17.95/4.50	c  N dy    83     43083       750     15000         0     15785     75000   1072334     79.25     84.21
18.75/4.74	c  S st   101     45755       750     15000         0      9542     75000    343466     79.81   no data
18.75/4.79	c  S st   101     46257       750     15000         0     10044     75000    385543     79.81   no data
18.75/4.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.15/4.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
19.15/4.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.15/4.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.15/4.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.15/4.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
19.15/4.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.15/4.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
19.15/4.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.56/4.93	c lits-rem:        10  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.11 s
19.56/4.93	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
19.56/4.93	c vivif2 --  cl tried    10039 cl shrink        0 lits rem          0 time: 0.00
19.96/5.03	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.10
19.96/5.03	c calculated reachability. Time: 0.00
19.96/5.03	c  N dy   101     46257       750     15000         0     10039     75000    384570     79.81   no data
21.14/5.37	c  N dy   129     50546       750     15000         0     14314     75000    803098     80.06     84.63
22.74/5.74	c  N dy   149     54818       750     15000         0     18576     75000   1217508     79.88     84.14
24.36/6.10	c  N dy   170     59020       750     15000         0     12819     75000    559348     79.91     86.23
25.54/6.46	c  N dy   190     63146       750     15000         0     16929     75000    963647     79.84     84.74
27.14/6.83	c  N dy   209     67179       750     15000         0     20953     75000   1357585     79.73     87.70
27.94/7.03	c  S st   223     69387       750     15000         0     12199     75000    400537     79.77   no data
27.94/7.08	c  S st   223     69892       750     15000         0     12703     75000    442424     79.77   no data
27.94/7.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.94/7.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.94/7.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.94/7.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.94/7.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.94/7.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
27.94/7.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.36/7.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.36/7.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.76/7.29	c lits-rem:       100  cl-subs:        8  v-elim:      0  v-fix:    0  time:  0.17 s
28.76/7.29	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
29.14/7.30	c vivif2 --  cl tried    12695 cl shrink        0 lits rem          0 time: 0.00
29.54/7.41	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.11
29.54/7.41	c calculated reachability. Time: 0.00
29.54/7.41	c  N dy   223     69892       750     15000         0     12695     75000    440861     79.77   no data
30.73/7.79	c  N dy   249     74448       750     15000         0     17238     75000    884158     79.87     84.25
32.75/8.25	c  N dy   280     79272       750     15000         0     22050     75000   1364231     80.07     85.03
34.73/8.72	c  N dy   306     84383       750     15000         0     15187     75000    601409     80.09     94.96
35.52/8.99	c  F st   324     87500       750     15000         0     18284     75000    902666     80.12     76.14
36.72/9.29	c  N st   329     90801       750     15000         0     21559     75000   1253816     80.12   no data
39.12/9.89	c  N dy   353     96905       750     15000         0     14698     75000    454819     80.15     85.96
41.54/10.47	c  N dy   379    103111       750     15000         0     20890     75000   1068177     80.10     85.14
42.32/10.64	c  S st   388    104838       750     15000         0     22609     75000   1232545     80.04   no data
42.72/10.71	c  S st   388    105338       750     15000         0     23108     75000   1278842     80.04   no data
42.72/10.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.72/10.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
42.72/10.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.72/10.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.72/10.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.72/10.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
42.72/10.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.72/10.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
42.72/10.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.10/12.82	c lits-rem:       171  cl-subs:       91  v-elim:      0  v-fix:    0  time:  2.03 s
51.10/12.83	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
51.10/12.84	c vivif2 --  cl tried    23017 cl shrink        0 lits rem          0 time: 0.02
51.91/13.06	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.22
51.91/13.06	c calculated reachability. Time: 0.00
51.91/13.06	c  N dy   388    105338       750     15000         0     23017     75000   1262754     80.04   no data
54.72/13.76	c  N dy   421    112074       750     15000         0     15779     75000    474369     79.96     86.85
57.49/14.47	c  N dy   450    119441       750     15000         0     23123     75000   1185116     79.79     84.43
61.09/15.37	c  N dy   494    127117       750     15000         0     15829     75000    386441     79.90     85.65
64.29/16.18	c  N dy   542    135287       750     15000         0     23979     75000   1182518     79.90     85.34
68.68/17.20	c  N dy   582    143974       750     15000         0     16697     75000    380077     79.83     86.81
72.29/18.12	c  N dy   631    153241       750     15000         0     25932     75000   1295898     79.87     85.16
74.28/18.67	c  S st   659    158008       750     15000         0     30682     75000   1761371     79.88     78.00
74.68/18.75	c  S st   659    158510       750     15000         0     31184     75000   1807786     79.88   no data
74.68/18.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
74.68/18.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
74.68/18.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
74.68/18.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
74.68/18.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
74.68/18.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
74.68/18.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.08/18.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
75.08/18.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
97.05/24.31	c lits-rem:       316  cl-subs:      105  v-elim:      0  v-fix:    0  time:  5.46 s
97.05/24.31	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
97.05/24.34	c vivif2 --  cl tried    31079 cl shrink        0 lits rem          0 time: 0.02
97.85/24.57	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.24
97.85/24.58	c calculated reachability. Time: 0.00
97.85/24.58	c  N dy   659    158510       750     15000         0     31079     75000   1788813     79.88   no data
102.24/25.69	c  N dy   708    168699       750     15000         0     24283     75000   1033610     79.83     85.23
107.86/27.03	c  N dy   762    179477       750     15000         0     35024     75000   2076189     79.78     84.58
112.62/28.28	c  N dy   827    191049       750     15000         0     28616     75000   1359556     79.78     84.35
118.62/29.78	c  N dy   888    203292       750     15000         0     21883     75000    614322     79.77     85.28
124.62/31.29	c  N dy   956    216304       750     15000         0     34853     75000   1881486     79.75     93.59
131.41/32.94	c  N dy  1028    230189       750     15000         0     28763     75000   1194928     79.76     85.18
135.40/33.91	c  S st  1074    237765       750     15000         0     36309     75000   1934435     79.78   no data
135.80/34.01	c  S st  1074    238268       750     15000         0     36811     75000   1979417     79.78   no data
135.80/34.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
135.80/34.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
135.80/34.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
135.80/34.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
135.80/34.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
135.80/34.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
135.80/34.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
135.80/34.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
136.20/34.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
169.75/42.58	c lits-rem:       344  cl-subs:      107  v-elim:      0  v-fix:    0  time:  8.46 s
169.75/42.58	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
170.15/42.61	c vivif2 --  cl tried    36704 cl shrink        0 lits rem          0 time: 0.03
170.95/42.89	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.28
170.95/42.89	c calculated reachability. Time: 0.00
170.95/42.89	c  N dy  1074    238268       750     15000         0     36704     75000   1959923     79.78   no data
178.54/44.74	c  N dy  1156    253734       750     15000         0     31191     75000   1354073     79.78     85.14
187.33/46.90	c  N dy  1248    270284       750     15000         0     25765     75000    718895     79.83     84.34
196.13/49.12	c  N dy  1330    287618       750     15000         0     43052     75000   2412383     79.76     85.62
205.31/51.48	c  N dy  1438    306017       750     15000         0     38459     75000   1871037     79.78     84.46
205.71/51.52	c  F st  1441    306252       750     15000         0     38692     75000   1895765     79.79   no data
215.70/54.09	c  N dy  1525    325582       750     15000         0     34028     75000   1360940     79.82     84.12
227.28/56.95	c  N dy  1622    345803       750     15000         0     29271     75000    802759     79.76     84.97
233.28/58.48	c  S st  1689    357404       750     15000         0     40840     75000   1936332     79.77   no data
233.68/58.58	c  S st  1689    357905       750     15000         0     41341     75000   1978295     79.77   no data
233.68/58.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
234.08/58.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
234.08/58.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
234.08/58.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
234.08/58.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
234.08/58.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
234.08/58.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
234.08/58.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
234.08/58.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
267.64/67.06	c lits-rem:       392  cl-subs:      118  v-elim:      0  v-fix:    0  time:  8.37 s
267.64/67.07	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
267.64/67.09	c vivif2 --  cl tried    41223 cl shrink        0 lits rem          0 time: 0.03
269.24/67.42	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.33
269.24/67.43	c calculated reachability. Time: 0.00
269.24/67.43	c  N dy  1689    357905       750     15000         0     41223     75000   1957653     79.77   no data
281.21/70.44	c  N dy  1804    378024       750     15000         0     35355     75000   1296398     79.79     84.15
294.01/73.65	c  N dy  1907    398065       750     15000         0     28417     75000    531873     79.79     86.03
305.60/76.54	c  N dy  2008    418076       750     15000         0     48360     75000   2480401     79.77     84.79
317.57/79.53	c  N dy  2119    438124       750     15000         0     40435     75000   1616415     79.78     84.11
330.75/82.82	c  N dy  2221    458157       750     15000         0     31496     75000    654426     79.77     84.89
342.74/85.83	c  N dy  2315    478582       750     15000         0     51861     75000   2657428     79.73     84.31
355.13/88.99	c  N dy  2420    499073       750     15000         0     42373     75000   1628545     79.72     84.65
369.51/92.58	c  N dy  2526    519167       750     15000         0     31505     75000    474019     79.73     85.21
379.91/95.13	c  S st  2624    536857       750     15000         0     49135     75000   2204817     79.74     79.26
380.31/95.25	c  S st  2624    537363       750     15000         0     49641     75000   2248814     79.74   no data
380.31/95.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
380.31/95.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
380.31/95.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
380.31/95.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
380.31/95.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
380.31/95.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
380.31/95.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
380.69/95.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
380.69/95.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
431.42/108.07	c lits-rem:       548  cl-subs:      146  v-elim:      0  v-fix:    0  time: 12.69 s
431.42/108.07	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
431.82/108.10	c vivif2 --  cl tried    49495 cl shrink        0 lits rem          0 time: 0.03
433.05/108.47	c asymm  cl-useful: 0/13462/15000 lits-rem:0 time: 0.37
433.05/108.47	c calculated reachability. Time: 0.00
433.05/108.47	c  N dy  2624    537363       750     15000         0     49495     75000   2222185     79.74   no data
448.21/112.26	c  N dy  2720    557535       750     15000         0     37705     75000    995577     79.68     84.46
462.59/115.86	c  N dy  2827    577572       750     15000         0     57666     75000   2962452     79.69     83.93
477.36/119.53	c  N dy  2941    597622       750     15000         0     44764     75000   1604422     79.73     84.13
493.35/123.50	c  N dy  3051    617886       750     15000         0     64974     75000   3593698     79.74     84.07
506.53/126.86	c  N dy  3157    637952       750     15000         0     51090     75000   2134484     79.76     85.05
523.31/131.00	c  N dy  3268    657984       750     15000         0     36163     75000    571545     79.78     93.16
536.49/134.32	c  N dy  3389    678054       750     15000         0     56174     75000   2556656     79.83     87.61
552.87/138.41	c  N dy  3502    698628       750     15000         0     40778     75000    934921     79.85     84.19
567.26/142.04	c  N dy  3629    719206       750     15000         0     61299     75000   2953093     79.88     85.35
582.83/145.99	c  N dy  3743    739266       750     15000         0     44411     75000   1202144     79.91     84.67
598.02/149.79	c  N dy  3864    759512       750     15000         0     64602     75000   3197596     79.94     84.55
613.59/153.66	c  N dy  3971    779537       750     15000         0     46694     75000   1338326     79.95     84.43
629.98/157.74	c  N dy  4067    801200       750     15000         0     68285     75000   3462966     79.93     84.58
634.37/158.87	c  S st  4096    806045       750     15000         0     73113     75000   3945544     79.94     80.40
635.19/159.06	c  S st  4096    806546       750     15000         0     73613     75000   3987324     79.94   no data
635.19/159.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
635.57/159.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
635.57/159.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
635.57/159.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
635.57/159.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
635.57/159.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
635.57/159.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
635.57/159.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
635.96/159.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
727.08/182.04	c lits-rem:       657  cl-subs:      285  v-elim:      0  v-fix:    0  time: 22.75 s
727.08/182.04	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
727.08/182.09	c vivif2 --  cl tried    73328 cl shrink        0 lits rem          0 time: 0.05
727.48/182.17	c asymm  cl-useful: 0/1538/15000 lits-rem:0 time: 0.07
727.48/182.17	c calculated reachability. Time: 0.00
727.48/182.17	c  N dy  4096    806546       750     15000         0     73328     75000   3936455     79.94   no data
742.63/185.91	c  N dy  4203    826619       750     15000         0     54443     75000   2000235     79.94     86.87
760.21/190.31	c  N dy  4336    846694       750     15000         0     74439     75000   3986473     79.99     85.48
775.41/194.15	c  N dy  4454    866777       750     15000         0     54591     75000   1941042     80.01     87.92
792.99/198.52	c  N dy  4571    886852       750     15000         0     74595     75000   3913314     80.04     84.96
808.56/202.49	c  N dy  4680    906868       750     15000         0     53690     75000   1762174     80.05     85.58
825.74/206.79	c  N dy  4795    927013       750     15000         0     73771     75000   3740906     80.05     84.43
843.32/211.10	c  N dy  4906    947154       750     15000         0     51989     75000   1496721     80.05     84.35
859.70/215.23	c  N dy  5014    967185       750     15000         0     71950     75000   3463868     80.07     84.72
878.08/219.82	c  N dy  5116    987259       750     15000         0     49106     75000   1117940     80.06     84.55
893.66/223.78	c  N dy  5224   1007321       750     15000         0     69100     75000   3085395     80.06     84.97
914.02/228.80	c  N dy  5333   1027407       750     15000         0     45262     75000    659775     80.08     90.06
929.63/232.70	c  N dy  5445   1047581       750     15000         0     65369     75000   2650319     80.09     84.43
950.38/237.96	c  N dy  5544   1067806       750     15000         0     85525     75000   4623944     80.07     84.61
955.59/239.26	c  F st  5571   1071875       750     15000         0     89574     75000   5025010     80.08   no data
968.35/242.50	c  N dy  5636   1088150       750     15000         0     60927     75000   2148480     80.08     85.78
989.52/247.74	c  N dy  5748   1108368       750     15000         0     81085     75000   4135562     80.09     84.56
1008.32/252.46	c  N dy  5846   1128447       750     15000         0     55252     75000   1462675     80.09     85.84
1025.90/256.88	c  N dy  5943   1148472       750     15000         0     75216     75000   3425190     80.08     84.42
1047.87/262.31	c  N dy  6053   1168495       750     15000         0     48336     75000    686719     80.10     84.78
1063.83/266.32	c  N dy  6160   1188538       750     15000         0     68317     75000   2658177     80.10     84.35
1083.80/271.38	c  N dy  6260   1208555       750     15000         0     88248     75000   4620509     80.10     84.65
1085.40/271.73	c  S st  6266   1209819       750     15000         0     89508     75000   4745930     80.11     77.45
1086.20/271.96	c  S st  6266   1210322       750     15000         0     90011     75000   4790958     80.11   no data
1086.20/271.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1086.60/272.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1086.60/272.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1086.60/272.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1086.60/272.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1086.60/272.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1086.60/272.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1086.60/272.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1087.41/272.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1216.83/304.61	c lits-rem:       855  cl-subs:      329  v-elim:      0  v-fix:    0  time: 32.39 s
1216.83/304.61	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
1216.83/304.67	c vivif2 --  cl tried    89682 cl shrink        0 lits rem          0 time: 0.07
1218.43/305.09	c asymm  cl-useful: 0/8774/15000 lits-rem:0 time: 0.42
1218.43/305.09	c calculated reachability. Time: 0.00
1218.43/305.09	c  N dy  6266   1210322       750     15000         0     89682     75000   4731815     80.11   no data
1236.40/309.60	c  N dy  6381   1230388       750     15000         0     61847     75000   1930406     80.11     85.24
1255.97/314.41	c  N dy  6508   1250485       750     15000         0     81884     75000   3905773     80.13     86.26
1277.53/319.86	c  N dy  6616   1271062       750     15000         0     53562     75000   1024592     80.14     85.94
1294.33/324.06	c  N dy  6735   1291131       750     15000         0     73572     75000   3008206     80.16     89.51
1316.31/329.55	c  N dy  6854   1311337       750     15000         0     93716     75000   4989567     80.17     85.94
1334.66/334.18	c  N dy  6973   1331375       750     15000         0     63869     75000   1947043     80.19     84.67
1355.04/339.22	c  N dy  7082   1351995       750     15000         0     84414     75000   3960781     80.19     86.05
1378.21/345.09	c  N dy  7204   1372111       750     15000         0     53619     75000    850606     80.20     86.80
1395.41/349.34	c  N dy  7318   1392281       750     15000         0     73722     75000   2841414     80.21     85.15
1417.38/354.88	c  N dy  7442   1412291       750     15000         0     93650     75000   4822307     80.24     85.27
1437.33/359.88	c  N dy  7540   1432489       750     15000         0     61962     75000   1584171     80.22     84.67
1456.52/364.65	c  N dy  7650   1452613       750     15000         0     82023     75000   3566590     80.23     84.59
1480.48/370.65	c  N dy  7753   1472713       750     15000         0    102047     75000   5537793     80.22     84.50
1498.85/375.23	c  N dy  7857   1492806       750     15000         0     69243     75000   2220541     80.23     85.73
1520.82/380.72	c  N dy  7968   1512919       750     15000         0     89296     75000   4201843     80.23     84.91
1545.98/387.03	c  N dy  8077   1532928       750     15000         0     55412     75000    763532     80.25     85.80
1563.56/391.47	c  N dy  8201   1552948       750     15000         0     75373     75000   2751661     80.27     85.28
1585.92/397.07	c  N dy  8305   1572994       750     15000         0     95342     75000   4718836     80.27     85.55
1610.71/403.28	c  N dy  8429   1593271       750     15000         0     60747     75000   1190589     80.28     84.53
1629.86/408.02	c  N dy  8549   1613332       750     15000         0     80740     75000   3185723     80.30     86.11
1654.25/414.18	c  N dy  8668   1633826       750     15000         0    101160     75000   5208564     80.31     85.58
1676.62/419.78	c  N dy  8767   1653895       750     15000         0     65350     75000   1558157     80.31     87.25
1696.57/424.75	c  N dy  8876   1673944       750     15000         0     85344     75000   3537112     80.31     84.88
1721.74/431.00	c  N dy  8993   1694010       750     15000         0    105358     75000   5505111     80.32     85.17
1740.11/435.68	c  S st  9085   1710323       750     15000         0     64795     75000   1395243     80.32   no data
1740.91/435.84	c  S st  9085   1710831       750     15000         0     65303     75000   1439344     80.32   no data
1740.91/435.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1740.91/435.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
1740.91/435.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1740.91/435.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1740.91/435.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1740.91/435.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1740.91/435.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1741.31/435.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1741.31/435.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1760.11/440.68	c lits-rem:       211  cl-subs:       65  v-elim:      0  v-fix:    0  time:  4.72 s
1760.11/440.68	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
1760.49/440.70	c vivif2 --  cl tried    65238 cl shrink        0 lits rem          0 time: 0.02
1761.29/440.96	c asymm  cl-useful: 0/6226/15000 lits-rem:0 time: 0.25
1761.29/440.96	c calculated reachability. Time: 0.00
1761.29/440.96	c  N dy  9085   1710831       750     15000         0     65238     75000   1427681     80.32   no data
1782.46/446.28	c  N dy  9184   1731366       750     15000         0     85712     75000   3458159     80.32     84.77
1811.21/453.41	c  N dy  9289   1753717       750     15000         0    107981     75000   5676456     80.31     85.73
1834.81/459.34	c  N dy  9392   1773719       750     15000         0     70099     75000   1847526     80.31     88.28
1855.96/464.63	c  N dy  9503   1793914       750     15000         0     90213     75000   3835754     80.32     84.78
1881.52/471.01	c  N dy  9591   1813922       750     15000         0    110154     75000   5802132     80.31     85.10
1903.89/476.61	c  N dy  9692   1834116       750     15000         0     71477     75000   1902056     80.32     85.41
1925.46/482.08	c  N dy  9814   1854268       750     15000         0     91551     75000   3899252     80.34     86.01
1952.22/488.70	c  N dy  9934   1874330       750     15000         0    111562     75000   5877689     80.35     85.27
1974.59/494.31	c  N dy 10048   1894376       750     15000         0     71740     75000   1827061     80.36     96.27
1996.16/499.73	c  N dy 10163   1914780       750     15000         0     92070     75000   3851237     80.37     84.99
2024.52/506.80	c  N dy 10284   1935920       750     15000         0    113145     75000   5938689     80.38     84.92
2047.30/512.55	c  N dy 10395   1956067       750     15000         0     72449     75000   1819629     80.39     85.65
2069.26/518.00	c  N dy 10514   1976258       750     15000         0     92579     75000   3812140     80.39     86.67
2096.02/524.78	c  N dy 10641   1996268       750     15000         0    112506     75000   5798907     80.41     84.84
2121.18/531.01	c  N dy 10747   2016403       750     15000         0     70781     75000   1557165     80.42     85.77
2142.39/536.39	c  N dy 10866   2036506       750     15000         0     90810     75000   3541359     80.43     85.42
2169.12/543.01	c  N dy 10970   2056971       750     15000         0    111219     75000   5551553     80.43     86.47
2196.68/549.90	c  N dy 11088   2077071       750     15000         0     68460     75000   1231045     80.44     84.82
2217.86/555.24	c  N dy 11197   2097165       750     15000         0     88495     75000   3225596     80.44     85.11
2243.82/561.71	c  N dy 11316   2117204       750     15000         0    108464     75000   5221948     80.46     85.29
2274.58/569.48	c  N dy 11435   2137271       750     15000         0     64691     75000    775570     80.47     87.01
2294.15/574.38	c  N dy 11546   2157335       750     15000         0     84683     75000   2752524     80.47     86.20
2318.52/580.40	c  N dy 11651   2177343       750     15000         0    104619     75000   4741367     80.48     96.39
2348.09/587.90	c  N dy 11769   2197530       750     15000         0    124744     75000   6742217     80.49     84.73
2363.66/591.75	c  S st 11823   2210832       750     15000         0     73209     75000   1524092     80.47     77.93
2364.45/591.92	c  S st 11823   2211334       750     15000         0     73711     75000   1570138     80.47   no data
2364.45/591.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2364.45/591.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
2364.45/591.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2364.45/591.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2364.45/591.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2364.45/591.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
2364.45/591.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2364.86/592.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2364.86/592.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2381.23/596.17	c lits-rem:       139  cl-subs:       68  v-elim:      0  v-fix:    0  time:  4.11 s
2381.23/596.17	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
2381.23/596.19	c vivif2 --  cl tried    73643 cl shrink        0 lits rem          0 time: 0.02
2382.83/596.57	c asymm  cl-useful: 0/10094/15000 lits-rem:0 time: 0.37
2382.83/596.57	c calculated reachability. Time: 0.00
2382.83/596.57	c  N dy 11823   2211334       750     15000         0     73643     75000   1558020     80.47   no data
2404.40/601.97	c  N dy 11929   2231443       750     15000         0     93682     75000   3542952     80.48     85.69
2430.77/608.56	c  N dy 12031   2251448       750     15000         0    113625     75000   5515802     80.48     85.35
2461.53/616.27	c  N dy 12142   2271818       750     15000         0     68133     75000    938773     80.48     85.11
2481.49/621.24	c  N dy 12247   2291835       750     15000         0     88084     75000   2916939     80.48     84.81
2506.68/627.54	c  N dy 12347   2311959       750     15000         0    108130     75000   4898940     80.48     85.63
2537.02/635.15	c  N dy 12455   2332071       750     15000         0    128183     75000   6897588     80.49     86.09
2560.58/641.01	c  N dy 12566   2352176       750     15000         0     81449     75000   2157414     80.49     85.40
2586.55/647.52	c  N dy 12668   2373504       750     15000         0    102694     75000   4272431     80.49     84.87
2616.12/655.00	c  N dy 12768   2393564       750     15000         0    122673     75000   6248628     80.49     98.36
2644.87/662.18	c  N dy 12872   2413796       750     15000         0     75062     75000   1441956     80.50     85.37
2667.24/667.79	c  N dy 12996   2433912       750     15000         0     95120     75000   3436632     80.51     85.35
2694.81/674.69	c  N dy 13093   2455130       750     15000         0    116260     75000   5529914     80.51     85.30
2727.96/682.96	c  N dy 13205   2475300       750     15000         0    136360     75000   7527225     80.51     84.95
2749.13/688.26	c  N dy 13319   2495341       750     15000         0     87573     75000   2596028     80.52     86.10
2774.71/694.62	c  N dy 13433   2515440       750     15000         0    107604     75000   4581460     80.53     85.34
2805.06/702.24	c  N dy 13549   2535543       750     15000         0    127658     75000   6582430     80.54     85.37
2833.81/709.40	c  N dy 13659   2555592       750     15000         0     77883     75000   1534710     80.54     85.96
2855.78/714.96	c  N dy 13771   2575627       750     15000         0     97838     75000   3522963     80.54     85.25
2882.54/721.68	c  N dy 13871   2595670       750     15000         0    117817     75000   5506368     80.54     85.58
2915.72/729.98	c  N dy 13989   2615675       750     15000         0    137750     75000   7494800     80.55     91.54
2940.47/736.11	c  N dy 14093   2636188       750     15000         0     87437     75000   2397954     80.55     85.27
2967.23/742.85	c  N dy 14214   2656233       750     15000         0    107408     75000   4402443     80.56     86.14
2999.21/750.84	c  N dy 14333   2676381       750     15000         0    127476     75000   6407289     80.57     85.56
3031.94/759.09	c  N dy 14449   2696524       750     15000         0     75809     75000   1152603     80.58     86.00
3048.32/763.11	c  S st 14541   2711336       750     15000         0     90575     75000   2622416     80.58   no data
3049.12/763.33	c  S st 14541   2711841       750     15000         0     91079     75000   2667644     80.58   no data
3049.12/763.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3049.52/763.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
3049.52/763.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3049.52/763.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3049.52/763.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3049.52/763.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3049.52/763.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3049.52/763.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3049.91/763.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3112.23/779.10	c lits-rem:       329  cl-subs:      122  v-elim:      0  v-fix:    0  time: 15.58 s
3112.23/779.10	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
3112.23/779.14	c vivif2 --  cl tried    90957 cl shrink        0 lits rem          0 time: 0.04
3113.45/779.41	c asymm  cl-useful: 0/4906/15000 lits-rem:0 time: 0.27
3113.45/779.41	c calculated reachability. Time: 0.00
3113.45/779.41	c  N dy 14541   2711841       750     15000         0     90957     75000   2645493     80.58   no data
3138.59/785.74	c  N dy 14642   2731901       750     15000         0    110946     75000   4639276     80.58     92.15
3171.74/794.01	c  N dy 14755   2753418       750     15000         0    132387     75000   6773583     80.59     86.69
3202.90/801.83	c  N dy 14876   2773631       750     15000         0     79789     75000   1465344     80.60     85.03
3226.07/807.62	c  N dy 14988   2793732       750     15000         0     99817     75000   3466439     80.61     85.31
3254.43/814.76	c  N dy 15098   2814011       750     15000         0    120032     75000   5469705     80.61     85.66
3287.99/823.14	c  N dy 15206   2834248       750     15000         0    140200     75000   7480588     80.62     85.19
3315.16/829.95	c  N dy 15312   2854345       750     15000         0     86481     75000   2038710     80.62     87.85
3339.92/836.10	c  N dy 15419   2874570       750     15000         0    106645     75000   4037320     80.62     85.88
3369.87/843.61	c  N dy 15546   2894575       750     15000         0    126572     75000   6027006     80.63     85.83
3406.23/852.71	c  N dy 15652   2914867       750     15000         0    146787     75000   8029100     80.63     85.66
3431.79/859.12	c  N dy 15763   2934942       750     15000         0     92048     75000   2505984     80.64     87.99
3458.16/865.72	c  N dy 15871   2955020       750     15000         0    112059     75000   4492057     80.64     85.16
3488.91/873.48	c  N dy 15976   2975027       750     15000         0    131989     75000   6483464     80.65     84.91
3526.49/882.87	c  N dy 16094   2995191       750     15000         0     76348     75000    849218     80.65     85.09
3549.23/888.52	c  N dy 16216   3015418       750     15000         0     96493     75000   2854577     80.66     85.78
3576.79/895.45	c  N dy 16343   3035421       750     15000         0    116439     75000   4851412     80.67     84.94
3609.96/903.78	c  N dy 16469   3055487       750     15000         0    136445     75000   6842116     80.68     85.49
3645.90/912.76	c  N dy 16570   3076768       750     15000         0     80923     75000   1213335     80.68     85.63
3669.87/918.70	c  N dy 16696   3096769       750     15000         0    100859     75000   3206468     80.69     85.43
3697.84/925.72	c  N dy 16789   3116775       750     15000         0    120796     75000   5175969     80.69     90.80
3730.98/934.06	c  N dy 16897   3136838       750     15000         0    140794     75000   7151035     80.69     86.45
3765.34/942.69	c  N dy 17011   3156988       750     15000         0     83140     75000   1340384     80.69     85.44
3791.69/949.20	c  N dy 17130   3177027       750     15000         0    103098     75000   3323570     80.70     86.69
3823.66/957.22	c  N dy 17246   3197170       750     15000         0    123177     75000   5319991     80.70     85.19
3850.02/963.88	c  S st 17323   3211842       750     15000         0    137791     75000   6775970     80.71     78.66
3851.64/964.26	c  S st 17323   3212350       750     15000         0    138299     75000   6822587     80.71   no data
3851.64/964.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3852.01/964.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.09
3852.01/964.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3852.01/964.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3852.01/964.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3852.01/964.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3852.01/964.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3852.41/964.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
3853.21/964.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4072.52/1019.50	c lits-rem:       959  cl-subs:      423  v-elim:      0  v-fix:    0  time: 54.82 s
4072.52/1019.50	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
4072.92/1019.60	c vivif2 --  cl tried   137876 cl shrink        0 lits rem          0 time: 0.10
4074.52/1020.06	c asymm  cl-useful: 0/6075/15000 lits-rem:0 time: 0.45
4074.52/1020.06	c calculated reachability. Time: 0.00
4074.52/1020.06	c  N dy 17323   3212350       750     15000         0    137876     75000   6745680     80.71   no data
4112.86/1029.67	c  N dy 17446   3232544       750     15000         0     79266     75000    870858     80.71     85.04
4136.02/1035.43	c  N dy 17564   3252573       750     15000         0     99234     75000   2861834     80.72     86.25
4164.39/1042.59	c  N dy 17684   3272599       750     15000         0    119199     75000   4838769     80.73     87.11
4196.74/1050.68	c  N dy 17780   3292644       750     15000         0    139158     75000   6823458     80.72     85.51
4235.09/1060.30	c  N dy 17879   3312649       750     15000         0    159089     75000   8804497     80.72     85.50
4259.06/1066.24	c  N dy 18002   3332683       750     15000         0     99317     75000   2785724     80.73     90.54
4287.81/1073.43	c  N dy 18112   3352728       750     15000         0    119296     75000   4778459     80.74     85.20
4322.97/1082.26	c  N dy 18230   3372773       750     15000         0    139274     75000   6775130     80.75     85.33
4364.11/1092.54	c  N dy 18351   3392872       750     15000         0    159300     75000   8755585     80.75     85.41
4391.28/1099.32	c  N dy 18441   3413695       750     15000         0     99361     75000   2698449     80.75     85.20
4421.64/1106.98	c  N dy 18562   3433953       750     15000         0    119556     75000   4709140     80.76     85.97
4455.59/1115.45	c  N dy 18673   3453991       750     15000         0    139538     75000   6700233     80.76     85.24
4495.13/1125.38	c  N dy 18793   3474009       750     15000         0    159501     75000   8695116     80.77     85.20
4522.29/1132.18	c  N dy 18902   3494223       750     15000         0     97918     75000   2462792     80.77     86.32
4549.46/1138.99	c  N dy 19003   3514530       750     15000         0    118160     75000   4476801     80.77     86.14
4582.62/1147.20	c  N dy 19113   3534534       750     15000         0    138098     75000   6466338     80.78     89.64
4620.18/1156.68	c  N dy 19227   3554551       750     15000         0    158043     75000   8447620     80.78     85.14
4650.12/1164.19	c  N dy 19333   3574620       750     15000         0     95316     75000   2109148     80.78     85.91
4677.70/1171.03	c  N dy 19446   3594838       750     15000         0    115444     75000   4114845     80.79     85.06
4709.64/1179.02	c  N dy 19547   3614932       750     15000         0    135462     75000   6111796     80.78     88.39
4748.01/1188.63	c  N dy 19667   3635027       750     15000         0    155476     75000   8114202     80.79     86.19
4783.15/1197.43	c  N dy 19784   3655341       750     15000         0     92021     75000   1702196     80.80     85.31

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3173803-1304031269/watcher-3173803-1304031269 -o /tmp/evaluation-result-3173803-1304031269/solver-3173803-1304031269 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173803-1304031269.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.09 8.07 7.55 6/180 25686
/proc/meminfo: memFree=11461900/32950928 swapFree=67111528/67111528
[pid=25686] ppid=25684 vsize=160440 CPUtime=0 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 440 0 0 0 0 0 0 0 25 0 4 0 593357552 164290560 368 33554432000 4194304 4627427 140736097466560 18446744073709551615 4403197 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 29187 369 314 106 0 24158 0
[pid=25686/tid=25687] ppid=25684 vsize=182284 CPUtime=0 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 4 0 593357552 186658816 393 33554432000 4194304 4627427 140736097466560 18446744073709551615 251367207621 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=182292 CPUtime=0 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) D 25684 25686 25390 0 -1 4202560 21 0 0 0 0 0 0 0 25 0 4 0 593357552 186667008 393 33554432000 4194304 4627427 140736097466560 18446744073709551615 251367546683 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=183252 CPUtime=0 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 4 0 593357552 187650048 404 33554432000 4194304 4627427 140736097466560 18446744073709551615 251367207621 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0765971 s]
/proc/loadavg: 8.09 8.07 7.55 6/180 25686
/proc/meminfo: memFree=11461900/32950928 swapFree=67111528/67111528
[pid=25686] ppid=25684 vsize=283032 CPUtime=0.28 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 2528 0 0 0 28 0 0 0 25 0 4 0 593357552 289824768 2440 33554432000 4194304 4627427 140736097466560 18446744073709551615 251367207969 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 70758 2440 362 106 0 65729 0
[pid=25686/tid=25687] ppid=25684 vsize=283032 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 502 0 0 0 7 0 0 0 18 0 4 0 593357552 289824768 2440 33554432000 4194304 4627427 140736097466560 18446744073709551615 4297761 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=283032 CPUtime=0.06 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 498 0 0 0 6 0 0 0 25 0 4 0 593357552 289824768 2440 33554432000 4194304 4627427 140736097466560 18446744073709551615 251367590071 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=283032 CPUtime=0.07 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 600 0 0 0 7 0 0 0 18 0 4 0 593357552 289824768 2440 33554432000 4194304 4627427 140736097466560 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 283032

[startup+0.759774 s]
/proc/loadavg: 8.09 8.07 7.55 6/180 25686
/proc/meminfo: memFree=11461900/32950928 swapFree=67111528/67111528
[pid=25686] ppid=25684 vsize=300332 CPUtime=3 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 11719 0 0 0 298 2 0 0 25 0 4 0 593357552 307539968 7209 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309164 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 75083 7209 385 106 0 70054 0
[pid=25686/tid=25687] ppid=25684 vsize=300332 CPUtime=0.74 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 3156 0 0 0 74 0 0 0 18 0 4 0 593357552 307539968 6697 33554432000 4194304 4627427 140736097466560 18446744073709551615 251367590023 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=300332 CPUtime=0.75 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) D 25684 25686 25390 0 -1 4202560 2837 0 0 0 74 1 0 0 18 0 4 0 593357552 307539968 6443 33554432000 4194304 4627427 140736097466560 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=290968 CPUtime=0.74 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 2496 0 0 0 74 0 0 0 19 0 4 0 593357552 297951232 6443 33554432000 4194304 4627427 140736097466560 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 300332

[startup+0.80899 s]
/proc/loadavg: 8.09 8.07 7.55 6/180 25686
/proc/meminfo: memFree=11461900/32950928 swapFree=67111528/67111528
[pid=25686] ppid=25684 vsize=291216 CPUtime=3.2 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 12371 0 0 0 318 2 0 0 25 0 4 0 593357552 298205184 6254 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 72804 6254 385 106 0 67775 0
[pid=25686/tid=25687] ppid=25684 vsize=291216 CPUtime=0.79 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 3236 0 0 0 79 0 0 0 18 0 4 0 593357552 298205184 6254 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=291216 CPUtime=0.79 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 3230 0 0 0 78 1 0 0 18 0 4 0 593357552 298205184 6254 33554432000 4194304 4627427 140736097466560 18446744073709551615 4325081 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=291216 CPUtime=0.79 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 2579 0 0 0 79 0 0 0 19 0 4 0 593357552 298205184 6254 33554432000 4194304 4627427 140736097466560 18446744073709551615 4333301 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 291216

[startup+0.900975 s]
/proc/loadavg: 8.09 8.07 7.55 6/180 25686
/proc/meminfo: memFree=11461900/32950928 swapFree=67111528/67111528
[pid=25686] ppid=25684 vsize=291716 CPUtime=3.57 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 13356 0 0 0 355 2 0 0 25 0 4 0 593357552 298717184 6321 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309197 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 72929 6321 385 106 0 67900 0
[pid=25686/tid=25687] ppid=25684 vsize=291716 CPUtime=0.88 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 3382 0 0 0 88 0 0 0 18 0 4 0 593357552 298717184 6321 33554432000 4194304 4627427 140736097466560 18446744073709551615 4321736 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=291716 CPUtime=0.89 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 3381 0 0 0 88 1 0 0 18 0 4 0 593357552 298717184 6321 33554432000 4194304 4627427 140736097466560 18446744073709551615 4333154 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=291716 CPUtime=0.89 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 2719 0 0 0 89 0 0 0 19 0 4 0 593357552 298717184 6321 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 291716

[startup+1.50087 s]
/proc/loadavg: 8.09 8.07 7.55 6/180 25686
/proc/meminfo: memFree=11461900/32950928 swapFree=67111528/67111528
[pid=25686] ppid=25684 vsize=293324 CPUtime=5.97 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 18430 0 0 0 594 3 0 0 25 0 4 0 593357552 300363776 7102 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 73331 7102 385 106 0 68302 0
[pid=25686/tid=25687] ppid=25684 vsize=293324 CPUtime=1.48 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 4613 0 0 0 148 0 0 0 19 0 4 0 593357552 300363776 7102 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=293324 CPUtime=1.49 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 4620 0 0 0 148 1 0 0 20 0 4 0 593357552 300363776 7102 33554432000 4194304 4627427 140736097466560 18446744073709551615 4310580 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=293324 CPUtime=1.48 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 3997 0 0 0 148 0 0 0 20 0 4 0 593357552 300363776 7102 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 293324

[startup+3.10057 s]
/proc/loadavg: 8.16 8.08 7.56 9/184 25690
/proc/meminfo: memFree=11378776/32950928 swapFree=67111528/67111528
[pid=25686] ppid=25684 vsize=275048 CPUtime=12.35 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 34658 0 0 0 1229 6 0 0 25 0 4 0 593357552 281649152 16811 33554432000 4194304 4627427 140736097466560 18446744073709551615 4428380 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 68762 16811 389 106 0 63733 0
[pid=25686/tid=25687] ppid=25684 vsize=275048 CPUtime=3.08 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 8098 0 0 0 307 1 0 0 25 0 4 0 593357552 281649152 16811 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=275048 CPUtime=3.07 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 7459 0 0 0 306 1 0 0 25 0 4 0 593357552 281649152 16811 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=275048 CPUtime=3.09 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 7252 0 0 0 308 1 0 0 25 0 4 0 593357552 281649152 16811 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 275048

[startup+6.30099 s]
/proc/loadavg: 8.16 8.08 7.56 9/184 25690
/proc/meminfo: memFree=11342020/32950928 swapFree=67111528/67111528
[pid=25686] ppid=25684 vsize=293188 CPUtime=25.14 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 58583 0 0 0 2504 10 0 0 25 0 4 0 593357552 300224512 37253 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 73297 37253 389 106 0 68268 0
[pid=25686/tid=25687] ppid=25684 vsize=293188 CPUtime=6.28 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 15861 0 0 0 625 3 0 0 25 0 4 0 593357552 300224512 37253 33554432000 4194304 4627427 140736097466560 18446744073709551615 4427416 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=293188 CPUtime=6.25 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 13307 0 0 0 623 2 0 0 25 0 4 0 593357552 300224512 37253 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=293188 CPUtime=6.28 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 13270 0 0 0 627 1 0 0 25 0 4 0 593357552 300224512 37253 33554432000 4194304 4627427 140736097466560 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 293188

[startup+12.7068 s]
/proc/loadavg: 8.13 8.08 7.56 9/184 25690
/proc/meminfo: memFree=11349692/32950928 swapFree=67111528/67111528
[pid=25686] ppid=25684 vsize=379704 CPUtime=50.72 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 81256 0 0 0 5058 14 0 0 25 0 4 0 593357552 388816896 53583 33554432000 4194304 4627427 140736097466560 18446744073709551615 4427330 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 94926 53583 389 106 0 89897 0
[pid=25686/tid=25687] ppid=25684 vsize=379704 CPUtime=12.69 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 21034 0 0 0 1265 4 0 0 25 0 4 0 593357552 388816896 53583 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=379704 CPUtime=12.63 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 18953 0 0 0 1259 4 0 0 25 0 4 0 593357552 388816896 53584 33554432000 4194304 4627427 140736097466560 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=379704 CPUtime=12.69 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 19475 0 0 0 1267 2 0 0 25 0 4 0 593357552 388816896 53584 33554432000 4194304 4627427 140736097466560 18446744073709551615 4468060 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 379704

[startup+25.5005 s]
/proc/loadavg: 8.11 8.08 7.57 9/184 25691
/proc/meminfo: memFree=11234748/32950928 swapFree=67111528/67111528
[pid=25686] ppid=25684 vsize=388476 CPUtime=101.84 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 107939 0 0 0 10164 20 0 0 25 0 4 0 593357552 397799424 64362 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 97119 64362 389 106 0 92090 0
[pid=25686/tid=25687] ppid=25684 vsize=388476 CPUtime=25.48 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 28394 0 0 0 2542 6 0 0 25 0 4 0 593357552 397799424 64362 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=388476 CPUtime=25.36 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 28983 0 0 0 2531 5 0 0 25 0 4 0 593357552 397799424 64362 33554432000 4194304 4627427 140736097466560 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=388476 CPUtime=25.49 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 22303 0 0 0 2546 3 0 0 25 0 4 0 593357552 397799424 64362 33554432000 4194304 4627427 140736097466560 18446744073709551615 4330958 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 388476

[startup+51.1008 s]
/proc/loadavg: 8.14 8.09 7.58 7/184 25722
/proc/meminfo: memFree=12457540/32950928 swapFree=67111528/67111528
[pid=25686] ppid=25684 vsize=531524 CPUtime=204.13 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 152493 0 0 0 20382 31 0 0 25 0 4 0 593357552 544280576 78970 33554432000 4194304 4627427 140736097466560 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 132881 78970 389 106 0 127852 0
[pid=25686/tid=25687] ppid=25684 vsize=531524 CPUtime=51.09 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 43458 0 0 0 5099 10 0 0 25 0 4 0 593357552 544280576 78970 33554432000 4194304 4627427 140736097466560 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=531524 CPUtime=50.84 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 40674 0 0 0 5076 8 0 0 25 0 4 0 593357552 544280576 78970 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=531524 CPUtime=51.09 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 27107 0 0 0 5104 5 0 0 25 0 4 0 593357552 544280576 78970 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.13
Current children cumulated vsize (KiB) 531524

[startup+102.3 s]
/proc/loadavg: 8.12 8.09 7.61 9/184 25724
/proc/meminfo: memFree=12189976/32950928 swapFree=67111528/67111528
[pid=25686] ppid=25684 vsize=515576 CPUtime=408.65 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 246380 0 0 0 40811 54 0 0 25 0 4 0 593357552 527949824 79638 33554432000 4194304 4627427 140736097466560 18446744073709551615 4427418 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 128894 79638 389 106 0 123865 0
[pid=25686/tid=25687] ppid=25684 vsize=515576 CPUtime=102.28 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 73133 0 0 0 10211 17 0 0 25 0 4 0 593357552 527949824 79638 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=515576 CPUtime=101.77 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 64826 0 0 0 10164 13 0 0 25 0 4 0 593357552 527949824 79638 33554432000 4194304 4627427 140736097466560 18446744073709551615 4321720 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=515576 CPUtime=102.27 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 47505 0 0 0 10217 10 0 0 25 0 4 0 593357552 527949824 79638 33554432000 4194304 4627427 140736097466560 18446744073709551615 4348160 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 515576

[startup+162.306 s]

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

[pid=25686] ppid=25684 vsize=902100 CPUtime=2805.47 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 1128566 0 0 0 280215 332 0 0 25 0 4 0 593357552 923750400 150324 33554432000 4194304 4627427 140736097466560 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 225525 150324 389 106 0 220496 0
[pid=25686/tid=25687] ppid=25684 vsize=902100 CPUtime=702.3 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 315656 0 0 0 70134 96 0 0 25 0 4 0 593357552 923750400 150324 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=902100 CPUtime=698.62 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 284571 0 0 0 69782 80 0 0 25 0 4 0 593357552 923750400 150324 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=902100 CPUtime=702.24 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 273144 0 0 0 70144 80 0 0 25 0 4 0 593357552 923750400 150324 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2805.47
Current children cumulated vsize (KiB) 902100

[startup+762.301 s]
/proc/loadavg: 8.12 8.07 7.83 9/184 25750
/proc/meminfo: memFree=11251920/32950928 swapFree=67111528/67111528
[pid=25686] ppid=25684 vsize=867464 CPUtime=3045.12 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 1198300 0 0 0 304156 356 0 0 25 0 4 0 593357552 888283136 152456 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 216866 152456 396 106 0 211837 0
[pid=25686/tid=25687] ppid=25684 vsize=867464 CPUtime=762.29 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 331410 0 0 0 76129 100 0 0 25 0 4 0 593357552 888283136 152456 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=867464 CPUtime=758.28 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 304936 0 0 0 75742 86 0 0 25 0 4 0 593357552 888283136 152456 33554432000 4194304 4627427 140736097466560 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=867464 CPUtime=762.23 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 288768 0 0 0 76137 86 0 0 25 0 4 0 593357552 888283136 152456 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3045.12
Current children cumulated vsize (KiB) 867464

[startup+822.307 s]
/proc/loadavg: 8.04 8.06 7.83 9/184 25752
/proc/meminfo: memFree=11126124/32950928 swapFree=67111528/67111528
[pid=25686] ppid=25684 vsize=1054464 CPUtime=3284.81 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 1268197 0 0 0 328096 385 0 0 25 0 4 0 593357552 1079771136 172273 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 263616 172273 395 106 0 258587 0
[pid=25686/tid=25687] ppid=25684 vsize=1054464 CPUtime=822.3 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 350154 0 0 0 82122 108 0 0 25 0 4 0 593357552 1079771136 172273 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=1054464 CPUtime=817.97 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 323982 0 0 0 81702 95 0 0 25 0 4 0 593357552 1079771136 172273 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=1054464 CPUtime=822.23 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 307446 0 0 0 82129 94 0 0 25 0 4 0 593357552 1079771136 172273 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3284.81
Current children cumulated vsize (KiB) 1054464

[startup+882.301 s]
/proc/loadavg: 8.01 8.04 7.84 9/184 25753
/proc/meminfo: memFree=11149888/32950928 swapFree=67111528/67111528
[pid=25686] ppid=25684 vsize=990872 CPUtime=3524.47 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 1327883 0 0 0 352038 409 0 0 25 0 4 0 593357552 1014652928 170542 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 247718 170542 395 106 0 242689 0
[pid=25686/tid=25687] ppid=25684 vsize=990872 CPUtime=882.29 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 368706 0 0 0 88114 115 0 0 25 0 4 0 593357552 1014652928 170542 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=990872 CPUtime=877.64 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 331713 0 0 0 87666 98 0 0 25 0 4 0 593357552 1014652928 170542 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=990872 CPUtime=882.22 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 325856 0 0 0 88121 101 0 0 25 0 4 0 593357552 1014652928 170542 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3524.47
Current children cumulated vsize (KiB) 990872

[startup+942.301 s]
/proc/loadavg: 8.07 8.05 7.85 9/184 25755
/proc/meminfo: memFree=11127976/32950928 swapFree=67111528/67111528
[pid=25686] ppid=25684 vsize=994156 CPUtime=3764.14 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 1409753 0 0 0 375978 436 0 0 25 0 4 0 593357552 1018015744 178971 33554432000 4194304 4627427 140736097466560 18446744073709551615 4333369 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 248539 178971 395 106 0 243510 0
[pid=25686/tid=25687] ppid=25684 vsize=994156 CPUtime=942.3 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 387129 0 0 0 94109 121 0 0 25 0 4 0 593357552 1018015744 178971 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=994156 CPUtime=937.3 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 349709 0 0 0 93626 104 0 0 25 0 4 0 593357552 1018015744 178971 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=994156 CPUtime=942.21 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 356734 0 0 0 94110 111 0 0 25 0 4 0 593357552 1018015744 178971 33554432000 4194304 4627427 140736097466560 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3764.14
Current children cumulated vsize (KiB) 994156

[startup+1002.3 s]
/proc/loadavg: 8.08 8.05 7.86 9/184 25757
/proc/meminfo: memFree=10607392/32950928 swapFree=67111528/67111528
[pid=25686] ppid=25684 vsize=1261928 CPUtime=4003.81 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 1464858 0 0 0 399930 451 0 0 25 0 4 0 593357552 1292214272 219569 33554432000 4194304 4627427 140736097466560 18446744073709551615 4427364 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 315482 219569 389 106 0 310453 0
[pid=25686/tid=25687] ppid=25684 vsize=1261928 CPUtime=1002.3 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 410912 0 0 0 100106 124 0 0 25 0 4 0 593357552 1292214272 219569 33554432000 4194304 4627427 140736097466560 18446744073709551615 4428408 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=1261928 CPUtime=996.99 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 366394 0 0 0 99587 112 0 0 25 0 4 0 593357552 1292214272 219569 33554432000 4194304 4627427 140736097466560 18446744073709551615 4308149 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=1261928 CPUtime=1002.21 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 356734 0 0 0 100110 111 0 0 25 0 4 0 593357552 1292214272 219569 33554432000 4194304 4627427 140736097466560 18446744073709551615 4427411 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.81
Current children cumulated vsize (KiB) 1261928

[startup+1062.3 s]
/proc/loadavg: 8.08 8.06 7.87 9/184 25758
/proc/meminfo: memFree=10603984/32950928 swapFree=67111528/67111528
[pid=25686] ppid=25684 vsize=1088456 CPUtime=4243.47 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 1522556 0 0 0 423877 470 0 0 25 0 4 0 593357552 1114578944 204912 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309300 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 272114 204912 389 106 0 267085 0
[pid=25686/tid=25687] ppid=25684 vsize=1088456 CPUtime=1062.29 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 423614 0 0 0 106101 128 0 0 25 0 4 0 593357552 1114578944 204912 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=1088456 CPUtime=1056.66 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 384149 0 0 0 105548 118 0 0 25 0 4 0 593357552 1114578944 204912 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=1088456 CPUtime=1062.2 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 372610 0 0 0 106104 116 0 0 25 0 4 0 593357552 1114578944 204912 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.47
Current children cumulated vsize (KiB) 1088456

[startup+1122.3 s]
/proc/loadavg: 8.14 8.08 7.89 9/184 25760
/proc/meminfo: memFree=10513540/32950928 swapFree=67111528/67111528
[pid=25686] ppid=25684 vsize=1279552 CPUtime=4483.15 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 1578146 0 0 0 447823 492 0 0 25 0 4 0 593357552 1310261248 226318 33554432000 4194304 4627427 140736097466560 18446744073709551615 4324736 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 319888 226318 389 106 0 314859 0
[pid=25686/tid=25687] ppid=25684 vsize=1279552 CPUtime=1122.3 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 439138 0 0 0 112094 136 0 0 25 0 4 0 593357552 1310261248 226318 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=1279552 CPUtime=1116.33 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 392858 0 0 0 111514 119 0 0 25 0 4 0 593357552 1310261248 226318 33554432000 4194304 4627427 140736097466560 18446744073709551615 4428116 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=1279552 CPUtime=1122.2 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 389543 0 0 0 112097 123 0 0 25 0 4 0 593357552 1310261248 226318 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4483.15
Current children cumulated vsize (KiB) 1279552

[startup+1182.3 s]
/proc/loadavg: 8.15 8.09 7.91 9/184 25761
/proc/meminfo: memFree=10503332/32950928 swapFree=67111528/67111528
[pid=25686] ppid=25684 vsize=1212128 CPUtime=4722.82 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 1640077 0 0 0 471766 516 0 0 25 0 4 0 593357552 1241219072 227489 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 303032 227489 389 106 0 298003 0
[pid=25686/tid=25687] ppid=25684 vsize=1212128 CPUtime=1182.31 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 456842 0 0 0 118087 144 0 0 25 0 4 0 593357552 1241219072 227489 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=1212128 CPUtime=1176.01 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 407172 0 0 0 117477 124 0 0 25 0 4 0 593357552 1241219072 227489 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=1212128 CPUtime=1182.19 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 405060 0 0 0 118091 128 0 0 25 0 4 0 593357552 1241219072 227489 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4722.82
Current children cumulated vsize (KiB) 1212128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.11 8.08 7.91 9/184 25762
/proc/meminfo: memFree=10607724/32950928 swapFree=67111528/67111528
[pid=25686] ppid=25684 vsize=1212536 CPUtime=4800.35 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 1663463 0 0 0 479511 524 0 0 25 0 4 0 593357552 1241636864 221703 33554432000 4194304 4627427 140736097466560 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 303134 221703 389 106 0 298105 0
[pid=25686/tid=25687] ppid=25684 vsize=1212536 CPUtime=1201.71 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 462926 0 0 0 120025 146 0 0 25 0 4 0 593357552 1241636864 221703 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=1212536 CPUtime=1195.3 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 411996 0 0 0 119405 125 0 0 25 0 4 0 593357552 1241636864 221703 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=1212536 CPUtime=1201.6 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 411670 0 0 0 120030 130 0 0 25 0 4 0 593357552 1241636864 221703 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 1212536

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1201.7 s]
/proc/loadavg: 8.11 8.08 7.91 9/184 25762
/proc/meminfo: memFree=10607724/32950928 swapFree=67111528/67111528
[pid=25686] ppid=25684 vsize=1212536 CPUtime=4800.35 cores=0,2,4,6
/proc/25686/stat : 25686 (strangenight2-m) R 25684 25686 25390 0 -1 4202496 1663463 0 0 0 479511 524 0 0 25 0 4 0 593357552 1241636864 221703 33554432000 4194304 4627427 140736097466560 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/25686/statm: 303134 221703 389 106 0 298105 0
[pid=25686/tid=25687] ppid=25684 vsize=1212536 CPUtime=1201.71 cores=0,2,4,6
/proc/25686/task/25687/stat : 25687 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 462926 0 0 0 120025 146 0 0 25 0 4 0 593357552 1241636864 221703 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=25686/tid=25688] ppid=25684 vsize=1212536 CPUtime=1195.3 cores=0,2,4,6
/proc/25686/task/25688/stat : 25688 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 411996 0 0 0 119405 125 0 0 25 0 4 0 593357552 1241636864 221703 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=25686/tid=25689] ppid=25684 vsize=1212536 CPUtime=1201.6 cores=0,2,4,6
/proc/25686/task/25689/stat : 25689 (strangenight2-m) R 25684 25686 25390 0 -1 4202560 411670 0 0 0 120030 130 0 0 25 0 4 0 593357552 1241636864 221703 33554432000 4194304 4627427 140736097466560 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 1212536

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.76
CPU time (s): 4800.42
CPU user time (s): 4795.14
CPU system time (s): 5.2792
CPU usage (%): 399.45
Max. virtual memory (cumulated for all children) (KiB): 1279552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.14
system time used= 5.2792
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1663468
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= 1600
involuntary context switches= 23581

runsolver used 1.88271 second user time and 4.54231 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-29 00:54:29
IDJOB=3173803
IDBENCH=82621
IDSOLVER=1586
FILE ID=node113/3173803-1304031269
RUNJOBID= node113-1304028687-25408
PBS_JOBID= 13170339
Free space on /tmp= 71160 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v750-c15000-S888530894-020-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173803-1304031269/watcher-3173803-1304031269 -o /tmp/evaluation-result-3173803-1304031269/solver-3173803-1304031269 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173803-1304031269.cnf

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

MD5SUM BENCH= dc51a6e5c13ccda52fa46d0bd711de5f
RANDOM SEED=252366177

node113.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.846
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.69
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.846
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.76
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.846
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.846
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.846
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.74
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.846
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.846
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.83
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.846
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:     32950928 kB
MemFree:      11462180 kB
Buffers:       1872084 kB
Cached:       17495840 kB
SwapCached:          0 kB
Active:       12259620 kB
Inactive:      8630464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      11462180 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5860 kB
Writeback:          24 kB
AnonPages:     1522164 kB
Mapped:          15584 kB
Slab:           533356 kB
PageTables:       7632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1821884 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= 71156 MiB
End job on node113 at 2011-04-29 01:14:33