Trace number 3368530

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt (fixed)? (TO) 4800.36 1203.55

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v2500-c10500-S1300417189-038-UNKNOWN.cnf
MD5SUM0ed8ade65938c7fcf06ab054c90e3de3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.200968
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of clauses10500
Sum of the clauses size31500
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 310500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3368530-1305396134.cnf'
0.00/0.00	c -- header says num vars:           2500
0.00/0.00	c -- header says num clauses:       10500
0.00/0.01	c -- clauses added:            0 learnts,        10500 normals,            0 xors
0.00/0.01	c -- vars added       2500
0.00/0.01	c Parsing time:  0.02 s
0.00/0.01	c  N st     0         0      2500     10500         0         0     31500         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/10500/10500 lits-rem:0 time: 0.02
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.01
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2500 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
0.00/0.04	c lits-rem:         0  cl-subs:        0  v-elim:     80  v-fix:    0  time:  0.05 s
0.00/0.04	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.04	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.00/0.04	c calculated reachability. Time: 0.00
0.00/0.04	c Calc default polars -  time:   0.00 s pos:    1134 undec:     291 neg:    1075
0.00/0.04	c =========================================================================================
0.00/0.04	c types(t): F = full restart, N = normal restart
0.00/0.04	c types(t): S = simplification begin/end, E = solution found
0.00/0.04	c restart types(rt): st = static, dy = dynamic
0.00/0.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.04	c  B st     0         0      2420     10387         0         0     31590         0   no data   no data  --
0.76/0.28	c  N dy    20      4011      2420     10387         0      4010     31590    280168     45.20     58.17  --
1.97/0.54	c  N dy    41      8020      2420     10387         0      5519     31590    280299     45.22     47.70  --
3.17/0.82	c  N dy    62     12085      2420     10387         0      5335     31590    172167     44.83     48.21  --
4.40/1.11	c  N dy    88     16174      2420     10387         0      9422     31590    450017     45.11     55.86  --
5.55/1.41	c  N dy   114     20264      2420     10387         0      7890     31590    269542     45.27     48.81  --
6.75/1.70	c  N dy   140     24358      2420     10387         0     11980     31590    542811     45.23     48.30  --
6.75/1.76	c  F st   143     25002      2420     10387         0     12624     31590    587113     45.16     45.27  --
8.38/2.17	c  N dy   149     30001      2420     10387         0     10810     31590    425329     45.16   no data  --
8.38/2.17	c  S st   149     30001      2420     10387         0     10810     31590    425329     45.16   no data  --
8.38/2.20	c  S st   149     30505      2420     10387         0     11314     31590    451105     45.16   no data  --
8.38/2.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
8.38/2.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.78/2.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
8.78/2.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.78/2.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.78/2.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
8.78/2.24	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
13.18/3.35	c lits-rem:        51  cl-subs:        4  v-elim:      0  v-fix:    0  time:  4.41 s
13.18/3.36	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.06
13.18/3.36	c calculated reachability. Time: 0.00
13.18/3.36	c  N dy   149     30505      2420     10387         0     11310     31590    450555     45.16   no data  --
14.73/3.71	c  N dy   170     34687      2420     10387         0     15490     31590    734387     45.18     47.90  --
15.92/4.06	c  N dy   196     39056      2420     10387         0     11956     31590    406915     45.18     49.46  --
17.57/4.43	c  N dy   221     43218      2420     10387         0     16117     31590    689736     45.19     48.54  --
18.32/4.66	c  S st   237     45757      2420     10387         0      9705     31590    184738     45.25   no data  --
18.32/4.69	c  S st   237     46260      2420     10387         0     10208     31590    212525     45.25   no data  --
18.32/4.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.32/4.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.71/4.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
18.71/4.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.71/4.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.71/4.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
18.71/4.71	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
19.91/5.03	c lits-rem:        13  cl-subs:        1  v-elim:      0  v-fix:    0  time:  1.29 s
19.91/5.03	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
19.91/5.04	c vivif2 --  cl tried    10207 cl shrink        0 lits rem          0 time: 0.01
19.91/5.05	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.06
19.91/5.05	c calculated reachability. Time: 0.00
19.91/5.05	c  N dy   237     46260      2420     10387         0     10207     31590    212370     45.25   no data  --
21.11/5.37	c  N dy   257     50281      2420     10387         0     14227     31590    494795     45.18     48.92  --
23.10/5.80	c  N dy   278     54931      2420     10387         0     18876     31590    809516     44.97     47.82  --
24.30/6.16	c  N dy   304     59021      2420     10387         0     12997     31590    348955     45.05     50.09  --
25.93/6.54	c  N dy   328     63349      2420     10387         0     17321     31590    645111     45.04     48.35  --
27.49/6.96	c  N dy   351     67483      2420     10387         0     21453     31590    931630     45.06     50.06  --
28.30/7.13	c  S st   358     69392      2420     10387         0     12377     31590    239755     44.99     46.57  --
28.30/7.17	c  S st   358     69893      2420     10387         0     12878     31590    266881     44.99   no data  --
28.30/7.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.30/7.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.30/7.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
28.30/7.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.30/7.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.30/7.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
28.30/7.19	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
30.73/7.75	c lits-rem:         6  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.22 s
30.73/7.75	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
30.73/7.76	c vivif2 --  cl tried    12875 cl shrink        0 lits rem          0 time: 0.01
30.73/7.77	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.06
30.73/7.77	c calculated reachability. Time: 0.00
30.73/7.77	c  N dy   358     69893      2420     10387         0     12875     31590    266536     44.99   no data  --
32.28/8.16	c  N dy   383     74425      2420     10387         0     17406     31590    576677     45.02     47.49  --
34.27/8.63	c  N dy   411     79272      2420     10387         0     22252     31590    906471     45.01     47.71  --
36.26/9.13	c  N dy   436     84550      2420     10387         0     15539     31590    389572     44.97     47.42  --
37.46/9.40	c  F st   456     87500      2420     10387         0     18488     31590    599965     45.05     49.62  --
38.67/9.72	c  N st   461     90796      2420     10387         0     21781     31590    841422     45.05   no data  --
41.05/10.33	c  N dy   483     96597      2420     10387         0     14588     31590    267838     45.08     48.60  --
43.48/10.91	c  N dy   519    102963      2420     10387         0     20952     31590    698724     45.10     47.57  --
44.25/11.10	c  S st   532    104840      2420     10387         0     22828     31590    826859     45.10     38.23  --
44.25/11.16	c  S st   532    105345      2420     10387         0     23333     31590    855294     45.10   no data  --
44.25/11.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
44.25/11.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
44.25/11.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.05
44.64/11.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.64/11.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.64/11.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
44.64/11.22	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
60.61/15.29	c lits-rem:       136  cl-subs:        6  v-elim:      0  v-fix:    0  time: 16.25 s
60.61/15.29	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
61.03/15.32	c vivif2 --  cl tried    23327 cl shrink        0 lits rem          0 time: 0.08
61.03/15.35	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.12
61.03/15.35	c calculated reachability. Time: 0.00
61.03/15.35	c  N dy   532    105345      2420     10387         0     23327     31590    854444     45.10   no data  --
63.79/16.08	c  N dy   573    112131      2420     10387         0     16115     31590    310977     45.15     56.63  --
66.58/16.79	c  N dy   610    119376      2420     10387         0     23359     31590    815263     45.18     50.93  --
70.22/17.65	c  N dy   654    126995      2420     10387         0     15979     31590    236027     45.23     48.28  --
73.37/18.41	c  N dy   703    135143      2420     10387         0     24127     31590    799010     45.24     48.47  --
77.35/19.43	c  N dy   748    143995      2420     10387         0     16987     31590    244879     45.22     47.73  --
80.94/20.34	c  N dy   807    153219      2420     10387         0     26208     31590    882403     45.30     47.80  --
83.38/20.92	c  S st   839    158017      2420     10387         0     31005     31590   1214435     45.35     44.68  --
83.38/20.99	c  S st   839    158520      2420     10387         0     31508     31590   1244151     45.35   no data  --
83.38/20.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
83.38/20.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
83.73/21.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.07
83.73/21.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.73/21.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.73/21.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
83.73/21.06	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
92.91/23.38	c lits-rem:        66  cl-subs:       10  v-elim:      0  v-fix:    0  time:  9.21 s
92.91/23.38	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
92.91/23.39	c vivif2 --  cl tried    31498 cl shrink        0 lits rem          0 time: 0.06
93.31/23.43	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.16
93.31/23.43	c calculated reachability. Time: 0.00
93.31/23.43	c  N dy   839    158520      2420     10387         0     31498     31590   1242685     45.35   no data  --
97.69/24.51	c  N dy   906    168756      2420     10387         0     24734     31590    720407     45.45     48.47  --
102.88/25.83	c  N dy   967    179711      2420     10387         0     35687     31590   1476902     45.45     48.18  --
107.67/27.06	c  N dy  1030    191228      2420     10387         0     29207     31590    954536     45.46     49.31  --
114.10/28.64	c  N dy  1096    203678      2420     10387         0     22658     31590    439923     45.47     48.87  --
120.44/30.21	c  N dy  1176    216872      2420     10387         0     35848     31590   1360377     45.50     48.15  --
126.85/31.85	c  N dy  1251    230731      2420     10387         0     29708     31590    869257     45.51     53.66  --
130.40/32.75	c  S st  1296    237781      2420     10387         0     36756     31590   1354245     45.53   no data  --
130.80/32.83	c  S st  1296    238285      2420     10387         0     37260     31590   1380680     45.53   no data  --
130.80/32.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
130.80/32.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
130.80/32.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
131.24/32.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
131.24/32.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
131.24/32.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
131.24/32.91	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
140.78/35.35	c lits-rem:        55  cl-subs:       12  v-elim:      0  v-fix:    0  time:  9.71 s
140.78/35.35	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
140.78/35.37	c vivif2 --  cl tried    37248 cl shrink        0 lits rem          0 time: 0.06
141.18/35.41	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.18
141.18/35.42	c calculated reachability. Time: 0.00
141.18/35.42	c  N dy  1296    238285      2420     10387         0     37248     31590   1379328     45.53   no data  --
148.36/37.28	c  N dy  1375    253518      2420     10387         0     31487     31590    941551     45.52     56.24  --
157.13/39.41	c  N dy  1452    269741      2420     10387         0     25710     31590    467717     45.48     48.70  --
165.91/41.68	c  N dy  1552    287048      2420     10387         0     43015     31590   1661668     45.50     55.74  --
175.52/44.03	c  N dy  1656    305406      2420     10387         0     38367     31590   1275776     45.52     48.22  --
175.87/44.15	c  F st  1662    306252      2420     10387         0     39213     31590   1333521     45.51   no data  --
185.85/46.69	c  N dy  1753    325177      2420     10387         0     34142     31590    928943     45.56     47.98  --
197.47/49.58	c  N dy  1860    345566      2420     10387         0     29533     31590    541428     45.58     48.16  --
203.81/51.13	c  S st  1924    357427      2420     10387         0     41391     31590   1362864     45.59   no data  --
204.21/51.22	c  S st  1924    357929      2420     10387         0     41893     31590   1390383     45.59   no data  --
204.21/51.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
204.21/51.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
204.21/51.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.09
204.60/51.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
204.60/51.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
204.60/51.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
204.60/51.30	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
214.18/53.76	c lits-rem:        23  cl-subs:       14  v-elim:      0  v-fix:    0  time:  9.82 s
214.18/53.76	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
214.18/53.78	c vivif2 --  cl tried    41879 cl shrink        0 lits rem          0 time: 0.06
214.60/53.85	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.26
214.60/53.85	c calculated reachability. Time: 0.00
214.60/53.85	c  N dy  1924    357929      2420     10387         0     41879     31590   1388766     45.59   no data  --
226.14/56.76	c  N dy  2050    378044      2420     10387         0     35996     31590    934445     45.64     48.20  --
238.91/59.94	c  N dy  2165    398260      2420     10387         0     29209     31590    390650     45.65     48.43  --
250.47/62.86	c  N dy  2273    418347      2420     10387         0     49285     31590   1789458     45.67     48.12  --
262.45/65.81	c  N dy  2393    438564      2420     10387         0     41500     31590   1169957     45.69     49.61  --
275.61/69.12	c  N dy  2521    458649      2420     10387         0     32596     31590    497215     45.75     48.87  --
287.58/72.13	c  N dy  2632    478704      2420     10387         0     52643     31590   1899600     45.75     49.84  --
299.94/75.30	c  N dy  2752    498774      2420     10387         0     42715     31590   1141424     45.78     53.54  --
314.30/78.87	c  N dy  2862    518841      2420     10387         0     31784     31590    321163     45.78     48.39  --
324.72/81.48	c  S st  2959    536894      2420     10387         0     49832     31590   1586291     45.78   no data  --
325.07/81.59	c  S st  2959    537397      2420     10387         0     50335     31590   1617564     45.78   no data  --
325.07/81.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
325.07/81.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
325.47/81.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.11
325.47/81.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
325.47/81.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
325.47/81.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
325.47/81.68	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
339.03/85.02	c lits-rem:        87  cl-subs:       17  v-elim:      0  v-fix:    0  time: 13.29 s
339.03/85.02	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
339.03/85.03	c vivif2 --  cl tried    50318 cl shrink        0 lits rem          0 time: 0.07
339.43/85.10	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.27
339.43/85.10	c calculated reachability. Time: 0.00
339.43/85.10	c  N dy  2959    537397      2420     10387         0     50318     31590   1615328     45.78   no data  --
352.99/88.55	c  N dy  3085    557558      2420     10387         0     38484     31590    724218     45.81     49.16  --
366.55/91.95	c  N dy  3190    577946      2420     10387         0     58868     31590   2148790     45.81     48.46  --
379.72/95.21	c  N dy  3286    597958      2420     10387         0     45887     31590   1178148     45.79     54.31  --
394.51/98.98	c  N dy  3401    618060      2420     10387         0     65985     31590   2571093     45.81     49.06  --
407.25/102.14	c  N dy  3505    638124      2420     10387         0     52059     31590   1540619     45.80     48.44  --
423.20/106.18	c  N dy  3631    658146      2420     10387         0     37079     31590    431585     45.82     55.55  --
436.37/109.50	c  N dy  3757    678217      2420     10387         0     57146     31590   1831896     45.85     48.57  --
452.72/113.59	c  N dy  3882    698326      2420     10387         0     41257     31590    659225     45.87     48.74  --
467.48/117.23	c  N dy  3994    718439      2420     10387         0     61366     31590   2052821     45.87     49.10  --
483.02/121.20	c  N dy  4119    738562      2420     10387         0     44489     31590    836298     45.89     49.77  --
497.78/124.87	c  N dy  4233    758626      2420     10387         0     64550     31590   2237538     45.90     49.29  --
513.39/128.76	c  N dy  4340    778673      2420     10387         0     46607     31590    899580     45.89     49.31  --
528.50/132.50	c  N dy  4424    798674      2420     10387         0     66598     31590   2324637     45.85     48.62  --
535.33/134.24	c  S st  4469    806096      2420     10387         0     74017     31590   2847888     45.86   no data  --
536.07/134.40	c  S st  4469    806598      2420     10387         0     74519     31590   2879803     45.86   no data  --
536.07/134.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
536.07/134.40	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
536.07/134.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
536.48/134.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
536.48/134.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
536.48/134.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
536.48/134.56	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
572.39/143.57	c lits-rem:        56  cl-subs:       28  v-elim:      0  v-fix:    0  time: 35.88 s
572.39/143.57	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
572.79/143.60	c vivif2 --  cl tried    74491 cl shrink        0 lits rem          0 time: 0.13
573.19/143.72	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.46
573.19/143.72	c calculated reachability. Time: 0.00
573.19/143.72	c  N dy  4469    806598      2420     10387         0     74491     31590   2876509     45.86   no data  --
588.33/147.50	c  N dy  4602    826765      2420     10387         0     55665     31590   1489677     45.89     49.29  --
605.89/151.91	c  N dy  4725    846842      2420     10387         0     75734     31590   2890392     45.91     49.19  --
620.25/155.56	c  N dy  4842    866876      2420     10387         0     55775     31590   1425540     45.92     48.54  --
637.80/159.94	c  N dy  4963    886940      2420     10387         0     75831     31590   2850693     45.96     49.24  --
653.39/163.84	c  N dy  5077    907116      2420     10387         0     55013     31590   1303648     45.96     49.46  --
670.51/168.16	c  N dy  5200    927125      2420     10387         0     75020     31590   2708205     45.98     49.03  --
687.26/172.32	c  N dy  5314    947297      2420     10387         0     53197     31590   1123585     45.99     49.11  --
704.02/176.54	c  N dy  5431    967457      2420     10387         0     73351     31590   2545222     46.01     48.90  --
722.77/181.22	c  N dy  5551    988608      2420     10387         0     51506     31590    940114     46.02     49.36  --
738.71/185.29	c  N dy  5671   1008624      2420     10387         0     71516     31590   2347516     46.04     49.14  --
758.27/190.12	c  N dy  5778   1028694      2420     10387         0     47596     31590    595965     46.04     48.53  --
773.02/193.89	c  N dy  5897   1048797      2420     10387         0     67691     31590   1999374     46.06     48.82  --
793.38/198.90	c  N dy  6007   1068906      2420     10387         0     87792     31590   3422710     46.06     49.02  --
796.56/199.72	c  F st  6029   1071875      2420     10387         0     45773     31590    400825     46.06   no data  --
808.92/202.81	c  N dy  6108   1089144      2420     10387         0     63037     31590   1639198     46.08     48.72  --
827.68/207.57	c  N dy  6228   1109249      2420     10387         0     83136     31590   3071878     46.10     48.74  --
845.63/212.03	c  N dy  6348   1129347      2420     10387         0     57244     31590   1145035     46.12     50.39  --
864.00/216.62	c  N dy  6465   1149432      2420     10387         0     77322     31590   2543595     46.13     48.57  --
885.95/222.17	c  N dy  6593   1169454      2420     10387         0     50356     31590    595959     46.14     48.96  --
902.66/226.39	c  N dy  6698   1189487      2420     10387         0     70379     31590   2008659     46.15     48.74  --
925.00/231.99	c  N dy  6839   1209881      2420     10387         0     90770     31590   3444618     46.18     49.88  --
925.43/232.01	c  S st  6840   1209897      2420     10387         0     90786     31590   3445781     46.18   no data  --
926.19/232.22	c  S st  6840   1210402      2420     10387         0     91291     31590   3472244     46.18   no data  --
926.19/232.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
926.19/232.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
926.19/232.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.22
926.99/232.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
926.99/232.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
926.99/232.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
926.99/232.42	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1142.78/286.51	c lits-rem:         5  cl-subs:       29  v-elim:      0  v-fix:    0  time: 215.41 s
1142.78/286.51	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
1142.78/286.55	c vivif2 --  cl tried    91262 cl shrink        0 lits rem          0 time: 0.16
1143.18/286.69	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.57
1143.58/286.70	c calculated reachability. Time: 0.00
1143.58/286.70	c  N dy  6840   1210402      2420     10387         0     91262     31590   3469054     46.18   no data  --
1160.73/291.06	c  N dy  6964   1230769      2420     10387         0     63634     31590   1457492     46.19     48.67  --
1179.90/295.85	c  N dy  7081   1250819      2420     10387         0     83681     31590   2873597     46.19     49.30  --
1200.22/300.98	c  N dy  7181   1270841      2420     10387         0     54715     31590    772384     46.19     48.83  --
1217.77/305.31	c  N dy  7306   1290965      2420     10387         0     74837     31590   2184920     46.21     49.05  --
1239.31/310.73	c  N dy  7409   1311045      2420     10387         0     94911     31590   3581804     46.21     49.25  --
1257.25/315.23	c  N dy  7537   1331048      2420     10387         0     64918     31590   1423139     46.22     56.70  --
1276.44/320.08	c  N dy  7652   1351126      2420     10387         0     84992     31590   2833599     46.22     52.22  --
1299.53/325.85	c  N dy  7775   1371623      2420     10387         0     54500     31590    628792     46.23     48.77  --
1316.33/330.06	c  N dy  7895   1391644      2420     10387         0     74517     31590   2041063     46.24     48.74  --
1338.27/335.56	c  N dy  8008   1411703      2420     10387         0     94568     31590   3445564     46.25     52.80  --
1358.57/340.60	c  N dy  8127   1431786      2420     10387         0     62662     31590   1138803     46.26     49.23  --
1377.35/345.33	c  N dy  8247   1451881      2420     10387         0     82748     31590   2558643     46.27     48.79  --
1400.85/351.29	c  N dy  8364   1471891      2420     10387         0    102752     31590   3963589     46.28     48.78  --
1419.20/355.81	c  N dy  8479   1492275      2420     10387         0     70137     31590   1605814     46.28     48.86  --
1439.94/361.06	c  N dy  8589   1512360      2420     10387         0     90216     31590   3014195     46.29     50.16  --
1465.11/367.35	c  N dy  8709   1533140      2420     10387         0     57005     31590    624870     46.29     49.17  --
1482.22/371.65	c  N dy  8820   1553171      2420     10387         0     77032     31590   2038823     46.29     56.56  --
1504.16/377.19	c  N dy  8945   1573270      2420     10387         0     97127     31590   3452625     46.30     49.07  --
1527.29/382.98	c  N dy  9072   1593321      2420     10387         0     62187     31590    911527     46.31     49.19  --
1546.44/387.71	c  N dy  9201   1613441      2420     10387         0     82305     31590   2334216     46.32     48.99  --
1569.98/393.67	c  N dy  9327   1633477      2420     10387         0    102330     31590   3735169     46.33     51.20  --
1591.91/399.11	c  N dy  9450   1653538      2420     10387         0     66394     31590   1153947     46.34     49.18  --
1611.86/404.11	c  N dy  9569   1673571      2420     10387         0     86418     31590   2582095     46.36     50.67  --
1637.37/410.59	c  N dy  9675   1693717      2420     10387         0    106560     31590   4000861     46.35     48.98  --
1656.53/415.31	c  S st  9776   1710403      2420     10387         0     66265     31590   1074365     46.36   no data  --
1656.93/415.45	c  S st  9776   1710904      2420     10387         0     66766     31590   1104441     46.36   no data  --
1656.93/415.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1656.93/415.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1657.33/415.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
1657.33/415.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1657.33/415.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1657.33/415.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
1657.33/415.54	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1668.49/418.37	c lits-rem:        56  cl-subs:        9  v-elim:      0  v-fix:    0  time: 11.27 s
1668.49/418.37	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
1668.49/418.39	c vivif2 --  cl tried    66757 cl shrink        0 lits rem          0 time: 0.06
1668.89/418.48	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.38
1668.89/418.49	c calculated reachability. Time: 0.00
1668.89/418.49	c  N dy  9776   1710904      2420     10387         0     66757     31590   1103286     46.36   no data  --
1690.03/423.78	c  N dy  9914   1730968      2420     10387         0     86816     31590   2526949     46.38     48.95  --
1715.60/430.19	c  N dy 10029   1751009      2420     10387         0    106853     31590   3940861     46.39     51.26  --
1738.69/435.91	c  N dy 10139   1771056      2420     10387         0     68917     31590   1204715     46.39     48.93  --
1760.22/441.33	c  N dy 10276   1791090      2420     10387         0     88947     31590   2624398     46.41     49.15  --
1787.34/448.16	c  N dy 10389   1812014      2420     10387         0    109862     31590   4120815     46.40     49.85  --
1810.49/453.98	c  N dy 10526   1832062      2420     10387         0     70921     31590   1286003     46.42     55.36  --
1832.02/459.31	c  N dy 10642   1852077      2420     10387         0     90920     31590   2693711     46.42     49.56  --
1857.94/465.88	c  N dy 10756   1872078      2420     10387         0    110912     31590   4098755     46.43     49.49  --
1881.08/471.69	c  N dy 10863   1892188      2420     10387         0     71049     31590   1226003     46.43     49.32  --
1903.01/477.14	c  N dy 10990   1912320      2420     10387         0     91177     31590   2647520     46.44     48.94  --
1930.16/483.92	c  N dy 11111   1932357      2420     10387         0    111208     31590   4059103     46.46     49.82  --
1954.86/490.12	c  N dy 11228   1952377      2420     10387         0     70243     31590   1102901     46.47     49.84  --
1975.20/495.25	c  N dy 11354   1972507      2420     10387         0     90364     31590   2514946     46.48     49.50  --
2001.13/501.77	c  N dy 11486   1992594      2420     10387         0    110447     31590   3937050     46.49     49.24  --
2027.85/508.41	c  N dy 11615   2012829      2420     10387         0     68689     31590    918802     46.50     49.11  --
2048.20/513.54	c  N dy 11748   2032913      2420     10387         0     88765     31590   2334182     46.51     49.15  --
2074.13/520.02	c  N dy 11871   2052981      2420     10387         0    108827     31590   3761374     46.53     50.10  --
2102.84/527.20	c  N dy 11997   2073536      2420     10387         0     66396     31590    704643     46.54     49.81  --
2122.39/532.11	c  N dy 12109   2093932      2420     10387         0     86785     31590   2140696     46.54     49.27  --
2147.12/538.36	c  N dy 12235   2114216      2420     10387         0    107064     31590   3572209     46.55     49.28  --
2176.63/545.71	c  N dy 12344   2134260      2420     10387         0    127104     31590   5002382     46.55     66.53  --
2196.18/550.68	c  N dy 12475   2154310      2420     10387         0     83169     31590   1828110     46.57     57.21  --
2220.16/556.63	c  N dy 12592   2174391      2420     10387         0    103243     31590   3237995     46.57     50.51  --
2248.84/563.88	c  N dy 12709   2194405      2420     10387         0    123252     31590   4658967     46.58     49.19  --
2268.78/568.85	c  S st 12816   2210904      2420     10387         0     74757     31590   1158357     46.58     45.44  --
2269.58/569.01	c  S st 12816   2211406      2420     10387         0     75259     31590   1187136     46.58   no data  --
2269.58/569.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2269.58/569.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2269.58/569.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.16
2269.98/569.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2269.98/569.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2269.98/569.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
2269.98/569.10	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2283.53/572.52	c lits-rem:       129  cl-subs:        6  v-elim:      0  v-fix:    0  time: 13.60 s
2283.53/572.52	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
2283.53/572.53	c vivif2 --  cl tried    75253 cl shrink        0 lits rem          0 time: 0.06
2283.93/572.64	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.41
2283.93/572.64	c calculated reachability. Time: 0.00
2283.93/572.64	c  N dy 12816   2211406      2420     10387         0     75253     31590   1186362     46.58   no data  --
2305.87/578.14	c  N dy 12950   2231584      2420     10387         0     95426     31590   2612762     46.59     50.23  --
2332.60/584.82	c  N dy 13079   2251657      2420     10387         0    115497     31590   4048080     46.60     60.20  --
2361.32/592.06	c  N dy 13207   2271728      2420     10387         0     69578     31590    734458     46.62     53.92  --
2381.67/597.13	c  N dy 13337   2291866      2420     10387         0     89710     31590   2160614     46.63     49.16  --
2406.79/603.45	c  N dy 13454   2311910      2420     10387         0    109749     31590   3575861     46.63     49.49  --
2437.10/611.03	c  N dy 13565   2331937      2420     10387         0    129774     31590   4983972     46.63     49.43  --
2459.44/616.63	c  N dy 13690   2351939      2420     10387         0     82789     31590   1597736     46.64     49.15  --
2483.01/622.60	c  N dy 13802   2372247      2420     10387         0    103088     31590   3017775     46.64     49.44  --
2514.14/630.35	c  N dy 13918   2393585      2420     10387         0    124417     31590   4521706     46.64     49.17  --
2541.20/637.14	c  N dy 14035   2413624      2420     10387         0     76472     31590   1089070     46.64     49.14  --
2563.54/642.71	c  N dy 14151   2433629      2420     10387         0     96472     31590   2495747     46.64     60.57  --
2590.67/649.58	c  N dy 14247   2453674      2420     10387         0    116516     31590   3892081     46.64     49.59  --
2624.56/658.01	c  N dy 14364   2473902      2420     10387         0    136738     31590   5321118     46.64     49.41  --
2646.10/663.48	c  N dy 14485   2494002      2420     10387         0     87852     31590   1829394     46.65     49.66  --
2672.08/669.96	c  N dy 14596   2514009      2420     10387         0    107850     31590   3242368     46.66     49.96  --
2702.37/677.52	c  N dy 14693   2534104      2420     10387         0    127941     31590   4686558     46.66     49.76  --
2731.86/684.99	c  N dy 14817   2554161      2420     10387         0     78009     31590   1064796     46.66     49.36  --
2755.78/691.00	c  N dy 14935   2574204      2420     10387         0     98048     31590   2488974     46.67     53.10  --
2784.51/698.19	c  N dy 15056   2594264      2420     10387         0    118103     31590   3900404     46.67     57.32  --
2819.20/706.87	c  N dy 15185   2614594      2420     10387         0    138425     31590   5348080     46.69     49.78  --
2843.52/712.96	c  N dy 15317   2634697      2420     10387         0     87542     31590   1674721     46.69     49.82  --
2870.25/719.66	c  N dy 15426   2655275      2420     10387         0    108114     31590   3130254     46.70     49.68  --
2900.96/727.31	c  N dy 15567   2675329      2420     10387         0    128164     31590   4572352     46.72     49.88  --
2933.28/735.41	c  N dy 15692   2695384      2420     10387         0     76232     31590    805039     46.72     52.03  --
2950.03/739.65	c  S st 15800   2711410      2420     10387         0     92257     31590   1944084     46.73     48.06  --
2950.83/739.85	c  S st 15800   2711912      2420     10387         0     92759     31590   1973942     46.73   no data  --
2950.83/739.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2950.83/739.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2951.23/739.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.21
2951.23/739.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2951.23/739.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2951.23/739.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
2951.23/739.98	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2982.75/747.84	c lits-rem:        47  cl-subs:       11  v-elim:      0  v-fix:    0  time: 31.30 s
2982.75/747.84	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
2982.75/747.86	c vivif2 --  cl tried    92748 cl shrink        0 lits rem          0 time: 0.10
2983.59/748.01	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.59
2983.59/748.02	c calculated reachability. Time: 0.00
2983.59/748.02	c  N dy 15800   2711912      2420     10387         0     92748     31590   1972335     46.73   no data  --
3008.67/754.38	c  N dy 15904   2732042      2420     10387         0    112877     31590   3396601     46.73     50.37  --
3039.78/762.16	c  N dy 16033   2752152      2420     10387         0    132981     31590   4831210     46.74     49.25  --
3069.29/769.59	c  N dy 16158   2772554      2420     10387         0     80394     31590   1040320     46.75     49.82  --
3092.03/775.22	c  N dy 16274   2792560      2420     10387         0    100392     31590   2475245     46.76     49.60  --
3119.95/782.27	c  N dy 16408   2812597      2420     10387         0    120418     31590   3896531     46.77     49.55  --
3153.06/790.57	c  N dy 16520   2832949      2420     10387         0    140764     31590   5323905     46.77     49.37  --
3179.38/797.14	c  N dy 16645   2853000      2420     10387         0     86835     31590   1442487     46.77     52.67  --
3203.30/803.19	c  N dy 16768   2873035      2420     10387         0    106865     31590   2874359     46.78     49.34  --
3232.84/810.57	c  N dy 16891   2893129      2420     10387         0    126957     31590   4304388     46.79     50.59  --
3267.94/819.31	c  N dy 17008   2913155      2420     10387         0    146978     31590   5722363     46.79     49.56  --
3291.46/825.28	c  N dy 17130   2933183      2420     10387         0     92020     31590   1745991     46.80     50.43  --
3317.78/831.81	c  N dy 17256   2953394      2420     10387         0    112227     31590   3172589     46.80     49.46  --
3348.90/839.62	c  N dy 17381   2973426      2420     10387         0    132250     31590   4601876     46.81     55.67  --
3384.00/848.49	c  N dy 17483   2993490      2420     10387         0     76329     31590    561405     46.81     49.50  --
3405.14/853.71	c  N dy 17585   3013538      2420     10387         0     96372     31590   1990683     46.81     49.31  --
3431.86/860.41	c  N dy 17713   3033577      2420     10387         0    116411     31590   3407089     46.82     49.88  --
3464.98/868.74	c  N dy 17839   3053601      2420     10387         0    136432     31590   4829133     46.82     51.83  --
3502.06/878.03	c  N dy 17980   3073641      2420     10387         0     79481     31590    725414     46.84     55.79  --
3524.80/883.78	c  N dy 18100   3093806      2420     10387         0     99638     31590   2159411     46.84     49.60  --
3553.55/890.93	c  N dy 18223   3113841      2420     10387         0    119667     31590   3593582     46.85     57.92  --
3587.42/899.42	c  N dy 18329   3133869      2420     10387         0    139690     31590   5007967     46.85     50.51  --
3624.90/908.88	c  N dy 18448   3153978      2420     10387         0     81820     31590    833229     46.85     49.51  --
3649.64/915.00	c  N dy 18563   3174056      2420     10387         0    101892     31590   2253914     46.86     55.98  --
3680.35/922.76	c  N dy 18709   3194204      2420     10387         0    122038     31590   3691676     46.87     49.52  --
3711.06/930.48	c  S st 18797   3211912      2420     10387         0    139737     31590   4956876     46.87   no data  --
3712.65/930.80	c  S st 18797   3212418      2420     10387         0    140243     31590   4986530     46.87   no data  --
3712.65/930.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3712.65/930.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3713.05/930.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.37
3713.85/931.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3713.85/931.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3713.85/931.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2420 time:  0.00 s
3713.85/931.11	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4234.72/1061.72	c lits-rem:         9  cl-subs:       75  v-elim:      0  v-fix:    0  time: 520.04 s
4234.72/1061.72	c vivif2 --  cl tried    10387 cl shrink        0 lits rem          0 time: 0.00
4234.72/1061.79	c vivif2 --  cl tried   140168 cl shrink        0 lits rem          0 time: 0.25
4235.92/1062.03	c asymm  cl-useful: 0/10387/10387 lits-rem:0 time: 0.97
4235.92/1062.03	c calculated reachability. Time: 0.00
4235.92/1062.03	c  N dy 18797   3212418      2420     10387         0    140168     31590   4977833     46.87   no data  --
4273.05/1071.34	c  N dy 18927   3232426      2420     10387         0     81186     31590    715481     46.87     53.37  --
4296.55/1077.27	c  N dy 19050   3252498      2420     10387         0    101254     31590   2145493     46.88     50.52  --
4325.26/1084.48	c  N dy 19166   3272546      2420     10387         0    121297     31590   3571799     46.88     50.55  --
4359.96/1093.10	c  N dy 19301   3292574      2420     10387         0    141325     31590   4999643     46.89     51.13  --
4397.45/1102.57	c  N dy 19421   3312673      2420     10387         0     81438     31590    664569     46.90     49.77  --
4420.58/1108.39	c  N dy 19535   3332948      2420     10387         0    101706     31590   2096828     46.90     49.37  --
4450.50/1115.80	c  N dy 19650   3352998      2420     10387         0    121753     31590   3517931     46.90     49.46  --
4485.59/1124.65	c  N dy 19789   3373132      2420     10387         0    141882     31590   4951396     46.91     49.39  --
4526.68/1134.96	c  N dy 19917   3393513      2420     10387         0     81278     31590    591418     46.92     49.62  --
4551.00/1141.00	c  N dy 20030   3413831      2420     10387         0    101591     31590   2035919     46.92     49.75  --
4580.15/1148.36	c  N dy 20154   3433838      2420     10387         0    121594     31590   3451537     46.92     56.98  --
4615.25/1157.16	c  N dy 20285   3454041      2420     10387         0    141793     31590   4885519     46.93     49.64  --
4655.15/1167.18	c  N dy 20404   3474060      2420     10387         0    161803     31590   6310166     46.94     60.29  --
4682.21/1173.90	c  N dy 20541   3494438      2420     10387         0    100201     31590   1887072     46.95     49.61  --
4710.94/1181.10	c  N dy 20668   3514456      2420     10387         0    120211     31590   3318301     46.96     49.82  --
4745.63/1189.83	c  N dy 20798   3534532      2420     10387         0    140281     31590   4746961     46.96     49.86  --
4785.52/1199.85	c  N dy 20914   3554594      2420     10387         0    160338     31590   6168139     46.97     50.45  --

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: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 3.70 4.36 5.86 2/344 15311
/proc/meminfo: memFree=25820316/32951124 swapFree=40554400/67111528
[pid=15311] ppid=15309 vsize=274988 CPUtime=0.01 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 1568 0 0 0 1 0 0 0 22 0 4 0 651213873 281587712 1378 33554432000 4194304 4650419 140736735266992 18446744073709551615 230809270815 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15311/statm: 68747 1379 343 112 0 63712 0
[pid=15311/tid=15312] ppid=15309 vsize=275412 CPUtime=0 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 483 0 0 0 0 0 0 0 23 0 4 0 651213873 282021888 1720 33554432000 4194304 4650419 140736735266992 18446744073709551615 230809190295 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=275412 CPUtime=0 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 464 0 0 0 0 0 0 0 23 0 4 0 651213873 282021888 1721 33554432000 4194304 4650419 140736735266992 18446744073709551615 230809270815 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=275412 CPUtime=0 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 85 0 0 0 0 0 0 0 23 0 4 0 651213873 282021888 1722 33554432000 4194304 4650419 140736735266992 18446744073709551615 230809270766 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.0952601 s]
/proc/loadavg: 3.70 4.36 5.86 2/344 15311
/proc/meminfo: memFree=25820316/32951124 swapFree=40554400/67111528
[pid=15311] ppid=15309 vsize=287260 CPUtime=0.34 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 4259 0 0 0 34 0 0 0 22 0 4 0 651213873 294154240 3880 33554432000 4194304 4650419 140736735266992 18446744073709551615 4315210 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15311/statm: 71815 3881 390 112 0 66780 0
[pid=15311/tid=15312] ppid=15309 vsize=287260 CPUtime=0.08 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 1085 0 0 0 8 0 0 0 23 0 4 0 651213873 294154240 3881 33554432000 4194304 4650419 140736735266992 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=287260 CPUtime=0.08 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 1108 0 0 0 8 0 0 0 23 0 4 0 651213873 294154240 3881 33554432000 4194304 4650419 140736735266992 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=287260 CPUtime=0.08 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 551 0 0 0 8 0 0 0 18 0 4 0 651213873 294154240 3881 33554432000 4194304 4650419 140736735266992 18446744073709551615 4333702 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 287260

[startup+0.101236 s]
/proc/loadavg: 3.70 4.36 5.86 2/344 15311
/proc/meminfo: memFree=25820316/32951124 swapFree=40554400/67111528
[pid=15311] ppid=15309 vsize=287260 CPUtime=0.36 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 4290 0 0 0 36 0 0 0 22 0 4 0 651213873 294154240 3911 33554432000 4194304 4650419 140736735266992 18446744073709551615 4363506 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15311/statm: 71815 3911 390 112 0 66780 0
[pid=15311/tid=15312] ppid=15309 vsize=287260 CPUtime=0.09 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 1092 0 0 0 9 0 0 0 23 0 4 0 651213873 294154240 3911 33554432000 4194304 4650419 140736735266992 18446744073709551615 4363534 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=287260 CPUtime=0.09 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 1115 0 0 0 9 0 0 0 23 0 4 0 651213873 294154240 3911 33554432000 4194304 4650419 140736735266992 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=287260 CPUtime=0.08 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 559 0 0 0 8 0 0 0 18 0 4 0 651213873 294154240 3911 33554432000 4194304 4650419 140736735266992 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 287260

[startup+0.300201 s]
/proc/loadavg: 3.70 4.36 5.86 2/344 15311
/proc/meminfo: memFree=25820316/32951124 swapFree=40554400/67111528
[pid=15311] ppid=15309 vsize=287260 CPUtime=1.16 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 5312 0 0 0 116 0 0 0 22 0 4 0 651213873 294154240 4933 33554432000 4194304 4650419 140736735266992 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15311/statm: 71815 4933 390 112 0 66780 0
[pid=15311/tid=15312] ppid=15309 vsize=287260 CPUtime=0.29 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 1331 0 0 0 29 0 0 0 23 0 4 0 651213873 294154240 4933 33554432000 4194304 4650419 140736735266992 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=287260 CPUtime=0.29 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 1391 0 0 0 29 0 0 0 24 0 4 0 651213873 294154240 4933 33554432000 4194304 4650419 140736735266992 18446744073709551615 4328338 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=287260 CPUtime=0.28 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 833 0 0 0 28 0 0 0 18 0 4 0 651213873 294154240 4933 33554432000 4194304 4650419 140736735266992 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 287260

[startup+0.70113 s]
/proc/loadavg: 3.70 4.36 5.86 2/344 15311
/proc/meminfo: memFree=25820316/32951124 swapFree=40554400/67111528
[pid=15311] ppid=15309 vsize=289336 CPUtime=2.76 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 7916 0 0 0 275 1 0 0 25 0 4 0 651213873 296280064 5806 33554432000 4194304 4650419 140736735266992 18446744073709551615 4333632 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15311/statm: 72334 5806 392 112 0 67299 0
[pid=15311/tid=15312] ppid=15309 vsize=289336 CPUtime=0.69 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 1951 0 0 0 69 0 0 0 25 0 4 0 651213873 296280064 5806 33554432000 4194304 4650419 140736735266992 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=289336 CPUtime=0.68 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 2058 0 0 0 68 0 0 0 25 0 4 0 651213873 296280064 5806 33554432000 4194304 4650419 140736735266992 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=289336 CPUtime=0.68 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 1539 0 0 0 68 0 0 0 18 0 4 0 651213873 296280064 5806 33554432000 4194304 4650419 140736735266992 18446744073709551615 4333678 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 289336

[startup+1.50098 s]
/proc/loadavg: 3.70 4.36 5.86 12/354 15324
/proc/meminfo: memFree=25690756/32951124 swapFree=40554400/67111528
[pid=15311] ppid=15309 vsize=290424 CPUtime=5.95 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 12926 0 0 0 593 2 0 0 25 0 4 0 651213873 297394176 5915 33554432000 4194304 4650419 140736735266992 18446744073709551615 4303940 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15311/statm: 72606 5915 392 112 0 67571 0
[pid=15311/tid=15312] ppid=15309 vsize=290424 CPUtime=1.48 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 3228 0 0 0 148 0 0 0 25 0 4 0 651213873 297394176 5915 33554432000 4194304 4650419 140736735266992 18446744073709551615 4330369 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=290424 CPUtime=1.48 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 3303 0 0 0 148 0 0 0 25 0 4 0 651213873 297394176 5915 33554432000 4194304 4650419 140736735266992 18446744073709551615 4229514 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=290424 CPUtime=1.48 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 2818 0 0 0 148 0 0 0 20 0 4 0 651213873 297394176 5915 33554432000 4194304 4650419 140736735266992 18446744073709551615 4328289 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 290424

[startup+3.10069 s]
/proc/loadavg: 3.70 4.36 5.86 9/354 15324
/proc/meminfo: memFree=25670424/32951124 swapFree=40554400/67111528
[pid=15311] ppid=15309 vsize=291300 CPUtime=12.34 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 23494 0 0 0 1230 4 0 0 25 0 4 0 651213873 298291200 10733 33554432000 4194304 4650419 140736735266992 18446744073709551615 4438661 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15311/statm: 72825 10733 394 112 0 67790 0
[pid=15311/tid=15312] ppid=15309 vsize=291300 CPUtime=3.08 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 6384 0 0 0 308 0 0 0 25 0 4 0 651213873 298291200 10733 33554432000 4194304 4650419 140736735266992 18446744073709551615 4439636 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=291300 CPUtime=3.08 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 5290 0 0 0 307 1 0 0 25 0 4 0 651213873 298291200 10733 33554432000 4194304 4650419 140736735266992 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=291300 CPUtime=3.08 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 4867 0 0 0 307 1 0 0 25 0 4 0 651213873 298291200 10733 33554432000 4194304 4650419 140736735266992 18446744073709551615 4333771 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 291300

[startup+6.30111 s]
/proc/loadavg: 4.04 4.42 5.87 9/354 15324
/proc/meminfo: memFree=25586964/32951124 swapFree=40554400/67111528
[pid=15311] ppid=15309 vsize=316664 CPUtime=25.1 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 43707 0 0 0 2502 8 0 0 25 0 4 0 651213873 324263936 22949 33554432000 4194304 4650419 140736735266992 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15311/statm: 79166 22949 394 112 0 74131 0
[pid=15311/tid=15312] ppid=15309 vsize=316664 CPUtime=6.28 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 12995 0 0 0 627 1 0 0 25 0 4 0 651213873 324263936 22949 33554432000 4194304 4650419 140736735266992 18446744073709551615 4439641 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=316664 CPUtime=6.28 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 9181 0 0 0 627 1 0 0 25 0 4 0 651213873 324263936 22949 33554432000 4194304 4650419 140736735266992 18446744073709551615 4439344 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=316664 CPUtime=6.28 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 11333 0 0 0 626 2 0 0 25 0 4 0 651213873 324263936 22949 33554432000 4194304 4650419 140736735266992 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 316664

[startup+12.7009 s]
/proc/loadavg: 4.36 4.47 5.88 9/354 15325
/proc/meminfo: memFree=25362068/32951124 swapFree=40554400/67111528
[pid=15311] ppid=15309 vsize=299516 CPUtime=50.63 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 65263 0 0 0 5050 13 0 0 25 0 4 0 651213873 306704384 33373 33554432000 4194304 4650419 140736735266992 18446744073709551615 4438643 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15311/statm: 74879 33373 394 112 0 69844 0
[pid=15311/tid=15312] ppid=15309 vsize=299516 CPUtime=12.69 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 15834 0 0 0 1267 2 0 0 25 0 4 0 651213873 306704384 33373 33554432000 4194304 4650419 140736735266992 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=299516 CPUtime=12.68 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 15226 0 0 0 1265 3 0 0 25 0 4 0 651213873 306704384 33373 33554432000 4194304 4650419 140736735266992 18446744073709551615 4438893 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=299516 CPUtime=12.68 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 16906 0 0 0 1264 4 0 0 25 0 4 0 651213873 306704384 33373 33554432000 4194304 4650419 140736735266992 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 299516

[startup+25.5006 s]
/proc/loadavg: 5.25 4.66 5.92 9/354 15325
/proc/meminfo: memFree=25230608/32951124 swapFree=40554400/67111528
[pid=15311] ppid=15309 vsize=311516 CPUtime=101.69 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 94870 0 0 0 10149 20 0 0 25 0 4 0 651213873 318992384 38852 33554432000 4194304 4650419 140736735266992 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15311/statm: 77879 38852 394 112 0 72844 0
[pid=15311/tid=15312] ppid=15309 vsize=311516 CPUtime=25.48 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 24822 0 0 0 2545 3 0 0 25 0 4 0 651213873 318992384 38852 33554432000 4194304 4650419 140736735266992 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=311516 CPUtime=25.48 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 20504 0 0 0 2544 4 0 0 25 0 4 0 651213873 318992384 38852 33554432000 4194304 4650419 140736735266992 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=311516 CPUtime=25.48 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 22934 0 0 0 2542 6 0 0 25 0 4 0 651213873 318992384 38852 33554432000 4194304 4650419 140736735266992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 311516

[startup+51.1009 s]
/proc/loadavg: 6.26 4.95 5.98 9/354 15326
/proc/meminfo: memFree=25079148/32951124 swapFree=40554400/67111528
[pid=15311] ppid=15309 vsize=352228 CPUtime=203.81 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 158079 0 0 0 20343 38 0 0 25 0 4 0 651213873 360681472 50713 33554432000 4194304 4650419 140736735266992 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15311/statm: 88057 50713 394 112 0 83022 0
[pid=15311/tid=15312] ppid=15309 vsize=352228 CPUtime=51.08 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 41284 0 0 0 5100 8 0 0 25 0 4 0 651213873 360681472 50713 33554432000 4194304 4650419 140736735266992 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=352228 CPUtime=51.08 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 36738 0 0 0 5099 9 0 0 25 0 4 0 651213873 360681472 50713 33554432000 4194304 4650419 140736735266992 18446744073709551615 4333980 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=352228 CPUtime=51.08 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 37809 0 0 0 5098 10 0 0 25 0 4 0 651213873 360681472 50713 33554432000 4194304 4650419 140736735266992 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 352228

[startup+102.313 s]
/proc/loadavg: 7.38 5.45 6.09 9/354 15329
/proc/meminfo: memFree=24966756/32951124 swapFree=40554400/67111528
[pid=15311] ppid=15309 vsize=369156 CPUtime=408.08 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 250131 0 0 0 40742 66 0 0 25 0 4 0 651213873 378015744 57018 33554432000 4194304 4650419 140736735266992 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15311/statm: 92289 57018 394 112 0 87254 0
[pid=15311/tid=15312] ppid=15309 vsize=369156 CPUtime=102.3 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 66650 0 0 0 10213 17 0 0 25 0 4 0 651213873 378015744 57018 33554432000 4194304 4650419 140736735266992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=369156 CPUtime=102.3 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 61977 0 0 0 10213 17 0 0 25 0 4 0 651213873 378015744 57018 33554432000 4194304 4650419 140736735266992 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=369156 CPUtime=102.29 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 64096 0 0 0 10211 18 0 0 25 0 4 0 651213873 378015744 57018 33554432000 4194304 4650419 140736735266992 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.08
Current children cumulated vsize (KiB) 369156

[startup+162.3 s]

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

[pid=15311] ppid=15309 vsize=866708 CPUtime=2801.26 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 1271901 0 0 0 279762 364 0 0 25 0 4 0 651213873 887508992 135426 33554432000 4194304 4650419 140736735266992 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15311/statm: 216677 135426 394 112 0 211642 0
[pid=15311/tid=15312] ppid=15309 vsize=866708 CPUtime=702.3 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 299414 0 0 0 70133 97 0 0 25 0 4 0 651213873 887508992 135426 33554432000 4194304 4650419 140736735266992 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=866708 CPUtime=702.3 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 428539 0 0 0 70128 102 0 0 25 0 4 0 651213873 887508992 135426 33554432000 4194304 4650419 140736735266992 18446744073709551615 4367245 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=866708 CPUtime=702.3 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 287878 0 0 0 70137 93 0 0 25 0 4 0 651213873 887508992 135426 33554432000 4194304 4650419 140736735266992 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2801.26
Current children cumulated vsize (KiB) 866708

[startup+762.314 s]
/proc/loadavg: 8.20 7.86 7.13 9/354 15348
/proc/meminfo: memFree=24318360/32951124 swapFree=40554400/67111528
[pid=15311] ppid=15309 vsize=856976 CPUtime=3040.62 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 1385275 0 0 0 303667 395 0 0 25 0 4 0 651213873 877543424 131390 33554432000 4194304 4650419 140736735266992 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15311/statm: 214244 131390 394 112 0 209209 0
[pid=15311/tid=15312] ppid=15309 vsize=856976 CPUtime=762.31 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 379908 0 0 0 76119 112 0 0 25 0 4 0 651213873 877543424 131390 33554432000 4194304 4650419 140736735266992 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=856976 CPUtime=762.31 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 438324 0 0 0 76124 107 0 0 25 0 4 0 651213873 877543424 131390 33554432000 4194304 4650419 140736735266992 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=856976 CPUtime=762.31 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 297163 0 0 0 76134 97 0 0 25 0 4 0 651213873 877543424 131390 33554432000 4194304 4650419 140736735266992 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3040.62
Current children cumulated vsize (KiB) 856976

[startup+822.301 s]
/proc/loadavg: 8.21 7.93 7.20 9/354 15349
/proc/meminfo: memFree=24236320/32951124 swapFree=40554400/67111528
[pid=15311] ppid=15309 vsize=714444 CPUtime=3279.9 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 1442098 0 0 0 327572 418 0 0 25 0 4 0 651213873 731590656 127818 33554432000 4194304 4650419 140736735266992 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15311/statm: 178611 127818 394 112 0 173576 0
[pid=15311/tid=15312] ppid=15309 vsize=714444 CPUtime=822.31 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 395989 0 0 0 82112 119 0 0 25 0 4 0 651213873 731590656 127818 33554432000 4194304 4650419 140736735266992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=714444 CPUtime=822.29 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 452409 0 0 0 82117 112 0 0 25 0 4 0 651213873 731590656 127818 33554432000 4194304 4650419 140736735266992 18446744073709551615 4363582 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=714444 CPUtime=822.3 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 309158 0 0 0 82128 102 0 0 25 0 4 0 651213873 731590656 127818 33554432000 4194304 4650419 140736735266992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3279.9
Current children cumulated vsize (KiB) 714444

[startup+882.301 s]
/proc/loadavg: 8.13 7.96 7.25 9/354 15351
/proc/meminfo: memFree=24184916/32951124 swapFree=40554400/67111528
[pid=15311] ppid=15309 vsize=706312 CPUtime=3519.21 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 1489198 0 0 0 351479 442 0 0 25 0 4 0 651213873 723263488 122737 33554432000 4194304 4650419 140736735266992 18446744073709551615 4520289 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15311/statm: 176578 122737 394 112 0 171543 0
[pid=15311/tid=15312] ppid=15309 vsize=706312 CPUtime=882.31 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 410302 0 0 0 88104 127 0 0 25 0 4 0 651213873 723263488 122737 33554432000 4194304 4650419 140736735266992 18446744073709551615 4334468 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=706312 CPUtime=882.3 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 460440 0 0 0 88115 115 0 0 25 0 4 0 651213873 723263488 122737 33554432000 4194304 4650419 140736735266992 18446744073709551615 4476207 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=706312 CPUtime=882.3 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 320202 0 0 0 88122 108 0 0 25 0 4 0 651213873 723263488 122737 33554432000 4194304 4650419 140736735266992 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3519.21
Current children cumulated vsize (KiB) 706312

[startup+942.301 s]
/proc/loadavg: 8.05 7.96 7.29 9/354 15352
/proc/meminfo: memFree=24049684/32951124 swapFree=40554400/67111528
[pid=15311] ppid=15309 vsize=918240 CPUtime=3758.52 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 1613955 0 0 0 375380 472 0 0 25 0 4 0 651213873 940277760 157900 33554432000 4194304 4650419 140736735266992 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15311/statm: 229560 157900 394 112 0 224525 0
[pid=15311/tid=15312] ppid=15309 vsize=918240 CPUtime=942.31 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 482976 0 0 0 94092 139 0 0 25 0 4 0 651213873 940277760 157900 33554432000 4194304 4650419 140736735266992 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=918240 CPUtime=942.3 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 477774 0 0 0 94110 120 0 0 25 0 4 0 651213873 940277760 157900 33554432000 4194304 4650419 140736735266992 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=918240 CPUtime=942.3 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 323261 0 0 0 94119 111 0 0 25 0 4 0 651213873 940277760 157900 33554432000 4194304 4650419 140736735266992 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3758.52
Current children cumulated vsize (KiB) 918240

[startup+1002.3 s]
/proc/loadavg: 8.05 7.98 7.34 9/354 15354
/proc/meminfo: memFree=24034616/32951124 swapFree=40554400/67111528
[pid=15311] ppid=15309 vsize=927264 CPUtime=3997.81 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 1830559 0 0 0 399274 507 0 0 25 0 4 0 651213873 949518336 156658 33554432000 4194304 4650419 140736735266992 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15311/statm: 231816 156659 394 112 0 226781 0
[pid=15311/tid=15312] ppid=15309 vsize=927264 CPUtime=1002.31 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 576932 0 0 0 100080 151 0 0 25 0 4 0 651213873 949518336 156659 33554432000 4194304 4650419 140736735266992 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=927264 CPUtime=1002.3 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 489567 0 0 0 100101 129 0 0 25 0 4 0 651213873 949518336 156659 33554432000 4194304 4650419 140736735266992 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=927264 CPUtime=1002.3 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 323261 0 0 0 100119 111 0 0 25 0 4 0 651213873 949518336 156659 33554432000 4194304 4650419 140736735266992 18446744073709551615 4476522 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3997.81
Current children cumulated vsize (KiB) 927264

[startup+1062.3 s]
/proc/loadavg: 8.09 8.00 7.38 9/354 15356
/proc/meminfo: memFree=24024500/32951124 swapFree=40554400/67111528
[pid=15311] ppid=15309 vsize=903388 CPUtime=4237.12 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 2106546 0 0 0 423158 554 0 0 25 0 4 0 651213873 925069312 156256 33554432000 4194304 4650419 140736735266992 18446744073709551615 4363493 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15311/statm: 225847 156269 397 112 0 220812 0
[pid=15311/tid=15312] ppid=15309 vsize=903388 CPUtime=1062.31 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 694162 0 0 0 106063 168 0 0 25 0 4 0 651213873 925069312 156274 33554432000 4194304 4650419 140736735266992 18446744073709551615 230809209191 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=903388 CPUtime=1062.3 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 502230 0 0 0 106094 136 0 0 25 0 4 0 651213873 925069312 156277 33554432000 4194304 4650419 140736735266992 18446744073709551615 4363331 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=903388 CPUtime=1062.31 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 330974 0 0 0 106117 114 0 0 25 0 4 0 651213873 925069312 156278 33554432000 4194304 4650419 140736735266992 18446744073709551615 4329327 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4237.12
Current children cumulated vsize (KiB) 903388

[startup+1122.3 s]
/proc/loadavg: 8.10 8.01 7.42 9/354 15357
/proc/meminfo: memFree=23897228/32951124 swapFree=40554400/67111528
[pid=15311] ppid=15309 vsize=905520 CPUtime=4476.42 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 2218223 0 0 0 447058 584 0 0 25 0 4 0 651213873 927252480 160492 33554432000 4194304 4650419 140736735266992 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15311/statm: 226380 160492 394 112 0 221345 0
[pid=15311/tid=15312] ppid=15309 vsize=905520 CPUtime=1122.32 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 768100 0 0 0 112051 181 0 0 25 0 4 0 651213873 927252480 160492 33554432000 4194304 4650419 140736735266992 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=905520 CPUtime=1122.3 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 514220 0 0 0 112089 141 0 0 25 0 4 0 651213873 927252480 160492 33554432000 4194304 4650419 140736735266992 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=905520 CPUtime=1122.31 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 343787 0 0 0 112112 119 0 0 25 0 4 0 651213873 927252480 160492 33554432000 4194304 4650419 140736735266992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4476.42
Current children cumulated vsize (KiB) 905520

[startup+1182.3 s]
/proc/loadavg: 8.10 8.02 7.46 9/354 15359
/proc/meminfo: memFree=23861700/32951124 swapFree=40554400/67111528
[pid=15311] ppid=15309 vsize=968184 CPUtime=4715.72 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 2256092 0 0 0 470966 606 0 0 25 0 4 0 651213873 991420416 163581 33554432000 4194304 4650419 140736735266992 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15311/statm: 242046 163581 394 112 0 237011 0
[pid=15311/tid=15312] ppid=15309 vsize=968184 CPUtime=1182.32 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 781629 0 0 0 118044 188 0 0 25 0 4 0 651213873 991420416 163581 33554432000 4194304 4650419 140736735266992 18446744073709551615 4229517 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=968184 CPUtime=1182.3 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 514401 0 0 0 118089 141 0 0 25 0 4 0 651213873 991420416 163581 33554432000 4194304 4650419 140736735266992 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=968184 CPUtime=1182.31 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 355333 0 0 0 118104 127 0 0 25 0 4 0 651213873 991420416 163581 33554432000 4194304 4650419 140736735266992 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4715.72
Current children cumulated vsize (KiB) 968184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 8.06 8.02 7.48 9/354 15359
/proc/meminfo: memFree=23932372/32951124 swapFree=40554400/67111528
[pid=15311] ppid=15309 vsize=919220 CPUtime=4800.3 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 2270466 0 0 0 479417 613 0 0 25 0 4 0 651213873 941281280 156827 33554432000 4194304 4650419 140736735266992 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15311/statm: 229805 156827 394 112 0 224770 0
[pid=15311/tid=15312] ppid=15309 vsize=919220 CPUtime=1203.53 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 786938 0 0 0 120163 190 0 0 25 0 4 0 651213873 941281280 156828 33554432000 4194304 4650419 140736735266992 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=919220 CPUtime=1203.51 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 514402 0 0 0 120210 141 0 0 25 0 4 0 651213873 941281280 156828 33554432000 4194304 4650419 140736735266992 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=919220 CPUtime=1203.53 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 360320 0 0 0 120223 130 0 0 25 0 4 0 651213873 941281280 156828 33554432000 4194304 4650419 140736735266992 18446744073709551615 4328348 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 919220

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

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

[startup+1203.5 s]
/proc/loadavg: 8.06 8.02 7.48 9/354 15359
/proc/meminfo: memFree=23932372/32951124 swapFree=40554400/67111528
[pid=15311] ppid=15309 vsize=919220 CPUtime=4800.3 cores=1,3,5,7
/proc/15311/stat : 15311 (strangenight1-m) R 15309 15311 14540 0 -1 4202496 2270466 0 0 0 479417 613 0 0 25 0 4 0 651213873 941281280 156827 33554432000 4194304 4650419 140736735266992 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/15311/statm: 229805 156827 394 112 0 224770 0
[pid=15311/tid=15312] ppid=15309 vsize=919220 CPUtime=1203.53 cores=1,3,5,7
/proc/15311/task/15312/stat : 15312 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 786938 0 0 0 120163 190 0 0 25 0 4 0 651213873 941281280 156828 33554432000 4194304 4650419 140736735266992 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=15311/tid=15313] ppid=15309 vsize=919220 CPUtime=1203.51 cores=1,3,5,7
/proc/15311/task/15313/stat : 15313 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 514402 0 0 0 120210 141 0 0 25 0 4 0 651213873 941281280 156828 33554432000 4194304 4650419 140736735266992 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15311/tid=15314] ppid=15309 vsize=919220 CPUtime=1203.53 cores=1,3,5,7
/proc/15311/task/15314/stat : 15314 (strangenight1-m) R 15309 15311 14540 0 -1 4202560 360320 0 0 0 120223 130 0 0 25 0 4 0 651213873 941281280 156828 33554432000 4194304 4650419 140736735266992 18446744073709551615 4328348 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 919220

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.55
CPU time (s): 4800.36
CPU user time (s): 4794.2
CPU system time (s): 6.16106
CPU usage (%): 398.852
Max. virtual memory (cumulated for all children) (KiB): 980600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.2
system time used= 6.16106
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2270471
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= 673
involuntary context switches= 30525

runsolver used 3.78242 second user time and 10.0665 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-14 20:02:14
IDJOB=3368530
IDBENCH=82539
IDSOLVER=1846
FILE ID=node104/3368530-1305396134
RUNJOBID= node104-1305396134-15298
PBS_JOBID= 13324447
Free space on /tmp= 73396 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v2500-c10500-S1300417189-038-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368530-1305396134/watcher-3368530-1305396134 -o /tmp/evaluation-result-3368530-1305396134/solver-3368530-1305396134 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368530-1305396134.cnf

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

MD5SUM BENCH= 0ed8ade65938c7fcf06ab054c90e3de3
RANDOM SEED=993771410

node104.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.855
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.71
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.855
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.83
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.83
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.855
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25820720 kB
Buffers:        289552 kB
Cached:        2363168 kB
SwapCached:     122128 kB
Active:         913436 kB
Inactive:      5951424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25820720 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:            6264 kB
Writeback:          16 kB
AnonPages:     4102984 kB
Mapped:          10544 kB
Slab:           117264 kB
PageTables:      84644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74813436 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= 73380 MiB
End job on node104 at 2011-05-14 20:22:20