Trace number 3174195

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

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v90-c8010-S271997978-024.SATISFIABLE.cnf
MD5SUMf2a33b1c7727ae45658e5fd83ad755d2
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.843871
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of clauses8010
Sum of the clauses size56070
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 58010

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174195-1304111777.cnf'
0.00/0.00	c -- header says num vars:             90
0.00/0.00	c -- header says num clauses:        8010
0.00/0.01	c -- clauses added:            0 learnts,         8010 normals,            0 xors
0.00/0.01	c -- vars added         90
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        90      8010         0         0     56070         0   no data   no data
0.00/0.19	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.18
0.00/0.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.76/0.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.76/0.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.76/0.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.76/0.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
0.76/0.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.76/0.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.76/0.22	c Finding binary XORs  T:     0.00 s  found:       0
0.76/0.22	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.76/0.22	c calculated reachability. Time: 0.00
0.76/0.22	c Calc default polars -  time:   0.00 s pos:      46 undec:       0 neg:      44
0.76/0.22	c =========================================================================================
0.76/0.22	c types(t): F = full restart, N = normal restart
0.76/0.22	c types(t): S = simplification begin/end, E = solution found
0.76/0.22	c restart types(rt): st = static, dy = dynamic
0.76/0.22	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.76/0.22	c  B st     0         0        90      8010         0         0     56070         0   no data   no data
0.76/0.46	c  N dy     7      6900        90      8010         0      4044     56070    108436     25.18     26.64
0.76/0.75	c  N dy    10     13406        90      8010         0      6109     56070    151680     24.20     25.53
0.76/1.00	c  N dy    46     18297        90      8010         0      5481     56070    117815     24.83     26.42
4.37/1.18	c  N dy    61     22328        90      8010         0      9216     56070    227900     24.94     27.68
5.18/1.32	c  F st    82     25000        90      8010         0     11702     56070    301881     25.14   no data
5.57/1.43	c  N st    86     27037        90      8010         0      7282     56070    152945     25.14   no data
5.97/1.56	c  S st    88     30001        90      8010         0     10020     56070    235538     25.14   no data
6.37/1.60	c  S st    88     30505        90      8010         0     10505     56070    249636     25.14   no data
6.37/1.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.37/1.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
6.37/1.60	c blocked clauses removed:        0 vars:      0 tried:          90 T: 0.00 s
6.37/1.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.37/1.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.37/1.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
6.37/1.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.37/1.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.37/1.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.18/1.82	c lits-rem:       198  cl-subs:      687  v-elim:      0  v-fix:    0  time:  0.20 s
8.37/2.12	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.30
8.37/2.12	c calculated reachability. Time: 0.00
8.37/2.12	c  N dy    88     30505        90      8010         0      9818     56070    226784     25.14   no data
9.56/2.47	c  N dy   112     36087        90      8010         0      7684     56070    146502     25.27     26.77
10.76/2.76	c  N dy   128     41294        90      8010         0     12544     56070    289838     25.32     26.89
11.99/3.04	c  N dy   139     45758        90      8010         0      8389     56070    149755     25.30     23.92
11.99/3.04	c  S st   139     45758        90      8010         0      8389     56070    149755     25.30     23.92
11.99/3.08	c  S st   139     46261        90      8010         0      8860     56070    164062     25.30   no data
11.99/3.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.99/3.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
11.99/3.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.99/3.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
11.99/3.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.99/3.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
11.99/3.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.99/3.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
11.99/3.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.39/3.13	c lits-rem:         2  cl-subs:       50  v-elim:      0  v-fix:    0  time:  0.04 s
12.39/3.13	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
12.39/3.13	c vivif2 --  cl tried     8810 cl shrink        0 lits rem          0 time: 0.00
13.57/3.41	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.28
13.57/3.41	c calculated reachability. Time: 0.00
13.57/3.41	c  N dy   139     46261        90      8010         0      8810     56070    162237     25.30   no data
14.76/3.71	c  N dy   146     51766        90      8010         0     13875     56070    311353     25.27     26.91
15.56/3.97	c  N dy   157     55820        90      8010         0     17637     56070    423610     25.32     26.77
16.78/4.26	c  N dy   173     60618        90      8010         0     12847     56070    264700     25.35     27.03
19.15/4.83	c  N dy   184     69392        90      8010         0     10794     56070    187565     25.21     23.91
19.15/4.83	c  S st   184     69392        90      8010         0     10794     56070    187565     25.21     23.91
19.15/4.86	c  S st   184     69896        90      8010         0     11275     56070    201895     25.21   no data
19.15/4.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.15/4.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
19.15/4.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.15/4.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.15/4.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.15/4.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
19.15/4.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.15/4.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
19.15/4.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.55/4.94	c lits-rem:        21  cl-subs:      147  v-elim:      0  v-fix:    0  time:  0.06 s
19.55/4.95	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
19.55/4.95	c vivif2 --  cl tried    11128 cl shrink        0 lits rem          0 time: 0.00
20.77/5.27	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.33
20.77/5.27	c calculated reachability. Time: 0.00
20.77/5.27	c  N dy   184     69896        90      8010         0     11128     56070    197249     25.21   no data
21.95/5.55	c  N dy   200     74441        90      8010         0     15355     56070    320563     25.24     26.57
23.15/5.87	c  N dy   212     79236        90      8010         0     19786     56070    451848     25.25     28.37
24.75/6.28	c  N dy   238     85150        90      8010         0     14156     56070    268955     25.31     26.76
25.56/6.43	c  F st   242     87502        90      8010         0     16342     56070    333111     25.31   no data
26.34/6.65	c  N st   247     90800        90      8010         0     19388     56070    423120     25.31   no data
28.75/7.26	c  N dy   266     98797        90      8010         0     14723     56070    267943     25.31     26.64
30.34/7.68	c  S st   275    104844        90      8010         0     20341     56070    431775     25.27     25.02
30.74/7.74	c  S st   275    105348        90      8010         0     20812     56070    445741     25.27   no data
30.74/7.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.74/7.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
30.74/7.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.74/7.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.74/7.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.74/7.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
30.74/7.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.74/7.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
30.74/7.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.14/8.31	c lits-rem:       243  cl-subs:     1641  v-elim:      0  v-fix:    0  time:  0.55 s
33.14/8.31	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
33.14/8.32	c vivif2 --  cl tried    19171 cl shrink        0 lits rem          0 time: 0.00
34.74/8.72	c asymm  cl-useful: 0/6361/8010 lits-rem:0 time: 0.40
34.74/8.72	c calculated reachability. Time: 0.00
34.74/8.72	c  N dy   275    105348        90      8010         0     19171     56070    395550     25.27   no data
37.13/9.33	c  N dy   306    112138        90      8010         0     25495     56070    583419     25.33     27.47
39.53/9.94	c  N dy   335    120058        90      8010         0     19917     56070    403246     25.37     26.91
42.75/10.78	c  N dy   352    130797        90      8010         0     15991     56070    271208     25.30     26.71
47.54/11.97	c  N dy   370    145979        90      8010         0     15242     56070    231335     25.17     26.55
50.72/12.73	c  N dy   402    155831        90      8010         0     24346     56070    498469     25.18     26.54
51.53/12.95	c  S st   416    158024        90      8010         0     26371     56070    558683     25.20   no data
51.94/13.02	c  S st   416    158525        90      8010         0     26840     56070    573073     25.20   no data
51.94/13.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.94/13.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
51.94/13.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.94/13.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.94/13.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.94/13.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
51.94/13.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
51.94/13.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
51.94/13.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.50/13.94	c lits-rem:       408  cl-subs:     1974  v-elim:      0  v-fix:    0  time:  0.88 s
55.50/13.94	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
55.50/13.94	c vivif2 --  cl tried    24866 cl shrink        0 lits rem          0 time: 0.01
55.92/14.08	c asymm  cl-useful: 0/1649/8010 lits-rem:0 time: 0.14
55.92/14.08	c calculated reachability. Time: 0.00
55.92/14.08	c  N dy   416    158525        90      8010         0     24866     56070    510120     25.20   no data
59.91/15.02	c  N dy   444    168728        90      8010         0     18628     56070    311268     25.20     26.61
63.50/15.91	c  N dy   477    179549        90      8010         0     28668     56070    605661     25.21     26.54
67.89/17.01	c  N dy   521    191042        90      8010         0     22761     56070    420384     25.25     27.35
77.47/19.42	c  N dy   574    216274        90      8010         0     28381     56070    559645     25.17     26.69
84.27/21.16	c  N dy   651    230805        90      8010         0     23383     56070    400462     25.23     26.57
87.09/21.84	c  S st   676    237787        90      8010         0     29832     56070    589313     25.24   no data
87.46/21.91	c  S st   676    238288        90      8010         0     30298     56070    603285     25.24   no data
87.46/21.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
87.46/21.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
87.46/21.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
87.46/21.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
87.46/21.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.46/21.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
87.46/21.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
87.46/21.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
87.46/21.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.48/22.91	c lits-rem:       261  cl-subs:     2001  v-elim:      0  v-fix:    0  time:  0.95 s
91.48/22.91	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
91.48/22.92	c vivif2 --  cl tried    28297 cl shrink        0 lits rem          0 time: 0.01
92.26/23.12	c asymm  cl-useful: 0/2548/8010 lits-rem:0 time: 0.20
92.26/23.12	c calculated reachability. Time: 0.00
92.26/23.12	c  N dy   676    238288        90      8010         0     28297     56070    539794     25.24   no data
104.66/26.20	c  N dy   734    268746        90      8010         0     37017     56070    776613     25.14     26.51
113.82/28.59	c  N dy   782    291824        90      8010         0     38060     56070    794378     25.10     26.43
120.22/30.16	c  F st   840    306250        90      8010         0     30270     56070    553778     25.12   no data
122.24/30.68	c  N dy   846    311451        90      8010         0     35133     56070    698342     25.12   no data
133.40/33.48	c  N dy   930    335967        90      8010         0     35600     56070    687695     25.14     26.50
143.80/36.02	c  N dy  1004    356622        90      8010         0     31573     56070    550889     25.16     26.64
144.20/36.12	c  S st  1007    357434        90      8010         0     32332     56070    572710     25.15     24.05
144.58/36.20	c  S st  1007    357937        90      8010         0     32806     56070    586813     25.15   no data
144.58/36.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
144.58/36.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
144.58/36.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
144.58/36.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
144.58/36.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
144.58/36.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
144.58/36.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
144.58/36.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
144.58/36.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
148.61/37.23	c lits-rem:       172  cl-subs:     1850  v-elim:      0  v-fix:    0  time:  0.99 s
148.61/37.23	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
148.61/37.24	c vivif2 --  cl tried    30956 cl shrink        0 lits rem          0 time: 0.01
149.38/37.46	c asymm  cl-useful: 0/2038/8010 lits-rem:0 time: 0.22
149.38/37.46	c calculated reachability. Time: 0.00
149.38/37.46	c  N dy  1007    357937        90      8010         0     30956     56070    529591     25.15   no data
159.77/40.04	c  N dy  1056    378445        90      8010         0     25957     56070    370414     25.16     26.50
169.76/42.59	c  N dy  1126    398664        90      8010         0     44665     56070    924003     25.17     26.57
182.13/45.64	c  N dy  1191    419881        90      8010         0     39352     56070    745434     25.18     26.55
193.71/48.54	c  N dy  1273    440274        90      8010         0     32333     56070    521289     25.21     26.58
204.51/51.25	c  N dy  1341    460703        90      8010         0     51265     56070   1080888     25.22     26.74
215.68/54.04	c  N dy  1403    482668        90      8010         0     44772     56070    869455     25.22     26.74
227.29/56.92	c  N dy  1470    502688        90      8010         0     35513     56070    574568     25.22     27.43
239.26/59.96	c  N dy  1557    522771        90      8010         0     54159     56070   1126020     25.25     28.47
246.85/61.86	c  S st  1594    536905        90      8010         0     38514     56070    648363     25.25     23.58
247.25/61.96	c  S st  1594    537409        90      8010         0     38993     56070    662749     25.25   no data
247.25/61.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
247.25/61.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
247.25/61.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
247.25/61.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
247.25/61.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
247.25/61.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
247.25/61.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
247.25/61.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
247.65/62.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
252.44/63.22	c lits-rem:       300  cl-subs:     1761  v-elim:      0  v-fix:    0  time:  1.22 s
252.44/63.22	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
252.44/63.23	c vivif2 --  cl tried    37232 cl shrink        0 lits rem          0 time: 0.01
253.24/63.47	c asymm  cl-useful: 0/1700/8010 lits-rem:0 time: 0.24
253.24/63.47	c calculated reachability. Time: 0.00
253.24/63.47	c  N dy  1594    537409        90      8010         0     37232     56070    606766     25.25   no data
265.22/66.41	c  N dy  1669    557454        90      8010         0     55776     56070   1156975     25.26     26.65
276.80/69.32	c  N dy  1756    577580        90      8010         0     44853     56070    815546     25.28     26.76
290.39/72.75	c  N dy  1800    598526        90      8010         0     33629     56070    464055     25.27     26.70
302.39/75.76	c  N dy  1868    619663        90      8010         0     53264     56070   1044536     25.29     26.76
314.75/78.83	c  N dy  1926    639788        90      8010         0     40403     56070    648686     25.29     26.86
326.74/81.87	c  N dy  1961    660553        90      8010         0     59608     56070   1211700     25.27     26.67
343.51/86.03	c  N dy  2008    687858        90      8010         0     52292     56070    976352     25.24     26.58
358.30/89.78	c  N dy  2060    708483        90      8010         0     38190     56070    545967     25.23     26.59
371.07/92.98	c  N dy  2134    728490        90      8010         0     56735     56070   1095466     25.25     28.36
387.45/97.04	c  N dy  2185    748515        90      8010         0     41107     56070    617072     25.25     26.70
401.83/100.63	c  N dy  2282    769176        90      8010         0     60264     56070   1186052     25.27     26.67
416.23/104.25	c  N dy  2348    789203        90      8010         0     43641     56070    672779     25.28     27.75
427.40/107.06	c  S st  2395    806114        90      8010         0     59291     56070   1133394     25.27   no data
428.20/107.23	c  S st  2395    806617        90      8010         0     59772     56070   1148103     25.27   no data
428.20/107.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
428.20/107.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
428.20/107.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
428.20/107.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
428.20/107.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
428.20/107.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
428.20/107.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
428.20/107.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
428.60/107.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
447.40/112.02	c lits-rem:       748  cl-subs:     4549  v-elim:      0  v-fix:    0  time:  4.71 s
447.40/112.02	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
447.40/112.03	c vivif2 --  cl tried    55223 cl shrink        0 lits rem          0 time: 0.01
448.57/112.33	c asymm  cl-useful: 0/1191/8010 lits-rem:0 time: 0.30
448.57/112.33	c calculated reachability. Time: 0.00
448.57/112.33	c  N dy  2395    806617        90      8010         0     55223     56070   1005180     25.27   no data
465.74/116.60	c  N dy  2429    829143        90      8010         0     40083     56070    545222     25.26     26.65
480.12/120.26	c  N dy  2505    851346        90      8010         0     60554     56070   1153770     25.27     26.84
496.91/124.40	c  N dy  2549    871349        90      8010         0     42114     56070    585766     25.26     26.64
510.88/127.98	c  N dy  2655    891420        90      8010         0     60727     56070   1141899     25.28     26.73
532.05/133.27	c  N dy  2699    921828        90      8010         0     50824     56070    812779     25.24     26.65
548.83/137.45	c  N dy  2794    941882        90      8010         0     69423     56070   1364970     25.25     26.61
563.61/141.18	c  N dy  2842    961967        90      8010         0     49190     56070    759573     25.25     27.67
578.80/145.00	c  N dy  2871    983530        90      8010         0     69077     56070   1340486     25.23     26.60
595.16/149.05	c  N dy  2902   1004171        90      8010         0     48474     56070    717276     25.22     26.59
609.15/152.54	c  N dy  2931   1024302        90      8010         0     67012     56070   1260807     25.21     26.54
634.32/158.83	c  N dy  2934   1062797        90      8010         0     61643     56070   1067485     25.14     26.47
642.71/160.92	c  F st  2980   1071875        90      8010         0     70108     56070   1319902     25.15   no data
669.07/167.54	c  N dy  3019   1108005        90      8010         0     61854     56070   1065519     25.10     26.53
687.44/172.10	c  N dy  3073   1128045        90      8010         0     80340     56070   1605776     25.10     26.45
704.23/176.32	c  N dy  3146   1149227        90      8010         0     57600     56070    941114     25.11     26.57
723.81/181.28	c  N dy  3231   1171378        90      8010         0     78151     56070   1550995     25.12     26.58
755.34/189.16	c  N dy  3334   1209926        90      8010         0     70167     56070   1284557     25.11     23.92
755.34/189.16	c  S st  3334   1209926        90      8010         0     70167     56070   1284557     25.11     23.92
756.15/189.38	c  S st  3334   1210429        90      8010         0     70641     56070   1299064     25.11   no data
756.15/189.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
756.55/189.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
756.55/189.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
756.55/189.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
756.55/189.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
756.55/189.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
756.55/189.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
756.55/189.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
756.55/189.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
817.26/204.60	c lits-rem:       790  cl-subs:     6048  v-elim:      0  v-fix:    0  time: 15.11 s
817.26/204.60	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
817.26/204.62	c vivif2 --  cl tried    64593 cl shrink        0 lits rem          0 time: 0.02
818.07/204.86	c asymm  cl-useful: 0/533/8010 lits-rem:0 time: 0.25
818.07/204.87	c calculated reachability. Time: 0.00
818.07/204.87	c  N dy  3334   1210429        90      8010         0     64593     56070   1117709     25.11   no data
844.43/211.46	c  N dy  3423   1232060        90      8010         0     84549     56070   1706601     25.12     26.55
860.42/215.45	c  N dy  3498   1252099        90      8010         0     59109     56070    946842     25.13     28.47
882.00/220.84	c  N dy  3530   1279814        90      8010         0     84634     56070   1693215     25.11     26.44
899.97/225.33	c  N dy  3599   1300534        90      8010         0     58750     56070    914234     25.11     26.47
918.72/230.06	c  N dy  3699   1320621        90      8010         0     77355     56070   1465468     25.12     27.64
940.69/235.56	c  N dy  3778   1340803        90      8010         0     49877     56070    632511     25.13     26.63
959.47/240.25	c  N dy  3881   1360917        90      8010         0     68555     56070   1188509     25.14     26.49
985.43/246.73	c  N dy  3970   1380995        90      8010         0     87097     56070   1740174     25.15     26.99
1007.00/252.18	c  N dy  4090   1401068        90      8010         0     58639     56070    878751     25.17     28.81
1024.98/256.68	c  N dy  4159   1421122        90      8010         0     77219     56070   1425651     25.18     27.96
1051.34/263.29	c  N dy  4248   1442661        90      8010         0     49028     56070    567856     25.19     26.63
1067.32/267.21	c  N dy  4336   1462701        90      8010         0     67576     56070   1117755     25.19     28.21
1092.09/273.44	c  N dy  4430   1486128        90      8010         0     89337     56070   1764154     25.20     26.53
1117.25/279.76	c  N dy  4525   1511000        90      8010         0     63186     56070    966599     25.21     26.62
1136.02/284.41	c  N dy  4588   1531405        90      8010         0     82087     56070   1524686     25.21     26.57
1161.99/290.91	c  N dy  4667   1551450        90      8010         0     50668     56070    579691     25.21     27.50
1177.97/294.93	c  N dy  4761   1571509        90      8010         0     69273     56070   1132637     25.22     27.22
1202.75/301.11	c  N dy  4814   1596330        90      8010         0     92142     56070   1803141     25.21     26.87
1226.30/307.04	c  N dy  4900   1619491        90      8010         0     62685     56070    917198     25.22     26.56
1247.47/312.30	c  N dy  5016   1639518        90      8010         0     81236     56070   1473109     25.23     26.57
1273.45/318.86	c  N dy  5115   1659748        90      8010         0     99919     56070   2028676     25.24     26.63
1292.20/323.53	c  N dy  5169   1680493        90      8010         0     67248     56070   1034788     25.24     26.68
1313.77/328.98	c  N dy  5281   1700653        90      8010         0     85854     56070   1590785     25.26     26.59
1324.96/331.72	c  S st  5289   1710429        90      8010         0     94816     56070   1850449     25.25     24.02
1325.78/331.98	c  S st  5289   1710932        90      8010         0     95291     56070   1864618     25.25   no data
1325.78/331.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1326.18/332.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1326.18/332.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1326.18/332.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1326.18/332.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1326.18/332.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1326.18/332.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1326.18/332.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1326.55/332.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1380.09/345.52	c lits-rem:      1094  cl-subs:     8055  v-elim:      0  v-fix:    0  time: 13.40 s
1380.09/345.52	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
1380.09/345.55	c vivif2 --  cl tried    87236 cl shrink        0 lits rem          0 time: 0.02
1381.29/345.88	c asymm  cl-useful: 0/1016/8010 lits-rem:0 time: 0.34
1381.29/345.89	c calculated reachability. Time: 0.00
1381.29/345.89	c  N dy  5289   1710932        90      8010         0     87236     56070   1613514     25.25   no data
1407.25/352.38	c  N dy  5371   1730959        90      8010         0     53441     56070    613456     25.26     26.86
1425.62/356.98	c  N dy  5468   1752838        90      8010         0     73697     56070   1216549     25.26     26.69
1450.79/363.25	c  N dy  5519   1776624        90      8010         0     95616     56070   1862514     25.26     26.63
1474.36/369.15	c  N dy  5569   1798186        90      8010         0     62047     56070    844452     25.26     26.59
1493.15/373.82	c  N dy  5624   1819881        90      8010         0     81956     56070   1428094     25.26     26.63
1519.11/380.32	c  N dy  5704   1839912        90      8010         0    100496     56070   1978780     25.26     26.65
1544.66/386.73	c  N dy  5774   1859925        90      8010         0     64635     56070    904070     25.26     26.65
1566.23/392.13	c  N dy  5851   1881816        90      8010         0     84831     56070   1502342     25.26     26.75
1592.60/398.80	c  N dy  5944   1901995        90      8010         0    103480     56070   2059006     25.27     26.69
1626.55/407.27	c  N dy  6031   1936996        90      8010         0     80403     56070   1347637     25.26     26.65
1648.12/412.61	c  N dy  6086   1957017        90      8010         0     98790     56070   1887009     25.26     28.49
1674.48/419.27	c  N dy  6136   1980499        90      8010         0     64255     56070    855240     25.25     26.61
1695.27/424.44	c  N dy  6229   2000585        90      8010         0     82811     56070   1406897     25.26     26.82
1721.23/430.97	c  N dy  6306   2020894        90      8010         0    101623     56070   1964333     25.26     26.64
1747.18/437.46	c  N dy  6371   2040949        90      8010         0     62933     56070    801937     25.27     28.76
1769.57/443.06	c  N dy  6487   2062290        90      8010         0     82710     56070   1391851     25.28     26.73
1799.11/450.43	c  N dy  6551   2088695        90      8010         0    106946     56070   2102808     25.27     26.75
1826.69/457.39	c  N dy  6638   2110828        90      8010         0     69209     56070    961277     25.27     26.65
1847.04/462.48	c  N dy  6719   2130896        90      8010         0     87694     56070   1513150     25.27     29.95
1873.01/468.98	c  N dy  6803   2150908        90      8010         0    106199     56070   2064158     25.28     27.41
1917.35/480.07	c  N dy  6840   2195570        90      8010         0     88024     56070   1479577     25.24     26.68
1936.54/484.89	c  S st  6896   2210936        90      8010         0    102218     56070   1905361     25.25   no data
1938.12/485.20	c  S st  6896   2211440        90      8010         0    102692     56070   1919844     25.25   no data
1938.12/485.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1938.12/485.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1938.12/485.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1938.12/485.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1938.12/485.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1938.12/485.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1938.12/485.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1938.12/485.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1938.52/485.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2018.41/505.38	c lits-rem:      1207  cl-subs:    10451  v-elim:      0  v-fix:    0  time: 20.03 s
2018.41/505.38	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
2018.81/505.40	c vivif2 --  cl tried    92241 cl shrink        0 lits rem          0 time: 0.02
2020.02/505.75	c asymm  cl-useful: 0/855/8010 lits-rem:0 time: 0.35
2020.02/505.76	c calculated reachability. Time: 0.00
2020.02/505.76	c  N dy  6896   2211440        90      8010         0     92241     56070   1622270     25.25   no data
2048.76/512.94	c  N dy  6975   2231999        90      8010         0    111278     56070   2189635     25.25     26.77
2072.75/518.91	c  N dy  7039   2252158        90      8010         0     70475     56070    977018     25.25     26.68
2096.30/524.83	c  N dy  7124   2272580        90      8010         0     89356     56070   1538337     25.25     26.62
2124.26/531.82	c  N dy  7195   2292868        90      8010         0    108126     56070   2092098     25.25     26.65
2159.81/540.76	c  N dy  7255   2321054        90      8010         0     73467     56070   1043530     25.25     26.60
2183.00/546.55	c  N dy  7309   2342519        90      8010         0     93230     56070   1626315     25.25     26.60
2210.13/553.37	c  N dy  7377   2362520        90      8010         0    111718     56070   2175253     25.25     27.64
2236.91/560.09	c  N dy  7432   2382895        90      8010         0     68796     56070    882949     25.25     26.67
2256.89/565.00	c  N dy  7495   2402896        90      8010         0     87264     56070   1429459     25.25     26.59
2294.42/574.47	c  N dy  7578   2433499        90      8010         0    115493     56070   2263943     25.25     26.62
2321.99/581.34	c  N dy  7666   2453572        90      8010         0     71444     56070    943252     25.25     27.12
2345.17/587.20	c  N dy  7767   2473709        90      8010         0     90097     56070   1500154     25.26     26.65
2374.32/594.41	c  N dy  7872   2493735        90      8010         0    108677     56070   2056223     25.27     28.03
2409.86/603.30	c  N dy  7949   2517709        90      8010         0     67035     56070    788787     25.27     26.78
2451.41/613.78	c  N dy  8011   2561001        90      8010         0    106654     56070   1941509     25.25     26.59
2493.36/624.23	c  N dy  8088   2589703        90      8010         0     68622     56070    819590     25.24     26.66
2515.73/629.85	c  N dy  8208   2609801        90      8010         0     87222     56070   1378580     25.25     29.23
2544.88/637.16	c  N dy  8324   2631177        90      8010         0    107025     56070   1973096     25.26     26.77
2577.64/645.39	c  N dy  8408   2651186        90      8010         0    125535     56070   2526189     25.27     31.05
2606.00/652.43	c  N dy  8478   2671390        90      8010         0     78674     56070   1104477     25.27     26.79
2628.77/658.16	c  N dy  8536   2691425        90      8010         0     97145     56070   1650652     25.27     29.37
2660.33/666.04	c  N dy  8640   2711438        90      8010         0    115623     56070   2204340     25.28     28.42
2660.33/666.05	c  S st  8641   2711441        90      8010         0    115626     56070   2204412     25.28   no data
2661.54/666.38	c  S st  8641   2711944        90      8010         0    116104     56070   2218933     25.28   no data
2661.54/666.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2661.94/666.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2661.94/666.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2661.94/666.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2661.94/666.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2661.94/666.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
2661.94/666.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2661.94/666.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2662.32/666.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2731.02/683.79	c lits-rem:      1127  cl-subs:     9164  v-elim:      0  v-fix:    0  time: 17.25 s
2731.02/683.79	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
2731.42/683.82	c vivif2 --  cl tried   106940 cl shrink        0 lits rem          0 time: 0.03
2732.62/684.19	c asymm  cl-useful: 0/682/8010 lits-rem:0 time: 0.37
2733.02/684.20	c calculated reachability. Time: 0.00
2733.02/684.20	c  N dy  8641   2711944        90      8010         0    106940     56070   1928383     25.28   no data
2765.78/692.40	c  N dy  8735   2731957        90      8010         0    125490     56070   2483482     25.28     27.78
2794.14/699.57	c  N dy  8814   2753454        90      8010         0     79095     56070   1101687     25.29     26.65
2880.42/721.12	c  N dy  8844   2829904        90      8010         0     81907     56070   1149710     25.22     26.56
2903.61/726.96	c  N dy  8878   2849987        90      8010         0    100263     56070   1685221     25.22     26.55
2933.55/734.43	c  N dy  8950   2870058        90      8010         0    118797     56070   2237722     25.22     27.96
2972.30/744.15	c  N dy  9060   2890222        90      8010         0     69587     56070    784784     25.23     26.64
2993.86/749.58	c  N dy  9146   2910267        90      8010         0     88077     56070   1337098     25.24     27.95
3022.62/756.77	c  N dy  9249   2930275        90      8010         0    106667     56070   1894438     25.25     26.75
3055.78/765.01	c  N dy  9338   2950339        90      8010         0    125260     56070   2450040     25.25     27.19
3084.14/772.15	c  N dy  9376   2970404        90      8010         0     74654     56070    913223     25.25     27.58
3107.71/778.06	c  N dy  9478   2990480        90      8010         0     93257     56070   1471734     25.25     28.29
3135.67/785.02	c  N dy  9542   3010536        90      8010         0    111756     56070   2018746     25.26     28.57
3200.39/801.23	c  N dy  9625   3057254        90      8010         0     84624     56070   1177774     25.24     26.62
3228.36/808.22	c  N dy  9722   3077955        90      8010         0    103795     56070   1750365     25.25     26.75
3259.12/815.98	c  N dy  9802   3098093        90      8010         0    122356     56070   2302356     25.25     26.77
3307.85/828.13	c  N dy  9948   3118166        90      8010         0    140998     56070   2865260     25.26     27.03
3341.39/836.58	c  N dy 10023   3139680        90      8010         0     89763     56070   1321702     25.26     26.65
3387.33/848.07	c  N dy 10091   3167365        90      8010         0    115224     56070   2073929     25.26     26.60
3426.09/857.76	c  N dy 10211   3187385        90      8010         0    133769     56070   2634359     25.27     27.54
3461.24/866.55	c  N dy 10297   3208226        90      8010         0     81059     56070   1046891     25.27     26.63
3465.63/867.66	c  S st 10318   3211944        90      8010         0     84528     56070   1150351     25.27     25.42
3466.81/867.90	c  S st 10318   3212444        90      8010         0     85004     56070   1165177     25.27   no data
3466.81/867.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3466.81/867.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3466.81/867.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3466.81/867.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3466.81/867.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3466.81/867.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
3466.81/867.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3466.81/867.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3467.21/868.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3479.21/871.09	c lits-rem:       280  cl-subs:     2396  v-elim:      0  v-fix:    0  time:  3.09 s
3479.21/871.09	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
3479.59/871.11	c vivif2 --  cl tried    82608 cl shrink        0 lits rem          0 time: 0.02
3480.79/871.45	c asymm  cl-useful: 0/886/8010 lits-rem:0 time: 0.34
3480.79/871.45	c calculated reachability. Time: 0.00
3480.79/871.45	c  N dy 10318   3212444        90      8010         0     82608     56070   1090383     25.27   no data
3504.76/877.44	c  N dy 10358   3234312        90      8010         0    102691     56070   1679167     25.27     26.72
3537.91/885.72	c  N dy 10469   3254414        90      8010         0    121289     56070   2238315     25.28     26.62
3648.16/913.30	c  N dy 10539   3339071        90      8010         0    125701     56070   2307498     25.23     26.67
3685.33/922.68	c  N dy 10627   3359085        90      8010         0    144191     56070   2858232     25.23     27.73
3745.63/937.74	c  N dy 10736   3409647        90      8010         0    117310     56070   2090045     25.22     26.78
3783.17/947.15	c  N dy 10849   3429686        90      8010         0    135834     56070   2642856     25.23     26.87
3815.93/955.32	c  N dy 10863   3452440        90      8010         0     82347     56070   1039831     25.22     26.65
3843.51/962.22	c  N dy 10987   3472450        90      8010         0    100903     56070   1598693     25.23     28.07
3881.44/971.77	c  N dy 11091   3497241        90      8010         0    123818     56070   2278912     25.23     26.61
3923.38/982.21	c  N dy 11220   3517342        90      8010         0    142496     56070   2840725     25.24     26.59
3958.53/991.07	c  N dy 11311   3537396        90      8010         0     85381     56070   1105357     25.24     26.85
3986.09/997.90	c  N dy 11400   3557574        90      8010         0    104046     56070   1661448     25.25     26.66
4016.45/1005.56	c  N dy 11459   3577638        90      8010         0    122511     56070   2207540     25.24     30.07
4061.99/1016.95	c  N dy 11575   3601197        90      8010         0    144280     56070   2857702     25.25     26.59
4093.15/1024.79	c  N dy 11621   3621253        90      8010         0     86226     56070   1117807     25.25     27.06
4126.29/1033.01	c  N dy 11649   3649566        90      8010         0    112154     56070   1871380     25.24     26.64
4162.65/1042.19	c  N dy 11765   3669572        90      8010         0    130650     56070   2426181     25.24     27.71
4219.77/1056.44	c  N dy 11872   3689588        90      8010         0    149192     56070   2983944     25.25     29.13
4270.13/1069.06	c  N dy 11976   3709659        90      8010         0     90288     56070   1222155     25.26     26.64
4275.69/1070.43	c  S st 11995   3712447        90      8010         0     92891     56070   1301138     25.26   no data
4277.29/1070.85	c  S st 11995   3712947        90      8010         0     93360     56070   1315428     25.26   no data
4277.29/1070.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4277.69/1070.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.07
4277.69/1070.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4277.69/1070.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4277.69/1070.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4277.69/1070.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
4277.69/1070.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4277.69/1070.97	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4278.09/1071.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4316.04/1080.51	c lits-rem:       253  cl-subs:     2609  v-elim:      0  v-fix:    0  time:  9.49 s
4316.04/1080.51	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
4316.04/1080.54	c vivif2 --  cl tried    90751 cl shrink        0 lits rem          0 time: 0.02
4318.06/1081.05	c asymm  cl-useful: 0/760/8010 lits-rem:0 time: 0.52
4318.06/1081.06	c calculated reachability. Time: 0.00
4318.06/1081.06	c  N dy 11995   3712947        90      8010         0     90751     56070   1229791     25.26   no data
4351.99/1089.52	c  N dy 12100   3733389        90      8010         0    109720     56070   1795978     25.26     26.89
4383.15/1097.32	c  F st 12191   3751563        90      8010         0    126523     56070   2297372     25.27     24.43
4386.74/1098.28	c  N st 12195   3753594        90      8010         0    128402     56070   2353851     25.27   no data
4424.68/1107.76	c  N dy 12248   3773653        90      8010         0    146882     56070   2902596     25.27     26.67
4461.04/1116.82	c  N dy 12326   3795072        90      8010         0     88267     56070   1140294     25.27     26.88
4490.19/1124.16	c  N dy 12361   3815675        90      8010         0    107161     56070   1692507     25.26     26.95
4519.75/1131.55	c  N dy 12410   3835762        90      8010         0    125535     56070   2236576     25.26     29.30
4560.12/1141.62	c  N dy 12508   3856043        90      8010         0    144306     56070   2799716     25.27     26.65
4598.85/1151.37	c  N dy 12570   3876529        90      8010         0     83983     56070    997574     25.27     26.68
4626.41/1158.22	c  N dy 12676   3896551        90      8010         0    102505     56070   1553255     25.27     26.86
4659.17/1166.42	c  N dy 12786   3916559        90      8010         0    120966     56070   2106797     25.28     28.42
4699.51/1176.54	c  N dy 12900   3937427        90      8010         0    140219     56070   2686289     25.29     26.88
4751.84/1189.69	c  N dy 13009   3961354        90      8010         0     82101     56070    918958     25.29     26.75
4777.41/1196.00	c  N dy 13093   3981426        90      8010         0    100578     56070   1467760     25.29     28.98

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-3174195-1304111777/watcher-3174195-1304111777 -o /tmp/evaluation-result-3174195-1304111777/solver-3174195-1304111777 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174195-1304111777.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.26 8.13 7.96 5/180 26784
/proc/meminfo: memFree=24343100/32951124 swapFree=67102140/67111528
[pid=26784] ppid=26782 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 413 0 0 0 0 0 0 0 25 0 4 0 601408400 52441088 353 33554432000 4194304 4627427 140736624394320 18446744073709551615 47418253277110 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 12803 353 303 106 0 7774 0
[pid=26784/tid=26785] ppid=26782 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 4 0 601408400 52441088 353 33554432000 4194304 4627427 140736624394320 18446744073709551615 216735178683 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 601408400 52441088 353 33554432000 4194304 4627427 140736624394320 18446744073709551615 47418253277106 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 601408400 52441088 353 33554432000 4194304 4627427 140736624394320 18446744073709551615 216730225750 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.196229 s]
/proc/loadavg: 8.26 8.13 7.96 5/180 26784
/proc/meminfo: memFree=24343100/32951124 swapFree=67102140/67111528
[pid=26784] ppid=26782 vsize=282408 CPUtime=0.76 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 2147 0 0 0 76 0 0 0 25 0 4 0 601408400 289185792 1828 33554432000 4194304 4627427 140736624394320 18446744073709551615 216734839841 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 70602 1909 371 106 0 65573 0
[pid=26784/tid=26785] ppid=26782 vsize=282408 CPUtime=0.19 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 260 0 0 0 19 0 0 0 25 0 4 0 601408400 289185792 1983 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=282408 CPUtime=0.18 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) D 26782 26784 26610 0 -1 4202560 458 0 0 0 18 0 0 0 18 0 4 0 601408400 289185792 2028 33554432000 4194304 4627427 140736624394320 18446744073709551615 216734875856 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=282408 CPUtime=0.18 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 697 0 0 0 18 0 0 0 25 0 4 0 601408400 289185792 2076 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.76
Current children cumulated vsize (KiB) 282408

[startup+1.00649 s]
/proc/loadavg: 8.26 8.13 7.96 5/180 26784
/proc/meminfo: memFree=24343100/32951124 swapFree=67102140/67111528
[pid=26784] ppid=26782 vsize=285872 CPUtime=3.99 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 8272 0 0 0 398 1 0 0 25 0 4 0 601408400 292732928 4050 33554432000 4194304 4627427 140736624394320 18446744073709551615 4310094 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 71468 4050 384 106 0 66439 0
[pid=26784/tid=26785] ppid=26782 vsize=285872 CPUtime=0.99 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 2033 0 0 0 99 0 0 0 25 0 4 0 601408400 292732928 4050 33554432000 4194304 4627427 140736624394320 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=285872 CPUtime=0.99 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 2054 0 0 0 99 0 0 0 19 0 4 0 601408400 292732928 4050 33554432000 4194304 4627427 140736624394320 18446744073709551615 4327381 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=285872 CPUtime=0.99 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 1738 0 0 0 99 0 0 0 25 0 4 0 601408400 292732928 4050 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 285872

[startup+1.10047 s]
/proc/loadavg: 8.26 8.13 7.96 5/180 26784
/proc/meminfo: memFree=24343100/32951124 swapFree=67102140/67111528
[pid=26784] ppid=26782 vsize=285872 CPUtime=4.37 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 8520 0 0 0 436 1 0 0 25 0 4 0 601408400 292732928 4298 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 71468 4298 384 106 0 66439 0
[pid=26784/tid=26785] ppid=26782 vsize=285872 CPUtime=1.09 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 2098 0 0 0 109 0 0 0 25 0 4 0 601408400 292732928 4298 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=285872 CPUtime=1.09 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 2118 0 0 0 109 0 0 0 19 0 4 0 601408400 292732928 4298 33554432000 4194304 4627427 140736624394320 18446744073709551615 4330971 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=285872 CPUtime=1.08 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 1789 0 0 0 108 0 0 0 25 0 4 0 601408400 292732928 4298 33554432000 4194304 4627427 140736624394320 18446744073709551615 4333536 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 285872

[startup+1.20045 s]
/proc/loadavg: 8.26 8.13 7.96 5/180 26784
/proc/meminfo: memFree=24343100/32951124 swapFree=67102140/67111528
[pid=26784] ppid=26782 vsize=285960 CPUtime=4.78 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 9061 0 0 0 476 2 0 0 25 0 4 0 601408400 292823040 4406 33554432000 4194304 4627427 140736624394320 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 71490 4406 385 106 0 66461 0
[pid=26784/tid=26785] ppid=26782 vsize=285960 CPUtime=1.19 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 2173 0 0 0 119 0 0 0 25 0 4 0 601408400 292823040 4406 33554432000 4194304 4627427 140736624394320 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=285960 CPUtime=1.19 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 2186 0 0 0 119 0 0 0 19 0 4 0 601408400 292823040 4406 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=285960 CPUtime=1.18 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 2126 0 0 0 118 0 0 0 25 0 4 0 601408400 292823040 4406 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 285960

[startup+1.5004 s]
/proc/loadavg: 8.26 8.13 7.96 5/180 26784
/proc/meminfo: memFree=24343100/32951124 swapFree=67102140/67111528
[pid=26784] ppid=26782 vsize=286404 CPUtime=5.97 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 10615 0 0 0 595 2 0 0 25 0 4 0 601408400 293277696 4645 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 71601 4645 385 106 0 66572 0
[pid=26784/tid=26785] ppid=26782 vsize=286404 CPUtime=1.48 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 2609 0 0 0 148 0 0 0 25 0 4 0 601408400 293277696 4646 33554432000 4194304 4627427 140736624394320 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=286404 CPUtime=1.48 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 2659 0 0 0 148 0 0 0 19 0 4 0 601408400 293277696 4646 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=286404 CPUtime=1.48 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 2329 0 0 0 148 0 0 0 25 0 4 0 601408400 293277696 4646 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 286404

[startup+3.10613 s]
/proc/loadavg: 8.32 8.14 7.97 9/184 26788
/proc/meminfo: memFree=24282556/32951124 swapFree=67102140/67111528
[pid=26784] ppid=26782 vsize=286892 CPUtime=12.39 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 21894 0 0 0 1235 4 0 0 25 0 4 0 601408400 293777408 11658 33554432000 4194304 4627427 140736624394320 18446744073709551615 4420268 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 71723 11658 388 106 0 66694 0
[pid=26784/tid=26785] ppid=26782 vsize=286892 CPUtime=3.1 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 5056 0 0 0 309 1 0 0 25 0 4 0 601408400 293777408 11658 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=286892 CPUtime=3.07 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 5807 0 0 0 307 0 0 0 24 0 4 0 601408400 293777408 11658 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=286892 CPUtime=3.09 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 5528 0 0 0 308 1 0 0 25 0 4 0 601408400 293777408 11658 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 286892

[startup+6.30057 s]
/proc/loadavg: 8.30 8.14 7.97 9/184 26788
/proc/meminfo: memFree=24261844/32951124 swapFree=67102140/67111528
[pid=26784] ppid=26782 vsize=287840 CPUtime=25.16 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 32765 0 0 0 2510 6 0 0 25 0 4 0 601408400 294748160 14220 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 71960 14220 388 106 0 66931 0
[pid=26784/tid=26785] ppid=26782 vsize=287840 CPUtime=6.29 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 9045 0 0 0 628 1 0 0 25 0 4 0 601408400 294748160 14220 33554432000 4194304 4627427 140736624394320 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=287840 CPUtime=6.26 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 8330 0 0 0 625 1 0 0 25 0 4 0 601408400 294748160 14220 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=287840 CPUtime=6.29 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 7701 0 0 0 628 1 0 0 25 0 4 0 601408400 294748160 14220 33554432000 4194304 4627427 140736624394320 18446744073709551615 4328865 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 287840

[startup+12.7004 s]
/proc/loadavg: 8.27 8.14 7.97 9/184 26788
/proc/meminfo: memFree=24225916/32951124 swapFree=67102140/67111528
[pid=26784] ppid=26782 vsize=289364 CPUtime=50.72 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 51335 0 0 0 5063 9 0 0 25 0 4 0 601408400 296308736 19355 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 72341 19355 388 106 0 67312 0
[pid=26784/tid=26785] ppid=26782 vsize=289364 CPUtime=12.69 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 13425 0 0 0 1267 2 0 0 25 0 4 0 601408400 296308736 19355 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=289364 CPUtime=12.63 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 12746 0 0 0 1261 2 0 0 25 0 4 0 601408400 296308736 19355 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=289364 CPUtime=12.68 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 12523 0 0 0 1266 2 0 0 25 0 4 0 601408400 296308736 19355 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 289364

[startup+25.5012 s]
/proc/loadavg: 8.23 8.13 7.97 9/184 26789
/proc/meminfo: memFree=24184120/32951124 swapFree=67102140/67111528
[pid=26784] ppid=26782 vsize=270640 CPUtime=101.84 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 78476 0 0 0 10170 14 0 0 25 0 4 0 601408400 277135360 26146 33554432000 4194304 4627427 140736624394320 18446744073709551615 4333279 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 67660 26146 388 106 0 62631 0
[pid=26784/tid=26785] ppid=26782 vsize=270640 CPUtime=25.49 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 20417 0 0 0 2546 3 0 0 25 0 4 0 601408400 277135360 26146 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=270640 CPUtime=25.36 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 19343 0 0 0 2533 3 0 0 25 0 4 0 601408400 277135360 26146 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=270640 CPUtime=25.48 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 18621 0 0 0 2545 3 0 0 25 0 4 0 601408400 277135360 26146 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 270640

[startup+51.1007 s]
/proc/loadavg: 8.21 8.14 7.97 9/184 26789
/proc/meminfo: memFree=24106676/32951124 swapFree=67102140/67111528
[pid=26784] ppid=26782 vsize=337708 CPUtime=204.11 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 117607 0 0 0 20386 25 0 0 25 0 4 0 601408400 345812992 33188 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 84427 33188 388 106 0 79398 0
[pid=26784/tid=26785] ppid=26782 vsize=337708 CPUtime=51.09 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 31457 0 0 0 5103 6 0 0 25 0 4 0 601408400 345812992 33188 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=337708 CPUtime=50.82 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 29266 0 0 0 5076 6 0 0 25 0 4 0 601408400 345812992 33188 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=337708 CPUtime=51.08 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 27860 0 0 0 5102 6 0 0 25 0 4 0 601408400 345812992 33188 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 337708

[startup+102.301 s]
/proc/loadavg: 8.15 8.13 7.98 9/184 26791
/proc/meminfo: memFree=24042520/32951124 swapFree=67102140/67111528
[pid=26784] ppid=26782 vsize=295204 CPUtime=408.62 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 169505 0 0 0 40823 39 0 0 25 0 4 0 601408400 302288896 40989 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309149 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 73801 40989 388 106 0 68772 0
[pid=26784/tid=26785] ppid=26782 vsize=295204 CPUtime=102.29 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 45424 0 0 0 10218 11 0 0 25 0 4 0 601408400 302288896 40989 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=295204 CPUtime=101.74 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 39912 0 0 0 10166 8 0 0 25 0 4 0 601408400 302288896 40989 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=295204 CPUtime=102.28 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 43526 0 0 0 10218 10 0 0 25 0 4 0 601408400 302288896 40989 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 295204

[startup+162.3 s]

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

[pid=26784] ppid=26782 vsize=510080 CPUtime=2565.66 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 518223 0 0 0 256395 171 0 0 25 0 4 0 601408400 522321920 72159 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 127520 72159 388 106 0 122491 0
[pid=26784/tid=26785] ppid=26782 vsize=510080 CPUtime=642.29 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 132001 0 0 0 64185 44 0 0 25 0 4 0 601408400 522321920 72159 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=510080 CPUtime=638.81 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 125285 0 0 0 63839 42 0 0 25 0 4 0 601408400 522321920 72159 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=510080 CPUtime=642.29 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 133720 0 0 0 64185 44 0 0 25 0 4 0 601408400 522321920 72159 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2565.66
Current children cumulated vsize (KiB) 510080

[startup+702.3 s]
/proc/loadavg: 8.21 8.14 8.03 9/184 26807
/proc/meminfo: memFree=23733804/32951124 swapFree=67102140/67111528
[pid=26784] ppid=26782 vsize=497604 CPUtime=2805.33 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 547439 0 0 0 280349 184 0 0 25 0 4 0 601408400 509546496 73559 33554432000 4194304 4627427 140736624394320 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 124401 73559 388 106 0 119372 0
[pid=26784/tid=26785] ppid=26782 vsize=497604 CPUtime=702.29 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 139000 0 0 0 70182 47 0 0 25 0 4 0 601408400 509546496 73559 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=497604 CPUtime=698.48 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 132254 0 0 0 69804 44 0 0 25 0 4 0 601408400 509546496 73559 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=497604 CPUtime=702.28 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 141384 0 0 0 70180 48 0 0 25 0 4 0 601408400 509546496 73559 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.33
Current children cumulated vsize (KiB) 497604

[startup+762.301 s]
/proc/loadavg: 8.13 8.12 8.03 9/184 26808
/proc/meminfo: memFree=23701292/32951124 swapFree=67102140/67111528
[pid=26784] ppid=26782 vsize=498036 CPUtime=3044.99 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 577067 0 0 0 304302 197 0 0 25 0 4 0 601408400 509988864 80053 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309598 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 124509 80053 388 106 0 119480 0
[pid=26784/tid=26785] ppid=26782 vsize=498036 CPUtime=762.3 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 147342 0 0 0 76178 52 0 0 25 0 4 0 601408400 509988864 80053 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=498036 CPUtime=758.15 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 139085 0 0 0 75768 47 0 0 25 0 4 0 601408400 509988864 80053 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=498036 CPUtime=762.28 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 148632 0 0 0 76177 51 0 0 25 0 4 0 601408400 509988864 80053 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.99
Current children cumulated vsize (KiB) 498036

[startup+822.3 s]
/proc/loadavg: 8.16 8.13 8.03 9/184 26810
/proc/meminfo: memFree=23645960/32951124 swapFree=67102140/67111528
[pid=26784] ppid=26782 vsize=498424 CPUtime=3284.66 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 608825 0 0 0 328257 209 0 0 25 0 4 0 601408400 510386176 82114 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309089 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 124606 82114 388 106 0 119577 0
[pid=26784/tid=26785] ppid=26782 vsize=498424 CPUtime=822.3 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 154324 0 0 0 82174 56 0 0 25 0 4 0 601408400 510386176 82114 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=498424 CPUtime=817.82 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 147699 0 0 0 81732 50 0 0 25 0 4 0 601408400 510386176 82114 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=498424 CPUtime=822.29 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 160731 0 0 0 82174 55 0 0 25 0 4 0 601408400 510386176 82114 33554432000 4194304 4627427 140736624394320 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.66
Current children cumulated vsize (KiB) 498424

[startup+882.301 s]
/proc/loadavg: 8.10 8.12 8.03 9/184 26812
/proc/meminfo: memFree=23606004/32951124 swapFree=67102140/67111528
[pid=26784] ppid=26782 vsize=630664 CPUtime=3524.33 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 632534 0 0 0 352214 219 0 0 25 0 4 0 601408400 645799936 87671 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 157666 87671 388 106 0 152637 0
[pid=26784/tid=26785] ppid=26782 vsize=630664 CPUtime=882.29 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 162567 0 0 0 88171 58 0 0 25 0 4 0 601408400 645799936 87671 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=630664 CPUtime=877.5 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 153102 0 0 0 87697 53 0 0 25 0 4 0 601408400 645799936 87671 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=630664 CPUtime=882.28 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 164653 0 0 0 88172 56 0 0 25 0 4 0 601408400 645799936 87671 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.33
Current children cumulated vsize (KiB) 630664

[startup+942.3 s]
/proc/loadavg: 8.08 8.11 8.03 9/184 26813
/proc/meminfo: memFree=23589364/32951124 swapFree=67102140/67111528
[pid=26784] ppid=26782 vsize=577852 CPUtime=3764 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 660223 0 0 0 376170 230 0 0 25 0 4 0 601408400 591720448 86708 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309130 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 144463 86708 388 106 0 139434 0
[pid=26784/tid=26785] ppid=26782 vsize=577852 CPUtime=942.29 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 169129 0 0 0 94168 61 0 0 25 0 4 0 601408400 591720448 86708 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=577852 CPUtime=937.17 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 160467 0 0 0 93663 54 0 0 25 0 4 0 601408400 591720448 86708 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=577852 CPUtime=942.29 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 171258 0 0 0 94170 59 0 0 25 0 4 0 601408400 591720448 86708 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764
Current children cumulated vsize (KiB) 577852

[startup+1002.3 s]
/proc/loadavg: 8.06 8.10 8.03 9/184 26815
/proc/meminfo: memFree=23605952/32951124 swapFree=67102140/67111528
[pid=26784] ppid=26782 vsize=578364 CPUtime=4003.67 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 687075 0 0 0 400125 242 0 0 25 0 4 0 601408400 592244736 85069 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 144591 85069 388 106 0 139562 0
[pid=26784/tid=26785] ppid=26782 vsize=578364 CPUtime=1002.29 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 176125 0 0 0 100165 64 0 0 25 0 4 0 601408400 592244736 85069 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309217 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=578364 CPUtime=996.85 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 167246 0 0 0 99627 58 0 0 25 0 4 0 601408400 592244736 85069 33554432000 4194304 4627427 140736624394320 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=578364 CPUtime=1002.29 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 177727 0 0 0 100167 62 0 0 25 0 4 0 601408400 592244736 85069 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.67
Current children cumulated vsize (KiB) 578364

[startup+1062.3 s]
/proc/loadavg: 8.06 8.09 8.03 9/184 26816
/proc/meminfo: memFree=23524460/32951124 swapFree=67102140/67111528
[pid=26784] ppid=26782 vsize=687316 CPUtime=4243.36 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 713449 0 0 0 424082 254 0 0 25 0 4 0 601408400 703811584 97028 33554432000 4194304 4627427 140736624394320 18446744073709551615 4324328 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 171829 97028 388 106 0 166800 0
[pid=26784/tid=26785] ppid=26782 vsize=687316 CPUtime=1062.29 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 183913 0 0 0 106163 66 0 0 25 0 4 0 601408400 703811584 97028 33554432000 4194304 4627427 140736624394320 18446744073709551615 4420275 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=687316 CPUtime=1056.53 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 172386 0 0 0 105592 61 0 0 25 0 4 0 601408400 703811584 97028 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=687316 CPUtime=1062.3 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 186305 0 0 0 106164 66 0 0 25 0 4 0 601408400 703811584 97028 33554432000 4194304 4627427 140736624394320 18446744073709551615 4420258 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.36
Current children cumulated vsize (KiB) 687316

[startup+1122.3 s]
/proc/loadavg: 8.02 8.07 8.03 9/184 26818
/proc/meminfo: memFree=23578248/32951124 swapFree=67102140/67111528
[pid=26784] ppid=26782 vsize=565240 CPUtime=4483.01 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 733279 0 0 0 448037 264 0 0 25 0 4 0 601408400 578805760 93596 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 141310 93596 388 106 0 136281 0
[pid=26784/tid=26785] ppid=26782 vsize=565240 CPUtime=1122.28 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 187888 0 0 0 112160 68 0 0 25 0 4 0 601408400 578805760 93596 33554432000 4194304 4627427 140736624394320 18446744073709551615 4332826 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=565240 CPUtime=1116.2 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 179067 0 0 0 111556 64 0 0 25 0 4 0 601408400 578805760 93596 33554432000 4194304 4627427 140736624394320 18446744073709551615 4427854 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=565240 CPUtime=1122.29 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 189832 0 0 0 112162 67 0 0 25 0 4 0 601408400 578805760 93596 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.01
Current children cumulated vsize (KiB) 565240

[startup+1182.31 s]
/proc/loadavg: 8.05 8.07 8.03 9/184 26820
/proc/meminfo: memFree=23530216/32951124 swapFree=67102140/67111528
[pid=26784] ppid=26782 vsize=634060 CPUtime=4722.7 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 755085 0 0 0 471996 274 0 0 25 0 4 0 601408400 649277440 95987 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 158515 95987 388 106 0 153486 0
[pid=26784/tid=26785] ppid=26782 vsize=634060 CPUtime=1182.29 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 194267 0 0 0 118157 72 0 0 25 0 4 0 601408400 649277440 95987 33554432000 4194304 4627427 140736624394320 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=634060 CPUtime=1175.88 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 184129 0 0 0 117522 66 0 0 25 0 4 0 601408400 649277440 95987 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=634060 CPUtime=1182.3 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 194969 0 0 0 118160 70 0 0 25 0 4 0 601408400 649277440 95987 33554432000 4194304 4627427 140736624394320 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4722.7
Current children cumulated vsize (KiB) 634060



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.04 8.07 8.02 9/184 26851
/proc/meminfo: memFree=23982228/32951124 swapFree=67102140/67111528
[pid=26784] ppid=26782 vsize=579396 CPUtime=4800.19 cores=0,2,4,6
/proc/26784/stat : 26784 (strangenight2-m) R 26782 26784 26610 0 -1 4202496 764734 0 0 0 479740 279 0 0 25 0 4 0 601408400 593301504 94299 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/26784/statm: 144849 94299 388 106 0 139820 0
[pid=26784/tid=26785] ppid=26782 vsize=579396 CPUtime=1201.69 cores=0,2,4,6
/proc/26784/task/26785/stat : 26785 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 195743 0 0 0 120096 73 0 0 25 0 4 0 601408400 593301504 94299 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26784/tid=26786] ppid=26782 vsize=579396 CPUtime=1195.17 cores=0,2,4,6
/proc/26784/task/26786/stat : 26786 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 186925 0 0 0 119450 67 0 0 25 0 4 0 601408400 593301504 94299 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26784/tid=26787] ppid=26782 vsize=579396 CPUtime=1201.7 cores=0,2,4,6
/proc/26784/task/26787/stat : 26787 (strangenight2-m) R 26782 26784 26610 0 -1 4202560 197724 0 0 0 120099 71 0 0 25 0 4 0 601408400 593301504 94299 33554432000 4194304 4627427 140736624394320 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 579396

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.24
CPU user time (s): 4797.42
CPU system time (s): 2.81257
CPU usage (%): 399.443
Max. virtual memory (cumulated for all children) (KiB): 753736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.42
system time used= 2.81257
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 764735
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= 972
involuntary context switches= 33484

runsolver used 2.01869 second user time and 4.55031 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 23:16:17
IDJOB=3174195
IDBENCH=83013
IDSOLVER=1586
FILE ID=node119/3174195-1304111777
RUNJOBID= node119-1304110569-26628
PBS_JOBID= 13170679
Free space on /tmp= 71812 MiB

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

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

MD5SUM BENCH= f2a33b1c7727ae45658e5fd83ad755d2
RANDOM SEED=1412118790

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.74
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.815
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.83
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.815
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.67
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.815
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.83
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.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24343132 kB
Buffers:       1910600 kB
Cached:        6031992 kB
SwapCached:       3688 kB
Active:         209868 kB
Inactive:      7835820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24343132 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:           11664 kB
Writeback:           0 kB
AnonPages:      102408 kB
Mapped:          15328 kB
Slab:           499612 kB
PageTables:       4676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   318004 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= 71812 MiB
End job on node119 at 2011-04-29 23:36:21