Trace number 3366245

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 (fixed)? (TO) 4800.36 1203.36

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-3366245-1305399711.cnf'
0.00/0.00	c -- header says num vars:            150
0.00/0.00	c -- header says num clauses:       12750
0.00/0.01	c -- clauses added:            0 learnts,        12750 normals,            0 xors
0.00/0.01	c -- vars added        150
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	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.30
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.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.17/0.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.17/0.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.17/0.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1.17/0.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.17/0.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1.17/0.35	c Finding binary XORs  T:     0.00 s  found:       0
1.17/0.36	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
1.17/0.36	c calculated reachability. Time: 0.00
1.17/0.36	c Calc default polars -  time:   0.00 s pos:      71 undec:       2 neg:      77
1.17/0.36	c =========================================================================================
1.17/0.36	c types(t): F = full restart, N = normal restart
1.17/0.36	c types(t): S = simplification begin/end, E = solution found
1.17/0.36	c restart types(rt): st = static, dy = dynamic
1.17/0.36	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.17/0.36	c  B st     0         0       150     12750         0         0     89250         0   no data   no data
1.97/0.55	c  N dy     9      4543       150     12750         0      4329     89250    197261     40.14     42.43
2.77/0.75	c  N dy    18      8613       150     12750         0      5833     89250    232791     39.34     44.10
3.57/0.99	c  N dy    28     13410       150     12750         0      6376     89250    224402     39.26     41.53
4.76/1.24	c  N dy    40     17988       150     12750         0     10762     89250    421374     39.20     41.36
6.36/1.63	c  F st    60     25001       150     12750         0     12124     89250    447318     39.12     36.01
6.36/1.63	c  N st    60     25001       150     12750         0     12124     89250    447318     39.12     36.01
7.55/1.93	c  N dy    66     30001       150     12750         0     10387     89250    334069     39.12   no data
7.55/1.93	c  S st    66     30001       150     12750         0     10387     89250    334069     39.12   no data
7.55/1.97	c  S st    66     30505       150     12750         0     10872     89250    355302     39.12   no data
7.55/1.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.55/1.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
7.55/1.98	c blocked clauses removed:        0 vars:      0 tried:         150 T: 0.00 s
7.55/1.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.55/1.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.55/1.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
7.55/1.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.55/1.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.55/1.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.27	c lits-rem:        81  cl-subs:      465  v-elim:      0  v-fix:    0  time:  0.28 s
10.35/2.66	c asymm  cl-useful: 0/11841/12750 lits-rem:0 time: 0.38
10.35/2.66	c calculated reachability. Time: 0.00
10.35/2.66	c  N dy    66     30505       150     12750         0     10407     89250    330122     39.12   no data
11.55/2.93	c  N dy    79     34587       150     12750         0     14315     89250    504935     39.16     41.28
12.76/3.22	c  N dy    85     38914       150     12750         0     10905     89250    324854     39.08     41.45
13.93/3.51	c  N dy    90     43254       150     12750         0     15081     89250    511637     38.97     41.16
14.74/3.71	c  S st   104     45758       150     12750         0      8896     89250    202233     39.05     37.40
14.74/3.75	c  S st   104     46260       150     12750         0      9386     89250    223302     39.05   no data
14.74/3.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.74/3.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
14.74/3.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.74/3.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.74/3.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.74/3.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
14.74/3.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.74/3.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.74/3.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.14/3.82	c lits-rem:         8  cl-subs:       52  v-elim:      0  v-fix:    0  time:  0.05 s
15.14/3.82	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
15.14/3.82	c vivif2 --  cl tried     9334 cl shrink        0 lits rem          0 time: 0.00
15.14/3.85	c asymm  cl-useful: 0/909/12750 lits-rem:0 time: 0.03
15.14/3.85	c calculated reachability. Time: 0.00
15.14/3.85	c  N dy   104     46260       150     12750         0      9334     89250    220248     39.05   no data
16.34/4.11	c  N dy   112     50531       150     12750         0     13400     89250    400812     39.01     41.08
17.92/4.53	c  N dy   123     56367       150     12750         0     18991     89250    649928     38.96     41.06
19.12/4.86	c  N dy   126     61295       150     12750         0     14126     89250    404223     38.89     41.58
20.32/5.13	c  N dy   133     65382       150     12750         0     18062     89250    580198     38.86     42.67
21.54/5.45	c  S st   142     69390       150     12750         0     11380     89250    251080     38.85     38.77
21.54/5.49	c  S st   142     69894       150     12750         0     11875     89250    272894     38.85   no data
21.54/5.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.54/5.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
21.54/5.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.54/5.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.54/5.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.54/5.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
21.54/5.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
21.95/5.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
21.95/5.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.31/5.62	c lits-rem:        82  cl-subs:      110  v-elim:      0  v-fix:    0  time:  0.10 s
22.31/5.62	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
22.31/5.63	c vivif2 --  cl tried    11765 cl shrink        0 lits rem          0 time: 0.00
23.91/6.04	c asymm  cl-useful: 0/11099/12750 lits-rem:0 time: 0.41
23.91/6.04	c calculated reachability. Time: 0.00
23.91/6.04	c  N dy   142     69894       150     12750         0     11765     89250    266766     38.85   no data
25.11/6.35	c  N dy   146     74498       150     12750         0     16167     89250    464232     38.79     41.44
26.70/6.72	c  N dy   156     79264       150     12750         0     20719     89250    666252     38.74     40.90
28.30/7.12	c  N dy   180     84372       150     12750         0     14126     89250    342875     38.81     44.41
29.10/7.33	c  F st   183     87500       150     12750         0     17152     89250    478568     38.77     37.44
29.89/7.58	c  N st   188     90794       150     12750         0     20303     89250    622022     38.77   no data
32.29/8.13	c  N dy   193     97352       150     12750         0     14100     89250    311262     38.73     41.09
34.71/8.72	c  N dy   220    104841       150     12750         0     21274     89250    630979     38.75     38.66
34.71/8.72	c  S st   220    104841       150     12750         0     21274     89250    630979     38.75     38.66
34.71/8.79	c  S st   220    105341       150     12750         0     21765     89250    652910     38.75   no data
34.71/8.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
34.71/8.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
34.71/8.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
34.71/8.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
34.71/8.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
34.71/8.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
34.71/8.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.11/8.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
35.11/8.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.88/9.55	c lits-rem:       182  cl-subs:     1020  v-elim:      0  v-fix:    0  time:  0.72 s
37.88/9.55	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
37.88/9.56	c vivif2 --  cl tried    20745 cl shrink        0 lits rem          0 time: 0.01
38.27/9.68	c asymm  cl-useful: 0/1651/12750 lits-rem:0 time: 0.12
38.27/9.68	c calculated reachability. Time: 0.00
38.27/9.68	c  N dy   220    105341       150     12750         0     20745     89250    598461     38.75   no data
41.07/10.36	c  N dy   249    112168       150     12750         0     13896     89250    268968     38.80     40.88
44.25/11.19	c  N dy   271    122327       150     12750         0     23626     89250    704297     38.77     40.88
48.28/12.17	c  N dy   283    133544       150     12750         0     19981     89250    509028     38.64     40.81
51.44/12.98	c  N dy   308    143046       150     12750         0     29099     89250    915378     38.64     40.90
54.62/13.73	c  N dy   340    152195       150     12750         0     22548     89250    595643     38.68     42.93
56.64/14.28	c  S st   364    158013       150     12750         0     28138     89250    843959     38.68     38.91
57.06/14.35	c  S st   364    158513       150     12750         0     28627     89250    865112     38.68   no data
57.06/14.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
57.06/14.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
57.06/14.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
57.06/14.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.06/14.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.06/14.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
57.06/14.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
57.06/14.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
57.42/14.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.00/15.85	c lits-rem:       312  cl-subs:     1322  v-elim:      0  v-fix:    0  time:  1.45 s
63.00/15.85	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
63.00/15.86	c vivif2 --  cl tried    27305 cl shrink        0 lits rem          0 time: 0.01
63.80/16.08	c asymm  cl-useful: 0/3698/12750 lits-rem:0 time: 0.22
63.80/16.09	c calculated reachability. Time: 0.00
63.80/16.09	c  N dy   364    158513       150     12750         0     27305     89250    792617     38.68   no data
68.99/17.31	c  N dy   386    172281       150     12750         0     24213     89250    631245     38.61     40.71
73.38/18.45	c  N dy   421    183331       150     12750         0     17577     89250    306255     38.63     41.01
77.77/19.58	c  N dy   463    195060       150     12750         0     28829     89250    806590     38.67     40.94
83.75/21.03	c  N dy   499    208301       150     12750         0     23318     89250    526772     38.67     40.83
89.74/22.53	c  N dy   537    221627       150     12750         0     36020     89250   1092725     38.66     41.18
96.14/24.12	c  N dy   582    235920       150     12750         0     30607     89250    822936     38.66     40.70
96.91/24.36	c  S st   592    237770       150     12750         0     32390     89250    902428     38.67     38.63
97.31/24.46	c  S st   592    238272       150     12750         0     32883     89250    923564     38.67   no data
97.31/24.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
97.31/24.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
97.31/24.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
97.31/24.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
97.31/24.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
97.31/24.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
97.31/24.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
97.31/24.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
97.72/24.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.33/26.48	c lits-rem:       251  cl-subs:     1425  v-elim:      0  v-fix:    0  time:  1.96 s
105.33/26.48	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
105.33/26.49	c vivif2 --  cl tried    31458 cl shrink        0 lits rem          0 time: 0.01
106.50/26.73	c asymm  cl-useful: 0/2995/12750 lits-rem:0 time: 0.24
106.50/26.73	c calculated reachability. Time: 0.00
106.50/26.73	c  N dy   592    238272       150     12750         0     31458     89250    846408     38.67   no data
112.88/28.31	c  N dy   618    253546       150     12750         0     25986     89250    586287     38.64     42.02
120.06/30.19	c  N dy   664    269739       150     12750         0     41485     89250   1276209     38.65     41.00
127.64/32.06	c  N dy   738    287203       150     12750         0     37176     89250   1050514     38.69     40.90
135.65/34.08	c  N dy   776    305576       150     12750         0     32712     89250    817810     38.66     41.21
136.06/34.16	c  F st   781    306251       150     12750         0     33361     89250    846774     38.66     37.39
148.39/37.28	c  N dy   828    333830       150     12750         0     36808     89250    971148     38.62     40.70
158.36/39.71	c  N dy   885    353849       150     12750         0     32075     89250    724571     38.64     40.75
159.96/40.11	c  S st   894    357410       150     12750         0     35483     89250    875088     38.64     38.93
160.36/40.21	c  S st   894    357911       150     12750         0     35961     89250    896369     38.64   no data
160.36/40.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
160.36/40.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
160.36/40.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
160.36/40.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
160.36/40.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
160.36/40.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
160.36/40.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
160.36/40.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
160.36/40.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
167.53/42.04	c lits-rem:       352  cl-subs:     1348  v-elim:      0  v-fix:    0  time:  1.78 s
167.53/42.04	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
167.53/42.05	c vivif2 --  cl tried    34613 cl shrink        0 lits rem          0 time: 0.01
168.74/42.31	c asymm  cl-useful: 0/2590/12750 lits-rem:0 time: 0.26
168.74/42.31	c calculated reachability. Time: 0.00
168.74/42.31	c  N dy   894    357911       150     12750         0     34613     89250    824368     38.64   no data
179.12/44.92	c  N dy   970    378118       150     12750         0     29110     89250    555718     38.67     40.97
189.08/47.46	c  N dy  1039    398181       150     12750         0     48350     89250   1417126     38.68     41.14
199.87/50.13	c  N dy  1086    418558       150     12750         0     41998     89250   1097825     38.68     40.97
211.03/52.90	c  N dy  1145    438576       150     12750         0     34360     89250    722229     38.68     40.98
228.98/57.40	c  N dy  1191    473993       150     12750         0     40361     89250    960732     38.60     40.67
252.92/63.43	c  N dy  1225    518793       150     12750         0     54390     89250   1553513     38.41     40.51
262.50/65.90	c  S st  1286    536867       150     12750         0     42134     89250    982232     38.42   no data
262.92/66.00	c  S st  1286    537368       150     12750         0     42627     89250   1003691     38.42   no data
262.92/66.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
263.33/66.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
263.33/66.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
263.33/66.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
263.33/66.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
263.33/66.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
263.33/66.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
263.33/66.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
263.33/66.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
273.67/68.60	c lits-rem:       244  cl-subs:     1277  v-elim:      0  v-fix:    0  time:  2.53 s
273.67/68.60	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
273.67/68.61	c vivif2 --  cl tried    41350 cl shrink        0 lits rem          0 time: 0.01
274.47/68.89	c asymm  cl-useful: 0/2269/12750 lits-rem:0 time: 0.28
274.47/68.89	c calculated reachability. Time: 0.00
274.47/68.89	c  N dy  1286    537368       150     12750         0     41350     89250    934343     38.42   no data
288.84/72.42	c  N dy  1333    562513       150     12750         0     34818     89250    619485     38.39     40.49
300.80/75.47	c  N dy  1442    582788       150     12750         0     54248     89250   1486816     38.43     40.80
312.77/78.48	c  N dy  1524    602945       150     12750         0     42007     89250    906197     38.44     40.48
325.94/81.70	c  N dy  1553    624548       150     12750         0     62578     89250   1813517     38.39     40.67
337.53/84.68	c  N dy  1661    644736       150     12750         0     49461     89250   1208698     38.43     40.63
351.88/88.25	c  N dy  1736    664937       150     12750         0     35329     89250    543576     38.44     40.59
364.64/91.48	c  N dy  1788    686315       150     12750         0     55789     89250   1452192     38.43     40.47
380.21/95.32	c  N dy  1872    706602       150     12750         0     40792     89250    755464     38.46     40.71
396.97/99.53	c  N dy  1961    726757       150     12750         0     60170     89250   1618980     38.48     40.82
412.91/103.51	c  N dy  2031    746857       150     12750         0     43976     89250    860339     38.48     43.58
426.07/106.83	c  N dy  2084    767540       150     12750         0     63813     89250   1745543     38.47     40.59
440.84/110.54	c  N dy  2188    788287       150     12750         0     47256     89250    971308     38.49     41.11
452.82/113.58	c  S st  2242    806052       150     12750         0     64302     89250   1730850     38.50     36.22
453.62/113.75	c  S st  2242    806557       150     12750         0     64793     89250   1752103     38.50   no data
453.62/113.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
453.62/113.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
453.62/113.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
453.62/113.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
453.62/113.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
453.62/113.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
453.62/113.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
454.02/113.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
454.02/113.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
492.72/123.52	c lits-rem:       492  cl-subs:     2807  v-elim:      0  v-fix:    0  time:  9.66 s
492.72/123.52	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
492.72/123.54	c vivif2 --  cl tried    61986 cl shrink        0 lits rem          0 time: 0.02
493.51/123.79	c asymm  cl-useful: 0/1198/12750 lits-rem:0 time: 0.25
493.51/123.79	c calculated reachability. Time: 0.00
493.51/123.79	c  N dy  2242    806557       150     12750         0     61986     89250   1599064     38.50   no data
510.27/127.90	c  N dy  2334    826876       150     12750         0     44126     89250    795618     38.52     40.60
529.42/132.80	c  N dy  2400    853354       150     12750         0     69480     89250   1933156     38.51     40.55
544.45/136.55	c  N dy  2493    873406       150     12750         0     50392     89250   1043067     38.53     40.98
559.91/140.47	c  N dy  2555    894489       150     12750         0     70617     89250   1943925     38.53     40.64
574.53/144.15	c  N dy  2613    915289       150     12750         0     51230     89250   1044728     38.53     40.72
589.47/147.95	c  N dy  2696    935330       150     12750         0     70456     89250   1899419     38.54     42.36
606.82/152.39	c  N dy  2774    959495       150     12750         0     53383     89250   1113988     38.55     40.70
622.78/156.33	c  N dy  2857    979510       150     12750         0     72566     89250   1971729     38.57     40.92
638.34/160.22	c  N dy  2927    999576       150     12750         0     50564     89250    955720     38.58     40.62
653.50/164.06	c  N dy  2935   1022301       150     12750         0     72207     89250   1916671     38.53     40.90
669.87/168.19	c  N dy  3005   1042401       150     12750         0     49377     89250    864103     38.53     40.89
685.42/172.01	c  N dy  3074   1063035       150     12750         0     69143     89250   1744671     38.53     41.26
691.82/173.70	c  F st  3086   1071875       150     12750         0     77600     89250   2119124     38.53     38.33
702.18/176.25	c  N dy  3105   1083076       150     12750         0     45243     89250    647490     38.53     40.79
716.55/179.88	c  N dy  3155   1105279       150     12750         0     66523     89250   1592486     38.51     40.71
735.71/184.62	c  N dy  3233   1125414       150     12750         0     85805     89250   2454662     38.53     40.75
750.86/188.40	c  N dy  3330   1145439       150     12750         0     60985     89250   1318062     38.54     42.14
790.35/198.34	c  N dy  3340   1195720       150     12750         0     63778     89250   1406497     38.42     40.62
803.93/201.79	c  S st  3372   1209836       150     12750         0     77272     89250   2003995     38.42     38.90
805.13/202.04	c  S st  3372   1210341       150     12750         0     77763     89250   2025900     38.42   no data
805.13/202.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
805.53/202.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
805.53/202.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
805.53/202.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
805.53/202.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
805.53/202.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
805.53/202.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
805.53/202.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
805.53/202.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
860.98/216.04	c lits-rem:       973  cl-subs:     4474  v-elim:      0  v-fix:    0  time: 13.85 s
860.98/216.05	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
860.98/216.08	c vivif2 --  cl tried    73289 cl shrink        0 lits rem          0 time: 0.03
862.58/216.42	c asymm  cl-useful: 0/1758/12750 lits-rem:0 time: 0.34
862.58/216.42	c calculated reachability. Time: 0.00
862.58/216.42	c  N dy  3372   1210341       150     12750         0     73289     89250   1810978     38.42   no data
881.73/221.28	c  N dy  3426   1230760       150     12750         0     47113     89250    638244     38.42     40.59
896.50/224.91	c  N dy  3527   1250850       150     12750         0     66430     89250   1507208     38.43     40.48
915.65/229.73	c  N dy  3592   1272000       150     12750         0     86674     89250   2407010     38.44     40.73
932.81/234.03	c  N dy  3669   1292056       150     12750         0     59062     89250   1133002     38.45     42.58
949.56/238.28	c  N dy  3740   1312183       150     12750         0     78359     89250   1993332     38.45     40.75
973.53/244.22	c  N dy  3796   1332773       150     12750         0     50206     89250    703741     38.45     40.74
993.45/249.28	c  N dy  3873   1354400       150     12750         0     70957     89250   1635360     38.46     40.58
1016.20/254.95	c  N dy  3952   1374476       150     12750         0     90223     89250   2494332     38.47     40.74
1036.14/259.90	c  N dy  4040   1394496       150     12750         0     60552     89250   1128796     38.48     40.74
1054.91/264.67	c  N dy  4111   1415108       150     12750         0     80311     89250   2012200     38.49     40.53
1078.47/270.57	c  N dy  4181   1438873       150     12750         0     53242     89250    768801     38.49     40.53
1093.61/274.32	c  N dy  4226   1459226       150     12750         0     72690     89250   1627488     38.48     40.59
1113.99/279.46	c  N dy  4297   1479559       150     12750         0     92162     89250   2493404     38.49     40.72
1133.50/284.38	c  N dy  4371   1499620       150     12750         0     60626     89250   1066945     38.49     40.69
1153.49/289.37	c  N dy  4473   1521426       150     12750         0     81534     89250   2003464     38.51     41.05
1177.79/295.43	c  N dy  4551   1543058       150     12750         0    102218     89250   2927284     38.51     40.61
1193.35/299.37	c  N dy  4608   1563262       150     12750         0     69892     89250   1452346     38.51     40.60
1213.31/304.36	c  N dy  4696   1583482       150     12750         0     89215     89250   2315447     38.52     40.57
1235.26/309.88	c  N dy  4753   1603559       150     12750         0     55769     89250    784985     38.52     40.70
1252.40/314.11	c  N dy  4827   1624392       150     12750         0     75729     89250   1675985     38.52     41.42
1273.95/319.53	c  N dy  4908   1644669       150     12750         0     95186     89250   2547523     38.53     40.90
1296.30/325.16	c  N dy  5008   1664706       150     12750         0     60756     89250    971817     38.55     40.70
1314.65/329.74	c  N dy  5052   1685144       150     12750         0     80310     89250   1839927     38.54     41.18
1338.58/335.73	c  N dy  5139   1705519       150     12750         0     99843     89250   2717779     38.55     40.59
1345.77/337.51	c  S st  5163   1710341       150     12750         0    104459     89250   2924118     38.56     38.05
1346.96/337.83	c  S st  5163   1710845       150     12750         0    104951     89250   2945827     38.56   no data
1346.96/337.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1347.36/337.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1347.36/337.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1347.36/337.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1347.36/337.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1347.36/337.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1347.36/337.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1347.36/337.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1347.75/338.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1442.33/361.81	c lits-rem:       950  cl-subs:     5350  v-elim:      0  v-fix:    0  time: 23.79 s
1442.75/361.81	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
1442.75/361.86	c vivif2 --  cl tried    99601 cl shrink        0 lits rem          0 time: 0.05
1444.32/362.25	c asymm  cl-useful: 0/1151/12750 lits-rem:0 time: 0.39
1444.32/362.25	c calculated reachability. Time: 0.00
1444.32/362.25	c  N dy  5163   1710845       150     12750         0     99601     89250   2657949     38.56   no data
1464.28/367.21	c  N dy  5165   1733674       150     12750         0     66827     89250   1203596     38.52     40.57
1481.82/371.65	c  N dy  5215   1753746       150     12750         0     85984     89250   2058868     38.52     40.90
1504.19/377.28	c  N dy  5271   1773827       150     12750         0    105222     89250   2913646     38.52     40.76
1524.91/382.42	c  N dy  5363   1793909       150     12750         0     69099     89250   1279284     38.53     40.59
1544.11/387.23	c  N dy  5422   1813997       150     12750         0     88339     89250   2139646     38.53     43.99
1569.60/393.68	c  N dy  5499   1834427       150     12750         0    107897     89250   3016563     38.54     40.67
1598.73/400.90	c  N dy  5556   1860239       150     12750         0     76132     89250   1547870     38.53     40.76
1622.28/406.84	c  N dy  5625   1880429       150     12750         0     95476     89250   2409721     38.53     41.01
1654.19/414.80	c  N dy  5730   1902924       150     12750         0     59639     89250    782527     38.54     40.69
1671.38/419.17	c  N dy  5813   1923118       150     12750         0     79030     89250   1647638     38.54     40.90
1694.09/424.81	c  N dy  5882   1944163       150     12750         0     99155     89250   2545098     38.55     40.59
1722.02/431.86	c  N dy  5971   1964351       150     12750         0     60057     89250    766668     38.55     40.64
1740.38/436.48	c  N dy  6058   1985157       150     12750         0     80010     89250   1662691     38.56     40.76
1762.72/442.01	c  N dy  6125   2005295       150     12750         0     99296     89250   2520787     38.56     40.68
1791.04/449.13	c  N dy  6193   2025791       150     12750         0     59538     89250    709615     38.56     40.62
1808.20/453.46	c  N dy  6276   2045850       150     12750         0     78744     89250   1566694     38.57     40.91
1829.74/458.87	c  N dy  6357   2066207       150     12750         0     98270     89250   2441855     38.57     40.64
1857.27/465.78	c  N dy  6463   2086234       150     12750         0    117451     89250   3303131     38.59     40.96
1878.02/470.91	c  N dy  6554   2106316       150     12750         0     76336     89250   1428223     38.60     41.34
1902.76/477.16	c  N dy  6657   2126712       150     12750         0     95881     89250   2307797     38.61     40.79
1929.92/483.92	c  N dy  6717   2148408       150     12750         0    116639     89250   3229117     38.60     40.89
1951.44/489.34	c  N dy  6780   2168484       150     12750         0     74547     89250   1313845     38.61     40.96
1970.99/494.27	c  N dy  6839   2188486       150     12750         0     93653     89250   2162686     38.60     40.72
1996.17/500.59	c  N dy  6911   2208628       150     12750         0    112965     89250   3026219     38.61     41.38
1999.32/501.38	c  S st  6919   2210847       150     12750         0    115095     89250   3122204     38.61     37.50
2000.91/501.70	c  S st  6919   2211351       150     12750         0    115592     89250   3143961     38.61   no data
2000.91/501.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2000.91/501.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
2000.91/501.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2000.91/501.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2000.91/501.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2000.91/501.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2000.91/501.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2001.31/501.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2001.31/501.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2103.86/527.53	c lits-rem:       802  cl-subs:     5875  v-elim:      0  v-fix:    0  time: 25.65 s
2103.86/527.54	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
2103.86/527.57	c vivif2 --  cl tried   109717 cl shrink        0 lits rem          0 time: 0.04
2105.47/527.96	c asymm  cl-useful: 0/1039/12750 lits-rem:0 time: 0.39
2105.47/527.97	c calculated reachability. Time: 0.00
2105.47/527.97	c  N dy  6919   2211351       150     12750         0    109717     89250   2831937     38.61   no data
2132.58/534.73	c  N dy  6989   2231502       150     12750         0     66896     89250    941385     38.61     41.13
2152.13/539.65	c  N dy  7083   2251576       150     12750         0     86151     89250   1803028     38.62     43.04
2176.47/545.74	c  N dy  7164   2271650       150     12750         0    105397     89250   2664411     38.62     40.79
2204.79/552.81	c  N dy  7243   2291717       150     12750         0    124645     89250   3529562     38.63     45.11
2226.34/558.25	c  N dy  7313   2313480       150     12750         0     82270     89250   1592064     38.63     40.73
2251.47/564.56	c  N dy  7380   2333537       150     12750         0    101510     89250   2453892     38.63     42.04
2279.81/571.63	c  N dy  7451   2353827       150     12750         0    120973     89250   3326642     38.64     40.77
2303.39/577.55	c  N dy  7508   2373830       150     12750         0     75957     89250   1272062     38.64     43.10
2331.67/584.65	c  N dy  7594   2400487       150     12750         0    101466     89250   2411506     38.64     40.84
2358.41/591.31	c  N dy  7656   2421191       150     12750         0    121306     89250   3296367     38.64     40.83
2383.54/597.60	c  N dy  7738   2441602       150     12750         0     75748     89250   1229458     38.64     40.69
2408.31/603.84	c  N dy  7817   2465420       150     12750         0     98563     89250   2249658     38.65     40.71
2434.22/610.40	c  N dy  7900   2485627       150     12750         0    117910     89250   3120002     38.65     40.87
2463.34/617.61	c  N dy  7971   2505805       150     12750         0     71178     89250    990026     38.65     40.99
2483.33/622.64	c  N dy  8045   2525886       150     12750         0     90468     89250   1855543     38.66     41.04
2510.02/629.35	c  N dy  8130   2547707       150     12750         0    111391     89250   2793615     38.66     41.23
2549.52/639.21	c  N dy  8212   2568543       150     12750         0    131305     89250   3682829     38.67     41.02
2572.66/645.03	c  N dy  8298   2588654       150     12750         0     83530     89250   1511972     38.67     40.77
2596.60/651.03	c  N dy  8359   2610028       150     12750         0    103974     89250   2428280     38.68     41.11
2624.13/657.91	c  N dy  8414   2630062       150     12750         0    123093     89250   3283569     38.68     43.53
2649.70/664.31	c  N dy  8472   2650172       150     12750         0     74372     89250   1066480     38.67     41.12
2671.64/669.83	c  N dy  8584   2670269       150     12750         0     93640     89250   1933739     38.68     40.91
2697.98/676.41	c  N dy  8667   2690343       150     12750         0    112871     89250   2794974     38.69     41.03
2727.88/683.94	c  N dy  8732   2710449       150     12750         0    132112     89250   3656756     38.69     40.82
2729.11/684.26	c  S st  8733   2711354       150     12750         0    132976     89250   3695253     38.69     36.93
2730.67/684.62	c  S st  8733   2711858       150     12750         0    133466     89250   3717526     38.69   no data
2730.67/684.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2731.07/684.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.08
2731.07/684.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2731.07/684.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2731.07/684.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2731.07/684.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2731.07/684.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2731.07/684.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2731.47/684.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2872.32/720.11	c lits-rem:       952  cl-subs:     6709  v-elim:      0  v-fix:    0  time: 35.26 s
2872.32/720.11	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
2872.32/720.15	c vivif2 --  cl tried   126757 cl shrink        0 lits rem          0 time: 0.04
2873.95/720.57	c asymm  cl-useful: 0/907/12750 lits-rem:0 time: 0.41
2873.95/720.57	c calculated reachability. Time: 0.00
2873.95/720.57	c  N dy  8733   2711858       150     12750         0    126757     89250   3352455     38.69   no data
2902.24/727.68	c  N dy  8823   2732007       150     12750         0     77283     89250   1165032     38.70     40.96
2923.38/732.98	c  N dy  8886   2752357       150     12750         0     96767     89250   2033667     38.70     40.75
2953.30/740.46	c  N dy  8976   2772619       150     12750         0    116191     89250   2906812     38.70     41.16
2984.42/748.28	c  N dy  9050   2792886       150     12750         0    135604     89250   3777055     38.71     40.81
3005.97/753.61	c  N dy  9083   2813101       150     12750         0     85082     89250   1472512     38.70     40.90
3030.72/759.87	c  N dy  9184   2833364       150     12750         0    104572     89250   2347000     38.71     40.87
3059.44/767.01	c  N dy  9255   2853552       150     12750         0    123957     89250   3213194     38.71     40.82
3092.56/775.34	c  N dy  9335   2873623       150     12750         0     72282     89250    864811     38.71     40.78
3112.50/780.36	c  N dy  9401   2893950       150     12750         0     91773     89250   1738710     38.72     40.81
3137.27/786.56	c  N dy  9448   2915596       150     12750         0    112451     89250   2669385     38.72     40.86
3166.37/793.86	c  N dy  9502   2936136       150     12750         0    132066     89250   3545863     38.71     41.27
3194.34/800.83	c  N dy  9553   2956150       150     12750         0     79366     89250   1149700     38.71     41.10
3216.29/806.38	c  N dy  9634   2976277       150     12750         0     98628     89250   2013008     38.72     40.80
3244.97/813.53	c  N dy  9714   2996498       150     12750         0    118037     89250   2885147     38.72     40.80
3299.25/827.16	c  N dy  9804   3020828       150     12750         0    141313     89250   3927002     38.72     40.94
3335.13/836.15	c  N dy  9881   3041367       150     12750         0     88235     89250   1517727     38.72     40.98
3362.67/843.07	c  N dy  9939   3062560       150     12750         0    108500     89250   2429174     38.73     40.89
3400.61/852.52	c  N dy 10009   3089371       150     12750         0    134113     89250   3579508     38.72     41.02
3432.89/860.61	c  N dy 10087   3111155       150     12750         0     81305     89250   1175328     38.73     40.79
3455.63/866.34	c  N dy 10170   3131351       150     12750         0    100715     89250   2047639     38.73     41.22
3483.16/873.21	c  N dy 10242   3151399       150     12750         0    119886     89250   2906756     38.73     41.12
3532.27/885.55	c  N dy 10280   3191600       150     12750         0     83507     89250   1241446     38.71     40.85
3556.17/891.51	c  N dy 10376   3211642       150     12750         0    102722     89250   2108091     38.71     40.81
3556.17/891.59	c  S st 10378   3211858       150     12750         0    102930     89250   2117201     38.71     37.70
3557.37/891.86	c  S st 10378   3212360       150     12750         0    103419     89250   2138721     38.71   no data
3557.37/891.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3557.78/891.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
3557.78/891.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3557.78/891.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3557.78/891.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3557.78/891.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3557.78/891.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3557.78/891.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3557.78/892.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3606.06/904.02	c lits-rem:       551  cl-subs:     3035  v-elim:      0  v-fix:    0  time: 12.02 s
3606.06/904.03	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
3606.06/904.05	c vivif2 --  cl tried   100384 cl shrink        0 lits rem          0 time: 0.03
3607.65/904.44	c asymm  cl-useful: 0/1080/12750 lits-rem:0 time: 0.39
3607.65/904.44	c calculated reachability. Time: 0.00
3607.65/904.44	c  N dy 10378   3212360       150     12750         0    100384     89250   1979610     38.71   no data
3635.18/911.33	c  N dy 10450   3233567       150     12750         0    120665     89250   2892312     38.72     40.78
3666.30/919.13	c  N dy 10503   3253766       150     12750         0    139989     89250   3756407     38.71     41.02
3700.61/927.74	c  N dy 10548   3276504       150     12750         0     86233     89250   1327091     38.71     40.79
3730.13/935.10	c  N dy 10649   3296529       150     12750         0    105476     89250   2191150     38.72     41.00
3760.09/942.65	c  N dy 10718   3316887       150     12750         0    124974     89250   3063491     38.72     40.89
3796.77/951.84	c  N dy 10754   3341849       150     12750         0    148822     89250   4131372     38.71     40.95
3821.53/958.07	c  N dy 10818   3361872       150     12750         0     91489     89250   1530356     38.71     41.87
3849.83/965.10	c  N dy 10900   3384087       150     12750         0    112719     89250   2482221     38.72     40.83
3880.56/972.83	c  N dy 10975   3404571       150     12750         0    132364     89250   3366077     38.72     40.76
3918.86/982.43	c  N dy 11064   3425394       150     12750         0    152359     89250   4266977     38.73     41.01
3947.59/989.66	c  N dy 11127   3449784       150     12750         0     98107     89250   1786861     38.73     40.78
3975.56/996.61	c  N dy 11219   3469894       150     12750         0    117369     89250   2654118     38.73     40.94
4026.18/1009.35	c  N dy 11308   3504220       150     12750         0    150184     89250   4131623     38.73     40.77
4052.92/1016.00	c  N dy 11380   3524254       150     12750         0     90872     89250   1434118     38.73     45.12
4078.06/1022.32	c  N dy 11459   3544407       150     12750         0    110160     89250   2300964     38.73     40.78
4111.97/1030.86	c  N dy 11551   3564420       150     12750         0    129330     89250   3162824     38.74     43.06
4176.21/1046.91	c  N dy 11638   3591299       150     12750         0    155004     89250   4315810     38.74     40.89
4208.17/1054.93	c  N dy 11690   3611393       150     12750         0     94824     89250   1576760     38.74     40.86
4252.41/1066.05	c  N dy 11759   3644007       150     12750         0    126078     89250   2977919     38.73     40.95
4283.93/1073.94	c  N dy 11805   3664210       150     12750         0    145407     89250   3847961     38.73     40.83
4319.05/1082.72	c  N dy 11832   3687896       150     12750         0     87647     89250   1220254     38.72     40.80
4342.99/1088.70	c  N dy 11886   3710244       150     12750         0    109045     89250   2182324     38.72     40.83
4346.18/1089.56	c  S st 11907   3712360       150     12750         0    111057     89250   2274657     38.72   no data
4347.38/1089.85	c  S st 11907   3712861       150     12750         0    111545     89250   2296173     38.72   no data
4347.38/1089.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4347.78/1089.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
4347.78/1089.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4347.78/1089.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4347.78/1089.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4347.78/1089.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4347.78/1089.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4347.78/1089.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4348.20/1090.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4397.64/1102.41	c lits-rem:       831  cl-subs:     3551  v-elim:      0  v-fix:    0  time: 12.40 s
4397.64/1102.41	c vivif2 --  cl tried    12750 cl shrink        0 lits rem          0 time: 0.00
4397.64/1102.45	c vivif2 --  cl tried   107994 cl shrink        0 lits rem          0 time: 0.03
4399.24/1102.84	c asymm  cl-useful: 0/1015/12750 lits-rem:0 time: 0.39
4399.24/1102.85	c calculated reachability. Time: 0.00
4399.24/1102.85	c  N dy 11907   3712861       150     12750         0    107994     89250   2112905     38.72   no data
4429.17/1110.38	c  N dy 11977   3733617       150     12750         0    127899     89250   3006353     38.72     41.01
4459.89/1118.07	c  F st 12033   3751562       150     12750         0    145055     89250   3772981     38.72     34.24
4465.47/1119.42	c  N st 12038   3754858       150     12750         0    148194     89250   3917068     38.72   no data
4500.18/1128.19	c  N dy 12105   3775408       150     12750         0     86593     89250   1143074     38.73     40.85
4525.72/1134.53	c  N dy 12201   3795751       150     12750         0    106096     89250   2023215     38.73     40.98
4567.21/1145.00	c  N dy 12257   3822439       150     12750         0    131548     89250   3162783     38.73     40.78
4609.11/1155.41	c  N dy 12312   3846731       150     12750         0    154762     89250   4202492     38.73     41.50
4642.25/1163.74	c  N dy 12402   3866774       150     12750         0     91748     89250   1340570     38.73     40.80
4706.07/1179.79	c  N dy 12447   3920602       150     12750         0    142953     89250   3638645     38.69     40.75
4745.97/1189.79	c  N dy 12497   3943075       150     12750         0    164418     89250   4600152     38.69     40.82
4772.30/1196.34	c  N dy 12581   3963148       150     12750         0    100556     89250   1705644     38.69     41.72
4799.83/1203.22	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: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 8.06 8.06 8.00 6/310 18780
/proc/meminfo: memFree=18174948/32950928 swapFree=67111348/67111528
[pid=18780] ppid=18778 vsize=183208 CPUtime=0 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 517 0 0 0 0 0 0 0 25 0 4 0 651570729 187604992 444 33554432000 4194304 4580107 140735149478640 18446744073709551615 274473967419 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 45802 473 324 95 0 40784 0
[pid=18780/tid=18781] ppid=18778 vsize=208228 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 266 0 0 0 0 0 0 0 25 0 4 0 651570730 213225472 1245 33554432000 4194304 4580107 140735149478640 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=208228 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 104 0 0 0 0 0 0 0 25 0 4 0 651570730 213225472 1247 33554432000 4194304 4580107 140735149478640 18446744073709551615 274474072558 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=208228 CPUtime=0 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 277 0 0 0 0 0 0 0 25 0 4 0 651570730 213225472 1248 33554432000 4194304 4580107 140735149478640 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.0276521 s]
/proc/loadavg: 8.06 8.06 8.00 6/310 18780
/proc/meminfo: memFree=18174948/32950928 swapFree=67111348/67111528
[pid=18780] ppid=18778 vsize=217132 CPUtime=0.08 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 2004 0 0 0 8 0 0 0 25 0 4 0 651570729 222343168 1918 33554432000 4194304 4580107 140735149478640 18446744073709551615 274473628705 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 54283 1918 357 95 0 49265 0
[pid=18780/tid=18781] ppid=18778 vsize=217132 CPUtime=0.02 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 397 0 0 0 2 0 0 0 25 0 4 0 651570730 222343168 1918 33554432000 4194304 4580107 140735149478640 18446744073709551615 274474072607 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=217132 CPUtime=0.01 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 345 0 0 0 1 0 0 0 25 0 4 0 651570730 222343168 1918 33554432000 4194304 4580107 140735149478640 18446744073709551615 274474072558 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=217132 CPUtime=0.02 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 433 0 0 0 2 0 0 0 25 0 4 0 651570730 222343168 1918 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 217132

[startup+0.111616 s]
/proc/loadavg: 8.06 8.06 8.00 6/310 18780
/proc/meminfo: memFree=18174948/32950928 swapFree=67111348/67111528
[pid=18780] ppid=18778 vsize=217264 CPUtime=0.41 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 2190 0 0 0 41 0 0 0 25 0 4 0 651570729 222478336 2104 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 54316 2104 358 95 0 49298 0
[pid=18780/tid=18781] ppid=18778 vsize=217264 CPUtime=0.1 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 413 0 0 0 10 0 0 0 25 0 4 0 651570730 222478336 2104 33554432000 4194304 4580107 140735149478640 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=217264 CPUtime=0.1 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 354 0 0 0 10 0 0 0 25 0 4 0 651570730 222478336 2104 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=217264 CPUtime=0.1 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 575 0 0 0 10 0 0 0 25 0 4 0 651570730 222478336 2104 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 217264

[startup+0.300584 s]
/proc/loadavg: 8.06 8.06 8.00 6/310 18780
/proc/meminfo: memFree=18174948/32950928 swapFree=67111348/67111528
[pid=18780] ppid=18778 vsize=218404 CPUtime=1.17 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 2731 0 0 0 117 0 0 0 25 0 4 0 651570729 223645696 2295 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 54601 2295 358 95 0 49583 0
[pid=18780/tid=18781] ppid=18778 vsize=218404 CPUtime=0.29 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 443 0 0 0 29 0 0 0 25 0 4 0 651570730 223645696 2295 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294410 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=218404 CPUtime=0.28 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 364 0 0 0 28 0 0 0 25 0 4 0 651570730 223645696 2295 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=218404 CPUtime=0.29 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 1047 0 0 0 29 0 0 0 25 0 4 0 651570730 223645696 2295 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 218404

[startup+0.700515 s]
/proc/loadavg: 8.06 8.06 8.00 6/310 18780
/proc/meminfo: memFree=18174948/32950928 swapFree=67111348/67111528
[pid=18780] ppid=18778 vsize=207088 CPUtime=2.77 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 7824 0 0 0 276 1 0 0 18 0 4 0 651570729 212058112 5484 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 51772 5484 376 95 0 46754 0
[pid=18780/tid=18781] ppid=18778 vsize=207088 CPUtime=0.69 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 1925 0 0 0 69 0 0 0 25 0 4 0 651570730 212058112 5484 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=207088 CPUtime=0.68 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 1867 0 0 0 68 0 0 0 25 0 4 0 651570730 212058112 5484 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=207088 CPUtime=0.69 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 1676 0 0 0 69 0 0 0 25 0 4 0 651570730 212058112 5484 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294462 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 207088

[startup+1.50038 s]
/proc/loadavg: 8.21 8.09 8.01 10/314 18784
/proc/meminfo: memFree=18054820/32950928 swapFree=67111348/67111528
[pid=18780] ppid=18778 vsize=226772 CPUtime=5.96 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 12709 0 0 0 594 2 0 0 19 0 4 0 651570729 232214528 6538 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 56693 6538 377 95 0 51675 0
[pid=18780/tid=18781] ppid=18778 vsize=226772 CPUtime=1.49 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 3130 0 0 0 149 0 0 0 25 0 4 0 651570730 232214528 6538 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=226772 CPUtime=1.47 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 3083 0 0 0 147 0 0 0 25 0 4 0 651570730 232214528 6538 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=226772 CPUtime=1.49 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 2918 0 0 0 149 0 0 0 25 0 4 0 651570730 232214528 6538 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 226772

[startup+3.1011 s]
/proc/loadavg: 8.21 8.09 8.01 9/314 18784
/proc/meminfo: memFree=18032128/32950928 swapFree=67111348/67111528
[pid=18780] ppid=18778 vsize=246520 CPUtime=12.35 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 28211 0 0 0 1231 4 0 0 23 0 4 0 651570729 252436480 16311 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 61630 16311 378 95 0 56612 0
[pid=18780/tid=18781] ppid=18778 vsize=246520 CPUtime=3.08 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 6290 0 0 0 308 0 0 0 25 0 4 0 651570730 252436480 16311 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=246520 CPUtime=3.06 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 7667 0 0 0 305 1 0 0 25 0 4 0 651570730 252436480 16311 33554432000 4194304 4580107 140735149478640 18446744073709551615 4406340 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=246520 CPUtime=3.08 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 7262 0 0 0 308 0 0 0 25 0 4 0 651570730 252436480 16311 33554432000 4194304 4580107 140735149478640 18446744073709551615 4406355 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 246520

[startup+6.30053 s]
/proc/loadavg: 8.21 8.09 8.01 9/314 18784
/proc/meminfo: memFree=17962556/32950928 swapFree=67111348/67111528
[pid=18780] ppid=18778 vsize=257736 CPUtime=25.11 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 40979 0 0 0 2505 6 0 0 25 0 4 0 651570729 263921664 19422 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 64434 19422 378 95 0 59416 0
[pid=18780/tid=18781] ppid=18778 vsize=257736 CPUtime=6.29 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 10842 0 0 0 628 1 0 0 25 0 4 0 651570730 263921664 19422 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=257736 CPUtime=6.22 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 10181 0 0 0 620 2 0 0 25 0 4 0 651570730 263921664 19422 33554432000 4194304 4580107 140735149478640 18446744073709551615 274473664267 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=257736 CPUtime=6.29 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 9870 0 0 0 628 1 0 0 25 0 4 0 651570730 263921664 19422 33554432000 4194304 4580107 140735149478640 18446744073709551615 4322672 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 257736

[startup+12.7004 s]
/proc/loadavg: 8.18 8.09 8.01 9/314 18784
/proc/meminfo: memFree=17948208/32950928 swapFree=67111348/67111528
[pid=18780] ppid=18778 vsize=273864 CPUtime=50.63 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 65064 0 0 0 5052 11 0 0 25 0 4 0 651570729 280436736 27508 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 68466 27508 378 95 0 63448 0
[pid=18780/tid=18781] ppid=18778 vsize=273864 CPUtime=12.69 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 16328 0 0 0 1267 2 0 0 25 0 4 0 651570730 280436736 27508 33554432000 4194304 4580107 140735149478640 18446744073709551615 4305219 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=273864 CPUtime=12.54 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 16044 0 0 0 1252 2 0 0 25 0 4 0 651570730 280436736 27508 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=273864 CPUtime=12.69 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 15838 0 0 0 1266 3 0 0 25 0 4 0 651570730 280436736 27508 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 273864

[startup+25.5012 s]
/proc/loadavg: 8.15 8.08 8.01 9/314 18784
/proc/meminfo: memFree=17704300/32950928 swapFree=67111348/67111528
[pid=18780] ppid=18778 vsize=273576 CPUtime=101.7 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 100955 0 0 0 10151 19 0 0 25 0 4 0 651570729 280141824 36816 33554432000 4194304 4580107 140735149478640 18446744073709551615 4406334 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 68394 36816 378 95 0 63376 0
[pid=18780/tid=18781] ppid=18778 vsize=273576 CPUtime=25.49 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 24861 0 0 0 2546 3 0 0 25 0 4 0 651570730 280141824 36816 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=273576 CPUtime=25.21 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 24737 0 0 0 2517 4 0 0 25 0 4 0 651570730 280141824 36816 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=273576 CPUtime=25.48 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 24171 0 0 0 2543 5 0 0 25 0 4 0 651570730 280141824 36816 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.7
Current children cumulated vsize (KiB) 273576

[startup+51.1007 s]
/proc/loadavg: 8.09 8.08 8.01 9/314 18785
/proc/meminfo: memFree=17577288/32950928 swapFree=67111348/67111528
[pid=18780] ppid=18778 vsize=285872 CPUtime=203.85 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 150477 0 0 0 20354 31 0 0 25 0 4 0 651570729 292732928 39005 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 71468 39005 378 95 0 66450 0
[pid=18780/tid=18781] ppid=18778 vsize=285872 CPUtime=51.08 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 34970 0 0 0 5103 5 0 0 25 0 4 0 651570730 292732928 39005 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=285872 CPUtime=50.56 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 39224 0 0 0 5048 8 0 0 25 0 4 0 651570730 292732928 39005 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=285872 CPUtime=51.08 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 35787 0 0 0 5100 8 0 0 25 0 4 0 651570730 292732928 39005 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.85
Current children cumulated vsize (KiB) 285872

[startup+102.312 s]
/proc/loadavg: 8.09 8.08 8.01 9/314 18786
/proc/meminfo: memFree=17281496/32950928 swapFree=67111348/67111528
[pid=18780] ppid=18778 vsize=318192 CPUtime=408.16 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 215932 0 0 0 40767 49 0 0 25 0 4 0 651570729 325828608 48404 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 79548 48404 378 95 0 74530 0
[pid=18780/tid=18781] ppid=18778 vsize=318192 CPUtime=102.3 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 48489 0 0 0 10221 9 0 0 25 0 4 0 651570730 325828608 48404 33554432000 4194304 4580107 140735149478640 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=318192 CPUtime=101.24 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 56170 0 0 0 10111 13 0 0 25 0 4 0 651570730 325828608 48404 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=318192 CPUtime=102.29 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 55388 0 0 0 10216 13 0 0 25 0 4 0 651570730 325828608 48404 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.16
Current children cumulated vsize (KiB) 318192

[startup+162.301 s]

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

[pid=18780] ppid=18778 vsize=725900 CPUtime=2801.29 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 723722 0 0 0 279894 235 0 0 25 0 4 0 651570729 743321600 107474 33554432000 4194304 4580107 140735149478640 18446744073709551615 4406395 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 181475 107474 378 95 0 176457 0
[pid=18780/tid=18781] ppid=18778 vsize=725900 CPUtime=701.6 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 181515 0 0 0 70106 54 0 0 25 0 4 0 651570730 743321600 107474 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=725900 CPUtime=695.18 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 186384 0 0 0 69458 60 0 0 25 0 4 0 651570730 743321600 107474 33554432000 4194304 4580107 140735149478640 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=725900 CPUtime=702.19 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 186359 0 0 0 70156 63 0 0 25 0 4 0 651570730 743321600 107474 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2801.29
Current children cumulated vsize (KiB) 725900

[startup+762.312 s]
/proc/loadavg: 8.15 8.12 8.07 9/314 18807
/proc/meminfo: memFree=16511428/32950928 swapFree=67111348/67111528
[pid=18780] ppid=18778 vsize=673452 CPUtime=3040.73 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 757284 0 0 0 303824 249 0 0 25 0 4 0 651570729 689614848 104703 33554432000 4194304 4580107 140735149478640 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 168363 104703 378 95 0 163345 0
[pid=18780/tid=18781] ppid=18778 vsize=673452 CPUtime=761.61 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 191330 0 0 0 76102 59 0 0 25 0 4 0 651570730 689614848 104703 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=673452 CPUtime=754.58 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 195540 0 0 0 75394 64 0 0 25 0 4 0 651570730 689614848 104703 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=673452 CPUtime=762.2 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 196075 0 0 0 76153 67 0 0 25 0 4 0 651570730 689614848 104703 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3040.73
Current children cumulated vsize (KiB) 673452

[startup+822.301 s]
/proc/loadavg: 8.16 8.13 8.08 9/314 18809
/proc/meminfo: memFree=16404144/32950928 swapFree=67111348/67111528
[pid=18780] ppid=18778 vsize=797200 CPUtime=3280.08 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 810281 0 0 0 327743 265 0 0 25 0 4 0 651570729 816332800 127689 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 199300 127689 378 95 0 194282 0
[pid=18780/tid=18781] ppid=18778 vsize=797200 CPUtime=821.6 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 208072 0 0 0 82097 63 0 0 25 0 4 0 651570730 816332800 127689 33554432000 4194304 4580107 140735149478640 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=797200 CPUtime=813.95 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 205824 0 0 0 81328 67 0 0 25 0 4 0 651570730 816332800 127689 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=797200 CPUtime=822.19 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 212144 0 0 0 82147 72 0 0 25 0 4 0 651570730 816332800 127689 33554432000 4194304 4580107 140735149478640 18446744073709551615 4406380 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3280.08
Current children cumulated vsize (KiB) 797200

[startup+882.301 s]
/proc/loadavg: 8.16 8.13 8.08 9/314 18810
/proc/meminfo: memFree=16378576/32950928 swapFree=67111348/67111528
[pid=18780] ppid=18778 vsize=798180 CPUtime=3519.46 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 833656 0 0 0 351670 276 0 0 25 0 4 0 651570729 817336320 125879 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 199545 125879 378 95 0 194527 0
[pid=18780/tid=18781] ppid=18778 vsize=798180 CPUtime=881.6 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 210067 0 0 0 88097 63 0 0 25 0 4 0 651570730 817336320 125879 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=798180 CPUtime=873.34 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 215189 0 0 0 87262 72 0 0 25 0 4 0 651570730 817336320 125879 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=798180 CPUtime=882.19 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 217854 0 0 0 88145 74 0 0 25 0 4 0 651570730 817336320 125879 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3519.46
Current children cumulated vsize (KiB) 798180

[startup+942.301 s]
/proc/loadavg: 8.09 8.12 8.08 9/314 18812
/proc/meminfo: memFree=16328820/32950928 swapFree=67111348/67111528
[pid=18780] ppid=18778 vsize=744236 CPUtime=3758.87 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 863889 0 0 0 375598 289 0 0 25 0 4 0 651570729 762097664 125940 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 186059 125940 378 95 0 181041 0
[pid=18780/tid=18781] ppid=18778 vsize=744236 CPUtime=941.6 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 216559 0 0 0 94094 66 0 0 25 0 4 0 651570730 762097664 125940 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=744236 CPUtime=932.73 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 224025 0 0 0 93198 75 0 0 25 0 4 0 651570730 762097664 125940 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=744236 CPUtime=942.19 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 227686 0 0 0 94141 78 0 0 25 0 4 0 651570730 762097664 125940 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3758.87
Current children cumulated vsize (KiB) 744236

[startup+1002.3 s]
/proc/loadavg: 8.10 8.12 8.08 9/314 18813
/proc/meminfo: memFree=16311064/32950928 swapFree=67111348/67111528
[pid=18780] ppid=18778 vsize=852732 CPUtime=3998.25 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 899679 0 0 0 399522 303 0 0 25 0 4 0 651570729 873197568 135453 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294510 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 213183 135453 378 95 0 208165 0
[pid=18780/tid=18781] ppid=18778 vsize=852732 CPUtime=1001.6 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 222765 0 0 0 100092 68 0 0 25 0 4 0 651570730 873197568 135453 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=852732 CPUtime=992.12 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 233695 0 0 0 99133 79 0 0 25 0 4 0 651570730 873197568 135453 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=852732 CPUtime=1002.2 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 237715 0 0 0 100137 83 0 0 25 0 4 0 651570730 873197568 135453 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3998.25
Current children cumulated vsize (KiB) 852732

[startup+1062.3 s]
/proc/loadavg: 8.04 8.10 8.08 9/314 18815
/proc/meminfo: memFree=16337444/32950928 swapFree=67111348/67111528
[pid=18780] ppid=18778 vsize=757720 CPUtime=4237.65 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 924435 0 0 0 423450 315 0 0 25 0 4 0 651570729 775905280 133919 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 189430 133919 378 95 0 184412 0
[pid=18780/tid=18781] ppid=18778 vsize=757720 CPUtime=1061.61 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 229844 0 0 0 106090 71 0 0 25 0 4 0 651570730 775905280 133919 33554432000 4194304 4580107 140735149478640 18446744073709551615 4416727 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=757720 CPUtime=1051.52 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 240697 0 0 0 105069 83 0 0 25 0 4 0 651570730 775905280 133919 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=757720 CPUtime=1062.19 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 242874 0 0 0 106134 85 0 0 25 0 4 0 651570730 775905280 133919 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4237.65
Current children cumulated vsize (KiB) 757720

[startup+1122.3 s]
/proc/loadavg: 8.09 8.11 8.08 9/314 18817
/proc/meminfo: memFree=16327488/32950928 swapFree=67111348/67111528
[pid=18780] ppid=18778 vsize=772288 CPUtime=4477.04 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 956080 0 0 0 447374 330 0 0 25 0 4 0 651570729 790822912 137630 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 193072 137630 378 95 0 188054 0
[pid=18780/tid=18781] ppid=18778 vsize=772288 CPUtime=1121.61 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 238359 0 0 0 112087 74 0 0 25 0 4 0 651570730 790822912 137630 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=772288 CPUtime=1110.91 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 247278 0 0 0 111004 87 0 0 25 0 4 0 651570730 790822912 137630 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=772288 CPUtime=1122.2 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 252354 0 0 0 112130 90 0 0 25 0 4 0 651570730 790822912 137630 33554432000 4194304 4580107 140735149478640 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4477.04
Current children cumulated vsize (KiB) 772288

[startup+1182.3 s]
/proc/loadavg: 8.11 8.10 8.08 9/314 18818
/proc/meminfo: memFree=16432980/32950928 swapFree=67111348/67111528
[pid=18780] ppid=18778 vsize=773436 CPUtime=4716.44 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 988952 0 0 0 471301 343 0 0 25 0 4 0 651570729 791998464 133152 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 193359 133152 378 95 0 188341 0
[pid=18780/tid=18781] ppid=18778 vsize=773436 CPUtime=1181.61 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 246594 0 0 0 118084 77 0 0 25 0 4 0 651570730 791998464 133152 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=773436 CPUtime=1170.3 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 256287 0 0 0 116940 90 0 0 25 0 4 0 651570730 791998464 133152 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=773436 CPUtime=1182.19 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 261687 0 0 0 118126 93 0 0 25 0 4 0 651570730 791998464 133152 33554432000 4194304 4580107 140735149478640 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4716.44
Current children cumulated vsize (KiB) 773436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.3 s]
/proc/loadavg: 8.16 8.11 8.09 5/309 18820
/proc/meminfo: memFree=17673120/32950928 swapFree=67111348/67111528
[pid=18780] ppid=18778 vsize=831428 CPUtime=4800.29 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 1001839 0 0 0 479681 348 0 0 25 0 4 0 651570729 851382272 139171 33554432000 4194304 4580107 140735149478640 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 207857 139171 378 95 0 202839 0
[pid=18780/tid=18781] ppid=18778 vsize=831428 CPUtime=1202.63 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 250658 0 0 0 120185 78 0 0 25 0 4 0 651570730 851382272 139172 33554432000 4194304 4580107 140735149478640 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=831428 CPUtime=1191.09 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 258712 0 0 0 119018 91 0 0 25 0 4 0 651570730 851382272 139172 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=831428 CPUtime=1203.21 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 264281 0 0 0 120227 94 0 0 25 0 4 0 651570730 851382272 139172 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 831428

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

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

[startup+1203.3 s]
/proc/loadavg: 8.16 8.11 8.09 5/309 18820
/proc/meminfo: memFree=17673120/32950928 swapFree=67111348/67111528
[pid=18780] ppid=18778 vsize=831428 CPUtime=4800.29 cores=0,2,4,6
/proc/18780/stat : 18780 (strangenight2-m) R 18778 18780 18635 0 -1 4202496 1001839 0 0 0 479681 348 0 0 25 0 4 0 651570729 851382272 139171 33554432000 4194304 4580107 140735149478640 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/18780/statm: 207857 139171 378 95 0 202839 0
[pid=18780/tid=18781] ppid=18778 vsize=831428 CPUtime=1202.63 cores=0,2,4,6
/proc/18780/task/18781/stat : 18781 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 250658 0 0 0 120185 78 0 0 25 0 4 0 651570730 851382272 139172 33554432000 4194304 4580107 140735149478640 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=18780/tid=18782] ppid=18778 vsize=831428 CPUtime=1191.09 cores=0,2,4,6
/proc/18780/task/18782/stat : 18782 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 258712 0 0 0 119018 91 0 0 25 0 4 0 651570730 851382272 139172 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=18780/tid=18783] ppid=18778 vsize=831428 CPUtime=1203.21 cores=0,2,4,6
/proc/18780/task/18783/stat : 18783 (strangenight2-m) R 18778 18780 18635 0 -1 4202560 264281 0 0 0 120227 94 0 0 25 0 4 0 651570730 851382272 139172 33554432000 4194304 4580107 140735149478640 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 831428

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.36
CPU time (s): 4800.36
CPU user time (s): 4796.85
CPU system time (s): 3.50647
CPU usage (%): 398.914
Max. virtual memory (cumulated for all children) (KiB): 935704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4796.85
system time used= 3.50647
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1001841
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= 547
involuntary context switches= 23959

runsolver used 3.63645 second user time and 8.42272 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-14 21:01:51
IDJOB=3366245
IDBENCH=82654
IDSOLVER=1844
FILE ID=node125/3366245-1305399711
RUNJOBID= node125-1305398505-18653
PBS_JOBID= 13324489
Free space on /tmp= 73188 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
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-3366245-1305399711/watcher-3366245-1305399711 -o /tmp/evaluation-result-3366245-1305399711/solver-3366245-1305399711 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366245-1305399711.cnf

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

MD5SUM BENCH= 6a6ca4aade15f7a3c6a2d058c788d3f5
RANDOM SEED=1600722920

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      18175476 kB
Buffers:        252360 kB
Cached:        4035292 kB
SwapCached:          0 kB
Active:       11187152 kB
Inactive:      3214672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      18175476 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           13992 kB
Writeback:           0 kB
AnonPages:    10113760 kB
Mapped:          29596 kB
Slab:           274052 kB
PageTables:      35580 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51132588 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= 73188 MiB
End job on node125 at 2011-05-14 21:21:56