Trace number 3366428

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.26 1203.13

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v80-c7120-S175431861-098.SATISFIABLE.cnf
MD5SUM32b0a38499f94b9537a6571015412ff0
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.88956
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of clauses7120
Sum of the clauses size49840
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 57120

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	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-3366428-1305404093.cnf'
0.00/0.01	c -- header says num vars:             80
0.00/0.01	c -- header says num clauses:        7120
0.00/0.01	c -- clauses added:            0 learnts,         7120 normals,            0 xors
0.00/0.01	c -- vars added         80
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        80      7120         0         0     49840         0   no data   no data
0.42/0.17	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.16
0.42/0.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.42/0.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.42/0.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.42/0.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.42/0.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
0.42/0.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.77/0.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.77/0.20	c Finding binary XORs  T:     0.00 s  found:       0
0.77/0.20	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.77/0.20	c calculated reachability. Time: 0.00
0.77/0.20	c Calc default polars -  time:   0.00 s pos:      33 undec:       1 neg:      46
0.77/0.20	c =========================================================================================
0.77/0.20	c types(t): F = full restart, N = normal restart
0.77/0.20	c types(t): S = simplification begin/end, E = solution found
0.77/0.20	c restart types(rt): st = static, dy = dynamic
0.77/0.20	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.77/0.20	c  B st     0         0        80      7120         0         0     49840         0   no data   no data
1.97/0.52	c  N dy     7      8922        80      7120         0      5862     49840    148563     22.86     24.08
2.37/0.68	c  N dy    21     13019        80      7120         0      5741     49840    132943     23.03     24.36
3.57/0.90	c  N dy    27     17870        80      7120         0     10185     49840    251174     22.92     24.19
3.98/1.08	c  N dy    34     22403        80      7120         0      9195     49840    211557     22.86     24.12
4.76/1.23	c  F st    57     25000        80      7120         0     11593     49840    276951     23.04   no data
5.16/1.34	c  N st    61     27034        80      7120         0      7211     49840    142667     23.04   no data
5.56/1.47	c  S st    63     30004        80      7120         0      9933     49840    216768     23.04   no data
5.96/1.50	c  S st    63     30508        80      7120         0     10398     49840    229389     23.04   no data
5.96/1.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.96/1.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.96/1.51	c blocked clauses removed:        0 vars:      0 tried:          80 T: 0.00 s
5.96/1.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.96/1.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
5.96/1.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.96/1.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.96/1.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.75/1.72	c lits-rem:       125  cl-subs:      792  v-elim:      0  v-fix:    0  time:  0.20 s
7.96/2.00	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.28
7.96/2.00	c calculated reachability. Time: 0.00
7.96/2.00	c  N dy    63     30508        80      7120         0      9606     49840    205860     23.04   no data
8.79/2.23	c  N dy    77     34818        80      7120         0     13584     49840    312371     23.06     24.31
11.14/2.86	c  N dy   105     45764        80      7120         0     16304     49840    363664     22.87     20.71
11.14/2.86	c  S st   105     45764        80      7120         0     16304     49840    363664     22.87     20.71
11.54/2.91	c  S st   105     46265        80      7120         0      8604     49840    151147     22.87   no data
11.54/2.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.54/2.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.54/2.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.54/2.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.54/2.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.54/2.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
11.54/2.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.54/2.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.54/2.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.54/2.95	c lits-rem:         7  cl-subs:       52  v-elim:      0  v-fix:    0  time:  0.03 s
11.54/2.96	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
11.54/2.96	c vivif2 --  cl tried     8552 cl shrink        0 lits rem          0 time: 0.00
12.76/3.21	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.26
12.76/3.22	c calculated reachability. Time: 0.00
12.76/3.22	c  N dy   105     46265        80      7120         0      8552     49840    149396     22.87   no data
13.53/3.46	c  N dy   123     50769        80      7120         0     12705     49840    262058     22.96     24.35
17.15/4.35	c  N dy   148     65292        80      7120         0     16788     49840    347501     22.69     24.03
18.32/4.69	c  S st   177     69397        80      7120         0     10537     49840    174335     22.79   no data
18.72/4.73	c  S st   177     69900        80      7120         0     11009     49840    187223     22.79   no data
18.72/4.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.72/4.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
18.72/4.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.72/4.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.72/4.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.72/4.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
18.72/4.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.72/4.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
18.72/4.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.12/4.80	c lits-rem:        15  cl-subs:      131  v-elim:      0  v-fix:    0  time:  0.06 s
19.12/4.80	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
19.12/4.81	c vivif2 --  cl tried    10878 cl shrink        0 lits rem          0 time: 0.00
20.33/5.11	c asymm  cl-useful: 0/7120/7120 lits-rem:0 time: 0.30
20.33/5.11	c calculated reachability. Time: 0.00
20.33/5.11	c  N dy   177     69900        80      7120         0     10878     49840    182928     22.79   no data
21.54/5.46	c  N dy   197     75801        80      7120         0     16315     49840    329856     22.83     24.13
23.52/5.93	c  N dy   216     82212        80      7120         0     11224     49840    176967     22.86     24.07
24.72/6.26	c  F st   237     87500        80      7120         0     16083     49840    306363     22.89     22.15
24.72/6.26	c  N st   237     87500        80      7120         0     16083     49840    306363     22.89     22.15
26.70/6.78	c  N dy   244     94758        80      7120         0     22730     49840    483648     22.86     24.13
28.70/7.22	c  N dy   264    100886        80      7120         0     16442     49840    302157     22.89     24.74
29.91/7.52	c  S st   286    104851        80      7120         0     20059     49840    399737     22.93     22.63
29.91/7.58	c  S st   286    105356        80      7120         0     20541     49840    413119     22.93   no data
29.91/7.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.91/7.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
29.91/7.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.91/7.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.91/7.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.91/7.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
29.91/7.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.91/7.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
29.91/7.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.89/8.08	c lits-rem:       165  cl-subs:     1511  v-elim:      0  v-fix:    0  time:  0.47 s
31.89/8.08	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
31.89/8.08	c vivif2 --  cl tried    19030 cl shrink        0 lits rem          0 time: 0.00
33.49/8.48	c asymm  cl-useful: 0/5783/7120 lits-rem:0 time: 0.40
33.49/8.49	c calculated reachability. Time: 0.00
33.49/8.49	c  N dy   286    105356        80      7120         0     19030     49840    369079     22.93   no data
39.10/9.87	c  N dy   324    122856        80      7120         0     22219     49840    436075     22.87     24.42
42.27/10.66	c  N dy   342    133291        80      7120         0     18073     49840    312996     22.81     24.06
45.46/11.49	c  N dy   361    143497        80      7120         0     27423     49840    560441     22.79     24.21
48.29/12.18	c  N dy   384    152720        80      7120         0     21298     49840    386307     22.79     24.00
50.25/12.61	c  S st   388    158036        80      7120         0     26136     49840    513847     22.76   no data
50.25/12.68	c  S st   388    158541        80      7120         0     26611     49840    526712     22.76   no data
50.25/12.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
50.25/12.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
50.25/12.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.25/12.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.25/12.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.25/12.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
50.25/12.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
50.25/12.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
50.65/12.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.63/13.74	c lits-rem:       358  cl-subs:     2590  v-elim:      0  v-fix:    0  time:  1.03 s
54.63/13.74	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
54.63/13.74	c vivif2 --  cl tried    24021 cl shrink        0 lits rem          0 time: 0.00
55.03/13.86	c asymm  cl-useful: 0/1337/7120 lits-rem:0 time: 0.12
55.03/13.86	c calculated reachability. Time: 0.00
55.03/13.86	c  N dy   388    158541        80      7120         0     24021     49840    456763     22.76   no data
60.63/15.26	c  N dy   422    174554        80      7120         0     23193     49840    416701     22.70     23.92
67.00/16.88	c  N dy   489    191448        80      7120         0     22258     49840    378680     22.72     23.94
72.59/18.20	c  N dy   554    203681        80      7120         0     33468     49840    681323     22.78     27.04
77.38/19.43	c  N dy   614    216855        80      7120         0     28239     49840    529629     22.83     24.03
83.41/20.92	c  N dy   635    231984        80      7120         0     23744     49840    389453     22.80     24.03
85.76/21.50	c  S st   658    237811        80      7120         0     29100     49840    532815     22.81   no data
85.76/21.57	c  S st   658    238313        80      7120         0     29570     49840    545808     22.81   no data
85.76/21.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
85.76/21.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
85.76/21.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
85.76/21.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
85.76/21.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.76/21.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
85.76/21.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
85.76/21.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
86.16/21.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.75/22.51	c lits-rem:       244  cl-subs:     2099  v-elim:      0  v-fix:    0  time:  0.90 s
89.75/22.51	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
89.75/22.51	c vivif2 --  cl tried    27471 cl shrink        0 lits rem          0 time: 0.01
90.55/22.71	c asymm  cl-useful: 0/2270/7120 lits-rem:0 time: 0.19
90.55/22.71	c calculated reachability. Time: 0.00
90.55/22.71	c  N dy   658    238313        80      7120         0     27471     49840    486905     22.81   no data
97.33/24.42	c  N dy   703    254375        80      7120         0     23019     49840    353869     22.81     24.02
105.35/26.48	c  N dy   731    274880        80      7120         0     21648     49840    302785     22.74     23.99
112.90/28.38	c  N dy   803    292580        80      7120         0     37914     49840    738262     22.77     23.97
119.27/29.97	c  F st   890    306251        80      7120         0     29426     49840    500246     22.83     22.68
121.67/30.50	c  N dy   896    311446        80      7120         0     34172     49840    628904     22.83   no data
130.85/32.90	c  N dy   948    333431        80      7120         0     32285     49840    560085     22.80     24.02
140.81/35.33	c  N dy  1006    353472        80      7120         0     27799     49840    422327     22.80     24.09
142.41/35.74	c  S st  1020    357470        80      7120         0     31512     49840    522777     22.80     20.85
142.81/35.83	c  S st  1020    357972        80      7120         0     31984     49840    535650     22.80   no data
142.81/35.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
142.81/35.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
142.81/35.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
142.81/35.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
142.81/35.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
142.81/35.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
142.81/35.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
142.81/35.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
142.81/35.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
146.40/36.71	c lits-rem:       241  cl-subs:     1668  v-elim:      0  v-fix:    0  time:  0.84 s
146.40/36.71	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
146.40/36.72	c vivif2 --  cl tried    30316 cl shrink        0 lits rem          0 time: 0.01
147.20/36.92	c asymm  cl-useful: 0/1925/7120 lits-rem:0 time: 0.21
147.20/36.93	c calculated reachability. Time: 0.00
147.20/36.93	c  N dy  1020    357972        80      7120         0     30316     49840    488538     22.80   no data
163.16/40.97	c  N dy  1097    391805        80      7120         0     37398     49840    659040     22.78     23.98
175.92/44.19	c  N dy  1190    411937        80      7120         0     31181     49840    481414     22.82     24.03
187.90/47.15	c  N dy  1284    432024        80      7120         0     49645     49840    980346     22.85     24.10
198.67/49.81	c  N dy  1379    452278        80      7120         0     42647     49840    775792     22.89     24.24
208.64/52.35	c  N dy  1426    472591        80      7120         0     34596     49840    542380     22.88     24.14
221.02/55.40	c  N dy  1516    492640        80      7120         0     53058     49840   1041281     22.91     24.33
230.59/57.85	c  N dy  1534    512880        80      7120         0     44025     49840    772251     22.87     24.10
244.56/61.38	c  N dy  1595    536958        80      7120         0     37640     49840    588227     22.84     18.45
244.56/61.38	c  S st  1595    536958        80      7120         0     37640     49840    588227     22.84     18.45
244.96/61.48	c  S st  1595    537459        80      7120         0     38111     49840    601396     22.84   no data
244.96/61.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
244.96/61.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
244.96/61.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
244.96/61.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
244.96/61.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.96/61.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
244.96/61.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
244.96/61.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
245.38/61.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
250.53/62.83	c lits-rem:       262  cl-subs:     2150  v-elim:      0  v-fix:    0  time:  1.31 s
250.53/62.83	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
250.53/62.84	c vivif2 --  cl tried    35961 cl shrink        0 lits rem          0 time: 0.01
251.33/63.06	c asymm  cl-useful: 0/1610/7120 lits-rem:0 time: 0.22
251.33/63.06	c calculated reachability. Time: 0.00
251.33/63.06	c  N dy  1595    537459        80      7120         0     35961     49840    547730     22.84   no data
262.93/65.96	c  N dy  1644    557467        80      7120         0     54281     49840   1036565     22.84     25.87
276.87/69.47	c  N dy  1721    582647        80      7120         0     48094     49840    852972     22.82     24.06
290.84/72.94	c  N dy  1798    602976        80      7120         0     36609     49840    532029     22.83     24.07
303.20/76.02	c  N dy  1859    624136        80      7120         0     55981     49840   1052243     22.83     24.07
315.19/79.02	c  N dy  1896    644151        80      7120         0     43068     49840    682180     22.81     26.06
332.74/83.51	c  N dy  1974    669757        80      7120         0     34530     49840    443216     22.80     24.10
345.50/86.63	c  N dy  2083    689810        80      7120         0     52915     49840    941460     22.83     24.92
363.06/91.05	c  N dy  2177    711370        80      7120         0     39640     49840    562124     22.84     24.12
376.62/94.44	c  N dy  2201    733661        80      7120         0     59869     49840   1094889     22.81     24.06
395.77/99.27	c  N dy  2285    761098        80      7120         0     51112     49840    854491     22.80     24.09
413.32/103.63	c  N dy  2377    781119        80      7120         0     34828     49840    407648     22.82     26.24
425.74/106.71	c  N dy  2463    801222        80      7120         0     53249     49840    903866     22.84     24.07
429.29/107.67	c  S st  2477    806188        80      7120         0     57789     49840   1025097     22.84     22.47
430.13/107.82	c  S st  2477    806692        80      7120         0     58259     49840   1037860     22.84   no data
430.13/107.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
430.13/107.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
430.13/107.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
430.13/107.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
430.13/107.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
430.13/107.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
430.13/107.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
430.13/107.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
430.13/107.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
446.85/112.10	c lits-rem:       569  cl-subs:     4406  v-elim:      0  v-fix:    0  time:  4.20 s
446.85/112.10	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
447.27/112.11	c vivif2 --  cl tried    53853 cl shrink        0 lits rem          0 time: 0.01
448.44/112.40	c asymm  cl-useful: 0/1094/7120 lits-rem:0 time: 0.29
448.44/112.40	c calculated reachability. Time: 0.00
448.44/112.40	c  N dy  2477    806692        80      7120         0     53853     49840    912893     22.84   no data
466.39/116.97	c  N dy  2570    827142        80      7120         0     37111     49840    454929     22.86     24.11
481.16/120.62	c  N dy  2666    848339        80      7120         0     56505     49840    975682     22.87     24.14
499.12/125.19	c  N dy  2761    868437        80      7120         0     38426     49840    474757     22.89     24.38
511.88/128.38	c  N dy  2813    888519        80      7120         0     56785     49840    965762     22.89     24.12
529.43/132.79	c  N dy  2856    910006        80      7120         0     38896     49840    468499     22.88     24.09
541.81/135.85	c  N dy  2887    931832        80      7120         0     58621     49840    989525     22.86     24.20
562.15/140.96	c  N dy  2978    953497        80      7120         0     40164     49840    487324     22.87     24.25
574.96/144.15	c  N dy  3043    973593        80      7120         0     58517     49840    979050     22.86     26.30
600.06/150.44	c  N dy  3087   1008377        80      7120         0     50955     49840    751852     22.82     24.03
616.42/154.52	c  N dy  3152   1029362        80      7120         0     70176     49840   1267593     22.82     24.03
636.77/159.68	c  N dy  3276   1051789        80      7120         0     50586     49840    733888     22.84     24.13
654.72/164.10	c  F st  3402   1071875        80      7120         0     69055     49840   1237805     22.87   no data
654.72/164.10	c  N st  3402   1071875        80      7120         0     69055     49840   1237805     22.87   no data
674.68/169.19	c  N dy  3482   1092474        80      7120         0     46706     49840    612665     22.88     24.09
689.43/172.89	c  N dy  3536   1112992        80      7120         0     65356     49840   1112432     22.87     24.22
711.36/178.30	c  N dy  3627   1133088        80      7120         0     83726     49840   1610925     22.89     26.81
726.54/182.17	c  N dy  3736   1153216        80      7120         0     60212     49840    967193     22.90     24.16
748.08/187.57	c  N dy  3741   1179254        80      7120         0     83682     49840   1573115     22.86     24.23
765.64/191.95	c  N dy  3763   1200319        80      7120         0     59913     49840    920663     22.83     24.04
776.01/194.60	c  S st  3810   1210041        80      7120         0     68825     49840   1160702     22.83     21.99
777.20/194.81	c  S st  3810   1210541        80      7120         0     69295     49840   1173488     22.83   no data
777.20/194.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
777.20/194.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
777.20/194.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
777.20/194.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
777.20/194.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
777.20/194.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
777.20/194.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
777.20/194.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
777.60/194.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
813.51/203.91	c lits-rem:      1011  cl-subs:     6619  v-elim:      0  v-fix:    0  time:  9.00 s
813.51/203.91	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
813.51/203.92	c vivif2 --  cl tried    62676 cl shrink        0 lits rem          0 time: 0.01
815.12/204.32	c asymm  cl-useful: 0/1260/7120 lits-rem:0 time: 0.40
815.12/204.33	c calculated reachability. Time: 0.00
815.12/204.33	c  N dy  3810   1210541        80      7120         0     62676     49840   1002295     22.83   no data
846.65/212.27	c  N dy  3886   1239232        80      7120         0     45381     49840    535077     22.82     24.13
864.22/216.68	c  N dy  3961   1262795        80      7120         0     66927     49840   1116712     22.82     24.48
887.32/222.47	c  N dy  4065   1283919        80      7120         0     86246     49840   1641071     22.83     24.19
904.12/226.62	c  N dy  4149   1303932        80      7120         0     60098     49840    916080     22.84     25.99
924.84/231.87	c  N dy  4277   1323999        80      7120         0     78534     49840   1420135     22.86     26.99
946.38/237.26	c  N dy  4358   1344084        80      7120         0     51236     49840    658418     22.87     25.19
973.12/243.95	c  N dy  4411   1373116        80      7120         0     77713     49840   1365672     22.86     24.15
1001.04/250.91	c  N dy  4536   1393337        80      7120         0     49662     49840    601169     22.88     24.25
1024.59/256.83	c  N dy  4584   1423691        80      7120         0     77153     49840   1327551     22.86     24.07
1049.72/263.18	c  N dy  4675   1443996        80      7120         0     48312     49840    550323     22.87     24.16
1064.48/266.86	c  N dy  4734   1464040        80      7120         0     66563     49840   1036834     22.86     24.09
1087.62/272.63	c  N dy  4847   1484593        80      7120         0     85326     49840   1545680     22.88     24.11
1109.99/278.23	c  N dy  4899   1505764        80      7120         0     56345     49840    747915     22.87     24.23
1127.13/282.53	c  N dy  4970   1526159        80      7120         0     74994     49840   1251940     22.88     24.13
1151.86/288.74	c  N dy  5063   1546255        80      7120         0     93409     49840   1751470     22.89     24.10
1170.62/293.40	c  N dy  5116   1566346        80      7120         0     62371     49840    890564     22.88     24.38
1190.56/298.49	c  N dy  5213   1586458        80      7120         0     80805     49840   1393239     22.89     24.22
1216.90/305.03	c  N dy  5301   1606821        80      7120         0     99476     49840   1899924     22.90     24.18
1234.44/309.44	c  N dy  5358   1627646        80      7120         0     68199     49840   1030713     22.90     24.13
1256.39/314.95	c  N dy  5442   1647816        80      7120         0     86650     49840   1528812     22.90     24.24
1282.73/321.53	c  N dy  5539   1667860        80      7120         0     53783     49840    634411     22.91     25.05
1301.88/326.31	c  N dy  5629   1689447        80      7120         0     73459     49840   1167111     22.92     24.28
1324.63/332.08	c  N dy  5671   1710542        80      7120         0     92716     49840   1675985     22.91     20.09
1324.63/332.08	c  S st  5671   1710542        80      7120         0     92716     49840   1675985     22.91     20.09
1325.82/332.35	c  S st  5671   1711049        80      7120         0     93191     49840   1689167     22.91   no data
1325.82/332.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1326.21/332.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1326.21/332.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1326.21/332.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1326.21/332.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1326.21/332.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1326.21/332.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1326.21/332.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1326.21/332.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1379.68/345.84	c lits-rem:      1178  cl-subs:     8762  v-elim:      0  v-fix:    0  time: 13.37 s
1379.68/345.84	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
1379.68/345.86	c vivif2 --  cl tried    84429 cl shrink        0 lits rem          0 time: 0.02
1381.68/346.31	c asymm  cl-useful: 0/787/7120 lits-rem:0 time: 0.44
1381.68/346.31	c calculated reachability. Time: 0.00
1381.68/346.31	c  N dy  5671   1711049        80      7120         0     84429     49840   1448214     22.91   no data
1416.39/355.07	c  N dy  5754   1733829        80      7120         0     53590     49840    614354     22.92     24.18
1434.75/359.68	c  N dy  5790   1754693        80      7120         0     72491     49840   1115079     22.91     24.17
1460.68/366.14	c  N dy  5916   1775749        80      7120         0     91800     49840   1641674     22.92     24.17
1487.42/372.90	c  N dy  6027   1795777        80      7120         0     57350     49840    698614     22.93     27.86
1505.75/377.48	c  N dy  6108   1815865        80      7120         0     75698     49840   1194877     22.94     24.31
1529.69/383.49	c  N dy  6173   1835909        80      7120         0     93997     49840   1686034     22.94     24.39
1560.02/391.05	c  N dy  6248   1855961        80      7120         0     58564     49840    715152     22.94     26.17
1579.18/395.90	c  N dy  6341   1876017        80      7120         0     76980     49840   1215400     22.95     25.78
1614.70/404.77	c  N dy  6417   1907076        80      7120         0    105221     49840   1971665     22.94     24.22
1640.62/411.25	c  N dy  6426   1937310        80      7120         0     77759     49840   1195279     22.92     24.20
1664.55/417.22	c  N dy  6507   1957374        80      7120         0     96084     49840   1691286     22.92     26.66
1688.90/423.33	c  N dy  6532   1977409        80      7120         0     58863     49840    692184     22.91     24.39
1710.45/428.73	c  N dy  6625   1999621        80      7120         0     79190     49840   1245248     22.92     24.16
1736.77/435.39	c  N dy  6736   2020030        80      7120         0     97874     49840   1757845     22.93     24.23
1765.89/442.61	c  N dy  6790   2041579        80      7120         0     60949     49840    731661     22.93     24.34
1785.05/447.48	c  N dy  6874   2061628        80      7120         0     79329     49840   1229328     22.94     26.11
1809.38/453.53	c  N dy  6904   2082110        80      7120         0     97949     49840   1721429     22.93     24.15
1844.89/462.41	c  N dy  6961   2111975        80      7120         0     67655     49840    889617     22.92     24.24
1868.03/468.27	c  N dy  7058   2133567        80      7120         0     87447     49840   1425940     22.92     24.19
1896.01/475.27	c  N dy  7144   2153729        80      7120         0    105889     49840   1926316     22.93     24.31
1927.88/483.28	c  N dy  7260   2175640        80      7120         0     67428     49840    871732     22.94     24.19
1948.66/488.49	c  N dy  7324   2195661        80      7120         0     85715     49840   1359515     22.93     24.15
1965.39/492.67	c  S st  7345   2211049        80      7120         0     99636     49840   1727838     22.93   no data
1966.58/492.98	c  S st  7345   2211550        80      7120         0    100100     49840   1740857     22.93   no data
1966.58/492.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1966.98/493.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1966.98/493.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1966.98/493.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1966.98/493.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1966.98/493.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
1966.98/493.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1966.98/493.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1967.37/493.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2019.64/506.22	c lits-rem:      1347  cl-subs:     9936  v-elim:      0  v-fix:    0  time: 13.10 s
2019.64/506.22	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
2019.64/506.24	c vivif2 --  cl tried    90164 cl shrink        0 lits rem          0 time: 0.02
2021.24/506.62	c asymm  cl-useful: 0/749/7120 lits-rem:0 time: 0.38
2021.24/506.63	c calculated reachability. Time: 0.00
2021.24/506.63	c  N dy  7345   2211550        80      7120         0     90164     49840   1476213     22.93   no data
2060.74/516.53	c  N dy  7489   2231604        80      7120         0    108587     49840   1982785     22.94     25.66
2093.86/524.85	c  N dy  7606   2252270        80      7120         0     68635     49840    901250     22.95     24.28
2117.80/530.83	c  N dy  7735   2272280        80      7120         0     86951     49840   1402470     22.96     24.23
2139.74/536.38	c  N dy  7770   2292315        80      7120         0    105103     49840   1886784     22.96     24.87
2176.05/545.46	c  N dy  7890   2315335        80      7120         0     66115     49840    812033     22.97     24.18
2198.83/551.19	c  N dy  8003   2335367        80      7120         0     84440     49840   1315752     22.98     27.54
2223.13/557.22	c  N dy  8036   2355809        80      7120         0    103023     49840   1813457     22.97     24.22
2259.04/566.28	c  N dy  8147   2375831        80      7120         0    121375     49840   2313931     22.98     24.26
2301.33/576.88	c  N dy  8205   2418324        80      7120         0     98639     49840   1640866     22.96     24.21
2342.43/587.11	c  N dy  8312   2445199        80      7120         0    123252     49840   2307687     22.96     24.28
2365.19/592.89	c  N dy  8424   2465442        80      7120         0     79939     49840   1164919     22.97     24.40
2386.72/598.24	c  N dy  8435   2485714        80      7120         0     98213     49840   1638134     22.95     24.26
2416.24/605.64	c  N dy  8448   2509656        80      7120         0    119866     49840   2212971     22.94     24.19
2444.20/612.63	c  N dy  8532   2532131        80      7120         0     77660     49840   1084100     22.95     24.18
2471.30/619.45	c  N dy  8664   2552201        80      7120         0     96017     49840   1587096     22.96     25.08
2501.24/627.00	c  N dy  8728   2573268        80      7120         0    115171     49840   2102774     22.96     24.21
2533.14/635.00	c  N dy  8797   2595330        80      7120         0     71508     49840    891685     22.96     24.41
2558.30/641.24	c  N dy  8857   2618049        80      7120         0     92156     49840   1448044     22.96     24.26
2599.77/651.65	c  N dy  8919   2648790        80      7120         0    120038     49840   2191702     22.95     24.18
2628.52/658.90	c  N dy  8968   2669129        80      7120         0     73978     49840    950108     22.95     24.37
2654.86/665.50	c  N dy  9036   2693049        80      7120         0     95879     49840   1537477     22.95     24.16
2680.77/672.00	c  S st  9091   2711550        80      7120         0    112809     49840   1994446     22.95     21.14
2682.35/672.33	c  S st  9091   2712054        80      7120         0    113282     49840   2007854     22.95   no data
2682.35/672.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2682.75/672.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2682.75/672.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2682.75/672.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2682.75/672.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2682.75/672.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
2682.75/672.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2682.75/672.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2682.75/672.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2745.39/688.11	c lits-rem:      1249  cl-subs:    10342  v-elim:      0  v-fix:    0  time: 15.63 s
2745.39/688.11	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
2745.39/688.14	c vivif2 --  cl tried   102940 cl shrink        0 lits rem          0 time: 0.02
2746.59/688.51	c asymm  cl-useful: 0/628/7120 lits-rem:0 time: 0.37
2747.01/688.51	c calculated reachability. Time: 0.00
2747.01/688.51	c  N dy  9091   2712054        80      7120         0    102940     49840   1726860     22.95   no data
2775.71/695.74	c  N dy  9134   2733373        80      7120         0    122324     49840   2248416     22.95     24.17
2811.63/704.71	c  N dy  9219   2753459        80      7120         0     75543     49840    980026     22.95     24.16
2845.54/713.25	c  N dy  9346   2775134        80      7120         0     95438     49840   1526139     22.96     24.20
2877.86/721.34	c  N dy  9414   2795190        80      7120         0    113732     49840   2019985     22.96     24.19
2914.20/730.43	c  N dy  9491   2815213        80      7120         0    132022     49840   2513811     22.96     24.75
2944.10/737.95	c  N dy  9556   2843967        80      7120         0     91787     49840   1391742     22.96     24.20
2972.41/745.06	c  N dy  9640   2864128        80      7120         0    110270     49840   1893617     22.96     24.30
3037.85/761.49	c  N dy  9758   2908850        80      7120         0     83476     49840   1141964     22.96     24.27
3067.40/768.89	c  N dy  9884   2929271        80      7120         0    102169     49840   1653499     22.96     24.19
3104.08/778.03	c  N dy  9972   2952649        80      7120         0    123532     49840   2231364     22.96     24.21
3141.59/787.46	c  N dy 10072   2973559        80      7120         0     74295     49840    893929     22.97     24.19
3167.12/793.89	c  N dy 10133   2996641        80      7120         0     95352     49840   1463282     22.97     24.22
3199.84/802.06	c  N dy 10226   3018155        80      7120         0    115038     49840   2000424     22.97     24.24
3238.14/811.61	c  N dy 10335   3038243        80      7120         0    133500     49840   2508027     22.98     24.49
3266.08/818.63	c  N dy 10362   3061802        80      7120         0     85503     49840   1176164     22.97     24.21
3303.58/828.08	c  N dy 10429   3090868        80      7120         0    111924     49840   1882734     22.97     24.65
3343.08/837.96	c  N dy 10506   3113706        80      7120         0    132843     49840   2448155     22.97     24.30
3380.59/847.33	c  N dy 10626   3134321        80      7120         0     81490     49840   1060994     22.98     24.19
3410.90/854.95	c  N dy 10660   3157187        80      7120         0    102214     49840   1612901     22.97     24.19
3451.20/865.02	c  N dy 10765   3177251        80      7120         0    120597     49840   2115717     22.98     24.66
3493.53/875.63	c  N dy 10880   3197288        80      7120         0    138914     49840   2616559     22.99     24.25
3514.65/880.92	c  S st 10936   3212054        80      7120         0     81201     49840   1035664     22.99     21.36
3515.48/881.15	c  S st 10936   3212561        80      7120         0     81673     49840   1048981     22.99   no data
3515.48/881.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3515.48/881.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3515.84/881.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3515.84/881.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3515.84/881.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3515.84/881.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
3515.84/881.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3515.84/881.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3515.84/881.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3526.21/883.85	c lits-rem:       245  cl-subs:     2211  v-elim:      0  v-fix:    0  time:  2.61 s
3526.21/883.85	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
3526.21/883.87	c vivif2 --  cl tried    79462 cl shrink        0 lits rem          0 time: 0.01
3527.81/884.20	c asymm  cl-useful: 0/785/7120 lits-rem:0 time: 0.33
3527.81/884.21	c calculated reachability. Time: 0.00
3527.81/884.21	c  N dy 10936   3212561        80      7120         0     79462     49840    987910     22.99   no data
3560.93/892.56	c  N dy 11053   3237938        80      7120         0    102639     49840   1619172     22.99     24.25
3597.23/901.63	c  N dy 11184   3258232        80      7120         0    121269     49840   2133130     23.00     24.23
3640.32/912.48	c  N dy 11292   3278340        80      7120         0    139722     49840   2638805     23.01     24.30
3674.23/920.93	c  N dy 11296   3309369        80      7120         0     95705     49840   1394813     22.99     24.23
3701.77/927.84	c  N dy 11347   3329411        80      7120         0    113939     49840   1884255     22.99     25.09
3738.90/937.12	c  N dy 11414   3351563        80      7120         0    134082     49840   2427175     22.99     24.40
3774.78/946.13	c  N dy 11478   3371581        80      7120         0     79487     49840    956822     22.99     24.25
3806.70/954.15	c  N dy 11617   3391689        80      7120         0     97947     49840   1466637     23.00     24.21
3836.23/961.53	c  N dy 11638   3412176        80      7120         0    116517     49840   1960138     22.99     24.48
3872.54/970.66	c  N dy 11707   3432507        80      7120         0    135074     49840   2463263     22.99     24.22
3912.84/980.70	c  N dy 11821   3452623        80      7120         0     79740     49840    954051     23.00     24.30
3939.56/987.49	c  N dy 11938   3472685        80      7120         0     98159     49840   1460140     23.00     24.72
3973.07/995.80	c  N dy 12037   3492737        80      7120         0    116524     49840   1961444     23.01     24.83
4010.19/1005.14	c  N dy 12130   3512785        80      7120         0    134889     49840   2463110     23.01     26.32
4050.93/1015.38	c  N dy 12198   3535022        80      7120         0     80229     49840    947668     23.01     24.26
4089.19/1024.98	c  N dy 12300   3565734        80      7120         0    108279     49840   1706385     23.01     24.28
4138.70/1037.33	c  N dy 12314   3601224        80      7120         0    140295     49840   2549695     23.00     24.27
4175.76/1046.60	c  N dy 12354   3625860        80      7120         0     87087     49840   1114147     22.99     24.22
4206.09/1054.21	c  N dy 12468   3646753        80      7120         0    106203     49840   1639351     23.00     24.31
4244.39/1063.85	c  N dy 12601   3667777        80      7120         0    125441     49840   2167402     23.01     24.34
4291.07/1075.59	c  N dy 12657   3692902        80      7120         0    148287     49840   2777960     23.00     24.46
4330.98/1085.52	c  S st 12781   3712565        80      7120         0     89676     49840   1178664     23.01     22.93
4332.17/1085.83	c  S st 12781   3713067        80      7120         0     90143     49840   1191577     23.01   no data
4332.17/1085.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4332.17/1085.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
4332.17/1085.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4332.17/1085.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4332.17/1085.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4332.17/1085.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     80 time:  0.00 s
4332.17/1085.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4332.57/1085.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4332.57/1085.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4348.13/1089.87	c lits-rem:       308  cl-subs:     2529  v-elim:      0  v-fix:    0  time:  3.93 s
4348.13/1089.87	c vivif2 --  cl tried     7120 cl shrink        0 lits rem          0 time: 0.00
4348.13/1089.89	c vivif2 --  cl tried    87614 cl shrink        0 lits rem          0 time: 0.02
4349.72/1090.24	c asymm  cl-useful: 0/711/7120 lits-rem:0 time: 0.35
4349.72/1090.24	c calculated reachability. Time: 0.00
4349.72/1090.24	c  N dy 12781   3713067        80      7120         0     87614     49840   1117863     23.01   no data
4395.22/1101.65	c  N dy 12895   3745999        80      7120         0    117561     49840   1920727     23.01     24.28
4406.42/1104.46	c  F st 12939   3751562        80      7120         0    122699     49840   2063727     23.01     21.18
4436.32/1112.01	c  N dy 12997   3767305        80      7120         0    137040     49840   2455049     23.01     24.29
4487.78/1124.82	c  N dy 13100   3788452        80      7120         0     78960     49840    869218     23.02     24.24
4512.51/1131.00	c  N dy 13184   3808501        80      7120         0     97284     49840   1370634     23.02     24.28
4547.22/1139.70	c  N dy 13296   3830697        80      7120         0    117527     49840   1923136     23.02     24.33
4584.73/1149.18	c  N dy 13378   3850710        80      7120         0    135754     49840   2417243     23.03     24.30
4635.40/1161.88	c  N dy 13469   3875191        80      7120         0     79672     49840    871455     23.03     24.29
4658.14/1167.56	c  N dy 13524   3895214        80      7120         0     97938     49840   1366170     23.03     25.81
4692.05/1176.06	c  N dy 13627   3916268        80      7120         0    117202     49840   1891787     23.03     24.37
4736.74/1187.21	c  N dy 13756   3936356        80      7120         0    135553     49840   2398638     23.04     24.41
4782.23/1198.62	c  N dy 13875   3956364        80      7120         0    153822     49840   2901201     23.04     26.24

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-3366428-1305404093/watcher-3366428-1305404093 -o /tmp/evaluation-result-3366428-1305404093/solver-3366428-1305404093 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366428-1305404093.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: 4.06 4.78 6.33 5/311 13933
/proc/meminfo: memFree=12321836/32950928 swapFree=67111348/67111528
[pid=13933] ppid=13931 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 411 0 0 0 0 0 0 0 25 0 4 0 652008020 52396032 351 33554432000 4194304 4580107 140735606994512 18446744073709551615 47892444812825 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 12792 351 302 95 0 7774 0
[pid=13933/tid=13934] ppid=13931 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 652008021 52396032 351 33554432000 4194304 4580107 140735606994512 18446744073709551615 47892444812825 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652008021 52396032 351 33554432000 4194304 4580107 140735606994512 18446744073709551615 47892444813234 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652008021 52396032 351 33554432000 4194304 4580107 140735606994512 18446744073709551615 47892444812829 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.028469 s]
/proc/loadavg: 4.06 4.78 6.33 5/311 13933
/proc/meminfo: memFree=12321836/32950928 swapFree=67111348/67111528
[pid=13933] ppid=13931 vsize=281976 CPUtime=0.08 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 1373 0 0 0 8 0 0 0 25 0 4 0 652008020 288743424 1281 33554432000 4194304 4580107 140735606994512 18446744073709551615 235594971679 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 70494 1281 357 95 0 65476 0
[pid=13933/tid=13934] ppid=13931 vsize=281976 CPUtime=0.02 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 243 0 0 0 2 0 0 0 25 0 4 0 652008021 288743424 1281 33554432000 4194304 4580107 140735606994512 18446744073709551615 4504726 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=281976 CPUtime=0.01 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 226 0 0 0 1 0 0 0 25 0 4 0 652008021 288743424 1281 33554432000 4194304 4580107 140735606994512 18446744073709551615 235594971630 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=281976 CPUtime=0.02 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 263 0 0 0 2 0 0 0 25 0 4 0 652008021 288743424 1281 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 281976

[startup+0.111669 s]
/proc/loadavg: 4.06 4.78 6.33 5/311 13933
/proc/meminfo: memFree=12321836/32950928 swapFree=67111348/67111528
[pid=13933] ppid=13931 vsize=282120 CPUtime=0.42 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 1534 0 0 0 42 0 0 0 25 0 4 0 652008020 288890880 1442 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294581 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 70530 1442 358 95 0 65512 0
[pid=13933/tid=13934] ppid=13931 vsize=282120 CPUtime=0.1 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 255 0 0 0 10 0 0 0 25 0 4 0 652008021 288890880 1442 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=282120 CPUtime=0.09 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 236 0 0 0 9 0 0 0 25 0 4 0 652008021 288890880 1442 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=282120 CPUtime=0.1 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 399 0 0 0 10 0 0 0 25 0 4 0 652008021 288890880 1442 33554432000 4194304 4580107 140735606994512 18446744073709551615 4325710 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282120

[startup+0.300639 s]
/proc/loadavg: 4.06 4.78 6.33 5/311 13933
/proc/meminfo: memFree=12321836/32950928 swapFree=67111348/67111528
[pid=13933] ppid=13931 vsize=283040 CPUtime=1.17 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 3745 0 0 0 117 0 0 0 25 0 4 0 652008020 289832960 3056 33554432000 4194304 4580107 140735606994512 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 70760 3056 375 95 0 65742 0
[pid=13933/tid=13934] ppid=13931 vsize=283040 CPUtime=0.29 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 896 0 0 0 29 0 0 0 25 0 4 0 652008021 289832960 3056 33554432000 4194304 4580107 140735606994512 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=283040 CPUtime=0.28 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 849 0 0 0 28 0 0 0 25 0 4 0 652008021 289832960 3056 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=283040 CPUtime=0.29 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 730 0 0 0 29 0 0 0 25 0 4 0 652008021 289832960 3056 33554432000 4194304 4580107 140735606994512 18446744073709551615 4321069 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283040

[startup+0.700568 s]
/proc/loadavg: 4.06 4.78 6.33 5/311 13933
/proc/meminfo: memFree=12321836/32950928 swapFree=67111348/67111528
[pid=13933] ppid=13931 vsize=286000 CPUtime=2.77 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 6154 0 0 0 277 0 0 0 25 0 4 0 652008020 292864000 3690 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 71500 3690 376 95 0 66482 0
[pid=13933/tid=13934] ppid=13931 vsize=286000 CPUtime=0.69 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 1544 0 0 0 69 0 0 0 25 0 4 0 652008021 292864000 3690 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=286000 CPUtime=0.68 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 1461 0 0 0 68 0 0 0 25 0 4 0 652008021 292864000 3690 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=286000 CPUtime=0.69 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 1232 0 0 0 69 0 0 0 25 0 4 0 652008021 292864000 3690 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286000

[startup+1.50043 s]
/proc/loadavg: 4.37 4.83 6.34 10/315 13937
/proc/meminfo: memFree=12297996/32950928 swapFree=67111348/67111528
[pid=13933] ppid=13931 vsize=287260 CPUtime=5.96 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 9958 0 0 0 595 1 0 0 25 0 4 0 652008020 294154240 4502 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 71815 4502 377 95 0 66797 0
[pid=13933/tid=13934] ppid=13931 vsize=287260 CPUtime=1.49 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 2489 0 0 0 149 0 0 0 25 0 4 0 652008021 294154240 4502 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=287260 CPUtime=1.47 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 2454 0 0 0 147 0 0 0 25 0 4 0 652008021 294154240 4502 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=287260 CPUtime=1.49 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 2140 0 0 0 149 0 0 0 25 0 4 0 652008021 294154240 4502 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 287260

[startup+3.10115 s]
/proc/loadavg: 4.37 4.83 6.34 10/315 13937
/proc/meminfo: memFree=12256332/32950928 swapFree=67111348/67111528
[pid=13933] ppid=13931 vsize=296916 CPUtime=12.35 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 20348 0 0 0 1232 3 0 0 25 0 4 0 652008020 304041984 11184 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294585 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 74229 11184 378 95 0 69211 0
[pid=13933/tid=13934] ppid=13931 vsize=296916 CPUtime=3.08 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 4714 0 0 0 308 0 0 0 25 0 4 0 652008021 304041984 11184 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=296916 CPUtime=3.05 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 5297 0 0 0 305 0 0 0 25 0 4 0 652008021 304041984 11184 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=296916 CPUtime=3.08 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 5195 0 0 0 308 0 0 0 25 0 4 0 652008021 304041984 11184 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 296916

[startup+6.30059 s]
/proc/loadavg: 4.37 4.83 6.34 10/315 13937
/proc/meminfo: memFree=12212996/32950928 swapFree=67111348/67111528
[pid=13933] ppid=13931 vsize=288280 CPUtime=25.12 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 30583 0 0 0 2506 6 0 0 25 0 4 0 652008020 295198720 13717 33554432000 4194304 4580107 140735606994512 18446744073709551615 4295687 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 72070 13717 378 95 0 67052 0
[pid=13933/tid=13934] ppid=13931 vsize=288280 CPUtime=6.29 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 8198 0 0 0 628 1 0 0 25 0 4 0 652008021 295198720 13717 33554432000 4194304 4580107 140735606994512 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=288280 CPUtime=6.22 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 7640 0 0 0 621 1 0 0 25 0 4 0 652008021 295198720 13717 33554432000 4194304 4580107 140735606994512 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=288280 CPUtime=6.29 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 7551 0 0 0 628 1 0 0 25 0 4 0 652008021 295198720 13717 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 288280

[startup+12.7005 s]
/proc/loadavg: 4.93 4.94 6.35 10/315 13938
/proc/meminfo: memFree=12175652/32950928 swapFree=67111348/67111528
[pid=13933] ppid=13931 vsize=305188 CPUtime=50.65 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 47680 0 0 0 5055 10 0 0 25 0 4 0 652008020 312512512 17972 33554432000 4194304 4580107 140735606994512 18446744073709551615 4401345 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 76297 17972 378 95 0 71279 0
[pid=13933/tid=13934] ppid=13931 vsize=305188 CPUtime=12.68 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 12112 0 0 0 1266 2 0 0 25 0 4 0 652008021 312512512 17972 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=305188 CPUtime=12.56 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 11653 0 0 0 1253 3 0 0 25 0 4 0 652008021 312512512 17973 33554432000 4194304 4580107 140735606994512 18446744073709551615 4295831 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=305188 CPUtime=12.69 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 12130 0 0 0 1267 2 0 0 25 0 4 0 652008021 312512512 17973 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 305188

[startup+25.5012 s]
/proc/loadavg: 5.40 5.04 6.37 10/315 13938
/proc/meminfo: memFree=12119220/32950928 swapFree=67111348/67111528
[pid=13933] ppid=13931 vsize=286292 CPUtime=101.72 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 72598 0 0 0 10156 16 0 0 25 0 4 0 652008020 293163008 24201 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 71573 24201 378 95 0 66555 0
[pid=13933/tid=13934] ppid=13931 vsize=286292 CPUtime=25.49 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 18682 0 0 0 2545 4 0 0 25 0 4 0 652008021 293163008 24201 33554432000 4194304 4580107 140735606994512 18446744073709551615 4318555 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=286292 CPUtime=25.23 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 18147 0 0 0 2519 4 0 0 25 0 4 0 652008021 293163008 24201 33554432000 4194304 4580107 140735606994512 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=286292 CPUtime=25.48 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 17271 0 0 0 2545 3 0 0 25 0 4 0 652008021 293163008 24201 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 286292

[startup+51.1007 s]
/proc/loadavg: 6.29 5.28 6.41 10/315 13939
/proc/meminfo: memFree=12079396/32950928 swapFree=67111348/67111528
[pid=13933] ppid=13931 vsize=298836 CPUtime=203.86 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 106767 0 0 0 20359 27 0 0 25 0 4 0 652008020 306008064 29600 33554432000 4194304 4580107 140735606994512 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 74709 29600 378 95 0 69691 0
[pid=13933/tid=13934] ppid=13931 vsize=298836 CPUtime=51.08 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 28872 0 0 0 5101 7 0 0 25 0 4 0 652008021 306008064 29600 33554432000 4194304 4580107 140735606994512 18446744073709551615 4316638 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=298836 CPUtime=50.57 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 25674 0 0 0 5051 6 0 0 25 0 4 0 652008021 306008064 29600 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=298836 CPUtime=51.08 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 25956 0 0 0 5102 6 0 0 25 0 4 0 652008021 306008064 29600 33554432000 4194304 4580107 140735606994512 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 298836

[startup+102.312 s]
/proc/loadavg: 7.35 5.75 6.51 10/315 13940
/proc/meminfo: memFree=12044896/32950928 swapFree=67111348/67111528
[pid=13933] ppid=13931 vsize=325056 CPUtime=408.18 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 162574 0 0 0 40772 46 0 0 25 0 4 0 652008020 332857344 32602 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 81264 32602 378 95 0 76246 0
[pid=13933/tid=13934] ppid=13931 vsize=325056 CPUtime=102.29 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 42727 0 0 0 10216 13 0 0 25 0 4 0 652008021 332857344 32602 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=325056 CPUtime=101.27 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 38335 0 0 0 10116 11 0 0 25 0 4 0 652008021 332857344 32602 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=325056 CPUtime=102.29 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 41905 0 0 0 10218 11 0 0 25 0 4 0 652008021 332857344 32602 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.18
Current children cumulated vsize (KiB) 325056

[startup+162.301 s]

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

[pid=13933] ppid=13931 vsize=576856 CPUtime=2802.05 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 494579 0 0 0 280006 199 0 0 25 0 4 0 652008020 590700544 79029 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 144214 79029 378 95 0 139196 0
[pid=13933/tid=13934] ppid=13931 vsize=576856 CPUtime=702.18 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 131543 0 0 0 70164 54 0 0 25 0 4 0 652008021 590700544 79029 33554432000 4194304 4580107 140735606994512 18446744073709551615 4406365 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=576856 CPUtime=695.26 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 126706 0 0 0 69475 51 0 0 25 0 4 0 652008021 590700544 79029 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=576856 CPUtime=702.3 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 113173 0 0 0 70184 46 0 0 25 0 4 0 652008021 590700544 79029 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2802.05
Current children cumulated vsize (KiB) 576856

[startup+762.312 s]
/proc/loadavg: 8.10 7.83 7.30 10/315 13958
/proc/meminfo: memFree=11549096/32950928 swapFree=67111348/67111528
[pid=13933] ppid=13931 vsize=551372 CPUtime=3041.48 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 519166 0 0 0 303936 212 0 0 25 0 4 0 652008020 564604928 87523 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 137843 87523 378 95 0 132825 0
[pid=13933/tid=13934] ppid=13931 vsize=551372 CPUtime=762.18 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 137104 0 0 0 76162 56 0 0 25 0 4 0 652008021 564604928 87523 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=551372 CPUtime=754.67 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 133009 0 0 0 75413 54 0 0 25 0 4 0 652008021 564604928 87523 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=551372 CPUtime=762.31 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 119406 0 0 0 76181 50 0 0 25 0 4 0 652008021 564604928 87523 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3041.48
Current children cumulated vsize (KiB) 551372

[startup+822.3 s]
/proc/loadavg: 8.11 7.89 7.35 10/315 13959
/proc/meminfo: memFree=11558864/32950928 swapFree=67111348/67111528
[pid=13933] ppid=13931 vsize=564812 CPUtime=3280.83 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 542941 0 0 0 327858 225 0 0 25 0 4 0 652008020 578367488 81234 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 141203 81234 378 95 0 136185 0
[pid=13933/tid=13934] ppid=13931 vsize=564812 CPUtime=822.16 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 143502 0 0 0 82155 61 0 0 25 0 4 0 652008021 578367488 81234 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=564812 CPUtime=814.07 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 139272 0 0 0 81350 57 0 0 25 0 4 0 652008021 578367488 81234 33554432000 4194304 4580107 140735606994512 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=564812 CPUtime=822.3 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 125942 0 0 0 82177 53 0 0 25 0 4 0 652008021 578367488 81234 33554432000 4194304 4580107 140735606994512 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3280.83
Current children cumulated vsize (KiB) 564812

[startup+882.301 s]
/proc/loadavg: 8.11 7.93 7.40 10/315 13961
/proc/meminfo: memFree=11538740/32950928 swapFree=67111348/67111528
[pid=13933] ppid=13931 vsize=565076 CPUtime=3520.23 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 563866 0 0 0 351787 236 0 0 25 0 4 0 652008020 578637824 82562 33554432000 4194304 4580107 140735606994512 18446744073709551615 4451678 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 141269 82562 378 95 0 136251 0
[pid=13933/tid=13934] ppid=13931 vsize=565076 CPUtime=882.15 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 149461 0 0 0 88151 64 0 0 25 0 4 0 652008021 578637824 82562 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=565076 CPUtime=873.47 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 145618 0 0 0 87286 61 0 0 25 0 4 0 652008021 578637824 82562 33554432000 4194304 4580107 140735606994512 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=565076 CPUtime=882.31 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 129968 0 0 0 88175 56 0 0 25 0 4 0 652008021 578637824 82562 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3520.23
Current children cumulated vsize (KiB) 565076

[startup+942.301 s]
/proc/loadavg: 8.18 7.99 7.45 10/315 13963
/proc/meminfo: memFree=11510580/32950928 swapFree=67111348/67111528
[pid=13933] ppid=13931 vsize=565344 CPUtime=3759.62 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 586997 0 0 0 375713 249 0 0 25 0 4 0 652008020 578912256 79156 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 141336 79156 378 95 0 136318 0
[pid=13933/tid=13934] ppid=13931 vsize=565344 CPUtime=942.14 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 155513 0 0 0 94147 67 0 0 25 0 4 0 652008021 578912256 79156 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=565344 CPUtime=932.87 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 151548 0 0 0 93224 63 0 0 25 0 4 0 652008021 578912256 79156 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=565344 CPUtime=942.31 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 136109 0 0 0 94171 60 0 0 25 0 4 0 652008021 578912256 79156 33554432000 4194304 4580107 140735606994512 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3759.62
Current children cumulated vsize (KiB) 565344

[startup+1002.3 s]
/proc/loadavg: 8.14 8.00 7.49 10/315 13964
/proc/meminfo: memFree=11540556/32950928 swapFree=67111348/67111528
[pid=13933] ppid=13931 vsize=578876 CPUtime=3999.01 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 610412 0 0 0 399640 261 0 0 25 0 4 0 652008020 592769024 82106 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294345 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 144719 82106 378 95 0 139701 0
[pid=13933/tid=13934] ppid=13931 vsize=578876 CPUtime=1002.14 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 160636 0 0 0 100143 71 0 0 25 0 4 0 652008021 592769024 82106 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=578876 CPUtime=992.27 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 157506 0 0 0 99161 66 0 0 25 0 4 0 652008021 592769024 82106 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=578876 CPUtime=1002.3 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 142372 0 0 0 100168 62 0 0 25 0 4 0 652008021 592769024 82106 33554432000 4194304 4580107 140735606994512 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3999.01
Current children cumulated vsize (KiB) 578876

[startup+1062.3 s]
/proc/loadavg: 8.23 8.05 7.53 9/315 13966
/proc/meminfo: memFree=11552064/32950928 swapFree=67111348/67111528
[pid=13933] ppid=13931 vsize=580184 CPUtime=4238.42 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 635364 0 0 0 423569 273 0 0 25 0 4 0 652008020 594108416 80397 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 145046 80397 378 95 0 140028 0
[pid=13933/tid=13934] ppid=13931 vsize=580184 CPUtime=1062.13 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 166920 0 0 0 106139 74 0 0 25 0 4 0 652008021 594108416 80397 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=580184 CPUtime=1051.68 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 163661 0 0 0 105100 68 0 0 25 0 4 0 652008021 594108416 80397 33554432000 4194304 4580107 140735606994512 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=580184 CPUtime=1062.3 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 148516 0 0 0 106165 65 0 0 25 0 4 0 652008021 594108416 80397 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4238.42
Current children cumulated vsize (KiB) 580184

[startup+1122.3 s]
/proc/loadavg: 8.16 8.05 7.56 10/315 13967
/proc/meminfo: memFree=11514716/32950928 swapFree=67111348/67111528
[pid=13933] ppid=13931 vsize=642984 CPUtime=4477.79 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 656435 0 0 0 447494 285 0 0 25 0 4 0 652008020 658415616 83947 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 160746 83947 378 95 0 155728 0
[pid=13933/tid=13934] ppid=13931 vsize=642984 CPUtime=1122.11 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 173203 0 0 0 112135 76 0 0 25 0 4 0 652008021 658415616 83947 33554432000 4194304 4580107 140735606994512 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=642984 CPUtime=1111.07 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 168377 0 0 0 111036 71 0 0 25 0 4 0 652008021 658415616 83947 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=642984 CPUtime=1122.3 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 154142 0 0 0 112162 68 0 0 25 0 4 0 652008021 658415616 83947 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4477.79
Current children cumulated vsize (KiB) 642984

[startup+1182.3 s]
/proc/loadavg: 8.12 8.06 7.59 10/315 13969
/proc/meminfo: memFree=11483824/32950928 swapFree=67111348/67111528
[pid=13933] ppid=13931 vsize=589356 CPUtime=4717.2 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 678520 0 0 0 471420 300 0 0 25 0 4 0 652008020 603500544 84434 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 147339 84434 378 95 0 142321 0
[pid=13933/tid=13934] ppid=13931 vsize=589356 CPUtime=1182.11 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 178145 0 0 0 118131 80 0 0 25 0 4 0 652008021 603500544 84434 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=589356 CPUtime=1170.49 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 174698 0 0 0 116974 75 0 0 25 0 4 0 652008021 603500544 84434 33554432000 4194304 4580107 140735606994512 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=589356 CPUtime=1182.3 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 158858 0 0 0 118159 71 0 0 25 0 4 0 652008021 603500544 84434 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4717.2
Current children cumulated vsize (KiB) 589356



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.09 8.05 7.60 5/310 13970
/proc/meminfo: memFree=11995472/32950928 swapFree=67111348/67111528
[pid=13933] ppid=13931 vsize=589548 CPUtime=4800.2 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 686777 0 0 0 479715 305 0 0 25 0 4 0 652008020 603697152 81536 33554432000 4194304 4580107 140735606994512 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 147387 81536 378 95 0 142369 0
[pid=13933/tid=13934] ppid=13931 vsize=589548 CPUtime=1202.92 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 180623 0 0 0 120210 82 0 0 25 0 4 0 652008021 603697152 81536 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=589548 CPUtime=1191.07 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 175855 0 0 0 119031 76 0 0 25 0 4 0 652008021 603697152 81536 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=589548 CPUtime=1203.12 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 161380 0 0 0 120239 73 0 0 25 0 4 0 652008021 603697152 81536 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 589548

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

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

[startup+1203.1 s]
/proc/loadavg: 8.09 8.05 7.60 5/310 13970
/proc/meminfo: memFree=11995472/32950928 swapFree=67111348/67111528
[pid=13933] ppid=13931 vsize=589548 CPUtime=4800.2 cores=1,3,5,7
/proc/13933/stat : 13933 (strangenight2-m) R 13931 13933 13350 0 -1 4202496 686777 0 0 0 479715 305 0 0 25 0 4 0 652008020 603697152 81536 33554432000 4194304 4580107 140735606994512 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13933/statm: 147387 81536 378 95 0 142369 0
[pid=13933/tid=13934] ppid=13931 vsize=589548 CPUtime=1202.92 cores=1,3,5,7
/proc/13933/task/13934/stat : 13934 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 180623 0 0 0 120210 82 0 0 25 0 4 0 652008021 603697152 81536 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=13933/tid=13935] ppid=13931 vsize=589548 CPUtime=1191.07 cores=1,3,5,7
/proc/13933/task/13935/stat : 13935 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 175855 0 0 0 119031 76 0 0 25 0 4 0 652008021 603697152 81536 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=13933/tid=13936] ppid=13931 vsize=589548 CPUtime=1203.12 cores=1,3,5,7
/proc/13933/task/13936/stat : 13936 (strangenight2-m) R 13931 13933 13350 0 -1 4202560 161380 0 0 0 120239 73 0 0 25 0 4 0 652008021 603697152 81536 33554432000 4194304 4580107 140735606994512 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 589548

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.13
CPU time (s): 4800.26
CPU user time (s): 4797.19
CPU system time (s): 3.07353
CPU usage (%): 398.981
Max. virtual memory (cumulated for all children) (KiB): 710168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.19
system time used= 3.07353
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 686778
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= 908
involuntary context switches= 35312

runsolver used 3.12852 second user time and 8.94064 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-14 22:14:53
IDJOB=3366428
IDBENCH=82837
IDSOLVER=1844
FILE ID=node120/3366428-1305404093
RUNJOBID= node120-1305404092-13911
PBS_JOBID= 13324463
Free space on /tmp= 73504 MiB

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

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

MD5SUM BENCH= 32b0a38499f94b9537a6571015412ff0
RANDOM SEED=2022473683

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.78
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.809
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.809
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.809
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:      12322116 kB
Buffers:        256440 kB
Cached:        3576792 kB
SwapCached:          0 kB
Active:       17365156 kB
Inactive:      2976988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12322116 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           10888 kB
Writeback:           0 kB
AnonPages:    16508748 kB
Mapped:          24584 kB
Slab:           174644 kB
PageTables:      48324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51636388 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= 73504 MiB
End job on node120 at 2011-05-14 22:34:58