Trace number 3174017

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.35 1201.73

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S64052796-033.SATISFIABLE.cnf
MD5SUM569a001e2aa1e7b5ad13eab5cc7018bb
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.668898
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-3174017-1304076791.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.41/0.19	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.18
0.41/0.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.41/0.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.41/0.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.41/0.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.41/0.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
0.41/0.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.78/0.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.78/0.21	c Finding binary XORs  T:     0.00 s  found:       0
0.78/0.22	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.78/0.22	c calculated reachability. Time: 0.00
0.78/0.22	c Calc default polars -  time:   0.00 s pos:      34 undec:       3 neg:      53
0.78/0.22	c =========================================================================================
0.78/0.22	c types(t): F = full restart, N = normal restart
0.78/0.22	c types(t): S = simplification begin/end, E = solution found
0.78/0.22	c restart types(rt): st = static, dy = dynamic
0.78/0.22	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.78/0.22	c  B st     0         0        90      8010         0         0     56070         0   no data   no data
1.57/0.47	c  N dy     8      7383        90      8010         0      4512     56070    122208     25.77     27.24
2.78/0.74	c  N dy    11     13734        90      8010         0      6465     56070    163721     24.94     26.32
3.58/0.96	c  N dy    29     18145        90      8010         0      5362     56070    115110     25.12     26.76
4.38/1.15	c  N dy    50     22452        90      8010         0      9385     56070    234063     25.31     26.71
4.79/1.28	c  F st    59     25001        90      8010         0     11756     56070    304508     25.38   no data
5.17/1.39	c  N st    63     27038        90      8010         0      7307     56070    153332     25.38   no data
5.97/1.52	c  S st    65     30000        90      8010         0     10057     56070    235056     25.38   no data
5.97/1.56	c  S st    65     30504        90      8010         0     10531     56070    249644     25.38   no data
5.97/1.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.97/1.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.97/1.57	c blocked clauses removed:        0 vars:      0 tried:          90 T: 0.00 s
5.97/1.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.97/1.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.97/1.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
5.97/1.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.97/1.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.97/1.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.77/1.79	c lits-rem:       159  cl-subs:      748  v-elim:      0  v-fix:    0  time:  0.21 s
8.37/2.10	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.30
8.37/2.10	c calculated reachability. Time: 0.00
8.37/2.10	c  N dy    65     30504        90      8010         0      9783     56070    225164     25.38   no data
11.96/3.02	c  N dy    74     45756        90      8010         0      8250     56070    149806     24.78     21.64
11.96/3.02	c  S st    74     45756        90      8010         0      8250     56070    149806     24.78     21.64
11.96/3.05	c  S st    74     46258        90      8010         0      8721     56070    163842     24.78   no data
11.96/3.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.96/3.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.96/3.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.96/3.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.96/3.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.96/3.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
11.96/3.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.96/3.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.96/3.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.36/3.10	c lits-rem:         7  cl-subs:       62  v-elim:      0  v-fix:    0  time:  0.04 s
12.36/3.10	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
12.36/3.11	c vivif2 --  cl tried     8659 cl shrink        0 lits rem          0 time: 0.00
13.17/3.38	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.28
13.17/3.38	c calculated reachability. Time: 0.00
13.17/3.38	c  N dy    74     46258        90      8010         0      8659     56070    161597     24.78   no data
14.36/3.61	c  N dy    94     50352        90      8010         0     12469     56070    273490     24.88     26.34
15.17/3.87	c  N dy   111     54445        90      8010         0     16264     56070    385059     24.94     26.38
16.36/4.14	c  N dy   136     58478        90      8010         0     10789     56070    206117     25.05     26.73
17.56/4.48	c  N dy   168     63616        90      8010         0     15550     56070    347644     25.18     26.55
19.15/4.80	c  N dy   192     67880        90      8010         0     19514     56070    465130     25.26     26.60
19.56/4.92	c  S st   197     69388        90      8010         0     10729     56070    185704     25.26     26.29
19.56/4.96	c  S st   197     69888        90      8010         0     11207     56070    200113     25.26   no data
19.56/4.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.56/4.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
19.56/4.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.56/4.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.56/4.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.56/4.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
19.56/4.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.56/4.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
19.56/4.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.96/5.04	c lits-rem:         8  cl-subs:      152  v-elim:      0  v-fix:    0  time:  0.06 s
19.96/5.04	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
19.96/5.04	c vivif2 --  cl tried    11055 cl shrink        0 lits rem          0 time: 0.00
21.16/5.37	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.33
21.16/5.37	c calculated reachability. Time: 0.00
21.16/5.37	c  N dy   197     69888        90      8010         0     11055     56070    195068     25.26   no data
22.75/5.73	c  N dy   214     75567        90      8010         0     16323     56070    349183     25.27     26.60
23.95/6.09	c  N dy   225     80600        90      8010         0     20977     56070    486237     25.26     26.69
25.55/6.44	c  N dy   241     85821        90      8010         0     14712     56070    285132     25.28     26.62
25.95/6.56	c  F st   256     87500        90      8010         0     16271     56070    331969     25.32   no data
27.54/6.91	c  N dy   262     92695        90      8010         0     21103     56070    475158     25.32   no data
29.54/7.42	c  N dy   278     99704        90      8010         0     15544     56070    291399     25.28     26.64
30.75/7.80	c  S st   307    104833        90      8010         0     20333     56070    435350     25.33   no data
31.16/7.86	c  S st   307    105337        90      8010         0     20807     56070    449463     25.33   no data
31.16/7.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.16/7.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
31.16/7.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31.16/7.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.16/7.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.16/7.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
31.16/7.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.16/7.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
31.16/7.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.14/8.38	c lits-rem:       198  cl-subs:     1409  v-elim:      0  v-fix:    0  time:  0.49 s
33.14/8.38	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
33.14/8.38	c vivif2 --  cl tried    19398 cl shrink        0 lits rem          0 time: 0.00
34.73/8.79	c asymm  cl-useful: 0/6181/8010 lits-rem:0 time: 0.41
34.73/8.80	c calculated reachability. Time: 0.00
34.73/8.80	c  N dy   307    105337        90      8010         0     19398     56070    404594     25.33   no data
37.53/9.46	c  N dy   332    112966        90      8010         0     13514     56070    214249     25.36     26.76
43.52/10.92	c  N dy   348    133794        90      8010         0     18836     56070    357268     25.18     26.51
47.92/12.00	c  N dy   363    146997        90      8010         0     16229     56070    260805     25.07     26.61
50.71/12.75	c  N dy   404    156715        90      8010         0     25231     56070    527641     25.13     26.49
51.11/12.87	c  S st   410    158005        90      8010         0     26434     56070    563351     25.13     25.32
51.51/12.94	c  S st   410    158507        90      8010         0     26915     56070    578053     25.13   no data
51.51/12.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.51/12.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
51.51/12.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.51/12.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.51/12.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.51/12.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
51.51/12.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
51.51/12.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
51.51/12.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.11/13.83	c lits-rem:       265  cl-subs:     2061  v-elim:      0  v-fix:    0  time:  0.85 s
55.11/13.83	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
55.11/13.84	c vivif2 --  cl tried    24854 cl shrink        0 lits rem          0 time: 0.01
55.91/14.00	c asymm  cl-useful: 0/1829/8010 lits-rem:0 time: 0.16
55.91/14.00	c calculated reachability. Time: 0.00
55.91/14.00	c  N dy   410    158507        90      8010         0     24854     56070    512336     25.13   no data
59.50/14.92	c  N dy   431    169119        90      8010         0     19055     56070    327618     25.12     26.45
63.50/15.95	c  N dy   481    180481        90      8010         0     29589     56070    638974     25.16     26.62
67.89/17.09	c  N dy   557    192069        90      8010         0     23750     56070    452423     25.25     26.93
73.09/18.31	c  N dy   578    204448        90      8010         0     17581     56070    248329     25.19     26.68
80.67/20.29	c  N dy   620    224721        90      8010         0     36346     56070    800225     25.17     26.67
85.86/21.55	c  S st   667    237761        90      8010         0     29928     56070    592133     25.17   no data
86.26/21.63	c  S st   667    238270        90      8010         0     30409     56070    606450     25.17   no data
86.26/21.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
86.26/21.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
86.26/21.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
86.26/21.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
86.26/21.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.26/21.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
86.26/21.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
86.26/21.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
86.26/21.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
90.26/22.65	c lits-rem:       289  cl-subs:     1988  v-elim:      0  v-fix:    0  time:  0.98 s
90.26/22.66	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
90.26/22.66	c vivif2 --  cl tried    28421 cl shrink        0 lits rem          0 time: 0.01
91.05/22.86	c asymm  cl-useful: 0/2508/8010 lits-rem:0 time: 0.20
91.05/22.86	c calculated reachability. Time: 0.00
91.05/22.86	c  N dy   667    238270        90      8010         0     28421     56070    543650     25.17   no data
97.84/24.56	c  N dy   685    256632        90      8010         0     25976     56070    457647     25.10     26.53
106.24/26.60	c  N dy   771    273904        90      8010         0     21705     56070    318329     25.16     26.56
113.02/28.36	c  N dy   806    291448        90      8010         0     37924     56070    789199     25.13     27.11
119.41/29.91	c  F st   828    306251        90      8010         0     30224     56070    541893     25.10     25.02
121.42/30.42	c  N dy   834    311446        90      8010         0     35039     56070    684288     25.10   no data
131.82/33.01	c  N dy   923    333264        90      8010         0     33138     56070    618177     25.14     26.49
141.39/35.48	c  N dy  1013    353271        90      8010         0     28616     56070    466417     25.18     26.63
143.38/35.92	c  S st  1025    357406        90      8010         0     32459     56070    579722     25.18     24.81
143.78/36.00	c  S st  1025    357907        90      8010         0     32933     56070    593828     25.18   no data
143.78/36.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
143.78/36.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
143.78/36.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
143.78/36.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
143.78/36.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
143.78/36.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
143.78/36.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
143.78/36.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
143.78/36.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
147.38/36.94	c lits-rem:       253  cl-subs:     1614  v-elim:      0  v-fix:    0  time:  0.90 s
147.38/36.95	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
147.38/36.95	c vivif2 --  cl tried    31319 cl shrink        0 lits rem          0 time: 0.01
148.18/37.16	c asymm  cl-useful: 0/1988/8010 lits-rem:0 time: 0.21
148.18/37.16	c calculated reachability. Time: 0.00
148.18/37.16	c  N dy  1025    357907        90      8010         0     31319     56070    541356     25.18   no data
161.77/40.56	c  N dy  1107    386808        90      8010         0     34017     56070    602581     25.16     26.51
174.95/43.89	c  N dy  1172    408796        90      8010         0     29366     56070    449452     25.17     26.51
187.32/46.90	c  N dy  1245    429868        90      8010         0     48901     56070   1025046     25.18     26.96
197.72/49.58	c  N dy  1350    449870        90      8010         0     41573     56070    798058     25.23     26.67
209.70/52.50	c  N dy  1420    470030        90      8010         0     33381     56070    535895     25.24     26.67
220.88/55.37	c  N dy  1497    490073        90      8010         0     51979     56070   1084699     25.25     27.18
231.27/57.97	c  N dy  1550    510288        90      8010         0     42865     56070    795284     25.26     26.77
244.85/61.34	c  N dy  1625    532220        90      8010         0     34491     56070    525630     25.27     26.60
246.85/61.86	c  S st  1629    536860        90      8010         0     38756     56070    648309     25.25     22.18
247.25/61.95	c  S st  1629    537361        90      8010         0     39235     56070    662505     25.25   no data
247.25/61.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
247.25/61.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
247.25/61.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
247.25/61.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
247.25/61.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
247.25/61.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
247.25/61.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
247.25/61.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
247.65/62.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
252.84/63.30	c lits-rem:       283  cl-subs:     2125  v-elim:      0  v-fix:    0  time:  1.29 s
252.84/63.30	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
252.84/63.31	c vivif2 --  cl tried    37110 cl shrink        0 lits rem          0 time: 0.01
253.64/63.53	c asymm  cl-useful: 0/1687/8010 lits-rem:0 time: 0.23
253.64/63.54	c calculated reachability. Time: 0.00
253.64/63.54	c  N dy  1629    537361        90      8010         0     37110     56070    598405     25.25   no data
266.02/66.63	c  N dy  1690    557536        90      8010         0     55768     56070   1146450     25.26     26.67
276.82/69.36	c  N dy  1750    577684        90      8010         0     44841     56070    817991     25.27     26.64
290.79/72.81	c  N dy  1805    599457        90      8010         0     34476     56070    491923     25.26     26.62
303.18/75.90	c  N dy  1877    620031        90      8010         0     53556     56070   1054965     25.27     26.61
316.36/79.21	c  N dy  1953    640290        90      8010         0     40883     56070    661972     25.29     26.75
329.14/82.45	c  N dy  2025    660390        90      8010         0     59573     56070   1215016     25.30     26.65
343.51/86.08	c  N dy  2093    683608        90      8010         0     48681     56070    869121     25.29     26.69
358.70/89.82	c  N dy  2141    703659        90      8010         0     33810     56070    417702     25.28     28.98
369.51/92.54	c  N dy  2192    723692        90      8010         0     52453     56070    970510     25.28     26.70
387.46/97.03	c  N dy  2218    750865        90      8010         0     43136     56070    674522     25.23     26.61
401.44/100.50	c  N dy  2281    771288        90      8010         0     62014     56070   1229262     25.24     26.75
415.02/103.93	c  N dy  2356    791705        90      8010         0     45844     56070    739865     25.25     26.68
425.01/106.41	c  S st  2424    806042        90      8010         0     59145     56070   1136723     25.26     24.44
425.41/106.59	c  S st  2424    806547        90      8010         0     59623     56070   1150960     25.26   no data
425.41/106.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
425.81/106.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
425.81/106.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
425.81/106.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
425.81/106.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
425.81/106.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
425.81/106.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
425.81/106.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
425.81/106.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
444.20/111.25	c lits-rem:       488  cl-subs:     3910  v-elim:      0  v-fix:    0  time:  4.58 s
444.20/111.25	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
444.20/111.27	c vivif2 --  cl tried    55713 cl shrink        0 lits rem          0 time: 0.01
445.38/111.56	c asymm  cl-useful: 0/1172/8010 lits-rem:0 time: 0.29
445.38/111.56	c calculated reachability. Time: 0.00
445.38/111.56	c  N dy  2424    806547        90      8010         0     55713     56070   1022636     25.26   no data
462.16/115.70	c  N dy  2494    826699        90      8010         0     38442     56070    498097     25.27     26.64
475.34/119.04	c  N dy  2589    846779        90      8010         0     57094     56070   1052396     25.29     26.67
493.31/123.55	c  N dy  2648    868466        90      8010         0     40106     56070    527842     25.29     26.75
508.09/127.28	c  N dy  2714    891408        90      8010         0     61264     56070   1149490     25.29     26.65
525.27/131.56	c  N dy  2720    918250        90      8010         0     48092     56070    743197     25.24     26.63
539.65/135.15	c  N dy  2775    938336        90      8010         0     66728     56070   1294953     25.25     27.42
556.03/139.27	c  N dy  2862    958426        90      8010         0     46598     56070    684592     25.26     26.82
570.41/142.83	c  N dy  2887    979376        90      8010         0     65945     56070   1247447     25.25     26.59
588.39/147.31	c  N dy  2921   1001376        90      8010         0     46505     56070    659795     25.23     26.56
602.39/150.84	c  N dy  2990   1021484        90      8010         0     65172     56070   1214859     25.24     26.57
620.74/155.42	c  N dy  3063   1042100        90      8010         0     43556     56070    557076     25.24     26.71
635.13/159.01	c  N dy  3161   1062362        90      8010         0     62304     56070   1114890     25.26     26.60
642.71/160.96	c  F st  3185   1071877        90      8010         0     71110     56070   1375094     25.26     22.63
653.10/163.55	c  N dy  3214   1082642        90      8010         0     81089     56070   1673953     25.26     26.59
668.30/167.37	c  N dy  3286   1103498        90      8010         0     58753     56070    987364     25.27     26.74
687.46/172.15	c  N dy  3375   1123861        90      8010         0     77620     56070   1550388     25.28     26.69
704.23/176.35	c  N dy  3434   1144383        90      8010         0     53976     56070    825491     25.29     26.67
721.41/180.69	c  N dy  3530   1164498        90      8010         0     72680     56070   1383978     25.30     26.70
740.98/185.55	c  N dy  3592   1184508        90      8010         0     47632     56070    623376     25.29     26.73
756.95/189.55	c  N dy  3644   1204556        90      8010         0     66202     56070   1172582     25.29     26.80
762.15/190.87	c  S st  3652   1209820        90      8010         0     71004     56070   1311866     25.29     24.09
763.35/191.12	c  S st  3652   1210322        90      8010         0     71475     56070   1325956     25.29   no data
763.35/191.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
763.35/191.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
763.35/191.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
763.35/191.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
763.35/191.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
763.35/191.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
763.35/191.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
763.35/191.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
763.75/191.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
807.29/202.17	c lits-rem:       728  cl-subs:     5007  v-elim:      0  v-fix:    0  time: 10.94 s
807.29/202.17	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
807.29/202.19	c vivif2 --  cl tried    66468 cl shrink        0 lits rem          0 time: 0.02
808.50/202.46	c asymm  cl-useful: 0/655/8010 lits-rem:0 time: 0.27
808.50/202.47	c calculated reachability. Time: 0.00
808.50/202.47	c  N dy  3652   1210322        90      8010         0     66468     56070   1169027     25.29   no data
830.47/207.94	c  N dy  3699   1230385        90      8010         0     84972     56070   1714307     25.29     28.31
846.84/212.06	c  N dy  3776   1250456        90      8010         0     59377     56070    955419     25.30     27.84
864.81/216.57	c  N dy  3846   1270753        90      8010         0     78190     56070   1515374     25.30     26.74
888.00/222.35	c  N dy  3929   1296396        90      8010         0     56707     56070    849974     25.31     26.75
927.14/232.11	c  N dy  3997   1344617        90      8010         0     54910     56070    775099     25.27     26.78
947.10/237.10	c  N dy  4067   1364626        90      8010         0     73392     56070   1321032     25.27     26.64
973.47/243.71	c  N dy  4145   1384682        90      8010         0     91934     56070   1872601     25.28     28.33
993.46/248.72	c  N dy  4256   1407062        90      8010         0     65555     56070   1080835     25.29     26.66
1020.20/255.47	c  N dy  4315   1435213        90      8010         0     91497     56070   1843386     25.29     26.65
1038.18/259.93	c  N dy  4362   1455612        90      8010         0     62332     56070    958335     25.28     26.63
1094.52/274.07	c  N dy  4430   1523726        90      8010         0     75770     56070   1321273     25.19     26.62
1116.49/279.58	c  N dy  4489   1543808        90      8010         0     94349     56070   1864563     25.19     26.81
1134.84/284.16	c  N dy  4544   1563847        90      8010         0     63306     56070    958795     25.19     26.52
1155.63/289.39	c  N dy  4659   1583885        90      8010         0     81893     56070   1516216     25.21     27.70
1179.98/295.49	c  N dy  4723   1605042        90      8010         0    101361     56070   2090625     25.21     26.81
1198.37/300.02	c  N dy  4804   1626054        90      8010         0     70128     56070   1144243     25.22     26.65
1220.33/305.56	c  N dy  4878   1646879        90      8010         0     89357     56070   1714615     25.22     26.57
1241.51/310.81	c  N dy  4918   1666989        90      8010         0     56166     56070    708317     25.21     26.54
1259.88/315.40	c  N dy  5007   1687076        90      8010         0     74772     56070   1262279     25.22     27.41
1284.64/321.64	c  N dy  5081   1709859        90      8010         0     95868     56070   1887173     25.22     26.60
1285.45/321.81	c  S st  5084   1710322        90      8010         0     96295     56070   1899882     25.22     26.27
1286.65/322.12	c  S st  5084   1710824        90      8010         0     96767     56070   1914490     25.22   no data
1286.65/322.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1286.65/322.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1286.65/322.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1286.65/322.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1286.65/322.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1286.65/322.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1286.65/322.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1287.05/322.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1287.05/322.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1340.96/335.71	c lits-rem:      1212  cl-subs:     8054  v-elim:      0  v-fix:    0  time: 13.45 s
1340.96/335.71	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
1340.96/335.74	c vivif2 --  cl tried    88713 cl shrink        0 lits rem          0 time: 0.02
1342.56/336.13	c asymm  cl-useful: 0/1001/8010 lits-rem:0 time: 0.40
1342.56/336.14	c calculated reachability. Time: 0.00
1342.56/336.14	c  N dy  5084   1710824        90      8010         0     88713     56070   1658518     25.22   no data
1368.13/342.51	c  N dy  5159   1731244        90      8010         0     55230     56070    667546     25.22     26.66
1384.91/346.79	c  N dy  5217   1751721        90      8010         0     74111     56070   1224942     25.23     26.66
1408.08/352.54	c  N dy  5255   1774693        90      8010         0     95253     56070   1839840     25.22     26.63
1434.04/359.05	c  N dy  5385   1794721        90      8010         0     60449     56070    803395     25.23     28.53
1454.02/364.08	c  N dy  5409   1820493        90      8010         0     84198     56070   1508094     25.22     26.55
1480.38/370.66	c  N dy  5504   1840503        90      8010         0    102769     56070   2061813     25.23     29.04
1501.55/375.99	c  N dy  5561   1863423        90      8010         0     69477     56070   1045941     25.23     26.76
1530.31/383.11	c  N dy  5664   1885544        90      8010         0     89842     56070   1651055     25.23     26.64
1562.27/391.14	c  N dy  5724   1908471        90      8010         0     55660     56070    621844     25.24     26.62
1581.05/395.82	c  N dy  5816   1929818        90      8010         0     75452     56070   1209509     25.24     26.73
1606.21/402.13	c  N dy  5937   1950712        90      8010         0     94825     56070   1790725     25.26     26.59
1632.57/408.74	c  N dy  5979   1970847        90      8010         0     57040     56070    643351     25.25     26.65
1651.75/413.54	c  N dy  6076   1992580        90      8010         0     77122     56070   1237076     25.26     26.81
1676.51/419.77	c  N dy  6123   2015116        90      8010         0     97923     56070   1847149     25.25     26.69
1707.27/427.45	c  N dy  6226   2035249        90      8010         0     59270     56070    692535     25.27     26.68
1726.05/432.16	c  N dy  6305   2055781        90      8010         0     78290     56070   1257916     25.27     26.61
1760.00/440.64	c  N dy  6371   2088372        90      8010         0    108349     56070   2149855     25.26     26.62
1785.57/447.04	c  N dy  6466   2108582        90      8010         0     68866     56070    956308     25.27     26.64
1824.31/456.75	c  N dy  6486   2150092        90      8010         0    106750     56070   2043397     25.23     26.59
1850.67/463.35	c  N dy  6561   2170177        90      8010         0     66336     56070    865958     25.23     28.31
1872.27/468.72	c  N dy  6626   2191672        90      8010         0     86144     56070   1449869     25.23     26.68
1898.64/475.39	c  S st  6734   2210826        90      8010         0    103949     56070   1986671     25.24   no data
1899.82/475.70	c  S st  6734   2211329        90      8010         0    104425     56070   2001300     25.24   no data
1900.22/475.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1900.22/475.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
1900.22/475.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1900.22/475.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1900.22/475.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1900.22/475.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1900.22/475.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1900.22/475.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1900.62/475.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1957.33/490.02	c lits-rem:      1205  cl-subs:     8089  v-elim:      0  v-fix:    0  time: 14.18 s
1957.33/490.02	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
1957.33/490.04	c vivif2 --  cl tried    96336 cl shrink        0 lits rem          0 time: 0.02
1958.93/490.41	c asymm  cl-useful: 0/808/8010 lits-rem:0 time: 0.36
1958.93/490.41	c calculated reachability. Time: 0.00
1958.93/490.41	c  N dy  6734   2211329        90      8010         0     96336     56070   1745109     25.24   no data
1984.89/496.98	c  N dy  6791   2231505        90      8010         0    114935     56070   2294172     25.24     26.79
2008.85/502.98	c  N dy  6846   2255573        90      8010         0     77451     56070   1176731     25.24     26.72
2033.23/509.04	c  N dy  6945   2275643        90      8010         0     96061     56070   1733672     25.25     27.48
2063.99/516.71	c  N dy  7033   2297962        90      8010         0    116619     56070   2349511     25.25     26.59
2087.95/522.73	c  N dy  7118   2319126        90      8010         0     75476     56070   1103559     25.26     26.71
2111.12/528.59	c  N dy  7218   2339162        90      8010         0     94036     56070   1661101     25.27     26.66
2147.07/537.58	c  N dy  7307   2364044        90      8010         0    116998     56070   2344193     25.27     26.60
2173.44/544.10	c  N dy  7361   2386743        90      8010         0     76116     56070   1095191     25.27     26.60
2196.61/549.96	c  N dy  7435   2406836        90      8010         0     94723     56070   1648374     25.27     28.92
2226.57/557.48	c  N dy  7533   2426917        90      8010         0    113350     56070   2205744     25.28     27.72
2270.51/568.47	c  N dy  7571   2468030        90      8010         0     88189     56070   1412386     25.25     26.69
2301.67/576.24	c  N dy  7688   2489543        90      8010         0    108091     56070   2006091     25.26     26.67
2335.62/584.72	c  N dy  7790   2509841        90      8010         0    126913     56070   2568787     25.27     26.63
2363.99/591.88	c  N dy  7853   2538218        90      8010         0     89394     56070   1446865     25.26     26.60
2394.75/599.53	c  N dy  7928   2561997        90      8010         0    111332     56070   2097676     25.26     26.60
2423.10/606.68	c  N dy  7977   2583035        90      8010         0     66185     56070    751655     25.26     26.60
2442.68/611.54	c  N dy  8036   2603185        90      8010         0     84780     56070   1302488     25.26     26.60
2471.44/618.76	c  N dy  8171   2623291        90      8010         0    103430     56070   1865032     25.27     26.71
2503.39/626.72	c  N dy  8258   2643373        90      8010         0    121993     56070   2415182     25.27     28.73
2535.36/634.71	c  N dy  8380   2663821        90      8010         0     75388     56070   1006743     25.28     26.65
2556.52/640.08	c  N dy  8426   2684575        90      8010         0     94494     56070   1570451     25.28     26.63
2589.28/648.29	c  N dy  8508   2707197        90      8010         0    115421     56070   2191489     25.28     26.69
2596.07/649.95	c  S st  8516   2711329        90      8010         0    119245     56070   2303317     25.28     23.94
2597.66/650.34	c  S st  8516   2711833        90      8010         0    119712     56070   2317500     25.28   no data
2597.66/650.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2598.06/650.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.07
2598.06/650.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2598.06/650.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2598.06/650.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2598.06/650.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
2598.06/650.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2598.06/650.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2598.46/650.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2675.97/669.99	c lits-rem:      1184  cl-subs:    10084  v-elim:      0  v-fix:    0  time: 19.47 s
2675.97/669.99	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
2676.38/670.02	c vivif2 --  cl tried   109628 cl shrink        0 lits rem          0 time: 0.03
2677.96/670.40	c asymm  cl-useful: 0/659/8010 lits-rem:0 time: 0.38
2677.96/670.40	c calculated reachability. Time: 0.00
2677.96/670.40	c  N dy  8516   2711833        90      8010         0    109628     56070   2004539     25.28   no data
2725.89/682.42	c  N dy  8574   2748164        90      8010         0     76943     56070   1031227     25.27     26.66
2749.86/688.46	c  N dy  8674   2768254        90      8010         0     95545     56070   1587397     25.28     27.46
2779.42/695.86	c  N dy  8759   2788346        90      8010         0    114076     56070   2141554     25.28     29.33
2807.39/702.87	c  N dy  8795   2808393        90      8010         0    132485     56070   2687764     25.28     30.21
2831.75/708.98	c  N dy  8887   2828475        90      8010         0     83947     56070   1231443     25.28     27.54
2858.92/715.72	c  N dy  8982   2849325        90      8010         0    103215     56070   1809790     25.29     26.65
2888.87/723.24	c  N dy  9041   2869420        90      8010         0    121737     56070   2360181     25.29     28.38
2926.85/732.79	c  N dy  9126   2893984        90      8010         0     76255     56070    975794     25.29     26.84
2949.99/738.59	c  N dy  9223   2914025        90      8010         0     94787     56070   1532367     25.30     27.72
2977.55/745.48	c  N dy  9268   2934159        90      8010         0    113333     56070   2081489     25.30     26.69
3016.71/755.24	c  N dy  9292   2960941        90      8010         0    137857     56070   2796015     25.29     26.83
3041.09/761.31	c  N dy  9368   2982372        90      8010         0     88531     56070   1325182     25.29     26.71
3069.03/768.37	c  N dy  9461   3003123        90      8010         0    107671     56070   1896072     25.30     26.68
3104.18/777.11	c  N dy  9541   3024883        90      8010         0    127780     56070   2497382     25.30     26.70
3158.91/790.83	c  N dy  9593   3068537        90      8010         0     97668     56070   1557171     25.28     26.77
3189.27/798.47	c  N dy  9689   3088765        90      8010         0    116350     56070   2116909     25.29     26.65
3224.42/807.24	c  N dy  9766   3109753        90      8010         0    135729     56070   2696342     25.29     26.65
3256.40/815.22	c  N dy  9843   3132609        90      8010         0     85933     56070   1213543     25.30     26.69
3287.93/823.15	c  N dy  9883   3153968        90      8010         0    105629     56070   1792635     25.29     26.70
3338.27/835.70	c  N dy  9940   3178996        90      8010         0    128688     56070   2476217     25.29     26.68
3382.62/846.88	c  N dy  9968   3206687        90      8010         0     82188     56070   1077278     25.28     26.74
3389.00/848.46	c  S st  9990   3211834        90      8010         0     86953     56070   1218050     25.28     23.33
3390.20/848.70	c  S st  9990   3212338        90      8010         0     87427     56070   1232635     25.28   no data
3390.20/848.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3390.20/848.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
3390.20/848.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3390.20/848.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3390.20/848.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3390.20/848.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
3390.20/848.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3390.20/848.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3390.60/848.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3408.18/853.20	c lits-rem:       514  cl-subs:     3685  v-elim:      0  v-fix:    0  time:  4.39 s
3408.18/853.20	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
3408.18/853.22	c vivif2 --  cl tried    83742 cl shrink        0 lits rem          0 time: 0.02
3409.38/853.56	c asymm  cl-useful: 0/842/8010 lits-rem:0 time: 0.35
3409.38/853.57	c calculated reachability. Time: 0.00
3409.38/853.57	c  N dy  9990   3212338        90      8010         0     83742     56070   1125512     25.28   no data
3432.54/859.37	c  N dy 10016   3232464        90      8010         0    102199     56070   1660501     25.28     26.61
3467.32/868.06	c  N dy 10154   3252541        90      8010         0    120814     56070   2221862     25.29     26.70
3515.24/880.02	c  N dy 10217   3280558        90      8010         0     73995     56070    827482     25.29     26.72
3535.21/885.07	c  N dy 10267   3300623        90      8010         0     92479     56070   1371418     25.28     26.75
3559.18/891.08	c  N dy 10313   3321038        90      8010         0    111295     56070   1922123     25.28     26.74
3594.74/899.91	c  N dy 10425   3341051        90      8010         0    129795     56070   2477491     25.28     27.92
3641.07/911.54	c  N dy 10523   3361144        90      8010         0     74748     56070    829445     25.29     26.77
3667.03/918.07	c  N dy 10613   3381175        90      8010         0     93302     56070   1385908     25.29     27.73
3696.98/925.51	c  N dy 10709   3401923        90      8010         0    112535     56070   1964012     25.30     26.72
3735.35/935.16	c  N dy 10796   3424320        90      8010         0    133271     56070   2580483     25.30     26.88
3776.48/945.45	c  N dy 10883   3444334        90      8010         0     77012     56070    874873     25.31     28.66
3798.84/951.08	c  N dy 10931   3465466        90      8010         0     96533     56070   1451754     25.31     26.85
3829.21/958.65	c  N dy 10977   3489502        90      8010         0    118602     56070   2104679     25.30     26.73
3867.56/968.27	c  N dy 11090   3509548        90      8010         0    137213     56070   2665817     25.31     26.65
3908.30/978.41	c  N dy 11177   3534155        90      8010         0     84176     56070   1068391     25.31     26.65
3936.27/985.48	c  N dy 11216   3560782        90      8010         0    108673     56070   1791959     25.30     26.64
3970.22/993.99	c  N dy 11314   3580840        90      8010         0    127227     56070   2347858     25.31     28.16
4007.38/1003.21	c  N dy 11384   3600881        90      8010         0    145658     56070   2895256     25.31     28.69
4041.72/1011.81	c  N dy 11480   3620955        90      8010         0     87596     56070   1155806     25.31     26.70
4066.49/1018.02	c  N dy 11547   3641071        90      8010         0    106188     56070   1708649     25.31     26.91
4096.85/1025.60	c  N dy 11606   3661135        90      8010         0    124748     56070   2260813     25.31     27.54
4139.62/1036.31	c  N dy 11705   3681431        90      8010         0    143516     56070   2823823     25.32     26.84
4191.93/1049.48	c  N dy 11781   3701732        90      8010         0     84718     56070   1050107     25.32     26.75
4211.49/1054.38	c  S st 11844   3712338        90      8010         0     94551     56070   1346531     25.33     24.21
4213.09/1054.74	c  S st 11844   3712843        90      8010         0     95028     56070   1361442     25.33   no data
4213.09/1054.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4213.49/1054.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.07
4213.49/1054.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4213.49/1054.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4213.49/1054.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4213.49/1054.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
4213.49/1054.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4213.49/1054.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4213.49/1054.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4242.24/1062.10	c lits-rem:       399  cl-subs:     3144  v-elim:      0  v-fix:    0  time:  7.20 s
4242.65/1062.10	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
4242.65/1062.12	c vivif2 --  cl tried    91884 cl shrink        0 lits rem          0 time: 0.02
4243.85/1062.47	c asymm  cl-useful: 0/752/8010 lits-rem:0 time: 0.36
4243.85/1062.48	c calculated reachability. Time: 0.00
4243.85/1062.48	c  N dy 11844   3712843        90      8010         0     91884     56070   1261634     25.33   no data
4273.01/1069.73	c  N dy 11935   3732844        90      8010         0    110405     56070   1815022     25.33     27.63
4303.76/1077.45	c  F st 12003   3751563        90      8010         0    127633     56070   2326340     25.33     23.51
4306.96/1078.27	c  N st 12007   3753601        90      8010         0    129497     56070   2382569     25.33   no data
4360.48/1091.65	c  N dy 12041   3788344        90      8010         0     83128     56070    989201     25.32     26.77
4384.86/1097.79	c  N dy 12117   3808424        90      8010         0    101615     56070   1539525     25.33     26.71
4413.21/1104.87	c  N dy 12162   3828773        90      8010         0    120390     56070   2089803     25.32     26.67
4451.17/1114.35	c  N dy 12266   3848805        90      8010         0    138910     56070   2645324     25.33     26.75
4495.11/1125.34	c  N dy 12344   3868918        90      8010         0    157520     56070   3200492     25.33     26.68
4542.24/1137.16	c  N dy 12375   3910671        90      8010         0    116382     56070   1943079     25.31     26.72
4577.00/1145.82	c  N dy 12390   3932932        90      8010         0    136777     56070   2546554     25.31     26.66
4633.32/1159.90	c  N dy 12505   3958545        90      8010         0     80434     56070    874646     25.31     26.69
4664.07/1167.65	c  N dy 12606   3983548        90      8010         0    103503     56070   1562513     25.32     26.66
4699.23/1176.49	c  N dy 12692   4006089        90      8010         0    124333     56070   2184603     25.32     26.67
4735.98/1185.64	c  N dy 12727   4031007        90      8010         0    147303     56070   2867173     25.31     26.69
4782.32/1197.25	c  N dy 12854   4051017        90      8010         0     84722     56070    980375     25.32     26.75

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174017-1304076791/watcher-3174017-1304076791 -o /tmp/evaluation-result-3174017-1304076791/solver-3174017-1304076791 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174017-1304076791.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.41 7.84 7.68 6/180 674
/proc/meminfo: memFree=19159192/32950928 swapFree=67111528/67111528
[pid=674] ppid=672 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 409 0 0 0 0 0 0 0 25 0 4 0 519278782 52441088 348 33554432000 4194304 4627427 140735891358080 18446744073709551615 274474023921 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 12803 348 299 106 0 7774 0
[pid=674/tid=675] ppid=672 vsize=314332 CPUtime=0 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 77 0 0 0 0 0 0 0 25 0 4 0 519278782 321875968 572 33554432000 4194304 4627427 140735891358080 18446744073709551615 274474072607 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=248796 CPUtime=0 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 80 0 0 0 0 0 0 0 25 0 4 0 519278782 254767104 577 33554432000 4194304 4627427 140735891358080 18446744073709551615 274474072607 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=674/tid=677] ppid=672 vsize=248796 CPUtime=0 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 22 0 0 0 0 0 0 0 25 0 4 0 519278782 254767104 593 33554432000 4194304 4627427 140735891358080 18446744073709551615 274473967419 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.106775 s]
/proc/loadavg: 7.41 7.84 7.68 6/180 674
/proc/meminfo: memFree=19159192/32950928 swapFree=67111528/67111528
[pid=674] ppid=672 vsize=282188 CPUtime=0.41 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 1629 0 0 0 41 0 0 0 25 0 4 0 519278782 288960512 1546 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 70547 1546 364 106 0 65518 0
[pid=674/tid=675] ppid=672 vsize=282188 CPUtime=0.1 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 273 0 0 0 10 0 0 0 25 0 4 0 519278782 288960512 1546 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=282188 CPUtime=0.1 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 265 0 0 0 10 0 0 0 25 0 4 0 519278782 288960512 1546 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=674/tid=677] ppid=672 vsize=282188 CPUtime=0.1 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 404 0 0 0 10 0 0 0 25 0 4 0 519278782 288960512 1547 33554432000 4194304 4627427 140735891358080 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282188

[startup+0.200762 s]
/proc/loadavg: 7.41 7.84 7.68 6/180 674
/proc/meminfo: memFree=19159192/32950928 swapFree=67111528/67111528
[pid=674] ppid=672 vsize=283004 CPUtime=0.78 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 3646 0 0 0 78 0 0 0 25 0 4 0 519278782 289796096 3335 33554432000 4194304 4627427 140735891358080 18446744073709551615 4467844 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 70751 3335 377 106 0 65722 0
[pid=674/tid=675] ppid=672 vsize=283004 CPUtime=0.19 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 858 0 0 0 19 0 0 0 25 0 4 0 519278782 289796096 3335 33554432000 4194304 4627427 140735891358080 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=283004 CPUtime=0.19 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 844 0 0 0 19 0 0 0 25 0 4 0 519278782 289796096 3335 33554432000 4194304 4627427 140735891358080 18446744073709551615 4467838 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=674/tid=677] ppid=672 vsize=283004 CPUtime=0.19 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 664 0 0 0 19 0 0 0 25 0 4 0 519278782 289796096 3335 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283004

[startup+0.300744 s]
/proc/loadavg: 7.41 7.84 7.68 6/180 674
/proc/meminfo: memFree=19159192/32950928 swapFree=67111528/67111528
[pid=674] ppid=672 vsize=283004 CPUtime=1.17 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 3970 0 0 0 117 0 0 0 25 0 4 0 519278782 289796096 3272 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 70751 3273 384 106 0 65722 0
[pid=674/tid=675] ppid=672 vsize=283004 CPUtime=0.29 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 933 0 0 0 29 0 0 0 25 0 4 0 519278782 289796096 3273 33554432000 4194304 4627427 140735891358080 18446744073709551615 4333477 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=283004 CPUtime=0.29 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 917 0 0 0 29 0 0 0 25 0 4 0 519278782 289796096 3273 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=674/tid=677] ppid=672 vsize=283004 CPUtime=0.29 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 756 0 0 0 29 0 0 0 25 0 4 0 519278782 289796096 3273 33554432000 4194304 4627427 140735891358080 18446744073709551615 4506933 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283004

[startup+0.700674 s]
/proc/loadavg: 7.41 7.84 7.68 6/180 674
/proc/meminfo: memFree=19159192/32950928 swapFree=67111528/67111528
[pid=674] ppid=672 vsize=286008 CPUtime=2.78 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 6487 0 0 0 277 1 0 0 25 0 4 0 519278782 292872192 3811 33554432000 4194304 4627427 140735891358080 18446744073709551615 4322564 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 71502 3811 384 106 0 66473 0
[pid=674/tid=675] ppid=672 vsize=286008 CPUtime=0.69 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 1618 0 0 0 69 0 0 0 25 0 4 0 519278782 292872192 3811 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=286008 CPUtime=0.69 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 1556 0 0 0 69 0 0 0 25 0 4 0 519278782 292872192 3811 33554432000 4194304 4627427 140735891358080 18446744073709551615 4329906 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=674/tid=677] ppid=672 vsize=286008 CPUtime=0.69 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 1283 0 0 0 69 0 0 0 25 0 4 0 519278782 292872192 3811 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 286008

[startup+1.50053 s]
/proc/loadavg: 7.41 7.84 7.68 9/184 678
/proc/meminfo: memFree=19133496/32950928 swapFree=67111528/67111528
[pid=674] ppid=672 vsize=287160 CPUtime=5.97 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 10613 0 0 0 595 2 0 0 25 0 4 0 519278782 294051840 4610 33554432000 4194304 4627427 140735891358080 18446744073709551615 4308399 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 71790 4610 385 106 0 66761 0
[pid=674/tid=675] ppid=672 vsize=287160 CPUtime=1.48 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 2628 0 0 0 148 0 0 0 25 0 4 0 519278782 294051840 4610 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=287160 CPUtime=1.48 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 2601 0 0 0 148 0 0 0 25 0 4 0 519278782 294051840 4610 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=674/tid=677] ppid=672 vsize=287160 CPUtime=1.49 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 2275 0 0 0 149 0 0 0 25 0 4 0 519278782 294051840 4610 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 287160

[startup+3.10026 s]
/proc/loadavg: 7.41 7.84 7.68 9/184 678
/proc/meminfo: memFree=19118616/32950928 swapFree=67111528/67111528
[pid=674] ppid=672 vsize=297824 CPUtime=12.36 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 22084 0 0 0 1232 4 0 0 25 0 4 0 519278782 304971776 12199 33554432000 4194304 4627427 140735891358080 18446744073709551615 4427851 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 74456 12199 388 106 0 69427 0
[pid=674/tid=675] ppid=672 vsize=297824 CPUtime=3.09 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 5110 0 0 0 308 1 0 0 25 0 4 0 519278782 304971776 12199 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=297824 CPUtime=3.08 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 5697 0 0 0 307 1 0 0 25 0 4 0 519278782 304971776 12199 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=674/tid=677] ppid=672 vsize=297824 CPUtime=3.09 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 5605 0 0 0 308 1 0 0 25 0 4 0 519278782 304971776 12199 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 297824

[startup+6.30069 s]
/proc/loadavg: 7.46 7.84 7.68 9/184 678
/proc/meminfo: memFree=19090188/32950928 swapFree=67111528/67111528
[pid=674] ppid=672 vsize=289052 CPUtime=25.15 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 32374 0 0 0 2508 7 0 0 25 0 4 0 519278782 295989248 14794 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 72263 14794 388 106 0 67234 0
[pid=674/tid=675] ppid=672 vsize=289052 CPUtime=6.28 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 8709 0 0 0 627 1 0 0 25 0 4 0 519278782 295989248 14794 33554432000 4194304 4627427 140735891358080 18446744073709551615 4324134 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=289052 CPUtime=6.25 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 8143 0 0 0 624 1 0 0 25 0 4 0 519278782 295989248 14794 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=674/tid=677] ppid=672 vsize=289052 CPUtime=6.29 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 7766 0 0 0 628 1 0 0 25 0 4 0 519278782 295989248 14794 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 289052

[startup+12.7006 s]
/proc/loadavg: 7.50 7.85 7.68 9/184 678
/proc/meminfo: memFree=19054348/32950928 swapFree=67111528/67111528
[pid=674] ppid=672 vsize=306208 CPUtime=50.71 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 51240 0 0 0 5060 11 0 0 25 0 4 0 519278782 313556992 19776 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 76552 19776 388 106 0 71523 0
[pid=674/tid=675] ppid=672 vsize=306208 CPUtime=12.69 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 13354 0 0 0 1266 3 0 0 25 0 4 0 519278782 313556992 19776 33554432000 4194304 4627427 140735891358080 18446744073709551615 4310136 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=306208 CPUtime=12.62 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 12630 0 0 0 1260 2 0 0 25 0 4 0 519278782 313556992 19776 33554432000 4194304 4627427 140735891358080 18446744073709551615 4352204 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=674/tid=677] ppid=672 vsize=306208 CPUtime=12.69 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 12607 0 0 0 1267 2 0 0 25 0 4 0 519278782 313556992 19776 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 306208

[startup+25.5003 s]
/proc/loadavg: 7.61 7.85 7.69 9/184 679
/proc/meminfo: memFree=19016984/32950928 swapFree=67111528/67111528
[pid=674] ppid=672 vsize=287292 CPUtime=101.83 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 78851 0 0 0 10166 17 0 0 25 0 4 0 519278782 294187008 26191 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 71823 26192 388 106 0 66794 0
[pid=674/tid=675] ppid=672 vsize=287292 CPUtime=25.48 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 20536 0 0 0 2544 4 0 0 25 0 4 0 519278782 294187008 26192 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=287292 CPUtime=25.35 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 19883 0 0 0 2531 4 0 0 25 0 4 0 519278782 294187008 26192 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=674/tid=677] ppid=672 vsize=287292 CPUtime=25.48 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 18677 0 0 0 2544 4 0 0 25 0 4 0 519278782 294187008 26192 33554432000 4194304 4627427 140735891358080 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 287292

[startup+51.1008 s]
/proc/loadavg: 7.74 7.86 7.70 9/184 679
/proc/meminfo: memFree=18984824/32950928 swapFree=67111528/67111528
[pid=674] ppid=672 vsize=278176 CPUtime=204.11 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 117024 0 0 0 20384 27 0 0 25 0 4 0 519278782 284852224 30830 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 69544 30830 390 106 0 64515 0
[pid=674/tid=675] ppid=672 vsize=278176 CPUtime=51.09 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 31764 0 0 0 5103 6 0 0 25 0 4 0 519278782 284852224 30830 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=278176 CPUtime=50.81 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 29189 0 0 0 5074 7 0 0 25 0 4 0 519278782 284852224 30830 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309284 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=674/tid=677] ppid=672 vsize=278176 CPUtime=51.08 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 27751 0 0 0 5102 6 0 0 25 0 4 0 519278782 284852224 30830 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 278176

[startup+102.301 s]
/proc/loadavg: 7.92 7.89 7.72 9/184 681
/proc/meminfo: memFree=18926892/32950928 swapFree=67111528/67111528
[pid=674] ppid=672 vsize=322456 CPUtime=408.63 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 177782 0 0 0 40817 46 0 0 25 0 4 0 519278782 330194944 35776 33554432000 4194304 4627427 140735891358080 18446744073709551615 4324328 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 80614 35776 389 106 0 75585 0
[pid=674/tid=675] ppid=672 vsize=322456 CPUtime=102.3 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 46163 0 0 0 10219 11 0 0 25 0 4 0 519278782 330194944 35777 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=322456 CPUtime=101.74 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 44529 0 0 0 10162 12 0 0 25 0 4 0 519278782 330194944 35777 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=674/tid=677] ppid=672 vsize=322456 CPUtime=102.29 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 43011 0 0 0 10218 11 0 0 25 0 4 0 519278782 330194944 35777 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 322456

[startup+162.3 s]

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

[pid=674] ppid=672 vsize=420780 CPUtime=2565.72 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 536517 0 0 0 256376 196 0 0 25 0 4 0 519278782 430878720 67903 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 105195 67903 388 106 0 100166 0
[pid=674/tid=675] ppid=672 vsize=420780 CPUtime=642.3 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 137009 0 0 0 64180 50 0 0 25 0 4 0 519278782 430878720 67903 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=420780 CPUtime=638.8 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 137707 0 0 0 63830 50 0 0 25 0 4 0 519278782 430878720 67903 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=674/tid=677] ppid=672 vsize=420780 CPUtime=642.28 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 127591 0 0 0 64181 47 0 0 25 0 4 0 519278782 430878720 67903 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2565.72
Current children cumulated vsize (KiB) 420780

[startup+702.301 s]
/proc/loadavg: 8.00 8.03 7.87 9/184 697
/proc/meminfo: memFree=18566928/32950928 swapFree=67111528/67111528
[pid=674] ppid=672 vsize=408264 CPUtime=2805.38 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 567039 0 0 0 280328 210 0 0 25 0 4 0 519278782 418062336 71478 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 102066 71478 388 106 0 97037 0
[pid=674/tid=675] ppid=672 vsize=408264 CPUtime=702.3 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 145692 0 0 0 70176 54 0 0 25 0 4 0 519278782 418062336 71478 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=408264 CPUtime=698.46 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 144819 0 0 0 69792 54 0 0 25 0 4 0 519278782 418062336 71478 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309340 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=674/tid=677] ppid=672 vsize=408264 CPUtime=702.28 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 134681 0 0 0 70178 50 0 0 25 0 4 0 519278782 418062336 71478 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.38
Current children cumulated vsize (KiB) 408264

[startup+762.301 s]
/proc/loadavg: 8.00 8.02 7.88 9/184 698
/proc/meminfo: memFree=18544724/32950928 swapFree=67111528/67111528
[pid=674] ppid=672 vsize=420620 CPUtime=3045.07 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 597370 0 0 0 304282 225 0 0 25 0 4 0 519278782 430714880 74833 33554432000 4194304 4627427 140735891358080 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 105155 74833 388 106 0 100126 0
[pid=674/tid=675] ppid=672 vsize=420620 CPUtime=762.31 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 153196 0 0 0 76174 57 0 0 25 0 4 0 519278782 430714880 74833 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=420620 CPUtime=758.14 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 152186 0 0 0 75756 58 0 0 25 0 4 0 519278782 430714880 74833 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=674/tid=677] ppid=672 vsize=420620 CPUtime=762.29 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 142029 0 0 0 76175 54 0 0 25 0 4 0 519278782 430714880 74833 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3045.07
Current children cumulated vsize (KiB) 420620

[startup+822.301 s]
/proc/loadavg: 8.03 8.03 7.89 9/184 700
/proc/meminfo: memFree=18532568/32950928 swapFree=67111528/67111528
[pid=674] ppid=672 vsize=447832 CPUtime=3284.74 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 624992 0 0 0 328236 238 0 0 25 0 4 0 519278782 458579968 82052 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 111958 82052 388 106 0 106929 0
[pid=674/tid=675] ppid=672 vsize=447832 CPUtime=822.3 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 160521 0 0 0 82170 60 0 0 25 0 4 0 519278782 458579968 82052 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=447832 CPUtime=817.81 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 158964 0 0 0 81721 60 0 0 25 0 4 0 519278782 458579968 82052 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=674/tid=677] ppid=672 vsize=447832 CPUtime=822.28 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 148315 0 0 0 82172 56 0 0 25 0 4 0 519278782 458579968 82052 33554432000 4194304 4627427 140735891358080 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.74
Current children cumulated vsize (KiB) 447832

[startup+882.307 s]
/proc/loadavg: 8.12 8.05 7.91 9/184 702
/proc/meminfo: memFree=18485560/32950928 swapFree=67111528/67111528
[pid=674] ppid=672 vsize=513676 CPUtime=3524.44 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 651800 0 0 0 352195 249 0 0 25 0 4 0 519278782 526004224 86835 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 128419 86835 388 106 0 123390 0
[pid=674/tid=675] ppid=672 vsize=513676 CPUtime=882.31 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 170433 0 0 0 88168 63 0 0 25 0 4 0 519278782 526004224 86835 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=513676 CPUtime=877.49 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 165387 0 0 0 87685 64 0 0 25 0 4 0 519278782 526004224 86835 33554432000 4194304 4627427 140735891358080 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=674/tid=677] ppid=672 vsize=513676 CPUtime=882.29 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 152535 0 0 0 88171 58 0 0 25 0 4 0 519278782 526004224 86835 33554432000 4194304 4627427 140735891358080 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.44
Current children cumulated vsize (KiB) 513676

[startup+942.301 s]
/proc/loadavg: 8.15 8.07 7.92 9/184 703
/proc/meminfo: memFree=18473768/32950928 swapFree=67111528/67111528
[pid=674] ppid=672 vsize=633148 CPUtime=3764.1 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 679089 0 0 0 376146 264 0 0 25 0 4 0 519278782 648343552 88523 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 158287 88523 388 106 0 153258 0
[pid=674/tid=675] ppid=672 vsize=633148 CPUtime=942.31 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 177368 0 0 0 94165 66 0 0 25 0 4 0 519278782 648343552 88523 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=633148 CPUtime=937.17 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 173338 0 0 0 93650 67 0 0 25 0 4 0 519278782 648343552 88523 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=674/tid=677] ppid=672 vsize=633148 CPUtime=942.29 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 159425 0 0 0 94166 63 0 0 25 0 4 0 519278782 648343552 88523 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 633148

[startup+1002.3 s]
/proc/loadavg: 8.12 8.07 7.92 9/184 705
/proc/meminfo: memFree=18461484/32950928 swapFree=67111528/67111528
[pid=674] ppid=672 vsize=634064 CPUtime=4003.77 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 705809 0 0 0 400098 279 0 0 25 0 4 0 519278782 649281536 90075 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 158516 90075 388 106 0 153487 0
[pid=674/tid=675] ppid=672 vsize=634064 CPUtime=1002.31 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 184254 0 0 0 100162 69 0 0 25 0 4 0 519278782 649281536 90075 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=634064 CPUtime=996.83 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 179094 0 0 0 99612 71 0 0 25 0 4 0 519278782 649281536 90075 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=674/tid=677] ppid=672 vsize=634064 CPUtime=1002.28 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 166346 0 0 0 100161 67 0 0 25 0 4 0 519278782 649281536 90075 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.77
Current children cumulated vsize (KiB) 634064

[startup+1062.3 s]
/proc/loadavg: 8.18 8.09 7.93 9/184 706
/proc/meminfo: memFree=18429240/32950928 swapFree=67111528/67111528
[pid=674] ppid=672 vsize=588764 CPUtime=4243.45 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 731337 0 0 0 424048 297 0 0 25 0 4 0 519278782 602894336 92628 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 147191 92628 388 106 0 142162 0
[pid=674/tid=675] ppid=672 vsize=588764 CPUtime=1062.31 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 191300 0 0 0 106159 72 0 0 25 0 4 0 519278782 602894336 92628 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=588764 CPUtime=1056.51 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 186040 0 0 0 105574 77 0 0 25 0 4 0 519278782 602894336 92628 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=674/tid=677] ppid=672 vsize=588764 CPUtime=1062.28 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 171549 0 0 0 106157 71 0 0 25 0 4 0 519278782 602894336 92628 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.45
Current children cumulated vsize (KiB) 588764

[startup+1122.3 s]
/proc/loadavg: 8.13 8.08 7.94 9/184 708
/proc/meminfo: memFree=18402696/32950928 swapFree=67111528/67111528
[pid=674] ppid=672 vsize=698424 CPUtime=4483.12 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 755970 0 0 0 447997 315 0 0 25 0 4 0 519278782 715186176 93807 33554432000 4194304 4627427 140735891358080 18446744073709551615 4310094 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 174606 93807 388 106 0 169577 0
[pid=674/tid=675] ppid=672 vsize=698424 CPUtime=1122.31 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 196323 0 0 0 112155 76 0 0 25 0 4 0 519278782 715186176 93807 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=698424 CPUtime=1116.17 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 193260 0 0 0 111535 82 0 0 25 0 4 0 519278782 715186176 93807 33554432000 4194304 4627427 140735891358080 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=674/tid=677] ppid=672 vsize=698424 CPUtime=1122.28 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 178069 0 0 0 112152 76 0 0 25 0 4 0 519278782 715186176 93807 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.12
Current children cumulated vsize (KiB) 698424

[startup+1182.3 s]
/proc/loadavg: 8.11 8.08 7.94 9/184 710
/proc/meminfo: memFree=18380484/32950928 swapFree=67111528/67111528
[pid=674] ppid=672 vsize=644620 CPUtime=4722.8 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 780379 0 0 0 471953 327 0 0 25 0 4 0 519278782 660090880 94652 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 161155 94652 388 106 0 156126 0
[pid=674/tid=675] ppid=672 vsize=644620 CPUtime=1182.32 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 202917 0 0 0 118153 79 0 0 25 0 4 0 519278782 660090880 94652 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=644620 CPUtime=1175.86 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 198484 0 0 0 117501 85 0 0 25 0 4 0 519278782 660090880 94652 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=674/tid=677] ppid=672 vsize=644620 CPUtime=1182.28 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 183685 0 0 0 118149 79 0 0 25 0 4 0 519278782 660090880 94652 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.8
Current children cumulated vsize (KiB) 644620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.08 8.08 7.94 9/184 741
/proc/meminfo: memFree=18800660/32950928 swapFree=67111528/67111528
[pid=674] ppid=672 vsize=589688 CPUtime=4800.29 cores=1,3,5,7
/proc/674/stat : 674 (strangenight2-m) R 672 674 499 0 -1 4202496 790440 0 0 0 479698 331 0 0 25 0 4 0 519278782 603840512 89459 33554432000 4194304 4627427 140735891358080 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/674/statm: 147422 89459 388 106 0 142393 0
[pid=674/tid=675] ppid=672 vsize=589688 CPUtime=1201.72 cores=1,3,5,7
/proc/674/task/675/stat : 675 (strangenight2-m) R 672 674 499 0 -1 4202560 205346 0 0 0 120092 80 0 0 25 0 4 0 519278782 603840512 89459 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=674/tid=676] ppid=672 vsize=589688 CPUtime=1195.15 cores=1,3,5,7
/proc/674/task/676/stat : 676 (strangenight2-m) R 672 674 499 0 -1 4202560 200862 0 0 0 119429 86 0 0 25 0 4 0 519278782 603840512 89459 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=674/tid=677] ppid=672 vsize=589688 CPUtime=1201.68 cores=1,3,5,7
/proc/674/task/677/stat : 677 (strangenight2-m) R 672 674 499 0 -1 4202560 186435 0 0 0 120088 80 0 0 25 0 4 0 519278782 603840512 89459 33554432000 4194304 4627427 140735891358080 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.29
Current children cumulated vsize (KiB) 589688

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.35
CPU user time (s): 4797.02
CPU system time (s): 3.33349
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 755028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.02
system time used= 3.33349
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 790441
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= 723
involuntary context switches= 17659

runsolver used 1.91971 second user time and 4.65729 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-29 13:33:11
IDJOB=3174017
IDBENCH=82835
IDSOLVER=1586
FILE ID=node125/3174017-1304076791
RUNJOBID= node125-1304075581-518
PBS_JOBID= 13170502
Free space on /tmp= 72760 MiB

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

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

MD5SUM BENCH= 569a001e2aa1e7b5ad13eab5cc7018bb
RANDOM SEED=1310867427

node125.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      19159472 kB
Buffers:       2217796 kB
Cached:       10925208 kB
SwapCached:          0 kB
Active:        8481396 kB
Inactive:      4779236 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      19159472 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           11760 kB
Writeback:           0 kB
AnonPages:      116268 kB
Mapped:          15608 kB
Slab:           467600 kB
PageTables:       4556 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   343784 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= 72752 MiB
End job on node125 at 2011-04-29 13:53:15