Trace number 3366675

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)? (TO) 4800.32 1203.53

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v60-c5340-S969033069-088.SATISFIABLE.cnf
MD5SUM73d9fe7597a311fec40e782ce52bc60b
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.101983
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of clauses5340
Sum of the clauses size37380
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 55340

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366675-1305411878.cnf'
0.00/0.01	c -- header says num vars:             60
0.00/0.01	c -- header says num clauses:        5340
0.04/0.01	c -- clauses added:            0 learnts,         5340 normals,            0 xors
0.04/0.01	c -- vars added         60
0.04/0.01	c Parsing time:  0.00 s
0.04/0.01	c  N st     0         0        60      5340         0         0     37380         0   no data   no data
0.42/0.13	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.12
0.42/0.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.42/0.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.42/0.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.42/0.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.42/0.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
0.42/0.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.42/0.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.42/0.15	c Finding binary XORs  T:     0.00 s  found:       0
0.42/0.15	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.42/0.15	c calculated reachability. Time: 0.00
0.42/0.15	c Calc default polars -  time:   0.00 s pos:      24 undec:       3 neg:      33
0.42/0.15	c =========================================================================================
0.42/0.15	c types(t): F = full restart, N = normal restart
0.42/0.15	c types(t): S = simplification begin/end, E = solution found
0.42/0.15	c restart types(rt): st = static, dy = dynamic
0.42/0.15	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.42/0.15	c  B st     0         0        60      5340         0         0     37380         0   no data   no data
0.77/0.26	c  N dy     7      4396        60      5340         0      3890     37380     83044     17.75     18.73
1.57/0.42	c  N dy    14      9449        60      5340         0      6141     37380    123172     17.41     18.38
1.97/0.59	c  N dy    43     13673        60      5340         0      6164     37380    119151     17.95     19.01
3.16/0.82	c  N dy    64     19158        60      5340         0      6045     37380    106678     18.09     19.05
4.00/1.08	c  F st    67     25001        60      5340         0     11203     37380    212736     17.85     16.10
4.00/1.08	c  N st    67     25001        60      5340         0     11203     37380    212736     17.85     16.10
5.16/1.31	c  N dy    73     30000        60      5340         0      9620     37380    172116     17.85   no data
5.16/1.31	c  S st    73     30000        60      5340         0      9620     37380    172116     17.85   no data
5.16/1.34	c  S st    73     30506        60      5340         0     10095     37380    182788     17.85   no data
5.16/1.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.16/1.34	c blocked clauses removed:        0 vars:      0 tried:          60 T: 0.00 s
5.16/1.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
5.16/1.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.16/1.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.16/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.95/1.55	c lits-rem:       118  cl-subs:     1143  v-elim:      0  v-fix:    0  time:  0.20 s
6.75/1.77	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.22
6.75/1.77	c calculated reachability. Time: 0.00
6.75/1.77	c  N dy    73     30506        60      5340         0      8952     37380    159588     17.85   no data
7.96/2.00	c  N dy    96     34933        60      5340         0     12929     37380    245085     17.99     18.97
8.80/2.24	c  N dy   107     39724        60      5340         0     10199     37380    174800     17.97     18.97
9.54/2.48	c  N dy   127     43895        60      5340         0     13931     37380    254328     18.06     19.10
10.34/2.61	c  S st   140     45760        60      5340         0     15591     37380    290107     18.12     18.70
10.34/2.66	c  S st   140     46262        60      5340         0      8082     37380    122520     18.12   no data
10.34/2.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.34/2.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
10.34/2.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.34/2.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.34/2.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.34/2.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
10.34/2.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.34/2.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
10.34/2.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.74/2.70	c lits-rem:         3  cl-subs:       16  v-elim:      0  v-fix:    0  time:  0.03 s
10.74/2.70	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
10.74/2.70	c vivif2 --  cl tried     8066 cl shrink        0 lits rem          0 time: 0.00
11.54/2.91	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.21
11.54/2.91	c calculated reachability. Time: 0.00
11.54/2.91	c  N dy   140     46262        60      5340         0      8066     37380    122138     18.12   no data
13.54/3.41	c  N dy   162     56077        60      5340         0     16761     37380    304770     18.01     18.99
14.33/3.65	c  N dy   176     60149        60      5340         0     11522     37380    184382     18.03     21.04
15.53/3.90	c  N dy   202     64302        60      5340         0     15234     37380    264624     18.10     19.11
16.73/4.25	c  N dy   203     69395        60      5340         0      9965     37380    143338     18.03     16.16
16.73/4.25	c  S st   203     69395        60      5340         0      9965     37380    143338     18.03     16.16
16.73/4.29	c  S st   203     69897        60      5340         0     10417     37380    153501     18.03   no data
16.73/4.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.73/4.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.73/4.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.73/4.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.73/4.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.73/4.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
16.73/4.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.73/4.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.73/4.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.16/4.35	c lits-rem:        17  cl-subs:      132  v-elim:      0  v-fix:    0  time:  0.06 s
17.16/4.35	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
17.16/4.36	c vivif2 --  cl tried    10285 cl shrink        0 lits rem          0 time: 0.00
18.32/4.61	c asymm  cl-useful: 0/5340/5340 lits-rem:0 time: 0.25
18.32/4.61	c calculated reachability. Time: 0.00
18.32/4.61	c  N dy   203     69897        60      5340         0     10285     37380    150553     18.03   no data
19.91/5.01	c  N dy   222     76993        60      5340         0     16620     37380    283090     17.99     18.94
21.95/5.58	c  N dy   241     85531        60      5340         0     13552     37380    206630     17.94     18.89
22.70/5.71	c  F st   255     87502        60      5340         0     15321     37380    244790     17.97   no data
23.91/6.07	c  N dy   261     92699        60      5340         0     19928     37380    343023     17.97   no data
25.94/6.56	c  N dy   301     98705        60      5340         0     13766     37380    204840     18.05     20.24
27.49/6.99	c  S st   329    104845        60      5340         0     19253     37380    322110     18.08     17.23
27.89/7.04	c  S st   329    105352        60      5340         0     19721     37380    332423     18.08   no data
27.89/7.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.89/7.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.89/7.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.89/7.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.89/7.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.89/7.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
27.89/7.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.89/7.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
27.89/7.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.49/7.48	c lits-rem:       146  cl-subs:     1827  v-elim:      0  v-fix:    0  time:  0.41 s
29.49/7.48	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
29.49/7.48	c vivif2 --  cl tried    17894 cl shrink        0 lits rem          0 time: 0.00
31.07/7.83	c asymm  cl-useful: 0/4982/5340 lits-rem:0 time: 0.35
31.07/7.84	c calculated reachability. Time: 0.00
31.07/7.84	c  N dy   329    105352        60      5340         0     17894     37380    292369     18.08   no data
33.88/8.59	c  N dy   359    114439        60      5340         0     13559     37380    189769     18.09     19.13
36.67/9.23	c  N dy   407    123159        60      5340         0     21323     37380    357473     18.15     19.11
39.50/9.98	c  N dy   452    131197        60      5340         0     15184     37380    216644     18.21     19.22
42.25/10.67	c  N dy   486    140545        60      5340         0     23498     37380    393591     18.22     19.39
45.85/11.50	c  N dy   496    151426        60      5340         0     18893     37380    281180     18.17     19.16
47.45/11.97	c  S st   503    158029        60      5340         0     24724     37380    402952     18.14     16.29
47.88/12.03	c  S st   503    158530        60      5340         0     25165     37380    412669     18.14   no data
47.88/12.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.88/12.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.88/12.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.88/12.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.88/12.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.88/12.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
47.88/12.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.88/12.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
47.88/12.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.43/12.93	c lits-rem:       398  cl-subs:     3127  v-elim:      0  v-fix:    0  time:  0.87 s
51.43/12.93	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
51.43/12.93	c vivif2 --  cl tried    22038 cl shrink        0 lits rem          0 time: 0.00
52.67/13.29	c asymm  cl-useful: 0/4214/5340 lits-rem:0 time: 0.36
52.67/13.29	c calculated reachability. Time: 0.00
52.67/13.29	c  N dy   503    158530        60      5340         0     22038     37380    349732     18.14   no data
56.65/14.27	c  N dy   531    169625        60      5340         0     17033     37380    234183     18.11     19.08
61.04/15.37	c  N dy   596    182298        60      5340         0     28324     37380    477054     18.17     19.25
68.58/17.29	c  N dy   621    203456        60      5340         0     31194     37380    515947     18.06     19.74
76.56/19.27	c  N dy   653    225509        60      5340         0     33805     37380    565220     17.98     18.94
81.75/20.50	c  S st   727    237795        60      5340         0     27071     37380    419620     18.03     17.55
81.75/20.58	c  S st   727    238302        60      5340         0     27531     37380    429599     18.03   no data
81.75/20.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.75/20.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
81.75/20.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.75/20.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.75/20.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.75/20.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
81.75/20.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.15/20.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
82.15/20.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.93/21.32	c lits-rem:       291  cl-subs:     2279  v-elim:      0  v-fix:    0  time:  0.71 s
84.93/21.32	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
84.93/21.32	c vivif2 --  cl tried    25252 cl shrink        0 lits rem          0 time: 0.00
85.33/21.45	c asymm  cl-useful: 0/1126/5340 lits-rem:0 time: 0.13
85.33/21.45	c calculated reachability. Time: 0.00
85.33/21.45	c  N dy   727    238302        60      5340         0     25252     37380    380075     18.03   no data
92.16/23.14	c  N dy   781    253579        60      5340         0     20395     37380    264989     18.04     19.47
98.10/24.68	c  N dy   793    270013        60      5340         0     34844     37380    563604     17.96     18.99
105.68/26.53	c  N dy   858    287849        60      5340         0     31230     37380    481897     17.95     18.91
112.86/28.35	c  F st   877    306251        60      5340         0     27106     37380    379182     17.86     15.10
112.86/28.36	c  N st   877    306251        60      5340         0     27106     37380    379182     17.86     15.10
126.86/31.89	c  N dy   974    338903        60      5340         0     34810     37380    532927     17.87     19.01
136.39/34.23	c  S st  1082    357453        60      5340         0     29190     37380    415542     17.92   no data
136.79/34.30	c  S st  1082    357960        60      5340         0     29650     37380    425543     17.92   no data
136.79/34.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
136.79/34.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
136.79/34.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
136.79/34.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
136.79/34.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
136.79/34.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
136.79/34.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
136.79/34.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
136.79/34.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.19/34.95	c lits-rem:       202  cl-subs:     1678  v-elim:      0  v-fix:    0  time:  0.62 s
139.19/34.95	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
139.19/34.96	c vivif2 --  cl tried    27972 cl shrink        0 lits rem          0 time: 0.00
140.77/35.32	c asymm  cl-useful: 0/3430/5340 lits-rem:0 time: 0.37
140.77/35.33	c calculated reachability. Time: 0.00
140.77/35.33	c  N dy  1082    357960        60      5340         0     27972     37380    388292     17.92   no data
151.15/37.98	c  N dy  1162    378072        60      5340         0     45820     37380    765272     17.94     18.89
160.73/40.30	c  N dy  1212    398644        60      5340         0     41092     37380    650500     17.91     18.92
172.29/43.25	c  N dy  1273    418759        60      5340         0     34949     37380    509179     17.90     18.88
183.90/46.21	c  N dy  1368    438848        60      5340         0     28019     37380    357796     17.92     20.22
194.23/48.70	c  N dy  1427    459310        60      5340         0     46072     37380    737087     17.92     18.90
205.41/51.53	c  N dy  1542    479366        60      5340         0     38312     37380    570569     17.96     19.08
217.37/54.56	c  N dy  1611    499377        60      5340         0     29417     37380    365742     17.97     20.87
232.57/58.37	c  N dy  1675    527707        60      5340         0     54302     37380    883736     17.93     19.15
237.71/59.60	c  S st  1737    536940        60      5340         0     35165     37380    481213     17.96   no data
237.71/59.69	c  S st  1737    537442        60      5340         0     35615     37380    491109     17.96   no data
238.11/59.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
238.11/59.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
238.11/59.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
238.11/59.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
238.11/59.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.11/59.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
238.11/59.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
238.11/59.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
238.11/59.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.35/60.58	c lits-rem:       191  cl-subs:     1754  v-elim:      0  v-fix:    0  time:  0.85 s
241.35/60.58	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
241.35/60.59	c vivif2 --  cl tried    33861 cl shrink        0 lits rem          0 time: 0.01
242.50/60.89	c asymm  cl-useful: 0/1910/5340 lits-rem:0 time: 0.31
242.50/60.89	c calculated reachability. Time: 0.00
242.50/60.89	c  N dy  1737    537442        60      5340         0     33861     37380    451738     17.96   no data
256.86/64.43	c  N dy  1895    557481        60      5340         0     51752     37380    841687     18.01     19.27
269.62/67.66	c  N dy  2010    577582        60      5340         0     41369     37380    602363     18.04     19.04
283.18/71.07	c  N dy  2074    597619        60      5340         0     29859     37380    343167     18.05     19.33
294.75/73.92	c  N dy  2189    617786        60      5340         0     47851     37380    730380     18.07     19.13
309.91/77.74	c  N dy  2262    640157        60      5340         0     37452     37380    487375     18.07     19.10
323.07/81.06	c  N dy  2311    662671        60      5340         0     57219     37380    899101     18.04     18.99
335.04/84.04	c  N dy  2362    682764        60      5340         0     43964     37380    620226     18.02     19.56
352.98/88.54	c  N dy  2442    705369        60      5340         0     32155     37380    362342     18.02     19.16
367.35/92.19	c  N dy  2510    729625        60      5340         0     53534     37380    809710     18.01     18.97
380.91/95.55	c  N dy  2514    749690        60      5340         0     38510     37380    480920     17.96     18.92
395.67/99.28	c  N dy  2614    770860        60      5340         0     57368     37380    885212     17.98     19.07
411.23/103.11	c  N dy  2713    790943        60      5340         0     41569     37380    541842     17.99     18.97
421.59/105.78	c  S st  2782    806163        60      5340         0     55079     37380    832751     18.01     15.70
422.39/105.93	c  S st  2782    806665        60      5340         0     55543     37380    843155     18.01   no data
422.39/105.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
422.39/105.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
422.39/105.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
422.39/105.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
422.39/105.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
422.39/105.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
422.39/105.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
422.39/105.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
422.39/105.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
436.35/109.47	c lits-rem:       696  cl-subs:     5538  v-elim:      0  v-fix:    0  time:  3.48 s
436.35/109.47	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
436.35/109.48	c vivif2 --  cl tried    50005 cl shrink        0 lits rem          0 time: 0.01
437.55/109.71	c asymm  cl-useful: 0/1204/5340 lits-rem:0 time: 0.23
437.55/109.71	c calculated reachability. Time: 0.00
437.55/109.71	c  N dy  2782    806665        60      5340         0     50005     37380    724478     18.01   no data
455.50/114.31	c  N dy  2874    827708        60      5340         0     34443     37380    379985     18.02     19.06
467.86/117.39	c  N dy  2959    847720        60      5340         0     52135     37380    757807     18.02     19.33
487.80/122.31	c  N dy  3078    867787        60      5340         0     69968     37380   1144364     18.05     19.54
501.76/125.84	c  N dy  3192    887840        60      5340         0     52556     37380    760916     18.07     20.47
520.92/130.61	c  N dy  3309    908005        60      5340         0     70430     37380   1148804     18.09     19.33
540.86/135.63	c  N dy  3419    937003        60      5340         0     59708     37380    893299     18.09     19.07
560.01/140.49	c  N dy  3535    957073        60      5340         0     40380     37380    476005     18.11     19.21
572.37/143.59	c  N dy  3547    979449        60      5340         0     60046     37380    880938     18.08     19.06
592.70/148.63	c  N dy  3643    999474        60      5340         0     39774     37380    452266     18.10     19.05
607.06/152.26	c  N dy  3712   1019530        60      5340         0     57474     37380    825439     18.09     20.17
625.41/156.81	c  N dy  3779   1039592        60      5340         0     75209     37380   1203192     18.10     21.44
641.77/160.90	c  N dy  3885   1060313        60      5340         0     54739     37380    763807     18.11     19.19
652.93/163.74	c  F st  3975   1071875        60      5340         0     65044     37380    989758     18.12     17.28
660.92/165.73	c  N dy  3993   1080732        60      5340         0     72813     37380   1155738     18.12     19.08
677.27/169.85	c  N dy  4038   1100783        60      5340         0     50617     37380    653987     18.11     19.14
693.26/173.82	c  N dy  4120   1120849        60      5340         0     68402     37380   1033848     18.11     20.30
712.76/178.78	c  N dy  4185   1141427        60      5340         0     45931     37380    554388     18.11     19.13
729.91/183.00	c  N dy  4290   1161478        60      5340         0     63669     37380    937005     18.13     19.45
753.45/188.99	c  N dy  4406   1182762        60      5340         0     82509     37380   1343802     18.14     19.10
771.40/193.47	c  N dy  4502   1202844        60      5340         0     58711     37380    818614     18.15     19.43
779.78/195.51	c  S st  4551   1209997        60      5340         0     65084     37380    958463     18.15   no data
780.18/195.71	c  S st  4551   1210500        60      5340         0     65531     37380    968635     18.15   no data
780.61/195.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
780.61/195.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
780.61/195.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
780.61/195.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
780.61/195.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
780.61/195.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
780.61/195.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
780.61/195.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
780.61/195.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
805.70/202.07	c lits-rem:       684  cl-subs:     6085  v-elim:      0  v-fix:    0  time:  6.28 s
805.70/202.07	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
805.70/202.09	c vivif2 --  cl tried    59446 cl shrink        0 lits rem          0 time: 0.01
807.34/202.45	c asymm  cl-useful: 0/827/5340 lits-rem:0 time: 0.36
807.34/202.45	c calculated reachability. Time: 0.00
807.34/202.45	c  N dy  4551   1210500        60      5340         0     59446     37380    838380     18.15   no data
836.81/209.85	c  N dy  4659   1237190        60      5340         0     83064     37380   1346060     18.16     19.14
854.36/214.26	c  N dy  4779   1258086        60      5340         0     59440     37380    829488     18.17     19.14
874.30/219.24	c  N dy  4841   1279264        60      5340         0     78081     37380   1223455     18.17     19.17
894.68/224.38	c  N dy  4938   1299503        60      5340         0     52823     37380    675071     18.18     19.15
912.99/228.90	c  N dy  5024   1319535        60      5340         0     70546     37380   1056257     18.18     19.23
935.72/234.66	c  N dy  5047   1347457        60      5340         0     50883     37380    612959     18.15     19.23
954.48/239.33	c  N dy  5106   1369543        60      5340         0     70353     37380   1027009     18.15     19.26
980.80/245.99	c  N dy  5166   1389573        60      5340         0     87990     37380   1398726     18.15     20.82
1002.75/251.40	c  N dy  5225   1413554        60      5340         0     64220     37380    892601     18.14     19.12
1023.08/256.50	c  N dy  5265   1435288        60      5340         0     83337     37380   1291093     18.13     19.17
1042.23/261.35	c  N dy  5304   1457023        60      5340         0     56676     37380    724504     18.12     19.08
1062.57/266.48	c  N dy  5387   1478475        60      5340         0     75606     37380   1128097     18.13     19.12
1088.89/273.06	c  N dy  5474   1499030        60      5340         0     47117     37380    510882     18.13     19.11
1107.24/277.63	c  N dy  5581   1521432        60      5340         0     66942     37380    937388     18.14     19.32
1132.36/283.96	c  N dy  5708   1542208        60      5340         0     85366     37380   1339535     18.15     19.19
1154.71/289.54	c  N dy  5764   1563657        60      5340         0     56430     37380    697171     18.15     19.27
1174.66/294.59	c  N dy  5819   1585506        60      5340         0     75687     37380   1104976     18.14     19.17
1198.98/300.63	c  N dy  5821   1609927        60      5340         0     48690     37380    524774     18.11     19.21
1218.93/305.64	c  N dy  5970   1631785        60      5340         0     68113     37380    949389     18.13     19.28
1244.85/312.10	c  N dy  6106   1651855        60      5340         0     85965     37380   1338966     18.14     19.68
1271.58/318.85	c  N dy  6165   1675216        60      5340         0     57068     37380    684345     18.14     19.16
1293.95/324.47	c  N dy  6324   1695646        60      5340         0     75235     37380   1084202     18.16     19.19
1313.86/329.46	c  S st  6413   1710500        60      5340         0     88383     37380   1369411     18.16   no data
1315.06/329.73	c  S st  6413   1711004        60      5340         0     88838     37380   1379635     18.16   no data
1315.06/329.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1315.06/329.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1315.06/329.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1315.06/329.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1315.06/329.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1315.06/329.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1315.06/329.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1315.46/329.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1315.46/329.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1386.83/347.78	c lits-rem:      1011  cl-subs:    10156  v-elim:      0  v-fix:    0  time: 17.94 s
1386.83/347.79	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
1387.23/347.81	c vivif2 --  cl tried    78682 cl shrink        0 lits rem          0 time: 0.02
1389.23/348.31	c asymm  cl-useful: 0/628/5340 lits-rem:0 time: 0.51
1389.23/348.32	c calculated reachability. Time: 0.00
1389.23/348.32	c  N dy  6413   1711004        60      5340         0     78682     37380   1163086     18.16   no data
1428.32/358.19	c  N dy  6519   1734302        60      5340         0     99291     37380   1608790     18.17     19.13
1472.59/369.20	c  N dy  6604   1785032        60      5340         0     93787     37380   1442668     18.13     19.11
1496.92/375.35	c  N dy  6721   1805100        60      5340         0     60770     37380    757713     18.14     19.72
1519.66/381.02	c  N dy  6842   1825181        60      5340         0     78561     37380   1145661     18.15     20.25
1546.78/387.89	c  N dy  6920   1846502        60      5340         0     97311     37380   1547889     18.15     19.21
1571.90/394.11	c  N dy  7031   1866512        60      5340         0     63069     37380    792211     18.16     20.54
1595.44/400.02	c  N dy  7047   1891004        60      5340         0     84430     37380   1231077     18.14     19.16
1624.96/407.43	c  N dy  7121   1912546        60      5340         0    103325     37380   1630891     18.14     19.14
1645.70/412.60	c  N dy  7221   1932708        60      5340         0     68604     37380    905441     18.15     19.16
1669.64/418.67	c  N dy  7325   1952738        60      5340         0     86309     37380   1290652     18.16     19.14
1696.76/425.45	c  N dy  7381   1972863        60      5340         0    103957     37380   1662399     18.15     19.12
1730.66/433.94	c  N dy  7436   2009538        60      5340         0     82352     37380   1165065     18.13     19.30
1756.19/440.32	c  N dy  7465   2032520        60      5340         0    102430     37380   1578470     18.12     19.17
1780.95/446.60	c  N dy  7583   2052536        60      5340         0     65770     37380    825975     18.13     19.86
1805.25/452.61	c  N dy  7710   2072589        60      5340         0     83451     37380   1212209     18.14     20.38
1832.37/459.42	c  N dy  7788   2092717        60      5340         0    101189     37380   1593734     18.14     19.29
1861.88/466.82	c  N dy  7915   2112724        60      5340         0     63413     37380    763541     18.15     20.97
1882.62/472.08	c  N dy  7960   2134802        60      5340         0     82772     37380   1169011     18.15     19.15
1914.13/479.98	c  N dy  8126   2154844        60      5340         0    100518     37380   1561737     18.16     21.09
1946.85/488.17	c  N dy  8263   2175274        60      5340         0     62201     37380    726621     18.17     19.22
1963.59/492.39	c  N dy  8285   2195327        60      5340         0     79635     37380   1082800     18.16     19.14
1984.73/497.68	c  S st  8386   2211004        60      5340         0     93458     37380   1386086     18.17   no data
1985.93/497.98	c  S st  8386   2211506        60      5340         0     93917     37380   1396418     18.17   no data
1985.93/497.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1986.33/498.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1986.33/498.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1986.33/498.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1986.33/498.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1986.33/498.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
1986.33/498.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1986.33/498.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1986.33/498.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2032.98/509.70	c lits-rem:       973  cl-subs:    10789  v-elim:      0  v-fix:    0  time: 11.61 s
2032.98/509.70	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2032.98/509.72	c vivif2 --  cl tried    83128 cl shrink        0 lits rem          0 time: 0.02
2034.58/510.13	c asymm  cl-useful: 0/585/5340 lits-rem:0 time: 0.41
2034.58/510.13	c calculated reachability. Time: 0.00
2034.58/510.13	c  N dy  8386   2211506        60      5340         0     83128     37380   1176002     18.17   no data
2091.22/524.36	c  N dy  8390   2246491        60      5340         0     57290     37380    614430     18.14     19.29
2117.15/530.83	c  N dy  8506   2266541        60      5340         0     75038     37380   1001224     18.15     20.62
2140.71/536.74	c  N dy  8552   2286544        60      5340         0     92586     37380   1370964     18.14     21.79
2172.18/544.69	c  N dy  8656   2306643        60      5340         0    110287     37380   1752655     18.15     20.63
2203.29/552.49	c  N dy  8792   2330315        60      5340         0     73473     37380    950129     18.16     19.13
2229.22/558.94	c  N dy  8884   2350592        60      5340         0     91321     37380   1334053     18.16     19.17
2264.32/567.72	c  N dy  9013   2372335        60      5340         0    110521     37380   1753759     18.17     19.21
2288.65/573.82	c  N dy  9047   2392854        60      5340         0     69744     37380    858324     18.17     19.15
2311.38/579.57	c  N dy  9078   2414940        60      5340         0     89094     37380   1266413     18.16     19.15
2346.49/588.40	c  N dy  9218   2436106        60      5340         0    107852     37380   1678694     18.17     19.16
2383.57/597.66	c  N dy  9305   2462195        60      5340         0     70991     37380    865124     18.17     19.16
2408.33/603.84	c  N dy  9402   2482272        60      5340         0     88824     37380   1250048     18.17     20.12
2443.85/612.75	c  N dy  9532   2504607        60      5340         0    108645     37380   1683974     18.18     19.15
2479.69/621.75	c  N dy  9662   2524700        60      5340         0     65514     37380    744869     18.19     19.44
2502.43/627.44	c  N dy  9758   2544736        60      5340         0     83202     37380   1126854     18.20     21.43
2544.35/637.94	c  N dy  9767   2583776        60      5340         0    117188     37380   1815049     18.16     19.32
2573.03/645.16	c  N dy  9870   2604335        60      5340         0     73862     37380    922046     18.17     19.18
2604.94/653.13	c  N dy  9956   2631216        60      5340         0     97517     37380   1426064     18.17     19.26
2642.42/662.55	c  N dy 10100   2651385        60      5340         0    115406     37380   1820513     18.18     19.14
2683.91/672.94	c  N dy 10130   2686423        60      5340         0     83416     37380   1082988     18.16     19.16
2717.40/681.33	c  N dy 10199   2711506        60      5340         0    105491     37380   1555373     18.15     16.33
2717.40/681.33	c  S st 10199   2711506        60      5340         0    105491     37380   1555373     18.15     16.33
2718.61/681.69	c  S st 10199   2712010        60      5340         0    105941     37380   1565452     18.15   no data
2718.61/681.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2719.01/681.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.05
2719.01/681.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2719.01/681.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2719.01/681.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2719.01/681.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
2719.01/681.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2719.01/681.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2719.41/681.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2776.44/696.16	c lits-rem:       988  cl-subs:    14197  v-elim:      0  v-fix:    0  time: 14.35 s
2776.44/696.16	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
2776.44/696.18	c vivif2 --  cl tried    91744 cl shrink        0 lits rem          0 time: 0.02
2778.03/696.53	c asymm  cl-useful: 0/528/5340 lits-rem:0 time: 0.35
2778.03/696.53	c calculated reachability. Time: 0.00
2778.03/696.53	c  N dy 10199   2712010        60      5340         0     91744     37380   1294481     18.15   no data
2817.52/706.49	c  N dy 10307   2732023        60      5340         0    109435     37380   1677245     18.16     19.26
2866.97/718.86	c  N dy 10366   2752057        60      5340         0     64576     37380    705094     18.16     20.42
2899.28/726.99	c  N dy 10479   2772110        60      5340         0     82233     37380   1087754     18.16     19.85
2926.04/733.68	c  N dy 10527   2792152        60      5340         0     99827     37380   1454474     18.16     19.67
2973.07/745.40	c  N dy 10630   2819909        60      5340         0    124114     37380   1968606     18.16     19.20
3000.63/752.37	c  N dy 10694   2843893        60      5340         0     81474     37380   1048794     18.16     19.22
3032.10/760.22	c  N dy 10843   2863949        60      5340         0     99198     37380   1440814     18.17     20.13
3069.20/769.59	c  N dy 10983   2884177        60      5340         0    117061     37380   1833247     18.18     19.42
3104.71/778.42	c  N dy 11040   2907291        60      5340         0     72409     37380    844136     18.17     19.27
3127.44/784.18	c  N dy 11104   2927383        60      5340         0     90184     37380   1226467     18.17     20.59
3160.54/792.46	c  N dy 11217   2947438        60      5340         0    107853     37380   1609839     18.18     21.23
3197.64/801.71	c  N dy 11299   2968411        60      5340         0    126275     37380   2001217     18.18     19.33
3227.15/809.12	c  N dy 11357   2989518        60      5340         0     78865     37380    969125     18.17     19.16
3290.20/824.94	c  N dy 11392   3042530        60      5340         0    124977     37380   1898754     18.13     19.09
3320.48/832.51	c  N dy 11473   3062555        60      5340         0     76000     37380    905986     18.13     20.58
3349.99/839.94	c  N dy 11588   3084612        60      5340         0     95434     37380   1327412     18.14     19.10
3390.68/850.11	c  N dy 11729   3107873        60      5340         0    116012     37380   1774888     18.15     19.20
3424.18/858.56	c  N dy 11777   3127912        60      5340         0    133652     37380   2150658     18.14     20.80
3450.50/865.18	c  N dy 11873   3147939        60      5340         0     83656     37380   1059925     18.14     19.92
3478.03/872.03	c  N dy 11950   3167945        60      5340         0    101208     37380   1434192     18.14     20.23
3510.33/880.14	c  N dy 11992   3188217        60      5340         0    118900     37380   1805112     18.14     19.20
3548.62/889.77	c  N dy 12082   3208243        60      5340         0    136456     37380   2184207     18.14     20.75
3555.40/891.49	c  S st 12109   3212013        60      5340         0     71363     37380    788682     18.14   no data
3556.60/891.70	c  S st 12109   3212515        60      5340         0     71812     37380    799112     18.14   no data
3556.60/891.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3556.60/891.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3556.60/891.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3556.60/891.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3556.60/891.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3556.60/891.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
3556.60/891.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3556.60/891.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3556.60/891.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3561.39/892.93	c lits-rem:        58  cl-subs:      813  v-elim:      0  v-fix:    0  time:  1.15 s
3561.39/892.93	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
3561.39/892.94	c vivif2 --  cl tried    70999 cl shrink        0 lits rem          0 time: 0.01
3562.62/893.24	c asymm  cl-useful: 0/673/5340 lits-rem:0 time: 0.30
3562.62/893.24	c calculated reachability. Time: 0.00
3562.62/893.24	c  N dy 12109   3212515        60      5340         0     70999     37380    780843     18.14   no data
3586.91/899.36	c  N dy 12196   3232566        60      5340         0     88717     37380   1163168     18.15     20.59
3619.25/907.50	c  N dy 12318   3252591        60      5340         0    106369     37380   1549236     18.15     20.27
3655.11/916.41	c  N dy 12393   3272622        60      5340         0    123950     37380   1927755     18.15     19.12
3698.64/927.38	c  N dy 12503   3292643        60      5340         0     72184     37380    794526     18.16     20.05
3724.55/933.85	c  N dy 12574   3312945        60      5340         0     90036     37380   1177887     18.16     19.20
3751.29/940.52	c  N dy 12630   3332961        60      5340         0    107587     37380   1552856     18.16     20.24
3786.39/949.31	c  N dy 12712   3353310        60      5340         0    125441     37380   1931210     18.16     19.20
3839.39/962.63	c  N dy 12833   3383117        60      5340         0     81341     37380    975574     18.16     19.31
4045.26/1014.26	c  N dy 12858   3554123        60      5340         0     87124     37380   1057307     18.04     18.99
4074.73/1021.64	c  N dy 12954   3574222        60      5340         0    104744     37380   1437022     18.04     19.60
4126.99/1034.79	c  N dy 13049   3606724        60      5340         0    133313     37380   2045304     18.03     19.15
4172.09/1046.05	c  N dy 13217   3627303        60      5340         0     79237     37380    915277     18.04     19.04
4203.21/1053.85	c  N dy 13370   3647370        60      5340         0     97008     37380   1307877     18.05     20.02
4233.51/1061.45	c  N dy 13424   3667440        60      5340         0    114677     37380   1680288     18.05     21.61
4276.55/1072.23	c  N dy 13560   3687461        60      5340         0    132381     37380   2067543     18.06     20.15
4325.21/1084.47	c  N dy 13713   3707550        60      5340         0     76447     37380    837172     18.07     20.88
4331.99/1086.14	c  S st 13749   3712515        60      5340         0     80823     37380    934115     18.07     20.33
4332.79/1086.37	c  S st 13749   3713025        60      5340         0     81285     37380    944474     18.07   no data
4332.79/1086.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4333.19/1086.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
4333.19/1086.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4333.19/1086.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4333.19/1086.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4333.19/1086.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     60 time:  0.00 s
4333.19/1086.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4333.19/1086.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4333.19/1086.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4341.97/1088.64	c lits-rem:       151  cl-subs:     1751  v-elim:      0  v-fix:    0  time:  2.18 s
4341.97/1088.65	c vivif2 --  cl tried     5340 cl shrink        0 lits rem          0 time: 0.00
4341.97/1088.66	c vivif2 --  cl tried    79534 cl shrink        0 lits rem          0 time: 0.01
4343.20/1088.99	c asymm  cl-useful: 0/592/5340 lits-rem:0 time: 0.33
4343.20/1088.99	c calculated reachability. Time: 0.00
4343.20/1088.99	c  N dy 13749   3713025        60      5340         0     79534     37380    905347     18.07   no data
4374.32/1096.72	c  N dy 13906   3733078        60      5340         0     97342     37380   1297715     18.08     20.59
4409.41/1105.58	c  F st 14066   3751562        60      5340         0    113698     37380   1661989     18.09   no data
4412.96/1106.49	c  N st 14070   3753596        60      5340         0    115492     37380   1701312     18.09   no data
4457.67/1117.67	c  N dy 14215   3773770        60      5340         0    133367     37380   2096172     18.09     19.06
4501.14/1128.60	c  N dy 14283   3797467        60      5340         0     79348     37380    884204     18.09     19.06
4533.01/1136.56	c  N dy 14442   3817688        60      5340         0     97233     37380   1278481     18.10     19.13
4569.30/1145.66	c  N dy 14532   3837736        60      5340         0    114984     37380   1660966     18.10     19.14
4613.19/1156.60	c  N dy 14667   3857834        60      5340         0    132722     37380   2048841     18.11     19.66
4657.45/1167.77	c  N dy 14700   3881880        60      5340         0     77998     37380    844325     18.10     19.29
4687.76/1175.39	c  N dy 14734   3907766        60      5340         0    100664     37380   1320343     18.10     19.18
4720.91/1183.67	c  N dy 14812   3927789        60      5340         0    118244     37380   1696420     18.10     19.62
4780.30/1198.51	c  N dy 14940   3956149        60      5340         0    143127     37380   2230527     18.10     19.07

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366675-1305411878/watcher-3366675-1305411878 -o /tmp/evaluation-result-3366675-1305411878/solver-3366675-1305411878 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366675-1305411878.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: 8.10 8.05 7.44 8/353 22032
/proc/meminfo: memFree=24126836/32950928 swapFree=45937192/67111528
[pid=22032] ppid=22030 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 411 0 0 0 1 0 0 0 25 0 4 0 652784463 52396032 351 33554432000 4194304 4580107 140736721212896 18446744073709551615 47397730244121 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 12792 351 302 95 0 7774 0
[pid=22032/tid=22033] ppid=22030 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 652784464 52396032 351 33554432000 4194304 4580107 140736721212896 18446744073709551615 47397730244115 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652784464 52396032 351 33554432000 4194304 4580107 140736721212896 18446744073709551615 47397730244530 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652784464 52396032 351 33554432000 4194304 4580107 140736721212896 18446744073709551615 47397730244121 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.017104 s]
/proc/loadavg: 8.10 8.05 7.44 8/353 22032
/proc/meminfo: memFree=24126836/32950928 swapFree=45937192/67111528
[pid=22032] ppid=22030 vsize=281704 CPUtime=0.04 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 1049 0 0 0 4 0 0 0 18 0 4 0 652784463 288464896 965 33554432000 4194304 4580107 140736721212896 18446744073709551615 4512065 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 70426 967 339 95 0 65408 0
[pid=22032/tid=22033] ppid=22030 vsize=281704 CPUtime=0.01 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 168 0 0 0 1 0 0 0 18 0 4 0 652784464 288464896 967 33554432000 4194304 4580107 140736721212896 18446744073709551615 254500716439 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=281704 CPUtime=0 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 161 0 0 0 0 0 0 0 25 0 4 0 652784464 288464896 970 33554432000 4194304 4580107 140736721212896 18446744073709551615 4471984 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=281704 CPUtime=0 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 147 0 0 0 0 0 0 0 18 0 4 0 652784464 288464896 971 33554432000 4194304 4580107 140736721212896 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 281704

[startup+0.113877 s]
/proc/loadavg: 8.10 8.05 7.44 8/353 22032
/proc/meminfo: memFree=24126836/32950928 swapFree=45937192/67111528
[pid=22032] ppid=22030 vsize=281828 CPUtime=0.42 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 1310 0 0 0 42 0 0 0 18 0 4 0 652784463 288591872 1225 33554432000 4194304 4580107 140736721212896 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 70457 1225 358 95 0 65439 0
[pid=22032/tid=22033] ppid=22030 vsize=281828 CPUtime=0.1 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 197 0 0 0 10 0 0 0 18 0 4 0 652784464 288591872 1225 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=281828 CPUtime=0.1 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 180 0 0 0 10 0 0 0 25 0 4 0 652784464 288591872 1225 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=281828 CPUtime=0.1 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 327 0 0 0 10 0 0 0 18 0 4 0 652784464 288591872 1225 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 281828

[startup+0.300842 s]
/proc/loadavg: 8.10 8.05 7.44 8/353 22032
/proc/meminfo: memFree=24126836/32950928 swapFree=45937192/67111528
[pid=22032] ppid=22030 vsize=285200 CPUtime=1.17 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 3429 0 0 0 117 0 0 0 18 0 4 0 652784463 292044800 2511 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 71300 2511 376 95 0 66282 0
[pid=22032/tid=22033] ppid=22030 vsize=285200 CPUtime=0.29 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 794 0 0 0 29 0 0 0 18 0 4 0 652784464 292044800 2511 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=285200 CPUtime=0.28 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 786 0 0 0 28 0 0 0 25 0 4 0 652784464 292044800 2511 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=285200 CPUtime=0.29 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 597 0 0 0 29 0 0 0 18 0 4 0 652784464 292044800 2511 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294688 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) 285200

[startup+0.700763 s]
/proc/loadavg: 8.10 8.05 7.44 8/353 22032
/proc/meminfo: memFree=24126836/32950928 swapFree=45937192/67111528
[pid=22032] ppid=22030 vsize=286412 CPUtime=2.77 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 5359 0 0 0 277 0 0 0 18 0 4 0 652784463 293285888 3262 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 71603 3262 376 95 0 66585 0
[pid=22032/tid=22033] ppid=22030 vsize=286412 CPUtime=0.69 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 1248 0 0 0 69 0 0 0 18 0 4 0 652784464 293285888 3262 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=286412 CPUtime=0.68 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 1244 0 0 0 68 0 0 0 25 0 4 0 652784464 293285888 3263 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=286412 CPUtime=0.69 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 1168 0 0 0 69 0 0 0 18 0 4 0 652784464 293285888 3263 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286412

[startup+1.50061 s]
/proc/loadavg: 8.10 8.05 7.44 9/357 22037
/proc/meminfo: memFree=24109056/32950928 swapFree=45937192/67111528
[pid=22032] ppid=22030 vsize=287612 CPUtime=5.95 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 9712 0 0 0 594 1 0 0 20 0 4 0 652784463 294514688 5150 33554432000 4194304 4580107 140736721212896 18446744073709551615 4416090 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 71903 5150 378 95 0 66885 0
[pid=22032/tid=22033] ppid=22030 vsize=287612 CPUtime=1.49 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 2062 0 0 0 149 0 0 0 19 0 4 0 652784464 294514688 5150 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=287612 CPUtime=1.47 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 2014 0 0 0 147 0 0 0 25 0 4 0 652784464 294514688 5150 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=287612 CPUtime=1.49 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 2011 0 0 0 149 0 0 0 20 0 4 0 652784464 294514688 5150 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 287612

[startup+3.10029 s]
/proc/loadavg: 8.17 8.07 7.44 9/357 22037
/proc/meminfo: memFree=24073716/32950928 swapFree=45937192/67111528
[pid=22032] ppid=22030 vsize=295912 CPUtime=12.34 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 17257 0 0 0 1232 2 0 0 25 0 4 0 652784463 303013888 10175 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 73978 10175 378 95 0 68960 0
[pid=22032/tid=22033] ppid=22030 vsize=295912 CPUtime=3.09 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 3981 0 0 0 308 1 0 0 25 0 4 0 652784464 303013888 10175 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=295912 CPUtime=3.05 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 4544 0 0 0 305 0 0 0 25 0 4 0 652784464 303013888 10175 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=295912 CPUtime=3.08 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 4228 0 0 0 308 0 0 0 25 0 4 0 652784464 303013888 10175 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 295912

[startup+6.30065 s]
/proc/loadavg: 8.17 8.07 7.44 9/357 22037
/proc/meminfo: memFree=24042980/32950928 swapFree=45937192/67111528
[pid=22032] ppid=22030 vsize=290448 CPUtime=25.11 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 26117 0 0 0 2507 4 0 0 25 0 4 0 652784463 297418752 12587 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294345 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 72612 12587 378 95 0 67594 0
[pid=22032/tid=22033] ppid=22030 vsize=290448 CPUtime=6.29 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 6679 0 0 0 628 1 0 0 25 0 4 0 652784464 297418752 12587 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=290448 CPUtime=6.21 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 6871 0 0 0 621 0 0 0 25 0 4 0 652784464 297418752 12587 33554432000 4194304 4580107 140736721212896 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=290448 CPUtime=6.28 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 6231 0 0 0 628 0 0 0 25 0 4 0 652784464 297418752 12587 33554432000 4194304 4580107 140736721212896 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 290448

[startup+12.7004 s]
/proc/loadavg: 8.14 8.07 7.45 9/357 22037
/proc/meminfo: memFree=23982636/32950928 swapFree=45937192/67111528
[pid=22032] ppid=22030 vsize=299856 CPUtime=50.63 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 38939 0 0 0 5057 6 0 0 25 0 4 0 652784463 307052544 17072 33554432000 4194304 4580107 140736721212896 18446744073709551615 4406334 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 74964 17072 378 95 0 69946 0
[pid=22032/tid=22033] ppid=22030 vsize=299856 CPUtime=12.69 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 9621 0 0 0 1267 2 0 0 25 0 4 0 652784464 307052544 17072 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=299856 CPUtime=12.54 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 8610 0 0 0 1253 1 0 0 25 0 4 0 652784464 307052544 17072 33554432000 4194304 4580107 140736721212896 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=299856 CPUtime=12.68 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 9747 0 0 0 1267 1 0 0 25 0 4 0 652784464 307052544 17072 33554432000 4194304 4580107 140736721212896 18446744073709551615 4281530 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 299856

[startup+25.5008 s]
/proc/loadavg: 8.12 8.06 7.46 9/357 22037
/proc/meminfo: memFree=23948036/32950928 swapFree=45937192/67111528
[pid=22032] ppid=22030 vsize=300776 CPUtime=101.68 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 57321 0 0 0 10157 11 0 0 25 0 4 0 652784463 307994624 21462 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294558 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 75194 21462 378 95 0 70176 0
[pid=22032/tid=22033] ppid=22030 vsize=300776 CPUtime=25.49 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 14167 0 0 0 2546 3 0 0 25 0 4 0 652784464 307994624 21462 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=300776 CPUtime=25.2 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 12833 0 0 0 2518 2 0 0 25 0 4 0 652784464 307994624 21462 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=300776 CPUtime=25.48 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 14154 0 0 0 2546 2 0 0 25 0 4 0 652784464 307994624 21462 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 300776

[startup+51.1007 s]
/proc/loadavg: 8.23 8.09 7.48 9/357 22038
/proc/meminfo: memFree=23894620/32950928 swapFree=45937192/67111528
[pid=22032] ppid=22030 vsize=301880 CPUtime=203.81 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 87216 0 0 0 20362 19 0 0 25 0 4 0 652784463 309125120 24152 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 75470 24152 378 95 0 70452 0
[pid=22032/tid=22033] ppid=22030 vsize=301880 CPUtime=51.09 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 22262 0 0 0 5104 5 0 0 25 0 4 0 652784464 309125120 24152 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=301880 CPUtime=50.52 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 20536 0 0 0 5048 4 0 0 25 0 4 0 652784464 309125120 24152 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=301880 CPUtime=51.08 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 20944 0 0 0 5104 4 0 0 25 0 4 0 652784464 309125120 24152 33554432000 4194304 4580107 140736721212896 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.81
Current children cumulated vsize (KiB) 301880

[startup+102.314 s]
/proc/loadavg: 8.32 8.12 7.52 9/357 22039
/proc/meminfo: memFree=23833088/32950928 swapFree=45937192/67111528
[pid=22032] ppid=22030 vsize=314344 CPUtime=408.08 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 133800 0 0 0 40773 35 0 0 25 0 4 0 652784463 321888256 26126 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 78586 26126 378 95 0 73568 0
[pid=22032/tid=22033] ppid=22030 vsize=314344 CPUtime=102.29 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 33107 0 0 0 10220 9 0 0 25 0 4 0 652784464 321888256 26126 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=314344 CPUtime=101.15 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 31551 0 0 0 10107 8 0 0 25 0 4 0 652784464 321888256 26126 33554432000 4194304 4580107 140736721212896 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=314344 CPUtime=102.3 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 33909 0 0 0 10223 7 0 0 25 0 4 0 652784464 321888256 26126 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.08
Current children cumulated vsize (KiB) 314344

[startup+162.301 s]

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

[pid=22032] ppid=22030 vsize=423536 CPUtime=2801.17 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 436057 0 0 0 279951 166 0 0 25 0 4 0 652784463 433700864 67694 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 105884 67694 378 95 0 100866 0
[pid=22032/tid=22033] ppid=22030 vsize=423536 CPUtime=702.31 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 107822 0 0 0 70189 42 0 0 25 0 4 0 652784464 433700864 67694 33554432000 4194304 4580107 140736721212896 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=423536 CPUtime=694.2 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 102899 0 0 0 69382 38 0 0 25 0 4 0 652784464 433700864 67694 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=423536 CPUtime=702.32 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 111409 0 0 0 70190 42 0 0 25 0 4 0 652784464 433700864 67694 33554432000 4194304 4580107 140736721212896 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2801.17
Current children cumulated vsize (KiB) 423536

[startup+762.314 s]
/proc/loadavg: 8.06 8.09 7.80 9/357 22059
/proc/meminfo: memFree=23497776/32950928 swapFree=45937192/67111528
[pid=22032] ppid=22030 vsize=464300 CPUtime=3040.53 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 451267 0 0 0 303879 174 0 0 25 0 4 0 652784463 475443200 66878 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294462 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 116075 66878 378 95 0 111057 0
[pid=22032/tid=22033] ppid=22030 vsize=464300 CPUtime=762.32 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 110625 0 0 0 76189 43 0 0 25 0 4 0 652784464 475443200 66878 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=464300 CPUtime=753.51 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 107462 0 0 0 75309 42 0 0 25 0 4 0 652784464 475443200 66878 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=464300 CPUtime=762.33 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 114135 0 0 0 76190 43 0 0 25 0 4 0 652784464 475443200 66878 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3040.53
Current children cumulated vsize (KiB) 464300

[startup+822.301 s]
/proc/loadavg: 8.06 8.09 7.82 9/357 22061
/proc/meminfo: memFree=23448520/32950928 swapFree=45937192/67111528
[pid=22032] ppid=22030 vsize=451808 CPUtime=3279.8 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 466832 0 0 0 327797 183 0 0 25 0 4 0 652784463 462651392 69999 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 112952 69999 378 95 0 107934 0
[pid=22032/tid=22033] ppid=22030 vsize=451808 CPUtime=822.31 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 113435 0 0 0 82187 44 0 0 25 0 4 0 652784464 462651392 69999 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=451808 CPUtime=812.81 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 111428 0 0 0 81237 44 0 0 25 0 4 0 652784464 462651392 69999 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=451808 CPUtime=822.32 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 119398 0 0 0 82186 46 0 0 25 0 4 0 652784464 462651392 69999 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3279.8
Current children cumulated vsize (KiB) 451808

[startup+882.3 s]
/proc/loadavg: 8.16 8.11 7.84 9/357 22062
/proc/meminfo: memFree=23398016/32950928 swapFree=45937192/67111528
[pid=22032] ppid=22030 vsize=464672 CPUtime=3519.1 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 484892 0 0 0 351717 193 0 0 25 0 4 0 652784463 475824128 77559 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 116168 77559 378 95 0 111150 0
[pid=22032/tid=22033] ppid=22030 vsize=464672 CPUtime=882.31 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 118510 0 0 0 88184 47 0 0 25 0 4 0 652784464 475824128 77559 33554432000 4194304 4580107 140736721212896 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=464672 CPUtime=872.1 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 116579 0 0 0 87164 46 0 0 25 0 4 0 652784464 475824128 77559 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=464672 CPUtime=882.33 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 124606 0 0 0 88184 49 0 0 25 0 4 0 652784464 475824128 77559 33554432000 4194304 4580107 140736721212896 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3519.1
Current children cumulated vsize (KiB) 464672

[startup+942.3 s]
/proc/loadavg: 8.18 8.12 7.85 9/357 22064
/proc/meminfo: memFree=23396388/32950928 swapFree=45937192/67111528
[pid=22032] ppid=22030 vsize=425044 CPUtime=3758.42 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 500059 0 0 0 375640 202 0 0 25 0 4 0 652784463 435245056 71575 33554432000 4194304 4580107 140736721212896 18446744073709551615 4295727 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 106261 71575 378 95 0 101243 0
[pid=22032/tid=22033] ppid=22030 vsize=425044 CPUtime=942.32 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 120882 0 0 0 94183 49 0 0 25 0 4 0 652784464 435245056 71575 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=425044 CPUtime=931.43 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 121625 0 0 0 93093 50 0 0 25 0 4 0 652784464 435245056 71575 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=425044 CPUtime=942.33 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 127584 0 0 0 94182 51 0 0 25 0 4 0 652784464 435245056 71575 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3758.42
Current children cumulated vsize (KiB) 425044

[startup+1002.3 s]
/proc/loadavg: 8.20 8.13 7.87 9/357 22065
/proc/meminfo: memFree=23421052/32950928 swapFree=45937192/67111528
[pid=22032] ppid=22030 vsize=464624 CPUtime=3997.75 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 520936 0 0 0 399563 212 0 0 25 0 4 0 652784463 475774976 70734 33554432000 4194304 4580107 140736721212896 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 116156 70734 378 95 0 111138 0
[pid=22032/tid=22033] ppid=22030 vsize=464624 CPUtime=1002.32 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 126282 0 0 0 100180 52 0 0 25 0 4 0 652784464 475774976 70734 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=464624 CPUtime=990.74 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 127046 0 0 0 99022 52 0 0 25 0 4 0 652784464 475774976 70734 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=464624 CPUtime=1002.33 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 132143 0 0 0 100181 52 0 0 25 0 4 0 652784464 475774976 70734 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3997.75
Current children cumulated vsize (KiB) 464624

[startup+1062.3 s]
/proc/loadavg: 8.15 8.12 7.88 9/357 22068
/proc/meminfo: memFree=23382720/32950928 swapFree=45937192/67111528
[pid=22032] ppid=22030 vsize=425424 CPUtime=4237.06 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 540085 0 0 0 423484 222 0 0 25 0 4 0 652784463 435634176 70805 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 106356 70805 378 95 0 101338 0
[pid=22032/tid=22033] ppid=22030 vsize=425424 CPUtime=1062.32 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 131308 0 0 0 106178 54 0 0 25 0 4 0 652784464 435634176 70805 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=425424 CPUtime=1050.06 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 130983 0 0 0 104951 55 0 0 25 0 4 0 652784464 435634176 70805 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=425424 CPUtime=1062.34 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 137008 0 0 0 106179 55 0 0 25 0 4 0 652784464 435634176 70805 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4237.06
Current children cumulated vsize (KiB) 425424

[startup+1122.3 s]
/proc/loadavg: 8.19 8.13 7.90 9/357 22070
/proc/meminfo: memFree=23375144/32950928 swapFree=45937192/67111528
[pid=22032] ppid=22030 vsize=425752 CPUtime=4476.37 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 556862 0 0 0 447406 231 0 0 25 0 4 0 652784463 435970048 73591 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 106438 73591 378 95 0 101420 0
[pid=22032/tid=22033] ppid=22030 vsize=425752 CPUtime=1122.32 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 135246 0 0 0 112175 57 0 0 25 0 4 0 652784464 435970048 73591 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=425752 CPUtime=1109.35 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 136003 0 0 0 110877 58 0 0 25 0 4 0 652784464 435970048 73591 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=425752 CPUtime=1122.33 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 141200 0 0 0 112177 56 0 0 25 0 4 0 652784464 435970048 73591 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4476.37
Current children cumulated vsize (KiB) 425752

[startup+1182.3 s]
/proc/loadavg: 8.07 8.10 7.90 9/357 22071
/proc/meminfo: memFree=23382064/32950928 swapFree=45937192/67111528
[pid=22032] ppid=22030 vsize=478440 CPUtime=4715.69 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 575812 0 0 0 471328 241 0 0 25 0 4 0 652784463 489922560 71986 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 119610 71986 378 95 0 114592 0
[pid=22032/tid=22033] ppid=22030 vsize=478440 CPUtime=1182.33 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 140071 0 0 0 118173 60 0 0 25 0 4 0 652784464 489922560 71986 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=478440 CPUtime=1168.66 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 139600 0 0 0 116806 60 0 0 25 0 4 0 652784464 489922560 71986 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=478440 CPUtime=1182.34 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 146452 0 0 0 118175 59 0 0 25 0 4 0 652784464 489922560 71986 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4715.69
Current children cumulated vsize (KiB) 478440



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.5 s]
/proc/loadavg: 8.05 8.09 7.91 5/352 22073
/proc/meminfo: memFree=23832580/32950928 swapFree=45937192/67111528
[pid=22032] ppid=22030 vsize=483544 CPUtime=4800.26 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 581347 0 0 0 479782 244 0 0 25 0 4 0 652784463 495149056 74612 33554432000 4194304 4580107 140736721212896 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 120886 74612 378 95 0 115868 0
[pid=22032/tid=22033] ppid=22030 vsize=483544 CPUtime=1203.54 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 140930 0 0 0 120293 61 0 0 25 0 4 0 652784464 495149056 74612 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=483544 CPUtime=1189.61 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 142534 0 0 0 118900 61 0 0 25 0 4 0 652784464 495149056 74612 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=483544 CPUtime=1203.55 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 147361 0 0 0 120296 59 0 0 25 0 4 0 652784464 495149056 74612 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 483544

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

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

[startup+1203.5 s]
/proc/loadavg: 8.05 8.09 7.91 5/352 22073
/proc/meminfo: memFree=23832580/32950928 swapFree=45937192/67111528
[pid=22032] ppid=22030 vsize=483544 CPUtime=4800.26 cores=1,3,5,7
/proc/22032/stat : 22032 (strangenight2-m) R 22030 22032 21516 0 -1 4202496 581347 0 0 0 479782 244 0 0 25 0 4 0 652784463 495149056 74612 33554432000 4194304 4580107 140736721212896 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/22032/statm: 120886 74612 378 95 0 115868 0
[pid=22032/tid=22033] ppid=22030 vsize=483544 CPUtime=1203.54 cores=1,3,5,7
/proc/22032/task/22033/stat : 22033 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 140930 0 0 0 120293 61 0 0 25 0 4 0 652784464 495149056 74612 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=22032/tid=22034] ppid=22030 vsize=483544 CPUtime=1189.61 cores=1,3,5,7
/proc/22032/task/22034/stat : 22034 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 142534 0 0 0 118900 61 0 0 25 0 4 0 652784464 495149056 74612 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=22032/tid=22035] ppid=22030 vsize=483544 CPUtime=1203.55 cores=1,3,5,7
/proc/22032/task/22035/stat : 22035 (strangenight2-m) R 22030 22032 21516 0 -1 4202560 147361 0 0 0 120296 59 0 0 25 0 4 0 652784464 495149056 74612 33554432000 4194304 4580107 140736721212896 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 483544

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.53
CPU time (s): 4800.32
CPU user time (s): 4797.86
CPU system time (s): 2.46062
CPU usage (%): 398.852
Max. virtual memory (cumulated for all children) (KiB): 503776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.86
system time used= 2.46062
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 581349
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= 338
involuntary context switches= 19185

runsolver used 3.9274 second user time and 10.0495 second system time

The end

Launcher Data

Begin job on node149 at 2011-05-15 00:24:38
IDJOB=3366675
IDBENCH=83084
IDSOLVER=1844
FILE ID=node149/3366675-1305411878
RUNJOBID= node149-1305410672-21893
PBS_JOBID= 13324509
Free space on /tmp= 73568 MiB

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

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

MD5SUM BENCH= 73d9fe7597a311fec40e782ce52bc60b
RANDOM SEED=1381970779

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.82
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.806
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:      24127116 kB
Buffers:        310936 kB
Cached:        3873216 kB
SwapCached:      19984 kB
Active:        6322948 kB
Inactive:      2205300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24127116 kB
SwapTotal:    67111528 kB
SwapFree:     45937192 kB
Dirty:           10904 kB
Writeback:           0 kB
AnonPages:     4336772 kB
Mapped:          14588 kB
Slab:           157216 kB
PageTables:      71520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 80280956 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= 73568 MiB
End job on node149 at 2011-05-15 00:44:43