Trace number 3173836

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.09 1201.54

General information on the benchmark

Namerandom/large/
unif-k7-r85-v150-c12750-S511186849-048-UNKNOWN.cnf
MD5SUM6a6ca4aade15f7a3c6a2d058c788d3f5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.20651
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses12750
Sum of the clauses size89250
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 512750

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173836-1304031532.cnf'
0.00/0.00	c -- header says num vars:            150
0.00/0.00	c -- header says num clauses:       12750
1.17/0.31	c -- clauses added:            0 learnts,        12750 normals,            0 xors
1.17/0.31	c -- vars added        150
1.17/0.31	c Parsing time:  0.01 s
1.17/0.31	c  N st     0         0       150     12750         0         0     89250         0   no data   no data
1.17/0.31	c asymm  cl-useful: 0/12750/12750 lits-rem:0 time: 0.29
1.17/0.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.17/0.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.17/0.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.17/0.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.17/0.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1.17/0.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.39/1.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4.39/1.11	c Finding binary XORs  T:     0.00 s  found:       0
4.39/1.11	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
4.39/1.11	c calculated reachability. Time: 0.00
4.39/1.11	c Calc default polars -  time:   0.00 s pos:      71 undec:       2 neg:      77
4.39/1.11	c =========================================================================================
4.39/1.11	c types(t): F = full restart, N = normal restart
4.39/1.11	c types(t): S = simplification begin/end, E = solution found
4.39/1.11	c restart types(rt): st = static, dy = dynamic
4.39/1.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
4.39/1.11	c  B st     0         0       150     12750         0         0     89250         0   no data   no data
4.39/1.11	c  N dy     9      4543       150     12750         0      4329     89250    197261     40.14     42.43
4.39/1.11	c  N dy    18      8613       150     12750         0      5833     89250    232791     39.34     44.10
4.39/1.11	c  N dy    28     13410       150     12750         0      6376     89250    224402     39.26     41.53
4.77/1.25	c  N dy    40     17988       150     12750         0     10762     89250    421374     39.20     41.36
6.76/1.70	c  F st    60     25001       150     12750         0     12124     89250    447318     39.12     36.01
6.76/1.70	c  N st    60     25001       150     12750         0     12124     89250    447318     39.12     36.01
7.56/1.92	c  N dy    66     30001       150     12750         0     10387     89250    334069     39.12   no data
7.56/1.92	c  S st    66     30001       150     12750         0     10387     89250    334069     39.12   no data
7.56/1.97	c  S st    66     30505       150     12750         0     10872     89250    355302     39.12   no data
7.56/1.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.56/1.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
7.56/1.97	c blocked clauses removed:        0 vars:      0 tried:         150 T: 0.00 s
7.56/1.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.56/1.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.56/1.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
7.56/1.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.56/1.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
7.56/1.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.78/2.27	c lits-rem:        81  cl-subs:      465  v-elim:      0  v-fix:    0  time:  0.28 s
10.35/2.65	c asymm  cl-useful: 0/11841/12750 lits-rem:0 time: 0.38
10.35/2.65	c calculated reachability. Time: 0.00
10.35/2.65	c  N dy    66     30505       150     12750         0     10407     89250    330122     39.12   no data
11.56/2.92	c  N dy    79     34587       150     12750         0     14315     89250    504935     39.16     41.28
12.77/3.21	c  N dy    85     38914       150     12750         0     10905     89250    324854     39.08     41.45
13.55/3.50	c  N dy    90     43254       150     12750         0     15081     89250    511637     38.97     41.16
14.75/3.70	c  S st   104     45758       150     12750         0      8896     89250    202233     39.05     37.40
14.75/3.74	c  S st   104     46260       150     12750         0      9386     89250    223302     39.05   no data
14.75/3.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.75/3.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
14.75/3.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.75/3.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.75/3.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.75/3.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
14.75/3.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.75/3.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.75/3.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.15/3.81	c lits-rem:         8  cl-subs:       52  v-elim:      0  v-fix:    0  time:  0.05 s
15.15/3.81	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
15.15/3.81	c vivif2 --  cl tried     9334 cl shrink        0 lits rem          0 time: 0.00
15.15/3.84	c asymm  cl-useful: 0/909/12750 lits-rem:0 time: 0.03
15.15/3.84	c calculated reachability. Time: 0.00
15.15/3.84	c  N dy   104     46260       150     12750         0      9334     89250    220248     39.05   no data
16.35/4.10	c  N dy   112     50531       150     12750         0     13400     89250    400812     39.01     41.08
17.94/4.52	c  N dy   123     56367       150     12750         0     18991     89250    649928     38.96     41.06
19.14/4.84	c  N dy   126     61295       150     12750         0     14126     89250    404223     38.89     41.58
20.34/5.11	c  N dy   133     65382       150     12750         0     18062     89250    580198     38.86     42.67
21.56/5.43	c  S st   142     69390       150     12750         0     11380     89250    251080     38.85     38.77
21.56/5.48	c  S st   142     69894       150     12750         0     11875     89250    272894     38.85   no data
21.56/5.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.56/5.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
21.56/5.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.56/5.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.56/5.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.56/5.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
21.56/5.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21.56/5.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
21.96/5.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.33/5.61	c lits-rem:        82  cl-subs:      110  v-elim:      0  v-fix:    0  time:  0.10 s
22.33/5.61	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
22.33/5.62	c vivif2 --  cl tried    11765 cl shrink        0 lits rem          0 time: 0.00
23.93/6.02	c asymm  cl-useful: 0/11099/12750 lits-rem:0 time: 0.40
23.93/6.02	c calculated reachability. Time: 0.00
23.93/6.02	c  N dy   142     69894       150     12750         0     11765     89250    266766     38.85   no data
25.13/6.32	c  N dy   146     74498       150     12750         0     16167     89250    464232     38.79     41.44
26.74/6.70	c  N dy   156     79264       150     12750         0     20719     89250    666252     38.74     40.90
27.93/7.09	c  N dy   180     84372       150     12750         0     14126     89250    342875     38.81     44.41
29.13/7.30	c  F st   183     87500       150     12750         0     17152     89250    478568     38.77     37.44
29.93/7.56	c  N st   188     90794       150     12750         0     20303     89250    622022     38.77   no data
32.32/8.11	c  N dy   193     97352       150     12750         0     14100     89250    311262     38.73     41.09
34.33/8.70	c  N dy   220    104841       150     12750         0     21274     89250    630979     38.75     38.66
34.33/8.70	c  S st   220    104841       150     12750         0     21274     89250    630979     38.75     38.66
34.74/8.76	c  S st   220    105341       150     12750         0     21765     89250    652910     38.75   no data
34.74/8.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.74/8.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
34.74/8.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.74/8.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.74/8.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.74/8.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
34.74/8.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
34.74/8.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
34.74/8.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.92/9.52	c lits-rem:       182  cl-subs:     1020  v-elim:      0  v-fix:    0  time:  0.72 s
37.92/9.52	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
37.92/9.53	c vivif2 --  cl tried    20745 cl shrink        0 lits rem          0 time: 0.01
38.32/9.64	c asymm  cl-useful: 0/1651/12750 lits-rem:0 time: 0.11
38.32/9.64	c calculated reachability. Time: 0.00
38.32/9.64	c  N dy   220    105341       150     12750         0     20745     89250    598461     38.75   no data
41.11/10.33	c  N dy   249    112168       150     12750         0     13896     89250    268968     38.80     40.88
44.31/11.14	c  N dy   271    122327       150     12750         0     23626     89250    704297     38.77     40.88
48.33/12.13	c  N dy   283    133544       150     12750         0     19981     89250    509028     38.64     40.81
51.51/12.93	c  N dy   308    143046       150     12750         0     29099     89250    915378     38.64     40.90
54.30/13.68	c  N dy   340    152195       150     12750         0     22548     89250    595643     38.68     42.93
56.71/14.22	c  S st   364    158013       150     12750         0     28138     89250    843959     38.68     38.91
56.71/14.30	c  S st   364    158513       150     12750         0     28627     89250    865112     38.68   no data
56.71/14.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
57.11/14.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
57.11/14.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
57.11/14.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.11/14.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.11/14.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
57.11/14.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
57.11/14.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
57.11/14.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.08/15.80	c lits-rem:       312  cl-subs:     1322  v-elim:      0  v-fix:    0  time:  1.45 s
63.08/15.80	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
63.08/15.81	c vivif2 --  cl tried    27305 cl shrink        0 lits rem          0 time: 0.01
63.89/16.03	c asymm  cl-useful: 0/3698/12750 lits-rem:0 time: 0.22
63.89/16.03	c calculated reachability. Time: 0.00
63.89/16.03	c  N dy   364    158513       150     12750         0     27305     89250    792617     38.68   no data
68.67/17.25	c  N dy   386    172281       150     12750         0     24213     89250    631245     38.61     40.71
73.08/18.38	c  N dy   421    183331       150     12750         0     17577     89250    306255     38.63     41.01
77.86/19.54	c  N dy   463    195060       150     12750         0     28829     89250    806590     38.67     40.94
83.48/20.96	c  N dy   499    208301       150     12750         0     23318     89250    526772     38.67     40.83
89.45/22.42	c  N dy   537    221627       150     12750         0     36020     89250   1092725     38.66     41.18
95.84/24.01	c  N dy   582    235920       150     12750         0     30607     89250    822936     38.66     40.70
96.66/24.25	c  S st   592    237770       150     12750         0     32390     89250    902428     38.67     38.63
97.03/24.35	c  S st   592    238272       150     12750         0     32883     89250    923564     38.67   no data
97.03/24.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
97.03/24.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
97.03/24.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
97.03/24.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
97.03/24.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
97.03/24.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
97.03/24.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
97.03/24.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
97.43/24.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.04/26.40	c lits-rem:       251  cl-subs:     1425  v-elim:      0  v-fix:    0  time:  1.98 s
105.04/26.40	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
105.44/26.41	c vivif2 --  cl tried    31458 cl shrink        0 lits rem          0 time: 0.01
106.22/26.65	c asymm  cl-useful: 0/2995/12750 lits-rem:0 time: 0.24
106.22/26.65	c calculated reachability. Time: 0.00
106.22/26.65	c  N dy   592    238272       150     12750         0     31458     89250    846408     38.67   no data
112.61/28.21	c  N dy   618    253546       150     12750         0     25986     89250    586287     38.64     42.02
119.80/30.07	c  N dy   664    269739       150     12750         0     41485     89250   1276209     38.65     41.00
127.41/31.93	c  N dy   738    287203       150     12750         0     37176     89250   1050514     38.69     40.90
135.39/33.93	c  N dy   776    305576       150     12750         0     32712     89250    817810     38.66     41.21
135.80/34.02	c  F st   781    306251       150     12750         0     33361     89250    846774     38.66     37.39
148.17/37.11	c  N dy   828    333830       150     12750         0     36808     89250    971148     38.62     40.70
157.77/39.52	c  N dy   885    353849       150     12750         0     32075     89250    724571     38.64     40.75
159.34/39.92	c  S st   894    357410       150     12750         0     35483     89250    875088     38.64     38.93
159.74/40.01	c  S st   894    357911       150     12750         0     35961     89250    896369     38.64   no data
159.74/40.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
159.74/40.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
159.74/40.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
159.74/40.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
159.74/40.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
159.74/40.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
159.74/40.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
159.74/40.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
159.74/40.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
166.96/41.84	c lits-rem:       352  cl-subs:     1348  v-elim:      0  v-fix:    0  time:  1.76 s
166.96/41.84	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
166.96/41.85	c vivif2 --  cl tried    34613 cl shrink        0 lits rem          0 time: 0.01
168.14/42.10	c asymm  cl-useful: 0/2590/12750 lits-rem:0 time: 0.26
168.14/42.11	c calculated reachability. Time: 0.00
168.14/42.11	c  N dy   894    357911       150     12750         0     34613     89250    824368     38.64   no data
178.52/44.71	c  N dy   970    378118       150     12750         0     29110     89250    555718     38.67     40.97
188.93/47.33	c  N dy  1039    398181       150     12750         0     48350     89250   1417126     38.68     41.14
199.30/49.96	c  N dy  1086    418558       150     12750         0     41998     89250   1097825     38.68     40.97
210.09/52.65	c  N dy  1145    438576       150     12750         0     34360     89250    722229     38.68     40.98
228.08/57.12	c  N dy  1191    473993       150     12750         0     40361     89250    960732     38.60     40.67
252.03/63.11	c  N dy  1225    518793       150     12750         0     54390     89250   1553513     38.41     40.51
261.60/65.58	c  S st  1286    536867       150     12750         0     42134     89250    982232     38.42   no data
262.00/65.68	c  S st  1286    537368       150     12750         0     42627     89250   1003691     38.42   no data
262.00/65.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
262.40/65.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
262.40/65.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
262.40/65.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
262.40/65.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
262.40/65.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
262.40/65.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
262.40/65.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
262.40/65.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
272.42/68.25	c lits-rem:       244  cl-subs:     1277  v-elim:      0  v-fix:    0  time:  2.51 s
272.42/68.26	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
272.42/68.27	c vivif2 --  cl tried    41350 cl shrink        0 lits rem          0 time: 0.01
273.59/68.55	c asymm  cl-useful: 0/2269/12750 lits-rem:0 time: 0.28
273.59/68.55	c calculated reachability. Time: 0.00
273.59/68.55	c  N dy  1286    537368       150     12750         0     41350     89250    934343     38.42   no data
287.57/72.04	c  N dy  1333    562513       150     12750         0     34818     89250    619485     38.39     40.49
299.55/75.08	c  N dy  1442    582788       150     12750         0     54248     89250   1486816     38.43     40.80
311.56/78.06	c  N dy  1524    602945       150     12750         0     42007     89250    906197     38.44     40.48
324.33/81.26	c  N dy  1553    624548       150     12750         0     62578     89250   1813517     38.39     40.67
336.30/84.22	c  N dy  1661    644736       150     12750         0     49461     89250   1208698     38.43     40.63
350.29/87.76	c  N dy  1736    664937       150     12750         0     35329     89250    543576     38.44     40.59
363.07/90.92	c  N dy  1788    686315       150     12750         0     55789     89250   1452192     38.43     40.47
378.25/94.71	c  N dy  1872    706602       150     12750         0     40792     89250    755464     38.46     40.71
394.63/98.83	c  N dy  1961    726757       150     12750         0     60170     89250   1618980     38.48     40.82
410.60/102.89	c  N dy  2031    746857       150     12750         0     43976     89250    860339     38.48     43.58
424.19/106.27	c  N dy  2084    767540       150     12750         0     63813     89250   1745543     38.47     40.59
438.99/109.95	c  N dy  2188    788287       150     12750         0     47256     89250    971308     38.49     41.11
450.95/112.97	c  S st  2242    806052       150     12750         0     64302     89250   1730850     38.50     36.22
451.75/113.14	c  S st  2242    806557       150     12750         0     64793     89250   1752103     38.50   no data
451.75/113.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
451.75/113.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
451.75/113.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
451.75/113.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
451.75/113.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
451.75/113.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
451.75/113.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
452.16/113.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
452.16/113.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
490.89/122.91	c lits-rem:       492  cl-subs:     2807  v-elim:      0  v-fix:    0  time:  9.66 s
490.89/122.92	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
490.89/122.94	c vivif2 --  cl tried    61986 cl shrink        0 lits rem          0 time: 0.02
491.71/123.18	c asymm  cl-useful: 0/1198/12750 lits-rem:0 time: 0.24
491.71/123.18	c calculated reachability. Time: 0.00
491.71/123.18	c  N dy  2242    806557       150     12750         0     61986     89250   1599064     38.50   no data
508.87/127.50	c  N dy  2334    826876       150     12750         0     44126     89250    795618     38.52     40.60
527.63/132.14	c  N dy  2400    853354       150     12750         0     69480     89250   1933156     38.51     40.55
542.41/135.87	c  N dy  2493    873406       150     12750         0     50392     89250   1043067     38.53     40.98
558.01/139.76	c  N dy  2555    894489       150     12750         0     70617     89250   1943925     38.53     40.64
572.77/143.42	c  N dy  2613    915289       150     12750         0     51230     89250   1044728     38.53     40.72
587.55/147.19	c  N dy  2696    935330       150     12750         0     70456     89250   1899419     38.54     42.36
605.53/151.61	c  N dy  2774    959495       150     12750         0     53383     89250   1113988     38.55     40.70
621.09/155.52	c  N dy  2857    979510       150     12750         0     72566     89250   1971729     38.57     40.92
636.69/159.40	c  N dy  2927    999576       150     12750         0     50564     89250    955720     38.58     40.62
651.46/163.19	c  N dy  2935   1022301       150     12750         0     72207     89250   1916671     38.53     40.90
668.23/167.34	c  N dy  3005   1042401       150     12750         0     49377     89250    864103     38.53     40.89
683.01/171.08	c  N dy  3074   1063035       150     12750         0     69143     89250   1744671     38.53     41.26
689.83/172.76	c  F st  3086   1071875       150     12750         0     77600     89250   2119124     38.53     38.33
700.19/175.35	c  N dy  3105   1083076       150     12750         0     45243     89250    647490     38.53     40.79
714.57/178.95	c  N dy  3155   1105279       150     12750         0     66523     89250   1592486     38.51     40.71
733.37/183.63	c  N dy  3233   1125414       150     12750         0     85805     89250   2454662     38.53     40.75
748.12/187.39	c  N dy  3330   1145439       150     12750         0     60985     89250   1318062     38.54     42.14
786.09/196.85	c  N dy  3340   1195720       150     12750         0     63778     89250   1406497     38.42     40.62
799.68/200.24	c  S st  3372   1209836       150     12750         0     77272     89250   2003995     38.42     38.90
800.45/200.49	c  S st  3372   1210341       150     12750         0     77763     89250   2025900     38.42   no data
800.85/200.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
800.85/200.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
800.85/200.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
800.85/200.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
800.85/200.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
800.85/200.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
800.85/200.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
800.85/200.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
801.25/200.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
860.78/215.56	c lits-rem:       973  cl-subs:     4474  v-elim:      0  v-fix:    0  time: 14.91 s
860.78/215.56	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
860.78/215.58	c vivif2 --  cl tried    73289 cl shrink        0 lits rem          0 time: 0.02
862.37/215.98	c asymm  cl-useful: 0/1758/12750 lits-rem:0 time: 0.39
862.37/215.98	c calculated reachability. Time: 0.00
862.37/215.98	c  N dy  3372   1210341       150     12750         0     73289     89250   1810978     38.42   no data
882.34/220.91	c  N dy  3426   1230760       150     12750         0     47113     89250    638244     38.42     40.59
896.72/224.52	c  N dy  3527   1250850       150     12750         0     66430     89250   1507208     38.43     40.48
915.89/229.30	c  N dy  3592   1272000       150     12750         0     86674     89250   2407010     38.44     40.73
933.07/233.60	c  N dy  3669   1292056       150     12750         0     59062     89250   1133002     38.45     42.58
951.05/238.19	c  N dy  3740   1312183       150     12750         0     78359     89250   1993332     38.45     40.75
977.40/244.76	c  N dy  3796   1332773       150     12750         0     50206     89250    703741     38.45     40.74
996.18/249.45	c  N dy  3873   1354400       150     12750         0     70957     89250   1635360     38.46     40.58
1017.35/254.73	c  N dy  3952   1374476       150     12750         0     90223     89250   2494332     38.47     40.74
1036.95/259.68	c  N dy  4040   1394496       150     12750         0     60552     89250   1128796     38.48     40.74
1054.90/264.10	c  N dy  4111   1415108       150     12750         0     80311     89250   2012200     38.49     40.53
1078.47/270.01	c  N dy  4181   1438873       150     12750         0     53242     89250    768801     38.49     40.53
1093.25/273.75	c  N dy  4226   1459226       150     12750         0     72690     89250   1627488     38.48     40.59
1113.62/278.83	c  N dy  4297   1479559       150     12750         0     92162     89250   2493404     38.49     40.72
1133.61/283.80	c  N dy  4371   1499620       150     12750         0     60626     89250   1066945     38.49     40.69
1153.17/288.74	c  N dy  4473   1521426       150     12750         0     81534     89250   2003464     38.51     41.05
1177.15/294.79	c  N dy  4551   1543058       150     12750         0    102218     89250   2927284     38.51     40.61
1193.11/298.76	c  N dy  4608   1563262       150     12750         0     69892     89250   1452346     38.51     40.60
1213.08/303.71	c  N dy  4696   1583482       150     12750         0     89215     89250   2315447     38.52     40.57
1235.05/309.28	c  N dy  4753   1603559       150     12750         0     55769     89250    784985     38.52     40.70
1251.85/313.47	c  N dy  4827   1624392       150     12750         0     75729     89250   1675985     38.52     41.42
1273.41/318.82	c  N dy  4908   1644669       150     12750         0     95186     89250   2547523     38.53     40.90
1295.79/324.47	c  N dy  5008   1664706       150     12750         0     60756     89250    971817     38.55     40.70
1313.76/328.94	c  N dy  5052   1685144       150     12750         0     80310     89250   1839927     38.54     41.18
1337.71/334.99	c  N dy  5139   1705519       150     12750         0     99843     89250   2717779     38.55     40.59
1344.53/336.61	c  S st  5163   1710341       150     12750         0    104459     89250   2924118     38.56     38.05
1345.70/336.90	c  S st  5163   1710845       150     12750         0    104951     89250   2945827     38.56   no data
1345.70/336.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1345.70/336.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1345.70/336.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1345.70/336.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1345.70/336.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1345.70/336.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1345.70/336.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1346.10/337.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1346.10/337.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1442.77/361.21	c lits-rem:       950  cl-subs:     5350  v-elim:      0  v-fix:    0  time: 24.12 s
1442.77/361.21	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
1442.77/361.24	c vivif2 --  cl tried    99601 cl shrink        0 lits rem          0 time: 0.03
1444.37/361.63	c asymm  cl-useful: 0/1151/12750 lits-rem:0 time: 0.38
1444.37/361.63	c calculated reachability. Time: 0.00
1444.37/361.63	c  N dy  5163   1710845       150     12750         0     99601     89250   2657949     38.56   no data
1463.94/366.59	c  N dy  5165   1733674       150     12750         0     66827     89250   1203596     38.52     40.57
1481.92/371.03	c  N dy  5215   1753746       150     12750         0     85984     89250   2058868     38.52     40.90
1503.89/376.58	c  N dy  5271   1773827       150     12750         0    105222     89250   2913646     38.52     40.76
1524.27/381.68	c  N dy  5363   1793909       150     12750         0     69099     89250   1279284     38.53     40.59
1544.62/386.78	c  N dy  5422   1813997       150     12750         0     88339     89250   2139646     38.53     43.99
1574.98/394.38	c  N dy  5499   1834427       150     12750         0    107897     89250   3016563     38.54     40.67
1600.16/400.62	c  N dy  5556   1860239       150     12750         0     76132     89250   1547870     38.53     40.76
1622.93/406.32	c  N dy  5625   1880429       150     12750         0     95476     89250   2409721     38.53     41.01
1652.90/413.88	c  N dy  5730   1902924       150     12750         0     59639     89250    782527     38.54     40.69
1670.48/418.24	c  N dy  5813   1923118       150     12750         0     79030     89250   1647638     38.54     40.90
1692.86/423.83	c  N dy  5882   1944163       150     12750         0     99155     89250   2545098     38.55     40.59
1720.82/430.80	c  N dy  5971   1964351       150     12750         0     60057     89250    766668     38.55     40.64
1738.80/435.35	c  N dy  6058   1985157       150     12750         0     80010     89250   1662691     38.56     40.76
1761.18/440.90	c  N dy  6125   2005295       150     12750         0     99296     89250   2520787     38.56     40.68
1789.14/447.95	c  N dy  6193   2025791       150     12750         0     59538     89250    709615     38.56     40.62
1805.94/452.19	c  N dy  6276   2045850       150     12750         0     78744     89250   1566694     38.57     40.91
1827.51/457.55	c  N dy  6357   2066207       150     12750         0     98270     89250   2441855     38.57     40.64
1854.67/464.38	c  N dy  6463   2086234       150     12750         0    117451     89250   3303131     38.59     40.96
1875.44/469.51	c  N dy  6554   2106316       150     12750         0     76336     89250   1428223     38.60     41.34
1897.83/475.14	c  N dy  6657   2126712       150     12750         0     95881     89250   2307797     38.61     40.79
1926.19/482.29	c  N dy  6717   2148408       150     12750         0    116639     89250   3229117     38.60     40.89
1948.16/487.74	c  N dy  6780   2168484       150     12750         0     74547     89250   1313845     38.61     40.96
1967.74/492.62	c  N dy  6839   2188486       150     12750         0     93653     89250   2162686     38.60     40.72
1992.91/498.97	c  N dy  6911   2208628       150     12750         0    112965     89250   3026219     38.61     41.38
1996.10/499.76	c  S st  6919   2210847       150     12750         0    115095     89250   3122204     38.61     37.50
1997.30/500.08	c  S st  6919   2211351       150     12750         0    115592     89250   3143961     38.61   no data
1997.30/500.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1997.70/500.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
1997.70/500.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1997.70/500.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1997.70/500.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1997.70/500.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1997.70/500.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1998.10/500.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1998.10/500.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2100.39/525.84	c lits-rem:       802  cl-subs:     5875  v-elim:      0  v-fix:    0  time: 25.56 s
2100.39/525.84	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
2100.39/525.88	c vivif2 --  cl tried   109717 cl shrink        0 lits rem          0 time: 0.04
2101.97/526.27	c asymm  cl-useful: 0/1039/12750 lits-rem:0 time: 0.39
2101.97/526.27	c calculated reachability. Time: 0.00
2101.97/526.27	c  N dy  6919   2211351       150     12750         0    109717     89250   2831937     38.61   no data
2128.74/532.91	c  N dy  6989   2231502       150     12750         0     66896     89250    941385     38.61     41.13
2147.92/537.79	c  N dy  7083   2251576       150     12750         0     86151     89250   1803028     38.62     43.04
2172.29/543.84	c  N dy  7164   2271650       150     12750         0    105397     89250   2664411     38.62     40.79
2202.25/551.33	c  N dy  7243   2291717       150     12750         0    124645     89250   3529562     38.63     45.11
2224.63/556.95	c  N dy  7313   2313480       150     12750         0     82270     89250   1592064     38.63     40.73
2246.99/562.58	c  N dy  7380   2333537       150     12750         0    101510     89250   2453892     38.63     42.04
2274.97/569.50	c  N dy  7451   2353827       150     12750         0    120973     89250   3326642     38.64     40.77
2298.15/575.37	c  N dy  7508   2373830       150     12750         0     75957     89250   1272062     38.64     43.10
2326.11/582.39	c  N dy  7594   2400487       150     12750         0    101466     89250   2411506     38.64     40.84
2352.88/589.09	c  N dy  7656   2421191       150     12750         0    121306     89250   3296367     38.64     40.83
2378.05/595.33	c  N dy  7738   2441602       150     12750         0     75748     89250   1229458     38.64     40.69
2402.42/601.42	c  N dy  7817   2465420       150     12750         0     98563     89250   2249658     38.65     40.71
2428.79/608.04	c  N dy  7900   2485627       150     12750         0    117910     89250   3120002     38.65     40.87
2457.55/615.26	c  N dy  7971   2505805       150     12750         0     71178     89250    990026     38.65     40.99
2477.13/620.17	c  N dy  8045   2525886       150     12750         0     90468     89250   1855543     38.66     41.04
2503.91/626.86	c  N dy  8130   2547707       150     12750         0    111391     89250   2793615     38.66     41.23
2535.08/634.65	c  N dy  8212   2568543       150     12750         0    131305     89250   3682829     38.67     41.02
2560.24/640.99	c  N dy  8298   2588654       150     12750         0     83530     89250   1511972     38.67     40.77
2584.21/646.91	c  N dy  8359   2610028       150     12750         0    103974     89250   2428280     38.68     41.11
2615.36/654.73	c  N dy  8414   2630062       150     12750         0    123093     89250   3283569     38.68     43.53
2641.34/661.27	c  N dy  8472   2650172       150     12750         0     74372     89250   1066480     38.67     41.12
2662.93/666.68	c  N dy  8584   2670269       150     12750         0     93640     89250   1933739     38.68     40.91
2688.90/673.15	c  N dy  8667   2690343       150     12750         0    112871     89250   2794974     38.69     41.03
2718.85/680.65	c  N dy  8732   2710449       150     12750         0    132112     89250   3656756     38.69     40.82
2720.07/680.99	c  S st  8733   2711354       150     12750         0    132976     89250   3695253     38.69     36.93
2721.64/681.35	c  S st  8733   2711858       150     12750         0    133466     89250   3717526     38.69   no data
2721.64/681.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2722.04/681.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.08
2722.04/681.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2722.04/681.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2722.04/681.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2722.04/681.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2722.04/681.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2722.04/681.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2722.44/681.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2863.07/716.72	c lits-rem:       952  cl-subs:     6709  v-elim:      0  v-fix:    0  time: 35.14 s
2863.07/716.72	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
2863.07/716.77	c vivif2 --  cl tried   126757 cl shrink        0 lits rem          0 time: 0.04
2864.69/717.17	c asymm  cl-useful: 0/907/12750 lits-rem:0 time: 0.40
2864.69/717.18	c calculated reachability. Time: 0.00
2864.69/717.18	c  N dy  8733   2711858       150     12750         0    126757     89250   3352455     38.69   no data
2895.45/724.85	c  N dy  8823   2732007       150     12750         0     77283     89250   1165032     38.70     40.96
2916.60/730.10	c  N dy  8886   2752357       150     12750         0     96767     89250   2033667     38.70     40.75
2943.37/736.81	c  N dy  8976   2772619       150     12750         0    116191     89250   2906812     38.70     41.16
2974.56/744.61	c  N dy  9050   2792886       150     12750         0    135604     89250   3777055     38.71     40.81
2995.72/749.93	c  N dy  9083   2813101       150     12750         0     85082     89250   1472512     38.70     40.90
3020.49/756.11	c  N dy  9184   2833364       150     12750         0    104572     89250   2347000     38.71     40.87
3048.46/763.19	c  N dy  9255   2853552       150     12750         0    123957     89250   3213194     38.71     40.82
3082.01/771.52	c  N dy  9335   2873623       150     12750         0     72282     89250    864811     38.71     40.78
3101.59/776.44	c  N dy  9401   2893950       150     12750         0     91773     89250   1738710     38.72     40.81
3125.57/782.49	c  N dy  9448   2915596       150     12750         0    112451     89250   2669385     38.72     40.86
3154.75/789.76	c  N dy  9502   2936136       150     12750         0    132066     89250   3545863     38.71     41.27
3183.09/796.81	c  N dy  9553   2956150       150     12750         0     79366     89250   1149700     38.71     41.10
3204.67/802.25	c  N dy  9634   2976277       150     12750         0     98628     89250   2013008     38.72     40.80
3231.45/808.94	c  N dy  9714   2996498       150     12750         0    118037     89250   2885147     38.72     40.80
3273.41/819.44	c  N dy  9804   3020828       150     12750         0    141313     89250   3927002     38.72     40.94
3304.17/827.20	c  N dy  9881   3041367       150     12750         0     88235     89250   1517727     38.72     40.98
3330.95/833.81	c  N dy  9939   3062560       150     12750         0    108500     89250   2429174     38.73     40.89
3368.09/843.19	c  N dy 10009   3089371       150     12750         0    134113     89250   3579508     38.72     41.02
3405.66/852.59	c  N dy 10087   3111155       150     12750         0     81305     89250   1175328     38.73     40.79
3434.00/859.62	c  N dy 10170   3131351       150     12750         0    100715     89250   2047639     38.73     41.22
3464.36/867.24	c  N dy 10242   3151399       150     12750         0    119886     89250   2906756     38.73     41.12
3515.13/879.93	c  N dy 10280   3191600       150     12750         0     83507     89250   1241446     38.71     40.85
3539.08/885.95	c  N dy 10376   3211642       150     12750         0    102722     89250   2108091     38.71     40.81
3539.47/886.04	c  S st 10378   3211858       150     12750         0    102930     89250   2117201     38.71     37.70
3540.68/886.30	c  S st 10378   3212360       150     12750         0    103419     89250   2138721     38.71   no data
3540.68/886.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3540.68/886.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
3540.68/886.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3540.68/886.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3540.68/886.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3540.68/886.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3540.68/886.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3541.08/886.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3541.08/886.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3588.22/898.22	c lits-rem:       551  cl-subs:     3035  v-elim:      0  v-fix:    0  time: 11.76 s
3588.22/898.22	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
3588.22/898.25	c vivif2 --  cl tried   100384 cl shrink        0 lits rem          0 time: 0.03
3589.83/898.62	c asymm  cl-useful: 0/1080/12750 lits-rem:0 time: 0.38
3589.83/898.63	c calculated reachability. Time: 0.00
3589.83/898.63	c  N dy 10378   3212360       150     12750         0    100384     89250   1979610     38.71   no data
3620.19/906.20	c  N dy 10450   3233567       150     12750         0    120665     89250   2892312     38.72     40.78
3656.53/915.32	c  N dy 10503   3253766       150     12750         0    139989     89250   3756407     38.71     41.02
3687.70/923.15	c  N dy 10548   3276504       150     12750         0     86233     89250   1327091     38.71     40.79
3712.07/929.30	c  N dy 10649   3296529       150     12750         0    105476     89250   2191150     38.72     41.00
3740.84/936.43	c  N dy 10718   3316887       150     12750         0    124974     89250   3063491     38.72     40.89
3777.20/945.50	c  N dy 10754   3341849       150     12750         0    148822     89250   4131372     38.71     40.95
3801.57/951.68	c  N dy 10818   3361872       150     12750         0     91489     89250   1530356     38.71     41.87
3829.53/958.63	c  N dy 10900   3384087       150     12750         0    112719     89250   2482221     38.72     40.83
3859.90/966.27	c  N dy 10975   3404571       150     12750         0    132364     89250   3366077     38.72     40.76
3898.26/975.83	c  N dy 11064   3425394       150     12750         0    152359     89250   4266977     38.73     41.01
3926.62/982.98	c  N dy 11127   3449784       150     12750         0     98107     89250   1786861     38.73     40.78
3954.20/989.81	c  N dy 11219   3469894       150     12750         0    117369     89250   2654118     38.73     40.94
4004.14/1002.32	c  N dy 11308   3504220       150     12750         0    150184     89250   4131623     38.73     40.77
4030.91/1009.04	c  N dy 11380   3524254       150     12750         0     90872     89250   1434118     38.73     45.12
4056.11/1015.32	c  N dy 11459   3544407       150     12750         0    110160     89250   2300964     38.73     40.78
4086.46/1022.98	c  N dy 11551   3564420       150     12750         0    129330     89250   3162824     38.74     43.06
4139.61/1036.28	c  N dy 11638   3591299       150     12750         0    155004     89250   4315810     38.74     40.89
4169.97/1043.84	c  N dy 11690   3611393       150     12750         0     94824     89250   1576760     38.74     40.86
4211.91/1054.39	c  N dy 11759   3644007       150     12750         0    126078     89250   2977919     38.73     40.95
4243.07/1062.12	c  N dy 11805   3664210       150     12750         0    145407     89250   3847961     38.73     40.83
4277.83/1070.89	c  N dy 11832   3687896       150     12750         0     87647     89250   1220254     38.72     40.80
4303.80/1077.30	c  N dy 11886   3710244       150     12750         0    109045     89250   2182324     38.72     40.83
4307.79/1078.32	c  S st 11907   3712360       150     12750         0    111057     89250   2274657     38.72   no data
4308.99/1078.68	c  S st 11907   3712861       150     12750         0    111545     89250   2296173     38.72   no data
4309.39/1078.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4309.39/1078.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
4309.39/1078.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4309.39/1078.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4309.39/1078.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4309.39/1078.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4309.39/1078.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4309.79/1078.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4309.79/1078.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4380.92/1096.60	c lits-rem:       831  cl-subs:     3551  v-elim:      0  v-fix:    0  time: 17.73 s
4380.92/1096.60	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
4380.92/1096.64	c vivif2 --  cl tried   107994 cl shrink        0 lits rem          0 time: 0.03
4382.49/1097.05	c asymm  cl-useful: 0/1015/12750 lits-rem:0 time: 0.41
4382.49/1097.05	c calculated reachability. Time: 0.00
4382.49/1097.05	c  N dy 11907   3712861       150     12750         0    107994     89250   2112905     38.72   no data
4413.66/1104.82	c  N dy 11977   3733617       150     12750         0    127899     89250   3006353     38.72     41.01
4444.83/1112.70	c  F st 12033   3751562       150     12750         0    145055     89250   3772981     38.72     34.24
4450.81/1114.19	c  N st 12038   3754858       150     12750         0    148194     89250   3917068     38.72   no data
4491.18/1124.22	c  N dy 12105   3775408       150     12750         0     86593     89250   1143074     38.73     40.85
4517.56/1130.84	c  N dy 12201   3795751       150     12750         0    106096     89250   2023215     38.73     40.98
4553.50/1139.85	c  N dy 12257   3822439       150     12750         0    131548     89250   3162783     38.73     40.78
4593.05/1149.73	c  N dy 12312   3846731       150     12750         0    154762     89250   4202492     38.73     41.50
4626.21/1158.08	c  N dy 12402   3866774       150     12750         0     91748     89250   1340570     38.73     40.80
4689.34/1173.87	c  N dy 12447   3920602       150     12750         0    142953     89250   3638645     38.69     40.75
4729.69/1183.90	c  N dy 12497   3943075       150     12750         0    164418     89250   4600152     38.69     40.82
4755.66/1190.42	c  N dy 12581   3963148       150     12750         0    100556     89250   1705644     38.69     41.72
4782.44/1197.18	c  N dy 12661   3983194       150     12750         0    119791     89250   2566378     38.70     40.90

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.73 7.98 7.63 6/180 14150
/proc/meminfo: memFree=17882816/32951124 swapFree=67110396/67111528
[pid=14150] ppid=14148 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 415 0 0 0 0 0 0 0 25 0 4 0 593383828 52441088 354 33554432000 4194304 4627427 140736113062832 18446744073709551615 224284925883 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 12803 354 303 106 0 7774 0
[pid=14150/tid=14151] ppid=14148 vsize=182284 CPUtime=0 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) D 14148 14150 13846 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 4 0 593383828 186658816 363 33554432000 4194304 4627427 140736113062832 18446744073709551615 4353712 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=116748 CPUtime=0 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 593383828 119549952 366 33554432000 4194304 4627427 140736113062832 18446744073709551615 224284580848 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=116748 CPUtime=0 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 4 0 593383828 119549952 374 33554432000 4194304 4627427 140736113062832 18446744073709551615 47984081489552 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0671819 s]
/proc/loadavg: 7.73 7.98 7.63 6/180 14150
/proc/meminfo: memFree=17882816/32951124 swapFree=67110396/67111528
[pid=14150] ppid=14148 vsize=282724 CPUtime=0.24 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 2121 0 0 0 24 0 0 0 18 0 4 0 593383828 289509376 2038 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 70681 2038 362 106 0 65652 0
[pid=14150/tid=14151] ppid=14148 vsize=282724 CPUtime=0.06 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 390 0 0 0 6 0 0 0 18 0 4 0 593383828 289509376 2038 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=282724 CPUtime=0.05 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 408 0 0 0 5 0 0 0 18 0 4 0 593383828 289509376 2038 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=282724 CPUtime=0.06 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 492 0 0 0 6 0 0 0 25 0 4 0 593383828 289509376 2038 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 282724

[startup+0.101175 s]
/proc/loadavg: 7.73 7.98 7.63 6/180 14150
/proc/meminfo: memFree=17882816/32951124 swapFree=67110396/67111528
[pid=14150] ppid=14148 vsize=282724 CPUtime=0.38 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 2187 0 0 0 38 0 0 0 18 0 4 0 593383828 289509376 2104 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 70681 2104 364 106 0 65652 0
[pid=14150/tid=14151] ppid=14148 vsize=282724 CPUtime=0.09 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 394 0 0 0 9 0 0 0 18 0 4 0 593383828 289509376 2104 33554432000 4194304 4627427 140736113062832 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=282724 CPUtime=0.09 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 408 0 0 0 9 0 0 0 18 0 4 0 593383828 289509376 2104 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=282724 CPUtime=0.09 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 550 0 0 0 9 0 0 0 25 0 4 0 593383828 289509376 2104 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282724

[startup+0.300142 s]
/proc/loadavg: 7.73 7.98 7.63 6/180 14150
/proc/meminfo: memFree=17882816/32951124 swapFree=67110396/67111528
[pid=14150] ppid=14148 vsize=283864 CPUtime=1.17 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 2754 0 0 0 117 0 0 0 18 0 4 0 593383828 290676736 2321 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 70966 2321 365 106 0 65937 0
[pid=14150/tid=14151] ppid=14148 vsize=283864 CPUtime=0.29 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 426 0 0 0 29 0 0 0 18 0 4 0 593383828 290676736 2321 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=283864 CPUtime=0.29 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 438 0 0 0 29 0 0 0 18 0 4 0 593383828 290676736 2321 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=283864 CPUtime=0.29 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 1025 0 0 0 29 0 0 0 25 0 4 0 593383828 290676736 2321 33554432000 4194304 4627427 140736113062832 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283864

[startup+0.701076 s]
/proc/loadavg: 7.73 7.98 7.63 6/180 14150
/proc/meminfo: memFree=17882816/32951124 swapFree=67110396/67111528
[pid=14150] ppid=14148 vsize=280524 CPUtime=2.77 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 7621 0 0 0 276 1 0 0 18 0 4 0 593383828 287256576 5275 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309065 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 70131 5275 384 106 0 65102 0
[pid=14150/tid=14151] ppid=14148 vsize=280524 CPUtime=0.68 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 1954 0 0 0 68 0 0 0 18 0 4 0 593383828 287256576 5275 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=280524 CPUtime=0.68 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 1669 0 0 0 68 0 0 0 18 0 4 0 593383828 287256576 5275 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=280524 CPUtime=0.69 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 1698 0 0 0 69 0 0 0 25 0 4 0 593383828 287256576 5275 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 280524

[startup+1.50094 s]
/proc/loadavg: 7.73 7.98 7.63 10/184 14154
/proc/meminfo: memFree=17854884/32951124 swapFree=67110396/67111528
[pid=14150] ppid=14148 vsize=300492 CPUtime=5.96 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 12737 0 0 0 594 2 0 0 19 0 4 0 593383828 307703808 6560 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 75123 6560 385 106 0 70094 0
[pid=14150/tid=14151] ppid=14148 vsize=300492 CPUtime=1.48 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 3259 0 0 0 148 0 0 0 19 0 4 0 593383828 307703808 6560 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=300492 CPUtime=1.48 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 2923 0 0 0 148 0 0 0 19 0 4 0 593383828 307703808 6560 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=300492 CPUtime=1.48 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 3031 0 0 0 148 0 0 0 25 0 4 0 593383828 307703808 6560 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 300492

[startup+3.10068 s]
/proc/loadavg: 7.73 7.98 7.63 9/184 14154
/proc/meminfo: memFree=17837152/32951124 swapFree=67110396/67111528
[pid=14150] ppid=14148 vsize=306480 CPUtime=12.35 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 28729 0 0 0 1231 4 0 0 23 0 4 0 593383828 313835520 16515 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 76620 16515 388 106 0 71591 0
[pid=14150/tid=14151] ppid=14148 vsize=306480 CPUtime=3.08 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 6468 0 0 0 307 1 0 0 23 0 4 0 593383828 313835520 16515 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309082 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=306480 CPUtime=3.08 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 7436 0 0 0 307 1 0 0 23 0 4 0 593383828 313835520 16515 33554432000 4194304 4627427 140736113062832 18446744073709551615 4420208 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=306480 CPUtime=3.07 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 7899 0 0 0 306 1 0 0 25 0 4 0 593383828 313835520 16515 33554432000 4194304 4627427 140736113062832 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 306480

[startup+6.30114 s]
/proc/loadavg: 7.75 7.98 7.63 9/184 14154
/proc/meminfo: memFree=17779104/32951124 swapFree=67110396/67111528
[pid=14150] ppid=14148 vsize=307256 CPUtime=25.13 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 41781 0 0 0 2507 6 0 0 25 0 4 0 593383828 314630144 19598 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 76814 19598 388 106 0 71785 0
[pid=14150/tid=14151] ppid=14148 vsize=307256 CPUtime=6.29 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 11235 0 0 0 627 2 0 0 25 0 4 0 593383828 314630144 19598 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=307256 CPUtime=6.28 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 9977 0 0 0 627 1 0 0 25 0 4 0 593383828 314630144 19598 33554432000 4194304 4627427 140736113062832 18446744073709551615 4299657 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=307256 CPUtime=6.25 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 10501 0 0 0 624 1 0 0 25 0 4 0 593383828 314630144 19598 33554432000 4194304 4627427 140736113062832 18446744073709551615 4310577 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 307256

[startup+12.7011 s]
/proc/loadavg: 7.77 7.98 7.64 9/184 14154
/proc/meminfo: memFree=17719208/32951124 swapFree=67110396/67111528
[pid=14150] ppid=14148 vsize=323176 CPUtime=50.7 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 66126 0 0 0 5059 11 0 0 25 0 4 0 593383828 330932224 28393 33554432000 4194304 4627427 140736113062832 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 80794 28393 388 106 0 75765 0
[pid=14150/tid=14151] ppid=14148 vsize=323176 CPUtime=12.69 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 16934 0 0 0 1266 3 0 0 25 0 4 0 593383828 330932224 28393 33554432000 4194304 4627427 140736113062832 18446744073709551615 4324344 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=323176 CPUtime=12.68 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 15252 0 0 0 1266 2 0 0 25 0 4 0 593383828 330932224 28393 33554432000 4194304 4627427 140736113062832 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=323176 CPUtime=12.62 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 17016 0 0 0 1259 3 0 0 25 0 4 0 593383828 330932224 28393 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 323176

[startup+25.5009 s]
/proc/loadavg: 7.82 7.98 7.64 9/184 14154
/proc/meminfo: memFree=17731228/32951124 swapFree=67110396/67111528
[pid=14150] ppid=14148 vsize=331568 CPUtime=101.83 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 101113 0 0 0 10163 20 0 0 25 0 4 0 593383828 339525632 36761 33554432000 4194304 4627427 140736113062832 18446744073709551615 4427960 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 82892 36761 388 106 0 77863 0
[pid=14150/tid=14151] ppid=14148 vsize=331568 CPUtime=25.48 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 26102 0 0 0 2544 4 0 0 25 0 4 0 593383828 339525632 36761 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=331568 CPUtime=25.48 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 22559 0 0 0 2544 4 0 0 25 0 4 0 593383828 339525632 36761 33554432000 4194304 4627427 140736113062832 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=331568 CPUtime=25.35 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 25342 0 0 0 2530 5 0 0 25 0 4 0 593383828 339525632 36761 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 331568

[startup+51.1007 s]
/proc/loadavg: 8.03 8.01 7.66 9/184 14156
/proc/meminfo: memFree=17656716/32951124 swapFree=67110396/67111528
[pid=14150] ppid=14148 vsize=377320 CPUtime=204.09 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 147010 0 0 0 20378 31 0 0 25 0 4 0 593383828 386375680 45345 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 94330 45345 388 106 0 89301 0
[pid=14150/tid=14151] ppid=14148 vsize=377320 CPUtime=51.08 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 36401 0 0 0 5101 7 0 0 25 0 4 0 593383828 386375680 45345 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=377320 CPUtime=51.08 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 34304 0 0 0 5101 7 0 0 25 0 4 0 593383828 386375680 45345 33554432000 4194304 4627427 140736113062832 18446744073709551615 4333052 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=377320 CPUtime=50.81 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 38759 0 0 0 5073 8 0 0 25 0 4 0 593383828 386375680 45345 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 377320

[startup+102.307 s]
/proc/loadavg: 8.09 8.02 7.68 9/184 14156
/proc/meminfo: memFree=17667936/32951124 swapFree=67110396/67111528
[pid=14150] ppid=14148 vsize=333620 CPUtime=408.63 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 226268 0 0 0 40808 55 0 0 25 0 4 0 593383828 341626880 48669 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 83405 48669 388 106 0 78376 0
[pid=14150/tid=14151] ppid=14148 vsize=333620 CPUtime=102.28 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 57981 0 0 0 10214 14 0 0 25 0 4 0 593383828 341626880 48669 33554432000 4194304 4627427 140736113062832 18446744073709551615 4427841 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=333620 CPUtime=102.29 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 51040 0 0 0 10216 13 0 0 25 0 4 0 593383828 341626880 48669 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=333620 CPUtime=101.74 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 61030 0 0 0 10159 15 0 0 25 0 4 0 593383828 341626880 48669 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 333620

[startup+162.301 s]

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

[pid=14150] ppid=14148 vsize=893892 CPUtime=2805.54 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 719668 0 0 0 280330 224 0 0 25 0 4 0 593383828 915345408 117386 33554432000 4194304 4627427 140736113062832 18446744073709551615 4420146 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 223473 117386 388 106 0 218444 0
[pid=14150/tid=14151] ppid=14148 vsize=893892 CPUtime=702.28 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 195571 0 0 0 70165 63 0 0 25 0 4 0 593383828 915345408 117386 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=893892 CPUtime=702.28 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 152685 0 0 0 70180 48 0 0 25 0 4 0 593383828 915345408 117386 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=893892 CPUtime=698.71 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 197122 0 0 0 69807 64 0 0 25 0 4 0 593383828 915345408 117386 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309284 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.54
Current children cumulated vsize (KiB) 893892

[startup+762.306 s]
/proc/loadavg: 4.09 5.20 6.53 5/175 14201
/proc/meminfo: memFree=18060448/32951124 swapFree=67110396/67111528
[pid=14150] ppid=14148 vsize=841348 CPUtime=3045.27 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 751434 0 0 0 304288 239 0 0 25 0 4 0 593383828 861540352 111711 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 210337 111711 388 106 0 205308 0
[pid=14150/tid=14151] ppid=14148 vsize=841348 CPUtime=762.29 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 206425 0 0 0 76160 69 0 0 25 0 4 0 593383828 861540352 111711 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=841348 CPUtime=762.29 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 158578 0 0 0 76178 51 0 0 25 0 4 0 593383828 861540352 111711 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=841348 CPUtime=758.43 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 207086 0 0 0 75774 69 0 0 25 0 4 0 593383828 861540352 111711 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.27
Current children cumulated vsize (KiB) 841348

[startup+822.301 s]
/proc/loadavg: 4.09 4.99 6.38 5/175 14203
/proc/meminfo: memFree=18018124/32951124 swapFree=67110396/67111528
[pid=14150] ppid=14148 vsize=858056 CPUtime=3284.99 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 792184 0 0 0 328244 255 0 0 25 0 4 0 593383828 878649344 122435 33554432000 4194304 4627427 140736113062832 18446744073709551615 4324328 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 214514 122435 388 106 0 209485 0
[pid=14150/tid=14151] ppid=14148 vsize=858056 CPUtime=822.29 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 215973 0 0 0 82157 72 0 0 25 0 4 0 593383828 878649344 122435 33554432000 4194304 4627427 140736113062832 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=858056 CPUtime=822.29 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 165677 0 0 0 82175 54 0 0 25 0 4 0 593383828 878649344 122435 33554432000 4194304 4627427 140736113062832 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=858056 CPUtime=818.16 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 224571 0 0 0 81742 74 0 0 25 0 4 0 593383828 878649344 122435 33554432000 4194304 4627427 140736113062832 18446744073709551615 4420204 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.99
Current children cumulated vsize (KiB) 858056

[startup+882.301 s]
/proc/loadavg: 4.09 4.82 6.23 5/175 14205
/proc/meminfo: memFree=17976828/32951124 swapFree=67110396/67111528
[pid=14150] ppid=14148 vsize=859496 CPUtime=3524.7 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 822185 0 0 0 352203 267 0 0 25 0 4 0 593383828 880123904 132395 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309206 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 214874 132395 388 106 0 209845 0
[pid=14150/tid=14151] ppid=14148 vsize=859496 CPUtime=882.29 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 228334 0 0 0 88154 75 0 0 25 0 4 0 593383828 880123904 132395 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=859496 CPUtime=882.28 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 168203 0 0 0 88173 55 0 0 25 0 4 0 593383828 880123904 132395 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=859496 CPUtime=877.86 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 230387 0 0 0 87709 77 0 0 25 0 4 0 593383828 880123904 132395 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.7
Current children cumulated vsize (KiB) 859496

[startup+942.301 s]
/proc/loadavg: 4.08 4.69 6.09 5/175 14207
/proc/meminfo: memFree=18000496/32951124 swapFree=67110396/67111528
[pid=14150] ppid=14148 vsize=833416 CPUtime=3764.41 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 855397 0 0 0 376159 282 0 0 25 0 4 0 593383828 853417984 126973 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 208354 126973 389 106 0 203325 0
[pid=14150/tid=14151] ppid=14148 vsize=833416 CPUtime=942.29 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 238068 0 0 0 94150 79 0 0 25 0 4 0 593383828 853417984 126973 33554432000 4194304 4627427 140736113062832 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=833416 CPUtime=942.28 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 175378 0 0 0 94169 59 0 0 25 0 4 0 593383828 853417984 126973 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=833416 CPUtime=937.58 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 240330 0 0 0 93675 83 0 0 25 0 4 0 593383828 853417984 126973 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.41
Current children cumulated vsize (KiB) 833416

[startup+1002.3 s]
/proc/loadavg: 4.08 4.57 5.96 5/175 14207
/proc/meminfo: memFree=17995760/32951124 swapFree=67110396/67111528
[pid=14150] ppid=14148 vsize=834936 CPUtime=4004.14 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 888703 0 0 0 400121 293 0 0 25 0 4 0 593383828 854974464 128048 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 208734 128048 389 106 0 203705 0
[pid=14150/tid=14151] ppid=14148 vsize=834936 CPUtime=1002.29 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 247770 0 0 0 100147 82 0 0 25 0 4 0 593383828 854974464 128048 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=834936 CPUtime=1002.29 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 182153 0 0 0 100167 62 0 0 25 0 4 0 593383828 854974464 128048 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=834936 CPUtime=997.31 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 250597 0 0 0 99644 87 0 0 25 0 4 0 593383828 854974464 128048 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4004.14
Current children cumulated vsize (KiB) 834936

[startup+1062.3 s]
/proc/loadavg: 4.03 4.47 5.84 5/175 14209
/proc/meminfo: memFree=17950964/32951124 swapFree=67110396/67111528
[pid=14150] ppid=14148 vsize=793736 CPUtime=4243.87 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 925206 0 0 0 424077 310 0 0 25 0 4 0 593383828 812785664 135544 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 198434 135544 389 106 0 193405 0
[pid=14150/tid=14151] ppid=14148 vsize=793736 CPUtime=1062.29 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 256646 0 0 0 106142 87 0 0 25 0 4 0 593383828 812785664 135544 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=793736 CPUtime=1062.29 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 191402 0 0 0 106163 66 0 0 25 0 4 0 593383828 812785664 135544 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=793736 CPUtime=1057.04 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 259388 0 0 0 105615 89 0 0 25 0 4 0 593383828 812785664 135544 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.87
Current children cumulated vsize (KiB) 793736

[startup+1122.3 s]
/proc/loadavg: 4.01 4.38 5.72 5/175 14211
/proc/meminfo: memFree=17970048/32951124 swapFree=67110396/67111528
[pid=14150] ppid=14148 vsize=794160 CPUtime=4483.58 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 949865 0 0 0 448035 323 0 0 25 0 4 0 593383828 813219840 134408 33554432000 4194304 4627427 140736113062832 18446744073709551615 4338468 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 198540 134408 389 106 0 193511 0
[pid=14150/tid=14151] ppid=14148 vsize=794160 CPUtime=1122.29 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 262159 0 0 0 112140 89 0 0 25 0 4 0 593383828 813219840 134408 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=794160 CPUtime=1122.29 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 198168 0 0 0 112158 71 0 0 25 0 4 0 593383828 813219840 134408 33554432000 4194304 4627427 140736113062832 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=794160 CPUtime=1116.73 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 268429 0 0 0 111580 93 0 0 25 0 4 0 593383828 813219840 134408 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.58
Current children cumulated vsize (KiB) 794160

[startup+1182.3 s]
/proc/loadavg: 4.05 4.32 5.61 5/175 14213
/proc/meminfo: memFree=17987884/32951124 swapFree=67110396/67111528
[pid=14150] ppid=14148 vsize=838544 CPUtime=4723.31 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 979323 0 0 0 471996 335 0 0 25 0 4 0 593383828 858669056 130279 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 209636 130279 389 106 0 204607 0
[pid=14150/tid=14151] ppid=14148 vsize=838544 CPUtime=1182.29 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 268104 0 0 0 118138 91 0 0 25 0 4 0 593383828 858669056 130279 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=838544 CPUtime=1182.29 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 205531 0 0 0 118155 74 0 0 25 0 4 0 593383828 858669056 130279 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=838544 CPUtime=1176.47 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 278029 0 0 0 117549 98 0 0 25 0 4 0 593383828 858669056 130279 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4723.31
Current children cumulated vsize (KiB) 838544



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.5 s]
/proc/loadavg: 4.03 4.30 5.58 5/175 14213
/proc/meminfo: memFree=17967416/32951124 swapFree=67110396/67111528
[pid=14150] ppid=14148 vsize=739180 CPUtime=4800.03 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 992577 0 0 0 479663 340 0 0 25 0 4 0 593383828 756920320 134912 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 184795 134912 389 106 0 179766 0
[pid=14150/tid=14151] ppid=14148 vsize=739180 CPUtime=1201.5 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 271581 0 0 0 120058 92 0 0 25 0 4 0 593383828 756920320 134912 33554432000 4194304 4627427 140736113062832 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=739180 CPUtime=1201.5 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 209214 0 0 0 120075 75 0 0 25 0 4 0 593383828 756920320 134912 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=739180 CPUtime=1195.58 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 280382 0 0 0 119459 99 0 0 25 0 4 0 593383828 756920320 134912 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 739180

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

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

[startup+1201.5 s]
/proc/loadavg: 4.03 4.30 5.58 5/175 14213
/proc/meminfo: memFree=17967416/32951124 swapFree=67110396/67111528
[pid=14150] ppid=14148 vsize=739180 CPUtime=4800.03 cores=0,2,4,6
/proc/14150/stat : 14150 (strangenight2-m) R 14148 14150 13846 0 -1 4202496 992577 0 0 0 479663 340 0 0 25 0 4 0 593383828 756920320 134912 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14150/statm: 184795 134912 389 106 0 179766 0
[pid=14150/tid=14151] ppid=14148 vsize=739180 CPUtime=1201.5 cores=0,2,4,6
/proc/14150/task/14151/stat : 14151 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 271581 0 0 0 120058 92 0 0 25 0 4 0 593383828 756920320 134912 33554432000 4194304 4627427 140736113062832 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14150/tid=14152] ppid=14148 vsize=739180 CPUtime=1201.5 cores=0,2,4,6
/proc/14150/task/14152/stat : 14152 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 209214 0 0 0 120075 75 0 0 25 0 4 0 593383828 756920320 134912 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14150/tid=14153] ppid=14148 vsize=739180 CPUtime=1195.58 cores=0,2,4,6
/proc/14150/task/14153/stat : 14153 (strangenight2-m) R 14148 14150 13846 0 -1 4202560 280382 0 0 0 119459 99 0 0 25 0 4 0 593383828 756920320 134912 33554432000 4194304 4627427 140736113062832 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 739180

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.54
CPU time (s): 4800.09
CPU user time (s): 4796.66
CPU system time (s): 3.42748
CPU usage (%): 399.495
Max. virtual memory (cumulated for all children) (KiB): 914496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.66
system time used= 3.42748
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 992580
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= 1013
involuntary context switches= 18964

runsolver used 1.90571 second user time and 4.03839 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-29 00:58:52
IDJOB=3173836
IDBENCH=82654
IDSOLVER=1586
FILE ID=node118/3173836-1304031532
RUNJOBID= node118-1304028687-13864
PBS_JOBID= 13170334
Free space on /tmp= 71612 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k7-r85-v150-c12750-S511186849-048-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173836-1304031532/watcher-3173836-1304031532 -o /tmp/evaluation-result-3173836-1304031532/solver-3173836-1304031532 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173836-1304031532.cnf

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

MD5SUM BENCH= 6a6ca4aade15f7a3c6a2d058c788d3f5
RANDOM SEED=452130419

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.68
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.842
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17882988 kB
Buffers:       1895748 kB
Cached:       11955232 kB
SwapCached:        600 kB
Active:        9994652 kB
Inactive:      4537468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17882988 kB
SwapTotal:    67111528 kB
SwapFree:     67110396 kB
Dirty:            5868 kB
Writeback:          40 kB
AnonPages:      679460 kB
Mapped:          15616 kB
Slab:           471284 kB
PageTables:       6168 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1078280 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= 71612 MiB
End job on node118 at 2011-04-29 01:18:55