Trace number 3173844

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.2 1201.64

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v2500-c10500-S1201761407-024-UNKNOWN.cnf
MD5SUMf551de19344e39204ca6929dfef80a04
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.989848
Satisfiable
(Un)Satisfiability was proved
Number of variables2500
Number of clauses10500
Sum of the clauses size31500
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 310500
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173844-1304031604.cnf'
0.00/0.00	c -- header says num vars:           2500
0.00/0.00	c -- header says num clauses:       10500
0.00/0.02	c -- clauses added:            0 learnts,        10500 normals,            0 xors
0.00/0.02	c -- vars added       2500
0.00/0.02	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0      2500     10500         0         0     31500         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/10500/10500 lits-rem:0 time: 0.01
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.37/0.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2500 time:  0.00 s
1.37/0.80	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1.37/0.80	c lits-rem:         0  cl-subs:        0  v-elim:     48  v-fix:    0  time:  0.01 s
1.37/0.80	c Finding binary XORs  T:     0.00 s  found:       0
1.37/0.80	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
1.37/0.80	c calculated reachability. Time: 0.00
1.37/0.80	c Calc default polars -  time:   0.00 s pos:    1180 undec:     263 neg:    1057
1.37/0.80	c =========================================================================================
1.37/0.80	c types(t): F = full restart, N = normal restart
1.37/0.80	c types(t): S = simplification begin/end, E = solution found
1.37/0.80	c restart types(rt): st = static, dy = dynamic
1.37/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.37/0.80	c  B st     0         0      2452     10457         0         0     31659         0   no data   no data
1.37/0.80	c  N dy    15      4398      2452     10457         0      4394     31659    326696     47.53     50.32
1.37/0.80	c  N dy    36      8678      2452     10457         0      6178     31659    326289     45.95     49.06
3.99/1.00	c  N dy    53     13376      2452     10457         0      6630     31659    262876     44.86     47.44
5.19/1.30	c  N dy    76     17377      2452     10457         0     10628     31659    538769     44.70     49.40
5.97/1.59	c  N dy    98     21412      2452     10457         0      9037     31659    346488     44.66     47.12
7.18/1.88	c  F st   123     25000      2452     10457         0     12625     31659    595097     44.94   no data
7.58/1.94	c  N st   125     25626      2452     10457         0     13251     31659    644660     44.94   no data
9.15/2.31	c  N dy   129     30000      2452     10457         0     10811     31659    420893     44.94   no data
9.15/2.31	c  S st   129     30000      2452     10457         0     10811     31659    420893     44.94   no data
9.15/2.35	c  S st   129     30503      2452     10457         0     11314     31659    446903     44.94   no data
9.15/2.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.15/2.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
9.15/2.36	c blocked clauses removed:       46 vars:      7 tried:        2452 T: 0.00 s
9.15/2.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.15/2.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.15/2.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2445 time:  0.00 s
9.15/2.36	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
9.15/2.37	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.01 s
9.15/2.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.45	c lits-rem:        23  cl-subs:       12  v-elim:      0  v-fix:    0  time:  0.06 s
9.56/2.47	c asymm  cl-useful: 0/10410/10410 lits-rem:0 time: 0.01
9.56/2.47	c calculated reachability. Time: 0.00
9.56/2.47	c  N dy   129     30503      2444     10410         0     11226     31529    439165     44.94   no data
11.15/2.82	c  N dy   158     34548      2444     10410         0     15270     31529    717334     45.13     49.98
12.35/3.16	c  N dy   187     38641      2444     10410         0     11503     31529    375654     45.38     48.82
13.96/3.52	c  N dy   213     42676      2444     10410         0     15537     31529    652996     45.52     47.94
15.15/3.82	c  S st   234     45754      2444     10410         0      9677     31529    186007     45.59   no data
15.15/3.86	c  S st   234     46256      2444     10410         0     10179     31529    214776     45.59   no data
15.15/3.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.15/3.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
15.15/3.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.15/3.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.15/3.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.15/3.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2444 time:  0.00 s
15.15/3.87	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
15.15/3.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
15.15/3.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.55/3.91	c lits-rem:         8  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
15.55/3.91	c vivif2 --  cl tried    10410 cl shrink        0 lits rem          0 time: 0.00
15.55/3.91	c vivif2 --  cl tried    10179 cl shrink        0 lits rem          0 time: 0.00
15.55/3.92	c asymm  cl-useful: 0/10410/10410 lits-rem:0 time: 0.01
15.55/3.92	c calculated reachability. Time: 0.00
15.55/3.92	c  N dy   234     46256      2444     10410         0     10179     31529    214768     45.59   no data
16.74/4.27	c  N dy   256     50320      2444     10410         0     14242     31529    491915     45.53     47.98
18.35/4.65	c  N dy   273     54367      2444     10410         0     18288     31529    769919     45.39     47.90
19.94/5.06	c  N dy   295     58777      2444     10410         0     12728     31529    329393     45.37     47.80
21.54/5.43	c  N dy   321     62900      2444     10410         0     16851     31529    611516     45.41     48.21
23.14/5.85	c  N dy   339     67075      2444     10410         0     21025     31529    906681     45.29     48.91
23.94/6.08	c  S st   354     69385      2444     10410         0     12357     31529    235308     45.28   no data
24.34/6.13	c  S st   354     69887      2444     10410         0     12859     31529    265109     45.28   no data
24.34/6.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.34/6.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
24.34/6.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.34/6.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.34/6.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.34/6.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2444 time:  0.00 s
24.34/6.14	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
24.34/6.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
24.34/6.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.34/6.19	c lits-rem:        12  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.03 s
24.34/6.19	c vivif2 --  cl tried    10410 cl shrink        0 lits rem          0 time: 0.00
24.34/6.19	c vivif2 --  cl tried    12858 cl shrink        0 lits rem          0 time: 0.00
24.76/6.20	c asymm  cl-useful: 0/10410/10410 lits-rem:0 time: 0.01
24.76/6.21	c calculated reachability. Time: 0.00
24.76/6.21	c  N dy   354     69887      2444     10410         0     12858     31529    265034     45.28   no data
26.34/6.66	c  N dy   385     74812      2444     10410         0     17780     31529    612478     45.38     48.10
28.34/7.16	c  N dy   408     79667      2444     10410         0     22634     31529    955280     45.30     47.75
30.33/7.67	c  N dy   436     84961      2444     10410         0     15940     31529    424960     45.33     48.26
31.53/7.91	c  F st   452     87500      2444     10410         0     18478     31529    600469     45.36   no data
32.74/8.26	c  N st   457     90802      2444     10410         0     21779     31529    847854     45.36   no data
35.53/8.91	c  N dy   484     96711      2444     10410         0     14694     31529    274729     45.38     48.04
37.94/9.53	c  N dy   522    102973      2444     10410         0     20955     31529    712377     45.43     50.16
38.72/9.73	c  S st   535    104832      2444     10410         0     22812     31529    843456     45.44     39.05
38.72/9.80	c  S st   535    105336      2444     10410         0     23316     31529    870687     45.44   no data
39.12/9.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.12/9.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
39.12/9.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39.12/9.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.12/9.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.12/9.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2444 time:  0.00 s
39.12/9.81	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
39.12/9.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
39.12/9.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.32/10.14	c lits-rem:        36  cl-subs:       13  v-elim:      0  v-fix:    0  time:  0.27 s
40.32/10.14	c vivif2 --  cl tried    10410 cl shrink        0 lits rem          0 time: 0.00
40.32/10.15	c vivif2 --  cl tried    23303 cl shrink        0 lits rem          0 time: 0.01
40.32/10.17	c asymm  cl-useful: 0/10410/10410 lits-rem:0 time: 0.02
40.32/10.17	c calculated reachability. Time: 0.00
40.32/10.17	c  N dy   535    105336      2444     10410         0     23303     31529    869182     45.44   no data
43.52/10.92	c  N dy   581    112190      2444     10410         0     16160     31529    309650     45.49     48.31
46.31/11.70	c  N dy   628    119576      2444     10410         0     23544     31529    820349     45.51     48.55
50.31/12.62	c  N dy   667    127260      2444     10410         0     16232     31529    252469     45.47     48.08
53.50/13.46	c  N dy   718    135415      2444     10410         0     24386     31529    816223     45.54     48.24
57.90/14.50	c  N dy   765    144122      2444     10410         0     17096     31529    250921     45.53     48.14
61.49/15.45	c  N dy   812    153366      2444     10410         0     26339     31529    885577     45.50     49.44
63.89/16.02	c  S st   838    158004      2444     10410         0     30977     31529   1205299     45.49     38.42
63.89/16.09	c  S st   838    158513      2444     10410         0     31486     31529   1234234     45.49   no data
63.89/16.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
64.30/16.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
64.30/16.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
64.30/16.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
64.30/16.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
64.30/16.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2444 time:  0.00 s
64.30/16.12	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
64.30/16.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
64.30/16.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
67.09/16.82	c lits-rem:        71  cl-subs:       18  v-elim:      0  v-fix:    0  time:  0.64 s
67.09/16.82	c vivif2 --  cl tried    10410 cl shrink        0 lits rem          0 time: 0.00
67.09/16.84	c vivif2 --  cl tried    31468 cl shrink        0 lits rem          0 time: 0.02
67.09/16.87	c asymm  cl-useful: 0/10410/10410 lits-rem:0 time: 0.03
67.09/16.87	c calculated reachability. Time: 0.00
67.09/16.87	c  N dy   838    158513      2444     10410         0     31468     31529   1232128     45.49   no data
71.88/18.01	c  N dy   889    168724      2444     10410         0     24686     31529    712725     45.47     48.36
77.07/19.39	c  N dy   946    179603      2444     10410         0     35560     31529   1471815     45.46     47.85
82.28/20.69	c  N dy   999    191146      2444     10410         0     29103     31529    947050     45.40     48.01
89.06/22.30	c  N dy  1071    203424      2444     10410         0     22381     31529    427598     45.43     60.03
95.47/23.91	c  N dy  1155    216468      2444     10410         0     35423     31529   1324324     45.49     51.04
102.24/25.66	c  N dy  1236    230409      2444     10410         0     29361     31529    848477     45.51     47.95
106.23/26.63	c  S st  1270    237769      2444     10410         0     36716     31529   1355587     45.49   no data
106.63/26.72	c  S st  1270    238271      2444     10410         0     37218     31529   1383760     45.49   no data
106.63/26.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
106.63/26.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
106.63/26.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
106.63/26.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
106.63/26.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.63/26.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2444 time:  0.00 s
106.63/26.75	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
106.63/26.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
107.03/26.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
110.23/27.66	c lits-rem:        68  cl-subs:       18  v-elim:      0  v-fix:    0  time:  0.85 s
110.23/27.67	c vivif2 --  cl tried    10410 cl shrink        0 lits rem          0 time: 0.00
110.23/27.68	c vivif2 --  cl tried    37200 cl shrink        0 lits rem          0 time: 0.02
110.63/27.72	c asymm  cl-useful: 0/10410/10410 lits-rem:0 time: 0.04
110.63/27.72	c calculated reachability. Time: 0.00
110.63/27.72	c  N dy  1270    238271      2444     10410         0     37200     31529   1381546     45.49   no data
118.62/29.73	c  N dy  1366    253959      2444     10410         0     31891     31529    966846     45.57     48.17
127.40/31.98	c  N dy  1458    270211      2444     10410         0     26146     31529    495411     45.61     49.09
137.00/34.38	c  N dy  1542    287598      2444     10410         0     43526     31529   1703949     45.54     48.86
146.98/36.86	c  N dy  1652    306057      2444     10410         0     38992     31529   1329559     45.56     48.25
146.98/36.89	c  F st  1653    306250      2444     10410         0     39185     31529   1342462     45.56     47.31
157.75/39.56	c  N dy  1733    325642      2444     10410         0     34577     31529    960656     45.57     48.14
169.76/42.56	c  N dy  1851    345762      2444     10410         0     29697     31529    561183     45.62     48.82
176.14/44.19	c  S st  1912    357406      2444     10410         0     41337     31529   1361297     45.60     35.15
176.54/44.28	c  S st  1912    357908      2444     10410         0     41839     31529   1390127     45.60   no data
176.54/44.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
176.94/44.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
176.94/44.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
176.94/44.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
176.94/44.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
176.94/44.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2444 time:  0.00 s
176.94/44.31	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
176.94/44.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
176.94/44.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
180.93/45.33	c lits-rem:        48  cl-subs:       16  v-elim:      0  v-fix:    0  time:  0.95 s
180.93/45.33	c vivif2 --  cl tried    10410 cl shrink        0 lits rem          0 time: 0.00
180.93/45.35	c vivif2 --  cl tried    41823 cl shrink        0 lits rem          0 time: 0.02
180.93/45.39	c asymm  cl-useful: 0/10410/10410 lits-rem:0 time: 0.04
180.93/45.39	c calculated reachability. Time: 0.00
180.93/45.39	c  N dy  1912    357908      2444     10410         0     41823     31529   1387770     45.60   no data
193.32/48.42	c  N dy  2029    377921      2444     10410         0     35840     31529    916089     45.64     60.45
206.50/51.76	c  N dy  2138    398987      2444     10410         0     29907     31529    445375     45.64     49.52
219.28/54.92	c  N dy  2266    419170      2444     10410         0     50085     31529   1852192     45.68     48.60
231.67/58.07	c  N dy  2399    439263      2444     10410         0     42183     31529   1235931     45.74     49.06
245.23/61.43	c  N dy  2509    459356      2444     10410         0     33276     31529    547094     45.74     48.26
258.03/64.62	c  N dy  2615    479452      2444     10410         0     53366     31529   1962438     45.73     48.24
270.81/67.87	c  N dy  2738    499564      2444     10410         0     43478     31529   1194969     45.77     48.92
285.58/71.57	c  N dy  2870    519601      2444     10410         0     32517     31529    374234     45.82     48.42
296.36/74.24	c  S st  2979    536862      2444     10410         0     49771     31529   1582246     45.84   no data
296.76/74.35	c  S st  2979    537364      2444     10410         0     50273     31529   1613201     45.84   no data
296.76/74.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
296.76/74.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
296.76/74.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
296.76/74.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
296.76/74.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
296.76/74.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2444 time:  0.00 s
296.76/74.39	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
297.18/74.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
297.18/74.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
303.15/75.95	c lits-rem:        68  cl-subs:       16  v-elim:      0  v-fix:    0  time:  1.48 s
303.15/75.95	c vivif2 --  cl tried    10410 cl shrink        0 lits rem          0 time: 0.00
303.15/75.97	c vivif2 --  cl tried    50257 cl shrink        0 lits rem          0 time: 0.02
303.55/76.02	c asymm  cl-useful: 0/10410/10410 lits-rem:0 time: 0.05
303.55/76.02	c calculated reachability. Time: 0.00
303.55/76.02	c  N dy  2979    537364      2444     10410         0     50257     31529   1611286     45.84   no data
318.34/79.72	c  N dy  3100    557462      2444     10410         0     38362     31529    716996     45.86     48.37
332.33/83.26	c  N dy  3231    577498      2444     10410         0     58392     31529   2120116     45.90     48.42
346.28/86.76	c  N dy  3342    597573      2444     10410         0     45472     31529   1156188     45.91     48.72
361.88/90.66	c  N dy  3465    617644      2444     10410         0     65537     31529   2556749     45.93     48.75
375.46/94.03	c  N dy  3588    637739      2444     10410         0     51635     31529   1511643     45.94     48.36
391.84/98.10	c  N dy  3705    657769      2444     10410         0     36669     31529    404197     45.96     48.69
405.42/101.53	c  N dy  3828    678094      2444     10410         0     56991     31529   1825976     45.97     49.05
421.80/105.62	c  N dy  3949    698174      2444     10410         0     41077     31529    654364     46.00     56.68
436.58/109.35	c  N dy  4067    718224      2444     10410         0     61117     31529   2050304     46.01     61.49
452.96/113.48	c  N dy  4183    738315      2444     10410         0     44213     31529    796614     46.02     48.94
468.14/117.30	c  N dy  4313    758533      2444     10410         0     64424     31529   2220635     46.05     48.54
484.92/121.41	c  N dy  4440    778581      2444     10410         0     46474     31529    896477     46.07     49.19
500.49/125.32	c  N dy  4565    798626      2444     10410         0     66515     31529   2313513     46.09     55.27
507.28/127.08	c  S st  4606    806046      2444     10410         0     73931     31529   2831624     46.09     45.24
508.10/127.24	c  S st  4606    806551      2444     10410         0     74436     31529   2860752     46.09   no data
508.10/127.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
508.10/127.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
508.10/127.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
508.10/127.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
508.10/127.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
508.10/127.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2444 time:  0.00 s
508.10/127.30	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
508.50/127.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
508.88/127.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
528.85/132.48	c lits-rem:        98  cl-subs:       35  v-elim:      0  v-fix:    0  time:  5.04 s
528.85/132.48	c vivif2 --  cl tried    10410 cl shrink        0 lits rem          0 time: 0.00
529.26/132.52	c vivif2 --  cl tried    74401 cl shrink        0 lits rem          0 time: 0.04
529.66/132.60	c asymm  cl-useful: 0/10410/10410 lits-rem:0 time: 0.08
529.66/132.60	c calculated reachability. Time: 0.00
529.66/132.60	c  N dy  4606    806551      2444     10410         0     74401     31529   2856336     46.09   no data
544.83/136.44	c  N dy  4734    826820      2444     10410         0     55674     31529   1491328     46.13     48.79
562.81/140.93	c  N dy  4845    846876      2444     10410         0     75720     31529   2896642     46.14     48.94
578.00/144.78	c  N dy  4954    866911      2444     10410         0     55774     31529   1425201     46.14     56.65
596.77/149.43	c  N dy  5078    887509      2444     10410         0     76369     31529   2871080     46.16     49.31
612.75/153.47	c  N dy  5205    907513      2444     10410         0     55381     31529   1347919     46.18     48.98
630.73/157.95	c  N dy  5324    927784      2444     10410         0     75644     31529   2766584     46.18     49.09
647.50/162.17	c  N dy  5426    947915      2444     10410         0     53782     31529   1163648     46.17     49.23
665.07/166.58	c  N dy  5544    968243      2444     10410         0     74104     31529   2596315     46.19     49.39
683.45/171.11	c  N dy  5663    988334      2444     10410         0     51199     31529    922350     46.21     61.44
700.23/175.36	c  N dy  5779   1008488      2444     10410         0     71348     31529   2338507     46.21     49.37
720.60/180.42	c  N dy  5904   1028561      2444     10410         0     47432     31529    586351     46.24     49.18
736.60/184.41	c  N dy  6030   1048621      2444     10410         0     67484     31529   1996583     46.25     48.73
756.95/189.59	c  N dy  6149   1068861      2444     10410         0     87719     31529   3423758     46.26     49.11
760.55/190.43	c  F st  6170   1071876      2444     10410         0     45739     31529    396879     46.27   no data
773.34/193.61	c  N dy  6251   1088900      2444     10410         0     62754     31529   1624991     46.29     49.03
792.91/198.54	c  N dy  6372   1108982      2444     10410         0     82834     31529   3029764     46.30     49.11
811.30/203.16	c  N dy  6485   1129075      2444     10410         0     56939     31529   1122534     46.30     48.80
829.28/207.69	c  N dy  6601   1149286      2444     10410         0     77141     31529   2559194     46.31     49.16
850.44/212.97	c  N dy  6724   1169294      2444     10410         0     50163     31529    586241     46.32     51.77
866.80/217.06	c  N dy  6833   1189360      2444     10410         0     70225     31529   2007189     46.32     49.05
888.78/222.57	c  N dy  6950   1209446      2444     10410         0     90307     31529   3433652     46.34     48.87
889.18/222.68	c  S st  6953   1209826      2444     10410         0     90687     31529   3460546     46.34     43.13
889.97/222.89	c  S st  6953   1210332      2444     10410         0     91193     31529   3491593     46.34   no data
889.97/222.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
890.39/222.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
890.39/222.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
890.39/222.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
890.39/222.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
890.39/222.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2444 time:  0.00 s
890.39/222.95	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
890.79/223.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
891.17/223.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
907.55/227.29	c lits-rem:       143  cl-subs:       38  v-elim:      0  v-fix:    0  time:  4.17 s
907.55/227.29	c vivif2 --  cl tried    10410 cl shrink        0 lits rem          0 time: 0.00
907.96/227.34	c vivif2 --  cl tried    91155 cl shrink        0 lits rem          0 time: 0.05
908.37/227.44	c asymm  cl-useful: 0/10410/10410 lits-rem:0 time: 0.10
908.37/227.45	c calculated reachability. Time: 0.00
908.37/227.45	c  N dy  6953   1210332      2444     10410         0     91155     31529   3487076     46.34   no data
926.33/231.97	c  N dy  7079   1230428      2444     10410         0     63256     31529   1443701     46.35     55.29
946.70/237.02	c  N dy  7206   1250977      2444     10410         0     83799     31529   2894897     46.37     49.06
968.28/242.45	c  N dy  7342   1271018      2444     10410         0     54844     31529    784786     46.39     49.58
986.25/246.91	c  N dy  7473   1291066      2444     10410         0     74878     31529   2210824     46.42     62.80
1008.62/252.50	c  N dy  7598   1311115      2444     10410         0     94924     31529   3629281     46.43     50.26
1027.02/257.11	c  N dy  7718   1331216      2444     10410         0     65033     31529   1440685     46.44     48.95
1046.96/262.16	c  N dy  7846   1351222      2444     10410         0     85033     31529   2867952     46.46     57.70
1070.14/267.95	c  N dy  7958   1371310      2444     10410         0     54132     31529    605536     46.47     49.07
1087.31/272.29	c  N dy  8066   1391481      2444     10410         0     74294     31529   2029465     46.47     49.31
1109.68/277.89	c  N dy  8196   1411673      2444     10410         0     94478     31529   3454623     46.49     50.76
1130.85/283.12	c  N dy  8319   1431805      2444     10410         0     62621     31529   1141326     46.50     49.74
1150.43/288.01	c  N dy  8433   1451980      2444     10410         0     82790     31529   2573981     46.52     49.41
1173.99/293.99	c  N dy  8553   1472002      2444     10410         0    102804     31529   3985895     46.52     49.33
1192.77/298.64	c  N dy  8678   1492083      2444     10410         0     69901     31529   1594608     46.53     49.39
1214.34/304.02	c  N dy  8808   1512086      2444     10410         0     89900     31529   3016234     46.54     50.80
1239.10/310.27	c  N dy  8923   1532249      2444     10410         0     56072     31529    552642     46.55     49.01
1257.08/314.73	c  N dy  9043   1552337      2444     10410         0     76151     31529   1977936     46.56     59.81
1279.85/320.47	c  N dy  9167   1572486      2444     10410         0     96297     31529   3395589     46.57     49.14
1303.44/326.36	c  N dy  9294   1592493      2444     10410         0     61319     31529    854092     46.58     57.56
1322.59/331.13	c  N dy  9417   1612595      2444     10410         0     81416     31529   2276338     46.60     50.98
1346.57/337.15	c  N dy  9535   1632660      2444     10410         0    101476     31529   3693940     46.61     65.51
1369.35/342.81	c  N dy  9661   1652796      2444     10410         0     65623     31529   1105741     46.62     49.26
1389.31/347.84	c  N dy  9788   1672912      2444     10410         0     85729     31529   2534215     46.63     49.22
1414.87/354.25	c  N dy  9925   1693095      2444     10410         0    105907     31529   3958839     46.65     49.30
1434.85/359.20	c  S st 10039   1710332      2444     10410         0     66154     31529   1073490     46.67   no data
1435.26/359.33	c  S st 10039   1710836      2444     10410         0     66658     31529   1101688     46.67   no data
1435.26/359.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1435.26/359.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
1435.26/359.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1435.26/359.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1435.26/359.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1435.26/359.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2444 time:  0.00 s
1435.26/359.38	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1435.67/359.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1435.67/359.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1438.84/360.20	c lits-rem:        35  cl-subs:       10  v-elim:      0  v-fix:    0  time:  0.75 s
1438.84/360.20	c vivif2 --  cl tried    10410 cl shrink        0 lits rem          0 time: 0.00
1438.84/360.21	c vivif2 --  cl tried    66648 cl shrink        0 lits rem          0 time: 0.02
1438.84/360.28	c asymm  cl-useful: 0/10410/10410 lits-rem:0 time: 0.06
1438.84/360.28	c calculated reachability. Time: 0.00
1438.84/360.28	c  N dy 10039   1710836      2444     10410         0     66648     31529   1100930     46.67   no data
1459.61/365.47	c  N dy 10166   1731164      2444     10410         0     86973     31529   2538948     46.68     50.13
1485.18/371.89	c  N dy 10288   1751324      2444     10410         0    107127     31529   3965113     46.69     49.18
1507.55/377.42	c  N dy 10403   1771352      2444     10410         0     69161     31529   1219624     46.70     49.37
1528.72/382.70	c  N dy 10535   1791400      2444     10410         0     89204     31529   2645234     46.71     49.18
1554.30/389.18	c  N dy 10658   1811547      2444     10410         0    109342     31529   4080074     46.72     50.52
1577.45/394.91	c  N dy 10781   1831897      2444     10410         0     70701     31529   1273695     46.73     49.57
1598.62/400.22	c  N dy 10899   1851959      2444     10410         0     90753     31529   2701726     46.74     49.23
1625.39/406.95	c  N dy 11010   1871996      2444     10410         0    110779     31529   4110152     46.74     49.32
1648.95/412.83	c  N dy 11126   1892164      2444     10410         0     70973     31529   1219291     46.74     49.57
1670.13/418.13	c  N dy 11246   1912445      2444     10410         0     91250     31529   2674127     46.76     49.27
1697.29/424.99	c  N dy 11369   1932949      2444     10410         0    111751     31529   4130629     46.76     49.84
1722.06/431.10	c  N dy 11494   1953046      2444     10410         0     70855     31529   1148160     46.77     49.49
1743.63/436.51	c  N dy 11627   1973391      2444     10410         0     91191     31529   2596578     46.78     49.91
1770.40/443.26	c  N dy 11759   1993523      2444     10410         0    111317     31529   4039783     46.80     49.35
1796.76/449.88	c  N dy 11890   2013601      2444     10410         0     69409     31529    984463     46.81     58.01
1817.55/455.06	c  N dy 12018   2033604      2444     10410         0     89405     31529   2408076     46.82     50.80
1843.91/461.67	c  N dy 12150   2053746      2444     10410         0    109544     31529   3840294     46.83     49.37
1872.65/468.86	c  N dy 12268   2074134      2444     10410         0     66945     31529    739883     46.84     49.96
1892.64/473.81	c  N dy 12382   2094215      2444     10410         0     87019     31529   2173852     46.84     58.57
1917.79/480.17	c  N dy 12509   2114221      2444     10410         0    107020     31529   3611562     46.86     49.79
1948.95/487.94	c  N dy 12638   2134283      2444     10410         0    127073     31529   5043635     46.87     51.24
1968.92/492.99	c  N dy 12758   2154320      2444     10410         0     83129     31529   1827648     46.87     50.14
1993.31/499.04	c  N dy 12879   2174366      2444     10410         0    103172     31529   3255331     46.88     49.53
2023.25/506.50	c  N dy 12996   2194555      2444     10410         0    123352     31529   4695931     46.89     49.78
2042.82/511.46	c  S st 13085   2210836      2444     10410         0     74650     31529   1154445     46.89     37.20
2043.62/511.62	c  S st 13085   2211344      2444     10410         0     75158     31529   1184279     46.89   no data
2043.62/511.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2043.62/511.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
2043.62/511.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2043.62/511.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2043.62/511.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2043.62/511.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2444 time:  0.00 s
2043.62/511.67	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2044.02/511.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2044.02/511.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2046.81/512.40	c lits-rem:        21  cl-subs:        6  v-elim:      0  v-fix:    0  time:  0.66 s
2046.81/512.41	c vivif2 --  cl tried    10410 cl shrink        0 lits rem          0 time: 0.00
2046.81/512.42	c vivif2 --  cl tried    75152 cl shrink        0 lits rem          0 time: 0.02
2047.21/512.50	c asymm  cl-useful: 0/10410/10410 lits-rem:0 time: 0.08
2047.21/512.50	c calculated reachability. Time: 0.00
2047.21/512.50	c  N dy 13085   2211344      2444     10410         0     75152     31529   1183658     46.89   no data
2069.19/518.03	c  N dy 13200   2231449      2444     10410         0     95253     31529   2628444     46.90     49.40
2096.36/524.85	c  N dy 13319   2251611      2444     10410         0    115411     31529   4056931     46.90     49.67
2126.31/532.39	c  N dy 13436   2271904      2444     10410         0     69716     31529    743608     46.90     49.41
2147.10/537.58	c  N dy 13567   2292035      2444     10410         0     89841     31529   2181792     46.91     49.59
2172.65/543.98	c  N dy 13670   2312142      2444     10410         0    109944     31529   3609264     46.91     49.45
2204.62/551.95	c  N dy 13799   2332258      2444     10410         0    130053     31529   5049382     46.92     49.52
2226.19/557.40	c  N dy 13892   2352343      2444     10410         0     83153     31529   1626950     46.91     49.47
2250.55/563.47	c  N dy 14009   2372654      2444     10410         0    103454     31529   3072044     46.92     49.69
2280.51/570.97	c  N dy 14132   2392820      2444     10410         0    123613     31529   4508927     46.93     49.94
2308.06/577.85	c  N dy 14235   2412878      2444     10410         0     75678     31529   1034369     46.93     50.28
2330.43/583.42	c  N dy 14359   2433038      2444     10410         0     95833     31529   2477397     46.94     50.28
2357.60/590.20	c  N dy 14468   2453138      2444     10410         0    115925     31529   3901575     46.94     49.66
2389.55/598.28	c  N dy 14587   2473161      2444     10410         0    135944     31529   5309811     46.94     50.21
2411.53/603.79	c  N dy 14701   2493251      2444     10410         0     87047     31529   1781570     46.94     58.85
2437.11/610.11	c  N dy 14824   2513428      2444     10410         0    107219     31529   3227494     46.95     49.75
2468.66/618.03	c  N dy 14940   2534316      2444     10410         0    128102     31529   4702739     46.95     49.53
2498.22/625.43	c  N dy 15061   2554550      2444     10410         0     78349     31529   1100550     46.96     49.57
2521.00/631.11	c  N dy 15182   2574625      2444     10410         0     98416     31529   2528183     46.97     49.50
2548.94/638.14	c  N dy 15295   2594671      2444     10410         0    118458     31529   3958868     46.97     50.00
2582.52/646.53	c  N dy 15415   2614689      2444     10410         0    138472     31529   5369057     46.98     50.33
2606.07/652.45	c  N dy 15540   2634712      2444     10410         0     87508     31529   1683237     46.99     53.43
2631.23/658.74	c  N dy 15650   2655074      2444     10410         0    107866     31529   3121094     46.99     50.01
2661.61/666.33	c  N dy 15761   2675334      2444     10410         0    128120     31529   4564355     46.99     49.91
2693.54/674.38	c  N dy 15868   2695374      2444     10410         0     76178     31529    809734     46.99     50.12
2711.12/678.73	c  S st 15963   2711345      2444     10410         0     92145     31529   1936009     46.99     45.35
2711.92/678.92	c  S st 15963   2711846      2444     10410         0     92646     31529   1965349     46.99   no data
2711.92/678.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2711.92/678.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2711.92/678.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2711.92/678.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2711.92/678.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2711.92/678.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2444 time:  0.00 s
2711.92/678.99	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2712.32/679.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2712.32/679.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2719.90/680.98	c lits-rem:        70  cl-subs:       14  v-elim:      0  v-fix:    0  time:  1.89 s
2719.90/680.98	c vivif2 --  cl tried    10410 cl shrink        0 lits rem          0 time: 0.00
2720.31/681.02	c vivif2 --  cl tried    92632 cl shrink        0 lits rem          0 time: 0.03
2720.71/681.12	c asymm  cl-useful: 0/10410/10410 lits-rem:0 time: 0.10
2720.71/681.12	c calculated reachability. Time: 0.00
2720.71/681.12	c  N dy 15963   2711846      2444     10410         0     92632     31529   1963463     46.99   no data
2748.27/688.06	c  N dy 16086   2732525      2444     10410         0    113302     31529   3444202     47.00     49.76
2781.02/696.22	c  N dy 16222   2752743      2444     10410         0    133516     31529   4904029     47.01     49.83
2811.78/703.92	c  N dy 16351   2772824      2444     10410         0     80611     31529   1061702     47.02     50.19
2834.94/709.70	c  N dy 16469   2792841      2444     10410         0    100624     31529   2489797     47.03     49.61
2862.91/716.78	c  N dy 16581   2812915      2444     10410         0    120691     31529   3907588     47.03     50.36
2896.87/725.25	c  N dy 16685   2833096      2444     10410         0    140867     31529   5361317     47.03     49.87
2924.03/732.06	c  N dy 16806   2853148      2444     10410         0     86938     31529   1445237     47.03     49.64
2948.79/738.26	c  N dy 16912   2873310      2444     10410         0    107096     31529   2891108     47.03     49.72
2978.75/745.77	c  N dy 17027   2893330      2444     10410         0    127109     31529   4313318     47.04     51.22
3014.70/754.79	c  N dy 17150   2913561      2444     10410         0    147332     31529   5761374     47.05     49.62
3039.09/760.88	c  N dy 17279   2933648      2444     10410         0     92435     31529   1773840     47.05     60.08
3065.86/767.53	c  N dy 17403   2953730      2444     10410         0    112506     31529   3195881     47.06     50.07
3097.39/775.43	c  N dy 17530   2973749      2444     10410         0    132517     31529   4626420     47.07     50.49
3134.14/784.60	c  N dy 17653   2993842      2444     10410         0     76624     31529    583401     47.07     49.67
3156.12/790.16	c  N dy 17778   3014040      2444     10410         0     96817     31529   2024687     47.08     49.94
3183.68/797.00	c  N dy 17903   3034048      2444     10410         0    116820     31529   3471894     47.09     63.53
3216.03/805.19	c  N dy 18024   3054101      2444     10410         0    136871     31529   4911173     47.09     49.62
3252.38/814.22	c  N dy 18157   3074157      2444     10410         0     79942     31529    755211     47.11     51.83
3275.15/819.95	c  N dy 18283   3094254      2444     10410         0    100035     31529   2202311     47.11     49.72
3303.13/826.93	c  N dy 18397   3114401      2444     10410         0    120176     31529   3643373     47.12     49.77
3335.88/835.13	c  N dy 18504   3134588      2444     10410         0    140359     31529   5082366     47.12     49.80
3370.23/843.74	c  N dy 18621   3154594      2444     10410         0     82384     31529    868067     47.13     50.19
3393.80/849.66	c  N dy 18739   3174784      2444     10410         0    102566     31529   2317982     47.13     50.65
3423.36/857.06	c  N dy 18867   3195505      2444     10410         0    123279     31529   3808420     47.14     50.40
3450.92/863.94	c  S st 18971   3211848      2444     10410         0    139618     31529   4978327     47.14     45.81
3452.13/864.26	c  S st 18971   3212352      2444     10410         0    140122     31529   5006372     47.14   no data
3452.13/864.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3452.53/864.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.09
3452.53/864.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3452.53/864.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3452.53/864.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3452.53/864.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2444 time:  0.00 s
3452.53/864.37	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3452.91/864.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
3453.71/864.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3479.28/871.05	c lits-rem:       117  cl-subs:       43  v-elim:      0  v-fix:    0  time:  6.42 s
3479.28/871.05	c vivif2 --  cl tried    10410 cl shrink        0 lits rem          0 time: 0.00
3479.68/871.13	c vivif2 --  cl tried   140079 cl shrink        0 lits rem          0 time: 0.07
3480.48/871.30	c asymm  cl-useful: 0/10410/10410 lits-rem:0 time: 0.17
3480.48/871.30	c calculated reachability. Time: 0.00
3480.48/871.30	c  N dy 18971   3212352      2444     10410         0    140079     31529   5000360     47.14   no data
3518.82/880.91	c  N dy 19098   3232577      2444     10410         0     81321     31529    729802     47.15     49.73
3542.00/886.79	c  N dy 19222   3252727      2444     10410         0    101463     31529   2170036     47.16     50.33
3571.55/894.13	c  N dy 19354   3273223      2444     10410         0    121954     31529   3639079     47.17     49.86
3606.33/902.83	c  N dy 19493   3293255      2444     10410         0    141983     31529   5087753     47.18     50.31
3643.45/912.15	c  N dy 19603   3313322      2444     10410         0     82069     31529    716079     47.18     50.16
3667.02/918.07	c  N dy 19728   3333464      2444     10410         0    102202     31529   2162822     47.19     49.83
3696.19/925.35	c  N dy 19857   3353627      2444     10410         0    122358     31529   3601480     47.19     50.23
3730.15/933.85	c  N dy 19970   3373685      2444     10410         0    142412     31529   5037813     47.20     50.47
3769.70/943.79	c  N dy 20083   3393822      2444     10410         0     81569     31529    613416     47.20     50.56
3794.07/949.81	c  N dy 20211   3413869      2444     10410         0    101610     31529   2040467     47.20     59.36
3822.45/956.92	c  N dy 20339   3433877      2444     10410         0    121607     31529   3481297     47.21     49.93
3856.00/965.36	c  N dy 20449   3454426      2444     10410         0    142152     31529   4947659     47.21     50.25
3897.55/975.71	c  N dy 20576   3475098      2444     10410         0    162818     31529   6434849     47.22     49.75
3921.92/981.88	c  N dy 20691   3495306      2444     10410         0    101041     31529   1939114     47.22     50.72
3950.69/989.02	c  N dy 20806   3515428      2444     10410         0    121158     31529   3389042     47.23     50.17
3984.65/997.52	c  N dy 20930   3535548      2444     10410         0    141271     31529   4828711     47.23     51.44
4023.01/1007.20	c  N dy 21052   3555609      2444     10410         0    161330     31529   6274928     47.24     53.60
4051.77/1014.39	c  N dy 21192   3575740      2444     10410         0     98480     31529   1700856     47.25     50.14
4079.35/1021.29	c  N dy 21306   3596130      2444     10410         0    118865     31529   3155500     47.25     49.81
4112.11/1029.48	c  N dy 21427   3616147      2444     10410         0    138874     31529   4604342     47.26     50.76
4149.67/1038.88	c  N dy 21542   3636199      2444     10410         0    158922     31529   6044343     47.26     50.32
4182.05/1046.95	c  N dy 21665   3656301      2444     10410         0     95043     31529   1380340     47.26     53.73
4209.20/1053.74	c  N dy 21796   3676310      2444     10410         0    115046     31529   2803569     47.27     50.02
4239.97/1061.42	c  N dy 21888   3696324      2444     10410         0    135051     31529   4250609     47.26     49.77
4268.34/1068.56	c  S st 21971   3712353      2444     10410         0    151075     31529   5404749     47.27   no data
4269.55/1068.89	c  S st 21971   3712857      2444     10410         0    151579     31529   5433432     47.27   no data
4269.95/1068.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4270.33/1069.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.09
4270.33/1069.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4270.33/1069.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4270.33/1069.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4270.33/1069.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2444 time:  0.00 s
4270.33/1069.00	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4270.33/1069.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
4271.13/1069.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4297.90/1075.96	c lits-rem:       221  cl-subs:       65  v-elim:      0  v-fix:    0  time:  6.70 s
4297.90/1075.96	c vivif2 --  cl tried    10410 cl shrink        0 lits rem          0 time: 0.00
4298.30/1076.04	c vivif2 --  cl tried   151514 cl shrink        0 lits rem          0 time: 0.08
4299.10/1076.22	c asymm  cl-useful: 0/10410/10410 lits-rem:0 time: 0.18
4299.10/1076.23	c calculated reachability. Time: 0.00
4299.10/1076.23	c  N dy 21971   3712857      2444     10410         0    151514     31529   5425662     47.27   no data
4340.64/1086.60	c  N dy 22099   3732879      2444     10410         0     86560     31529    706227     47.27     51.16
4363.42/1092.39	c  F st 22221   3751563      2444     10410         0    105238     31529   2051268     47.28     41.85
4366.24/1093.02	c  N st 22225   3753598      2444     10410         0    107270     31529   2213367     47.28   no data
4395.79/1100.44	c  N dy 22324   3773682      2444     10410         0    127347     31529   3667467     47.28     50.08
4430.94/1109.20	c  N dy 22453   3793704      2444     10410         0    147363     31529   5116377     47.29     55.37
4471.71/1119.48	c  N dy 22581   3813784      2444     10410         0    167437     31529   6543534     47.29     51.79
4500.47/1126.64	c  N dy 22692   3833850      2444     10410         0    101527     31529   1719982     47.30     50.27
4529.26/1133.88	c  N dy 22800   3854694      2444     10410         0    122364     31529   3209339     47.29     50.13
4562.80/1142.26	c  N dy 22911   3874704      2444     10410         0    142369     31529   4647700     47.30     49.91
4601.95/1152.05	c  N dy 23035   3894762      2444     10410         0    162421     31529   6090963     47.30     59.51
4636.70/1160.72	c  N dy 23149   3914790      2444     10410         0     95473     31529   1214266     47.31     51.71
4663.47/1167.41	c  N dy 23269   3934794      2444     10410         0    115473     31529   2652756     47.31     54.54
4695.44/1175.40	c  N dy 23385   3954874      2444     10410         0    135548     31529   4084699     47.31     49.84
4732.60/1184.78	c  N dy 23507   3974969      2444     10410         0    155634     31529   5529809     47.32     51.25
4776.15/1195.62	c  N dy 23633   3995188      2444     10410         0    175849     31529   6985464     47.32     49.90

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3173844-1304031604/watcher-3173844-1304031604 -o /tmp/evaluation-result-3173844-1304031604/solver-3173844-1304031604 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173844-1304031604.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 8.15 8.11 7.70 5/180 11327
/proc/meminfo: memFree=14567680/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) R 11325 11327 10991 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 495576044 52441088 352 33554432000 4194304 4627427 140735181916656 18446744073709551615 264726405051 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 12803 352 303 106 0 7774 0
[pid=11327/tid=11328] ppid=11325 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 495576044 52441088 352 33554432000 4194304 4627427 140735181916656 18446744073709551615 46922714498994 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 495576044 52441088 352 33554432000 4194304 4627427 140735181916656 18446744073709551615 46922714498994 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 495576044 52441088 352 33554432000 4194304 4627427 140735181916656 18446744073709551615 264721452118 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.123485 s]
/proc/loadavg: 8.15 8.11 7.70 5/180 11327
/proc/meminfo: memFree=14567680/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=360776 CPUtime=1.37 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) S 11325 11327 10991 0 -1 4202496 5601 0 0 0 135 2 0 0 18 0 4 0 495576044 369434624 4993 33554432000 4194304 4627427 140735181916656 18446744073709551615 264726510062 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 91108 4787 386 106 0 86079 0
[pid=11327/tid=11328] ppid=11325 vsize=364432 CPUtime=0.79 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 2243 0 0 0 79 0 0 0 18 0 4 0 495576044 373178368 4794 33554432000 4194304 4627427 140735181916656 18446744073709551615 4308323 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=364432 CPUtime=0.79 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 2232 0 0 0 79 0 0 0 19 0 4 0 495576044 373178368 4799 33554432000 4194304 4627427 140735181916656 18446744073709551615 4310399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=364432 CPUtime=0.79 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 1691 0 0 0 79 0 0 0 19 0 4 0 495576044 373178368 4804 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 360776

[startup+0.90655 s]
/proc/loadavg: 8.15 8.11 7.70 5/180 11327
/proc/meminfo: memFree=14567680/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=355544 CPUtime=3.59 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) R 11325 11327 10991 0 -1 4202496 9260 0 0 0 356 3 0 0 19 0 4 0 495576044 364077056 4708 33554432000 4194304 4627427 140735181916656 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 88886 4708 386 106 0 83857 0
[pid=11327/tid=11328] ppid=11325 vsize=355544 CPUtime=0.89 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 2348 0 0 0 89 0 0 0 19 0 4 0 495576044 364077056 4708 33554432000 4194304 4627427 140735181916656 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=355544 CPUtime=0.89 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 2335 0 0 0 89 0 0 0 19 0 4 0 495576044 364077056 4708 33554432000 4194304 4627427 140735181916656 18446744073709551615 4333184 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=355544 CPUtime=0.89 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 1791 0 0 0 89 0 0 0 19 0 4 0 495576044 364077056 4708 33554432000 4194304 4627427 140735181916656 18446744073709551615 4329841 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 355544

[startup+1.00653 s]
/proc/loadavg: 8.15 8.11 7.70 5/180 11327
/proc/meminfo: memFree=14567680/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=355544 CPUtime=3.99 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) R 11325 11327 10991 0 -1 4202496 9650 0 0 0 396 3 0 0 19 0 4 0 495576044 364077056 5098 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309247 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 88886 5098 386 106 0 83857 0
[pid=11327/tid=11328] ppid=11325 vsize=355544 CPUtime=0.99 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 2447 0 0 0 99 0 0 0 19 0 4 0 495576044 364077056 5098 33554432000 4194304 4627427 140735181916656 18446744073709551615 4321776 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=355544 CPUtime=0.99 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 2433 0 0 0 99 0 0 0 19 0 4 0 495576044 364077056 5098 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=355544 CPUtime=0.99 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 1887 0 0 0 99 0 0 0 19 0 4 0 495576044 364077056 5098 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309247 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 355544

[startup+1.10651 s]
/proc/loadavg: 8.15 8.11 7.70 5/180 11327
/proc/meminfo: memFree=14567680/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=355544 CPUtime=4.39 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) R 11325 11327 10991 0 -1 4202496 10072 0 0 0 436 3 0 0 19 0 4 0 495576044 364077056 5520 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 88886 5520 386 106 0 83857 0
[pid=11327/tid=11328] ppid=11325 vsize=355544 CPUtime=1.09 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 2566 0 0 0 109 0 0 0 19 0 4 0 495576044 364077056 5520 33554432000 4194304 4627427 140735181916656 18446744073709551615 4308712 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=355544 CPUtime=1.09 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 2533 0 0 0 109 0 0 0 19 0 4 0 495576044 364077056 5520 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=355544 CPUtime=1.09 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 1990 0 0 0 109 0 0 0 19 0 4 0 495576044 364077056 5520 33554432000 4194304 4627427 140735181916656 18446744073709551615 4308715 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 355544

[startup+1.50044 s]
/proc/loadavg: 8.15 8.11 7.70 5/180 11327
/proc/meminfo: memFree=14567680/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=355876 CPUtime=5.97 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) R 11325 11327 10991 0 -1 4202496 12394 0 0 0 594 3 0 0 20 0 4 0 495576044 364417024 5182 33554432000 4194304 4627427 140735181916656 18446744073709551615 4310378 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 88969 5182 386 106 0 83940 0
[pid=11327/tid=11328] ppid=11325 vsize=355876 CPUtime=1.48 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 3149 0 0 0 148 0 0 0 19 0 4 0 495576044 364417024 5182 33554432000 4194304 4627427 140735181916656 18446744073709551615 4308715 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=355876 CPUtime=1.48 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 3106 0 0 0 148 0 0 0 20 0 4 0 495576044 364417024 5182 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=355876 CPUtime=1.48 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 2553 0 0 0 148 0 0 0 20 0 4 0 495576044 364417024 5182 33554432000 4194304 4627427 140735181916656 18446744073709551615 4332984 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 355876

[startup+3.10114 s]
/proc/loadavg: 8.14 8.11 7.70 9/184 11332
/proc/meminfo: memFree=14540488/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=356960 CPUtime=12.35 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) R 11325 11327 10991 0 -1 4202496 23590 0 0 0 1229 6 0 0 25 0 4 0 495576044 365527040 9484 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 89240 9484 390 106 0 84211 0
[pid=11327/tid=11328] ppid=11325 vsize=356960 CPUtime=3.08 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 6390 0 0 0 307 1 0 0 25 0 4 0 495576044 365527040 9484 33554432000 4194304 4627427 140735181916656 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=356960 CPUtime=3.07 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 5007 0 0 0 306 1 0 0 25 0 4 0 495576044 365527040 9484 33554432000 4194304 4627427 140735181916656 18446744073709551615 4308824 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=356960 CPUtime=3.08 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 4435 0 0 0 307 1 0 0 25 0 4 0 495576044 365527040 9484 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 356960

[startup+6.30653 s]
/proc/loadavg: 8.14 8.11 7.70 9/184 11332
/proc/meminfo: memFree=14472580/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=373584 CPUtime=25.16 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) R 11325 11327 10991 0 -1 4202496 46896 0 0 0 2505 11 0 0 25 0 4 0 495576044 382550016 20141 33554432000 4194304 4627427 140735181916656 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 93396 20141 390 106 0 88367 0
[pid=11327/tid=11328] ppid=11325 vsize=373584 CPUtime=6.28 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 13288 0 0 0 626 2 0 0 23 0 4 0 495576044 382550016 20141 33554432000 4194304 4627427 140735181916656 18446744073709551615 4327592 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=373584 CPUtime=6.26 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 11719 0 0 0 624 2 0 0 25 0 4 0 495576044 382550016 20141 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=373584 CPUtime=6.29 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 10243 0 0 0 627 2 0 0 25 0 4 0 495576044 382550016 20142 33554432000 4194304 4627427 140735181916656 18446744073709551615 4308383 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 373584

[startup+12.7003 s]
/proc/loadavg: 8.13 8.10 7.70 9/184 11332
/proc/meminfo: memFree=14467872/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=383768 CPUtime=50.71 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) R 11325 11327 10991 0 -1 4202496 77780 0 0 0 5054 17 0 0 25 0 4 0 495576044 392978432 32254 33554432000 4194304 4627427 140735181916656 18446744073709551615 4308359 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 95942 32255 390 106 0 90913 0
[pid=11327/tid=11328] ppid=11325 vsize=383768 CPUtime=12.68 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 20076 0 0 0 1264 4 0 0 25 0 4 0 495576044 392978432 32255 33554432000 4194304 4627427 140735181916656 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=383768 CPUtime=12.63 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 18799 0 0 0 1259 4 0 0 25 0 4 0 495576044 392978432 32255 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=383768 CPUtime=12.68 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 19097 0 0 0 1265 3 0 0 25 0 4 0 495576044 392978432 32255 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 383768

[startup+25.5009 s]
/proc/loadavg: 8.10 8.10 7.71 9/184 11332
/proc/meminfo: memFree=14413576/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=397148 CPUtime=101.83 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) R 11325 11327 10991 0 -1 4202496 119956 0 0 0 10156 27 0 0 25 0 4 0 495576044 406679552 38030 33554432000 4194304 4627427 140735181916656 18446744073709551615 4310378 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 99287 38030 390 106 0 94258 0
[pid=11327/tid=11328] ppid=11325 vsize=397148 CPUtime=25.49 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 29684 0 0 0 2542 7 0 0 25 0 4 0 495576044 406679552 38030 33554432000 4194304 4627427 140735181916656 18446744073709551615 4308715 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=397148 CPUtime=25.36 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 30438 0 0 0 2530 6 0 0 25 0 4 0 495576044 406679552 38030 33554432000 4194304 4627427 140735181916656 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=397148 CPUtime=25.49 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 28321 0 0 0 2543 6 0 0 25 0 4 0 495576044 406679552 38030 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 397148

[startup+51.1011 s]
/proc/loadavg: 8.21 8.12 7.72 9/184 11333
/proc/meminfo: memFree=14297196/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=398484 CPUtime=204.11 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) R 11325 11327 10991 0 -1 4202496 184896 0 0 0 20370 41 0 0 25 0 4 0 495576044 408047616 43909 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 99621 43910 390 106 0 94592 0
[pid=11327/tid=11328] ppid=11325 vsize=398484 CPUtime=51.08 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 45476 0 0 0 5098 10 0 0 25 0 4 0 495576044 408047616 43910 33554432000 4194304 4627427 140735181916656 18446744073709551615 4330000 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=398484 CPUtime=50.82 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 45823 0 0 0 5073 9 0 0 25 0 4 0 495576044 408047616 43910 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=398484 CPUtime=51.08 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 44055 0 0 0 5100 8 0 0 25 0 4 0 495576044 408047616 43910 33554432000 4194304 4627427 140735181916656 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 398484

[startup+102.3 s]
/proc/loadavg: 8.16 8.12 7.74 9/184 11343
/proc/meminfo: memFree=14275024/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=408156 CPUtime=408.61 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) R 11325 11327 10991 0 -1 4202496 286965 0 0 0 40793 68 0 0 25 0 4 0 495576044 417951744 48943 33554432000 4194304 4627427 140735181916656 18446744073709551615 4308584 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 102039 48943 390 106 0 97010 0
[pid=11327/tid=11328] ppid=11325 vsize=408156 CPUtime=102.26 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 70313 0 0 0 10209 17 0 0 25 0 4 0 495576044 417951744 48943 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309197 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=408156 CPUtime=101.75 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 71524 0 0 0 10159 16 0 0 25 0 4 0 495576044 417951744 48943 33554432000 4194304 4627427 140735181916656 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=408156 CPUtime=102.28 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 69154 0 0 0 10213 15 0 0 25 0 4 0 495576044 417951744 48943 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 408156

[startup+162.301 s]

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

[pid=11327] ppid=11325 vsize=865816 CPUtime=2565.72 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) R 11325 11327 10991 0 -1 4202496 983808 0 0 0 256272 300 0 0 25 0 4 0 495576044 886595584 110913 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 216454 110913 390 106 0 211425 0
[pid=11327/tid=11328] ppid=11325 vsize=865816 CPUtime=642.28 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 241891 0 0 0 64155 73 0 0 25 0 4 0 495576044 886595584 110913 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=865816 CPUtime=638.83 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 246522 0 0 0 63808 75 0 0 25 0 4 0 495576044 886595584 110913 33554432000 4194304 4627427 140735181916656 18446744073709551615 4308752 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=865816 CPUtime=642.28 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 246481 0 0 0 64154 74 0 0 25 0 4 0 495576044 886595584 110913 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2565.72
Current children cumulated vsize (KiB) 865816

[startup+702.301 s]
/proc/loadavg: 8.07 8.08 7.88 9/184 11359
/proc/meminfo: memFree=13222472/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=772672 CPUtime=2805.39 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) R 11325 11327 10991 0 -1 4202496 1044187 0 0 0 280219 320 0 0 25 0 4 0 495576044 791216128 108307 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 193168 108307 390 106 0 188139 0
[pid=11327/tid=11328] ppid=11325 vsize=772672 CPUtime=702.28 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 258436 0 0 0 70149 79 0 0 25 0 4 0 495576044 791216128 108307 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=772672 CPUtime=698.51 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 260080 0 0 0 69770 81 0 0 25 0 4 0 495576044 791216128 108307 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=772672 CPUtime=702.29 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 261906 0 0 0 70150 79 0 0 25 0 4 0 495576044 791216128 108307 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.39
Current children cumulated vsize (KiB) 772672

[startup+762.301 s]
/proc/loadavg: 8.07 8.08 7.89 9/184 11361
/proc/meminfo: memFree=13290524/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=730172 CPUtime=3045.06 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) R 11325 11327 10991 0 -1 4202496 1100976 0 0 0 304165 341 0 0 25 0 4 0 495576044 747696128 108363 33554432000 4194304 4627427 140735181916656 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 182543 108363 390 106 0 177514 0
[pid=11327/tid=11328] ppid=11325 vsize=730172 CPUtime=762.28 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 273074 0 0 0 76143 85 0 0 25 0 4 0 495576044 747696128 108363 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=730172 CPUtime=758.17 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 273983 0 0 0 75732 85 0 0 25 0 4 0 495576044 747696128 108363 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=730172 CPUtime=762.28 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 275889 0 0 0 76144 84 0 0 25 0 4 0 495576044 747696128 108363 33554432000 4194304 4627427 140735181916656 18446744073709551615 4299569 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.06
Current children cumulated vsize (KiB) 730172

[startup+822.301 s]
/proc/loadavg: 8.09 8.09 7.91 9/184 11362
/proc/meminfo: memFree=13268424/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=730868 CPUtime=3284.74 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) R 11325 11327 10991 0 -1 4202496 1155105 0 0 0 328112 362 0 0 25 0 4 0 495576044 748408832 110721 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 182717 110721 390 106 0 177688 0
[pid=11327/tid=11328] ppid=11325 vsize=730868 CPUtime=822.28 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 286794 0 0 0 82137 91 0 0 25 0 4 0 495576044 748408832 110721 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=730868 CPUtime=817.84 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 287478 0 0 0 81695 89 0 0 25 0 4 0 495576044 748408832 110721 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=730868 CPUtime=822.29 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 289210 0 0 0 82140 89 0 0 25 0 4 0 495576044 748408832 110721 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.74
Current children cumulated vsize (KiB) 730868

[startup+882.301 s]
/proc/loadavg: 8.07 8.08 7.91 9/184 11364
/proc/meminfo: memFree=13156672/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=962472 CPUtime=3524.42 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) R 11325 11327 10991 0 -1 4202496 1234637 0 0 0 352055 387 0 0 25 0 4 0 495576044 985571328 149369 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 240618 149369 390 106 0 235589 0
[pid=11327/tid=11328] ppid=11325 vsize=962472 CPUtime=882.28 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 312112 0 0 0 88130 98 0 0 25 0 4 0 495576044 985571328 149369 33554432000 4194304 4627427 140735181916656 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=962472 CPUtime=877.52 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 300678 0 0 0 87657 95 0 0 25 0 4 0 495576044 985571328 149369 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=962472 CPUtime=882.28 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 310020 0 0 0 88134 94 0 0 25 0 4 0 495576044 985571328 149369 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.42
Current children cumulated vsize (KiB) 962472

[startup+942.301 s]
/proc/loadavg: 6.69 7.76 7.81 5/175 11384
/proc/meminfo: memFree=14548508/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=1036068 CPUtime=3764.12 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) R 11325 11327 10991 0 -1 4202496 1290935 0 0 0 376004 408 0 0 25 0 4 0 495576044 1060933632 157558 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309584 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 259017 157558 390 106 0 253988 0
[pid=11327/tid=11328] ppid=11325 vsize=1036068 CPUtime=942.28 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 324688 0 0 0 94125 103 0 0 25 0 4 0 495576044 1060933632 157558 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=1036068 CPUtime=937.2 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 319133 0 0 0 93620 100 0 0 25 0 4 0 495576044 1060933632 157558 33554432000 4194304 4627427 140735181916656 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=1036068 CPUtime=942.28 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 323115 0 0 0 94129 99 0 0 25 0 4 0 495576044 1060933632 157558 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.12
Current children cumulated vsize (KiB) 1036068

[startup+1002.3 s]
/proc/loadavg: 5.15 7.14 7.60 5/175 11385
/proc/meminfo: memFree=14568952/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=1038280 CPUtime=4003.83 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) R 11325 11327 10991 0 -1 4202496 1341441 0 0 0 399955 428 0 0 25 0 4 0 495576044 1063198720 152860 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 259570 152861 390 106 0 254541 0
[pid=11327/tid=11328] ppid=11325 vsize=1038280 CPUtime=1002.28 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 337119 0 0 0 100120 108 0 0 25 0 4 0 495576044 1063198720 152861 33554432000 4194304 4627427 140735181916656 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=1038280 CPUtime=996.93 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 330854 0 0 0 99589 104 0 0 25 0 4 0 495576044 1063198720 152861 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=1038280 CPUtime=1002.28 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 336193 0 0 0 100123 105 0 0 25 0 4 0 495576044 1063198720 152861 33554432000 4194304 4627427 140735181916656 18446744073709551615 4332937 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.83
Current children cumulated vsize (KiB) 1038280

[startup+1062.31 s]
/proc/loadavg: 4.39 6.52 7.35 5/175 11387
/proc/meminfo: memFree=14594076/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=940460 CPUtime=4243.58 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) R 11325 11327 10991 0 -1 4202496 1391397 0 0 0 423909 449 0 0 25 0 4 0 495576044 963031040 146285 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309396 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 235115 146285 390 106 0 230086 0
[pid=11327/tid=11328] ppid=11325 vsize=940460 CPUtime=1062.29 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 348708 0 0 0 106116 113 0 0 25 0 4 0 495576044 963031040 146285 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=940460 CPUtime=1056.66 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 343412 0 0 0 105557 109 0 0 25 0 4 0 495576044 963031040 146285 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=940460 CPUtime=1062.29 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 348969 0 0 0 106119 110 0 0 25 0 4 0 495576044 963031040 146285 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.58
Current children cumulated vsize (KiB) 940460

[startup+1122.3 s]
/proc/loadavg: 4.21 6.11 7.16 5/175 11388
/proc/meminfo: memFree=14491376/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=991320 CPUtime=4483.28 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) R 11325 11327 10991 0 -1 4202496 1450196 0 0 0 447856 472 0 0 25 0 4 0 495576044 1015111680 165939 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309220 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 247830 165939 391 106 0 242801 0
[pid=11327/tid=11328] ppid=11325 vsize=991320 CPUtime=1122.29 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 364842 0 0 0 112109 120 0 0 25 0 4 0 495576044 1015111680 165939 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=991320 CPUtime=1116.37 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 354887 0 0 0 111523 114 0 0 25 0 4 0 495576044 1015111680 165939 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=991320 CPUtime=1122.28 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 364604 0 0 0 112111 117 0 0 25 0 4 0 495576044 1015111680 165939 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.28
Current children cumulated vsize (KiB) 991320

[startup+1182.3 s]
/proc/loadavg: 4.12 5.71 6.95 5/175 11390
/proc/meminfo: memFree=14494924/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=1004024 CPUtime=4723 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) R 11325 11327 10991 0 -1 4202496 1499190 0 0 0 471805 495 0 0 25 0 4 0 495576044 1028120576 171031 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 251006 171031 391 106 0 245977 0
[pid=11327/tid=11328] ppid=11325 vsize=1004024 CPUtime=1182.29 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 375173 0 0 0 118104 125 0 0 25 0 4 0 495576044 1028120576 171031 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=1004024 CPUtime=1176.09 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 368838 0 0 0 117489 120 0 0 25 0 4 0 495576044 1028120576 171031 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=1004024 CPUtime=1182.29 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 377231 0 0 0 118106 123 0 0 25 0 4 0 495576044 1028120576 171031 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4723
Current children cumulated vsize (KiB) 1004024



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 4.10 5.63 6.90 5/175 11390
/proc/meminfo: memFree=14494548/32951124 swapFree=67111528/67111528
[pid=11327] ppid=11325 vsize=1004264 CPUtime=4800.14 cores=0,2,4,6
/proc/11327/stat : 11327 (strangenight2-m) R 11325 11327 10991 0 -1 4202496 1513950 0 0 0 479512 502 0 0 25 0 4 0 495576044 1028366336 170969 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/11327/statm: 251066 170969 391 106 0 246037 0
[pid=11327/tid=11328] ppid=11325 vsize=1004264 CPUtime=1201.59 cores=0,2,4,6
/proc/11327/task/11328/stat : 11328 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 379672 0 0 0 120033 126 0 0 25 0 4 0 495576044 1028366336 170969 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=11327/tid=11329] ppid=11325 vsize=1004264 CPUtime=1195.31 cores=0,2,4,6
/proc/11327/task/11329/stat : 11329 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 372090 0 0 0 119408 123 0 0 25 0 4 0 495576044 1028366336 170969 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=11327/tid=11330] ppid=11325 vsize=1004264 CPUtime=1201.59 cores=0,2,4,6
/proc/11327/task/11330/stat : 11330 (strangenight2-m) R 11325 11327 10991 0 -1 4202560 380092 0 0 0 120035 124 0 0 25 0 4 0 495576044 1028366336 170969 33554432000 4194304 4627427 140735181916656 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 1004264

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.64
CPU time (s): 4800.2
CPU user time (s): 4795.14
CPU system time (s): 5.05923
CPU usage (%): 399.47
Max. virtual memory (cumulated for all children) (KiB): 1054348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4795.14
system time used= 5.05923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1513954
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= 1890
involuntary context switches= 21747

runsolver used 2.00769 second user time and 4.21336 second system time

The end

Launcher Data

Begin job on node141 at 2011-04-29 01:00:04
IDJOB=3173844
IDBENCH=82662
IDSOLVER=1586
FILE ID=node141/3173844-1304031604
RUNJOBID= node141-1304028687-11010
PBS_JOBID= 13170311
Free space on /tmp= 71416 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v2500-c10500-S1201761407-024-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173844-1304031604/watcher-3173844-1304031604 -o /tmp/evaluation-result-3173844-1304031604/solver-3173844-1304031604 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173844-1304031604.cnf

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

MD5SUM BENCH= f551de19344e39204ca6929dfef80a04
RANDOM SEED=114681059

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14567968 kB
Buffers:       1621916 kB
Cached:       15511892 kB
SwapCached:          0 kB
Active:        8468916 kB
Inactive:      9331844 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14567968 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5860 kB
Writeback:           0 kB
AnonPages:      666076 kB
Mapped:          15496 kB
Slab:           518176 kB
PageTables:       6032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1032720 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= 71420 MiB
End job on node141 at 2011-04-29 01:20:08