Trace number 3173869

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/large/
unif-k5-r20-v750-c15000-S976181807-056-UNKNOWN.cnf
MD5SUM3d45813e0b955709c303b5b4ba4955d9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.204
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses15000
Sum of the clauses size75000
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 515000
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173869-1304072148.cnf'
0.00/0.00	c -- header says num vars:            750
0.00/0.00	c -- header says num clauses:       15000
0.00/0.06	c -- clauses added:            0 learnts,        15000 normals,            0 xors
0.00/0.06	c -- vars added        750
0.00/0.06	c Parsing time:  0.01 s
0.00/0.06	c  N st     0         0       750     15000         0         0     75000         0   no data   no data
0.00/0.08	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.07
0.00/0.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.32/0.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.32/0.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.32/0.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.32/0.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
0.32/0.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.19/0.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1.19/0.30	c Finding binary XORs  T:     0.00 s  found:       0
1.19/0.30	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
1.19/0.30	c calculated reachability. Time: 0.00
1.19/0.30	c Calc default polars -  time:   0.00 s pos:     373 undec:      28 neg:     349
1.19/0.30	c =========================================================================================
1.19/0.30	c types(t): F = full restart, N = normal restart
1.19/0.30	c types(t): S = simplification begin/end, E = solution found
1.19/0.30	c restart types(rt): st = static, dy = dynamic
1.19/0.30	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
1.19/0.30	c  B st     0         0       750     15000         0         0     75000         0   no data   no data
1.19/0.30	c Decided on static restart strategy
1.19/0.39	c  N st     8      4914       750     15000         0      4871     75000    524736   no data   no data
3.16/0.88	c  N st    10     11299       750     15000         0      4513     75000    310728   no data   no data
5.18/1.38	c  N st    11     17042       750     15000         0     10208     75000    941594   no data   no data
8.35/2.13	c  F st    12     25003       750     15000         0     12496     75000   1191315   no data   no data
8.35/2.13	c  N st    12     25003       750     15000         0     12496     75000   1191315   no data   no data
9.94/2.50	c  N dy    18     30000       750     15000         0     10713     75000    897348   no data   no data
9.94/2.50	c  S st    18     30000       750     15000         0     10713     75000    897348   no data   no data
9.94/2.54	c  S st    18     30512       750     15000         0     11225     75000    943740   no data   no data
9.94/2.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.94/2.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
9.94/2.56	c blocked clauses removed:        0 vars:      0 tried:         750 T: 0.00 s
9.94/2.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.94/2.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.94/2.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
9.94/2.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.94/2.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
10.35/2.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.96/3.50	c lits-rem:       201  cl-subs:      189  v-elim:      0  v-fix:    0  time:  0.90 s
14.33/3.62	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.11
14.33/3.62	c calculated reachability. Time: 0.00
14.33/3.62	c  N dy    18     30512       750     15000         0     11036     75000    909343   no data   no data
15.54/3.95	c  N dy    44     34589       750     15000         0     15100     75000   1296082     77.08     81.94
16.73/4.27	c  N dy    69     38689       750     15000         0     11343     75000    643453     77.71     82.93
18.36/4.61	c  N dy    96     42726       750     15000         0     15366     75000   1036031     78.52     82.84
19.14/4.88	c  S st   114     45770       750     15000         0      9491     75000    336062     78.60   no data
19.54/4.93	c  S st   114     46273       750     15000         0      9993     75000    379150     78.60   no data
19.54/4.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.54/4.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
19.54/4.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.54/4.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.54/4.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.54/4.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
19.54/4.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.54/4.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
19.54/4.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.93/5.07	c lits-rem:        29  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.11 s
19.93/5.07	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
19.93/5.07	c vivif2 --  cl tried     9991 cl shrink        0 lits rem          0 time: 0.00
20.33/5.17	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.10
20.33/5.17	c calculated reachability. Time: 0.00
20.33/5.17	c  N dy   114     46273       750     15000         0      9991     75000    378758     78.60   no data
21.53/5.48	c  N dy   134     50294       750     15000         0     14002     75000    767306     78.51     83.13
23.12/5.84	c  N dy   155     54518       750     15000         0     18213     75000   1170097     78.27     82.97
24.33/6.18	c  N dy   184     58733       750     15000         0     12477     75000    519803     78.57     83.36
25.93/6.56	c  N dy   210     62998       750     15000         0     16731     75000    933591     78.71     83.17
27.52/6.98	c  N dy   233     67526       750     15000         0     21247     75000   1371222     78.65     82.96
28.31/7.15	c  S st   245     69410       750     15000         0     12170     75000    389762     78.68   no data
28.71/7.20	c  S st   245     69915       750     15000         0     12675     75000    431971     78.68   no data
28.71/7.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.71/7.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
28.71/7.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.71/7.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.71/7.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.71/7.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
28.71/7.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.71/7.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
28.71/7.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.11/7.38	c lits-rem:         2  cl-subs:        9  v-elim:      0  v-fix:    0  time:  0.15 s
29.11/7.38	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
29.11/7.39	c vivif2 --  cl tried    12666 cl shrink        0 lits rem          0 time: 0.01
29.92/7.50	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.11
29.92/7.50	c calculated reachability. Time: 0.00
29.92/7.50	c  N dy   245     69915       750     15000         0     12666     75000    430294     78.68   no data
31.14/7.88	c  N dy   276     74380       750     15000         0     17114     75000    861906     78.88     93.60
33.11/8.34	c  N dy   305     79208       750     15000         0     21920     75000   1323559     78.85     83.15
35.11/8.81	c  N dy   331     84336       750     15000         0     15084     75000    577948     78.83     84.87
35.93/9.09	c  F st   355     87502       750     15000         0     18235     75000    885766     78.99   no data
37.10/9.39	c  N st   360     90800       750     15000         0     21520     75000   1207968     78.99   no data
39.50/9.99	c  N dy   387     96836       750     15000         0     14586     75000    443333     79.07     85.20
41.90/10.58	c  N dy   428    103090       750     15000         0     20817     75000   1054507     79.25     84.36
42.70/10.78	c  S st   441    104873       750     15000         0     22591     75000   1231068     79.33   no data
43.10/10.85	c  S st   441    105380       750     15000         0     23098     75000   1274849     79.33   no data
43.10/10.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.10/10.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
43.10/10.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.10/10.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.10/10.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.10/10.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
43.10/10.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.10/10.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
43.50/10.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
53.50/13.49	c lits-rem:       233  cl-subs:       54  v-elim:      0  v-fix:    0  time:  2.56 s
53.50/13.49	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
53.88/13.50	c vivif2 --  cl tried    23044 cl shrink        0 lits rem          0 time: 0.01
54.68/13.70	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.20
54.68/13.70	c calculated reachability. Time: 0.00
54.68/13.70	c  N dy   441    105380       750     15000         0     23044     75000   1264798     79.33   no data
57.49/14.44	c  N dy   479    112280       750     15000         0     15973     75000    483770     79.42     83.79
60.27/15.12	c  N dy   516    119459       750     15000         0     23126     75000   1181044     79.34     84.35
63.87/16.05	c  N dy   564    127161       750     15000         0     15859     75000    383877     79.43     84.23
67.06/16.87	c  N dy   610    135446       750     15000         0     24122     75000   1184358     79.48     84.93
71.46/17.91	c  N dy   650    144365       750     15000         0     17056     75000    406894     79.39     83.86
75.07/18.88	c  N dy   712    153762       750     15000         0     26418     75000   1325617     79.48     85.26
77.05/19.38	c  S st   738    158070       750     15000         0     30719     75000   1744182     79.50   no data
77.45/19.46	c  S st   738    158573       750     15000         0     31222     75000   1786819     79.50   no data
77.45/19.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
77.45/19.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
77.45/19.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.45/19.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.45/19.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.45/19.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
77.45/19.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
77.85/19.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
77.85/19.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
102.61/25.71	c lits-rem:       341  cl-subs:       71  v-elim:      0  v-fix:    0  time:  6.15 s
102.61/25.71	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
102.61/25.74	c vivif2 --  cl tried    31151 cl shrink        0 lits rem          0 time: 0.02
103.81/26.01	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.28
103.81/26.02	c calculated reachability. Time: 0.00
103.81/26.02	c  N dy   738    158573       750     15000         0     31151     75000   1774059     79.50   no data
108.21/27.18	c  N dy   799    168949       750     15000         0     24557     75000   1048018     79.52     83.84
113.80/28.51	c  N dy   856    179802       750     15000         0     35376     75000   2121923     79.51     85.65
118.60/29.74	c  N dy   905    191445       750     15000         0     29048     75000   1389994     79.40     83.67
124.98/31.31	c  N dy   980    203821       750     15000         0     22431     75000    660051     79.49     83.89
130.97/32.88	c  N dy  1040    217081       750     15000         0     35647     75000   1938210     79.41     83.96
137.76/34.51	c  N dy  1101    231019       750     15000         0     29608     75000   1279360     79.38     84.17
140.98/35.37	c  S st  1146    237861       750     15000         0     36437     75000   1948087     79.41   no data
141.38/35.47	c  S st  1146    238361       750     15000         0     36937     75000   1991526     79.41   no data
141.38/35.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
141.75/35.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
141.75/35.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
141.75/35.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
141.75/35.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.75/35.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
141.75/35.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
141.75/35.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
141.75/35.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
174.12/43.66	c lits-rem:       206  cl-subs:      139  v-elim:      0  v-fix:    0  time:  8.08 s
174.12/43.67	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
174.12/43.69	c vivif2 --  cl tried    36798 cl shrink        0 lits rem          0 time: 0.02
175.31/43.97	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.27
175.31/43.97	c calculated reachability. Time: 0.00
175.31/43.97	c  N dy  1146    238361       750     15000         0     36798     75000   1967007     79.41   no data
182.90/45.84	c  N dy  1230    253830       750     15000         0     31272     75000   1348427     79.43     83.71
191.29/47.96	c  N dy  1316    270059       750     15000         0     25527     75000    699731     79.47     84.31
200.07/50.19	c  N dy  1417    287309       750     15000         0     42694     75000   2382302     79.54     87.20
209.67/52.55	c  N dy  1517    305771       750     15000         0     38190     75000   1847492     79.55     84.25
210.07/52.62	c  F st  1521    306251       750     15000         0     38668     75000   1895565     79.56   no data
220.07/55.14	c  N dy  1609    325324       750     15000         0     33749     75000   1330215     79.62     84.21
232.03/58.18	c  N dy  1729    346263       750     15000         0     29703     75000    841757     79.66     85.12
238.05/59.65	c  S st  1783    357542       750     15000         0     40952     75000   1944692     79.66   no data
238.43/59.76	c  S st  1783    358046       750     15000         0     41456     75000   1987708     79.66   no data
238.43/59.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
238.43/59.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
238.43/59.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
238.43/59.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
238.43/59.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.43/59.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
238.43/59.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
238.83/59.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
238.83/59.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
270.39/67.73	c lits-rem:       424  cl-subs:      112  v-elim:      0  v-fix:    0  time:  7.86 s
270.39/67.73	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
270.39/67.76	c vivif2 --  cl tried    41344 cl shrink        0 lits rem          0 time: 0.02
271.99/68.10	c asymm  cl-useful: 0/15000/15000 lits-rem:0 time: 0.34
271.99/68.10	c calculated reachability. Time: 0.00
271.99/68.10	c  N dy  1783    358046       750     15000         0     41344     75000   1967086     79.66   no data
283.96/71.12	c  N dy  1896    378066       750     15000         0     35383     75000   1302913     79.68     85.75
296.75/74.34	c  N dy  2008    398087       750     15000         0     28426     75000    535694     79.69     84.48
308.36/77.26	c  N dy  2114    418260       750     15000         0     48531     75000   2501626     79.70     84.73
320.72/80.30	c  N dy  2219    438507       750     15000         0     40815     75000   1648987     79.72     84.74
333.89/83.63	c  N dy  2330    458673       750     15000         0     32010     75000    704783     79.76     84.06
345.88/86.65	c  N dy  2439    478752       750     15000         0     52027     75000   2666802     79.76     95.52
358.26/89.75	c  N dy  2544    498784       750     15000         0     42095     75000   1605343     79.75     85.01
372.64/93.35	c  N dy  2640    519020       750     15000         0     31356     75000    459542     79.70     84.47
383.42/96.00	c  S st  2745    537069       750     15000         0     49342     75000   2228641     79.73     77.57
383.82/96.12	c  S st  2745    537571       750     15000         0     49844     75000   2271301     79.73   no data
383.82/96.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
383.82/96.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
383.82/96.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
383.82/96.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
383.82/96.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
383.82/96.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
383.82/96.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
383.82/96.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
384.22/96.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
436.15/109.29	c lits-rem:       519  cl-subs:      103  v-elim:      0  v-fix:    0  time: 13.04 s
436.15/109.29	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
436.55/109.32	c vivif2 --  cl tried    49741 cl shrink        0 lits rem          0 time: 0.03
437.75/109.68	c asymm  cl-useful: 0/13356/15000 lits-rem:0 time: 0.35
437.75/109.68	c calculated reachability. Time: 0.00
437.75/109.68	c  N dy  2745    537571       750     15000         0     49741     75000   2252571     79.73   no data
453.73/113.65	c  N dy  2870    557649       750     15000         0     37860     75000   1007695     79.79     87.76
468.11/117.28	c  N dy  2973    577685       750     15000         0     57827     75000   2962551     79.78     84.19
482.90/120.97	c  N dy  3092    598257       750     15000         0     45431     75000   1661356     79.80     84.35
498.87/124.93	c  N dy  3203    618335       750     15000         0     65447     75000   3628391     79.82     85.31
512.45/128.30	c  N dy  3321    638413       750     15000         0     51570     75000   2179702     79.86     84.06
528.42/132.34	c  N dy  3428    658429       750     15000         0     36634     75000    620273     79.86     84.11
541.60/135.65	c  N dy  3533    678751       750     15000         0     56874     75000   2607195     79.87     84.87
557.59/139.61	c  N dy  3635    698756       750     15000         0     40933     75000    947965     79.85     86.93
571.98/143.22	c  N dy  3750    719193       750     15000         0     61306     75000   2954106     79.87     84.63
587.94/147.25	c  N dy  3867    739282       750     15000         0     44454     75000   1214871     79.90     90.65
603.52/151.11	c  N dy  3985    759564       750     15000         0     64673     75000   3211280     79.93     84.16
619.92/155.28	c  N dy  4114    780250       750     15000         0     47417     75000   1413171     79.96     85.22
635.88/159.26	c  N dy  4238    800600       750     15000         0     67711     75000   3430886     79.99     84.46
641.47/160.61	c  S st  4271    806356       750     15000         0     73446     75000   3999008     80.00     78.58
641.89/160.80	c  S st  4271    806862       750     15000         0     73952     75000   4043207     80.00   no data
642.29/160.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
642.29/160.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
642.29/160.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
642.29/160.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
642.29/160.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
642.29/160.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
642.29/160.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
642.66/160.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
643.07/161.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
743.73/186.28	c lits-rem:       867  cl-subs:      218  v-elim:      0  v-fix:    0  time: 25.24 s
743.73/186.28	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
744.13/186.33	c vivif2 --  cl tried    73734 cl shrink        0 lits rem          0 time: 0.05
744.52/186.41	c asymm  cl-useful: 0/1644/15000 lits-rem:0 time: 0.08
744.52/186.41	c calculated reachability. Time: 0.00
744.52/186.41	c  N dy  4271    806862       750     15000         0     73734     75000   4002842     80.00   no data
758.91/190.08	c  N dy  4369    827184       750     15000         0     55116     75000   2070508     79.99     84.49
776.49/194.49	c  N dy  4495    847331       750     15000         0     75187     75000   4054862     80.02     84.24
791.69/198.23	c  N dy  4617    867355       750     15000         0     55286     75000   2002212     80.04     84.82
809.26/202.63	c  N dy  4744    887412       750     15000         0     75270     75000   3980485     80.08     85.59
825.21/206.62	c  N dy  4860    907769       750     15000         0     54703     75000   1863589     80.10     84.65
842.39/210.97	c  N dy  4968    927823       750     15000         0     74703     75000   3821167     80.10     85.22
859.57/215.24	c  N dy  5081    947902       750     15000         0     52842     75000   1582050     80.11     84.43
876.34/219.47	c  N dy  5194    968211       750     15000         0     73084     75000   3568687     80.12     84.82
894.72/224.02	c  N dy  5300    988306       750     15000         0     50261     75000   1238647     80.12     87.45
910.69/228.05	c  N dy  5412   1008339       750     15000         0     70231     75000   3202158     80.13     85.81
930.67/233.06	c  N dy  5526   1028454       750     15000         0     46416     75000    769728     80.14     86.47
947.04/237.14	c  N dy  5648   1048550       750     15000         0     66433     75000   2761827     80.17     92.56
969.01/242.62	c  N dy  5749   1068653       750     15000         0     86471     75000   4747120     80.17     84.98
973.00/243.62	c  F st  5766   1071878       750     15000         0     89685     75000   5056453     80.17     79.39
986.19/246.94	c  N dy  5836   1088784       750     15000         0     61675     75000   2209451     80.17     84.72
1006.98/252.11	c  N dy  5947   1109232       750     15000         0     82058     75000   4226601     80.19     84.70
1025.74/256.85	c  N dy  6065   1129313       750     15000         0     56234     75000   1552553     80.21     85.31
1043.71/261.30	c  N dy  6166   1149475       750     15000         0     76332     75000   3531869     80.20     85.55
1065.28/266.71	c  N dy  6264   1169494       750     15000         0     49437     75000    791331     80.19     85.83
1081.27/270.75	c  N dy  6375   1189568       750     15000         0     69434     75000   2752823     80.19     86.11
1102.43/276.01	c  N dy  6475   1209671       750     15000         0     89474     75000   4732570     80.19     84.85
1103.24/276.21	c  S st  6481   1210293       750     15000         0     90092     75000   4794764     80.19   no data
1104.03/276.45	c  S st  6481   1210798       750     15000         0     90596     75000   4840796     80.19   no data
1104.03/276.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1104.42/276.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1104.42/276.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1104.42/276.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1104.42/276.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1104.42/276.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1104.42/276.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1104.42/276.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1105.22/276.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1241.84/310.95	c lits-rem:       849  cl-subs:      323  v-elim:      0  v-fix:    0  time: 34.23 s
1241.84/310.95	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
1242.24/311.01	c vivif2 --  cl tried    90273 cl shrink        0 lits rem          0 time: 0.06
1243.85/311.43	c asymm  cl-useful: 0/8635/15000 lits-rem:0 time: 0.42
1243.85/311.44	c calculated reachability. Time: 0.00
1243.85/311.44	c  N dy  6481   1210798       750     15000         0     90273     75000   4782204     80.19   no data
1261.83/315.98	c  N dy  6610   1230859       750     15000         0     62421     75000   1976422     80.21     85.41
1280.98/320.76	c  N dy  6721   1250921       750     15000         0     82416     75000   3952436     80.22     85.03
1302.95/326.21	c  N dy  6833   1271171       750     15000         0     53768     75000   1040285     80.23     85.57
1319.33/330.39	c  N dy  6930   1291244       750     15000         0     73770     75000   3011928     80.22     84.72
1341.70/335.91	c  N dy  7046   1311303       750     15000         0     93753     75000   4979198     80.22     85.20
1360.48/340.65	c  N dy  7167   1331315       750     15000         0     63883     75000   1959735     80.25     84.53
1380.07/345.52	c  N dy  7270   1351771       750     15000         0     84282     75000   3977437     80.25     86.06
1403.21/351.33	c  N dy  7379   1371861       750     15000         0     53470     75000    837050     80.26     85.01
1420.38/355.64	c  N dy  7495   1392309       750     15000         0     73853     75000   2846074     80.26     85.21
1442.36/361.12	c  N dy  7606   1412554       750     15000         0     94025     75000   4838660     80.27     84.62
1463.13/366.30	c  N dy  7717   1432595       750     15000         0     62176     75000   1608872     80.28     84.67
1482.30/371.11	c  N dy  7813   1452679       750     15000         0     82178     75000   3599202     80.28     84.72
1507.07/377.35	c  N dy  7932   1472777       750     15000         0    102223     75000   5593470     80.29     84.66
1525.84/382.09	c  N dy  8034   1492801       750     15000         0     69364     75000   2216862     80.29     84.76
1547.43/387.46	c  N dy  8159   1512829       750     15000         0     89325     75000   4201910     80.31     92.64
1572.58/393.71	c  N dy  8251   1533019       750     15000         0     55626     75000    776654     80.30     85.23
1589.76/398.07	c  N dy  8352   1553239       750     15000         0     75774     75000   2770523     80.30     84.77
1612.13/403.60	c  N dy  8451   1573397       750     15000         0     95861     75000   4755354     80.29     84.58
1635.69/409.50	c  N dy  8553   1593631       750     15000         0     61213     75000   1239598     80.29     85.32
1654.46/414.28	c  N dy  8664   1613720       750     15000         0     81232     75000   3214080     80.29     84.66
1677.64/420.09	c  N dy  8753   1633803       750     15000         0    101253     75000   5183365     80.28     94.35
1700.40/425.73	c  N dy  8862   1653831       750     15000         0     65396     75000   1565667     80.29     85.90
1719.97/430.67	c  N dy  8975   1673896       750     15000         0     85402     75000   3552369     80.30     92.09
1745.16/436.93	c  N dy  9089   1693903       750     15000         0    105347     75000   5521913     80.31     84.87
1764.71/441.85	c  S st  9181   1710800       750     15000         0     65376     75000   1463590     80.32   no data
1765.51/442.02	c  S st  9181   1711302       750     15000         0     65877     75000   1509299     80.32   no data
1765.51/442.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1765.51/442.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
1765.51/442.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1765.51/442.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1765.51/442.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1765.51/442.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
1765.51/442.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1765.51/442.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1765.91/442.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1786.28/447.20	c lits-rem:       181  cl-subs:       71  v-elim:      0  v-fix:    0  time:  5.07 s
1786.28/447.21	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
1786.28/447.23	c vivif2 --  cl tried    65806 cl shrink        0 lits rem          0 time: 0.02
1787.08/447.49	c asymm  cl-useful: 0/6365/15000 lits-rem:0 time: 0.26
1787.08/447.50	c calculated reachability. Time: 0.00
1787.08/447.50	c  N dy  9181   1711302       750     15000         0     65806     75000   1496520     80.32   no data
1808.65/452.85	c  N dy  9306   1731336       750     15000         0     85768     75000   3479002     80.34     84.72
1835.82/459.69	c  N dy  9414   1751757       750     15000         0    106118     75000   5487223     80.34     84.68
1859.77/465.60	c  N dy  9535   1771819       750     15000         0     68311     75000   1664379     80.35     84.79
1880.97/470.93	c  N dy  9652   1791988       750     15000         0     88385     75000   3662098     80.36     86.15
1906.91/477.41	c  N dy  9767   1812208       750     15000         0    108526     75000   5663472     80.37     85.12
1930.07/483.20	c  N dy  9861   1832553       750     15000         0     70020     75000   1740700     80.37     85.12
1950.85/488.49	c  N dy  9978   1852646       750     15000         0     90033     75000   3733321     80.38     94.91
1976.41/494.88	c  N dy 10083   1872779       750     15000         0    110099     75000   5719124     80.38     85.16
2000.38/500.87	c  N dy 10180   1893703       750     15000         0     71162     75000   1772203     80.38     85.28
2021.97/506.26	c  N dy 10300   1913796       750     15000         0     91175     75000   3755648     80.39     85.40
2047.52/512.70	c  N dy 10400   1933804       750     15000         0    111102     75000   5723248     80.39     84.78
2071.48/518.63	c  N dy 10495   1953877       750     15000         0     70346     75000   1604547     80.38     85.00
2092.65/523.98	c  N dy 10608   1974102       750     15000         0     90500     75000   3606530     80.39     84.83
2119.81/530.77	c  N dy 10725   1994915       750     15000         0    111229     75000   5664483     80.40     84.67
2145.38/537.12	c  N dy 10827   2014949       750     15000         0     69405     75000   1416147     80.40     85.69
2165.75/542.29	c  N dy 10943   2035041       750     15000         0     89429     75000   3415428     80.40     85.96
2191.31/548.67	c  N dy 11038   2055256       750     15000         0    109578     75000   5394272     80.40     87.64
2219.69/555.77	c  N dy 11142   2075273       750     15000         0     66751     75000   1069257     80.39     85.22
2240.05/560.80	c  N dy 11254   2095286       750     15000         0     86702     75000   3039760     80.40     85.12
2266.02/567.33	c  N dy 11384   2115502       750     15000         0    106855     75000   5063711     80.42     85.23
2297.57/575.28	c  N dy 11488   2136270       750     15000         0    127549     75000   7109752     80.42     84.87
2317.53/580.20	c  N dy 11600   2156334       750     15000         0     83760     75000   2651725     80.42     85.27
2342.72/586.56	c  N dy 11718   2176938       750     15000         0    104306     75000   4694450     80.42     85.76
2372.27/593.96	c  N dy 11832   2197029       750     15000         0    124333     75000   6678903     80.43     85.89
2389.04/598.14	c  S st 11903   2211303       750     15000         0     73778     75000   1586163     80.42     80.26
2389.84/598.32	c  S st 11903   2211809       750     15000         0     74284     75000   1631655     80.42   no data
2389.84/598.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2389.84/598.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
2389.84/598.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2389.84/598.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2389.84/598.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2389.84/598.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
2389.84/598.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2390.23/598.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2390.23/598.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2410.21/603.46	c lits-rem:       149  cl-subs:       86  v-elim:      0  v-fix:    0  time:  5.01 s
2410.21/603.46	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
2410.21/603.49	c vivif2 --  cl tried    74198 cl shrink        0 lits rem          0 time: 0.02
2411.80/603.86	c asymm  cl-useful: 0/9979/15000 lits-rem:0 time: 0.37
2411.80/603.86	c calculated reachability. Time: 0.00
2411.80/603.86	c  N dy 11903   2211809       750     15000         0     74198     75000   1616406     80.42   no data
2433.78/609.34	c  N dy 12017   2231873       750     15000         0     94199     75000   3601906     80.43     85.14
2461.36/616.22	c  N dy 12135   2251895       750     15000         0    114152     75000   5582978     80.44     84.71
2491.29/623.80	c  N dy 12245   2271968       750     15000         0     68377     75000    958887     80.45     85.09
2512.07/628.91	c  N dy 12361   2292163       750     15000         0     88505     75000   2957758     80.46     85.27
2537.23/635.26	c  N dy 12470   2312356       750     15000         0    108621     75000   4944389     80.46     86.11
2571.21/643.75	c  N dy 12560   2334994       750     15000         0    131181     75000   7183833     80.45     84.83
2594.36/649.52	c  N dy 12662   2355076       750     15000         0     84420     75000   2462166     80.45     85.14
2619.92/655.96	c  N dy 12773   2375161       750     15000         0    104432     75000   4441349     80.46     84.73
2650.30/663.55	c  N dy 12895   2395276       750     15000         0    124476     75000   6436274     80.47     86.13
2678.23/670.57	c  N dy 12991   2416466       750     15000         0     77824     75000   1726322     80.47     85.65
2700.61/676.12	c  N dy 13093   2436543       750     15000         0     97831     75000   3703657     80.47     85.55
2728.57/683.16	c  N dy 13216   2456591       750     15000         0    117823     75000   5686726     80.48     85.52
2762.52/691.64	c  N dy 13345   2476672       750     15000         0     69073     75000    758591     80.49     85.37
2782.90/696.71	c  N dy 13459   2496709       750     15000         0     89048     75000   2738667     80.50     84.99
2807.66/702.95	c  N dy 13568   2516711       750     15000         0    108990     75000   4728610     80.51     89.98
2838.42/710.60	c  N dy 13677   2536725       750     15000         0    128928     75000   6715758     80.51     85.63
2867.18/717.88	c  N dy 13786   2558090       750     15000         0     80455     75000   1792735     80.51     85.40
2890.75/723.76	c  N dy 13901   2578281       750     15000         0    100584     75000   3795100     80.52     84.78
2920.70/731.28	c  N dy 14016   2598974       750     15000         0    121206     75000   5843469     80.52     85.06
2956.26/740.19	c  N dy 14133   2619033       750     15000         0    141179     75000   7836956     80.53     84.84
2977.83/745.53	c  N dy 14241   2639171       750     15000         0     90476     75000   2700998     80.53     85.05
3004.19/752.19	c  N dy 14350   2659197       750     15000         0    110419     75000   4678000     80.54     85.04
3036.14/760.17	c  N dy 14472   2679207       750     15000         0    130360     75000   6670931     80.55     85.03
3066.90/767.82	c  N dy 14589   2699211       750     15000         0     78561     75000   1436726     80.56     84.97
3080.50/771.23	c  S st 14663   2711811       750     15000         0     91112     75000   2689197     80.57   no data
3081.28/771.46	c  S st 14663   2712315       750     15000         0     91616     75000   2731920     80.57   no data
3081.28/771.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3081.67/771.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
3081.67/771.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3081.67/771.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3081.67/771.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3081.67/771.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3081.67/771.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3081.67/771.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3082.07/771.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3146.41/787.80	c lits-rem:       424  cl-subs:      130  v-elim:      0  v-fix:    0  time: 16.15 s
3146.81/787.80	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
3146.81/787.84	c vivif2 --  cl tried    91486 cl shrink        0 lits rem          0 time: 0.04
3147.99/788.12	c asymm  cl-useful: 0/5021/15000 lits-rem:0 time: 0.28
3147.99/788.13	c calculated reachability. Time: 0.00
3147.99/788.13	c  N dy 14663   2712315       750     15000         0     91486     75000   2707991     80.57   no data
3174.35/794.76	c  N dy 14778   2732373       750     15000         0    111483     75000   4687148     80.57     84.99
3205.11/802.47	c  N dy 14886   2752391       750     15000         0    131437     75000   6673071     80.58     85.97
3236.26/810.24	c  N dy 14988   2772486       750     15000         0     78717     75000   1346851     80.58     85.51
3259.03/815.94	c  N dy 15105   2792562       750     15000         0     98744     75000   3328266     80.58     84.99
3287.79/823.10	c  N dy 15225   2812705       750     15000         0    118825     75000   5323860     80.59     85.03
3320.95/831.42	c  N dy 15336   2832723       750     15000         0    138774     75000   7301134     80.59     89.73
3348.53/838.39	c  N dy 15436   2852786       750     15000         0     85025     75000   1888805     80.59     85.31
3372.87/844.42	c  N dy 15542   2872789       750     15000         0    104957     75000   3878783     80.60     85.33
3404.03/852.21	c  N dy 15641   2892947       750     15000         0    125052     75000   5878428     80.60     85.27
3439.58/861.18	c  N dy 15758   2913058       750     15000         0    145109     75000   7874347     80.60     84.90
3465.15/867.51	c  N dy 15854   2933135       750     15000         0     90354     75000   2324157     80.60     86.20
3490.71/873.97	c  N dy 15973   2953137       750     15000         0    110268     75000   4312886     80.61     91.41
3521.87/881.73	c  N dy 16085   2973229       750     15000         0    130301     75000   6307495     80.61     91.13
3557.42/890.66	c  N dy 16185   2993231       750     15000         0    150235     75000   8289925     80.61     86.25
3580.99/896.57	c  N dy 16303   3013244       750     15000         0     94421     75000   2656294     80.62     85.36
3607.36/903.10	c  N dy 16411   3033315       750     15000         0    114403     75000   4644905     80.62     85.29
3639.70/911.21	c  N dy 16518   3053498       750     15000         0    134518     75000   6632532     80.63     85.45
3676.45/920.46	c  N dy 16632   3073540       750     15000         0     77770     75000    899737     80.63     85.67
3699.22/926.18	c  N dy 16739   3093579       750     15000         0     97725     75000   2884033     80.63     98.22
3726.80/933.04	c  N dy 16840   3113911       750     15000         0    117988     75000   4894526     80.63     85.97
3760.74/941.57	c  N dy 16952   3134081       750     15000         0    138084     75000   6895910     80.64     86.68
3798.69/951.06	c  N dy 17056   3154164       750     15000         0     80379     75000   1075264     80.64     85.41
3823.84/957.37	c  N dy 17175   3174384       750     15000         0    100529     75000   3101215     80.65     86.35
3855.40/965.26	c  N dy 17286   3194576       750     15000         0    120661     75000   5103604     80.66     85.52
3888.16/973.43	c  S st 17385   3212315       750     15000         0    138343     75000   6871678     80.66     82.31
3889.76/973.83	c  S st 17385   3212823       750     15000         0    138851     75000   6916684     80.66   no data
3889.76/973.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3890.16/973.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.10
3890.16/973.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3890.16/973.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3890.16/973.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3890.16/973.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
3890.16/973.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3890.56/974.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
3891.36/974.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4119.45/1031.34	c lits-rem:      1075  cl-subs:      451  v-elim:      0  v-fix:    0  time: 57.09 s
4119.45/1031.34	c vivif2 --  cl tried    15000 cl shrink        0 lits rem          0 time: 0.00
4119.85/1031.43	c vivif2 --  cl tried   138400 cl shrink        0 lits rem          0 time: 0.09
4121.45/1031.89	c asymm  cl-useful: 0/6045/15000 lits-rem:0 time: 0.45
4121.45/1031.89	c calculated reachability. Time: 0.00
4121.45/1031.89	c  N dy 17385   3212823       750     15000         0    138400     75000   6835187     80.66   no data
4160.19/1041.57	c  N dy 17492   3233823       750     15000         0     80590     75000   1003532     80.67     84.99
4183.78/1047.49	c  N dy 17613   3253832       750     15000         0    100521     75000   2992225     80.68    100.91
4212.92/1054.73	c  N dy 17738   3273851       750     15000         0    120472     75000   4972986     80.68     85.40
4246.47/1063.13	c  N dy 17848   3293966       750     15000         0    140512     75000   6972270     80.69     85.12
4285.22/1072.83	c  N dy 17942   3314148       750     15000         0     80910     75000    945537     80.69     85.04
4309.98/1079.06	c  N dy 18058   3334245       750     15000         0    100936     75000   2942152     80.70     93.16
4341.56/1086.95	c  N dy 18178   3354641       750     15000         0    121265     75000   4961625     80.70     85.72
4378.29/1096.11	c  N dy 18290   3374719       750     15000         0    141272     75000   6957548     80.71    107.16
4416.66/1105.76	c  N dy 18390   3394836       750     15000         0    161303     75000   8951976     80.71     85.09
4441.40/1111.93	c  N dy 18513   3414889       750     15000         0    100577     75000   2815373     80.72     92.61
4470.16/1119.12	c  N dy 18622   3435065       750     15000         0    120686     75000   4812900     80.72     86.54
4504.13/1127.62	c  N dy 18745   3455173       750     15000         0    140729     75000   6806585     80.72     85.32
4543.27/1137.41	c  N dy 18854   3475224       750     15000         0    160714     75000   8792912     80.73     85.59
4569.63/1144.08	c  N dy 18978   3495346       750     15000         0     99060     75000   2577672     80.73     85.46
4597.18/1150.93	c  N dy 19088   3515364       750     15000         0    119009     75000   4562714     80.74     87.44
4630.75/1159.34	c  N dy 19202   3535378       750     15000         0    138932     75000   6550511     80.74     85.07
4669.49/1169.01	c  N dy 19316   3555428       750     15000         0    158922     75000   8538478     80.74     88.97
4699.45/1176.56	c  N dy 19423   3575743       750     15000         0     96453     75000   2222850     80.74     86.64
4727.01/1183.47	c  N dy 19544   3595821       750     15000         0    116468     75000   4227118     80.75     85.31
4759.38/1191.53	c  N dy 19651   3615945       750     15000         0    136518     75000   6219221     80.75     85.54
4797.31/1201.04	c  N dy 19769   3636036       750     15000         0    156540     75000   8214878     80.76     95.03

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-3173869-1304072148/watcher-3173869-1304072148 -o /tmp/evaluation-result-3173869-1304072148/solver-3173869-1304072148 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173869-1304072148.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: 7.88 8.08 7.79 3/174 5054
/proc/meminfo: memFree=18273000/32951124 swapFree=67111528/67111528
[pid=5054] ppid=5052 vsize=199956 CPUtime=0 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 1052 0 0 0 0 0 0 0 23 0 4 0 518815266 204754944 973 33554432000 4194304 4627427 140735742295200 18446744073709551615 230808824971 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 52040 976 338 106 0 47011 0
[pid=5054/tid=5055] ppid=5052 vsize=208160 CPUtime=0 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 176 0 0 0 0 0 0 0 24 0 4 0 518815266 213155840 987 33554432000 4194304 4627427 140735742295200 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=208160 CPUtime=0 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 107 0 0 0 0 0 0 0 24 0 4 0 518815266 213155840 990 33554432000 4194304 4627427 140735742295200 18446744073709551615 230809270766 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=208160 CPUtime=0 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 187 0 0 0 0 0 0 0 24 0 4 0 518815266 213155840 992 33554432000 4194304 4627427 140735742295200 18446744073709551615 230808824917 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.085097 s]
/proc/loadavg: 7.88 8.08 7.79 3/174 5054
/proc/meminfo: memFree=18273000/32951124 swapFree=67111528/67111528
[pid=5054] ppid=5052 vsize=275624 CPUtime=0.32 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 2784 0 0 0 31 1 0 0 18 0 4 0 518815266 282238976 2705 33554432000 4194304 4627427 140735742295200 18446744073709551615 230808862475 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 68906 2743 369 106 0 63877 0
[pid=5054/tid=5055] ppid=5052 vsize=275624 CPUtime=0.07 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 591 0 0 0 7 0 0 0 18 0 4 0 518815266 282238976 2774 33554432000 4194304 4627427 140735742295200 18446744073709551615 230809209015 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=275624 CPUtime=0.07 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) D 5052 5054 4739 0 -1 4202560 619 0 0 0 7 0 0 0 18 0 4 0 518815266 282238976 2872 33554432000 4194304 4627427 140735742295200 18446744073709551615 230809209015 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=275624 CPUtime=0.07 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) D 5052 5054 4739 0 -1 4202560 634 0 0 0 7 0 0 0 24 0 4 0 518815266 282238976 2969 33554432000 4194304 4627427 140735742295200 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 275624

[startup+0.104224 s]
/proc/loadavg: 7.88 8.08 7.79 3/174 5054
/proc/meminfo: memFree=18273000/32951124 swapFree=67111528/67111528
[pid=5054] ppid=5052 vsize=278120 CPUtime=1.19 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 7066 0 0 0 117 2 0 0 18 0 4 0 518815266 284794880 5722 33554432000 4194304 4627427 140735742295200 18446744073709551615 4305808 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 69530 5722 385 106 0 64501 0
[pid=5054/tid=5055] ppid=5052 vsize=278120 CPUtime=0.28 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 1753 0 0 0 28 0 0 0 18 0 4 0 518815266 284794880 5722 33554432000 4194304 4627427 140735742295200 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=278120 CPUtime=0.29 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 1761 0 0 0 29 0 0 0 18 0 4 0 518815266 284794880 5722 33554432000 4194304 4627427 140735742295200 18446744073709551615 4326315 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=278120 CPUtime=0.29 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 1362 0 0 0 29 0 0 0 25 0 4 0 518815266 284794880 5722 33554432000 4194304 4627427 140735742295200 18446744073709551615 230809208967 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 278120

[startup+0.403987 s]
/proc/loadavg: 7.88 8.08 7.79 3/174 5054
/proc/meminfo: memFree=18273000/32951124 swapFree=67111528/67111528
[pid=5054] ppid=5052 vsize=288808 CPUtime=1.57 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 8212 0 0 0 155 2 0 0 18 0 4 0 518815266 295739392 6228 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 72202 6228 385 106 0 67173 0
[pid=5054/tid=5055] ppid=5052 vsize=288808 CPUtime=0.38 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 2184 0 0 0 38 0 0 0 18 0 4 0 518815266 295739392 6228 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=288808 CPUtime=0.38 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 2163 0 0 0 38 0 0 0 18 0 4 0 518815266 295739392 6228 33554432000 4194304 4627427 140735742295200 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=288808 CPUtime=0.39 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 1516 0 0 0 39 0 0 0 25 0 4 0 518815266 295739392 6228 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309469 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 288808

[startup+0.700935 s]
/proc/loadavg: 7.88 8.08 7.79 3/174 5054
/proc/meminfo: memFree=18273000/32951124 swapFree=67111528/67111528
[pid=5054] ppid=5052 vsize=290352 CPUtime=2.76 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 10400 0 0 0 274 2 0 0 18 0 4 0 518815266 297320448 7762 33554432000 4194304 4627427 140735742295200 18446744073709551615 4332428 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 72588 7763 385 106 0 67559 0
[pid=5054/tid=5055] ppid=5052 vsize=290352 CPUtime=0.68 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 2666 0 0 0 68 0 0 0 18 0 4 0 518815266 297320448 7763 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=290352 CPUtime=0.68 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 2640 0 0 0 68 0 0 0 18 0 4 0 518815266 297320448 7763 33554432000 4194304 4627427 140735742295200 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=290352 CPUtime=0.68 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 1991 0 0 0 68 0 0 0 25 0 4 0 518815266 297320448 7763 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 290352

[startup+1.50079 s]
/proc/loadavg: 7.97 8.10 7.79 9/184 5067
/proc/meminfo: memFree=18086356/32951124 swapFree=67111528/67111528
[pid=5054] ppid=5052 vsize=294432 CPUtime=5.95 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 18352 0 0 0 591 4 0 0 19 0 4 0 518815266 301498368 7579 33554432000 4194304 4627427 140735742295200 18446744073709551615 4507160 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 73608 7580 385 106 0 68579 0
[pid=5054/tid=5055] ppid=5052 vsize=294432 CPUtime=1.48 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 4715 0 0 0 147 1 0 0 20 0 4 0 518815266 301498368 7580 33554432000 4194304 4627427 140735742295200 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=294432 CPUtime=1.47 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 4447 0 0 0 147 0 0 0 19 0 4 0 518815266 301498368 7580 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=294432 CPUtime=1.47 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 4066 0 0 0 147 0 0 0 25 0 4 0 518815266 301498368 7580 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 294432

[startup+3.1005 s]
/proc/loadavg: 7.97 8.10 7.79 9/184 5067
/proc/meminfo: memFree=18073956/32951124 swapFree=67111528/67111528
[pid=5054] ppid=5052 vsize=275052 CPUtime=12.34 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 36775 0 0 0 1227 7 0 0 25 0 4 0 518815266 281653248 17672 33554432000 4194304 4627427 140735742295200 18446744073709551615 4428111 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 68763 17672 389 106 0 63734 0
[pid=5054/tid=5055] ppid=5052 vsize=275052 CPUtime=3.08 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 10539 0 0 0 306 2 0 0 25 0 4 0 518815266 281653248 17672 33554432000 4194304 4627427 140735742295200 18446744073709551615 4468063 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=275052 CPUtime=3.08 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 7129 0 0 0 307 1 0 0 25 0 4 0 518815266 281653248 17672 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=275052 CPUtime=3.07 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 7197 0 0 0 306 1 0 0 25 0 4 0 518815266 281653248 17672 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 275052

[startup+6.30091 s]
/proc/loadavg: 7.97 8.10 7.79 9/184 5067
/proc/meminfo: memFree=17962252/32951124 swapFree=67111528/67111528
[pid=5054] ppid=5052 vsize=292980 CPUtime=25.12 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 60004 0 0 0 2502 10 0 0 25 0 4 0 518815266 300011520 37120 33554432000 4194304 4627427 140735742295200 18446744073709551615 4299569 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 73245 37120 389 106 0 68216 0
[pid=5054/tid=5055] ppid=5052 vsize=292980 CPUtime=6.28 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 18446 0 0 0 625 3 0 0 25 0 4 0 518815266 300011520 37120 33554432000 4194304 4627427 140735742295200 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=292980 CPUtime=6.27 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 12486 0 0 0 626 1 0 0 25 0 4 0 518815266 300011520 37120 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309130 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=292980 CPUtime=6.25 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 13013 0 0 0 624 1 0 0 25 0 4 0 518815266 300011520 37120 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 292980

[startup+12.7007 s]
/proc/loadavg: 7.97 8.09 7.79 9/184 5067
/proc/meminfo: memFree=17888780/32951124 swapFree=67111528/67111528
[pid=5054] ppid=5052 vsize=313968 CPUtime=50.69 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 81780 0 0 0 5053 16 0 0 25 0 4 0 518815266 321503232 50825 33554432000 4194304 4627427 140735742295200 18446744073709551615 4428244 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 78492 50825 389 106 0 73463 0
[pid=5054/tid=5055] ppid=5052 vsize=313968 CPUtime=12.68 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 22013 0 0 0 1264 4 0 0 25 0 4 0 518815266 321503232 50825 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=313968 CPUtime=12.68 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 18602 0 0 0 1265 3 0 0 25 0 4 0 518815266 321503232 50825 33554432000 4194304 4627427 140735742295200 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=313968 CPUtime=12.61 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 19363 0 0 0 1258 3 0 0 25 0 4 0 518815266 321503232 50825 33554432000 4194304 4627427 140735742295200 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 313968

[startup+25.5064 s]
/proc/loadavg: 7.98 8.09 7.80 9/184 5068
/proc/meminfo: memFree=17597256/32951124 swapFree=67111528/67111528
[pid=5054] ppid=5052 vsize=454424 CPUtime=101.83 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 112176 0 0 0 10159 24 0 0 25 0 4 0 518815266 465330176 67462 33554432000 4194304 4627427 140735742295200 18446744073709551615 4428111 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 113606 67462 389 106 0 108577 0
[pid=5054/tid=5055] ppid=5052 vsize=454424 CPUtime=25.48 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 30566 0 0 0 2542 6 0 0 25 0 4 0 518815266 465330176 67462 33554432000 4194304 4627427 140735742295200 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=454424 CPUtime=25.48 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 28228 0 0 0 2542 6 0 0 25 0 4 0 518815266 465330176 67462 33554432000 4194304 4627427 140735742295200 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=454424 CPUtime=25.34 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 25461 0 0 0 2530 4 0 0 25 0 4 0 518815266 465330176 67462 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 454424

[startup+51.1007 s]
/proc/loadavg: 7.98 8.08 7.80 9/184 5068
/proc/meminfo: memFree=17414432/32951124 swapFree=67111528/67111528
[pid=5054] ppid=5052 vsize=476656 CPUtime=204.07 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 148583 0 0 0 20372 35 0 0 25 0 4 0 518815266 488095744 74417 33554432000 4194304 4627427 140735742295200 18446744073709551615 4302476 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 119164 74417 389 106 0 114135 0
[pid=5054/tid=5055] ppid=5052 vsize=476656 CPUtime=51.08 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 45892 0 0 0 5097 11 0 0 25 0 4 0 518815266 488095744 74417 33554432000 4194304 4627427 140735742295200 18446744073709551615 4332298 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=476656 CPUtime=51.08 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 39946 0 0 0 5099 9 0 0 25 0 4 0 518815266 488095744 74417 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=476656 CPUtime=50.8 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 33589 0 0 0 5074 6 0 0 25 0 4 0 518815266 488095744 74417 33554432000 4194304 4627427 140735742295200 18446744073709551615 4324736 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 476656

[startup+102.3 s]
/proc/loadavg: 8.03 8.08 7.82 9/184 5070
/proc/meminfo: memFree=17173372/32951124 swapFree=67111528/67111528
[pid=5054] ppid=5052 vsize=467564 CPUtime=408.59 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 239405 0 0 0 40797 62 0 0 25 0 4 0 518815266 478785536 81555 33554432000 4194304 4627427 140735742295200 18446744073709551615 4428405 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 116891 81555 389 106 0 111862 0
[pid=5054/tid=5055] ppid=5052 vsize=467564 CPUtime=102.28 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 75562 0 0 0 10207 21 0 0 25 0 4 0 518815266 478785536 81555 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=467564 CPUtime=102.28 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 63125 0 0 0 10212 16 0 0 25 0 4 0 518815266 478785536 81555 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309122 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=467564 CPUtime=101.72 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 51423 0 0 0 10160 12 0 0 25 0 4 0 518815266 478785536 81555 33554432000 4194304 4627427 140735742295200 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.59
Current children cumulated vsize (KiB) 467564

[startup+162.3 s]

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

[pid=5054] ppid=5052 vsize=954984 CPUtime=2805.27 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 1096783 0 0 0 280153 374 0 0 25 0 4 0 518815266 977903616 159410 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 238746 159410 391 106 0 233717 0
[pid=5054/tid=5055] ppid=5052 vsize=954984 CPUtime=702.29 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 318539 0 0 0 70122 107 0 0 25 0 4 0 518815266 977903616 159410 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=954984 CPUtime=702.29 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 275646 0 0 0 70137 92 0 0 25 0 4 0 518815266 977903616 159410 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=954984 CPUtime=698.42 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 256448 0 0 0 69754 88 0 0 25 0 4 0 518815266 977903616 159410 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.27
Current children cumulated vsize (KiB) 954984

[startup+762.3 s]
/proc/loadavg: 8.03 8.08 7.94 9/184 5087
/proc/meminfo: memFree=16340420/32951124 swapFree=67111528/67111528
[pid=5054] ppid=5052 vsize=1026148 CPUtime=3044.93 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 1161463 0 0 0 304095 398 0 0 25 0 4 0 518815266 1050775552 162937 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 256537 162937 391 106 0 251508 0
[pid=5054/tid=5055] ppid=5052 vsize=1026148 CPUtime=762.29 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 333896 0 0 0 76117 112 0 0 25 0 4 0 518815266 1050775552 162937 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=1026148 CPUtime=762.29 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 293434 0 0 0 76130 99 0 0 25 0 4 0 518815266 1050775552 162937 33554432000 4194304 4627427 140735742295200 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=1026148 CPUtime=758.1 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 272320 0 0 0 75716 94 0 0 25 0 4 0 518815266 1050775552 162937 33554432000 4194304 4627427 140735742295200 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3044.93
Current children cumulated vsize (KiB) 1026148

[startup+822.3 s]
/proc/loadavg: 8.05 8.08 7.94 9/184 5089
/proc/meminfo: memFree=16274808/32951124 swapFree=67111528/67111528
[pid=5054] ppid=5052 vsize=962680 CPUtime=3284.6 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 1229032 0 0 0 328035 425 0 0 25 0 4 0 518815266 985784320 162837 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 240670 162837 391 106 0 235641 0
[pid=5054/tid=5055] ppid=5052 vsize=962680 CPUtime=822.3 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 352743 0 0 0 82111 119 0 0 25 0 4 0 518815266 985784320 162837 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309225 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=962680 CPUtime=822.29 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 309244 0 0 0 82124 105 0 0 25 0 4 0 518815266 985784320 162837 33554432000 4194304 4627427 140735742295200 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=962680 CPUtime=817.77 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 290505 0 0 0 81675 102 0 0 25 0 4 0 518815266 985784320 162837 33554432000 4194304 4627427 140735742295200 18446744073709551615 4321603 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.6
Current children cumulated vsize (KiB) 962680

[startup+882.3 s]
/proc/loadavg: 8.06 8.08 7.95 9/184 5091
/proc/meminfo: memFree=16275924/32951124 swapFree=67111528/67111528
[pid=5054] ppid=5052 vsize=923936 CPUtime=3524.28 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 1293557 0 0 0 351974 454 0 0 25 0 4 0 518815266 946110464 156832 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 230984 156832 391 106 0 225955 0
[pid=5054/tid=5055] ppid=5052 vsize=923936 CPUtime=882.3 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 372710 0 0 0 88101 129 0 0 25 0 4 0 518815266 946110464 156832 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=923936 CPUtime=882.3 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 316943 0 0 0 88122 108 0 0 25 0 4 0 518815266 946110464 156832 33554432000 4194304 4627427 140735742295200 18446744073709551615 4327410 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=923936 CPUtime=877.44 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 308819 0 0 0 87633 111 0 0 25 0 4 0 518815266 946110464 156833 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.28
Current children cumulated vsize (KiB) 923936

[startup+942.3 s]
/proc/loadavg: 8.11 8.09 7.96 9/184 5092
/proc/meminfo: memFree=16051112/32951124 swapFree=67111528/67111528
[pid=5054] ppid=5052 vsize=1111248 CPUtime=3763.93 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 1387827 0 0 0 375907 486 0 0 25 0 4 0 518815266 1137917952 195723 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 277812 195723 391 106 0 272783 0
[pid=5054/tid=5055] ppid=5052 vsize=1111248 CPUtime=942.3 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 412384 0 0 0 94090 140 0 0 25 0 4 0 518815266 1137917952 195723 33554432000 4194304 4627427 140735742295200 18446744073709551615 4467823 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=1111248 CPUtime=942.29 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 335058 0 0 0 94115 114 0 0 25 0 4 0 518815266 1137917952 195723 33554432000 4194304 4627427 140735742295200 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=1111248 CPUtime=937.12 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 327082 0 0 0 93593 119 0 0 25 0 4 0 518815266 1137917952 195723 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3763.93
Current children cumulated vsize (KiB) 1111248

[startup+1002.31 s]
/proc/loadavg: 8.12 8.10 7.97 9/184 5094
/proc/meminfo: memFree=16051232/32951124 swapFree=67111528/67111528
[pid=5054] ppid=5052 vsize=1196444 CPUtime=4003.62 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 1437170 0 0 0 399857 505 0 0 25 0 4 0 518815266 1225158656 218216 33554432000 4194304 4627427 140735742295200 18446744073709551615 4428398 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 299111 218216 391 106 0 294082 0
[pid=5054/tid=5055] ppid=5052 vsize=1196444 CPUtime=1002.3 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 412384 0 0 0 100090 140 0 0 25 0 4 0 518815266 1225158656 218216 33554432000 4194304 4627427 140735742295200 18446744073709551615 4427693 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=1196444 CPUtime=1002.3 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 352031 0 0 0 100107 123 0 0 25 0 4 0 518815266 1225158656 218216 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=1196444 CPUtime=996.79 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 341435 0 0 0 99558 121 0 0 25 0 4 0 518815266 1225158656 218216 33554432000 4194304 4627427 140735742295200 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.62
Current children cumulated vsize (KiB) 1196444

[startup+1062.3 s]
/proc/loadavg: 8.15 8.11 7.98 9/184 5095
/proc/meminfo: memFree=15991712/32951124 swapFree=67111528/67111528
[pid=5054] ppid=5052 vsize=1143408 CPUtime=4243.28 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 1490062 0 0 0 423796 532 0 0 25 0 4 0 518815266 1170849792 204779 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 285852 204779 391 106 0 280823 0
[pid=5054/tid=5055] ppid=5052 vsize=1143408 CPUtime=1062.3 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 426141 0 0 0 106083 147 0 0 25 0 4 0 518815266 1170849792 204779 33554432000 4194304 4627427 140735742295200 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=1143408 CPUtime=1062.3 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 370008 0 0 0 106097 133 0 0 25 0 4 0 518815266 1170849792 204779 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=1143408 CPUtime=1056.46 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 353403 0 0 0 105519 127 0 0 25 0 4 0 518815266 1170849792 204779 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.28
Current children cumulated vsize (KiB) 1143408

[startup+1122.3 s]
/proc/loadavg: 8.17 8.12 7.99 9/184 5097
/proc/meminfo: memFree=16086440/32951124 swapFree=67111528/67111528
[pid=5054] ppid=5052 vsize=1210424 CPUtime=4482.94 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 1548323 0 0 0 447737 557 0 0 25 0 4 0 518815266 1239474176 216065 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 302606 216065 391 106 0 297577 0
[pid=5054/tid=5055] ppid=5052 vsize=1210424 CPUtime=1122.29 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 442973 0 0 0 112074 155 0 0 25 0 4 0 518815266 1239474176 216065 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=1210424 CPUtime=1122.3 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 377842 0 0 0 112095 135 0 0 25 0 4 0 518815266 1239474176 216065 33554432000 4194304 4627427 140735742295200 18446744073709551615 4427411 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=1210424 CPUtime=1116.13 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 369516 0 0 0 111478 135 0 0 25 0 4 0 518815266 1239474176 216065 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4482.94
Current children cumulated vsize (KiB) 1210424

[startup+1182.3 s]
/proc/loadavg: 8.17 8.13 8.00 9/184 5098
/proc/meminfo: memFree=15832244/32951124 swapFree=67111528/67111528
[pid=5054] ppid=5052 vsize=1254076 CPUtime=4722.61 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 1616172 0 0 0 471674 587 0 0 25 0 4 0 518815266 1284173824 219621 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309142 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 313519 219621 391 106 0 308490 0
[pid=5054/tid=5055] ppid=5052 vsize=1254076 CPUtime=1182.3 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 459433 0 0 0 118067 163 0 0 25 0 4 0 518815266 1284173824 219621 33554432000 4194304 4627427 140735742295200 18446744073709551615 4310102 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=1254076 CPUtime=1182.3 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 394214 0 0 0 118088 142 0 0 25 0 4 0 518815266 1284173824 219621 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=1254076 CPUtime=1175.81 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 387130 0 0 0 117439 142 0 0 25 0 4 0 518815266 1284173824 219621 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.61
Current children cumulated vsize (KiB) 1254076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.20 8.13 8.00 9/184 5099
/proc/meminfo: memFree=15865352/32951124 swapFree=67111528/67111528
[pid=5054] ppid=5052 vsize=1198684 CPUtime=4800.12 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 1637195 0 0 0 479415 597 0 0 25 0 4 0 518815266 1227452416 221309 33554432000 4194304 4627427 140735742295200 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 299671 221309 391 106 0 294642 0
[pid=5054/tid=5055] ppid=5052 vsize=1198684 CPUtime=1201.7 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 465949 0 0 0 120005 165 0 0 25 0 4 0 518815266 1227452416 221309 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=1198684 CPUtime=1201.71 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 398469 0 0 0 120026 145 0 0 25 0 4 0 518815266 1227452416 221309 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=1198684 CPUtime=1195.09 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 392921 0 0 0 119365 144 0 0 25 0 4 0 518815266 1227452416 221309 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 1198684

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.20 8.13 8.00 9/184 5099
/proc/meminfo: memFree=15865352/32951124 swapFree=67111528/67111528
[pid=5054] ppid=5052 vsize=1198684 CPUtime=4800.12 cores=1,3,5,7
/proc/5054/stat : 5054 (strangenight2-m) R 5052 5054 4739 0 -1 4202496 1637195 0 0 0 479415 597 0 0 25 0 4 0 518815266 1227452416 221309 33554432000 4194304 4627427 140735742295200 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/5054/statm: 299671 221309 391 106 0 294642 0
[pid=5054/tid=5055] ppid=5052 vsize=1198684 CPUtime=1201.7 cores=1,3,5,7
/proc/5054/task/5055/stat : 5055 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 465949 0 0 0 120005 165 0 0 25 0 4 0 518815266 1227452416 221309 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5054/tid=5056] ppid=5052 vsize=1198684 CPUtime=1201.71 cores=1,3,5,7
/proc/5054/task/5056/stat : 5056 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 398469 0 0 0 120026 145 0 0 25 0 4 0 518815266 1227452416 221309 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5054/tid=5057] ppid=5052 vsize=1198684 CPUtime=1195.09 cores=1,3,5,7
/proc/5054/task/5057/stat : 5057 (strangenight2-m) R 5052 5054 4739 0 -1 4202560 392921 0 0 0 119365 144 0 0 25 0 4 0 518815266 1227452416 221309 33554432000 4194304 4627427 140735742295200 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 1198684

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.2
CPU user time (s): 4794.18
CPU system time (s): 6.01808
CPU usage (%): 399.433
Max. virtual memory (cumulated for all children) (KiB): 1266948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4794.18
system time used= 6.01809
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1637199
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= 1567
involuntary context switches= 33653

runsolver used 1.78973 second user time and 4.79927 second system time

The end

Launcher Data

Begin job on node104 at 2011-04-29 12:15:48
IDJOB=3173869
IDBENCH=82687
IDSOLVER=1586
FILE ID=node104/3173869-1304072148
RUNJOBID= node104-1304072148-5041
PBS_JOBID= 13170480
Free space on /tmp= 71548 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v750-c15000-S976181807-056-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173869-1304072148/watcher-3173869-1304072148 -o /tmp/evaluation-result-3173869-1304072148/solver-3173869-1304072148 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173869-1304072148.cnf

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

MD5SUM BENCH= 3d45813e0b955709c303b5b4ba4955d9
RANDOM SEED=1578889190

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18273280 kB
Buffers:       2198420 kB
Cached:       11822900 kB
SwapCached:          0 kB
Active:        2411008 kB
Inactive:     11678596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18273280 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            6696 kB
Writeback:           0 kB
AnonPages:       67712 kB
Mapped:          14484 kB
Slab:           524976 kB
PageTables:       4304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190624 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= 71536 MiB
End job on node104 at 2011-04-29 12:35:52