Trace number 3175023

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-1-mt? (TO) 4800.39 1201.75

General information on the benchmark

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

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175023-1304078125.cnf'
0.00/0.00	c -- header says num vars:           2500
0.00/0.00	c -- header says num clauses:       10500
0.00/0.01	c -- clauses added:            0 learnts,        10500 normals,            0 xors
0.00/0.01	c -- vars added       2500
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0      2500     10500         0         0     31500         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/10500/10500 lits-rem:0 time: 0.02
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.01
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2500 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
3.57/0.90	c lits-rem:         0  cl-subs:        0  v-elim:     99  v-fix:    0  time:  0.06 s
3.57/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.57/0.90	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
3.57/0.90	c calculated reachability. Time: 0.00
3.57/0.90	c Calc default polars -  time:   0.00 s pos:    1094 undec:     289 neg:    1117
3.57/0.90	c =========================================================================================
3.57/0.90	c types(t): F = full restart, N = normal restart
3.57/0.90	c types(t): S = simplification begin/end, E = solution found
3.57/0.90	c restart types(rt): st = static, dy = dynamic
3.57/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.57/0.90	c  B st     0         0      2401     10382         0         0     31721         0   no data   no data  --
3.57/0.90	c  N dy    17      4023      2401     10382         0      4022     31721    285538     44.73     47.37  --
3.57/0.90	c  N dy    43      8063      2401     10382         0      5567     31721    282206     45.49     52.50  --
3.57/0.90	c  N dy    63     12214      2401     10382         0      5467     31721    181817     44.90     47.33  --
4.37/1.10	c  N dy    88     16246      2401     10382         0      9499     31721    457932     45.33     48.80  --
5.17/1.39	c  N dy   114     20283      2401     10382         0      7908     31721    266626     45.48     49.02  --
6.39/1.69	c  N dy   134     24407      2401     10382         0     12029     31721    546616     45.37     47.79  --
6.79/1.74	c  F st   138     25000      2401     10382         0     12622     31721    584666     45.30     33.82  --
8.37/2.13	c  N dy   144     30000      2401     10382         0     10812     31721    421464     45.30   no data  --
8.37/2.13	c  S st   144     30000      2401     10382         0     10812     31721    421464     45.30   no data  --
8.37/2.17	c  S st   144     30501      2401     10382         0     11313     31721    449196     45.30   no data  --
8.37/2.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
8.37/2.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.37/2.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
8.76/2.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.76/2.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.76/2.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2401 time:  0.00 s
8.76/2.21	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
13.16/3.33	c lits-rem:       222  cl-subs:       10  v-elim:      0  v-fix:    0  time:  4.45 s
13.16/3.34	c asymm  cl-useful: 0/10382/10382 lits-rem:0 time: 0.07
13.16/3.34	c calculated reachability. Time: 0.00
13.16/3.34	c  N dy   144     30501      2401     10382         0     11303     31721    447780     45.30   no data  --
14.35/3.68	c  N dy   171     34531      2401     10382         0     15332     31721    727770     45.48     50.48  --
15.95/4.01	c  N dy   190     38690      2401     10382         0     11594     31721    379506     45.24     48.63  --
17.15/4.36	c  N dy   214     42780      2401     10382         0     15683     31721    665224     45.39     48.34  --
18.35/4.62	c  S st   234     45752      2401     10382         0      9701     31721    184443     45.47   no data  --
18.35/4.66	c  S st   234     46252      2401     10382         0     10201     31721    211285     45.47   no data  --
18.35/4.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.35/4.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.35/4.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
18.35/4.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.35/4.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.35/4.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2401 time:  0.00 s
18.35/4.67	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
19.97/5.08	c lits-rem:         7  cl-subs:        0  v-elim:      0  v-fix:    0  time:  1.60 s
19.97/5.08	c vivif2 --  cl tried    10382 cl shrink        0 lits rem          0 time: 0.00
19.97/5.08	c vivif2 --  cl tried    10201 cl shrink        0 lits rem          0 time: 0.01
19.97/5.09	c asymm  cl-useful: 0/10382/10382 lits-rem:0 time: 0.06
19.97/5.10	c calculated reachability. Time: 0.00
19.97/5.10	c  N dy   234     46252      2401     10382         0     10201     31721    211278     45.47   no data  --
21.54/5.42	c  N dy   263     50363      2401     10382         0     14311     31721    491307     45.58     48.02  --
22.74/5.78	c  N dy   285     54391      2401     10382         0     18337     31721    764382     45.55     53.08  --
24.36/6.15	c  N dy   311     58515      2401     10382         0     12483     31721    312061     45.65     48.97  --
25.94/6.50	c  N dy   334     62647      2401     10382         0     16611     31721    598043     45.60     49.02  --
27.54/6.90	c  N dy   354     66797      2401     10382         0     20761     31721    886273     45.51     48.09  --
28.35/7.15	c  S st   371     69378      2401     10382         0     12359     31721    239617     45.54   no data  --
28.35/7.19	c  S st   371     69883      2401     10382         0     12864     31721    270188     45.54   no data  --
28.35/7.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
28.35/7.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.35/7.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
28.75/7.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.75/7.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.75/7.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2401 time:  0.00 s
28.75/7.21	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
31.12/7.83	c lits-rem:        20  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.47 s
31.12/7.83	c vivif2 --  cl tried    10382 cl shrink        0 lits rem          0 time: 0.00
31.12/7.83	c vivif2 --  cl tried    12862 cl shrink        0 lits rem          0 time: 0.01
31.12/7.85	c asymm  cl-useful: 0/10382/10382 lits-rem:0 time: 0.06
31.12/7.85	c calculated reachability. Time: 0.00
31.12/7.85	c  N dy   371     69883      2401     10382         0     12862     31721    270109     45.54   no data  --
32.75/8.26	c  N dy   396     74628      2401     10382         0     17606     31721    594214     45.50     48.33  --
34.72/8.73	c  N dy   425     79447      2401     10382         0     22423     31721    928003     45.55     48.14  --
36.33/9.19	c  N dy   459     84559      2401     10382         0     15538     31721    395699     45.61     48.51  --
37.54/9.45	c  F st   480     87500      2401     10382         0     18477     31721    596167     45.64     45.61  --
38.71/9.78	c  N st   485     90802      2401     10382         0     21774     31721    845225     45.64   no data  --
41.12/10.38	c  N dy   509     96634      2401     10382         0     14617     31721    270196     45.70     56.11  --
43.51/10.93	c  N dy   545    102812      2401     10382         0     20794     31721    698655     45.68     52.15  --
44.31/11.13	c  S st   559    104824      2401     10382         0     22805     31721    841870     45.71   no data  --
44.31/11.19	c  S st   559    105329      2401     10382         0     23310     31721    870207     45.71   no data  --
44.31/11.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
44.31/11.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
44.71/11.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.05
44.71/11.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.71/11.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.71/11.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2401 time:  0.00 s
44.71/11.25	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
61.48/15.40	c lits-rem:       122  cl-subs:        7  v-elim:      0  v-fix:    0  time: 16.59 s
61.48/15.40	c vivif2 --  cl tried    10382 cl shrink        0 lits rem          0 time: 0.00
61.48/15.41	c vivif2 --  cl tried    23303 cl shrink        0 lits rem          0 time: 0.04
61.48/15.44	c asymm  cl-useful: 0/10382/10382 lits-rem:0 time: 0.11
61.48/15.44	c calculated reachability. Time: 0.00
61.48/15.44	c  N dy   559    105329      2401     10382         0     23303     31721    869012     45.71   no data  --
64.28/16.16	c  N dy   602    112134      2401     10382         0     16111     31721    310204     45.77     48.41  --
67.08/16.87	c  N dy   641    119422      2401     10382         0     23397     31721    817533     45.76     48.87  --
70.68/17.74	c  N dy   685    127241      2401     10382         0     16219     31721    252247     45.72     48.23  --
73.87/18.53	c  N dy   735    135448      2401     10382         0     24425     31721    825330     45.82     59.97  --
77.86/19.52	c  N dy   787    144502      2401     10382         0     17480     31721    271637     45.83     48.31  --
81.48/20.45	c  N dy   846    153770      2401     10382         0     26744     31721    900230     45.85     50.34  --
83.46/20.93	c  S st   871    157993      2401     10382         0     30966     31721   1191921     45.84     41.77  --
83.86/21.00	c  S st   871    158495      2401     10382         0     31468     31721   1220264     45.84   no data  --
83.86/21.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
83.86/21.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
83.86/21.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.06
83.86/21.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
83.86/21.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
83.86/21.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2401 time:  0.00 s
83.86/21.07	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
92.25/23.12	c lits-rem:        33  cl-subs:       10  v-elim:      0  v-fix:    0  time:  8.19 s
92.25/23.12	c vivif2 --  cl tried    10382 cl shrink        0 lits rem          0 time: 0.00
92.25/23.14	c vivif2 --  cl tried    31458 cl shrink        0 lits rem          0 time: 0.06
92.25/23.18	c asymm  cl-useful: 0/10382/10382 lits-rem:0 time: 0.16
92.25/23.18	c calculated reachability. Time: 0.00
92.25/23.18	c  N dy   871    158495      2401     10382         0     31458     31721   1219076     45.84   no data  --
96.64/24.25	c  N dy   923    168649      2401     10382         0     24611     31721    709107     45.82     49.01  --
102.23/25.60	c  N dy   990    179507      2401     10382         0     35466     31721   1472290     45.86     48.53  --
107.03/26.88	c  N dy  1046    191168      2401     10382         0     29134     31721    959163     45.87     48.58  --
113.02/28.34	c  N dy  1126    203428      2401     10382         0     22397     31721    425930     45.93     48.54  --
119.01/29.87	c  N dy  1204    216615      2401     10382         0     35578     31721   1334712     45.94     48.71  --
125.42/31.49	c  N dy  1281    230579      2401     10382         0     29550     31721    866381     45.95     49.23  --
128.99/32.40	c  S st  1324    237743      2401     10382         0     36713     31721   1366924     45.98     41.83  --
129.42/32.48	c  S st  1324    238246      2401     10382         0     37216     31721   1395652     45.98   no data  --
129.42/32.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
129.42/32.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
129.42/32.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.07
129.82/32.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
129.82/32.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
129.82/32.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2401 time:  0.00 s
129.82/32.55	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
138.60/34.79	c lits-rem:        74  cl-subs:       10  v-elim:      0  v-fix:    0  time:  8.94 s
138.60/34.79	c vivif2 --  cl tried    10382 cl shrink        0 lits rem          0 time: 0.00
138.98/34.81	c vivif2 --  cl tried    37206 cl shrink        0 lits rem          0 time: 0.06
138.98/34.86	c asymm  cl-useful: 0/10382/10382 lits-rem:0 time: 0.19
138.98/34.86	c calculated reachability. Time: 0.00
138.98/34.86	c  N dy  1324    238246      2401     10382         0     37206     31721   1394349     45.98   no data  --
146.18/36.69	c  N dy  1412    253573      2401     10382         0     31532     31721    926526     45.99     48.54  --
154.96/38.82	c  N dy  1498    269775      2401     10382         0     25733     31721    469193     45.99     48.80  --
164.15/41.12	c  N dy  1596    287708      2401     10382         0     43661     31721   1721354     45.99     48.47  --
173.35/43.41	c  N dy  1698    306085      2401     10382         0     39044     31721   1328612     45.99     48.66  --
173.35/43.43	c  F st  1700    306250      2401     10382         0     39209     31721   1340168     45.99   no data  --
183.32/45.99	c  N dy  1792    325722      2401     10382         0     34682     31721    961980     46.02     48.91  --
194.90/48.84	c  N dy  1916    345883      2401     10382         0     29844     31721    565402     46.05     48.59  --
200.90/50.34	c  S st  1984    357369      2401     10382         0     41326     31721   1360348     46.06     37.82  --
201.30/50.42	c  S st  1984    357873      2401     10382         0     41830     31721   1387337     46.06   no data  --
201.30/50.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
201.30/50.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
201.30/50.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.09
201.69/50.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
201.69/50.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
201.69/50.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2401 time:  0.00 s
201.69/50.50	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
212.08/53.12	c lits-rem:        65  cl-subs:       11  v-elim:      0  v-fix:    0  time: 10.46 s
212.08/53.12	c vivif2 --  cl tried    10382 cl shrink        0 lits rem          0 time: 0.00
212.08/53.14	c vivif2 --  cl tried    41819 cl shrink        0 lits rem          0 time: 0.06
212.08/53.19	c asymm  cl-useful: 0/10382/10382 lits-rem:0 time: 0.21
212.08/53.19	c calculated reachability. Time: 0.00
212.08/53.19	c  N dy  1984    357873      2401     10382         0     41819     31721   1385984     46.06   no data  --
223.67/56.00	c  N dy  2101    377907      2401     10382         0     35846     31721    923362     46.05     51.76  --
236.05/59.15	c  N dy  2206    397988      2401     10382         0     28935     31721    372844     46.06     48.82  --
247.24/61.94	c  N dy  2312    417999      2401     10382         0     48938     31721   1776144     46.04     48.53  --
258.81/64.82	c  N dy  2419    438067      2401     10382         0     41006     31721   1155551     46.04     62.18  --
271.60/68.01	c  N dy  2527    458077      2401     10382         0     32021     31721    460096     46.01     49.42  --
283.20/70.96	c  N dy  2647    478200      2401     10382         0     52139     31721   1867783     46.05     49.06  --
295.57/74.06	c  N dy  2760    498277      2401     10382         0     42220     31721   1109414     46.06     49.39  --
309.57/77.52	c  N dy  2865    518405      2401     10382         0     31348     31721    290965     46.07     49.74  --
320.33/80.20	c  S st  2990    536813      2401     10382         0     49751     31721   1593917     46.15   no data  --
320.73/80.31	c  S st  2990    537316      2401     10382         0     50254     31721   1625965     46.15   no data  --
320.73/80.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
320.73/80.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
320.73/80.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.11
321.13/80.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
321.13/80.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
321.13/80.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2401 time:  0.00 s
321.13/80.40	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
334.72/83.88	c lits-rem:        50  cl-subs:       19  v-elim:      0  v-fix:    0  time: 13.86 s
334.72/83.88	c vivif2 --  cl tried    10382 cl shrink        0 lits rem          0 time: 0.00
335.12/83.90	c vivif2 --  cl tried    50235 cl shrink        0 lits rem          0 time: 0.07
335.12/83.96	c asymm  cl-useful: 0/10382/10382 lits-rem:0 time: 0.27
335.12/83.97	c calculated reachability. Time: 0.00
335.12/83.97	c  N dy  2990    537316      2401     10382         0     50235     31721   1624227     46.15   no data  --
348.70/87.31	c  N dy  3092    557383      2401     10382         0     38305     31721    712363     46.13     52.83  --
361.48/90.59	c  N dy  3200    577450      2401     10382         0     58367     31721   2119011     46.13     48.71  --
374.66/93.86	c  N dy  3302    597515      2401     10382         0     45441     31721   1159690     46.12     49.10  --
389.06/97.48	c  N dy  3413    617651      2401     10382         0     65572     31721   2569606     46.12     50.04  --
401.84/100.68	c  N dy  3535    637680      2401     10382         0     51601     31721   1518424     46.15     50.17  --
417.80/104.60	c  N dy  3652    657941      2401     10382         0     36870     31721    414843     46.17     48.60  --
430.58/107.86	c  N dy  3774    678020      2401     10382         0     56945     31721   1823118     46.20     48.71  --
446.18/111.73	c  N dy  3897    698042      2401     10382         0     40967     31721    634375     46.21     49.02  --
460.55/115.36	c  N dy  4025    718155      2401     10382         0     61074     31721   2053662     46.25     48.70  --
476.13/119.30	c  N dy  4141    738169      2401     10382         0     44100     31721    798779     46.26     50.28  --
490.90/122.92	c  N dy  4271    758367      2401     10382         0     64289     31721   2225786     46.29     49.33  --
506.48/126.81	c  N dy  4378    778417      2401     10382         0     46343     31721    886729     46.29     49.23  --
521.26/130.50	c  N dy  4490    798469      2401     10382         0     66389     31721   2304745     46.29     48.93  --
527.65/132.19	c  S st  4531    805974      2401     10382         0     73892     31721   2834739     46.29     45.15  --
528.45/132.35	c  S st  4531    806478      2401     10382         0     74396     31721   2867844     46.29   no data  --
528.45/132.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
528.45/132.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
528.85/132.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.17
529.27/132.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
529.27/132.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
529.27/132.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2401 time:  0.00 s
529.27/132.51	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
569.59/142.63	c lits-rem:        36  cl-subs:       35  v-elim:      0  v-fix:    0  time: 40.37 s
569.59/142.63	c vivif2 --  cl tried    10382 cl shrink        0 lits rem          0 time: 0.00
569.59/142.67	c vivif2 --  cl tried    74361 cl shrink        0 lits rem          0 time: 0.14
569.99/142.79	c asymm  cl-useful: 0/10382/10382 lits-rem:0 time: 0.48
569.99/142.79	c calculated reachability. Time: 0.00
569.99/142.79	c  N dy  4531    806478      2401     10382         0     74361     31721   2863711     46.29   no data  --
584.37/146.32	c  N dy  4641    826552      2401     10382         0     55443     31721   1468941     46.29     50.33  --
601.15/150.56	c  N dy  4765    846560      2401     10382         0     75443     31721   2895613     46.32     56.31  --
615.93/154.21	c  N dy  4890    866688      2401     10382         0     55575     31721   1426892     46.36     48.81  --
632.71/158.42	c  N dy  5003    886720      2401     10382         0     75601     31721   2850468     46.37     53.97  --
647.91/162.25	c  N dy  5126    906741      2401     10382         0     54630     31721   1286678     46.40     52.73  --
664.67/166.49	c  N dy  5244    926808      2401     10382         0     74690     31721   2707712     46.41     49.38  --
681.05/170.58	c  N dy  5359    946853      2401     10382         0     52747     31721   1096116     46.42     49.12  --
697.42/174.69	c  N dy  5486    966863      2401     10382         0     72756     31721   2505564     46.45     49.50  --
715.40/179.16	c  N dy  5599    986896      2401     10382         0     49792     31721    817954     46.46     50.01  --
730.97/183.04	c  N dy  5716   1006952      2401     10382         0     69842     31721   2225241     46.47     49.14  --
750.54/187.97	c  N dy  5840   1027040      2401     10382         0     45929     31721    479308     46.49     57.62  --
765.33/191.63	c  N dy  5964   1047078      2401     10382         0     65959     31721   1896920     46.51     49.93  --
785.29/196.65	c  N dy  6080   1067715      2401     10382         0     86593     31721   3350521     46.51     49.79  --
789.69/197.75	c  F st  6105   1071876      2401     10382         0     45763     31721    399325     46.52     45.23  --
800.89/200.51	c  N dy  6172   1087811      2401     10382         0     61696     31721   1561804     46.52     49.05  --
818.85/205.02	c  N dy  6276   1107829      2401     10382         0     81706     31721   2975678     46.51     49.85  --
837.25/209.62	c  N dy  6405   1127926      2401     10382         0     55808     31721   1047727     46.54     62.73  --
854.42/213.96	c  N dy  6528   1147953      2401     10382         0     75825     31721   2461982     46.56     49.17  --
876.80/219.51	c  N dy  6646   1168000      2401     10382         0     48881     31721    493404     46.57     51.02  --
892.75/223.58	c  N dy  6765   1188035      2401     10382         0     68907     31721   1906903     46.58     51.51  --
913.93/228.88	c  N dy  6871   1208082      2401     10382         0     88951     31721   3338371     46.58     50.15  --
915.95/229.37	c  S st  6882   1209719      2401     10382         0     90586     31721   3454270     46.58     45.65  --
916.72/229.57	c  S st  6882   1210226      2401     10382         0     91093     31721   3486318     46.58   no data  --
916.72/229.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
916.72/229.58	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
917.12/229.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.22
917.52/229.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
917.52/229.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
917.52/229.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2401 time:  0.00 s
917.52/229.76	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1126.05/281.96	c lits-rem:         4  cl-subs:       37  v-elim:      0  v-fix:    0  time: 208.26 s
1126.05/281.96	c vivif2 --  cl tried    10382 cl shrink        0 lits rem          0 time: 0.00
1126.45/282.00	c vivif2 --  cl tried    91056 cl shrink        0 lits rem          0 time: 0.16
1126.86/282.14	c asymm  cl-useful: 0/10382/10382 lits-rem:0 time: 0.57
1126.86/282.14	c calculated reachability. Time: 0.00
1126.86/282.14	c  N dy  6882   1210226      2401     10382         0     91056     31721   3481812     46.58   no data  --
1143.63/286.31	c  N dy  6992   1230389      2401     10382         0     63237     31721   1447977     46.59     49.11  --
1162.01/290.94	c  N dy  7098   1250481      2401     10382         0     83322     31721   2855844     46.58     49.06  --
1182.77/296.15	c  N dy  7231   1270693      2401     10382         0     54541     31721    769784     46.60     49.22  --
1199.15/300.29	c  N dy  7346   1290793      2401     10382         0     74635     31721   2177573     46.61     49.15  --
1221.11/305.72	c  N dy  7480   1311114      2401     10382         0     94948     31721   3625912     46.63     50.98  --
1238.69/310.15	c  N dy  7595   1331160      2401     10382         0     65004     31721   1456142     46.64     49.89  --
1258.26/315.00	c  N dy  7731   1351278      2401     10382         0     85116     31721   2888171     46.66     49.24  --
1280.24/320.50	c  N dy  7845   1371298      2401     10382         0     54145     31721    608136     46.66     49.47  --
1296.61/324.63	c  N dy  7972   1391370      2401     10382         0     74210     31721   2045464     46.68     49.96  --
1318.18/330.02	c  N dy  8094   1411582      2401     10382         0     94414     31721   3475047     46.69     49.26  --
1338.18/335.02	c  N dy  8214   1431682      2401     10382         0     62531     31721   1145663     46.70     49.60  --
1356.51/339.62	c  N dy  8332   1451927      2401     10382         0     82773     31721   2572225     46.70     49.36  --
1379.69/345.46	c  N dy  8459   1471933      2401     10382         0    102771     31721   4008879     46.72     49.23  --
1397.26/349.86	c  N dy  8574   1492155      2401     10382         0     69999     31721   1605265     46.73     49.46  --
1418.43/355.13	c  N dy  8681   1513309      2401     10382         0     91145     31721   3134710     46.73     49.29  --
1442.40/361.12	c  N dy  8794   1533333      2401     10382         0     57180     31721    630483     46.74     49.64  --
1459.98/365.57	c  N dy  8921   1553341      2401     10382         0     77183     31721   2054214     46.76     51.15  --
1481.55/370.97	c  N dy  9039   1573346      2401     10382         0     97184     31721   3474852     46.76     49.48  --
1503.52/376.42	c  N dy  9157   1593570      2401     10382         0     62410     31721    941358     46.77     49.66  --
1521.90/381.05	c  N dy  9278   1613626      2401     10382         0     82461     31721   2354208     46.78     49.33  --
1545.06/386.85	c  N dy  9386   1633933      2401     10382         0    102757     31721   3795624     46.78     49.87  --
1566.25/392.15	c  N dy  9494   1653970      2401     10382         0     66819     31721   1181152     46.78     58.45  --
1586.21/397.13	c  N dy  9605   1674467      2401     10382         0     87306     31721   2632733     46.78     49.41  --
1611.77/403.52	c  N dy  9724   1694469      2401     10382         0    107306     31721   4057318     46.78     49.48  --
1628.94/407.88	c  S st  9825   1710228      2401     10382         0     66087     31721   1060082     46.80   no data  --
1629.74/408.01	c  S st  9825   1710731      2401     10382         0     66590     31721   1089110     46.80   no data  --
1629.74/408.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1629.74/408.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1629.74/408.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.15
1630.14/408.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1630.14/408.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1630.14/408.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2401 time:  0.00 s
1630.14/408.10	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
1640.95/410.81	c lits-rem:        54  cl-subs:       11  v-elim:      0  v-fix:    0  time: 10.81 s
1640.95/410.81	c vivif2 --  cl tried    10382 cl shrink        0 lits rem          0 time: 0.00
1640.95/410.83	c vivif2 --  cl tried    66579 cl shrink        0 lits rem          0 time: 0.06
1641.35/410.92	c asymm  cl-useful: 0/10382/10382 lits-rem:0 time: 0.38
1641.35/410.92	c calculated reachability. Time: 0.00
1641.35/410.92	c  N dy  9825   1710731      2401     10382         0     66579     31721   1087793     46.80   no data  --
1661.71/416.02	c  N dy  9956   1730961      2401     10382         0     86801     31721   2518459     46.81     49.48  --
1686.87/422.31	c  N dy 10078   1750983      2401     10382         0    106820     31721   3935309     46.82     50.99  --
1709.24/427.90	c  N dy 10183   1771130      2401     10382         0     68973     31721   1210484     46.82     49.51  --
1730.01/433.10	c  N dy 10301   1791254      2401     10382         0     89090     31721   2635549     46.82     49.38  --
1755.97/439.69	c  N dy 10414   1811664      2401     10382         0    109493     31721   4100416     46.83     50.36  --
1778.34/445.29	c  N dy 10519   1831762      2401     10382         0     70607     31721   1254195     46.83     49.58  --
1799.54/450.54	c  N dy 10638   1851813      2401     10382         0     90653     31721   2689378     46.84     49.51  --
1825.91/457.12	c  N dy 10760   1871866      2401     10382         0    110703     31721   4106216     46.85     50.12  --
1849.05/462.97	c  N dy 10884   1892043      2401     10382         0     70887     31721   1219685     46.86     50.69  --
1870.62/468.30	c  N dy 11013   1912126      2401     10382         0     90966     31721   2643661     46.87     49.36  --
1896.59/474.83	c  N dy 11125   1932164      2401     10382         0    111000     31721   4056116     46.87     49.97  --
1921.36/481.07	c  N dy 11240   1952306      2401     10382         0     70155     31721   1095924     46.88     49.58  --
1941.33/486.08	c  N dy 11344   1972437      2401     10382         0     90273     31721   2544317     46.87     49.35  --
1966.11/492.24	c  N dy 11456   1992533      2401     10382         0    110363     31721   3974415     46.87     49.73  --
1992.06/498.70	c  N dy 11589   2012540      2401     10382         0     68382     31721    905824     46.89     49.85  --
2011.64/503.62	c  N dy 11708   2032553      2401     10382         0     88386     31721   2333123     46.89     49.60  --
2036.00/509.70	c  N dy 11825   2052647      2401     10382         0    108474     31721   3776999     46.90     50.00  --
2063.96/516.78	c  N dy 11942   2072772      2401     10382         0     65611     31721    646184     46.91     49.39  --
2083.94/521.71	c  N dy 12074   2092817      2401     10382         0     85650     31721   2088365     46.92     49.84  --
2107.90/527.71	c  N dy 12200   2112916      2401     10382         0    105745     31721   3518625     46.94     52.23  --
2137.07/535.10	c  N dy 12325   2132963      2401     10382         0    125787     31721   4947047     46.94     49.86  --
2157.04/540.08	c  N dy 12441   2152996      2401     10382         0     81834     31721   1749887     46.95     66.23  --
2180.61/545.90	c  N dy 12570   2173115      2401     10382         0    101951     31721   3190499     46.96     49.48  --
2208.19/552.88	c  N dy 12689   2193238      2401     10382         0    122071     31721   4635299     46.97     50.76  --
2229.35/558.12	c  S st 12788   2210731      2401     10382         0     74573     31721   1152008     46.97   no data  --
2229.76/558.27	c  S st 12788   2211236      2401     10382         0     75078     31721   1182537     46.97   no data  --
2229.76/558.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2229.76/558.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2230.16/558.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.16
2230.16/558.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2230.16/558.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2230.16/558.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2401 time:  0.00 s
2230.16/558.36	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2243.34/561.64	c lits-rem:        56  cl-subs:       10  v-elim:      0  v-fix:    0  time: 13.07 s
2243.34/561.64	c vivif2 --  cl tried    10382 cl shrink        0 lits rem          0 time: 0.00
2243.34/561.66	c vivif2 --  cl tried    75068 cl shrink        0 lits rem          0 time: 0.06
2243.73/561.76	c asymm  cl-useful: 0/10382/10382 lits-rem:0 time: 0.39
2243.73/561.76	c calculated reachability. Time: 0.00
2243.73/561.76	c  N dy 12788   2211236      2401     10382         0     75068     31721   1181472     46.97   no data  --
2264.50/566.90	c  N dy 12910   2231339      2401     10382         0     95163     31721   2617842     46.98     49.94  --
2290.07/573.32	c  N dy 13024   2251342      2401     10382         0    115162     31721   4031505     46.98     49.52  --
2318.43/580.43	c  N dy 13146   2271442      2401     10382         0     69272     31721    704432     46.98     49.94  --
2337.60/585.29	c  N dy 13260   2291700      2401     10382         0     89526     31721   2144959     46.99     50.10  --
2362.37/591.40	c  N dy 13365   2311715      2401     10382         0    109534     31721   3562677     46.99     49.91  --
2391.93/598.85	c  N dy 13467   2331719      2401     10382         0    129529     31721   4967945     46.99     49.97  --
2413.90/604.33	c  N dy 13589   2351794      2401     10382         0     82615     31721   1597778     47.00     49.87  --
2436.28/610.00	c  N dy 13704   2371855      2401     10382         0    102663     31721   3022309     47.00     50.51  --
2465.03/617.10	c  N dy 13817   2391951      2401     10382         0    122753     31721   4456946     47.01     50.13  --
2492.59/624.07	c  N dy 13937   2412209      2401     10382         0     75039     31721    989708     47.01     49.81  --
2513.76/629.35	c  N dy 14057   2432413      2401     10382         0     95237     31721   2420675     47.02     49.59  --
2540.93/636.12	c  N dy 14189   2452454      2401     10382         0    115274     31721   3848796     47.03     49.72  --
2572.90/644.13	c  N dy 14303   2472546      2401     10382         0    135361     31721   5287798     47.03     49.82  --
2595.25/649.73	c  N dy 14423   2492654      2401     10382         0     86478     31721   1748424     47.04     49.94  --
2619.62/655.82	c  N dy 14540   2512668      2401     10382         0    106490     31721   3177420     47.04     49.92  --
2649.98/663.44	c  N dy 14671   2532765      2401     10382         0    126581     31721   4601057     47.05     53.01  --
2679.54/670.87	c  N dy 14789   2552781      2401     10382         0     76608     31721    968362     47.06     49.69  --
2701.51/676.36	c  N dy 14904   2572880      2401     10382         0     96700     31721   2399796     47.06     53.87  --
2729.87/683.44	c  N dy 15027   2593683      2401     10382         0    117498     31721   3884301     47.07     49.73  --
2762.63/691.64	c  N dy 15144   2613902      2401     10382         0    137708     31721   5338269     47.07     50.81  --
2787.00/697.72	c  N dy 15266   2633973      2401     10382         0     86795     31721   1627652     47.08     50.81  --
2811.37/703.84	c  N dy 15376   2653976      2401     10382         0    106794     31721   3065913     47.08     53.11  --
2843.72/711.97	c  N dy 15500   2675062      2401     10382         0    127869     31721   4572094     47.09     49.85  --
2876.10/720.01	c  N dy 15614   2695096      2401     10382         0     75916     31721    793521     47.09     50.73  --
2892.46/724.15	c  S st 15691   2711236      2401     10382         0     92050     31721   1948326     47.09     46.96  --
2893.27/724.35	c  S st 15691   2711739      2401     10382         0     92553     31721   1976301     47.09   no data  --
2893.27/724.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2893.27/724.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2893.67/724.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.22
2893.67/724.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2893.67/724.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2893.67/724.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2401 time:  0.00 s
2893.67/724.49	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
2922.42/731.64	c lits-rem:       137  cl-subs:       28  v-elim:      0  v-fix:    0  time: 28.55 s
2922.42/731.65	c vivif2 --  cl tried    10382 cl shrink        0 lits rem          0 time: 0.00
2922.42/731.67	c vivif2 --  cl tried    92525 cl shrink        0 lits rem          0 time: 0.10
2923.22/731.81	c asymm  cl-useful: 0/10382/10382 lits-rem:0 time: 0.55
2923.22/731.81	c calculated reachability. Time: 0.00
2923.22/731.81	c  N dy 15691   2711739      2401     10382         0     92525     31721   1972761     47.09   no data  --
2948.78/738.26	c  N dy 15822   2732335      2401     10382         0    113115     31721   3448298     47.09     49.75  --
2978.74/745.79	c  N dy 15951   2752396      2401     10382         0    133163     31721   4873565     47.11     63.05  --
3007.51/752.96	c  N dy 16062   2772464      2401     10382         0     80254     31721   1040116     47.11     50.24  --
3029.48/758.50	c  N dy 16174   2792541      2401     10382         0    100324     31721   2457941     47.11     54.35  --
3056.64/765.29	c  N dy 16292   2812620      2401     10382         0    120401     31721   3870601     47.11     51.18  --
3088.59/773.27	c  N dy 16414   2832671      2401     10382         0    140446     31721   5300620     47.12     54.55  --
3114.95/779.85	c  N dy 16531   2852700      2401     10382         0     86493     31721   1430702     47.12     49.64  --
3139.34/785.90	c  N dy 16653   2872760      2401     10382         0    106544     31721   2849956     47.12     49.61  --
3168.49/793.25	c  N dy 16787   2892831      2401     10382         0    126610     31721   4278564     47.13     49.82  --
3202.04/801.68	c  N dy 16900   2912926      2401     10382         0    146702     31721   5703377     47.13     50.00  --
3225.61/807.51	c  N dy 17017   2932956      2401     10382         0     91747     31721   1737096     47.13     56.27  --
3250.77/813.85	c  N dy 17140   2953140      2401     10382         0    111919     31721   3166236     47.14     49.85  --
3280.73/821.34	c  N dy 17255   2973205      2401     10382         0    131975     31721   4600010     47.14     49.74  --
3315.88/830.16	c  N dy 17368   2993285      2401     10382         0     76078     31721    547128     47.15     50.13  --
3336.66/835.39	c  N dy 17492   3013299      2401     10382         0     96083     31721   1964591     47.15     49.64  --
3362.63/841.90	c  N dy 17609   3033429      2401     10382         0    116207     31721   3401726     47.15     53.07  --
3393.79/849.61	c  N dy 17728   3053504      2401     10382         0    136274     31721   4820517     47.16     52.43  --
3429.35/858.59	c  N dy 17868   3073544      2401     10382         0     79335     31721    719504     47.17     49.83  --
3452.49/864.32	c  N dy 17977   3093615      2401     10382         0     99403     31721   2150315     47.17     50.06  --
3480.47/871.33	c  N dy 18097   3113713      2401     10382         0    119498     31721   3588462     47.18     50.56  --
3513.62/879.67	c  N dy 18215   3133948      2401     10382         0    139728     31721   5045209     47.19     49.81  --
3547.99/888.20	c  N dy 18323   3154007      2401     10382         0     81805     31721    831314     47.18     52.10  --
3571.15/894.02	c  N dy 18436   3174014      2401     10382         0    101805     31721   2255986     47.19     49.99  --
3600.31/901.37	c  N dy 18554   3194063      2401     10382         0    121843     31721   3680645     47.19     49.78  --
3630.27/908.84	c  S st 18662   3211739      2401     10382         0    139515     31721   4952728     47.20   no data  --
3631.48/909.15	c  S st 18662   3212241      2401     10382         0    140017     31721   4981107     47.20   no data  --
3631.48/909.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3631.48/909.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3631.89/909.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.36
3632.66/909.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3632.66/909.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3632.66/909.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   2401 time:  0.00 s
3632.66/909.45	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
4158.36/1041.09	c lits-rem:        21  cl-subs:       71  v-elim:      0  v-fix:    0  time: 525.06 s
4158.36/1041.09	c vivif2 --  cl tried    10382 cl shrink        0 lits rem          0 time: 0.00
4158.78/1041.15	c vivif2 --  cl tried   139946 cl shrink        0 lits rem          0 time: 0.23
4159.55/1041.39	c asymm  cl-useful: 0/10382/10382 lits-rem:0 time: 0.97
4159.95/1041.40	c calculated reachability. Time: 0.00
4159.95/1041.40	c  N dy 18662   3212241      2401     10382         0    139946     31721   4972143     47.20   no data  --
4196.70/1050.63	c  N dy 18787   3232311      2401     10382         0     81029     31721    706145     47.20     54.94  --
4219.87/1056.48	c  N dy 18923   3252353      2401     10382         0    101066     31721   2137999     47.21     50.24  --
4248.23/1063.57	c  N dy 19048   3272440      2401     10382         0    121146     31721   3586981     47.22     55.35  --
4282.58/1072.15	c  N dy 19167   3292890      2401     10382         0    141590     31721   5061945     47.22     50.13  --
4320.13/1081.50	c  N dy 19278   3312919      2401     10382         0     81641     31721    684174     47.22     50.46  --
4342.91/1087.29	c  N dy 19408   3332965      2401     10382         0    101680     31721   2121871     47.23     50.95  --
4372.07/1094.54	c  N dy 19535   3353130      2401     10382         0    121842     31721   3567941     47.24     50.67  --
4406.81/1103.25	c  N dy 19671   3373195      2401     10382         0    141900     31721   5002886     47.25     49.88  --
4445.57/1112.98	c  N dy 19778   3393215      2401     10382         0    161918     31721   6428627     47.25     49.82  --
4469.54/1118.93	c  N dy 19899   3413423      2401     10382         0    101142     31721   2008552     47.25     50.05  --
4497.52/1125.91	c  N dy 20018   3433443      2401     10382         0    121152     31721   3443734     47.26     50.02  --
4531.05/1134.30	c  N dy 20118   3453651      2401     10382         0    141356     31721   4871219     47.25     50.91  --
4569.81/1144.03	c  N dy 20248   3473667      2401     10382         0    161368     31721   6306558     47.26     49.76  --
4595.77/1150.51	c  N dy 20372   3493689      2401     10382         0     99414     31721   1824690     47.27     51.94  --
4623.73/1157.50	c  N dy 20484   3513823      2401     10382         0    119541     31721   3273009     47.27     51.56  --
4655.71/1165.58	c  N dy 20589   3533859      2401     10382         0    139572     31721   4709853     47.27     51.10  --
4693.64/1175.07	c  N dy 20704   3553976      2401     10382         0    159684     31721   6140009     47.28     50.21  --
4723.19/1182.44	c  N dy 20827   3574025      2401     10382         0     96749     31721   1571500     47.28     51.81  --
4750.76/1189.37	c  N dy 20939   3594463      2401     10382         0    117185     31721   3022336     47.28     49.92  --
4783.14/1197.43	c  N dy 21054   3614513      2401     10382         0    137228     31721   4448022     47.29     50.24  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175023-1304078125/watcher-3175023-1304078125 -o /tmp/evaluation-result-3175023-1304078125/solver-3175023-1304078125 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175023-1304078125.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: 3.62 5.75 7.07 3/172 27201
/proc/meminfo: memFree=19048484/32951124 swapFree=67111528/67111528
[pid=27201] ppid=27199 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 417 0 0 0 0 0 0 0 21 0 4 0 500228337 52465664 356 33554432000 4194304 4650419 140734778545808 18446744073709551615 47653127133106 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 12809 356 306 112 0 7774 0
[pid=27201/tid=27202] ppid=27199 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 4 0 0 0 0 0 0 0 22 0 4 0 500228337 52465664 356 33554432000 4194304 4650419 140734778545808 18446744073709551615 233510297531 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 500228337 52465664 356 33554432000 4194304 4650419 140734778545808 18446744073709551615 47653127133106 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 500228337 52465664 356 33554432000 4194304 4650419 140734778545808 18446744073709551615 47653127132701 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0281059 s]
/proc/loadavg: 3.62 5.75 7.07 3/172 27201
/proc/meminfo: memFree=19048484/32951124 swapFree=67111528/67111528
[pid=27201] ppid=27199 vsize=284696 CPUtime=0.08 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 3586 0 0 0 7 1 0 0 18 0 4 0 500228337 291528704 3160 33554432000 4194304 4650419 140734778545808 18446744073709551615 4441572 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 71174 3174 384 112 0 66139 0
[pid=27201/tid=27202] ppid=27199 vsize=284696 CPUtime=0.01 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 911 0 0 0 1 0 0 0 18 0 4 0 500228337 291528704 3184 33554432000 4194304 4650419 140734778545808 18446744073709551615 4441818 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=284696 CPUtime=0.01 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 870 0 0 0 1 0 0 0 18 0 4 0 500228337 291528704 3187 33554432000 4194304 4650419 140734778545808 18446744073709551615 233509994704 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=284696 CPUtime=0.01 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 509 0 0 0 1 0 0 0 18 0 4 0 500228337 291528704 3189 33554432000 4194304 4650419 140734778545808 18446744073709551615 4367295 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 284696

[startup+0.758483 s]
/proc/loadavg: 3.62 5.75 7.07 3/172 27201
/proc/meminfo: memFree=19048484/32951124 swapFree=67111528/67111528
[pid=27201] ppid=27199 vsize=297124 CPUtime=2.99 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 9040 0 0 0 298 1 0 0 18 0 4 0 500228337 304254976 5033 33554432000 4194304 4650419 140734778545808 18446744073709551615 4364336 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 74281 4668 392 112 0 69246 0
[pid=27201/tid=27202] ppid=27199 vsize=288216 CPUtime=0.74 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 2254 0 0 0 74 0 0 0 19 0 4 0 500228337 295133184 4668 33554432000 4194304 4650419 140734778545808 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=288216 CPUtime=0.74 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 2248 0 0 0 74 0 0 0 18 0 4 0 500228337 295133184 4668 33554432000 4194304 4650419 140734778545808 18446744073709551615 233510340743 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=288216 CPUtime=0.74 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 1877 0 0 0 74 0 0 0 18 0 4 0 500228337 295133184 4668 33554432000 4194304 4650419 140734778545808 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 297124

[startup+0.800969 s]
/proc/loadavg: 3.62 5.75 7.07 3/172 27201
/proc/meminfo: memFree=19048484/32951124 swapFree=67111528/67111528
[pid=27201] ppid=27199 vsize=288216 CPUtime=3.17 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 9228 0 0 0 316 1 0 0 18 0 4 0 500228337 295133184 4856 33554432000 4194304 4650419 140734778545808 18446744073709551615 4333698 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 72054 4856 392 112 0 67019 0
[pid=27201/tid=27202] ppid=27199 vsize=288216 CPUtime=0.78 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 2301 0 0 0 78 0 0 0 19 0 4 0 500228337 295133184 4856 33554432000 4194304 4650419 140734778545808 18446744073709551615 4360332 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=288216 CPUtime=0.79 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 2295 0 0 0 79 0 0 0 18 0 4 0 500228337 295133184 4856 33554432000 4194304 4650419 140734778545808 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=288216 CPUtime=0.79 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 1924 0 0 0 79 0 0 0 18 0 4 0 500228337 295133184 4856 33554432000 4194304 4650419 140734778545808 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 288216

[startup+0.900953 s]
/proc/loadavg: 3.62 5.75 7.07 3/172 27201
/proc/meminfo: memFree=19048484/32951124 swapFree=67111528/67111528
[pid=27201] ppid=27199 vsize=288216 CPUtime=3.57 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 9661 0 0 0 355 2 0 0 19 0 4 0 500228337 295133184 5289 33554432000 4194304 4650419 140734778545808 18446744073709551615 4364312 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 72054 5289 392 112 0 67019 0
[pid=27201/tid=27202] ppid=27199 vsize=288216 CPUtime=0.88 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 2410 0 0 0 88 0 0 0 19 0 4 0 500228337 295133184 5289 33554432000 4194304 4650419 140734778545808 18446744073709551615 4363496 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=288216 CPUtime=0.89 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 2404 0 0 0 89 0 0 0 18 0 4 0 500228337 295133184 5289 33554432000 4194304 4650419 140734778545808 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=288216 CPUtime=0.88 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 2032 0 0 0 88 0 0 0 19 0 4 0 500228337 295133184 5289 33554432000 4194304 4650419 140734778545808 18446744073709551615 4304241 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 288216

[startup+1.50085 s]
/proc/loadavg: 3.62 5.75 7.07 3/172 27201
/proc/meminfo: memFree=19048484/32951124 swapFree=67111528/67111528
[pid=27201] ppid=27199 vsize=288760 CPUtime=5.97 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 12952 0 0 0 594 3 0 0 20 0 4 0 500228337 295690240 5828 33554432000 4194304 4650419 140734778545808 18446744073709551615 4363423 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 72190 5828 392 112 0 67155 0
[pid=27201/tid=27202] ppid=27199 vsize=288760 CPUtime=1.48 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 3233 0 0 0 148 0 0 0 20 0 4 0 500228337 295690240 5828 33554432000 4194304 4650419 140734778545808 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=288760 CPUtime=1.48 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 3241 0 0 0 148 0 0 0 20 0 4 0 500228337 295690240 5828 33554432000 4194304 4650419 140734778545808 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=288760 CPUtime=1.48 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 2843 0 0 0 148 0 0 0 20 0 4 0 500228337 295690240 5828 33554432000 4194304 4650419 140734778545808 18446744073709551615 4334075 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 288760

[startup+3.10056 s]
/proc/loadavg: 3.62 5.75 7.07 9/184 27213
/proc/meminfo: memFree=18978456/32951124 swapFree=67111528/67111528
[pid=27201] ppid=27199 vsize=289680 CPUtime=12.36 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 23523 0 0 0 1230 6 0 0 25 0 4 0 500228337 296632320 10696 33554432000 4194304 4650419 140734778545808 18446744073709551615 4476111 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 72420 10696 394 112 0 67385 0
[pid=27201/tid=27202] ppid=27199 vsize=289680 CPUtime=3.07 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 6360 0 0 0 306 1 0 0 25 0 4 0 500228337 296632320 10697 33554432000 4194304 4650419 140734778545808 18446744073709551615 4438235 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=289680 CPUtime=3.08 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 5315 0 0 0 308 0 0 0 25 0 4 0 500228337 296632320 10697 33554432000 4194304 4650419 140734778545808 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=289680 CPUtime=3.09 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 4783 0 0 0 308 1 0 0 25 0 4 0 500228337 296632320 10697 33554432000 4194304 4650419 140734778545808 18446744073709551615 4363510 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 289680

[startup+6.30099 s]
/proc/loadavg: 3.97 5.78 7.07 9/184 27213
/proc/meminfo: memFree=18867236/32951124 swapFree=67111528/67111528
[pid=27201] ppid=27199 vsize=302320 CPUtime=25.14 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 43530 0 0 0 2504 10 0 0 25 0 4 0 500228337 309575680 22222 33554432000 4194304 4650419 140734778545808 18446744073709551615 4328361 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 75580 22222 394 112 0 70545 0
[pid=27201/tid=27202] ppid=27199 vsize=302320 CPUtime=6.25 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 13001 0 0 0 622 3 0 0 25 0 4 0 500228337 309575680 22222 33554432000 4194304 4650419 140734778545808 18446744073709551615 4476311 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=302320 CPUtime=6.29 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 9331 0 0 0 628 1 0 0 25 0 4 0 500228337 309575680 22222 33554432000 4194304 4650419 140734778545808 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=302320 CPUtime=6.29 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 10809 0 0 0 627 2 0 0 25 0 4 0 500228337 309575680 22222 33554432000 4194304 4650419 140734778545808 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 302320

[startup+12.7068 s]
/proc/loadavg: 4.30 5.82 7.08 9/184 27213
/proc/meminfo: memFree=18768792/32951124 swapFree=67111528/67111528
[pid=27201] ppid=27199 vsize=284132 CPUtime=50.72 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 64996 0 0 0 5057 15 0 0 25 0 4 0 500228337 290951168 32596 33554432000 4194304 4650419 140734778545808 18446744073709551615 4438383 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 71033 32596 394 112 0 65998 0
[pid=27201/tid=27202] ppid=27199 vsize=284132 CPUtime=12.62 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 15684 0 0 0 1258 4 0 0 25 0 4 0 500228337 290951168 32596 33554432000 4194304 4650419 140734778545808 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=284132 CPUtime=12.69 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 15560 0 0 0 1267 2 0 0 25 0 4 0 500228337 290951168 32596 33554432000 4194304 4650419 140734778545808 18446744073709551615 4438452 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=284132 CPUtime=12.69 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 17234 0 0 0 1265 4 0 0 25 0 4 0 500228337 290951168 32596 33554432000 4194304 4650419 140734778545808 18446744073709551615 4438661 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 284132

[startup+25.5005 s]
/proc/loadavg: 5.12 5.93 7.09 9/184 27213
/proc/meminfo: memFree=18672076/32951124 swapFree=67111528/67111528
[pid=27201] ppid=27199 vsize=305396 CPUtime=101.83 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 99928 0 0 0 10159 24 0 0 25 0 4 0 500228337 312725504 41129 33554432000 4194304 4650419 140734778545808 18446744073709551615 4303888 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 76349 41129 394 112 0 71314 0
[pid=27201/tid=27202] ppid=27199 vsize=305396 CPUtime=25.35 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 24628 0 0 0 2528 7 0 0 25 0 4 0 500228337 312725504 41129 33554432000 4194304 4650419 140734778545808 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=305396 CPUtime=25.48 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 26317 0 0 0 2544 4 0 0 25 0 4 0 500228337 312725504 41129 33554432000 4194304 4650419 140734778545808 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=305396 CPUtime=25.49 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 25577 0 0 0 2543 6 0 0 25 0 4 0 500228337 312725504 41129 33554432000 4194304 4650419 140734778545808 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 305396

[startup+51.101 s]
/proc/loadavg: 6.17 6.11 7.12 9/184 27214
/proc/meminfo: memFree=18597864/32951124 swapFree=67111528/67111528
[pid=27201] ppid=27199 vsize=316272 CPUtime=204.11 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 162263 0 0 0 20369 42 0 0 25 0 4 0 500228337 323862528 46156 33554432000 4194304 4650419 140734778545808 18446744073709551615 4438643 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 79068 46156 394 112 0 74033 0
[pid=27201/tid=27202] ppid=27199 vsize=316272 CPUtime=50.81 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 40943 0 0 0 5070 11 0 0 25 0 4 0 500228337 323862528 46158 33554432000 4194304 4650419 140734778545808 18446744073709551615 4364340 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=316272 CPUtime=51.09 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 43281 0 0 0 5100 9 0 0 25 0 4 0 500228337 323862528 46158 33554432000 4194304 4650419 140734778545808 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=316272 CPUtime=51.09 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 40533 0 0 0 5100 9 0 0 25 0 4 0 500228337 323862528 46158 33554432000 4194304 4650419 140734778545808 18446744073709551615 4367372 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 316272

[startup+102.301 s]
/proc/loadavg: 7.28 6.41 7.17 9/184 27216
/proc/meminfo: memFree=18537092/32951124 swapFree=67111528/67111528
[pid=27201] ppid=27199 vsize=384872 CPUtime=408.62 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 267208 0 0 0 40787 75 0 0 25 0 4 0 500228337 394108928 51225 33554432000 4194304 4650419 140734778545808 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 96218 51225 394 112 0 91183 0
[pid=27201/tid=27202] ppid=27199 vsize=384872 CPUtime=101.74 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 66512 0 0 0 10155 19 0 0 25 0 4 0 500228337 394108928 51225 33554432000 4194304 4650419 140734778545808 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=384872 CPUtime=102.28 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 70894 0 0 0 10211 17 0 0 25 0 4 0 500228337 394108928 51225 33554432000 4194304 4650419 140734778545808 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=384872 CPUtime=102.28 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 67332 0 0 0 10210 18 0 0 25 0 4 0 500228337 394108928 51225 33554432000 4194304 4650419 140734778545808 18446744073709551615 4364433 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 384872

[startup+162.307 s]

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

[pid=27201] ppid=27199 vsize=743196 CPUtime=2805.39 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 1108990 0 0 0 280168 371 0 0 25 0 4 0 500228337 761032704 117860 33554432000 4194304 4650419 140734778545808 18446744073709551615 4368121 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 185799 117860 394 112 0 180764 0
[pid=27201/tid=27202] ppid=27199 vsize=743196 CPUtime=698.47 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 287216 0 0 0 69740 107 0 0 25 0 4 0 500228337 761032704 117860 33554432000 4194304 4650419 140734778545808 18446744073709551615 4476502 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=743196 CPUtime=702.28 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 413890 0 0 0 70123 105 0 0 25 0 4 0 500228337 761032704 117860 33554432000 4194304 4650419 140734778545808 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=743196 CPUtime=702.3 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 195752 0 0 0 70159 71 0 0 25 0 4 0 500228337 761032704 117860 33554432000 4194304 4650419 140734778545808 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.39
Current children cumulated vsize (KiB) 743196

[startup+762.301 s]
/proc/loadavg: 8.10 7.91 7.63 9/184 27242
/proc/meminfo: memFree=17904380/32951124 swapFree=67111528/67111528
[pid=27201] ppid=27199 vsize=803104 CPUtime=3045.05 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 1235520 0 0 0 304102 403 0 0 25 0 4 0 500228337 822378496 123384 33554432000 4194304 4650419 140734778545808 18446744073709551615 4364792 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 200776 123384 394 112 0 195741 0
[pid=27201/tid=27202] ppid=27199 vsize=803104 CPUtime=758.15 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 379882 0 0 0 75693 122 0 0 25 0 4 0 500228337 822378496 123384 33554432000 4194304 4650419 140734778545808 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=803104 CPUtime=762.27 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 425405 0 0 0 76116 111 0 0 25 0 4 0 500228337 822378496 123384 33554432000 4194304 4650419 140734778545808 18446744073709551615 4364424 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=803104 CPUtime=762.3 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 205162 0 0 0 76154 76 0 0 25 0 4 0 500228337 822378496 123384 33554432000 4194304 4650419 140734778545808 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.05
Current children cumulated vsize (KiB) 803104

[startup+822.307 s]
/proc/loadavg: 8.11 7.95 7.66 9/184 27244
/proc/meminfo: memFree=17919372/32951124 swapFree=67111528/67111528
[pid=27201] ppid=27199 vsize=756832 CPUtime=3284.75 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 1288125 0 0 0 328046 429 0 0 25 0 4 0 500228337 774995968 118721 33554432000 4194304 4650419 140734778545808 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 189208 118721 394 112 0 184173 0
[pid=27201/tid=27202] ppid=27199 vsize=756832 CPUtime=817.83 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 395687 0 0 0 81654 129 0 0 25 0 4 0 500228337 774995968 118721 33554432000 4194304 4650419 140734778545808 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=756832 CPUtime=822.28 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 438190 0 0 0 82110 118 0 0 25 0 4 0 500228337 774995968 118721 33554432000 4194304 4650419 140734778545808 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=756832 CPUtime=822.3 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 215179 0 0 0 82149 81 0 0 25 0 4 0 500228337 774995968 118721 33554432000 4194304 4650419 140734778545808 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.75
Current children cumulated vsize (KiB) 756832

[startup+882.301 s]
/proc/loadavg: 8.18 8.00 7.69 9/184 27245
/proc/meminfo: memFree=17907196/32951124 swapFree=67111528/67111528
[pid=27201] ppid=27199 vsize=805792 CPUtime=3524.41 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 1333272 0 0 0 351986 455 0 0 25 0 4 0 500228337 825131008 123993 33554432000 4194304 4650419 140734778545808 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 201448 123993 394 112 0 196413 0
[pid=27201/tid=27202] ppid=27199 vsize=805792 CPUtime=877.49 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 409992 0 0 0 87613 136 0 0 25 0 4 0 500228337 825131008 123993 33554432000 4194304 4650419 140734778545808 18446744073709551615 4367284 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=805792 CPUtime=882.28 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 444930 0 0 0 88106 122 0 0 25 0 4 0 500228337 825131008 123993 33554432000 4194304 4650419 140734778545808 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=805792 CPUtime=882.3 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 225720 0 0 0 88144 86 0 0 25 0 4 0 500228337 825131008 123993 33554432000 4194304 4650419 140734778545808 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.41
Current children cumulated vsize (KiB) 805792

[startup+942.3 s]
/proc/loadavg: 8.18 8.03 7.72 9/184 27247
/proc/meminfo: memFree=17734684/32951124 swapFree=67111528/67111528
[pid=27201] ppid=27199 vsize=1010880 CPUtime=3764.08 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 1474289 0 0 0 375922 486 0 0 25 0 4 0 500228337 1035141120 159514 33554432000 4194304 4650419 140734778545808 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 252720 159514 394 112 0 247685 0
[pid=27201/tid=27202] ppid=27199 vsize=1010880 CPUtime=937.16 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 473449 0 0 0 93567 149 0 0 25 0 4 0 500228337 1035141120 159514 33554432000 4194304 4650419 140734778545808 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=1010880 CPUtime=942.28 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 453477 0 0 0 94100 128 0 0 25 0 4 0 500228337 1035141120 159514 33554432000 4194304 4650419 140734778545808 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=1010880 CPUtime=942.3 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 233101 0 0 0 94142 88 0 0 25 0 4 0 500228337 1035141120 159514 33554432000 4194304 4650419 140734778545808 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.08
Current children cumulated vsize (KiB) 1010880

[startup+1002.3 s]
/proc/loadavg: 8.06 8.02 7.74 9/184 27249
/proc/meminfo: memFree=17753892/32951124 swapFree=67111528/67111528
[pid=27201] ppid=27199 vsize=1023400 CPUtime=4003.76 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 1689817 0 0 0 399857 519 0 0 25 0 4 0 500228337 1047961600 153415 33554432000 4194304 4650419 140734778545808 18446744073709551615 4476514 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 255850 153415 394 112 0 250815 0
[pid=27201/tid=27202] ppid=27199 vsize=1023400 CPUtime=996.84 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 561412 0 0 0 99523 161 0 0 25 0 4 0 500228337 1047961600 153415 33554432000 4194304 4650419 140734778545808 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=1023400 CPUtime=1002.28 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 463188 0 0 0 100094 134 0 0 25 0 4 0 500228337 1047961600 153415 33554432000 4194304 4650419 140734778545808 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=1023400 CPUtime=1002.3 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 233120 0 0 0 100142 88 0 0 25 0 4 0 500228337 1047961600 153415 33554432000 4194304 4650419 140734778545808 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.76
Current children cumulated vsize (KiB) 1023400

[startup+1062.3 s]
/proc/loadavg: 8.10 8.04 7.75 9/184 27250
/proc/meminfo: memFree=17583376/32951124 swapFree=67111528/67111528
[pid=27201] ppid=27199 vsize=1037036 CPUtime=4243.44 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 1915524 0 0 0 423782 562 0 0 25 0 4 0 500228337 1061924864 152634 33554432000 4194304 4650419 140734778545808 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 259259 152634 395 112 0 254224 0
[pid=27201/tid=27202] ppid=27199 vsize=1037036 CPUtime=1056.52 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 672846 0 0 0 105474 178 0 0 25 0 4 0 500228337 1061924864 152634 33554432000 4194304 4650419 140734778545808 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=1037036 CPUtime=1062.29 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 476027 0 0 0 106086 143 0 0 25 0 4 0 500228337 1061924864 152634 33554432000 4194304 4650419 140734778545808 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=1037036 CPUtime=1062.31 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 237694 0 0 0 106140 91 0 0 25 0 4 0 500228337 1061924864 152634 33554432000 4194304 4650419 140734778545808 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.44
Current children cumulated vsize (KiB) 1037036

[startup+1122.3 s]
/proc/loadavg: 8.11 8.04 7.77 9/184 27252
/proc/meminfo: memFree=17549272/32951124 swapFree=67111528/67111528
[pid=27201] ppid=27199 vsize=927536 CPUtime=4483.12 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 2084248 0 0 0 447707 605 0 0 25 0 4 0 500228337 949796864 155562 33554432000 4194304 4650419 140734778545808 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 231884 155562 394 112 0 226849 0
[pid=27201/tid=27202] ppid=27199 vsize=927536 CPUtime=1116.19 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 764581 0 0 0 111426 193 0 0 25 0 4 0 500228337 949796864 155562 33554432000 4194304 4650419 140734778545808 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=927536 CPUtime=1122.28 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 526890 0 0 0 112075 153 0 0 25 0 4 0 500228337 949796864 155562 33554432000 4194304 4650419 140734778545808 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=927536 CPUtime=1122.31 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 250705 0 0 0 112132 99 0 0 25 0 4 0 500228337 949796864 155562 33554432000 4194304 4650419 140734778545808 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.12
Current children cumulated vsize (KiB) 927536

[startup+1182.3 s]
/proc/loadavg: 8.11 8.05 7.79 9/184 27253
/proc/meminfo: memFree=17548884/32951124 swapFree=67111528/67111528
[pid=27201] ppid=27199 vsize=928092 CPUtime=4722.79 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 2233533 0 0 0 471635 644 0 0 25 0 4 0 500228337 950366208 152551 33554432000 4194304 4650419 140734778545808 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 232023 152551 394 112 0 226988 0
[pid=27201/tid=27202] ppid=27199 vsize=928092 CPUtime=1175.86 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 778159 0 0 0 117386 200 0 0 25 0 4 0 500228337 950366208 152551 33554432000 4194304 4650419 140734778545808 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=928092 CPUtime=1182.29 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 637195 0 0 0 118059 170 0 0 25 0 4 0 500228337 950366208 152551 33554432000 4194304 4650419 140734778545808 18446744073709551615 4476437 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=928092 CPUtime=1182.31 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 263294 0 0 0 118124 107 0 0 25 0 4 0 500228337 950366208 152551 33554432000 4194304 4650419 140734778545808 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.79
Current children cumulated vsize (KiB) 928092



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.08 8.04 7.79 9/184 27254
/proc/meminfo: memFree=17515156/32951124 swapFree=67111528/67111528
[pid=27201] ppid=27199 vsize=978128 CPUtime=4800.33 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 2286151 0 0 0 479376 657 0 0 25 0 4 0 500228337 1001603072 160348 33554432000 4194304 4650419 140734778545808 18446744073709551615 4364503 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 244532 160348 394 112 0 239497 0
[pid=27201/tid=27202] ppid=27199 vsize=978128 CPUtime=1195.16 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 782702 0 0 0 119314 202 0 0 25 0 4 0 500228337 1001603072 160348 33554432000 4194304 4650419 140734778545808 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=978128 CPUtime=1201.7 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 677926 0 0 0 119994 176 0 0 25 0 4 0 500228337 1001603072 160348 33554432000 4194304 4650419 140734778545808 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=978128 CPUtime=1201.72 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 266977 0 0 0 120063 109 0 0 25 0 4 0 500228337 1001603072 160348 33554432000 4194304 4650419 140734778545808 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 978128

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

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

[startup+1201.7 s]
/proc/loadavg: 8.08 8.04 7.79 9/184 27254
/proc/meminfo: memFree=17515156/32951124 swapFree=67111528/67111528
[pid=27201] ppid=27199 vsize=978128 CPUtime=4800.33 cores=1,3,5,7
/proc/27201/stat : 27201 (strangenight1-m) R 27199 27201 26704 0 -1 4202496 2286151 0 0 0 479376 657 0 0 25 0 4 0 500228337 1001603072 160348 33554432000 4194304 4650419 140734778545808 18446744073709551615 4364503 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/27201/statm: 244532 160348 394 112 0 239497 0
[pid=27201/tid=27202] ppid=27199 vsize=978128 CPUtime=1195.16 cores=1,3,5,7
/proc/27201/task/27202/stat : 27202 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 782702 0 0 0 119314 202 0 0 25 0 4 0 500228337 1001603072 160348 33554432000 4194304 4650419 140734778545808 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=27201/tid=27203] ppid=27199 vsize=978128 CPUtime=1201.7 cores=1,3,5,7
/proc/27201/task/27203/stat : 27203 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 677926 0 0 0 119994 176 0 0 25 0 4 0 500228337 1001603072 160348 33554432000 4194304 4650419 140734778545808 18446744073709551615 4476519 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=27201/tid=27204] ppid=27199 vsize=978128 CPUtime=1201.72 cores=1,3,5,7
/proc/27201/task/27204/stat : 27204 (strangenight1-m) R 27199 27201 26704 0 -1 4202560 266977 0 0 0 120063 109 0 0 25 0 4 0 500228337 1001603072 160348 33554432000 4194304 4650419 140734778545808 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 978128

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.39
CPU user time (s): 4793.79
CPU system time (s): 6.604
CPU usage (%): 399.45
Max. virtual memory (cumulated for all children) (KiB): 1039140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4793.79
system time used= 6.604
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2286153
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= 756
involuntary context switches= 18469

runsolver used 1.85172 second user time and 4.72528 second system time

The end

Launcher Data

Begin job on node145 at 2011-04-29 13:55:25
IDJOB=3175023
IDBENCH=82641
IDSOLVER=1588
FILE ID=node145/3175023-1304078125
RUNJOBID= node145-1304078125-27187
PBS_JOBID= 13170497
Free space on /tmp= 72208 MiB

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

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

MD5SUM BENCH= cfefee970fb9a956a9dde1bcb9deab97
RANDOM SEED=1666929327

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      19048756 kB
Buffers:       2051360 kB
Cached:       11215876 kB
SwapCached:          0 kB
Active:        2527620 kB
Inactive:     10803812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19048756 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12912 kB
Writeback:           0 kB
AnonPages:       64236 kB
Mapped:          14488 kB
Slab:           507696 kB
PageTables:       4700 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   181752 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= 72196 MiB
End job on node145 at 2011-04-29 14:15:29