Trace number 3366604

Some explanations

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

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

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

Solver answer on this benchmark

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

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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366604-1305410099.cnf'
0.00/0.01	c -- header says num vars:             90
0.00/0.01	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.77/0.20	c Parsing time:  0.00 s
0.77/0.20	c  N st     0         0        90      8010         0         0     56070         0   no data   no data
0.77/0.20	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.18
0.77/0.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.57/0.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.57/0.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.57/0.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.57/0.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1.57/0.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.57/0.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1.57/0.40	c Finding binary XORs  T:     0.00 s  found:       0
1.57/0.40	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
1.57/0.40	c calculated reachability. Time: 0.00
1.57/0.40	c Calc default polars -  time:   0.00 s pos:      46 undec:       0 neg:      44
1.57/0.40	c =========================================================================================
1.57/0.40	c types(t): F = full restart, N = normal restart
1.57/0.40	c types(t): S = simplification begin/end, E = solution found
1.57/0.40	c restart types(rt): st = static, dy = dynamic
1.57/0.40	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.57/0.44	c  B st     0         0        90      8010         0         0     56070         0   no data   no data
2.37/0.65	c  N dy     7      6900        90      8010         0      4044     56070    108436     25.18     26.64
3.99/1.10	c  N dy    10     13406        90      8010         0      6109     56070    151680     24.20     25.53
3.99/1.10	c  N dy    46     18297        90      8010         0      5481     56070    117815     24.83     26.42
4.75/1.20	c  N dy    61     22328        90      8010         0      9216     56070    227900     24.94     27.68
5.55/1.40	c  F st    82     25000        90      8010         0     11702     56070    301881     25.14   no data
5.55/1.44	c  N st    86     27037        90      8010         0      7282     56070    152945     25.14   no data
5.95/1.58	c  S st    88     30001        90      8010         0     10020     56070    235538     25.14   no data
6.35/1.61	c  S st    88     30505        90      8010         0     10505     56070    249636     25.14   no data
6.35/1.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.35/1.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
6.35/1.62	c blocked clauses removed:        0 vars:      0 tried:          90 T: 0.00 s
6.35/1.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.35/1.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.35/1.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
6.35/1.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.35/1.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.35/1.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.16/1.83	c lits-rem:       198  cl-subs:      687  v-elim:      0  v-fix:    0  time:  0.20 s
8.37/2.14	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.31
8.37/2.14	c calculated reachability. Time: 0.00
8.37/2.14	c  N dy    88     30505        90      8010         0      9818     56070    226784     25.14   no data
9.55/2.49	c  N dy   112     36087        90      8010         0      7684     56070    146502     25.27     26.77
10.74/2.77	c  N dy   128     41294        90      8010         0     12544     56070    289838     25.32     26.89
11.94/3.06	c  N dy   139     45758        90      8010         0      8389     56070    149755     25.30     23.92
11.94/3.06	c  S st   139     45758        90      8010         0      8389     56070    149755     25.30     23.92
11.94/3.09	c  S st   139     46261        90      8010         0      8860     56070    164062     25.30   no data
11.94/3.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.34/3.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
12.34/3.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.34/3.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.34/3.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.34/3.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
12.34/3.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.34/3.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
12.34/3.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.34/3.14	c lits-rem:         2  cl-subs:       50  v-elim:      0  v-fix:    0  time:  0.04 s
12.34/3.14	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
12.34/3.14	c vivif2 --  cl tried     8810 cl shrink        0 lits rem          0 time: 0.00
13.52/3.43	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.28
13.52/3.43	c calculated reachability. Time: 0.00
13.52/3.43	c  N dy   139     46261        90      8010         0      8810     56070    162237     25.30   no data
14.72/3.73	c  N dy   146     51766        90      8010         0     13875     56070    311353     25.27     26.91
15.53/3.99	c  N dy   157     55820        90      8010         0     17637     56070    423610     25.32     26.77
16.73/4.28	c  N dy   173     60618        90      8010         0     12847     56070    264700     25.35     27.03
19.11/4.85	c  N dy   184     69392        90      8010         0     10794     56070    187565     25.21     23.91
19.11/4.85	c  S st   184     69392        90      8010         0     10794     56070    187565     25.21     23.91
19.11/4.89	c  S st   184     69896        90      8010         0     11275     56070    201895     25.21   no data
19.11/4.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.11/4.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
19.11/4.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.11/4.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.11/4.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.11/4.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
19.11/4.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.52/4.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
19.52/4.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.52/4.96	c lits-rem:        21  cl-subs:      147  v-elim:      0  v-fix:    0  time:  0.06 s
19.52/4.97	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
19.52/4.97	c vivif2 --  cl tried    11128 cl shrink        0 lits rem          0 time: 0.00
21.12/5.30	c asymm  cl-useful: 0/8010/8010 lits-rem:0 time: 0.33
21.12/5.30	c calculated reachability. Time: 0.00
21.12/5.30	c  N dy   184     69896        90      8010         0     11128     56070    197249     25.21   no data
21.96/5.58	c  N dy   200     74441        90      8010         0     15355     56070    320563     25.24     26.57
23.50/5.90	c  N dy   212     79236        90      8010         0     19786     56070    451848     25.25     28.37
25.10/6.31	c  N dy   238     85150        90      8010         0     14156     56070    268955     25.31     26.76
25.50/6.45	c  F st   242     87502        90      8010         0     16342     56070    333111     25.31   no data
26.34/6.68	c  N st   247     90800        90      8010         0     19388     56070    423120     25.31   no data
28.68/7.29	c  N dy   266     98797        90      8010         0     14723     56070    267943     25.31     26.64
30.73/7.71	c  S st   275    104844        90      8010         0     20341     56070    431775     25.27     25.02
30.73/7.77	c  S st   275    105348        90      8010         0     20812     56070    445741     25.27   no data
30.73/7.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
30.73/7.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
30.73/7.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.73/7.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
30.73/7.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.73/7.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
30.73/7.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.73/7.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
30.73/7.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.07/8.34	c lits-rem:       243  cl-subs:     1641  v-elim:      0  v-fix:    0  time:  0.54 s
33.07/8.34	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
33.07/8.34	c vivif2 --  cl tried    19171 cl shrink        0 lits rem          0 time: 0.00
34.69/8.74	c asymm  cl-useful: 0/6361/8010 lits-rem:0 time: 0.40
34.69/8.74	c calculated reachability. Time: 0.00
34.69/8.74	c  N dy   275    105348        90      8010         0     19171     56070    395550     25.27   no data
37.06/9.35	c  N dy   306    112138        90      8010         0     25495     56070    583419     25.33     27.47
39.51/9.97	c  N dy   335    120058        90      8010         0     19917     56070    403246     25.37     26.91
43.05/10.81	c  N dy   352    130797        90      8010         0     15991     56070    271208     25.30     26.71
47.44/12.00	c  N dy   370    145979        90      8010         0     15242     56070    231335     25.17     26.55
50.62/12.77	c  N dy   402    155831        90      8010         0     24346     56070    498469     25.18     26.54
51.42/12.98	c  S st   416    158024        90      8010         0     26371     56070    558683     25.20   no data
51.82/13.05	c  S st   416    158525        90      8010         0     26840     56070    573073     25.20   no data
51.82/13.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
51.82/13.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
51.82/13.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.82/13.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
51.82/13.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.82/13.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
51.82/13.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
51.82/13.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
51.82/13.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.41/13.98	c lits-rem:       408  cl-subs:     1974  v-elim:      0  v-fix:    0  time:  0.89 s
55.41/13.98	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
55.41/13.98	c vivif2 --  cl tried    24866 cl shrink        0 lits rem          0 time: 0.00
56.21/14.12	c asymm  cl-useful: 0/1649/8010 lits-rem:0 time: 0.14
56.21/14.12	c calculated reachability. Time: 0.00
56.21/14.12	c  N dy   416    158525        90      8010         0     24866     56070    510120     25.20   no data
59.79/15.06	c  N dy   444    168728        90      8010         0     18628     56070    311268     25.20     26.61
63.38/15.96	c  N dy   477    179549        90      8010         0     28668     56070    605661     25.21     26.54
67.77/17.07	c  N dy   521    191042        90      8010         0     22761     56070    420384     25.25     27.35
77.34/19.47	c  N dy   574    216274        90      8010         0     28381     56070    559645     25.17     26.69
84.51/21.21	c  N dy   651    230805        90      8010         0     23383     56070    400462     25.23     26.57
86.92/21.90	c  S st   676    237787        90      8010         0     29832     56070    589313     25.24   no data
87.34/21.98	c  S st   676    238288        90      8010         0     30298     56070    603285     25.24   no data
87.34/21.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
87.34/21.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
87.34/21.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
87.34/21.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
87.34/21.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.34/21.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
87.34/21.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
87.34/22.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
87.76/22.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
91.30/22.98	c lits-rem:       261  cl-subs:     2001  v-elim:      0  v-fix:    0  time:  0.97 s
91.30/22.98	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
91.30/22.99	c vivif2 --  cl tried    28297 cl shrink        0 lits rem          0 time: 0.01
92.50/23.20	c asymm  cl-useful: 0/2548/8010 lits-rem:0 time: 0.21
92.50/23.20	c calculated reachability. Time: 0.00
92.50/23.20	c  N dy   676    238288        90      8010         0     28297     56070    539794     25.24   no data
104.46/26.30	c  N dy   734    268746        90      8010         0     37017     56070    776613     25.14     26.51
114.08/28.69	c  N dy   782    291824        90      8010         0     38060     56070    794378     25.10     26.43
120.42/30.26	c  F st   840    306250        90      8010         0     30270     56070    553778     25.12   no data
122.43/30.78	c  N dy   846    311451        90      8010         0     35133     56070    698342     25.12   no data
133.97/33.60	c  N dy   930    335967        90      8010         0     35600     56070    687695     25.14     26.50
143.95/36.14	c  N dy  1004    356622        90      8010         0     31573     56070    550889     25.16     26.64
144.36/36.24	c  S st  1007    357434        90      8010         0     32332     56070    572710     25.15     24.05
144.79/36.32	c  S st  1007    357937        90      8010         0     32806     56070    586813     25.15   no data
144.79/36.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
144.79/36.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
144.79/36.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
144.79/36.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
144.79/36.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
144.79/36.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
144.79/36.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
144.79/36.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
144.79/36.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
148.75/37.34	c lits-rem:       172  cl-subs:     1850  v-elim:      0  v-fix:    0  time:  0.99 s
148.75/37.34	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
148.75/37.35	c vivif2 --  cl tried    30956 cl shrink        0 lits rem          0 time: 0.01
149.52/37.57	c asymm  cl-useful: 0/2038/8010 lits-rem:0 time: 0.22
149.52/37.57	c calculated reachability. Time: 0.00
149.52/37.57	c  N dy  1007    357937        90      8010         0     30956     56070    529591     25.15   no data
159.89/40.16	c  N dy  1056    378445        90      8010         0     25957     56070    370414     25.16     26.50
170.26/42.72	c  N dy  1126    398664        90      8010         0     44665     56070    924003     25.17     26.57
182.62/45.80	c  N dy  1191    419881        90      8010         0     39352     56070    745434     25.18     26.55
194.19/48.70	c  N dy  1273    440274        90      8010         0     32333     56070    521289     25.21     26.58
204.96/51.43	c  N dy  1341    460703        90      8010         0     51265     56070   1080888     25.22     26.74
216.13/54.22	c  N dy  1403    482668        90      8010         0     44772     56070    869455     25.22     26.74
227.30/57.11	c  N dy  1470    502688        90      8010         0     35513     56070    574568     25.22     27.43
239.66/60.16	c  N dy  1557    522771        90      8010         0     54159     56070   1126020     25.25     28.47
247.23/62.06	c  S st  1594    536905        90      8010         0     38514     56070    648363     25.25     23.58
247.63/62.16	c  S st  1594    537409        90      8010         0     38993     56070    662749     25.25   no data
247.63/62.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
247.63/62.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
247.63/62.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
247.63/62.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
247.63/62.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
247.63/62.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
247.63/62.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
247.63/62.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
248.04/62.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
252.82/63.42	c lits-rem:       300  cl-subs:     1761  v-elim:      0  v-fix:    0  time:  1.22 s
252.82/63.42	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
252.82/63.43	c vivif2 --  cl tried    37232 cl shrink        0 lits rem          0 time: 0.01
253.62/63.68	c asymm  cl-useful: 0/1700/8010 lits-rem:0 time: 0.24
253.62/63.68	c calculated reachability. Time: 0.00
253.62/63.68	c  N dy  1594    537409        90      8010         0     37232     56070    606766     25.25   no data
265.58/66.63	c  N dy  1669    557454        90      8010         0     55776     56070   1156975     25.26     26.65
277.15/69.55	c  N dy  1756    577580        90      8010         0     44853     56070    815546     25.28     26.76
290.71/72.98	c  N dy  1800    598526        90      8010         0     33629     56070    464055     25.27     26.70
303.07/76.02	c  N dy  1868    619663        90      8010         0     53264     56070   1044536     25.29     26.76
315.04/79.10	c  N dy  1926    639788        90      8010         0     40403     56070    648686     25.29     26.86
327.41/82.16	c  N dy  1961    660553        90      8010         0     59608     56070   1211700     25.27     26.67
343.74/86.23	c  N dy  2008    687858        90      8010         0     52292     56070    976352     25.24     26.58
358.91/90.11	c  N dy  2060    708483        90      8010         0     38190     56070    545967     25.23     26.59
372.08/93.31	c  N dy  2134    728490        90      8010         0     56735     56070   1095466     25.25     28.36
388.02/97.38	c  N dy  2185    748515        90      8010         0     41107     56070    617072     25.25     26.70
402.78/101.01	c  N dy  2282    769176        90      8010         0     60264     56070   1186052     25.27     26.67
417.13/104.62	c  N dy  2348    789203        90      8010         0     43641     56070    672779     25.28     27.75
428.30/107.46	c  S st  2395    806114        90      8010         0     59291     56070   1133394     25.27   no data
429.10/107.63	c  S st  2395    806617        90      8010         0     59772     56070   1148103     25.27   no data
429.10/107.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
429.10/107.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
429.10/107.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
429.10/107.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
429.10/107.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
429.10/107.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
429.10/107.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
429.10/107.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
429.10/107.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
448.23/112.44	c lits-rem:       748  cl-subs:     4549  v-elim:      0  v-fix:    0  time:  4.73 s
448.23/112.44	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
448.23/112.45	c vivif2 --  cl tried    55223 cl shrink        0 lits rem          0 time: 0.01
449.43/112.74	c asymm  cl-useful: 0/1191/8010 lits-rem:0 time: 0.29
449.43/112.75	c calculated reachability. Time: 0.00
449.43/112.75	c  N dy  2395    806617        90      8010         0     55223     56070   1005180     25.27   no data
466.58/117.04	c  N dy  2429    829143        90      8010         0     40083     56070    545222     25.26     26.65
481.74/120.82	c  N dy  2505    851346        90      8010         0     60554     56070   1153770     25.27     26.84
497.69/124.86	c  N dy  2549    871349        90      8010         0     42114     56070    585766     25.26     26.64
512.05/128.46	c  N dy  2655    891420        90      8010         0     60727     56070   1141899     25.28     26.73
533.19/133.74	c  N dy  2699    921828        90      8010         0     50824     56070    812779     25.24     26.65
549.93/137.92	c  N dy  2794    941882        90      8010         0     69423     56070   1364970     25.25     26.61
564.69/141.66	c  N dy  2842    961967        90      8010         0     49190     56070    759573     25.25     27.67
580.24/145.51	c  N dy  2871    983530        90      8010         0     69077     56070   1340486     25.23     26.60
596.22/149.55	c  N dy  2902   1004171        90      8010         0     48474     56070    717276     25.22     26.59
610.55/153.11	c  N dy  2931   1024302        90      8010         0     67012     56070   1260807     25.21     26.54
635.29/159.40	c  N dy  2934   1062797        90      8010         0     61643     56070   1067485     25.14     26.47
644.06/161.52	c  F st  2980   1071875        90      8010         0     70108     56070   1319902     25.15   no data
670.39/168.15	c  N dy  3019   1108005        90      8010         0     61854     56070   1065519     25.10     26.53
688.78/172.79	c  N dy  3073   1128045        90      8010         0     80340     56070   1605776     25.10     26.45
705.49/176.98	c  N dy  3146   1149227        90      8010         0     57600     56070    941114     25.11     26.57
725.42/181.97	c  N dy  3231   1171378        90      8010         0     78151     56070   1550995     25.12     26.58
756.53/189.79	c  N dy  3334   1209926        90      8010         0     70167     56070   1284557     25.11     23.92
756.53/189.79	c  S st  3334   1209926        90      8010         0     70167     56070   1284557     25.11     23.92
757.33/189.97	c  S st  3334   1210429        90      8010         0     70641     56070   1299064     25.11   no data
757.33/189.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
757.72/190.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
757.72/190.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
757.72/190.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
757.72/190.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
757.72/190.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
757.72/190.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
757.72/190.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
757.72/190.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
814.34/204.22	c lits-rem:       790  cl-subs:     6048  v-elim:      0  v-fix:    0  time: 14.16 s
814.34/204.22	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
814.34/204.24	c vivif2 --  cl tried    64593 cl shrink        0 lits rem          0 time: 0.02
815.15/204.50	c asymm  cl-useful: 0/533/8010 lits-rem:0 time: 0.25
815.15/204.50	c calculated reachability. Time: 0.00
815.15/204.50	c  N dy  3334   1210429        90      8010         0     64593     56070   1117709     25.11   no data
843.46/211.52	c  N dy  3423   1232060        90      8010         0     84549     56070   1706601     25.12     26.55
859.86/215.62	c  N dy  3498   1252099        90      8010         0     59109     56070    946842     25.13     28.47
881.37/221.02	c  N dy  3530   1279814        90      8010         0     84634     56070   1693215     25.11     26.44
899.34/225.52	c  N dy  3599   1300534        90      8010         0     58750     56070    914234     25.11     26.47
918.44/230.31	c  N dy  3699   1320621        90      8010         0     77355     56070   1465468     25.12     27.64
940.37/235.80	c  N dy  3778   1340803        90      8010         0     49877     56070    632511     25.13     26.63
960.33/240.82	c  N dy  3881   1360917        90      8010         0     68555     56070   1188509     25.14     26.49
985.83/247.27	c  N dy  3970   1380995        90      8010         0     87097     56070   1740174     25.15     26.99
1006.97/252.51	c  N dy  4090   1401068        90      8010         0     58639     56070    878751     25.17     28.81
1024.91/257.00	c  N dy  4159   1421122        90      8010         0     77219     56070   1425651     25.18     27.96
1051.24/263.67	c  N dy  4248   1442661        90      8010         0     49028     56070    567856     25.19     26.63
1067.19/267.61	c  N dy  4336   1462701        90      8010         0     67576     56070   1117755     25.19     28.21
1091.94/273.85	c  N dy  4430   1486128        90      8010         0     89337     56070   1764154     25.20     26.53
1117.04/280.17	c  N dy  4525   1511000        90      8010         0     63186     56070    966599     25.21     26.62
1135.81/284.83	c  N dy  4588   1531405        90      8010         0     82087     56070   1524686     25.21     26.57
1161.71/291.39	c  N dy  4667   1551450        90      8010         0     50668     56070    579691     25.21     27.50
1177.66/295.38	c  N dy  4761   1571509        90      8010         0     69273     56070   1132637     25.22     27.22
1202.79/301.64	c  N dy  4814   1596330        90      8010         0     92142     56070   1803141     25.21     26.87
1226.32/307.52	c  N dy  4900   1619491        90      8010         0     62685     56070    917198     25.22     26.56
1247.05/312.77	c  N dy  5016   1639518        90      8010         0     81236     56070   1473109     25.23     26.57
1273.78/319.41	c  N dy  5115   1659748        90      8010         0     99919     56070   2028676     25.24     26.63
1292.13/324.07	c  N dy  5169   1680493        90      8010         0     67248     56070   1034788     25.24     26.68
1314.06/329.55	c  N dy  5281   1700653        90      8010         0     85854     56070   1590785     25.26     26.59
1324.45/332.21	c  S st  5289   1710429        90      8010         0     94816     56070   1850449     25.25     24.02
1325.62/332.47	c  S st  5289   1710932        90      8010         0     95291     56070   1864618     25.25   no data
1325.62/332.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1326.01/332.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1326.01/332.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1326.01/332.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1326.01/332.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1326.01/332.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1326.01/332.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1326.01/332.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1326.41/332.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1381.47/346.45	c lits-rem:      1094  cl-subs:     8055  v-elim:      0  v-fix:    0  time: 13.85 s
1381.47/346.46	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
1381.47/346.48	c vivif2 --  cl tried    87236 cl shrink        0 lits rem          0 time: 0.02
1383.03/346.81	c asymm  cl-useful: 0/1016/8010 lits-rem:0 time: 0.34
1383.03/346.82	c calculated reachability. Time: 0.00
1383.03/346.82	c  N dy  5289   1710932        90      8010         0     87236     56070   1613514     25.25   no data
1408.95/353.31	c  N dy  5371   1730959        90      8010         0     53441     56070    613456     25.26     26.86
1427.31/357.96	c  N dy  5468   1752838        90      8010         0     73697     56070   1216549     25.26     26.69
1452.41/364.23	c  N dy  5519   1776624        90      8010         0     95616     56070   1862514     25.26     26.63
1475.94/370.16	c  N dy  5569   1798186        90      8010         0     62047     56070    844452     25.26     26.59
1494.69/374.84	c  N dy  5624   1819881        90      8010         0     81956     56070   1428094     25.26     26.63
1522.59/381.87	c  N dy  5704   1839912        90      8010         0    100496     56070   1978780     25.26     26.65
1546.93/387.99	c  N dy  5774   1859925        90      8010         0     64635     56070    904070     25.26     26.65
1568.06/393.26	c  N dy  5851   1881816        90      8010         0     84831     56070   1502342     25.26     26.75
1594.78/399.91	c  N dy  5944   1901995        90      8010         0    103480     56070   2059006     25.27     26.69
1628.68/408.49	c  N dy  6031   1936996        90      8010         0     80403     56070   1347637     25.26     26.65
1650.22/413.83	c  N dy  6086   1957017        90      8010         0     98790     56070   1887009     25.26     28.49
1676.53/420.43	c  N dy  6136   1980499        90      8010         0     64255     56070    855240     25.25     26.61
1697.73/425.72	c  N dy  6229   2000585        90      8010         0     82811     56070   1406897     25.26     26.82
1723.62/432.27	c  N dy  6306   2020894        90      8010         0    101623     56070   1964333     25.26     26.64
1749.53/438.73	c  N dy  6371   2040949        90      8010         0     62933     56070    801937     25.27     28.76
1771.88/444.40	c  N dy  6487   2062290        90      8010         0     82710     56070   1391851     25.28     26.73
1801.77/451.83	c  N dy  6551   2088695        90      8010         0    106946     56070   2102808     25.27     26.75
1829.34/458.76	c  N dy  6638   2110828        90      8010         0     69209     56070    961277     25.27     26.65
1850.03/463.97	c  N dy  6719   2130896        90      8010         0     87694     56070   1513150     25.27     29.95
1875.95/470.48	c  N dy  6803   2150908        90      8010         0    106199     56070   2064158     25.28     27.41
1920.22/481.50	c  N dy  6840   2195570        90      8010         0     88024     56070   1479577     25.24     26.68
1939.36/486.34	c  S st  6896   2210936        90      8010         0    102218     56070   1905361     25.25   no data
1940.56/486.65	c  S st  6896   2211440        90      8010         0    102692     56070   1919844     25.25   no data
1940.56/486.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1940.96/486.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1940.96/486.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1940.96/486.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1940.96/486.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1940.96/486.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
1940.96/486.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1940.96/486.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1940.96/486.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2021.51/507.01	c lits-rem:      1207  cl-subs:    10451  v-elim:      0  v-fix:    0  time: 20.21 s
2021.51/507.01	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
2021.93/507.03	c vivif2 --  cl tried    92241 cl shrink        0 lits rem          0 time: 0.02
2023.10/507.38	c asymm  cl-useful: 0/855/8010 lits-rem:0 time: 0.35
2023.10/507.38	c calculated reachability. Time: 0.00
2023.10/507.38	c  N dy  6896   2211440        90      8010         0     92241     56070   1622270     25.25   no data
2052.21/514.61	c  N dy  6975   2231999        90      8010         0    111278     56070   2189635     25.25     26.77
2075.74/520.54	c  N dy  7039   2252158        90      8010         0     70475     56070    977018     25.25     26.68
2099.27/526.48	c  N dy  7124   2272580        90      8010         0     89356     56070   1538337     25.25     26.62
2127.64/533.58	c  N dy  7195   2292868        90      8010         0    108126     56070   2092098     25.25     26.65
2163.88/542.67	c  N dy  7255   2321054        90      8010         0     73467     56070   1043530     25.25     26.60
2186.21/548.26	c  N dy  7309   2342519        90      8010         0     93230     56070   1626315     25.25     26.60
2214.14/555.21	c  N dy  7377   2362520        90      8010         0    111718     56070   2175253     25.25     27.64
2240.86/561.91	c  N dy  7432   2382895        90      8010         0     68796     56070    882949     25.25     26.67
2260.40/566.87	c  N dy  7495   2402896        90      8010         0     87264     56070   1429459     25.25     26.59
2298.39/576.48	c  N dy  7578   2433499        90      8010         0    115493     56070   2263943     25.25     26.62
2325.13/583.26	c  N dy  7666   2453572        90      8010         0     71444     56070    943252     25.25     27.12
2348.11/589.08	c  N dy  7767   2473709        90      8010         0     90097     56070   1500154     25.26     26.65
2377.62/596.43	c  N dy  7872   2493735        90      8010         0    108677     56070   2056223     25.27     28.03
2413.12/605.31	c  N dy  7949   2517709        90      8010         0     67035     56070    788787     25.27     26.78
2454.61/615.79	c  N dy  8011   2561001        90      8010         0    106654     56070   1941509     25.25     26.59
2496.88/626.30	c  N dy  8088   2589703        90      8010         0     68622     56070    819590     25.24     26.66
2519.21/631.94	c  N dy  8208   2609801        90      8010         0     87222     56070   1378580     25.25     29.23
2548.31/639.27	c  N dy  8324   2631177        90      8010         0    107025     56070   1973096     25.26     26.77
2580.61/647.36	c  N dy  8408   2651186        90      8010         0    125535     56070   2526189     25.27     31.05
2608.14/654.24	c  N dy  8478   2671390        90      8010         0     78674     56070   1104477     25.27     26.79
2632.85/660.47	c  N dy  8536   2691425        90      8010         0     97145     56070   1650652     25.27     29.37
2664.36/668.37	c  N dy  8640   2711438        90      8010         0    115623     56070   2204340     25.28     28.42
2664.36/668.37	c  S st  8641   2711441        90      8010         0    115626     56070   2204412     25.28   no data
2665.56/668.71	c  S st  8641   2711944        90      8010         0    116104     56070   2218933     25.28   no data
2665.98/668.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2665.98/668.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2665.98/668.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2665.98/668.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2665.98/668.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2665.98/668.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
2665.98/668.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2665.98/668.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2666.41/668.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2735.75/686.30	c lits-rem:      1127  cl-subs:     9164  v-elim:      0  v-fix:    0  time: 17.44 s
2735.75/686.30	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
2736.17/686.33	c vivif2 --  cl tried   106940 cl shrink        0 lits rem          0 time: 0.03
2737.74/686.70	c asymm  cl-useful: 0/682/8010 lits-rem:0 time: 0.37
2737.74/686.71	c calculated reachability. Time: 0.00
2737.74/686.71	c  N dy  8641   2711944        90      8010         0    106940     56070   1928383     25.28   no data
2770.44/694.98	c  N dy  8735   2731957        90      8010         0    125490     56070   2483482     25.28     27.78
2799.15/702.15	c  N dy  8814   2753454        90      8010         0     79095     56070   1101687     25.29     26.65
2885.32/723.72	c  N dy  8844   2829904        90      8010         0     81907     56070   1149710     25.22     26.56
2908.42/729.59	c  N dy  8878   2849987        90      8010         0    100263     56070   1685221     25.22     26.55
2938.74/737.17	c  N dy  8950   2870058        90      8010         0    118797     56070   2237722     25.22     27.96
2977.03/746.80	c  N dy  9060   2890222        90      8010         0     69587     56070    784784     25.23     26.64
2998.97/752.23	c  N dy  9146   2910267        90      8010         0     88077     56070   1337098     25.24     27.95
3028.48/759.62	c  N dy  9249   2930275        90      8010         0    106667     56070   1894438     25.25     26.75
3061.23/767.85	c  N dy  9338   2950339        90      8010         0    125260     56070   2450040     25.25     27.19
3089.50/774.94	c  N dy  9376   2970404        90      8010         0     74654     56070    913223     25.25     27.58
3113.04/780.89	c  N dy  9478   2990480        90      8010         0     93257     56070   1471734     25.25     28.29
3141.34/787.95	c  N dy  9542   3010536        90      8010         0    111756     56070   2018746     25.26     28.57
3206.00/804.15	c  N dy  9625   3057254        90      8010         0     84624     56070   1177774     25.24     26.62
3234.26/811.22	c  N dy  9722   3077955        90      8010         0    103795     56070   1750365     25.25     26.75
3264.97/818.99	c  N dy  9802   3098093        90      8010         0    122356     56070   2302356     25.25     26.77
3308.03/829.71	c  N dy  9948   3118166        90      8010         0    140998     56070   2865260     25.26     27.03
3337.93/837.21	c  N dy 10023   3139680        90      8010         0     89763     56070   1321702     25.26     26.65
3390.96/850.59	c  N dy 10091   3167365        90      8010         0    115224     56070   2073929     25.26     26.60
3436.83/862.05	c  N dy 10211   3187385        90      8010         0    133769     56070   2634359     25.27     27.54
3471.93/870.88	c  N dy 10297   3208226        90      8010         0     81059     56070   1046891     25.27     26.63
3476.71/872.01	c  S st 10318   3211944        90      8010         0     84528     56070   1150351     25.27     25.42
3477.53/872.25	c  S st 10318   3212444        90      8010         0     85004     56070   1165177     25.27   no data
3477.53/872.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3477.53/872.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3477.53/872.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3477.53/872.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3477.53/872.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3477.53/872.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
3477.53/872.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3477.95/872.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3477.95/872.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3490.27/875.47	c lits-rem:       280  cl-subs:     2396  v-elim:      0  v-fix:    0  time:  3.12 s
3490.27/875.47	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
3490.27/875.49	c vivif2 --  cl tried    82608 cl shrink        0 lits rem          0 time: 0.02
3491.86/875.82	c asymm  cl-useful: 0/886/8010 lits-rem:0 time: 0.33
3491.86/875.83	c calculated reachability. Time: 0.00
3491.86/875.83	c  N dy 10318   3212444        90      8010         0     82608     56070   1090383     25.27   no data
3515.79/881.84	c  N dy 10358   3234312        90      8010         0    102691     56070   1679167     25.27     26.72
3548.49/890.08	c  N dy 10469   3254414        90      8010         0    121289     56070   2238315     25.28     26.62
3658.96/917.79	c  N dy 10539   3339071        90      8010         0    125701     56070   2307498     25.23     26.67
3696.46/927.19	c  N dy 10627   3359085        90      8010         0    144191     56070   2858232     25.23     27.73
3756.67/942.29	c  N dy 10736   3409647        90      8010         0    117310     56070   2090045     25.22     26.78
3794.56/951.77	c  N dy 10849   3429686        90      8010         0    135834     56070   2642856     25.23     26.87
3827.26/959.91	c  N dy 10863   3452440        90      8010         0     82347     56070   1039831     25.22     26.65
3854.39/966.75	c  N dy 10987   3472450        90      8010         0    100903     56070   1598693     25.23     28.07
3893.08/976.45	c  N dy 11091   3497241        90      8010         0    123818     56070   2278912     25.23     26.61
3934.95/986.92	c  N dy 11220   3517342        90      8010         0    142496     56070   2840725     25.24     26.59
3969.64/995.67	c  N dy 11311   3537396        90      8010         0     85381     56070   1105357     25.24     26.85
3997.57/1002.60	c  N dy 11400   3557574        90      8010         0    104046     56070   1661448     25.25     26.66
4028.28/1010.34	c  N dy 11459   3577638        90      8010         0    122511     56070   2207540     25.24     30.07
4073.74/1021.75	c  N dy 11575   3601197        90      8010         0    144280     56070   2857702     25.25     26.59
4104.44/1029.49	c  N dy 11621   3621253        90      8010         0     86226     56070   1117807     25.25     27.06
4138.33/1037.96	c  N dy 11649   3649566        90      8010         0    112154     56070   1871380     25.24     26.64
4175.46/1047.21	c  N dy 11765   3669572        90      8010         0    130650     56070   2426181     25.24     27.71
4220.47/1058.58	c  N dy 11872   3689588        90      8010         0    149192     56070   2983944     25.25     29.13
4261.95/1068.95	c  N dy 11976   3709659        90      8010         0     90288     56070   1222155     25.26     26.64
4267.16/1070.23	c  S st 11995   3712447        90      8010         0     92891     56070   1301138     25.26   no data
4268.72/1070.64	c  S st 11995   3712947        90      8010         0     93360     56070   1315428     25.26   no data
4268.72/1070.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4269.13/1070.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.07
4269.13/1070.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4269.13/1070.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4269.13/1070.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4269.13/1070.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     90 time:  0.00 s
4269.13/1070.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4269.13/1070.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4269.53/1070.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4306.63/1080.14	c lits-rem:       253  cl-subs:     2609  v-elim:      0  v-fix:    0  time:  9.34 s
4306.63/1080.14	c vivif2 --  cl tried     8010 cl shrink        0 lits rem          0 time: 0.00
4306.63/1080.17	c vivif2 --  cl tried    90751 cl shrink        0 lits rem          0 time: 0.02
4309.00/1080.73	c asymm  cl-useful: 0/760/8010 lits-rem:0 time: 0.56
4309.00/1080.73	c calculated reachability. Time: 0.00
4309.00/1080.73	c  N dy 11995   3712947        90      8010         0     90751     56070   1229791     25.26   no data
4347.28/1090.34	c  N dy 12100   3733389        90      8010         0    109720     56070   1795978     25.26     26.89
4385.60/1099.92	c  F st 12191   3751563        90      8010         0    126523     56070   2297372     25.27     24.43
4389.98/1101.03	c  N st 12195   3753594        90      8010         0    128402     56070   2353851     25.27   no data
4429.05/1110.82	c  N dy 12248   3773653        90      8010         0    146882     56070   2902596     25.27     26.67
4469.71/1121.05	c  N dy 12326   3795072        90      8010         0     88267     56070   1140294     25.27     26.88
4494.85/1127.40	c  N dy 12361   3815675        90      8010         0    107161     56070   1692507     25.26     26.95
4523.95/1134.69	c  N dy 12410   3835762        90      8010         0    125535     56070   2236576     25.26     29.30
4564.64/1144.82	c  N dy 12508   3856043        90      8010         0    144306     56070   2799716     25.27     26.65
4603.33/1154.58	c  N dy 12570   3876529        90      8010         0     83983     56070    997574     25.27     26.68
4630.85/1161.47	c  N dy 12676   3896551        90      8010         0    102505     56070   1553255     25.27     26.86
4663.94/1169.76	c  N dy 12786   3916559        90      8010         0    120966     56070   2106797     25.28     28.42
4704.62/1179.95	c  N dy 12900   3937427        90      8010         0    140219     56070   2686289     25.29     26.88
4756.87/1193.06	c  N dy 13009   3961354        90      8010         0     82101     56070    918958     25.29     26.75
4782.40/1199.41	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: 961)

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

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 4.05 4.96 6.52 6/373 17980
/proc/meminfo: memFree=22561012/32951124 swapFree=67111348/67111528
[pid=17980] ppid=17978 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 652607682 52396032 348 33554432000 4194304 4580107 140736819191360 18446744073709551615 48000907339698 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 12792 348 299 95 0 7774 0
[pid=17980/tid=17981] ppid=17978 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652607682 52396032 348 33554432000 4194304 4580107 140736819191360 18446744073709551615 48000907339698 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652607682 52396032 348 33554432000 4194304 4580107 140736819191360 18446744073709551615 48000907339692 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652607682 52396032 348 33554432000 4194304 4580107 140736819191360 18446744073709551615 212687731697 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0650791 s]
/proc/loadavg: 4.05 4.96 6.52 6/373 17980
/proc/meminfo: memFree=22561012/32951124 swapFree=67111348/67111528
[pid=17980] ppid=17978 vsize=281996 CPUtime=0.23 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 1530 0 0 0 23 0 0 0 18 0 4 0 652607682 288763904 1441 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 70499 1441 357 95 0 65481 0
[pid=17980/tid=17981] ppid=17978 vsize=281996 CPUtime=0.06 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 272 0 0 0 6 0 0 0 18 0 4 0 652607682 288763904 1441 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=281996 CPUtime=0.06 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 253 0 0 0 6 0 0 0 18 0 4 0 652607682 288763904 1441 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=281996 CPUtime=0.04 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 331 0 0 0 4 0 0 0 25 0 4 0 652607682 288763904 1441 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 281996

[startup+0.165061 s]
/proc/loadavg: 4.05 4.96 6.52 6/373 17980
/proc/meminfo: memFree=22561012/32951124 swapFree=67111348/67111528
[pid=17980] ppid=17978 vsize=282128 CPUtime=0.63 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 1695 0 0 0 63 0 0 0 18 0 4 0 652607682 288899072 1606 33554432000 4194304 4580107 140736819191360 18446744073709551615 4295723 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 70532 1606 358 95 0 65514 0
[pid=17980/tid=17981] ppid=17978 vsize=282128 CPUtime=0.16 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 287 0 0 0 16 0 0 0 18 0 4 0 652607682 288899072 1606 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=282128 CPUtime=0.16 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 267 0 0 0 16 0 0 0 18 0 4 0 652607682 288899072 1606 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=282128 CPUtime=0.14 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 452 0 0 0 14 0 0 0 25 0 4 0 652607682 288899072 1606 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 282128

[startup+0.301039 s]
/proc/loadavg: 4.05 4.96 6.52 6/373 17980
/proc/meminfo: memFree=22561012/32951124 swapFree=67111348/67111528
[pid=17980] ppid=17978 vsize=282984 CPUtime=1.17 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 3911 0 0 0 116 1 0 0 18 0 4 0 652607682 289775616 3184 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 70746 3184 376 95 0 65728 0
[pid=17980/tid=17981] ppid=17978 vsize=282984 CPUtime=0.29 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 929 0 0 0 29 0 0 0 18 0 4 0 652607682 289775616 3184 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=282984 CPUtime=0.29 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 926 0 0 0 29 0 0 0 18 0 4 0 652607682 289775616 3184 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=282984 CPUtime=0.28 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 725 0 0 0 28 0 0 0 25 0 4 0 652607682 289775616 3184 33554432000 4194304 4580107 140736819191360 18446744073709551615 4324237 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 282984

[startup+0.700965 s]
/proc/loadavg: 4.05 4.96 6.52 6/373 17980
/proc/meminfo: memFree=22561012/32951124 swapFree=67111348/67111528
[pid=17980] ppid=17978 vsize=286120 CPUtime=2.77 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 6457 0 0 0 276 1 0 0 18 0 4 0 652607682 292986880 3772 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 71530 3772 376 95 0 66512 0
[pid=17980/tid=17981] ppid=17978 vsize=286120 CPUtime=0.69 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 1604 0 0 0 69 0 0 0 18 0 4 0 652607682 292986880 3772 33554432000 4194304 4580107 140736819191360 18446744073709551615 4321204 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=286120 CPUtime=0.69 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 1614 0 0 0 69 0 0 0 18 0 4 0 652607682 292986880 3772 33554432000 4194304 4580107 140736819191360 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=286120 CPUtime=0.68 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 1260 0 0 0 68 0 0 0 25 0 4 0 652607682 292986880 3772 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286120

[startup+1.50082 s]
/proc/loadavg: 4.05 4.96 6.52 10/377 17984
/proc/meminfo: memFree=22543280/32951124 swapFree=67111348/67111528
[pid=17980] ppid=17978 vsize=287344 CPUtime=5.95 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 10576 0 0 0 594 1 0 0 19 0 4 0 652607682 294240256 4605 33554432000 4194304 4580107 140736819191360 18446744073709551615 4317025 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 71836 4605 377 95 0 66818 0
[pid=17980/tid=17981] ppid=17978 vsize=287344 CPUtime=1.49 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 2654 0 0 0 149 0 0 0 19 0 4 0 652607682 294240256 4605 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=287344 CPUtime=1.49 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 2655 0 0 0 149 0 0 0 19 0 4 0 652607682 294240256 4606 33554432000 4194304 4580107 140736819191360 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=287344 CPUtime=1.47 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 2256 0 0 0 147 0 0 0 25 0 4 0 652607682 294240256 4606 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 287344

[startup+3.10053 s]
/proc/loadavg: 4.36 5.01 6.53 9/377 17984
/proc/meminfo: memFree=22519472/32951124 swapFree=67111348/67111528
[pid=17980] ppid=17978 vsize=297804 CPUtime=12.34 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 21886 0 0 0 1231 3 0 0 24 0 4 0 652607682 304951296 12050 33554432000 4194304 4580107 140736819191360 18446744073709551615 4295723 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 74451 12050 378 95 0 69433 0
[pid=17980/tid=17981] ppid=17978 vsize=297804 CPUtime=3.08 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 5051 0 0 0 308 0 0 0 23 0 4 0 652607682 304951296 12050 33554432000 4194304 4580107 140736819191360 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=297804 CPUtime=3.09 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 5667 0 0 0 308 1 0 0 23 0 4 0 652607682 304951296 12050 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=297804 CPUtime=3.05 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 5600 0 0 0 305 0 0 0 25 0 4 0 652607682 304951296 12050 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294574 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 297804

[startup+6.30095 s]
/proc/loadavg: 4.36 5.01 6.53 9/377 17984
/proc/meminfo: memFree=22477772/32951124 swapFree=67111348/67111528
[pid=17980] ppid=17978 vsize=298620 CPUtime=25.1 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 32492 0 0 0 2505 5 0 0 25 0 4 0 652607682 305786880 14277 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 74655 14277 379 95 0 69637 0
[pid=17980/tid=17981] ppid=17978 vsize=298620 CPUtime=6.29 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 8909 0 0 0 628 1 0 0 25 0 4 0 652607682 305786880 14277 33554432000 4194304 4580107 140736819191360 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=298620 CPUtime=6.28 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 8128 0 0 0 627 1 0 0 25 0 4 0 652607682 305786880 14277 33554432000 4194304 4580107 140736819191360 18446744073709551615 4320467 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=298620 CPUtime=6.21 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 7740 0 0 0 621 0 0 0 25 0 4 0 652607682 305786880 14277 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 298620

[startup+12.7008 s]
/proc/loadavg: 5.00 5.12 6.55 9/377 17984
/proc/meminfo: memFree=22448776/32951124 swapFree=67111348/67111528
[pid=17980] ppid=17978 vsize=305792 CPUtime=50.62 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 50783 0 0 0 5054 8 0 0 25 0 4 0 652607682 313131008 19373 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 76448 19373 378 95 0 71430 0
[pid=17980/tid=17981] ppid=17978 vsize=305792 CPUtime=12.69 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 13202 0 0 0 1267 2 0 0 25 0 4 0 652607682 313131008 19373 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=305792 CPUtime=12.68 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 12599 0 0 0 1266 2 0 0 25 0 4 0 652607682 313131008 19373 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294440 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=305792 CPUtime=12.53 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 12437 0 0 0 1252 1 0 0 25 0 4 0 652607682 313131008 19373 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 305792

[startup+25.5005 s]
/proc/loadavg: 5.46 5.22 6.56 9/377 17984
/proc/meminfo: memFree=22394968/32951124 swapFree=67111348/67111528
[pid=17980] ppid=17978 vsize=286836 CPUtime=101.67 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 77960 0 0 0 10151 16 0 0 25 0 4 0 652607682 293720064 26185 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294455 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 71709 26185 378 95 0 66691 0
[pid=17980/tid=17981] ppid=17978 vsize=286836 CPUtime=25.49 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 20211 0 0 0 2545 4 0 0 25 0 4 0 652607682 293720064 26185 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=286836 CPUtime=25.49 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 19327 0 0 0 2545 4 0 0 25 0 4 0 652607682 293720064 26185 33554432000 4194304 4580107 140736819191360 18446744073709551615 4322703 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=286836 CPUtime=25.18 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 18452 0 0 0 2514 4 0 0 25 0 4 0 652607682 293720064 26185 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 286836

[startup+51.1008 s]
/proc/loadavg: 6.39 5.46 6.61 9/377 17985
/proc/meminfo: memFree=22339148/32951124 swapFree=67111348/67111528
[pid=17980] ppid=17978 vsize=299296 CPUtime=203.76 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 116926 0 0 0 20350 26 0 0 25 0 4 0 652607682 306479104 30888 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294380 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 74824 30888 378 95 0 69806 0
[pid=17980/tid=17981] ppid=17978 vsize=299296 CPUtime=51.09 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 30154 0 0 0 5103 6 0 0 25 0 4 0 652607682 306479104 30888 33554432000 4194304 4580107 140736819191360 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=299296 CPUtime=51.08 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 29467 0 0 0 5102 6 0 0 25 0 4 0 652607682 306479104 30888 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=299296 CPUtime=50.47 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 27580 0 0 0 5041 6 0 0 25 0 4 0 652607682 306479104 30888 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 299296

[startup+102.314 s]
/proc/loadavg: 7.46 5.91 6.69 9/377 17986
/proc/meminfo: memFree=22284796/32951124 swapFree=67111348/67111528
[pid=17980] ppid=17978 vsize=326080 CPUtime=408.01 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 172940 0 0 0 40757 44 0 0 25 0 4 0 652607682 333905920 35394 33554432000 4194304 4580107 140736819191360 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 81520 35394 378 95 0 76502 0
[pid=17980/tid=17981] ppid=17978 vsize=326080 CPUtime=102.31 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 39952 0 0 0 10221 10 0 0 25 0 4 0 652607682 333905920 35394 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294704 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=326080 CPUtime=102.29 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 44749 0 0 0 10220 9 0 0 25 0 4 0 652607682 333905920 35394 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=326080 CPUtime=101.07 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 44606 0 0 0 10095 12 0 0 25 0 4 0 652607682 333905920 35394 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.01
Current children cumulated vsize (KiB) 326080

[startup+162.301 s]

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

[pid=17980] ppid=17978 vsize=418944 CPUtime=2799.95 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 559910 0 0 0 279784 211 0 0 25 0 4 0 652607682 428998656 72818 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294445 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 104736 72818 378 95 0 99718 0
[pid=17980/tid=17981] ppid=17978 vsize=418944 CPUtime=702.28 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 134245 0 0 0 70177 51 0 0 25 0 4 0 652607682 428998656 72818 33554432000 4194304 4580107 140736819191360 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=418944 CPUtime=701.48 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 146696 0 0 0 70090 58 0 0 25 0 4 0 652607682 428998656 72818 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=418944 CPUtime=693.86 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 136053 0 0 0 69336 50 0 0 25 0 4 0 652607682 428998656 72818 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2799.95
Current children cumulated vsize (KiB) 418944

[startup+762.314 s]
/proc/loadavg: 8.12 7.93 7.43 9/377 18016
/proc/meminfo: memFree=21895840/32951124 swapFree=67111348/67111528
[pid=17980] ppid=17978 vsize=419424 CPUtime=3039.3 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 591564 0 0 0 303704 226 0 0 25 0 4 0 652607682 429490176 77711 33554432000 4194304 4580107 140736819191360 18446744073709551615 4295687 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 104856 77711 378 95 0 99838 0
[pid=17980/tid=17981] ppid=17978 vsize=419424 CPUtime=762.3 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 143014 0 0 0 76175 55 0 0 25 0 4 0 652607682 429490176 77711 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=419424 CPUtime=761.49 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 154425 0 0 0 76088 61 0 0 25 0 4 0 652607682 429490176 77711 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=419424 CPUtime=753.16 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 143910 0 0 0 75262 54 0 0 25 0 4 0 652607682 429490176 77711 33554432000 4194304 4580107 140736819191360 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3039.3
Current children cumulated vsize (KiB) 419424

[startup+822.3 s]
/proc/loadavg: 8.08 7.95 7.46 9/377 18018
/proc/meminfo: memFree=21873504/32951124 swapFree=67111348/67111528
[pid=17980] ppid=17978 vsize=419812 CPUtime=3278.52 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 618617 0 0 0 327612 240 0 0 25 0 4 0 652607682 429887488 75214 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294389 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 104953 75214 378 95 0 99935 0
[pid=17980/tid=17981] ppid=17978 vsize=419812 CPUtime=822.29 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 150064 0 0 0 82170 59 0 0 25 0 4 0 652607682 429887488 75214 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=419812 CPUtime=821.48 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 162943 0 0 0 82083 65 0 0 25 0 4 0 652607682 429887488 75214 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=419812 CPUtime=812.43 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 151286 0 0 0 81185 58 0 0 25 0 4 0 652607682 429887488 75214 33554432000 4194304 4580107 140736819191360 18446744073709551615 4342281 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3278.52
Current children cumulated vsize (KiB) 419812

[startup+882.301 s]
/proc/loadavg: 8.18 8.00 7.51 9/377 18019
/proc/meminfo: memFree=21856608/32951124 swapFree=67111348/67111528
[pid=17980] ppid=17978 vsize=515512 CPUtime=3517.78 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 643627 0 0 0 351527 251 0 0 25 0 4 0 652607682 527884288 81791 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 128878 81791 378 95 0 123860 0
[pid=17980/tid=17981] ppid=17978 vsize=515512 CPUtime=882.3 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 158675 0 0 0 88168 62 0 0 25 0 4 0 652607682 527884288 81791 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=515512 CPUtime=881.47 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 169213 0 0 0 88079 68 0 0 25 0 4 0 652607682 527884288 81791 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=515512 CPUtime=871.68 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 158696 0 0 0 87107 61 0 0 25 0 4 0 652607682 527884288 81791 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3517.78
Current children cumulated vsize (KiB) 515512

[startup+942.301 s]
/proc/loadavg: 8.20 8.03 7.55 9/377 18021
/proc/meminfo: memFree=21808356/32951124 swapFree=67111348/67111528
[pid=17980] ppid=17978 vsize=621560 CPUtime=3757.07 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 666537 0 0 0 375445 262 0 0 25 0 4 0 652607682 636477440 85817 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 155390 85817 378 95 0 150372 0
[pid=17980/tid=17981] ppid=17978 vsize=621560 CPUtime=942.3 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 165333 0 0 0 94164 66 0 0 25 0 4 0 652607682 636477440 85817 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=621560 CPUtime=941.47 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 176321 0 0 0 94077 70 0 0 25 0 4 0 652607682 636477440 85817 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=621560 CPUtime=930.97 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 164011 0 0 0 93033 64 0 0 25 0 4 0 652607682 636477440 85817 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3757.07
Current children cumulated vsize (KiB) 621560

[startup+1002.3 s]
/proc/loadavg: 8.17 8.05 7.58 9/377 18022
/proc/meminfo: memFree=21799028/32951124 swapFree=67111348/67111528
[pid=17980] ppid=17978 vsize=622316 CPUtime=3996.36 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 689260 0 0 0 399360 276 0 0 25 0 4 0 652607682 637251584 87012 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 155579 87012 378 95 0 150561 0
[pid=17980/tid=17981] ppid=17978 vsize=622316 CPUtime=1002.29 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 171316 0 0 0 100159 70 0 0 25 0 4 0 652607682 637251584 87012 33554432000 4194304 4580107 140736819191360 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=622316 CPUtime=1001.48 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 183245 0 0 0 100073 75 0 0 25 0 4 0 652607682 637251584 87012 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=622316 CPUtime=990.25 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 170661 0 0 0 98958 67 0 0 25 0 4 0 652607682 637251584 87012 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3996.36
Current children cumulated vsize (KiB) 622316

[startup+1062.3 s]
/proc/loadavg: 8.11 8.06 7.61 9/377 18024
/proc/meminfo: memFree=21775452/32951124 swapFree=67111348/67111528
[pid=17980] ppid=17978 vsize=622956 CPUtime=4235.64 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 714643 0 0 0 423273 291 0 0 25 0 4 0 652607682 637906944 86807 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 155739 86807 378 95 0 150721 0
[pid=17980/tid=17981] ppid=17978 vsize=622956 CPUtime=1062.29 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 181637 0 0 0 106155 74 0 0 25 0 4 0 652607682 637906944 86807 33554432000 4194304 4580107 140736819191360 18446744073709551615 4406355 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=622956 CPUtime=1061.48 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 189956 0 0 0 106069 79 0 0 25 0 4 0 652607682 637906944 86807 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=622956 CPUtime=1049.51 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 177219 0 0 0 104880 71 0 0 25 0 4 0 652607682 637906944 86807 33554432000 4194304 4580107 140736819191360 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4235.64
Current children cumulated vsize (KiB) 622956

[startup+1122.3 s]
/proc/loadavg: 8.13 8.07 7.65 9/377 18026
/proc/meminfo: memFree=21745548/32951124 swapFree=67111348/67111528
[pid=17980] ppid=17978 vsize=622132 CPUtime=4474.9 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 732322 0 0 0 447190 300 0 0 25 0 4 0 652607682 637063168 91444 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 155533 91444 378 95 0 150515 0
[pid=17980/tid=17981] ppid=17978 vsize=622132 CPUtime=1122.3 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 185447 0 0 0 112154 76 0 0 25 0 4 0 652607682 637063168 91444 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=622132 CPUtime=1121.48 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 195636 0 0 0 112065 83 0 0 25 0 4 0 652607682 637063168 91444 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=622132 CPUtime=1108.78 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 181615 0 0 0 110805 73 0 0 25 0 4 0 652607682 637063168 91444 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4474.9
Current children cumulated vsize (KiB) 622132

[startup+1182.3 s]
/proc/loadavg: 8.12 8.09 7.67 9/377 18027
/proc/meminfo: memFree=21733112/32951124 swapFree=67111348/67111528
[pid=17980] ppid=17978 vsize=647860 CPUtime=4714.21 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 752584 0 0 0 471110 311 0 0 25 0 4 0 652607682 663408640 99355 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 161965 99355 378 95 0 156947 0
[pid=17980/tid=17981] ppid=17978 vsize=647860 CPUtime=1182.3 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 190724 0 0 0 118151 79 0 0 25 0 4 0 652607682 663408640 99355 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=647860 CPUtime=1181.49 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 200921 0 0 0 118063 86 0 0 25 0 4 0 652607682 663408640 99355 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=647860 CPUtime=1168.08 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 187832 0 0 0 116732 76 0 0 25 0 4 0 652607682 663408640 99355 33554432000 4194304 4580107 140736819191360 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4714.21
Current children cumulated vsize (KiB) 647860



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 8.14 8.09 7.68 9/377 18059
/proc/meminfo: memFree=22178344/32951124 swapFree=67111348/67111528
[pid=17980] ppid=17978 vsize=606952 CPUtime=4800.36 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 761642 0 0 0 479721 315 0 0 25 0 4 0 652607682 621518848 96607 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 151738 96607 378 95 0 146720 0
[pid=17980/tid=17981] ppid=17978 vsize=606952 CPUtime=1203.91 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 193707 0 0 0 120311 80 0 0 25 0 4 0 652607682 621518848 96608 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=606952 CPUtime=1203.1 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 203975 0 0 0 120222 88 0 0 25 0 4 0 652607682 621518848 96608 33554432000 4194304 4580107 140736819191360 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=606952 CPUtime=1189.41 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 190318 0 0 0 118865 76 0 0 25 0 4 0 652607682 621518848 96608 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 606952

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

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

[startup+1203.9 s]
/proc/loadavg: 8.14 8.09 7.68 9/377 18059
/proc/meminfo: memFree=22178344/32951124 swapFree=67111348/67111528
[pid=17980] ppid=17978 vsize=606952 CPUtime=4800.36 cores=1,3,5,7
/proc/17980/stat : 17980 (strangenight2-m) R 17978 17980 17510 0 -1 4202496 761642 0 0 0 479721 315 0 0 25 0 4 0 652607682 621518848 96607 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17980/statm: 151738 96607 378 95 0 146720 0
[pid=17980/tid=17981] ppid=17978 vsize=606952 CPUtime=1203.91 cores=1,3,5,7
/proc/17980/task/17981/stat : 17981 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 193707 0 0 0 120311 80 0 0 25 0 4 0 652607682 621518848 96608 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17980/tid=17982] ppid=17978 vsize=606952 CPUtime=1203.1 cores=1,3,5,7
/proc/17980/task/17982/stat : 17982 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 203975 0 0 0 120222 88 0 0 25 0 4 0 652607682 621518848 96608 33554432000 4194304 4580107 140736819191360 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17980/tid=17983] ppid=17978 vsize=606952 CPUtime=1189.41 cores=1,3,5,7
/proc/17980/task/17983/stat : 17983 (strangenight2-m) R 17978 17980 17510 0 -1 4202560 190318 0 0 0 118865 76 0 0 25 0 4 0 652607682 621518848 96608 33554432000 4194304 4580107 140736819191360 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.36
Current children cumulated vsize (KiB) 606952

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.94
CPU time (s): 4800.44
CPU user time (s): 4797.26
CPU system time (s): 3.17452
CPU usage (%): 398.728
Max. virtual memory (cumulated for all children) (KiB): 717680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.26
system time used= 3.17452
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 761644
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= 682
involuntary context switches= 32309

runsolver used 4.01039 second user time and 10.5304 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-14 23:54:59
IDJOB=3366604
IDBENCH=83013
IDSOLVER=1844
FILE ID=node139/3366604-1305410099
RUNJOBID= node139-1305410095-17928
PBS_JOBID= 13324507
Free space on /tmp= 73352 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
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-3366604-1305410099/watcher-3366604-1305410099 -o /tmp/evaluation-result-3366604-1305410099/solver-3366604-1305410099 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366604-1305410099.cnf

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

MD5SUM BENCH= f2a33b1c7727ae45658e5fd83ad755d2
RANDOM SEED=1717143074

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22561300 kB
Buffers:        299680 kB
Cached:        2895368 kB
SwapCached:          0 kB
Active:        8025468 kB
Inactive:      2059260 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22561300 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           11264 kB
Writeback:           0 kB
AnonPages:     6889140 kB
Mapped:          29260 kB
Slab:           203648 kB
PageTables:      38532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76901388 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= 73348 MiB
End job on node139 at 2011-05-15 00:15:05