Trace number 3366480

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.16 1202.83

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S384085843-009.UNKNOWN.cnf
MD5SUM420ae9a699afd6f172f364b156d160ff
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark363.335
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
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 55340

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366480-1305405253.cnf'
0.00/0.01	c -- header says num vars:             60
0.00/0.01	c -- header says num clauses:        5340
0.00/0.01	c -- clauses added:            0 learnts,         5340 normals,            0 xors
0.00/0.01	c -- vars added         60
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
0.11/0.13	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.12
0.11/0.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.50/0.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.50/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.50/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.50/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
0.50/0.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.76/0.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
2.76/0.79	c Finding binary XORs  T:     0.00 s  found:       0
2.76/0.79	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
2.76/0.79	c calculated reachability. Time: 0.00
2.76/0.79	c Calc default polars -  time:   0.00 s pos:      28 undec:       2 neg:      30
2.76/0.79	c =========================================================================================
2.76/0.79	c types(t): F = full restart, N = normal restart
2.76/0.79	c types(t): S = simplification begin/end, E = solution found
2.76/0.79	c restart types(rt): st = static, dy = dynamic
2.76/0.79	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.76/0.79	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
2.76/0.79	c  N dy     7      4343        60      5340         0      3859     37380     83761     18.04     19.05
2.76/0.79	c  N dy    21     15728        60      5340         0      7921     37380    150447     17.30     18.25
3.56/0.91	c  N dy    59     19763        60      5340         0      6577     37380    119127     17.80     20.00
4.40/1.11	c  F st    81     25000        60      5340         0     11251     37380    217598     17.91     16.23
4.40/1.11	c  N st    81     25000        60      5340         0     11251     37380    217598     17.91     16.23
5.16/1.33	c  N dy    87     30000        60      5340         0      9665     37380    175130     17.91   no data
5.16/1.33	c  S st    87     30000        60      5340         0      9665     37380    175130     17.91   no data
5.16/1.36	c  S st    87     30504        60      5340         0     10119     37380    185231     17.91   no data
5.16/1.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.16/1.37	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.16/1.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.16/1.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.16/1.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.16/1.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.58	c lits-rem:       135  cl-subs:     1205  v-elim:      0  v-fix:    0  time:  0.21 s
7.15/1.82	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.24
7.15/1.82	c calculated reachability. Time: 0.00
7.15/1.82	c  N dy    87     30504        60      5340         0      8914     37380    160619     17.91   no data
8.37/2.15	c  N dy   103     36995        60      5340         0      7676     37380    122721     17.93     18.88
9.15/2.38	c  N dy   133     41282        60      5340         0     11538     37380    206237     18.09     19.16
10.34/2.66	c  N dy   152     45757        60      5340         0     15557     37380    291324     18.12     16.36
10.34/2.66	c  S st   152     45757        60      5340         0     15557     37380    291324     18.12     16.36
10.74/2.72	c  S st   152     46260        60      5340         0      8035     37380    121651     18.12   no data
10.74/2.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.74/2.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.74/2.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.74/2.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.74/2.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.74/2.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
10.74/2.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.74/2.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.74/2.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.74/2.75	c lits-rem:         2  cl-subs:        6  v-elim:      0  v-fix:    0  time:  0.03 s
10.74/2.75	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.74/2.75	c vivif2 --  cl tried     8029 cl shrink        0 lits rem          0 time: 0.00
11.54/2.97	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.22
11.54/2.97	c calculated reachability. Time: 0.00
11.54/2.97	c  N dy   152     46260        60      5340         0      8029     37380    121498     18.12   no data
12.34/3.16	c  N dy   166     50308        60      5340         0     11631     37380    197476     18.11     20.13
13.17/3.37	c  N dy   173     54369        60      5340         0     15232     37380    272557     18.05     19.81
14.74/3.70	c  N dy   187     59892        60      5340         0     11222     37380    177152     18.03     19.03
15.54/3.97	c  N dy   191     64867        60      5340         0     15659     37380    269539     17.98     19.03
17.15/4.31	c  N dy   217     69390        60      5340         0      9937     37380    142803     18.04     17.25
17.15/4.31	c  S st   217     69390        60      5340         0      9937     37380    142803     18.04     17.25
17.15/4.35	c  S st   217     69893        60      5340         0     10402     37380    153175     18.04   no data
17.15/4.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.15/4.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
17.15/4.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.15/4.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.15/4.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.15/4.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
17.15/4.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.15/4.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.15/4.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.57/4.41	c lits-rem:         7  cl-subs:       97  v-elim:      0  v-fix:    0  time:  0.06 s
17.57/4.41	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
17.57/4.42	c vivif2 --  cl tried    10305 cl shrink        0 lits rem          0 time: 0.00
18.33/4.67	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.26
18.33/4.67	c calculated reachability. Time: 0.00
18.33/4.67	c  N dy   217     69893        60      5340         0     10305     37380    150912     18.04   no data
19.53/4.94	c  N dy   252     74443        60      5340         0     14351     37380    238634     18.13     19.90
21.95/5.51	c  N dy   272     82593        60      5340         0     10932     37380    154890     18.10     19.06
23.11/5.81	c  F st   303     87501        60      5340         0     15316     37380    249894     18.17     18.94
23.11/5.85	c  N st   305     88129        60      5340         0     15891     37380    262482     18.17   no data
24.72/6.26	c  N dy   319     93838        60      5340         0     20980     37380    369682     18.19     19.92
26.71/6.71	c  N dy   359     99878        60      5340         0     14815     37380    227249     18.26     20.13
27.90/7.04	c  S st   380    104839        60      5340         0     19243     37380    322696     18.29   no data
28.31/7.10	c  S st   380    105343        60      5340         0     19697     37380    332875     18.29   no data
28.31/7.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.31/7.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
28.31/7.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.31/7.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.31/7.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.31/7.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
28.31/7.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.31/7.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
28.31/7.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.91/7.54	c lits-rem:       192  cl-subs:     1801  v-elim:      0  v-fix:    0  time:  0.42 s
29.91/7.54	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.91/7.55	c vivif2 --  cl tried    17896 cl shrink        0 lits rem          0 time: 0.00
31.50/7.90	c asymm  cl-useful: 0/4833/5340 lits-rem:0 time: 0.35
31.50/7.90	c calculated reachability. Time: 0.00
31.50/7.90	c  N dy   380    105343        60      5340         0     17896     37380    292554     18.29   no data
33.90/8.54	c  N dy   395    113351        60      5340         0     12620     37380    169021     18.28     19.34
35.89/9.08	c  N dy   413    122029        60      5340         0     20336     37380    332199     18.26     19.43
39.10/9.82	c  N dy   424    132446        60      5340         0     16247     37380    236851     18.18     19.15
44.67/11.27	c  N dy   441    152426        60      5340         0     19712     37380    295582     18.02     19.03
46.66/11.76	c  S st   468    158014        60      5340         0     24686     37380    402535     18.06   no data
47.07/11.82	c  S st   468    158518        60      5340         0     25148     37380    412722     18.06   no data
47.07/11.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.07/11.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.07/11.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.07/11.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.07/11.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.07/11.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
47.07/11.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.07/11.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
47.07/11.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.66/12.70	c lits-rem:       307  cl-subs:     3300  v-elim:      0  v-fix:    0  time:  0.85 s
50.66/12.70	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
50.66/12.70	c vivif2 --  cl tried    21848 cl shrink        0 lits rem          0 time: 0.00
50.66/12.75	c asymm  cl-useful: 0/507/5340 lits-rem:0 time: 0.05
50.66/12.75	c calculated reachability. Time: 0.00
50.66/12.75	c  N dy   468    158518        60      5340         0     21848     37380    346588     18.06   no data
55.04/13.84	c  N dy   521    170421        60      5340         0     17575     37380    245346     18.10     19.07
59.04/14.83	c  N dy   560    182419        60      5340         0     28188     37380    470127     18.10     19.07
64.23/16.19	c  N dy   600    197746        60      5340         0     25958     37380    412522     18.08     19.27
69.42/17.45	c  N dy   664    210388        60      5340         0     20377     37380    288546     18.11     19.88
75.40/18.92	c  N dy   708    224880        60      5340         0     33219     37380    560887     18.11     19.09
80.19/20.11	c  S st   740    237779        60      5340         0     26933     37380    411471     18.09     17.75
80.19/20.18	c  S st   740    238284        60      5340         0     27397     37380    421843     18.09   no data
80.19/20.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.19/20.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
80.19/20.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
80.19/20.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.19/20.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.19/20.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
80.19/20.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
80.59/20.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
80.59/20.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.18/21.14	c lits-rem:       347  cl-subs:     3005  v-elim:      0  v-fix:    0  time:  0.93 s
84.18/21.15	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
84.18/21.15	c vivif2 --  cl tried    24392 cl shrink        0 lits rem          0 time: 0.00
85.78/21.52	c asymm  cl-useful: 0/3994/5340 lits-rem:0 time: 0.37
85.78/21.52	c calculated reachability. Time: 0.00
85.78/21.52	c  N dy   740    238284        60      5340         0     24392     37380    362164     18.09   no data
92.56/23.27	c  N dy   806    253919        60      5340         0     19819     37380    252604     18.12     19.08
99.75/25.00	c  N dy   872    271140        60      5340         0     35073     37380    576767     18.13     19.09
106.53/26.77	c  N dy   936    288492        60      5340         0     31016     37380    479920     18.15     19.11
114.15/28.69	c  F st   971    306250        60      5340         0     26306     37380    364790     18.11     15.56
114.91/28.80	c  N st   974    307438        60      5340         0     27373     37380    388016     18.11   no data
135.27/33.99	c  N dy  1001    357426        60      5340         0     27969     37380    381568     17.86     15.83
135.27/33.99	c  S st  1001    357426        60      5340         0     27969     37380    381568     17.86     15.83
135.69/34.06	c  S st  1001    357930        60      5340         0     28424     37380    391596     17.86   no data
135.69/34.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
135.69/34.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
135.69/34.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
135.69/34.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
135.69/34.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
135.69/34.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
135.69/34.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
135.69/34.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
135.69/34.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.46/34.75	c lits-rem:       242  cl-subs:     2189  v-elim:      0  v-fix:    0  time:  0.66 s
138.46/34.75	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
138.46/34.75	c vivif2 --  cl tried    26235 cl shrink        0 lits rem          0 time: 0.00
139.26/34.91	c asymm  cl-useful: 0/1346/5340 lits-rem:0 time: 0.16
139.26/34.91	c calculated reachability. Time: 0.00
139.26/34.91	c  N dy  1001    357930        60      5340         0     26235     37380    352234     17.86   no data
149.63/37.51	c  N dy  1113    379195        60      5340         0     45122     37380    755672     17.90     18.97
158.81/39.83	c  N dy  1186    399274        60      5340         0     40186     37380    635910     17.91     20.19
170.38/42.74	c  N dy  1259    419372        60      5340         0     34254     37380    499509     17.92     19.66
182.35/45.77	c  N dy  1354    439424        60      5340         0     27309     37380    340335     17.95     19.59
191.93/48.14	c  N dy  1414    459517        60      5340         0     45093     37380    712556     17.93     19.10
203.11/50.93	c  N dy  1509    479635        60      5340         0     37296     37380    542249     17.96     18.92
215.87/54.12	c  N dy  1606    499686        60      5340         0     28496     37380    343188     17.98     18.97
227.45/57.09	c  N dy  1726    521919        60      5340         0     48316     37380    769299     18.01     18.98
236.24/59.24	c  S st  1757    536896        60      5340         0     33975     37380    441889     17.98     14.30
236.65/59.33	c  S st  1757    537399        60      5340         0     34434     37380    452358     17.98   no data
236.65/59.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
236.65/59.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
236.65/59.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
236.65/59.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
236.65/59.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
236.65/59.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
236.65/59.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
236.65/59.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
236.65/59.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
239.82/60.17	c lits-rem:       209  cl-subs:     2321  v-elim:      0  v-fix:    0  time:  0.81 s
239.82/60.17	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
239.82/60.18	c vivif2 --  cl tried    32113 cl shrink        0 lits rem          0 time: 0.01
241.46/60.55	c asymm  cl-useful: 0/3105/5340 lits-rem:0 time: 0.37
241.46/60.55	c calculated reachability. Time: 0.00
241.46/60.55	c  N dy  1757    537399        60      5340         0     32113     37380    409211     17.98   no data
254.99/63.94	c  N dy  1864    559902        60      5340         0     52119     37380    836630     18.01     18.99
271.36/68.07	c  N dy  1941    589779        60      5340         0     50229     37380    773994     17.98     18.93
284.13/71.29	c  N dy  2045    609855        60      5340         0     38940     37380    538239     18.00     21.18
297.69/74.65	c  N dy  2114    630787        60      5340         0     57514     37380    931843     18.00     18.95
314.86/78.96	c  N dy  2232    658832        60      5340         0     52193     37380    805252     18.01     18.99
329.25/82.51	c  N dy  2325    678889        60      5340         0     38941     37380    515878     18.02     19.75
344.78/86.44	c  N dy  2462    699188        60      5340         0     57040     37380    910457     18.06     19.02
357.54/89.64	c  N dy  2505    720298        60      5340         0     43677     37380    600131     18.04     19.11
381.10/95.55	c  N dy  2510    763677        60      5340         0     48925     37380    686953     17.91     19.00
398.65/99.96	c  N dy  2642    784224        60      5340         0     33726     37380    375718     17.94     18.94
411.83/103.21	c  N dy  2730    806099        60      5340         0     53015     37380    784975     17.95     16.02
411.83/103.21	c  S st  2730    806099        60      5340         0     53015     37380    784975     17.95     16.02
412.24/103.35	c  S st  2730    806604        60      5340         0     53478     37380    795512     17.95   no data
412.24/103.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
412.24/103.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
412.24/103.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
412.24/103.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
412.24/103.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
412.24/103.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
412.24/103.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
412.24/103.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
412.65/103.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
424.99/106.58	c lits-rem:       546  cl-subs:     5342  v-elim:      0  v-fix:    0  time:  3.17 s
424.99/106.58	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
424.99/106.59	c vivif2 --  cl tried    48136 cl shrink        0 lits rem          0 time: 0.01
426.19/106.85	c asymm  cl-useful: 0/952/5340 lits-rem:0 time: 0.26
426.19/106.85	c calculated reachability. Time: 0.00
426.19/106.85	c  N dy  2730    806604        60      5340         0     48136     37380    684507     17.95   no data
444.14/111.37	c  N dy  2834    828006        60      5340         0     67099     37380   1090907     17.97     19.04
457.72/114.72	c  N dy  2923    848843        60      5340         0     51344     37380    736092     17.97     19.05
472.89/118.54	c  N dy  2981    868912        60      5340         0     69050     37380   1110005     17.97     20.55
488.85/122.54	c  N dy  3057    893659        60      5340         0     55733     37380    818400     17.96     18.92
507.21/127.12	c  N dy  3127    915804        60      5340         0     39168     37380    459429     17.96     18.98
522.76/131.05	c  N dy  3267    937177        60      5340         0     58063     37380    871102     17.99     18.95
543.53/136.30	c  N dy  3402    957482        60      5340         0     39038     37380    448198     18.01     19.03
557.11/139.69	c  N dy  3503    977551        60      5340         0     56840     37380    831847     18.03     20.16
577.04/144.69	c  N dy  3615    998067        60      5340         0     75041     37380   1224454     18.04     19.04
591.42/148.28	c  N dy  3704   1018070        60      5340         0     54687     37380    771234     18.05     20.17
609.38/152.78	c  N dy  3785   1038469        60      5340         0     72766     37380   1159543     18.06     19.08
624.53/156.51	c  N dy  3829   1058504        60      5340         0     51492     37380    685843     18.05     20.15
636.13/159.50	c  F st  3933   1071875        60      5340         0     63466     37380    948258     18.07   no data
642.09/160.99	c  N dy  3954   1078587        60      5340         0     69383     37380   1075696     18.07     19.83
661.26/165.70	c  N dy  4021   1098921        60      5340         0     47521     37380    592918     18.07     19.09
676.81/169.64	c  N dy  4101   1118934        60      5340         0     65133     37380    964385     18.07     19.57
694.77/174.14	c  N dy  4152   1138947        60      5340         0     42116     37380    473922     18.06     19.63
710.34/178.01	c  N dy  4276   1159031        60      5340         0     59904     37380    860046     18.08     20.63
735.87/184.49	c  N dy  4402   1183631        60      5340         0     81631     37380   1325569     18.09     19.14
752.24/188.54	c  N dy  4473   1203748        60      5340         0     57888     37380    795285     18.09     19.12
758.62/190.20	c  S st  4527   1209906        60      5340         0     63335     37380    915006     18.10     18.32
759.81/190.43	c  S st  4527   1210407        60      5340         0     63781     37380    924733     18.10   no data
759.81/190.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
759.81/190.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
759.81/190.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
759.81/190.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
759.81/190.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
759.81/190.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
759.81/190.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
759.81/190.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
760.21/190.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
783.76/196.41	c lits-rem:       656  cl-subs:     5933  v-elim:      0  v-fix:    0  time:  5.90 s
783.76/196.42	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
783.76/196.43	c vivif2 --  cl tried    57848 cl shrink        0 lits rem          0 time: 0.01
784.96/196.80	c asymm  cl-useful: 0/795/5340 lits-rem:0 time: 0.37
784.96/196.80	c calculated reachability. Time: 0.00
784.96/196.80	c  N dy  4527   1210407        60      5340         0     57848     37380    800318     18.10   no data
807.33/202.35	c  N dy  4612   1230564        60      5340         0     75651     37380   1182067     18.11     19.14
830.86/208.21	c  N dy  4725   1250566        60      5340         0     51310     37380    654815     18.12     19.66
852.40/213.65	c  N dy  4826   1276280        60      5340         0     74078     37380   1140971     18.12     19.09
874.35/219.18	c  N dy  4948   1296321        60      5340         0     48648     37380    587408     18.13     19.73
896.69/224.77	c  N dy  5025   1323610        60      5340         0     72630     37380   1095094     18.13     19.18
922.23/231.14	c  N dy  5129   1345872        60      5340         0     48181     37380    562375     18.14     19.12
941.40/235.98	c  N dy  5221   1365923        60      5340         0     65894     37380    942892     18.15     19.11
966.53/242.28	c  N dy  5309   1386004        60      5340         0     83685     37380   1325348     18.15     19.67
984.50/246.73	c  N dy  5342   1406584        60      5340         0     56697     37380    728150     18.14     19.10
1003.26/251.42	c  N dy  5412   1427727        60      5340         0     75351     37380   1123975     18.14     19.13
1029.60/258.05	c  N dy  5465   1457854        60      5340         0     55945     37380    698528     18.12     19.10
1054.34/264.28	c  N dy  5529   1487108        60      5340         0     81696     37380   1238613     18.10     19.21
1078.28/270.23	c  N dy  5635   1507232        60      5340         0     52854     37380    635873     18.11     19.09
1096.65/274.85	c  N dy  5745   1527244        60      5340         0     70555     37380   1019227     18.12     19.78
1124.97/281.97	c  N dy  5867   1550408        60      5340         0     91070     37380   1462263     18.13     19.10
1146.52/287.37	c  N dy  6010   1570480        60      5340         0     61174     37380    808177     18.15     19.92
1164.09/291.79	c  N dy  6074   1590485        60      5340         0     78784     37380   1182132     18.15     20.55
1188.43/297.85	c  N dy  6151   1610574        60      5340         0     96615     37380   1564635     18.15     20.59
1206.40/302.39	c  N dy  6236   1630609        60      5340         0     65690     37380    885987     18.15     21.39
1237.13/310.08	c  N dy  6310   1663246        60      5340         0     94257     37380   1488978     18.14     19.19
1259.07/315.55	c  N dy  6433   1683628        60      5340         0     63031     37380    827223     18.16     19.32
1283.41/321.68	c  N dy  6556   1706074        60      5340         0     82836     37380   1257099     18.17     19.16
1289.80/323.30	c  S st  6597   1710407        60      5340         0     86699     37380   1343305     18.17   no data
1290.99/323.58	c  S st  6597   1710910        60      5340         0     87158     37380   1353412     18.17   no data
1290.99/323.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1291.39/323.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1291.39/323.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1291.39/323.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1291.39/323.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1291.39/323.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1291.39/323.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1291.39/323.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1291.39/323.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1334.53/334.41	c lits-rem:      1067  cl-subs:     9145  v-elim:      0  v-fix:    0  time: 10.73 s
1334.53/334.41	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1334.53/334.43	c vivif2 --  cl tried    78013 cl shrink        0 lits rem          0 time: 0.02
1336.09/334.83	c asymm  cl-useful: 0/869/5340 lits-rem:0 time: 0.40
1336.09/334.83	c calculated reachability. Time: 0.00
1336.09/334.83	c  N dy  6597   1710910        60      5340         0     78013     37380   1152631     18.17   no data
1366.02/342.39	c  N dy  6676   1730980        60      5340         0     95811     37380   1536127     18.17     21.15
1389.97/348.38	c  N dy  6727   1751085        60      5340         0     63631     37380    826202     18.17     19.16
1418.30/355.44	c  N dy  6866   1771104        60      5340         0     81363     37380   1214533     18.18     20.20
1449.42/363.23	c  N dy  6989   1791105        60      5340         0     99078     37380   1601107     18.20     19.81
1479.75/370.85	c  N dy  7043   1824408        60      5340         0     77229     37380   1089946     18.18     19.21
1504.51/377.07	c  N dy  7104   1844496        60      5340         0     94813     37380   1459451     18.18     20.95
1534.84/384.66	c  N dy  7242   1866928        60      5340         0     62834     37380    790821     18.19     19.17
1559.57/390.85	c  N dy  7350   1887005        60      5340         0     80523     37380   1172671     18.20     21.67
1590.31/398.54	c  N dy  7426   1911556        60      5340         0    102130     37380   1633029     18.19     19.16
1612.24/404.01	c  N dy  7526   1931644        60      5340         0     67086     37380    871157     18.20     19.19
1635.80/409.95	c  N dy  7649   1951710        60      5340         0     84860     37380   1258622     18.21     21.61
1674.91/419.78	c  N dy  7721   1984445        60      5340         0     59927     37380    701715     18.20     19.24
1693.67/424.48	c  N dy  7796   2004498        60      5340         0     77590     37380   1077685     18.20     19.83
1719.61/430.95	c  N dy  7881   2024576        60      5340         0     95240     37380   1455435     18.21     20.63
1753.13/439.34	c  N dy  7969   2050074        60      5340         0     63040     37380    757643     18.20     19.30
1783.05/446.84	c  N dy  8012   2084575        60      5340         0     93120     37380   1385142     18.19     19.22
1817.77/455.56	c  N dy  8146   2104578        60      5340         0     55529     37380    593185     18.20     19.85
1835.74/460.09	c  N dy  8225   2124639        60      5340         0     73243     37380    972857     18.20     20.17
1863.68/467.00	c  N dy  8282   2149323        60      5340         0     94853     37380   1427837     18.19     19.20
1896.80/475.34	c  N dy  8376   2169477        60      5340         0     56394     37380    600834     18.20     19.16
1915.16/479.97	c  N dy  8437   2190813        60      5340         0     75256     37380   1004352     18.20     19.21
1935.95/485.15	c  N dy  8486   2210911        60      5340         0     92907     37380   1373605     18.19   no data
1935.95/485.15	c  S st  8486   2210911        60      5340         0     92907     37380   1373605     18.19   no data
1937.11/485.44	c  S st  8486   2211413        60      5340         0     93374     37380   1384127     18.19   no data
1937.11/485.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1937.11/485.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1937.11/485.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1937.11/485.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1937.11/485.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1937.11/485.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1937.11/485.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1937.51/485.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1937.51/485.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1983.40/497.01	c lits-rem:      1012  cl-subs:    11180  v-elim:      0  v-fix:    0  time: 11.46 s
1983.40/497.01	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1983.40/497.03	c vivif2 --  cl tried    82194 cl shrink        0 lits rem          0 time: 0.02
1984.59/497.36	c asymm  cl-useful: 0/603/5340 lits-rem:0 time: 0.34
1984.59/497.37	c calculated reachability. Time: 0.00
1984.59/497.37	c  N dy  8486   2211413        60      5340         0     82194     37380   1158541     18.19   no data
2017.72/505.69	c  N dy  8620   2231422        60      5340         0     99865     37380   1546808     18.20     19.49
2063.26/517.07	c  N dy  8735   2254843        60      5340         0     63921     37380    755092     18.21     19.23
2088.76/523.48	c  N dy  8786   2277199        60      5340         0     83496     37380   1168247     18.20     19.20
2119.10/531.01	c  N dy  8914   2297225        60      5340         0    101207     37380   1554717     18.21     21.11
2162.59/541.95	c  N dy  8997   2332297        60      5340         0     74127     37380    944107     18.20     19.17
2200.09/551.30	c  N dy  9093   2363625        60      5340         0    101616     37380   1528759     18.20     19.26
2229.66/558.71	c  N dy  9148   2384001        60      5340         0     60824     37380    668665     18.20     19.20
2250.38/563.95	c  N dy  9251   2404036        60      5340         0     78458     37380   1050670     18.20     19.19
2283.51/572.25	c  N dy  9316   2432148        60      5340         0    103090     37380   1568385     18.20     19.18
2318.62/581.07	c  N dy  9423   2452501        60      5340         0     61405     37380    670708     18.20     19.20
2340.57/586.51	c  N dy  9556   2472576        60      5340         0     79251     37380   1062712     18.21     19.76
2363.72/592.33	c  N dy  9591   2492586        60      5340         0     96786     37380   1430174     18.21     20.38
2400.05/601.47	c  N dy  9737   2513270        60      5340         0    115150     37380   1836042     18.22     19.26
2428.37/608.51	c  N dy  9844   2533352        60      5340         0     72151     37380    892436     18.22     19.27
2452.32/614.59	c  N dy  9858   2559517        60      5340         0     94952     37380   1358404     18.21     19.42
2493.47/624.88	c  N dy  9993   2583615        60      5340         0    116177     37380   1816404     18.21     19.28
2528.58/633.67	c  N dy 10085   2610435        60      5340         0     78238     37380   1001756     18.21     19.23
2582.01/647.06	c  N dy 10175   2655172        60      5340         0    117216     37380   1807746     18.19     19.47
2613.54/654.99	c  N dy 10269   2680255        60      5340         0     77012     37380    979313     18.19     19.18
2650.27/664.18	c  N dy 10346   2711415        60      5340         0    104188     37380   1534605     18.18     14.21
2650.27/664.18	c  S st 10346   2711415        60      5340         0    104188     37380   1534605     18.18     14.21
2651.86/664.51	c  S st 10346   2711922        60      5340         0    104646     37380   1545057     18.18   no data
2651.86/664.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2651.86/664.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2651.86/664.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2651.86/664.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2651.86/664.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2651.86/664.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2651.86/664.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2651.86/664.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2652.26/664.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2704.93/677.80	c lits-rem:      1005  cl-subs:    13356  v-elim:      0  v-fix:    0  time: 13.16 s
2704.93/677.80	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2704.93/677.82	c vivif2 --  cl tried    91290 cl shrink        0 lits rem          0 time: 0.02
2706.13/678.16	c asymm  cl-useful: 0/546/5340 lits-rem:0 time: 0.35
2706.13/678.17	c calculated reachability. Time: 0.00
2706.13/678.17	c  N dy 10346   2711922        60      5340         0     91290     37380   1283687     18.18   no data
2748.07/688.65	c  N dy 10350   2746316        60      5340         0    121207     37380   1893357     18.16     19.14
2782.78/697.33	c  N dy 10496   2766384        60      5340         0     76779     37380    978341     18.17     20.31
2813.50/705.05	c  N dy 10573   2786531        60      5340         0     94474     37380   1358097     18.17     19.43
2853.43/715.08	c  N dy 10663   2809050        60      5340         0    114324     37380   1784487     18.17     19.15
2889.71/724.11	c  N dy 10739   2830270        60      5340         0     69356     37380    796661     18.17     19.38
2911.25/729.55	c  N dy 10805   2850350        60      5340         0     87014     37380   1172840     18.17     20.45
2948.37/738.87	c  N dy 10915   2875566        60      5340         0    109244     37380   1652261     18.17     19.22
2984.29/747.86	c  N dy 10935   2900687        60      5340         0     66358     37380    717090     18.16     19.32
3007.08/753.55	c  N dy 11031   2920765        60      5340         0     84093     37380   1100848     18.17     19.63
3033.00/760.07	c  N dy 11086   2940837        60      5340         0    101691     37380   1473620     18.16     19.39
3069.29/769.14	c  N dy 11212   2960936        60      5340         0    119426     37380   1862512     18.17     19.55
3119.18/781.60	c  N dy 11316   2995355        60      5340         0     83712     37380   1067300     18.17     19.14
3151.94/789.89	c  N dy 11417   3019998        60      5340         0    105286     37380   1528135     18.17     19.22
3189.02/799.13	c  N dy 11528   3040591        60      5340         0    123485     37380   1924362     18.17     19.16
3221.76/807.34	c  N dy 11564   3065043        60      5340         0     78196     37380    940285     18.17     19.31
3249.67/814.30	c  N dy 11694   3085138        60      5340         0     96007     37380   1332137     18.17     20.04
3281.20/822.23	c  N dy 11796   3105145        60      5340         0    113636     37380   1713017     18.18     19.52
3320.71/832.13	c  N dy 11901   3125255        60      5340         0    131340     37380   2095763     18.18     19.21
3348.26/839.09	c  N dy 11987   3145893        60      5340         0     81814     37380   1019879     18.18     19.21
3378.18/846.54	c  N dy 12134   3165895        60      5340         0     99484     37380   1409088     18.19     19.26
3422.07/857.57	c  N dy 12228   3194370        60      5340         0    124366     37380   1941542     18.19     19.17
3452.01/865.02	c  S st 12268   3211924        60      5340         0     71202     37380    778843     18.19     17.62
3452.81/865.22	c  S st 12268   3212429        60      5340         0     71661     37380    789341     18.19   no data
3452.81/865.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3452.81/865.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
3452.81/865.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3452.81/865.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3452.81/865.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3452.81/865.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3452.81/865.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3452.81/865.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3452.81/865.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3457.60/866.49	c lits-rem:        72  cl-subs:     1046  v-elim:      0  v-fix:    0  time:  1.19 s
3457.60/866.49	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3458.00/866.50	c vivif2 --  cl tried    70615 cl shrink        0 lits rem          0 time: 0.01
3458.82/866.80	c asymm  cl-useful: 0/677/5340 lits-rem:0 time: 0.30
3458.82/866.80	c calculated reachability. Time: 0.00
3458.82/866.80	c  N dy 12268   3212429        60      5340         0     70615     37380    770105     18.19   no data
3482.33/872.66	c  N dy 12347   3232520        60      5340         0     88235     37380   1148721     18.19     20.54
3516.66/881.23	c  N dy 12476   3253851        60      5340         0    107054     37380   1561358     18.20     19.18
3552.58/890.22	c  N dy 12561   3273905        60      5340         0    124630     37380   1937988     18.20     21.92
3592.08/900.18	c  N dy 12647   3293938        60      5340         0     72871     37380    808294     18.20     19.75
3618.02/906.62	c  N dy 12729   3316317        60      5340         0     92566     37380   1230594     18.20     19.19
3669.94/919.65	c  N dy 12763   3355213        60      5340         0    126399     37380   1921676     18.18     19.21
3705.82/928.63	c  N dy 12786   3376086        60      5340         0     74533     37380    833062     18.17     19.35
3729.77/934.64	c  N dy 12866   3396102        60      5340         0     92213     37380   1216255     18.18     20.87
3770.07/944.70	c  N dy 13032   3416172        60      5340         0    109952     37380   1610232     18.19     19.83
3809.99/954.73	c  N dy 13172   3436195        60      5340         0    127621     37380   1999196     18.19     20.22
3848.69/964.43	c  N dy 13264   3456226        60      5340         0     74090     37380    818132     18.20     20.67
3888.61/974.44	c  N dy 13360   3489222        60      5340         0    103004     37380   1428068     18.19     19.16
3924.13/983.40	c  N dy 13457   3510166        60      5340         0    121462     37380   1826431     18.19     19.17
3968.80/994.59	c  N dy 13555   3532095        60      5340         0    140741     37380   2242586     18.20     19.21
4000.34/1002.47	c  N dy 13672   3552113        60      5340         0     86352     37380   1076362     18.20     19.36
4033.88/1010.90	c  N dy 13781   3575341        60      5340         0    106798     37380   1520874     18.21     19.19
4074.57/1021.00	c  N dy 13913   3597223        60      5340         0    126056     37380   1941034     18.21     19.23
4119.65/1032.30	c  N dy 14006   3619833        60      5340         0    145937     37380   2367602     18.21     19.33
4147.20/1039.29	c  N dy 14082   3641240        60      5340         0     91664     37380   1173509     18.21     19.20
4179.16/1047.28	c  N dy 14188   3661289        60      5340         0    109347     37380   1557690     18.22     19.86
4217.04/1056.75	c  N dy 14297   3681291        60      5340         0    126947     37380   1941160     18.22     19.84
4255.75/1066.42	c  N dy 14352   3701680        60      5340         0    144925     37380   2328249     18.22     19.54
4274.11/1071.01	c  S st 14401   3712430        60      5340         0     80490     37380    927116     18.22     18.82
4274.91/1071.24	c  S st 14401   3712930        60      5340         0     80942     37380    937650     18.22   no data
4274.91/1071.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4274.91/1071.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
4274.91/1071.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4274.91/1071.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4274.91/1071.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4274.91/1071.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4274.91/1071.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4274.91/1071.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4275.33/1071.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4282.89/1073.28	c lits-rem:       190  cl-subs:     1776  v-elim:      0  v-fix:    0  time:  1.95 s
4282.89/1073.28	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4282.89/1073.29	c vivif2 --  cl tried    79166 cl shrink        0 lits rem          0 time: 0.02
4284.52/1073.62	c asymm  cl-useful: 0/621/5340 lits-rem:0 time: 0.33
4284.52/1073.62	c calculated reachability. Time: 0.00
4284.52/1073.62	c  N dy 14401   3712930        60      5340         0     79166     37380    898261     18.22   no data
4309.62/1079.99	c  N dy 14471   3732984        60      5340         0     96729     37380   1274958     18.23     19.34
4338.35/1087.10	c  F st 14525   3751563        60      5340         0    113102     37380   1625874     18.22     17.91
4341.59/1087.95	c  N st 14529   3753595        60      5340         0    114888     37380   1664792     18.22   no data
4377.46/1096.91	c  N dy 14601   3773640        60      5340         0    132534     37380   2050623     18.23     20.16
4426.55/1109.29	c  N dy 14690   3796313        60      5340         0     77839     37380    856431     18.23     19.22
4454.49/1116.23	c  N dy 14784   3816357        60      5340         0     95459     37380   1240493     18.23     21.08
4486.80/1124.34	c  N dy 14880   3836359        60      5340         0    113074     37380   1624544     18.24     19.60
4525.54/1134.10	c  N dy 14986   3856394        60      5340         0    130740     37380   2011352     18.24     20.39
4598.55/1152.35	c  N dy 15033   3906111        60      5340         0     98441     37380   1259647     18.22     19.27
4631.67/1160.66	c  N dy 15117   3926134        60      5340         0    115959     37380   1636424     18.22     19.48
4670.41/1170.37	c  N dy 15217   3946693        60      5340         0    134081     37380   2030113     18.22     19.37
4717.08/1182.07	c  N dy 15320   3966736        60      5340         0    151718     37380   2413842     18.23     21.08
4747.41/1189.62	c  N dy 15422   3986743        60      5340         0     93035     37380   1172401     18.23     20.21
4781.73/1198.26	c  N dy 15565   4006896        60      5340         0    110894     37380   1565143     18.24     19.35

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-3366480-1305405253/watcher-3366480-1305405253 -o /tmp/evaluation-result-3366480-1305405253/solver-3366480-1305405253 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366480-1305405253.cnf 

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

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


[startup+0 s]
/proc/loadavg: 5.65 7.47 7.38 4/294 3603
/proc/meminfo: memFree=15881980/32950928 swapFree=67111364/67111528
[pid=3603] ppid=3599 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) R 3599 3603 2853 0 -1 4202496 409 0 0 0 0 0 0 0 18 0 4 0 108134759 52396032 349 33554432000 4194304 4580107 140736788271904 18446744073709551615 47131289765804 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 12792 349 299 95 0 7774 0
[pid=3603/tid=3607] ppid=3599 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 108134759 52396032 349 33554432000 4194304 4580107 140736788271904 18446744073709551615 218880621553 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 108134759 52396032 349 33554432000 4194304 4580107 140736788271904 18446744073709551615 47131289765810 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 108134759 52396032 349 33554432000 4194304 4580107 140736788271904 18446744073709551615 47131289765804 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0357931 s]
/proc/loadavg: 5.65 7.47 7.38 4/294 3603
/proc/meminfo: memFree=15881980/32950928 swapFree=67111364/67111528
[pid=3603] ppid=3599 vsize=281684 CPUtime=0.11 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) R 3599 3603 2853 0 -1 4202496 1178 0 0 0 11 0 0 0 18 0 4 0 108134759 288444416 1094 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 70421 1094 357 95 0 65403 0
[pid=3603/tid=3607] ppid=3599 vsize=281684 CPUtime=0.02 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 171 0 0 0 2 0 0 0 19 0 4 0 108134759 288444416 1094 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=281684 CPUtime=0.03 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 180 0 0 0 3 0 0 0 18 0 4 0 108134759 288444416 1094 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=281684 CPUtime=0.03 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 216 0 0 0 3 0 0 0 18 0 4 0 108134759 288444416 1094 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 281684

[startup+0.132642 s]
/proc/loadavg: 5.65 7.47 7.38 4/294 3603
/proc/meminfo: memFree=15881980/32950928 swapFree=67111364/67111528
[pid=3603] ppid=3599 vsize=281816 CPUtime=0.5 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) D 3599 3603 2853 0 -1 4202496 1582 0 0 0 50 0 0 0 18 0 4 0 108134759 288579584 1498 33554432000 4194304 4580107 140736788271904 18446744073709551615 4401926 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 70454 1498 363 95 0 65436 0
[pid=3603/tid=3607] ppid=3599 vsize=281816 CPUtime=0.11 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 188 0 0 0 11 0 0 0 20 0 4 0 108134759 288579584 1498 33554432000 4194304 4580107 140736788271904 18446744073709551615 218880608439 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=281816 CPUtime=0.12 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) D 3599 3603 2853 0 -1 4202560 304 0 0 0 12 0 0 0 18 0 4 0 108134759 288579584 1498 33554432000 4194304 4580107 140736788271904 18446744073709551615 218880226337 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=281816 CPUtime=0.12 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 359 0 0 0 12 0 0 0 18 0 4 0 108134759 288579584 1498 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 281816

[startup+0.300749 s]
/proc/loadavg: 5.65 7.47 7.38 4/294 3603
/proc/meminfo: memFree=15881980/32950928 swapFree=67111364/67111528
[pid=3603] ppid=3599 vsize=283884 CPUtime=1.17 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) R 3599 3603 2853 0 -1 4202496 3447 0 0 0 117 0 0 0 18 0 4 0 108134759 290697216 2520 33554432000 4194304 4580107 140736788271904 18446744073709551615 4324703 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 70971 2520 376 95 0 65953 0
[pid=3603/tid=3607] ppid=3599 vsize=283884 CPUtime=0.28 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 793 0 0 0 28 0 0 0 20 0 4 0 108134759 290697216 2520 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=283884 CPUtime=0.29 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 816 0 0 0 29 0 0 0 18 0 4 0 108134759 290697216 2520 33554432000 4194304 4580107 140736788271904 18446744073709551615 4320440 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=283884 CPUtime=0.29 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 596 0 0 0 29 0 0 0 18 0 4 0 108134759 290697216 2520 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294440 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283884

[startup+0.700679 s]
/proc/loadavg: 5.65 7.47 7.38 4/294 3603
/proc/meminfo: memFree=15881980/32950928 swapFree=67111364/67111528
[pid=3603] ppid=3599 vsize=284876 CPUtime=2.76 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) R 3599 3603 2853 0 -1 4202496 5352 0 0 0 276 0 0 0 18 0 4 0 108134759 291713024 3242 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294551 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 71219 3242 376 95 0 66201 0
[pid=3603/tid=3607] ppid=3599 vsize=284876 CPUtime=0.68 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 1235 0 0 0 68 0 0 0 21 0 4 0 108134759 291713024 3242 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=284876 CPUtime=0.69 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 1268 0 0 0 69 0 0 0 18 0 4 0 108134759 291713024 3242 33554432000 4194304 4580107 140736788271904 18446744073709551615 4301509 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=284876 CPUtime=0.69 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 1179 0 0 0 69 0 0 0 18 0 4 0 108134759 291713024 3243 33554432000 4194304 4580107 140736788271904 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 284876

[startup+1.50054 s]
/proc/loadavg: 5.65 7.47 7.38 10/302 3611
/proc/meminfo: memFree=15858604/32950928 swapFree=67111364/67111528
[pid=3603] ppid=3599 vsize=285932 CPUtime=5.96 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) R 3599 3603 2853 0 -1 4202496 9724 0 0 0 595 1 0 0 19 0 4 0 108134759 292794368 5157 33554432000 4194304 4580107 140736788271904 18446744073709551615 4451678 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 71483 5157 378 95 0 66465 0
[pid=3603/tid=3607] ppid=3599 vsize=285932 CPUtime=1.47 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 2039 0 0 0 147 0 0 0 23 0 4 0 108134759 292794368 5157 33554432000 4194304 4580107 140736788271904 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=285932 CPUtime=1.49 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 2039 0 0 0 149 0 0 0 19 0 4 0 108134759 292794368 5157 33554432000 4194304 4580107 140736788271904 18446744073709551615 4320440 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=285932 CPUtime=1.49 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 2029 0 0 0 149 0 0 0 19 0 4 0 108134759 292794368 5157 33554432000 4194304 4580107 140736788271904 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285932

[startup+3.10026 s]
/proc/loadavg: 5.65 7.47 7.38 10/302 3611
/proc/meminfo: memFree=15822768/32950928 swapFree=67111364/67111528
[pid=3603] ppid=3599 vsize=286632 CPUtime=12.34 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) R 3599 3603 2853 0 -1 4202496 17255 0 0 0 1232 2 0 0 24 0 4 0 108134759 293511168 9470 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 71658 9470 378 95 0 66640 0
[pid=3603/tid=3607] ppid=3599 vsize=286632 CPUtime=3.06 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 3900 0 0 0 306 0 0 0 25 0 4 0 108134759 293511168 9470 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=286632 CPUtime=3.08 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 4595 0 0 0 308 0 0 0 25 0 4 0 108134759 293511168 9470 33554432000 4194304 4580107 140736788271904 18446744073709551615 4315861 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=286632 CPUtime=3.09 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 4338 0 0 0 309 0 0 0 25 0 4 0 108134759 293511168 9470 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 286632

[startup+6.30071 s]
/proc/loadavg: 5.84 7.47 7.39 10/302 3611
/proc/meminfo: memFree=15796644/32950928 swapFree=67111364/67111528
[pid=3603] ppid=3599 vsize=278856 CPUtime=25.12 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) R 3599 3603 2853 0 -1 4202496 26321 0 0 0 2507 5 0 0 25 0 4 0 108134759 285548544 12797 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 69714 12797 378 95 0 64696 0
[pid=3603/tid=3607] ppid=3599 vsize=278856 CPUtime=6.23 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 6798 0 0 0 622 1 0 0 25 0 4 0 108134759 285548544 12797 33554432000 4194304 4580107 140736788271904 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=278856 CPUtime=6.29 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 6906 0 0 0 628 1 0 0 25 0 4 0 108134759 285548544 12797 33554432000 4194304 4580107 140736788271904 18446744073709551615 4451663 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=278856 CPUtime=6.29 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 6376 0 0 0 628 1 0 0 25 0 4 0 108134759 285548544 12797 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 278856

[startup+12.7006 s]
/proc/loadavg: 6.09 7.50 7.39 10/302 3611
/proc/meminfo: memFree=15753968/32950928 swapFree=67111364/67111528
[pid=3603] ppid=3599 vsize=289628 CPUtime=50.66 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) R 3599 3603 2853 0 -1 4202496 40140 0 0 0 5057 9 0 0 25 0 4 0 108134759 296579072 15799 33554432000 4194304 4580107 140736788271904 18446744073709551615 4507859 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 72407 15799 378 95 0 67389 0
[pid=3603/tid=3607] ppid=3599 vsize=289628 CPUtime=12.57 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 9919 0 0 0 1255 2 0 0 25 0 4 0 108134759 296579072 15799 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=289628 CPUtime=12.68 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 9081 0 0 0 1267 1 0 0 25 0 4 0 108134759 296579072 15799 33554432000 4194304 4580107 140736788271904 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=289628 CPUtime=12.68 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 10243 0 0 0 1266 2 0 0 25 0 4 0 108134759 296579072 15799 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 289628

[startup+25.5004 s]
/proc/loadavg: 6.51 7.52 7.40 10/302 3612
/proc/meminfo: memFree=15718708/32950928 swapFree=67111364/67111528
[pid=3603] ppid=3599 vsize=280968 CPUtime=101.74 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) R 3599 3603 2853 0 -1 4202496 60367 0 0 0 10160 14 0 0 25 0 4 0 108134759 287711232 20170 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294963 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 70242 20170 378 95 0 65224 0
[pid=3603/tid=3607] ppid=3599 vsize=280968 CPUtime=25.25 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 15445 0 0 0 2521 4 0 0 25 0 4 0 108134759 287711232 20170 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=280968 CPUtime=25.48 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 13985 0 0 0 2546 2 0 0 25 0 4 0 108134759 287711232 20170 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=280968 CPUtime=25.48 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 15143 0 0 0 2545 3 0 0 25 0 4 0 108134759 287711232 20170 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 280968

[startup+51.1009 s]
/proc/loadavg: 7.08 7.58 7.42 9/302 3612
/proc/meminfo: memFree=15679152/32950928 swapFree=67111364/67111528
[pid=3603] ppid=3599 vsize=291896 CPUtime=203.91 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) R 3599 3603 2853 0 -1 4202496 89216 0 0 0 20368 23 0 0 25 0 4 0 108134759 298901504 24748 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 72974 24748 378 95 0 67956 0
[pid=3603/tid=3607] ppid=3599 vsize=291896 CPUtime=50.62 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 21436 0 0 0 5057 5 0 0 25 0 4 0 108134759 298901504 24748 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=291896 CPUtime=51.08 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 22142 0 0 0 5103 5 0 0 25 0 4 0 108134759 298901504 24748 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=291896 CPUtime=51.08 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 21800 0 0 0 5102 6 0 0 25 0 4 0 108134759 298901504 24748 33554432000 4194304 4580107 140736788271904 18446744073709551615 4305310 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.91
Current children cumulated vsize (KiB) 291896

[startup+102.311 s]
/proc/loadavg: 7.71 7.67 7.46 9/302 3615
/proc/meminfo: memFree=15639452/32950928 swapFree=67111364/67111528
[pid=3603] ppid=3599 vsize=303924 CPUtime=408.27 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) R 3599 3603 2853 0 -1 4202496 136839 0 0 0 40788 39 0 0 25 0 4 0 108134759 311218176 27061 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294517 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 75981 27061 378 95 0 70963 0
[pid=3603/tid=3607] ppid=3599 vsize=303924 CPUtime=101.36 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 32295 0 0 0 10127 9 0 0 25 0 4 0 108134759 311218176 27061 33554432000 4194304 4580107 140736788271904 18446744073709551615 4295687 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=303924 CPUtime=102.3 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 33514 0 0 0 10220 10 0 0 25 0 4 0 108134759 311218176 27061 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=303924 CPUtime=102.28 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 35189 0 0 0 10218 10 0 0 25 0 4 0 108134759 311218176 27061 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.27
Current children cumulated vsize (KiB) 303924

[startup+162.301 s]

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

[pid=3603] ppid=3599 vsize=400416 CPUtime=2563.28 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) R 3599 3603 2853 0 -1 4202496 417831 0 0 0 256180 148 0 0 25 0 4 0 108134759 410025984 64205 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 100104 64206 378 95 0 95086 0
[pid=3603/tid=3607] ppid=3599 vsize=400416 CPUtime=636.45 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 98077 0 0 0 63609 36 0 0 25 0 4 0 108134759 410025984 64207 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294924 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=400416 CPUtime=642.3 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 104523 0 0 0 64193 37 0 0 25 0 4 0 108134759 410025984 64207 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=400416 CPUtime=642.2 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 106619 0 0 0 64182 38 0 0 25 0 4 0 108134759 410025984 64207 33554432000 4194304 4580107 140736788271904 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2563.28
Current children cumulated vsize (KiB) 400416

[startup+702.301 s]
/proc/loadavg: 8.10 8.05 7.75 9/302 3631
/proc/meminfo: memFree=15289168/32950928 swapFree=67111364/67111528
[pid=3603] ppid=3599 vsize=454292 CPUtime=2802.71 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) R 3599 3603 2853 0 -1 4202496 435559 0 0 0 280116 155 0 0 25 0 4 0 108134759 465195008 68970 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 113573 68970 378 95 0 108555 0
[pid=3603/tid=3607] ppid=3599 vsize=454292 CPUtime=695.89 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 100605 0 0 0 69551 38 0 0 25 0 4 0 108134759 465195008 68970 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=454292 CPUtime=702.3 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 109554 0 0 0 70190 40 0 0 25 0 4 0 108134759 465195008 68970 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=454292 CPUtime=702.19 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 110082 0 0 0 70180 39 0 0 25 0 4 0 108134759 465195008 68970 33554432000 4194304 4580107 140736788271904 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2802.71
Current children cumulated vsize (KiB) 454292

[startup+762.311 s]
/proc/loadavg: 8.13 8.07 7.77 10/302 3632
/proc/meminfo: memFree=15274500/32950928 swapFree=67111364/67111528
[pid=3603] ppid=3599 vsize=417472 CPUtime=3042.19 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) R 3599 3603 2853 0 -1 4202496 456848 0 0 0 304053 166 0 0 25 0 4 0 108134759 427491328 68470 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 104368 68470 378 95 0 99350 0
[pid=3603/tid=3607] ppid=3599 vsize=417472 CPUtime=755.35 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 106760 0 0 0 75496 39 0 0 25 0 4 0 108134759 427491328 68470 33554432000 4194304 4580107 140736788271904 18446744073709551615 4293962 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=417472 CPUtime=762.3 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 114440 0 0 0 76188 42 0 0 25 0 4 0 108134759 427491328 68470 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=417472 CPUtime=762.18 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 115009 0 0 0 76177 41 0 0 25 0 4 0 108134759 427491328 68470 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3042.19
Current children cumulated vsize (KiB) 417472

[startup+822.3 s]
/proc/loadavg: 8.18 8.08 7.80 10/302 3634
/proc/meminfo: memFree=15267036/32950928 swapFree=67111364/67111528
[pid=3603] ppid=3599 vsize=443016 CPUtime=3281.6 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) R 3599 3603 2853 0 -1 4202496 476871 0 0 0 327984 176 0 0 25 0 4 0 108134759 453648384 68224 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 110754 68224 378 95 0 105736 0
[pid=3603/tid=3607] ppid=3599 vsize=443016 CPUtime=814.8 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 110731 0 0 0 81438 42 0 0 25 0 4 0 108134759 453648384 68224 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=443016 CPUtime=822.29 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 119796 0 0 0 82184 45 0 0 25 0 4 0 108134759 453648384 68224 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=443016 CPUtime=822.17 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 120331 0 0 0 82173 44 0 0 25 0 4 0 108134759 453648384 68224 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3281.6
Current children cumulated vsize (KiB) 443016

[startup+882.301 s]
/proc/loadavg: 8.15 8.08 7.81 9/302 3635
/proc/meminfo: memFree=15241352/32950928 swapFree=67111364/67111528
[pid=3603] ppid=3599 vsize=431588 CPUtime=3521.05 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) R 3599 3603 2853 0 -1 4202496 498284 0 0 0 351917 188 0 0 25 0 4 0 108134759 441946112 68630 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 107897 68630 378 95 0 102879 0
[pid=3603/tid=3607] ppid=3599 vsize=431588 CPUtime=874.73 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 114960 0 0 0 87430 43 0 0 25 0 4 0 108134759 441946112 68630 33554432000 4194304 4580107 140736788271904 18446744073709551615 4324526 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=431588 CPUtime=882.3 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 125165 0 0 0 88181 49 0 0 25 0 4 0 108134759 441946112 68630 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=431588 CPUtime=881.68 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 126811 0 0 0 88120 48 0 0 25 0 4 0 108134759 441946112 68630 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3521.05
Current children cumulated vsize (KiB) 431588

[startup+942.301 s]
/proc/loadavg: 8.12 8.08 7.83 10/302 3637
/proc/meminfo: memFree=15244184/32950928 swapFree=67111364/67111528
[pid=3603] ppid=3599 vsize=431860 CPUtime=3760.49 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) R 3599 3603 2853 0 -1 4202496 516764 0 0 0 375851 198 0 0 25 0 4 0 108134759 442224640 68062 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 107965 68062 378 95 0 102947 0
[pid=3603/tid=3607] ppid=3599 vsize=431860 CPUtime=934.72 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 117369 0 0 0 93427 45 0 0 25 0 4 0 108134759 442224640 68062 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=431860 CPUtime=942.29 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 131534 0 0 0 94178 51 0 0 25 0 4 0 108134759 442224640 68062 33554432000 4194304 4580107 140736788271904 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=431860 CPUtime=941.14 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 131044 0 0 0 94064 50 0 0 25 0 4 0 108134759 442224640 68062 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3760.49
Current children cumulated vsize (KiB) 431860

[startup+1002.3 s]
/proc/loadavg: 8.11 8.08 7.84 10/302 3639
/proc/meminfo: memFree=15253336/32950928 swapFree=67111364/67111528
[pid=3603] ppid=3599 vsize=433752 CPUtime=3999.94 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) R 3599 3603 2853 0 -1 4202496 535280 0 0 0 399786 208 0 0 25 0 4 0 108134759 444162048 72139 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294396 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 108438 72139 378 95 0 103420 0
[pid=3603/tid=3607] ppid=3599 vsize=433752 CPUtime=994.71 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 121423 0 0 0 99424 47 0 0 25 0 4 0 108134759 444162048 72139 33554432000 4194304 4580107 140736788271904 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=433752 CPUtime=1002.3 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 135727 0 0 0 100176 54 0 0 25 0 4 0 108134759 444162048 72139 33554432000 4194304 4580107 140736788271904 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=433752 CPUtime=1000.58 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 136325 0 0 0 100006 52 0 0 25 0 4 0 108134759 444162048 72139 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3999.94
Current children cumulated vsize (KiB) 433752

[startup+1062.3 s]
/proc/loadavg: 8.10 8.08 7.85 9/302 3640
/proc/meminfo: memFree=15250436/32950928 swapFree=67111364/67111528
[pid=3603] ppid=3599 vsize=434048 CPUtime=4239.39 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) R 3599 3603 2853 0 -1 4202496 552536 0 0 0 423721 218 0 0 25 0 4 0 108134759 444465152 70534 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294612 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 108512 70534 378 95 0 103494 0
[pid=3603/tid=3607] ppid=3599 vsize=434048 CPUtime=1054.71 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 124445 0 0 0 105422 49 0 0 25 0 4 0 108134759 444465152 70534 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=434048 CPUtime=1062.3 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 140909 0 0 0 106173 57 0 0 25 0 4 0 108134759 444465152 70534 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=434048 CPUtime=1060.04 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 141352 0 0 0 105949 55 0 0 25 0 4 0 108134759 444465152 70534 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4239.39
Current children cumulated vsize (KiB) 434048

[startup+1122.3 s]
/proc/loadavg: 8.09 8.08 7.86 10/302 3642
/proc/meminfo: memFree=15237772/32950928 swapFree=67111364/67111528
[pid=3603] ppid=3599 vsize=447544 CPUtime=4478.82 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) R 3599 3603 2853 0 -1 4202496 571898 0 0 0 447655 227 0 0 25 0 4 0 108134759 458285056 66229 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 111886 66229 378 95 0 106868 0
[pid=3603/tid=3607] ppid=3599 vsize=447544 CPUtime=1114.69 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 129207 0 0 0 111418 51 0 0 25 0 4 0 108134759 458285056 66229 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=447544 CPUtime=1122.3 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 146207 0 0 0 112171 59 0 0 25 0 4 0 108134759 458285056 66229 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=447544 CPUtime=1119.48 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 145603 0 0 0 111891 57 0 0 25 0 4 0 108134759 458285056 66229 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4478.82
Current children cumulated vsize (KiB) 447544

[startup+1182.3 s]
/proc/loadavg: 8.12 8.09 7.88 10/302 3643
/proc/meminfo: memFree=15192352/32950928 swapFree=67111364/67111528
[pid=3603] ppid=3599 vsize=434580 CPUtime=4718.28 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) R 3599 3603 2853 0 -1 4202496 588559 0 0 0 471592 236 0 0 25 0 4 0 108134759 445009920 67796 33554432000 4194304 4580107 140736788271904 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 108645 67796 378 95 0 103627 0
[pid=3603/tid=3607] ppid=3599 vsize=434580 CPUtime=1174.69 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 133019 0 0 0 117416 53 0 0 25 0 4 0 108134759 445009920 67796 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=434580 CPUtime=1182.3 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 150321 0 0 0 118168 62 0 0 25 0 4 0 108134759 445009920 67796 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=434580 CPUtime=1178.94 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 150450 0 0 0 117835 59 0 0 25 0 4 0 108134759 445009920 67796 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4718.28
Current children cumulated vsize (KiB) 434580



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.15 8.10 7.89 10/302 3644
/proc/meminfo: memFree=15164444/32950928 swapFree=67111364/67111528
[pid=3603] ppid=3599 vsize=434672 CPUtime=4800.1 cores=1,3,5,7
/proc/3603/stat : 3603 (strangenight2-m) R 3599 3603 2853 0 -1 4202496 595955 0 0 0 479771 239 0 0 25 0 4 0 108134759 445104128 69142 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/3603/statm: 108668 69142 378 95 0 103650 0
[pid=3603/tid=3607] ppid=3599 vsize=434672 CPUtime=1195.2 cores=1,3,5,7
/proc/3603/task/3607/stat : 3607 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 135192 0 0 0 119466 54 0 0 25 0 4 0 108134759 445104128 69142 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=3603/tid=3608] ppid=3599 vsize=434672 CPUtime=1202.81 cores=1,3,5,7
/proc/3603/task/3608/stat : 3608 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 152312 0 0 0 120218 63 0 0 25 0 4 0 108134759 445104128 69142 33554432000 4194304 4580107 140736788271904 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3603/tid=3609] ppid=3599 vsize=434672 CPUtime=1199.26 cores=1,3,5,7
/proc/3603/task/3609/stat : 3609 (strangenight2-m) R 3599 3603 2853 0 -1 4202560 151556 0 0 0 119866 60 0 0 25 0 4 0 108134759 445104128 69142 33554432000 4194304 4580107 140736788271904 18446744073709551615 4295702 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.1
Current children cumulated vsize (KiB) 434672

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.83
CPU time (s): 4800.16
CPU user time (s): 4797.75
CPU system time (s): 2.41063
CPU usage (%): 399.072
Max. virtual memory (cumulated for all children) (KiB): 532428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.75
system time used= 2.41063
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 595957
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= 468
involuntary context switches= 39378

runsolver used 3.04454 second user time and 7.93979 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-14 22:34:13
IDJOB=3366480
IDBENCH=82889
IDSOLVER=1844
FILE ID=node112/3366480-1305405253
RUNJOBID= node112-1305405253-3582
PBS_JOBID= 13324474
Free space on /tmp= 73564 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v60-c5340-S384085843-009.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366480-1305405253/watcher-3366480-1305405253 -o /tmp/evaluation-result-3366480-1305405253/solver-3366480-1305405253 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366480-1305405253.cnf

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

MD5SUM BENCH= 420ae9a699afd6f172f364b156d160ff
RANDOM SEED=1118869990

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15882532 kB
Buffers:        289948 kB
Cached:        2784544 kB
SwapCached:          0 kB
Active:       15070472 kB
Inactive:      1759920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15882532 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           10984 kB
Writeback:           0 kB
AnonPages:    13755396 kB
Mapped:          20848 kB
Slab:           132748 kB
PageTables:      42228 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 34986528 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= 73552 MiB
End job on node112 at 2011-05-14 22:54:18