Trace number 3173979

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.44 1201.73

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S1828831772-021.SATISFIABLE.cnf
MD5SUM40224b6c1498feedd538b60d16a1e0b8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.39672
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
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 58010

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173979-1307650681.cnf'
0.00/0.00	c -- header says num vars:             90
0.00/0.00	c -- header says num clauses:        8010
0.00/0.01	c -- clauses added:            0 learnts,         8010 normals,            0 xors
0.00/0.01	c -- vars added         90
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        90      8010         0         0     56070         0   no data   no data
0.38/0.19	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.18
0.38/0.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.16/0.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.16/0.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.16/0.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.16/0.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1.16/0.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.16/0.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1.16/0.39	c Finding binary XORs  T:     0.00 s  found:       0
1.16/0.39	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
1.16/0.39	c calculated reachability. Time: 0.00
1.16/0.39	c Calc default polars -  time:   0.00 s pos:      40 undec:       1 neg:      49
1.16/0.39	c =========================================================================================
1.16/0.39	c types(t): F = full restart, N = normal restart
1.16/0.39	c types(t): S = simplification begin/end, E = solution found
1.16/0.39	c restart types(rt): st = static, dy = dynamic
1.16/0.39	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.98/1.03	c  B st     0         0        90      8010         0         0     56070         0   no data   no data
3.98/1.03	c  N dy    10      4015        90      8010         0      3723     56070    111688     26.08     27.50
3.98/1.03	c  N dy    16      9893        90      8010         0      6863     56070    192376     25.57     26.96
4.76/1.23	c  N dy    19     23023        90      8010         0      9852     56070    245804     24.44     25.88
5.17/1.33	c  F st    34     25001        90      8010         0     11690     56070    300393     24.60     24.29
5.56/1.43	c  N st    38     27034        90      8010         0      7264     56070    154887     24.60   no data
6.36/1.63	c  S st    40     30002        90      8010         0      9990     56070    236527     24.60   no data
6.36/1.63	c  S st    40     30507        90      8010         0     10472     56070    250839     24.60   no data
6.36/1.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.36/1.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
6.36/1.63	c blocked clauses removed:        0 vars:      0 tried:          90 T: 0.00 s
6.36/1.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.36/1.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.36/1.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
6.36/1.63	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.36/1.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.36/1.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.16/1.81	c lits-rem:       124  cl-subs:      755  v-elim:      0  v-fix:    0  time:  0.21 s
8.38/2.12	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.31
8.38/2.12	c calculated reachability. Time: 0.00
8.38/2.12	c  N dy    40     30507        90      8010         0      9717     56070    226346     24.60   no data
9.16/2.39	c  N dy    75     34736        90      8010         0     13651     56070    344074     24.95     26.52
10.35/2.64	c  N dy   107     38926        90      8010         0     10243     56070    225849     25.20     26.83
11.55/2.91	c  N dy   127     43401        90      8010         0     14393     56070    348429     25.29     26.72
11.95/3.08	c  S st   138     45760        90      8010         0      8298     56070    149167     25.33     23.06
12.35/3.11	c  S st   138     46260        90      8010         0      8770     56070    163261     25.33   no data
12.35/3.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.35/3.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
12.35/3.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.35/3.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.35/3.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.35/3.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
12.35/3.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.35/3.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
12.35/3.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.35/3.16	c lits-rem:         5  cl-subs:       42  v-elim:      0  v-fix:    0  time:  0.03 s
12.35/3.16	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
12.35/3.16	c vivif2 --  cl tried     8728 cl shrink        0 lits rem          0 time: 0.00
13.55/3.44	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.28
13.55/3.44	c calculated reachability. Time: 0.00
13.55/3.44	c  N dy   138     46260        90      8010         0      8728     56070    161717     25.33   no data
14.75/3.78	c  N dy   153     52383        90      8010         0     14367     56070    325406     25.23     26.78
18.75/4.72	c  N dy   159     67537        90      8010         0     19036     56070    447443     24.88     26.19
19.14/4.88	c  S st   167     69390        90      8010         0     10661     56070    186820     24.90   no data
19.54/4.92	c  S st   167     69891        90      8010         0     11136     56070    201021     24.90   no data
19.54/4.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.54/4.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
19.54/4.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.54/4.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.54/4.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.54/4.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
19.54/4.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.54/4.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
19.54/4.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.94/5.00	c lits-rem:        15  cl-subs:      117  v-elim:      0  v-fix:    0  time:  0.06 s
19.94/5.00	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
19.94/5.00	c vivif2 --  cl tried    11019 cl shrink        0 lits rem          0 time: 0.00
21.14/5.33	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.34
21.14/5.34	c calculated reachability. Time: 0.00
21.14/5.34	c  N dy   167     69891        90      8010         0     11019     56070    197180     24.90   no data
22.33/5.62	c  N dy   196     74424        90      8010         0     15230     56070    322399     25.00     26.48
23.54/5.98	c  N dy   218     79259        90      8010         0     19705     56070    454944     25.06     28.67
25.54/6.40	c  N dy   241     85019        90      8010         0     13976     56070    266649     25.11     26.68
25.95/6.56	c  F st   248     87500        90      8010         0     16280     56070    333941     25.12     24.23
26.73/6.77	c  N st   253     90797        90      8010         0     19343     56070    426518     25.12   no data
29.14/7.35	c  N dy   271     98236        90      8010         0     14168     56070    254594     25.14     26.47
30.75/7.78	c  N dy   285    104837        90      8010         0     20248     56070    431877     25.11     25.06
30.75/7.78	c  S st   285    104837        90      8010         0     20248     56070    431877     25.11     25.06
31.13/7.84	c  S st   285    105341        90      8010         0     20726     56070    446194     25.11   no data
31.13/7.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.13/7.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
31.13/7.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31.13/7.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.13/7.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.13/7.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
31.13/7.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.13/7.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
31.13/7.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.12/8.39	c lits-rem:       159  cl-subs:     1605  v-elim:      0  v-fix:    0  time:  0.53 s
33.12/8.39	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
33.12/8.39	c vivif2 --  cl tried    19121 cl shrink        0 lits rem          0 time: 0.00
35.15/8.83	c asymm  cl-useful: 0/6352/8010 lits-rem:0 time: 0.43
35.15/8.83	c calculated reachability. Time: 0.00
35.15/8.83	c  N dy   285    105341        90      8010         0     19121     56070    397276     25.11   no data
37.52/9.42	c  N dy   316    112073        90      8010         0     25403     56070    583215     25.14     30.10
39.53/9.95	c  N dy   335    119319        90      8010         0     19235     56070    385993     25.14     26.68
42.31/10.61	c  N dy   366    127088        90      8010         0     26441     56070    599185     25.18     26.60
45.10/11.31	c  N dy   393    136302        90      8010         0     21133     56070    425360     25.19     26.66
48.32/12.15	c  N dy   395    146391        90      8010         0     15656     56070    244864     25.12     26.53
51.51/12.98	c  N dy   444    156838        90      8010         0     25365     56070    533301     25.17     26.60
51.91/13.09	c  S st   446    158011        90      8010         0     26441     56070    563715     25.16     22.97
52.32/13.16	c  S st   446    158517        90      8010         0     26916     56070    577808     25.16   no data
52.32/13.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
52.32/13.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
52.32/13.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
52.32/13.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.32/13.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.32/13.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
52.32/13.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
52.32/13.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
52.32/13.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.90/14.06	c lits-rem:       276  cl-subs:     1931  v-elim:      0  v-fix:    0  time:  0.86 s
55.90/14.06	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
55.90/14.06	c vivif2 --  cl tried    24985 cl shrink        0 lits rem          0 time: 0.01
56.71/14.21	c asymm  cl-useful: 0/1658/8010 lits-rem:0 time: 0.15
56.71/14.21	c calculated reachability. Time: 0.00
56.71/14.21	c  N dy   446    158517        90      8010         0     24985     56070    516213     25.16   no data
61.89/15.57	c  N dy   499    173800        90      8010         0     23445     56070    454546     25.18     26.54
67.08/16.89	c  N dy   549    185893        90      8010         0     18006     56070    279379     25.23     26.57
75.06/18.83	c  N dy   591    207773        90      8010         0     20627     56070    336231     25.17     26.63
80.65/20.23	c  N dy   659    221081        90      8010         0     33016     56070    704436     25.23     26.58
86.25/21.67	c  N dy   704    235283        90      8010         0     27652     56070    526982     25.23     26.58
87.46/21.93	c  S st   712    237775        90      8010         0     29992     56070    595793     25.24     24.63
87.87/22.01	c  S st   712    238280        90      8010         0     30471     56070    610272     25.24   no data
87.87/22.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
87.87/22.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
87.87/22.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
87.87/22.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
87.87/22.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.87/22.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
87.87/22.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
87.87/22.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
87.87/22.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.86/23.05	c lits-rem:       259  cl-subs:     2027  v-elim:      0  v-fix:    0  time:  1.01 s
91.86/23.05	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
91.86/23.06	c vivif2 --  cl tried    28444 cl shrink        0 lits rem          0 time: 0.01
92.64/23.26	c asymm  cl-useful: 0/2525/8010 lits-rem:0 time: 0.20
92.64/23.26	c calculated reachability. Time: 0.00
92.64/23.26	c  N dy   712    238280        90      8010         0     28444     56070    545577     25.24   no data
99.04/24.88	c  N dy   757    253489        90      8010         0     23142     56070    374941     25.24     31.43
106.22/26.64	c  N dy   781    270598        90      8010         0     38836     56070    828228     25.15     26.57
113.83/28.54	c  N dy   887    287932        90      8010         0     34690     56070    706765     25.24     27.67
121.81/30.50	c  F st   924    306251        90      8010         0     30344     56070    550788     25.18     23.07
121.81/30.53	c  N st   925    306501        90      8010         0     30573     56070    557869     25.18   no data
130.59/32.75	c  N dy   985    326152        90      8010         0     26606     56070    424292     25.19     26.66
140.20/35.15	c  N dy  1043    346495        90      8010         0     45436     56070    978527     25.19     26.53
144.59/36.30	c  S st  1077    357420        90      8010         0     32434     56070    578700     25.19   no data
144.99/36.38	c  S st  1077    357923        90      8010         0     32914     56070    593212     25.19   no data
144.99/36.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
145.37/36.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
145.37/36.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
145.37/36.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
145.37/36.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
145.37/36.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
145.37/36.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
145.37/36.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
145.37/36.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
149.39/37.43	c lits-rem:       350  cl-subs:     1753  v-elim:      0  v-fix:    0  time:  1.00 s
149.39/37.43	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
149.39/37.44	c vivif2 --  cl tried    31161 cl shrink        0 lits rem          0 time: 0.01
150.17/37.65	c asymm  cl-useful: 0/1999/8010 lits-rem:0 time: 0.22
150.17/37.65	c calculated reachability. Time: 0.00
150.17/37.65	c  N dy  1077    357923        90      8010         0     31161     56070    538449     25.19   no data
161.76/40.56	c  N dy  1152    380565        90      8010         0     28110     56070    433068     25.21     26.62
172.93/43.37	c  N dy  1229    400604        90      8010         0     46654     56070    981479     25.23     29.51
184.92/46.34	c  N dy  1301    420784        90      8010         0     40388     56070    778373     25.26     26.60
196.10/49.12	c  N dy  1382    440839        90      8010         0     33001     56070    542315     25.28     27.10
208.09/52.10	c  N dy  1433    462942        90      8010         0     53432     56070   1139559     25.26     26.65
218.07/54.66	c  N dy  1448    485072        90      8010         0     46909     56070    916751     25.16     26.52
229.66/57.56	c  N dy  1511    505928        90      8010         0     38480     56070    665650     25.16     26.52
243.24/60.96	c  N dy  1621    525932        90      8010         0     57053     56070   1219507     25.20     27.93
248.44/62.29	c  S st  1651    536884        90      8010         0     38526     56070    648345     25.20     24.24
248.84/62.39	c  S st  1651    537386        90      8010         0     39001     56070    662451     25.20   no data
248.84/62.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
249.24/62.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
249.24/62.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
249.24/62.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
249.24/62.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
249.24/62.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
249.24/62.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
249.24/62.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
249.24/62.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
254.44/63.75	c lits-rem:       361  cl-subs:     1931  v-elim:      0  v-fix:    0  time:  1.31 s
254.44/63.75	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
254.44/63.76	c vivif2 --  cl tried    37070 cl shrink        0 lits rem          0 time: 0.01
255.22/63.99	c asymm  cl-useful: 0/1704/8010 lits-rem:0 time: 0.23
255.22/63.99	c calculated reachability. Time: 0.00
255.22/63.99	c  N dy  1651    537386        90      8010         0     37070     56070    602768     25.20   no data
267.63/67.08	c  N dy  1717    557771        90      8010         0     55940     56070   1154885     25.19     26.57
279.59/70.05	c  N dy  1770    579844        90      8010         0     46801     56070    873810     25.19     26.52
297.97/74.65	c  N dy  1775    613010        90      8010         0     46790     56070    843290     25.08     26.52
311.57/78.07	c  N dy  1813    636005        90      8010         0     36694     56070    542142     25.07     26.61
322.73/80.81	c  N dy  1856    656047        90      8010         0     55133     56070   1086119     25.06     26.42
336.72/84.39	c  N dy  1973    676086        90      8010         0     41515     56070    671756     25.09     26.85
352.30/88.22	c  N dy  2066    696381        90      8010         0     60293     56070   1226355     25.11     26.60
365.87/91.63	c  N dy  2140    716781        90      8010         0     45870     56070    776861     25.13     26.49
381.88/95.62	c  N dy  2225    736821        90      8010         0     64446     56070   1328832     25.15     27.63
394.24/98.72	c  N dy  2281    756895        90      8010         0     48725     56070    844253     25.15     27.12
410.61/102.81	c  N dy  2365    778182        90      8010         0     68433     56070   1429043     25.16     26.53
424.99/106.40	c  N dy  2463    800211        90      8010         0     53775     56070    972724     25.17     26.60
429.40/107.53	c  S st  2485    806080        90      8010         0     59210     56070   1132397     25.18   no data
429.79/107.68	c  S st  2485    806584        90      8010         0     59682     56070   1146243     25.18   no data
429.79/107.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
430.21/107.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
430.21/107.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
430.21/107.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
430.21/107.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
430.21/107.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
430.21/107.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
430.21/107.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
430.21/107.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
448.56/112.38	c lits-rem:       710  cl-subs:     4353  v-elim:      0  v-fix:    0  time:  4.63 s
448.56/112.38	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
448.56/112.39	c vivif2 --  cl tried    55329 cl shrink        0 lits rem          0 time: 0.01
450.16/112.70	c asymm  cl-useful: 0/1164/8010 lits-rem:0 time: 0.30
450.16/112.70	c calculated reachability. Time: 0.00
450.16/112.70	c  N dy  2485    806584        90      8010         0     55329     56070   1008300     25.18   no data
466.54/116.86	c  N dy  2559    826594        90      8010         0     37902     56070    486120     25.19     26.77
537.65/134.61	c  N dy  2617    932237        90      8010         0     59930     56070   1070848     24.93     26.39
557.64/139.66	c  N dy  2749    952268        90      8010         0     40079     56070    502274     24.97     27.18
571.60/143.18	c  N dy  2866    972313        90      8010         0     58682     56070   1056894     24.99     27.35
591.97/148.22	c  N dy  2894    997048        90      8010         0     41960     56070    533614     24.98     26.37
606.38/151.81	c  N dy  2989   1017402        90      8010         0     60779     56070   1087633     24.99     26.32
628.35/157.39	c  N dy  3068   1042775        90      8010         0     43589     56070    562467     24.99     26.41
645.11/161.57	c  N dy  3177   1065130        90      8010         0     64365     56070   1179278     25.01     26.41
651.50/163.19	c  F st  3221   1071875        90      8010         0     70647     56070   1367094     25.02   no data
665.47/166.63	c  N dy  3280   1085199        90      8010         0     83022     56070   1736303     25.03     27.91
680.26/170.34	c  N dy  3367   1105366        90      8010         0     59996     56070   1027256     25.04     26.38
715.42/179.16	c  N dy  3468   1147981        90      8010         0     56711     56070    900885     25.02     26.38
733.81/183.79	c  N dy  3560   1168110        90      8010         0     75400     56070   1455823     25.04     26.44
753.36/188.63	c  N dy  3592   1188161        90      8010         0     50445     56070    707465     25.03     27.87
771.34/193.20	c  N dy  3662   1208323        90      8010         0     69044     56070   1255972     25.03     26.38
773.36/193.67	c  S st  3675   1209877        90      8010         0     70504     56070   1299373     25.04     24.56
774.53/193.91	c  S st  3675   1210381        90      8010         0     70976     56070   1313671     25.04   no data
774.53/193.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
774.53/193.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
774.53/193.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
774.53/193.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
774.53/193.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
774.53/193.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
774.53/193.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
774.53/193.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
774.93/194.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
810.48/202.98	c lits-rem:       718  cl-subs:     5200  v-elim:      0  v-fix:    0  time:  8.97 s
810.48/202.98	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
810.88/203.00	c vivif2 --  cl tried    65776 cl shrink        0 lits rem          0 time: 0.02
811.68/203.26	c asymm  cl-useful: 0/618/8010 lits-rem:0 time: 0.27
811.68/203.27	c calculated reachability. Time: 0.00
811.68/203.27	c  N dy  3675   1210381        90      8010         0     65776     56070   1154212     25.04   no data
838.05/209.89	c  N dy  3811   1230602        90      8010         0     84529     56070   1715252     25.06     26.38
854.82/214.01	c  N dy  3895   1250661        90      8010         0     59029     56070    949124     25.07     26.51
873.60/218.79	c  N dy  4000   1270689        90      8010         0     77617     56070   1503699     25.08     28.09
897.56/224.73	c  N dy  4087   1295725        90      8010         0     55496     56070    815410     25.09     26.42
916.34/229.42	c  N dy  4159   1318539        90      8010         0     76543     56070   1433196     25.08     26.48
944.73/236.56	c  N dy  4263   1339920        90      8010         0     50159     56070    644718     25.10     26.44
964.28/241.41	c  N dy  4372   1359967        90      8010         0     68792     56070   1200947     25.11     29.61
985.05/246.60	c  N dy  4405   1383140        90      8010         0     90184     56070   1826836     25.09     26.47
1003.03/251.10	c  N dy  4484   1403143        90      8010         0     61555     56070    962307     25.10     29.98
1023.42/256.20	c  N dy  4611   1423174        90      8010         0     80056     56070   1515150     25.12     28.38
1049.36/262.75	c  N dy  4739   1443251        90      8010         0     50556     56070    616809     25.14     27.50
1065.74/266.88	c  N dy  4808   1463749        90      8010         0     69511     56070   1173825     25.14     26.54
1085.34/271.74	c  N dy  4852   1484035        90      8010         0     88233     56070   1726773     25.14     26.52
1106.91/277.14	c  N dy  4957   1504108        90      8010         0     57785     56070    812447     25.16     26.98
1125.26/281.74	c  N dy  5051   1524165        90      8010         0     76374     56070   1365343     25.17     27.02
1154.03/288.99	c  N dy  5102   1553374        90      8010         0     53401     56070    661897     25.16     26.51
1173.22/293.77	c  N dy  5195   1575577        90      8010         0     73927     56070   1273046     25.17     26.52
1196.37/299.60	c  N dy  5297   1595642        90      8010         0     92483     56070   1826047     25.18     26.55
1220.74/305.60	c  N dy  5428   1615666        90      8010         0     60114     56070    844163     25.20     26.54
1239.91/310.41	c  N dy  5523   1636131        90      8010         0     79036     56070   1410171     25.21     26.59
1265.10/316.74	c  N dy  5617   1656159        90      8010         0     97584     56070   1961057     25.21     26.61
1285.85/321.99	c  N dy  5703   1676272        90      8010         0     64323     56070    947477     25.22     26.64
1305.42/326.85	c  N dy  5755   1696279        90      8010         0     82800     56070   1493031     25.23     28.12
1321.40/330.88	c  S st  5788   1710382        90      8010         0     95814     56070   1876041     25.23     24.85
1322.62/331.15	c  S st  5788   1710887        90      8010         0     96295     56070   1890918     25.23   no data
1322.62/331.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1323.00/331.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1323.00/331.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1323.00/331.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1323.00/331.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1323.00/331.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1323.00/331.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1323.00/331.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1323.00/331.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1379.35/345.40	c lits-rem:      1145  cl-subs:     8768  v-elim:      0  v-fix:    0  time: 14.11 s
1379.35/345.40	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
1379.75/345.42	c vivif2 --  cl tried    87527 cl shrink        0 lits rem          0 time: 0.02
1380.92/345.75	c asymm  cl-useful: 0/980/8010 lits-rem:0 time: 0.33
1380.92/345.75	c calculated reachability. Time: 0.00
1380.92/345.75	c  N dy  5788   1710887        90      8010         0     87527     56070   1619304     25.23   no data
1406.11/352.09	c  N dy  5856   1730981        90      8010         0     53747     56070    623683     25.23     28.46
1424.46/356.69	c  N dy  5911   1753714        90      8010         0     74689     56070   1238346     25.22     26.66
1450.05/363.09	c  N dy  5996   1775690        90      8010         0     95007     56070   1841789     25.23     26.60
1472.02/368.52	c  N dy  6056   1795826        90      8010         0     60215     56070    795959     25.23     26.58
1489.97/373.05	c  N dy  6104   1816419        90      8010         0     79185     56070   1351074     25.22     26.68
1514.74/379.26	c  N dy  6170   1836447        90      8010         0     97627     56070   1898330     25.23     27.51
1543.90/386.54	c  N dy  6274   1856543        90      8010         0     61830     56070    825890     25.24     27.68
1564.67/391.77	c  N dy  6374   1877669        90      8010         0     81501     56070   1416863     25.25     26.72
1587.45/397.43	c  N dy  6410   1897869        90      8010         0    100144     56070   1965172     25.24     26.71
1619.00/405.39	c  N dy  6481   1929109        90      8010         0     73516     56070   1149298     25.24     26.58
1643.39/411.44	c  N dy  6593   1949195        90      8010         0     92122     56070   1706472     25.25     27.09
1670.53/418.23	c  N dy  6664   1969431        90      8010         0    110793     56070   2263530     25.26     26.63
1691.73/423.57	c  N dy  6773   1989768        90      8010         0     73311     56070   1133772     25.27     26.60
1714.87/429.32	c  N dy  6858   2009827        90      8010         0     91867     56070   1683792     25.27     28.55
1745.64/437.07	c  N dy  6958   2030417        90      8010         0    110930     56070   2252237     25.28     26.66
1768.01/442.65	c  N dy  7048   2050791        90      8010         0     72494     56070   1084804     25.29     26.90
1796.37/449.79	c  N dy  7110   2078240        90      8010         0     97766     56070   1823722     25.28     26.61
1833.92/459.17	c  N dy  7166   2110570        90      8010         0     69314     56070    961381     25.27     26.91
1852.30/463.73	c  N dy  7190   2130609        90      8010         0     87805     56070   1511622     25.26     28.27
1886.65/472.31	c  N dy  7231   2160619        90      8010         0    115365     56070   2314683     25.25     26.60
1908.62/477.83	c  N dy  7308   2180691        90      8010         0     74934     56070   1122450     25.25     26.59
1930.99/483.47	c  N dy  7380   2200993        90      8010         0     93675     56070   1677847     25.25     26.61
1945.77/487.18	c  S st  7435   2210887        90      8010         0    102858     56070   1951911     25.26     24.07
1946.97/487.48	c  S st  7435   2211395        90      8010         0    103338     56070   1966779     25.26   no data
1946.97/487.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1947.37/487.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1947.37/487.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1947.37/487.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1947.37/487.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1947.37/487.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1947.37/487.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1947.37/487.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1947.77/487.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1999.69/500.68	c lits-rem:       930  cl-subs:     7763  v-elim:      0  v-fix:    0  time: 13.06 s
1999.69/500.68	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
2000.09/500.70	c vivif2 --  cl tried    95575 cl shrink        0 lits rem          0 time: 0.02
2001.29/501.06	c asymm  cl-useful: 0/824/8010 lits-rem:0 time: 0.36
2001.29/501.07	c calculated reachability. Time: 0.00
2001.29/501.07	c  N dy  7435   2211395        90      8010         0     95575     56070   1721381     25.26   no data
2036.05/509.71	c  N dy  7490   2238196        90      8010         0     60586     56070    679798     25.25     26.62
2058.82/515.50	c  N dy  7602   2261815        90      8010         0     82451     56070   1332091     25.26     26.73
2085.59/522.18	c  N dy  7711   2282102        90      8010         0    101277     56070   1895866     25.27     26.84
2115.14/529.50	c  N dy  7772   2302182        90      8010         0    119790     56070   2442693     25.27     26.61
2138.71/535.43	c  N dy  7889   2323076        90      8010         0     78257     56070   1187429     25.28     26.65
2175.08/544.58	c  N dy  7969   2353538        90      8010         0    106302     56070   2010532     25.27     26.62
2206.62/552.41	c  N dy  8025   2373613        90      8010         0     63045     56070    713320     25.27     26.65
2238.18/560.32	c  N dy  8124   2405740        90      8010         0     92760     56070   1595350     25.27     26.66
2268.14/567.86	c  N dy  8229   2425948        90      8010         0    111476     56070   2156221     25.28     26.80
2299.70/575.71	c  N dy  8299   2447359        90      8010         0     68485     56070    854400     25.29     26.76
2321.67/581.22	c  N dy  8374   2467958        90      8010         0     87509     56070   1417488     25.29     26.65
2347.64/587.74	c  N dy  8444   2488042        90      8010         0    106015     56070   1967012     25.29     28.21
2387.58/597.70	c  N dy  8530   2514481        90      8010         0     66722     56070    780828     25.29     26.67
2410.35/603.45	c  N dy  8612   2536485        90      8010         0     87019     56070   1382233     25.29     26.69
2443.50/611.77	c  N dy  8744   2559485        90      8010         0    108330     56070   2022341     25.30     26.83
2477.46/620.23	c  N dy  8794   2582695        90      8010         0     65125     56070    716596     25.30     26.71
2498.63/625.59	c  N dy  8899   2602724        90      8010         0     83613     56070   1270433     25.31     26.82
2526.22/632.41	c  N dy  9009   2622793        90      8010         0    102246     56070   1830507     25.32     26.70
2562.14/641.49	c  N dy  9120   2644221        90      8010         0    122047     56070   2425138     25.33     26.75
2594.10/649.47	c  N dy  9234   2664523        90      8010         0     75191     56070   1001005     25.33     26.94
2615.27/654.75	c  N dy  9276   2684570        90      8010         0     93665     56070   1550478     25.33     27.06
2644.44/662.05	c  N dy  9315   2708980        90      8010         0    116046     56070   2210059     25.33     26.67
2648.43/663.01	c  S st  9326   2711395        90      8010         0    118288     56070   2277801     25.33     23.77
2649.66/663.36	c  S st  9326   2711897        90      8010         0    118763     56070   2292339     25.33   no data
2649.66/663.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2650.04/663.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
2650.04/663.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2650.04/663.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2650.04/663.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2650.04/663.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
2650.04/663.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2650.04/663.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2650.43/663.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2730.72/683.64	c lits-rem:      1252  cl-subs:    10396  v-elim:      0  v-fix:    0  time: 20.12 s
2730.72/683.64	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
2730.72/683.67	c vivif2 --  cl tried   108367 cl shrink        0 lits rem          0 time: 0.03
2732.33/684.05	c asymm  cl-useful: 0/700/8010 lits-rem:0 time: 0.38
2732.33/684.06	c calculated reachability. Time: 0.00
2732.33/684.06	c  N dy  9326   2711897        90      8010         0    108367     56070   1972506     25.33   no data
2768.29/693.09	c  N dy  9465   2731928        90      8010         0    126922     56070   2533483     25.34     27.60
2795.04/699.79	c  N dy  9559   2752011        90      8010         0     79386     56070   1112868     25.35     27.06
2821.80/706.49	c  N dy  9670   2772132        90      8010         0     98056     56070   1672693     25.35     26.73
2855.77/714.91	c  N dy  9746   2793770        90      8010         0    118057     56070   2268526     25.36     26.74
2892.51/724.19	c  N dy  9840   2814371        90      8010         0     69807     56070    804722     25.36     26.74
2931.66/733.94	c  N dy  9920   2851858        90      8010         0    104314     56070   1820643     25.35     26.75
2963.61/741.97	c  N dy 10003   2872192        90      8010         0    123097     56070   2378111     25.36     26.73
2999.17/750.85	c  N dy 10107   2892238        90      8010         0     73369     56070    891624     25.36     27.71
3020.34/756.19	c  N dy 10171   2912280        90      8010         0     91801     56070   1440498     25.37     28.61
3053.92/764.56	c  N dy 10231   2938492        90      8010         0    115903     56070   2155741     25.36     26.76
3087.45/772.93	c  N dy 10275   2958545        90      8010         0    134407     56070   2700596     25.36     26.70
3114.22/779.67	c  N dy 10387   2978608        90      8010         0     83907     56070   1193165     25.37     29.67
3139.78/786.04	c  N dy 10459   2998711        90      8010         0    102476     56070   1745890     25.37     26.93
3170.54/793.73	c  N dy 10533   3019326        90      8010         0    121462     56070   2310360     25.38     26.75
3212.88/804.34	c  N dy 10637   3040170        90      8010         0     70619     56070    774278     25.38     26.81
3237.66/810.57	c  N dy 10711   3063139        90      8010         0     91883     56070   1407712     25.38     26.73
3268.41/818.23	c  N dy 10826   3083260        90      8010         0    110503     56070   1969963     25.39     26.91
3305.56/827.54	c  N dy 10904   3103847        90      8010         0    129504     56070   2533931     25.39     26.80
3349.50/838.53	c  N dy 10990   3124239        90      8010         0     77267     56070    956480     25.40     26.78
3380.65/846.34	c  N dy 11043   3144264        90      8010         0     95714     56070   1507705     25.40     28.40
3417.81/855.69	c  N dy 11128   3164287        90      8010         0    114140     56070   2057578     25.40     27.69
3457.77/865.69	c  N dy 11240   3184923        90      8010         0    133271     56070   2634421     25.41     26.76
3493.34/874.59	c  N dy 11346   3204992        90      8010         0     79848     56070   1015514     25.42     27.75
3502.12/876.76	c  S st 11392   3211898        90      8010         0     86232     56070   1209099     25.42     24.52
3503.30/877.00	c  S st 11392   3212398        90      8010         0     86709     56070   1223843     25.42   no data
3503.30/877.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3503.30/877.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3503.30/877.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3503.30/877.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3503.30/877.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3503.30/877.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
3503.30/877.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3503.30/877.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3503.70/877.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3517.28/880.59	c lits-rem:       236  cl-subs:     2398  v-elim:      0  v-fix:    0  time:  3.49 s
3517.28/880.59	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
3517.68/880.61	c vivif2 --  cl tried    84311 cl shrink        0 lits rem          0 time: 0.02
3518.88/880.95	c asymm  cl-useful: 0/845/8010 lits-rem:0 time: 0.34
3518.88/880.95	c calculated reachability. Time: 0.00
3518.88/880.95	c  N dy 11392   3212398        90      8010         0     84311     56070   1144348     25.42   no data
3548.43/888.36	c  N dy 11477   3235027        90      8010         0    105229     56070   1767879     25.42     26.90
3578.80/895.90	c  N dy 11493   3259794        90      8010         0    127802     56070   2422924     25.41     27.02
3621.94/906.74	c  N dy 11566   3279850        90      8010         0     73536     56070    810088     25.41     27.19
3649.50/913.64	c  N dy 11680   3300697        90      8010         0     92857     56070   1392062     25.41     26.98
3679.46/921.18	c  N dy 11719   3324387        90      8010         0    114711     56070   2037548     25.41     26.76
3766.95/943.07	c  N dy 11764   3394343        90      8010         0    104969     56070   1690957     25.37     26.76
3795.71/950.26	c  N dy 11811   3414513        90      8010         0    123530     56070   2241345     25.37     26.84
3851.64/964.29	c  N dy 11857   3449368        90      8010         0     81166     56070   1000511     25.36     26.80
3878.40/970.93	c  N dy 11954   3469882        90      8010         0    100131     56070   1570383     25.37     26.74
3911.15/979.12	c  N dy 12038   3490812        90      8010         0    119473     56070   2146777     25.37     26.85
3956.69/990.50	c  N dy 12151   3515252        90      8010         0    142072     56070   2824014     25.38     26.83
3991.85/999.30	c  N dy 12230   3535369        90      8010         0     85058     56070   1098537     25.38     26.79
4021.41/1006.73	c  N dy 12336   3557107        90      8010         0    105179     56070   1703343     25.38     26.84
4067.35/1018.27	c  N dy 12396   3589729        90      8010         0    135122     56070   2587699     25.38     26.84
4108.89/1028.60	c  N dy 12451   3610215        90      8010         0     77486     56070    857126     25.38     26.86
4130.86/1034.16	c  N dy 12540   3630229        90      8010         0     95992     56070   1411433     25.38     26.99
4162.42/1042.05	c  N dy 12640   3651309        90      8010         0    115434     56070   1995427     25.38     26.82
4196.39/1050.57	c  N dy 12704   3671344        90      8010         0    133868     56070   2545724     25.39     26.99
4254.30/1065.05	c  N dy 12821   3692184        90      8010         0    153189     56070   3128045     25.39     26.74
4285.46/1072.84	c  N dy 12850   3712398        90      8010         0     94272     56070   1326497     25.39     22.50
4285.46/1072.84	c  S st 12850   3712398        90      8010         0     94272     56070   1326497     25.39     22.50
4286.66/1073.13	c  S st 12850   3712906        90      8010         0     94754     56070   1341394     25.39   no data
4286.66/1073.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4287.06/1073.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
4287.06/1073.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4287.06/1073.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4287.06/1073.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4287.06/1073.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
4287.06/1073.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4287.06/1073.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4287.06/1073.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4317.02/1080.71	c lits-rem:       703  cl-subs:     4053  v-elim:      0  v-fix:    0  time:  7.44 s
4317.02/1080.72	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
4317.02/1080.73	c vivif2 --  cl tried    90701 cl shrink        0 lits rem          0 time: 0.02
4318.22/1081.09	c asymm  cl-useful: 0/764/8010 lits-rem:0 time: 0.35
4318.22/1081.09	c calculated reachability. Time: 0.00
4318.22/1081.09	c  N dy 12850   3712906        90      8010         0     90701     56070   1224935     25.39   no data
4344.58/1087.67	c  N dy 12905   3732923        90      8010         0    109166     56070   1773814     25.39     28.44
4372.17/1094.54	c  F st 12940   3751562        90      8010         0    126320     56070   2280677     25.38     25.18
4375.34/1095.30	c  N st 12944   3753592        90      8010         0    128202     56070   2338183     25.38   no data
4416.48/1105.68	c  N dy 13054   3773670        90      8010         0    146755     56070   2902716     25.39     27.29
4470.81/1119.25	c  N dy 13104   3813160        90      8010         0    104807     56070   1611225     25.38     26.75
4506.36/1128.13	c  N dy 13115   3838170        90      8010         0    127740     56070   2285413     25.37     26.75
4546.71/1138.24	c  N dy 13225   3858231        90      8010         0    146337     56070   2842896     25.37     27.19
4586.66/1148.22	c  N dy 13320   3878253        90      8010         0     85754     56070   1050930     25.38     27.45
4613.02/1154.87	c  N dy 13391   3898880        90      8010         0    104788     56070   1620211     25.38     26.76
4640.98/1161.89	c  N dy 13448   3918993        90      8010         0    123334     56070   2173573     25.38     26.82
4678.94/1171.34	c  N dy 13549   3939041        90      8010         0    141862     56070   2729394     25.38     27.45
4741.65/1187.00	c  N dy 13624   3977128        90      8010         0     96677     56070   1346209     25.38     26.73
4772.03/1194.69	c  N dy 13699   3998041        90      8010         0    115963     56070   1921487     25.38     26.72

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

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-3173979-1307650681/watcher-3173979-1307650681 -o /tmp/evaluation-result-3173979-1307650681/solver-3173979-1307650681 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173979-1307650681.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: 7.91 6.16 3.69 6/180 29756
/proc/meminfo: memFree=31844668/32950928 swapFree=67056212/67111528
[pid=29756] ppid=29754 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 955298739 52441088 347 33554432000 4194304 4627427 140736920425888 18446744073709551615 47446633293746 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 12803 347 299 106 0 7774 0
[pid=29756/tid=29757] ppid=29754 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 955298739 52441088 347 33554432000 4194304 4627427 140736920425888 18446744073709551615 256415448049 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 955298739 52441088 347 33554432000 4194304 4627427 140736920425888 18446744073709551615 47446633293746 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 955298739 52441088 347 33554432000 4194304 4627427 140736920425888 18446744073709551615 47446633293746 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0297959 s]
/proc/loadavg: 7.91 6.16 3.69 6/180 29756
/proc/meminfo: memFree=31844668/32950928 swapFree=67056212/67111528
[pid=29756] ppid=29754 vsize=282012 CPUtime=0.09 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 1478 0 0 0 9 0 0 0 18 0 4 0 955298739 288780288 1394 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 70503 1394 362 106 0 65474 0
[pid=29756/tid=29757] ppid=29754 vsize=282012 CPUtime=0.02 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 273 0 0 0 2 0 0 0 25 0 4 0 955298739 288780288 1394 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=282012 CPUtime=0.02 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 243 0 0 0 2 0 0 0 18 0 4 0 955298739 288780288 1394 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309103 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=282012 CPUtime=0.02 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 287 0 0 0 2 0 0 0 18 0 4 0 955298739 288780288 1394 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 282012

[startup+0.100782 s]
/proc/loadavg: 7.91 6.16 3.69 6/180 29756
/proc/meminfo: memFree=31844668/32950928 swapFree=67056212/67111528
[pid=29756] ppid=29754 vsize=282144 CPUtime=0.38 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 1622 0 0 0 38 0 0 0 18 0 4 0 955298739 288915456 1538 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309293 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 70536 1538 364 106 0 65507 0
[pid=29756/tid=29757] ppid=29754 vsize=282144 CPUtime=0.09 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 288 0 0 0 9 0 0 0 25 0 4 0 955298739 288915456 1538 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=282144 CPUtime=0.09 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 252 0 0 0 9 0 0 0 18 0 4 0 955298739 288915456 1538 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=282144 CPUtime=0.09 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 393 0 0 0 9 0 0 0 18 0 4 0 955298739 288915456 1538 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282144

[startup+0.300744 s]
/proc/loadavg: 7.91 6.16 3.69 6/180 29756
/proc/meminfo: memFree=31844668/32950928 swapFree=67056212/67111528
[pid=29756] ppid=29754 vsize=282956 CPUtime=1.16 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 3959 0 0 0 116 0 0 0 18 0 4 0 955298739 289746944 3283 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 70739 3284 384 106 0 65710 0
[pid=29756/tid=29757] ppid=29754 vsize=282956 CPUtime=0.28 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 962 0 0 0 28 0 0 0 18 0 4 0 955298739 289746944 3284 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=282956 CPUtime=0.28 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 914 0 0 0 28 0 0 0 18 0 4 0 955298739 289746944 3284 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=282956 CPUtime=0.29 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 740 0 0 0 29 0 0 0 18 0 4 0 955298739 289746944 3284 33554432000 4194304 4627427 140736920425888 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 282956

[startup+0.700671 s]
/proc/loadavg: 7.91 6.16 3.69 6/180 29756
/proc/meminfo: memFree=31844668/32950928 swapFree=67056212/67111528
[pid=29756] ppid=29754 vsize=286156 CPUtime=2.77 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 6523 0 0 0 276 1 0 0 18 0 4 0 955298739 293023744 3882 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 71539 3882 384 106 0 66510 0
[pid=29756/tid=29757] ppid=29754 vsize=286156 CPUtime=0.68 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 1630 0 0 0 68 0 0 0 18 0 4 0 955298739 293023744 3882 33554432000 4194304 4627427 140736920425888 18446744073709551615 4321477 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=286156 CPUtime=0.68 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 1567 0 0 0 68 0 0 0 18 0 4 0 955298739 293023744 3882 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=286156 CPUtime=0.69 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 1281 0 0 0 69 0 0 0 18 0 4 0 955298739 293023744 3882 33554432000 4194304 4627427 140736920425888 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286156

[startup+1.50052 s]
/proc/loadavg: 7.91 6.16 3.69 10/184 29760
/proc/meminfo: memFree=31833376/32950928 swapFree=67056212/67111528
[pid=29756] ppid=29754 vsize=287332 CPUtime=5.96 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 10592 0 0 0 594 2 0 0 19 0 4 0 955298739 294227968 4670 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 71833 4670 385 106 0 66804 0
[pid=29756/tid=29757] ppid=29754 vsize=287332 CPUtime=1.47 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 2630 0 0 0 147 0 0 0 19 0 4 0 955298739 294227968 4670 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=287332 CPUtime=1.48 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 2580 0 0 0 148 0 0 0 19 0 4 0 955298739 294227968 4670 33554432000 4194304 4627427 140736920425888 18446744073709551615 4321603 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=287332 CPUtime=1.49 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 2282 0 0 0 149 0 0 0 20 0 4 0 955298739 294227968 4670 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309089 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) 287332

[startup+3.10022 s]
/proc/loadavg: 7.91 6.16 3.69 9/184 29760
/proc/meminfo: memFree=31824452/32950928 swapFree=67056212/67111528
[pid=29756] ppid=29754 vsize=297840 CPUtime=12.35 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 21969 0 0 0 1232 3 0 0 24 0 4 0 955298739 304988160 11883 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 74460 11883 388 106 0 69431 0
[pid=29756/tid=29757] ppid=29754 vsize=297840 CPUtime=3.07 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 5015 0 0 0 306 1 0 0 24 0 4 0 955298739 304988160 11883 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=297840 CPUtime=3.08 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 5726 0 0 0 308 0 0 0 24 0 4 0 955298739 304988160 11883 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=297840 CPUtime=3.08 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 5612 0 0 0 308 0 0 0 25 0 4 0 955298739 304988160 11883 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 297840

[startup+6.30062 s]
/proc/loadavg: 7.91 6.19 3.71 9/184 29760
/proc/meminfo: memFree=31798424/32950928 swapFree=67056212/67111528
[pid=29756] ppid=29754 vsize=289076 CPUtime=25.14 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 32437 0 0 0 2509 5 0 0 25 0 4 0 955298739 296013824 14566 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 72269 14566 388 106 0 67240 0
[pid=29756/tid=29757] ppid=29754 vsize=289076 CPUtime=6.25 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 8563 0 0 0 624 1 0 0 25 0 4 0 955298739 296013824 14566 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=289076 CPUtime=6.28 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 8246 0 0 0 627 1 0 0 25 0 4 0 955298739 296013824 14566 33554432000 4194304 4627427 140736920425888 18446744073709551615 4308752 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=289076 CPUtime=6.29 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 7784 0 0 0 628 1 0 0 25 0 4 0 955298739 296013824 14566 33554432000 4194304 4627427 140736920425888 18446744073709551615 4324267 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 289076

[startup+12.7004 s]
/proc/loadavg: 7.92 6.22 3.74 9/184 29760
/proc/meminfo: memFree=31771392/32950928 swapFree=67056212/67111528
[pid=29756] ppid=29754 vsize=296004 CPUtime=50.7 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 49919 0 0 0 5061 9 0 0 25 0 4 0 955298739 303108096 19827 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 74001 19827 388 106 0 68972 0
[pid=29756/tid=29757] ppid=29754 vsize=296004 CPUtime=12.61 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 12129 0 0 0 1260 1 0 0 25 0 4 0 955298739 303108096 19827 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309217 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=296004 CPUtime=12.69 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 12810 0 0 0 1266 3 0 0 25 0 4 0 955298739 303108096 19827 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=296004 CPUtime=12.69 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 12538 0 0 0 1267 2 0 0 25 0 4 0 955298739 303108096 19827 33554432000 4194304 4627427 140736920425888 18446744073709551615 4333184 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 296004

[startup+25.501 s]
/proc/loadavg: 7.94 6.31 3.80 9/184 29760
/proc/meminfo: memFree=31742020/32950928 swapFree=67056212/67111528
[pid=29756] ppid=29754 vsize=286884 CPUtime=101.83 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 76399 0 0 0 10167 16 0 0 25 0 4 0 955298739 293769216 27025 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 71721 27025 388 106 0 66692 0
[pid=29756/tid=29757] ppid=29754 vsize=286884 CPUtime=25.34 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 18257 0 0 0 2531 3 0 0 25 0 4 0 955298739 293769216 27025 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=286884 CPUtime=25.48 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 20004 0 0 0 2544 4 0 0 25 0 4 0 955298739 293769216 27025 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=286884 CPUtime=25.49 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 18587 0 0 0 2545 4 0 0 25 0 4 0 955298739 293769216 27025 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 286884

[startup+51.1012 s]
/proc/loadavg: 8.02 6.46 3.92 9/184 29761
/proc/meminfo: memFree=31705748/32950928 swapFree=67056212/67111528
[pid=29756] ppid=29754 vsize=343808 CPUtime=204.1 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 111784 0 0 0 20384 26 0 0 25 0 4 0 955298739 352059392 33365 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 85952 33365 388 106 0 80923 0
[pid=29756/tid=29757] ppid=29754 vsize=343808 CPUtime=50.8 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 26050 0 0 0 5075 5 0 0 25 0 4 0 955298739 352059392 33365 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=343808 CPUtime=51.08 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 28067 0 0 0 5102 6 0 0 25 0 4 0 955298739 352059392 33365 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=343808 CPUtime=51.09 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 28444 0 0 0 5102 7 0 0 25 0 4 0 955298739 352059392 33365 33554432000 4194304 4627427 140736920425888 18446744073709551615 4333052 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 343808

[startup+102.306 s]
/proc/loadavg: 8.15 6.73 4.14 9/184 29763
/proc/meminfo: memFree=31679400/32950928 swapFree=67056212/67111528
[pid=29756] ppid=29754 vsize=324664 CPUtime=408.64 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 165010 0 0 0 40821 43 0 0 25 0 4 0 955298739 332455936 37780 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 81166 37780 388 106 0 76137 0
[pid=29756/tid=29757] ppid=29754 vsize=324664 CPUtime=101.73 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 39507 0 0 0 10162 11 0 0 25 0 4 0 955298739 332455936 37780 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=324664 CPUtime=102.28 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 41931 0 0 0 10218 10 0 0 25 0 4 0 955298739 332455936 37780 33554432000 4194304 4627427 140736920425888 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=324664 CPUtime=102.29 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 43178 0 0 0 10218 11 0 0 25 0 4 0 955298739 332455936 37780 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 324664

[startup+162.301 s]

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

[pid=29756] ppid=29754 vsize=496156 CPUtime=2805.42 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 519035 0 0 0 280348 194 0 0 25 0 4 0 955298739 508063744 79603 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 124039 79603 388 106 0 119010 0
[pid=29756/tid=29757] ppid=29754 vsize=496156 CPUtime=698.47 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 136690 0 0 0 69792 55 0 0 25 0 4 0 955298739 508063744 79603 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=496156 CPUtime=702.29 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 135478 0 0 0 70176 53 0 0 25 0 4 0 955298739 508063744 79603 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=496156 CPUtime=702.31 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 116357 0 0 0 70191 40 0 0 25 0 4 0 955298739 508063744 79603 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.42
Current children cumulated vsize (KiB) 496156

[startup+762.306 s]
/proc/loadavg: 8.09 7.94 6.14 9/184 29780
/proc/meminfo: memFree=31326964/32950928 swapFree=67056212/67111528
[pid=29756] ppid=29754 vsize=527208 CPUtime=3045.12 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 543075 0 0 0 304307 205 0 0 25 0 4 0 955298739 539860992 79189 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 131802 79189 388 106 0 126773 0
[pid=29756/tid=29757] ppid=29754 vsize=527208 CPUtime=758.16 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 144104 0 0 0 75757 59 0 0 25 0 4 0 955298739 539860992 79189 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=527208 CPUtime=762.3 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 139354 0 0 0 76175 55 0 0 25 0 4 0 955298739 539860992 79189 33554432000 4194304 4627427 140736920425888 18446744073709551615 4333237 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=527208 CPUtime=762.32 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 122060 0 0 0 76190 42 0 0 25 0 4 0 955298739 539860992 79189 33554432000 4194304 4627427 140736920425888 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.12
Current children cumulated vsize (KiB) 527208

[startup+822.301 s]
/proc/loadavg: 7.78 7.89 6.23 9/184 29824
/proc/meminfo: memFree=31761848/32950928 swapFree=67056212/67111528
[pid=29756] ppid=29754 vsize=475172 CPUtime=3284.79 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 568563 0 0 0 328263 216 0 0 25 0 4 0 955298739 486576128 75055 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 118793 75055 388 106 0 113764 0
[pid=29756/tid=29757] ppid=29754 vsize=475172 CPUtime=817.83 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 150877 0 0 0 81721 62 0 0 25 0 4 0 955298739 486576128 75055 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=475172 CPUtime=822.29 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 147630 0 0 0 82171 58 0 0 25 0 4 0 955298739 486576128 75055 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=475172 CPUtime=822.32 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 128945 0 0 0 82186 46 0 0 25 0 4 0 955298739 486576128 75055 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.79
Current children cumulated vsize (KiB) 475172

[startup+882.301 s]
/proc/loadavg: 7.98 7.92 6.34 9/184 29825
/proc/meminfo: memFree=31670100/32950928 swapFree=67056212/67111528
[pid=29756] ppid=29754 vsize=618356 CPUtime=3524.46 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 594371 0 0 0 352218 228 0 0 25 0 4 0 955298739 633196544 88964 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309065 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 154589 88964 388 106 0 149560 0
[pid=29756/tid=29757] ppid=29754 vsize=618356 CPUtime=877.5 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 160070 0 0 0 87684 66 0 0 25 0 4 0 955298739 633196544 88964 33554432000 4194304 4627427 140736920425888 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=618356 CPUtime=882.3 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 149406 0 0 0 88170 60 0 0 25 0 4 0 955298739 633196544 88964 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=618356 CPUtime=882.31 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 138002 0 0 0 88183 48 0 0 25 0 4 0 955298739 633196544 88964 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.46
Current children cumulated vsize (KiB) 618356

[startup+942.3 s]
/proc/loadavg: 8.08 7.96 6.45 9/184 29827
/proc/meminfo: memFree=31667456/32950928 swapFree=67056212/67111528
[pid=29756] ppid=29754 vsize=579908 CPUtime=3764.15 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 618082 0 0 0 376176 239 0 0 25 0 4 0 955298739 593825792 81057 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309312 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 144977 81057 388 106 0 139948 0
[pid=29756/tid=29757] ppid=29754 vsize=579908 CPUtime=937.17 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 166805 0 0 0 93649 68 0 0 25 0 4 0 955298739 593825792 81057 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=579908 CPUtime=942.29 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 152342 0 0 0 94168 61 0 0 25 0 4 0 955298739 593825792 81057 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=579908 CPUtime=942.32 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 144847 0 0 0 94180 52 0 0 25 0 4 0 955298739 593825792 81057 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.15
Current children cumulated vsize (KiB) 579908

[startup+1002.3 s]
/proc/loadavg: 8.19 8.01 6.56 9/184 29829
/proc/meminfo: memFree=31608996/32950928 swapFree=67056212/67111528
[pid=29756] ppid=29754 vsize=566820 CPUtime=4003.83 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 644231 0 0 0 400132 251 0 0 25 0 4 0 955298739 580423680 82278 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 141705 82278 388 106 0 136676 0
[pid=29756/tid=29757] ppid=29754 vsize=566820 CPUtime=996.85 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 172805 0 0 0 99613 72 0 0 25 0 4 0 955298739 580423680 82278 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=566820 CPUtime=1002.3 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 159269 0 0 0 100165 65 0 0 25 0 4 0 955298739 580423680 82278 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=566820 CPUtime=1002.32 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 151385 0 0 0 100177 55 0 0 25 0 4 0 955298739 580423680 82278 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.83
Current children cumulated vsize (KiB) 566820

[startup+1062.3 s]
/proc/loadavg: 8.14 8.02 6.66 9/184 29830
/proc/meminfo: memFree=31578068/32950928 swapFree=67056212/67111528
[pid=29756] ppid=29754 vsize=642316 CPUtime=4243.51 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 670463 0 0 0 424087 264 0 0 25 0 4 0 955298739 657731584 90318 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 160579 90318 388 106 0 155550 0
[pid=29756/tid=29757] ppid=29754 vsize=642316 CPUtime=1056.53 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 181883 0 0 0 105578 75 0 0 25 0 4 0 955298739 657731584 90318 33554432000 4194304 4627427 140736920425888 18446744073709551615 4420272 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=642316 CPUtime=1062.3 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 164417 0 0 0 106162 68 0 0 25 0 4 0 955298739 657731584 90318 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=642316 CPUtime=1062.33 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 158022 0 0 0 106175 58 0 0 25 0 4 0 955298739 657731584 90318 33554432000 4194304 4627427 140736920425888 18446744073709551615 4427152 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.51
Current children cumulated vsize (KiB) 642316

[startup+1122.3 s]
/proc/loadavg: 8.12 8.03 6.74 9/184 29832
/proc/meminfo: memFree=31525324/32950928 swapFree=67056212/67111528
[pid=29756] ppid=29754 vsize=629424 CPUtime=4483.2 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 692859 0 0 0 448042 278 0 0 25 0 4 0 955298739 644530176 88487 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 157356 88487 388 106 0 152327 0
[pid=29756/tid=29757] ppid=29754 vsize=629424 CPUtime=1116.21 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 186147 0 0 0 111544 77 0 0 25 0 4 0 955298739 644530176 88487 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=629424 CPUtime=1122.31 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 171019 0 0 0 112159 72 0 0 25 0 4 0 955298739 644530176 88487 33554432000 4194304 4627427 140736920425888 18446744073709551615 4420136 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=629424 CPUtime=1122.32 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 162766 0 0 0 112171 61 0 0 25 0 4 0 955298739 644530176 88487 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.2
Current children cumulated vsize (KiB) 629424

[startup+1182.3 s]
/proc/loadavg: 8.15 8.05 6.83 9/184 29833
/proc/meminfo: memFree=31508168/32950928 swapFree=67056212/67111528
[pid=29756] ppid=29754 vsize=643704 CPUtime=4722.88 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 716737 0 0 0 472000 288 0 0 25 0 4 0 955298739 659152896 89164 33554432000 4194304 4627427 140736920425888 18446744073709551615 4324205 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 160926 89164 388 106 0 155897 0
[pid=29756/tid=29757] ppid=29754 vsize=643704 CPUtime=1175.88 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 193078 0 0 0 117508 80 0 0 25 0 4 0 955298739 659152896 89164 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=643704 CPUtime=1182.31 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 176242 0 0 0 118157 74 0 0 25 0 4 0 955298739 659152896 89164 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=643704 CPUtime=1182.33 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 169264 0 0 0 118169 64 0 0 25 0 4 0 955298739 659152896 89164 33554432000 4194304 4627427 140736920425888 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.88
Current children cumulated vsize (KiB) 643704



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.19 8.07 6.86 9/184 29834
/proc/meminfo: memFree=31506920/32950928 swapFree=67056212/67111528
[pid=29756] ppid=29754 vsize=644096 CPUtime=4800.39 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 724336 0 0 0 479746 293 0 0 25 0 4 0 955298739 659554304 89071 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 161024 89071 388 106 0 155995 0
[pid=29756/tid=29757] ppid=29754 vsize=644096 CPUtime=1195.17 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 194365 0 0 0 119437 80 0 0 25 0 4 0 955298739 659554304 89071 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=644096 CPUtime=1201.72 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 178598 0 0 0 120096 76 0 0 25 0 4 0 955298739 659554304 89071 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=644096 CPUtime=1201.73 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 170463 0 0 0 120108 65 0 0 25 0 4 0 955298739 659554304 89071 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 644096

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

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

[startup+1201.7 s]
/proc/loadavg: 8.19 8.07 6.86 9/184 29834
/proc/meminfo: memFree=31506920/32950928 swapFree=67056212/67111528
[pid=29756] ppid=29754 vsize=644096 CPUtime=4800.39 cores=1,3,5,7
/proc/29756/stat : 29756 (strangenight2-m) R 29754 29756 27745 0 -1 4202496 724336 0 0 0 479746 293 0 0 25 0 4 0 955298739 659554304 89071 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/29756/statm: 161024 89071 388 106 0 155995 0
[pid=29756/tid=29757] ppid=29754 vsize=644096 CPUtime=1195.17 cores=1,3,5,7
/proc/29756/task/29757/stat : 29757 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 194365 0 0 0 119437 80 0 0 25 0 4 0 955298739 659554304 89071 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29756/tid=29758] ppid=29754 vsize=644096 CPUtime=1201.72 cores=1,3,5,7
/proc/29756/task/29758/stat : 29758 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 178598 0 0 0 120096 76 0 0 25 0 4 0 955298739 659554304 89071 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29756/tid=29759] ppid=29754 vsize=644096 CPUtime=1201.73 cores=1,3,5,7
/proc/29756/task/29759/stat : 29759 (strangenight2-m) R 29754 29756 27745 0 -1 4202560 170463 0 0 0 120108 65 0 0 25 0 4 0 955298739 659554304 89071 33554432000 4194304 4627427 140736920425888 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 644096

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.44
CPU user time (s): 4797.49
CPU system time (s): 2.94855
CPU usage (%): 399.461
Max. virtual memory (cumulated for all children) (KiB): 741916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.49
system time used= 2.94855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 724337
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= 1067
involuntary context switches= 32196

runsolver used 1.82272 second user time and 4.75928 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-09 22:18:01
IDJOB=3173979
IDBENCH=82797
IDSOLVER=1586
FILE ID=node115/3173979-1307650681
RUNJOBID= node115-1307650279-29633
PBS_JOBID= 13549376
Free space on /tmp= 74160 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k7-r89-v90-c8010-S1828831772-021.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173979-1307650681/watcher-3173979-1307650681 -o /tmp/evaluation-result-3173979-1307650681/solver-3173979-1307650681 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173979-1307650681.cnf

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

MD5SUM BENCH= 40224b6c1498feedd538b60d16a1e0b8
RANDOM SEED=104435767

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31844980 kB
Buffers:        208564 kB
Cached:         389780 kB
SwapCached:       9444 kB
Active:         622104 kB
Inactive:       295692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31844980 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:            5440 kB
Writeback:           0 kB
AnonPages:      316700 kB
Mapped:          13596 kB
Slab:           124104 kB
PageTables:       5296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   573228 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= 74156 MiB
End job on node115 at 2011-06-09 22:38:04