Trace number 3173865

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.35 1201.87

General information on the benchmark

Namerandom/large/
unif-k5-r20-v1500-c30000-S1305346115-067-UNKNOWN.cnf
MD5SUM0c1f90cdbd54dc48a7f7e4333f537217
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark60.0699
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of clauses30000
Sum of the clauses size150000
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 530000
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-3173865-1304072088.cnf'
0.00/0.00	c -- header says num vars:           1500
0.00/0.00	c -- header says num clauses:       30000
0.00/0.02	c -- clauses added:            0 learnts,        30000 normals,            0 xors
0.00/0.02	c -- vars added       1500
0.00/0.02	c Parsing time:  0.01 s
0.00/0.02	c  N st     0         0      1500     30000         0         0    150000         0   no data   no data
0.40/0.17	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.15
0.40/0.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
0.40/0.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.40/0.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.40/0.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.40/0.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
0.40/0.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.78/0.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
0.78/0.23	c Finding binary XORs  T:     0.00 s  found:       0
0.78/0.24	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.78/0.24	c calculated reachability. Time: 0.00
0.78/0.24	c Calc default polars -  time:   0.00 s pos:     704 undec:      63 neg:     733
0.78/0.24	c =========================================================================================
0.78/0.24	c types(t): F = full restart, N = normal restart
0.78/0.24	c types(t): S = simplification begin/end, E = solution found
0.78/0.24	c restart types(rt): st = static, dy = dynamic
0.78/0.24	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.78/0.24	c  B st     0         0      1500     30000         0         0    150000         0   no data   no data
1.98/0.59	c  N dy    19      4009      1500     30000         0      4003    150000    632512    116.86    168.50
3.57/0.97	c  N dy    46      8092      1500     30000         0      5589    150000    637430    120.94    134.13
5.16/1.38	c  N dy    73     12257      1500     30000         0      5507    150000    404827    121.41    128.56
6.76/1.79	c  N dy   100     16409      1500     30000         0      9656    150000   1040322    121.74    129.75
8.77/2.20	c  N dy   126     20455      1500     30000         0      8079    150000    606322    121.51    128.65
10.36/2.62	c  N dy   149     24565      1500     30000         0     12188    150000   1221016    121.49    131.27
10.36/2.67	c  F st   152     25000      1500     30000         0     12623    150000   1285729    121.41    117.60
12.35/3.19	c  N dy   158     30000      1500     30000         0     10804    150000    900460    121.41   no data
12.35/3.19	c  S st   158     30000      1500     30000         0     10804    150000    900460    121.41   no data
12.75/3.26	c  S st   158     30503      1500     30000         0     11307    150000    967059    121.41   no data
12.75/3.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.75/3.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
12.75/3.28	c blocked clauses removed:        0 vars:      0 tried:        1500 T: 0.00 s
12.75/3.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.75/3.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.75/3.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
12.75/3.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
12.75/3.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.17/3.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.75/3.79	c lits-rem:        78  cl-subs:       16  v-elim:      0  v-fix:    0  time:  0.44 s
15.54/3.97	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.18
15.54/3.97	c calculated reachability. Time: 0.00
15.54/3.97	c  N dy   158     30503      1500     30000         0     11291    150000    961680    121.41   no data
17.56/4.44	c  N dy   182     34622      1500     30000         0     15410    150000   1589845    121.36    129.49
19.14/4.89	c  N dy   212     38704      1500     30000         0     11593    150000    830419    121.77    138.17
21.54/5.40	c  N dy   235     42998      1500     30000         0     15885    150000   1485168    121.54    129.44
22.74/5.76	c  S st   251     45756      1500     30000         0      9692    150000    384200    121.62    115.21
23.14/5.83	c  S st   251     46260      1500     30000         0     10196    150000    445390    121.62   no data
23.14/5.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.14/5.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
23.14/5.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.14/5.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.14/5.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.14/5.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
23.14/5.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
23.14/5.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
23.14/5.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.53/5.99	c lits-rem:        11  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
23.53/5.99	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
23.93/6.00	c vivif2 --  cl tried    10196 cl shrink        0 lits rem          0 time: 0.01
24.33/6.19	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.19
24.33/6.19	c calculated reachability. Time: 0.00
24.33/6.19	c  N dy   251     46260      1500     30000         0     10196    150000    445379    121.62   no data
26.35/6.65	c  N dy   277     50296      1500     30000         0     14228    150000   1058184    121.75    128.19
28.33/7.17	c  N dy   303     54505      1500     30000         0     18436    150000   1705845    121.80    129.49
30.33/7.66	c  N dy   329     58535      1500     30000         0     12493    150000    677249    121.99    129.46
32.32/8.14	c  N dy   355     62693      1500     30000         0     16650    150000   1315955    122.06    131.53
34.72/8.70	c  N dy   380     66915      1500     30000         0     20872    150000   1965513    122.09    129.62
35.90/9.04	c  S st   394     69390      1500     30000         0     12360    150000    506435    122.10   no data
36.31/9.12	c  S st   394     69892      1500     30000         0     12862    150000    570960    122.10   no data
36.31/9.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.31/9.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
36.31/9.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.31/9.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.31/9.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.31/9.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
36.31/9.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.31/9.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
36.31/9.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.11/9.38	c lits-rem:        14  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.20 s
37.11/9.38	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
37.11/9.39	c vivif2 --  cl tried    12861 cl shrink        0 lits rem          0 time: 0.01
38.30/9.60	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.21
38.30/9.60	c calculated reachability. Time: 0.00
38.30/9.60	c  N dy   394     69892      1500     30000         0     12861    150000    570868    122.10   no data
40.31/10.13	c  N dy   422     74429      1500     30000         0     17396    150000   1259928    122.11    128.63
42.70/10.78	c  N dy   453     79360      1500     30000         0     22325    150000   2028946    122.30    129.98
45.49/11.43	c  N dy   484     84592      1500     30000         0     15567    150000    850685    122.30    129.76
46.70/11.79	c  F st   504     87502      1500     30000         0     18475    150000   1299562    122.39    114.28
48.71/12.22	c  N st   509     90798      1500     30000         0     21765    150000   1865912    122.39   no data
51.89/13.01	c  N dy   537     96655      1500     30000         0     14636    150000    574979    122.51    130.97
54.68/13.79	c  N dy   576    102887      1500     30000         0     20866    150000   1538308    122.59    129.31
55.88/14.03	c  S st   583    104838      1500     30000         0     22814    150000   1832423    122.49    116.06
56.28/14.11	c  S st   583    105348      1500     30000         0     23324    150000   1893390    122.49   no data
56.28/14.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
56.28/14.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
56.28/14.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.28/14.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.28/14.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.28/14.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
56.28/14.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
56.28/14.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
56.67/14.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.82/18.09	c lits-rem:       101  cl-subs:        8  v-elim:      0  v-fix:    0  time:  3.84 s
71.82/18.09	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
72.22/18.11	c vivif2 --  cl tried    23316 cl shrink        0 lits rem          0 time: 0.02
73.42/18.45	c asymm  cl-useful: 0/30000/30000 lits-rem:0 time: 0.34
73.42/18.45	c calculated reachability. Time: 0.00
73.42/18.45	c  N dy   583    105348      1500     30000         0     23316    150000   1890403    122.49   no data
77.41/19.43	c  N dy   623    112216      1500     30000         0     16190    150000    652873    122.52    129.65
81.40/20.41	c  N dy   670    119585      1500     30000         0     23558    150000   1795808    122.64    129.16
85.77/21.54	c  N dy   709    127317      1500     30000         0     16289    150000    529528    122.52    129.49
90.17/22.67	c  N dy   761    135542      1500     30000         0     24505    150000   1792294    122.58    131.95
95.75/24.00	c  N dy   814    144366      1500     30000         0     17332    150000    546242    122.69    129.76
100.54/25.25	c  N dy   863    153615      1500     30000         0     26577    150000   1936333    122.56    133.56
103.32/25.94	c  S st   895    158023      1500     30000         0     30984    150000   2616962    122.63   no data
103.72/26.04	c  S st   895    158530      1500     30000         0     31491    150000   2681752    122.63   no data
103.72/26.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
103.72/26.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
103.72/26.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
103.72/26.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
103.72/26.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.72/26.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
103.72/26.09	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
104.12/26.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
104.53/26.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.26/35.48	c lits-rem:       197  cl-subs:       23  v-elim:      0  v-fix:    0  time:  9.26 s
141.26/35.49	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
141.65/35.52	c vivif2 --  cl tried    31468 cl shrink        0 lits rem          0 time: 0.03
142.85/35.88	c asymm  cl-useful: 0/27651/30000 lits-rem:0 time: 0.36
142.85/35.88	c calculated reachability. Time: 0.00
142.85/35.88	c  N dy   895    158530      1500     30000         0     31468    150000   2673544    122.63   no data
149.26/37.41	c  N dy   951    168754      1500     30000         0     24699    150000   1513098    122.55    129.63
155.63/39.08	c  N dy  1009    179556      1500     30000         0     35497    150000   3145492    122.41    128.93
162.43/40.73	c  N dy  1078    191103      1500     30000         0     29045    150000   2043743    122.38    130.17
170.40/42.70	c  N dy  1162    203430      1500     30000         0     22374    150000    880526    122.54    129.44
177.99/44.68	c  N dy  1239    216442      1500     30000         0     35374    150000   2879137    122.57    145.11
186.78/46.81	c  N dy  1325    230675      1500     30000         0     29618    150000   1838464    122.56    129.60
191.17/47.91	c  S st  1367    237798      1500     30000         0     36736    150000   2926764    122.55   no data
191.57/48.03	c  S st  1367    238303      1500     30000         0     37241    150000   2996376    122.55   no data
191.57/48.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
191.57/48.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
191.57/48.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
191.57/48.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
191.57/48.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
191.57/48.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
191.57/48.07	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
191.97/48.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
192.37/48.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
228.71/57.35	c lits-rem:       240  cl-subs:       20  v-elim:      0  v-fix:    0  time:  9.14 s
228.71/57.35	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
228.71/57.39	c vivif2 --  cl tried    37221 cl shrink        0 lits rem          0 time: 0.03
229.09/57.43	c asymm  cl-useful: 0/2349/30000 lits-rem:0 time: 0.04
229.09/57.43	c calculated reachability. Time: 0.00
229.09/57.43	c  N dy  1367    238303      1500     30000         0     37221    150000   2989395    122.55   no data
238.28/59.77	c  N dy  1462    253647      1500     30000         0     31564    150000   1990673    122.56    129.29
249.06/62.43	c  N dy  1563    269924      1500     30000         0     25846    150000    976699    122.64    129.10
259.85/65.18	c  N dy  1668    287181      1500     30000         0     43094    150000   3606522    122.63    143.16
271.83/68.15	c  N dy  1773    305790      1500     30000         0     38709    150000   2799845    122.65    130.14
272.25/68.24	c  F st  1778    306251      1500     30000         0     39170    150000   2871084    122.66   no data
284.22/71.29	c  N dy  1863    325337      1500     30000         0     34253    150000   1980582    122.68    133.64
298.20/74.79	c  N dy  1978    345614      1500     30000         0     29534    150000   1109267    122.62    130.17
306.18/76.72	c  S st  2054    357454      1500     30000         0     41363    150000   2928434    122.66   no data
306.58/76.85	c  S st  2054    357959      1500     30000         0     41868    150000   2988577    122.66   no data
306.58/76.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
306.58/76.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
306.98/76.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
306.98/76.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
306.98/76.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
306.98/76.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
306.98/76.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
306.98/76.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
307.39/77.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
345.32/86.56	c lits-rem:       259  cl-subs:       24  v-elim:      0  v-fix:    0  time:  9.53 s
345.32/86.56	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
345.72/86.60	c vivif2 --  cl tried    41844 cl shrink        0 lits rem          0 time: 0.04
346.94/86.98	c asymm  cl-useful: 0/23961/30000 lits-rem:0 time: 0.38
346.94/86.98	c calculated reachability. Time: 0.00
346.94/86.98	c  N dy  2054    357959      1500     30000         0     41844    150000   2980078    122.66   no data
361.70/90.60	c  N dy  2183    378110      1500     30000         0     36004    150000   1983234    122.78    130.80
376.88/94.41	c  N dy  2312    398150      1500     30000         0     29046    150000    741969    122.83    131.38
390.88/97.90	c  N dy  2435    418273      1500     30000         0     49162    150000   3849673    122.87    130.34
405.23/101.54	c  N dy  2561    438486      1500     30000         0     41377    150000   2509652    122.93    130.43
420.81/105.41	c  N dy  2682    458563      1500     30000         0     32456    150000    981027    122.97    129.46
435.20/109.09	c  N dy  2810    478638      1500     30000         0     52521    150000   4076425    122.99    130.39
449.96/112.79	c  N dy  2930    498703      1500     30000         0     42597    150000   2395494    123.03    130.05
466.73/116.90	c  N dy  3050    518927      1500     30000         0     31828    150000    587300    123.05    130.74
479.14/120.07	c  S st  3162    536940      1500     30000         0     49835    150000   3383633    123.10   no data
479.91/120.21	c  S st  3162    537445      1500     30000         0     50340    150000   3448471    123.10   no data
479.91/120.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
479.91/120.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
479.91/120.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
479.91/120.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
479.91/120.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
479.91/120.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
479.91/120.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
480.31/120.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
480.71/120.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
531.46/133.18	c lits-rem:       220  cl-subs:       21  v-elim:      0  v-fix:    0  time: 12.76 s
531.46/133.18	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
531.87/133.22	c vivif2 --  cl tried    50319 cl shrink        0 lits rem          0 time: 0.04
532.24/133.35	c asymm  cl-useful: 0/6039/30000 lits-rem:0 time: 0.12
532.24/133.35	c calculated reachability. Time: 0.00
532.24/133.35	c  N dy  3162    537445      1500     30000         0     50319    150000   3441068    123.10   no data
549.04/137.55	c  N dy  3281    557541      1500     30000         0     38419    150000   1452883    123.10    130.81
565.80/141.73	c  N dy  3395    577563      1500     30000         0     58429    150000   4544272    123.09    132.13
583.38/146.14	c  N dy  3517    597625      1500     30000         0     45497    150000   2404219    123.14    130.66
601.35/150.68	c  N dy  3645    617650      1500     30000         0     65512    150000   5500167    123.18    131.53
617.33/154.66	c  N dy  3768    637698      1500     30000         0     51571    150000   3205381    123.18    130.06
635.70/159.29	c  N dy  3890    657783      1500     30000         0     36658    150000    741449    123.18    136.05
651.68/163.29	c  N dy  4023    677880      1500     30000         0     56748    150000   3864229    123.24    132.85
670.06/167.82	c  N dy  4147    697907      1500     30000         0     40782    150000   1238994    123.23    147.04
686.03/171.88	c  N dy  4270    717941      1500     30000         0     60799    150000   4355443    123.28    130.96
704.41/176.40	c  N dy  4399    738155      1500     30000         0     44020    150000   1587810    123.31    130.65
720.82/180.56	c  N dy  4516    758236      1500     30000         0     64090    150000   4681770    123.32    130.69
739.16/185.13	c  N dy  4647    778255      1500     30000         0     46123    150000   1776271    123.38    141.31
756.33/189.45	c  N dy  4775    798321      1500     30000         0     66180    150000   4891762    123.41    130.08
765.12/191.63	c  S st  4828    806167      1500     30000         0     74024    150000   6132457    123.44    120.38
765.93/191.84	c  S st  4828    806670      1500     30000         0     74527    150000   6199361    123.44   no data
765.93/191.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
766.33/191.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
766.33/191.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
766.33/191.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
766.33/191.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
766.33/191.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
766.33/191.92	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
766.73/192.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
767.53/192.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
897.74/224.89	c lits-rem:       435  cl-subs:       47  v-elim:      0  v-fix:    0  time: 32.68 s
898.14/224.90	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
898.14/224.97	c vivif2 --  cl tried    74480 cl shrink        0 lits rem          0 time: 0.08
900.14/225.40	c asymm  cl-useful: 0/17126/30000 lits-rem:0 time: 0.43
900.14/225.40	c calculated reachability. Time: 0.00
900.14/225.40	c  N dy  4828    806670      1500     30000         0     74480    150000   6183564    123.44   no data
916.91/229.61	c  N dy  4950    826685      1500     30000         0     55506    150000   3108976    123.50    130.19
936.12/234.43	c  N dy  5066    846764      1500     30000         0     75578    150000   6215877    123.49    132.13
952.87/238.61	c  N dy  5174    866898      1500     30000         0     55714    150000   2974966    123.49    131.66
972.04/243.45	c  N dy  5291    887091      1500     30000         0     75901    150000   6086602    123.46    132.39
989.61/247.87	c  N dy  5409    907338      1500     30000         0     55163    150000   2751985    123.48    131.16
1008.79/252.67	c  N dy  5527    927378      1500     30000         0     75193    150000   5849545    123.47    131.75
1027.57/257.35	c  N dy  5658    947463      1500     30000         0     53289    150000   2307106    123.50    130.59
1046.34/262.06	c  N dy  5782    967639      1500     30000         0     73449    150000   5432133    123.51    133.13
1066.31/267.07	c  N dy  5913    987824      1500     30000         0     50649    150000   1755026    123.55    132.40
1085.10/271.78	c  N dy  6038   1007886      1500     30000         0     70700    150000   4855211    123.57    133.88
1108.65/277.68	c  N dy  6164   1027981      1500     30000         0     46801    150000    998529    123.60    133.07
1127.83/282.43	c  N dy  6289   1048080      1500     30000         0     66895    150000   4108816    123.60    131.62
1151.42/288.38	c  N dy  6415   1068177      1500     30000         0     86980    150000   7231796    123.62    130.72
1156.59/289.60	c  F st  6433   1071877      1500     30000         0     45704    150000    679122    123.61    112.25
1171.36/293.33	c  N dy  6505   1088264      1500     30000         0     62068    150000   3307354    123.62    130.84
1192.94/298.75	c  N dy  6633   1108578      1500     30000         0     82372    150000   6462084    123.65    134.07
1213.31/303.82	c  N dy  6742   1128698      1500     30000         0     56517    150000   2204889    123.64    130.86
1232.48/308.69	c  N dy  6860   1148758      1500     30000         0     76567    150000   5317908    123.66    131.32
1256.05/314.53	c  N dy  6988   1168982      1500     30000         0     49803    150000   1045015    123.67    131.85
1274.45/319.12	c  N dy  7103   1189215      1500     30000         0     70030    150000   4167833    123.67    130.73
1297.19/324.85	c  N dy  7242   1209260      1500     30000         0     90062    150000   7280817    123.70    131.99
1298.00/325.08	c  S st  7248   1210005      1500     30000         0     90806    150000   7399095    123.71    126.77
1299.19/325.32	c  S st  7248   1210508      1500     30000         0     91309    150000   7464545    123.71   no data
1299.19/325.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1299.59/325.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
1299.59/325.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1299.59/325.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1299.59/325.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1299.59/325.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
1299.59/325.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1299.99/325.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
1300.81/325.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1478.53/370.29	c lits-rem:       601  cl-subs:       50  v-elim:      0  v-fix:    0  time: 44.55 s
1478.53/370.30	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
1478.93/370.39	c vivif2 --  cl tried    91259 cl shrink        0 lits rem          0 time: 0.09
1480.94/370.84	c asymm  cl-useful: 0/12874/30000 lits-rem:0 time: 0.45
1480.94/370.84	c calculated reachability. Time: 0.00
1480.94/370.84	c  N dy  7248   1210508      1500     30000         0     91259    150000   7446826    123.71   no data
1500.10/375.60	c  N dy  7363   1230550      1500     30000         0     63317    150000   2965048    123.70    130.31
1520.87/380.85	c  N dy  7487   1250637      1500     30000         0     83394    150000   6087642    123.72    133.23
1543.23/386.49	c  N dy  7608   1270738      1500     30000         0     54509    150000   1467012    123.73    130.36
1562.42/391.25	c  N dy  7739   1290830      1500     30000         0     74586    150000   4591431    123.76    161.48
1585.58/397.09	c  N dy  7865   1310994      1500     30000         0     94740    150000   7722964    123.76    130.49
1605.55/402.06	c  N dy  7985   1331126      1500     30000         0     64890    150000   2937140    123.77    132.26
1626.32/407.29	c  N dy  8107   1351172      1500     30000         0     84923    150000   6069090    123.79    134.73
1650.29/413.26	c  N dy  8229   1371209      1500     30000         0     53979    150000   1094623    123.80    139.25
1669.06/417.96	c  N dy  8350   1391237      1500     30000         0     73997    150000   4201098    123.80    132.14
1692.24/423.75	c  N dy  8469   1411319      1500     30000         0     94067    150000   7327622    123.80    135.86
1714.60/429.35	c  N dy  8587   1431488      1500     30000         0     62254    150000   2220341    123.81    131.68
1735.79/434.61	c  N dy  8716   1451839      1500     30000         0     82593    150000   5412564    123.83    130.89
1762.15/441.23	c  N dy  8839   1471988      1500     30000         0    102729    150000   8552339    123.85    130.42
1782.51/446.39	c  N dy  8972   1492201      1500     30000         0     69960    150000   3275476    123.87    130.91
1805.28/452.01	c  N dy  9095   1512301      1500     30000         0     90045    150000   6423830    123.89    137.82
1831.24/458.58	c  N dy  9231   1532371      1500     30000         0     56134    150000    978224    123.91    131.81
1850.81/463.45	c  N dy  9365   1552379      1500     30000         0     76129    150000   4133104    123.95    131.56
1875.18/469.53	c  N dy  9483   1572413      1500     30000         0     96154    150000   7244613    123.95    134.77
1899.95/475.74	c  N dy  9610   1592565      1500     30000         0     61327    150000   1643807    123.96    133.01
1920.72/480.97	c  N dy  9731   1612940      1500     30000         0     81693    150000   4824410    123.98    134.46
1945.88/487.23	c  N dy  9849   1633041      1500     30000         0    101783    150000   7946020    123.98    131.24
1971.05/493.52	c  N dy  9971   1653069      1500     30000         0     65830    150000   2197257    123.99    138.58
1994.22/499.33	c  N dy 10090   1673242      1500     30000         0     85991    150000   5336111    123.99    132.07
2021.78/506.22	c  N dy 10199   1693337      1500     30000         0    106077    150000   8455812    123.98    130.59
2043.37/511.62	c  S st 10295   1710508      1500     30000         0     66268    150000   2110473    123.98   no data
2044.15/511.83	c  S st 10295   1711015      1500     30000         0     66775    150000   2177206    123.98   no data
2044.15/511.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2044.15/511.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
2044.55/511.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2044.55/511.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2044.55/511.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2044.55/511.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2044.55/511.90	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2044.55/511.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2044.95/512.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2079.29/520.69	c lits-rem:       213  cl-subs:       14  v-elim:      0  v-fix:    0  time:  8.68 s
2079.69/520.70	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2079.69/520.73	c vivif2 --  cl tried    66761 cl shrink        0 lits rem          0 time: 0.03
2081.30/521.14	c asymm  cl-useful: 0/18389/30000 lits-rem:0 time: 0.41
2081.30/521.14	c calculated reachability. Time: 0.00
2081.30/521.14	c  N dy 10295   1711015      1500     30000         0     66761    150000   2172339    123.98   no data
2102.86/526.56	c  N dy 10405   1731056      1500     30000         0     86789    150000   5275802    123.97    136.15
2129.23/533.11	c  N dy 10523   1751074      1500     30000         0    106801    150000   8380969    123.97    131.05
2153.21/539.14	c  N dy 10643   1771301      1500     30000         0     69042    150000   2407995    123.99    132.55
2176.36/544.93	c  N dy 10766   1792200      1500     30000         0     89929    150000   5646567    123.98    130.57
2203.52/551.73	c  N dy 10894   1812347      1500     30000         0    110062    150000   8779415    123.99    130.71
2226.68/557.58	c  N dy 11006   1832486      1500     30000         0     71230    150000   2591786    123.99    132.27
2249.47/563.24	c  N dy 11127   1852580      1500     30000         0     91318    150000   5706908    124.00    132.74
2275.83/569.88	c  N dy 11243   1872589      1500     30000         0    111315    150000   8807686    124.00    130.62
2299.77/575.84	c  N dy 11361   1892768      1500     30000         0     71522    150000   2483608    124.00    131.33
2322.95/581.64	c  N dy 11480   1913422      1500     30000         0     92167    150000   5685677    124.00    131.28
2349.71/588.39	c  N dy 11605   1933515      1500     30000         0    112255    150000   8833567    124.02    132.27
2374.87/594.65	c  N dy 11741   1953521      1500     30000         0     71276    150000   2318279    124.03    132.62
2397.24/600.24	c  N dy 11856   1973695      1500     30000         0     91443    150000   5451684    124.03    133.47
2424.40/607.07	c  N dy 11987   1993846      1500     30000         0    111586    150000   8591597    124.04    133.20
2451.98/613.92	c  N dy 12107   2013896      1500     30000         0     69650    150000   1912211    124.05    131.48
2474.73/619.68	c  N dy 12223   2033905      1500     30000         0     89650    150000   5017537    124.05    131.00
2501.90/626.42	c  N dy 12344   2054100      1500     30000         0    109844    150000   8141859    124.04    132.54
2530.67/633.66	c  N dy 12463   2074190      1500     30000         0     66953    150000   1331295    124.04    130.73
2552.23/639.01	c  N dy 12580   2094232      1500     30000         0     86982    150000   4454623    124.05    131.72
2579.00/645.71	c  N dy 12703   2114443      1500     30000         0    107179    150000   7601786    124.06    131.23
2609.34/653.32	c  N dy 12820   2134551      1500     30000         0    127280    150000  10719840    124.06    131.58
2630.51/658.62	c  N dy 12938   2154656      1500     30000         0     83401    150000   3727055    124.06    132.53
2655.68/664.94	c  N dy 13068   2174697      1500     30000         0    103429    150000   6861198    124.08    132.99
2685.23/672.35	c  N dy 13178   2194967      1500     30000         0    123687    150000  10009457    124.07    131.25
2705.60/677.44	c  S st 13278   2211016      1500     30000         0     74765    150000   2272770    124.08   no data
2706.42/677.63	c  S st 13278   2211520      1500     30000         0     75269    150000   2338836    124.08   no data
2706.42/677.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2706.42/677.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
2706.42/677.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2706.82/677.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2706.82/677.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2706.82/677.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
2706.82/677.70	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2706.82/677.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2707.20/677.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2741.56/686.42	c lits-rem:       154  cl-subs:       13  v-elim:      0  v-fix:    0  time:  8.60 s
2741.56/686.42	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
2741.56/686.45	c vivif2 --  cl tried    75256 cl shrink        0 lits rem          0 time: 0.03
2742.75/686.78	c asymm  cl-useful: 0/11611/30000 lits-rem:0 time: 0.33
2742.75/686.79	c calculated reachability. Time: 0.00
2742.75/686.79	c  N dy 13278   2211520      1500     30000         0     75256    150000   2334280    124.08   no data
2766.72/692.75	c  N dy 13411   2231604      1500     30000         0     95328    150000   5484705    124.10    138.39
2794.30/699.61	c  N dy 13533   2251692      1500     30000         0    115408    150000   8629496    124.11    131.73
2824.24/707.18	c  N dy 13655   2272012      1500     30000         0     69748    150000   1334937    124.11    133.92
2847.80/713.01	c  N dy 13775   2292069      1500     30000         0     89793    150000   4464714    124.12    131.89
2876.16/720.13	c  N dy 13899   2312071      1500     30000         0    109777    150000   7608418    124.13    152.23
2908.12/728.16	c  N dy 14019   2332146      1500     30000         0    129841    150000  10727075    124.14    131.49
2932.48/734.21	c  N dy 14139   2352342      1500     30000         0     83058    150000   3240583    124.13    132.03
2957.65/740.54	c  N dy 14263   2372372      1500     30000         0    103076    150000   6383932    124.15    132.09
2988.03/748.14	c  N dy 14375   2393131      1500     30000         0    123817    150000   9602235    124.14    132.40
3015.97/755.19	c  N dy 14499   2413194      1500     30000         0     75926    150000   2016844    124.15    131.29
3039.13/760.97	c  N dy 14614   2433295      1500     30000         0     96017    150000   5115090    124.15    131.12
3067.11/767.99	c  N dy 14745   2453377      1500     30000         0    116091    150000   8246500    124.17    141.99
3099.44/776.05	c  N dy 14866   2473623      1500     30000         0    136328    150000  11380696    124.17    133.69
3122.61/781.86	c  N dy 14988   2493803      1500     30000         0     87527    150000   3659325    124.17    131.40
3148.57/788.39	c  N dy 15109   2514269      1500     30000         0    107982    150000   6862764    124.18    132.86
3178.92/795.93	c  N dy 15224   2534390      1500     30000         0    128091    150000  10003007    124.19    132.58
3207.70/803.19	c  N dy 15347   2554518      1500     30000         0     78248    150000   2054462    124.19    131.49
3232.45/809.37	c  N dy 15466   2574561      1500     30000         0     98284    150000   5193068    124.20    133.65
3263.20/817.06	c  N dy 15591   2594609      1500     30000         0    118322    150000   8311264    124.21    131.34
3297.16/825.52	c  N dy 15715   2614696      1500     30000         0    138394    150000  11425062    124.21    133.62
3323.52/832.12	c  N dy 15836   2634748      1500     30000         0     87474    150000   3355398    124.21    132.25
3350.29/838.84	c  N dy 15961   2654853      1500     30000         0    107562    150000   6475726    124.21    131.11
3380.26/846.38	c  N dy 16072   2674932      1500     30000         0    127633    150000   9596272    124.21    131.28
3412.21/854.35	c  N dy 16182   2695084      1500     30000         0     75812    150000   1396548    124.21    132.82
3430.99/859.08	c  S st 16294   2711520      1500     30000         0     92240    150000   3959931    124.22   no data
3432.18/859.31	c  S st 16294   2712024      1500     30000         0     92743    150000   4027252    124.22   no data
3432.18/859.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3432.18/859.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
3432.57/859.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3432.57/859.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3432.57/859.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3432.57/859.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
3432.57/859.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3432.57/859.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3432.97/859.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3496.09/875.34	c lits-rem:       262  cl-subs:       17  v-elim:      0  v-fix:    0  time: 15.76 s
3496.09/875.35	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
3496.49/875.40	c vivif2 --  cl tried    92726 cl shrink        0 lits rem          0 time: 0.05
3498.08/875.83	c asymm  cl-useful: 0/14823/30000 lits-rem:0 time: 0.43
3498.08/875.83	c calculated reachability. Time: 0.00
3498.08/875.83	c  N dy 16294   2712024      1500     30000         0     92726    150000   4021977    124.22   no data
3525.25/882.67	c  N dy 16423   2732081      1500     30000         0    112769    150000   7163659    124.23    132.19
3557.20/890.60	c  N dy 16552   2752138      1500     30000         0    132818    150000  10319995    124.24    131.36
3587.96/898.39	c  N dy 16683   2772157      1500     30000         0     79871    150000   1882385    124.25    130.96
3612.32/904.48	c  N dy 16813   2792265      1500     30000         0     99970    150000   5039526    124.26    132.47
3640.69/911.59	c  N dy 16933   2812410      1500     30000         0    120098    150000   8188063    124.27    130.89
3673.83/919.82	c  N dy 17058   2832418      1500     30000         0    140099    150000  11309373    124.28    135.75
3702.59/927.02	c  N dy 17181   2852827      1500     30000         0     86533    150000   2752389    124.28    133.88
3730.17/933.98	c  N dy 17308   2872916      1500     30000         0    106616    150000   5893804    124.29    136.77
3761.71/941.85	c  N dy 17426   2892977      1500     30000         0    126670    150000   8992974    124.28    131.52
3796.48/950.57	c  N dy 17546   2913065      1500     30000         0    146747    150000  12113349    124.29    131.71
3822.03/956.92	c  N dy 17657   2933191      1500     30000         0     91896    150000   3447103    124.28    131.01
3848.39/963.53	c  N dy 17767   2953267      1500     30000         0    111960    150000   6536435    124.27    131.07
3879.15/971.27	c  N dy 17884   2973296      1500     30000         0    131977    150000   9654613    124.27    150.84
3915.11/980.25	c  N dy 18007   2993370      1500     30000         0     76085    150000    855631    124.28    133.18
3937.86/985.95	c  N dy 18123   3013441      1500     30000         0     96148    150000   3963662    124.27    131.08
3965.01/992.71	c  N dy 18239   3033470      1500     30000         0    116162    150000   7075569    124.27    132.38
3996.97/1000.79	c  N dy 18365   3053555      1500     30000         0    136228    150000  10217202    124.28    131.19
4032.52/1009.65	c  N dy 18497   3073629      1500     30000         0     79334    150000   1216830    124.29    133.64
4056.08/1015.56	c  N dy 18627   3093634      1500     30000         0     99328    150000   4338638    124.30    131.96
4084.44/1022.60	c  N dy 18747   3113663      1500     30000         0    119343    150000   7461194    124.30    131.75
4117.60/1030.97	c  N dy 18864   3133994      1500     30000         0    139655    150000  10587167    124.30    130.97
4157.14/1040.84	c  N dy 18982   3154405      1500     30000         0     82105    150000   1498526    124.30    133.35
4185.10/1047.84	c  N dy 19099   3174536      1500     30000         0    102223    150000   4630796    124.30    132.59
4218.66/1056.25	c  N dy 19225   3194569      1500     30000         0    122252    150000   7761641    124.31    131.01
4251.82/1064.53	c  S st 19325   3212024      1500     30000         0    139697    150000  10449057    124.30    131.50
4253.43/1064.92	c  S st 19325   3212529      1500     30000         0    140202    150000  10513193    124.30   no data
4253.43/1064.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
4253.80/1065.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.12
4253.80/1065.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4253.80/1065.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4253.80/1065.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4253.80/1065.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1500 time:  0.00 s
4253.80/1065.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4254.60/1065.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
4255.80/1065.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4474.71/1120.39	c lits-rem:       467  cl-subs:       90  v-elim:      0  v-fix:    0  time: 54.81 s
4474.71/1120.39	c vivif2 --  cl tried    30000 cl shrink        0 lits rem          0 time: 0.00
4475.51/1120.52	c vivif2 --  cl tried   140112 cl shrink        0 lits rem          0 time: 0.13
4477.52/1121.02	c asymm  cl-useful: 0/9482/30000 lits-rem:0 time: 0.49
4477.52/1121.02	c calculated reachability. Time: 0.00
4477.52/1121.02	c  N dy 19325   3212529      1500     30000         0    140112    150000  10482524    124.30   no data
4513.85/1130.16	c  N dy 19447   3232739      1500     30000         0     81355    150000   1233955    124.30    132.97
4538.22/1136.29	c  N dy 19578   3252779      1500     30000         0    101382    150000   4369523    124.31    133.19
4567.77/1143.62	c  N dy 19709   3272936      1500     30000         0    121526    150000   7517652    124.32    133.36
4600.54/1151.82	c  N dy 19823   3292981      1500     30000         0    141562    150000  10654962    124.32    131.06
4636.87/1160.96	c  N dy 19941   3313093      1500     30000         0     81708    150000   1153514    124.32    131.47
4662.44/1167.36	c  N dy 20060   3333289      1500     30000         0    101897    150000   4317858    124.33    131.46
4693.99/1175.21	c  N dy 20175   3353473      1500     30000         0    122072    150000   7463694    124.33    132.12
4730.34/1184.34	c  N dy 20306   3373498      1500     30000         0    142085    150000  10602653    124.35    133.75
4771.90/1194.77	c  N dy 20432   3393500      1500     30000         0     81118    150000    911186    124.36    131.50
4799.04/1201.51	c  N dy 20566   3413524      1500     30000         0    101126    150000   4056446    124.38    133.27

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-3173865-1304072088/watcher-3173865-1304072088 -o /tmp/evaluation-result-3173865-1304072088/solver-3173865-1304072088 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173865-1304072088.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: 1.54 4.05 5.62 2/170 10570
/proc/meminfo: memFree=26628528/32951132 swapFree=67111364/67111528
[pid=10570] ppid=10568 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) R 10568 10570 10537 0 -1 4202496 408 0 0 0 0 0 0 0 21 0 4 0 518807476 52441088 347 33554432000 4194304 4627427 140735747993808 18446744073709551615 47342721275826 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 12803 347 299 106 0 7774 0
[pid=10570/tid=10571] ppid=10568 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 518807476 52441088 347 33554432000 4194304 4627427 140735747993808 18446744073709551615 47342721275826 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 0 0 0 0 0 0 0 0 22 0 4 0 518807476 52441088 347 33554432000 4194304 4627427 140735747993808 18446744073709551615 47342721275826 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 518807476 52441088 347 33554432000 4194304 4627427 140735747993808 18446744073709551615 242970606577 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.105975 s]
/proc/loadavg: 1.54 4.05 5.62 2/170 10570
/proc/meminfo: memFree=26628528/32951132 swapFree=67111364/67111528
[pid=10570] ppid=10568 vsize=285580 CPUtime=0.4 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) R 10568 10570 10537 0 -1 4202496 4281 0 0 0 40 0 0 0 23 0 4 0 518807476 292433920 4186 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 71395 4187 363 106 0 66366 0
[pid=10570/tid=10571] ppid=10568 vsize=285580 CPUtime=0.1 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 933 0 0 0 10 0 0 0 18 0 4 0 518807476 292433920 4187 33554432000 4194304 4627427 140735747993808 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=285580 CPUtime=0.09 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 920 0 0 0 9 0 0 0 18 0 4 0 518807476 292433920 4187 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=285580 CPUtime=0.09 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 1080 0 0 0 9 0 0 0 24 0 4 0 518807476 292433920 4187 33554432000 4194304 4627427 140735747993808 18446744073709551615 4507174 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 285580

[startup+0.200957 s]
/proc/loadavg: 1.54 4.05 5.62 2/170 10570
/proc/meminfo: memFree=26628528/32951132 swapFree=67111364/67111528
[pid=10570] ppid=10568 vsize=295044 CPUtime=0.78 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) D 10568 10570 10537 0 -1 4202496 8607 0 0 0 76 2 0 0 23 0 4 0 518807476 302125056 8461 33554432000 4194304 4627427 140735747993808 18446744073709551615 242970247353 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 73761 8476 376 106 0 68732 0
[pid=10570/tid=10571] ppid=10568 vsize=295044 CPUtime=0.18 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 2661 0 0 0 18 0 0 0 18 0 4 0 518807476 302125056 8486 33554432000 4194304 4627427 140735747993808 18446744073709551615 4467844 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=295044 CPUtime=0.18 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 2073 0 0 0 18 0 0 0 18 0 4 0 518807476 302125056 8492 33554432000 4194304 4627427 140735747993808 18446744073709551615 242970211361 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=295044 CPUtime=0.19 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 1282 0 0 0 19 0 0 0 25 0 4 0 518807476 302125056 8496 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 295044

[startup+0.300941 s]
/proc/loadavg: 1.54 4.05 5.62 2/170 10570
/proc/meminfo: memFree=26628528/32951132 swapFree=67111364/67111528
[pid=10570] ppid=10568 vsize=293276 CPUtime=1.17 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) R 10568 10570 10537 0 -1 4202496 10400 0 0 0 115 2 0 0 24 0 4 0 518807476 300314624 8914 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 73319 8914 384 106 0 68290 0
[pid=10570/tid=10571] ppid=10568 vsize=293276 CPUtime=0.28 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 2797 0 0 0 28 0 0 0 18 0 4 0 518807476 300314624 8915 33554432000 4194304 4627427 140735747993808 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=293276 CPUtime=0.29 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 2844 0 0 0 28 1 0 0 18 0 4 0 518807476 300314624 8915 33554432000 4194304 4627427 140735747993808 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=293276 CPUtime=0.29 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 1480 0 0 0 29 0 0 0 25 0 4 0 518807476 300314624 8915 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 293276

[startup+0.700871 s]
/proc/loadavg: 1.54 4.05 5.62 2/170 10570
/proc/meminfo: memFree=26628528/32951132 swapFree=67111364/67111528
[pid=10570] ppid=10568 vsize=300172 CPUtime=2.77 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) R 10568 10570 10537 0 -1 4202496 14849 0 0 0 274 3 0 0 25 0 4 0 518807476 307376128 9160 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 75043 9160 385 106 0 70014 0
[pid=10570/tid=10571] ppid=10568 vsize=300172 CPUtime=0.68 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 3888 0 0 0 68 0 0 0 18 0 4 0 518807476 307376128 9160 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=300172 CPUtime=0.68 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 3934 0 0 0 67 1 0 0 18 0 4 0 518807476 307376128 9160 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=300172 CPUtime=0.68 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 2653 0 0 0 68 0 0 0 25 0 4 0 518807476 307376128 9160 33554432000 4194304 4627427 140735747993808 18446744073709551615 4327287 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 300172

[startup+1.50073 s]
/proc/loadavg: 2.05 4.12 5.63 9/182 10582
/proc/meminfo: memFree=26508028/32951132 swapFree=67111364/67111528
[pid=10570] ppid=10568 vsize=301428 CPUtime=5.96 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) R 10568 10570 10537 0 -1 4202496 21949 0 0 0 592 4 0 0 25 0 4 0 518807476 308662272 11037 33554432000 4194304 4627427 140735747993808 18446744073709551615 4310136 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 75357 11037 385 106 0 70328 0
[pid=10570/tid=10571] ppid=10568 vsize=301428 CPUtime=1.49 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 5659 0 0 0 148 1 0 0 19 0 4 0 518807476 308662272 11037 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=301428 CPUtime=1.48 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 5703 0 0 0 147 1 0 0 19 0 4 0 518807476 308662272 11037 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=301428 CPUtime=1.47 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 4442 0 0 0 147 0 0 0 25 0 4 0 518807476 308662272 11037 33554432000 4194304 4627427 140735747993808 18446744073709551615 4330825 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 301428

[startup+3.10046 s]
/proc/loadavg: 2.05 4.12 5.63 9/182 10582
/proc/meminfo: memFree=26490668/32951132 swapFree=67111364/67111528
[pid=10570] ppid=10568 vsize=303072 CPUtime=12.35 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) R 10568 10570 10537 0 -1 4202496 36112 0 0 0 1228 7 0 0 25 0 4 0 518807476 310345728 12258 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309300 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 75768 12258 386 106 0 70739 0
[pid=10570/tid=10571] ppid=10568 vsize=303072 CPUtime=3.08 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 9230 0 0 0 307 1 0 0 25 0 4 0 518807476 310345728 12258 33554432000 4194304 4627427 140735747993808 18446744073709551615 4333279 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=303072 CPUtime=3.08 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 9239 0 0 0 306 2 0 0 23 0 4 0 518807476 310345728 12258 33554432000 4194304 4627427 140735747993808 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=303072 CPUtime=3.07 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 7979 0 0 0 306 1 0 0 25 0 4 0 518807476 310345728 12258 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 303072

[startup+6.30091 s]
/proc/loadavg: 2.05 4.12 5.63 11/182 10582
/proc/meminfo: memFree=26383416/32951132 swapFree=67111364/67111528
[pid=10570] ppid=10568 vsize=316776 CPUtime=25.14 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) R 10568 10570 10537 0 -1 4202496 75732 0 0 0 2498 16 0 0 25 0 4 0 518807476 324378624 37051 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309170 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 79194 37051 389 106 0 74165 0
[pid=10570/tid=10571] ppid=10568 vsize=316776 CPUtime=6.28 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 16769 0 0 0 625 3 0 0 25 0 4 0 518807476 324378624 37051 33554432000 4194304 4627427 140735747993808 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=316776 CPUtime=6.29 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 20545 0 0 0 625 4 0 0 25 0 4 0 518807476 324378624 37051 33554432000 4194304 4627427 140735747993808 18446744073709551615 4428398 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=316776 CPUtime=6.26 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 19307 0 0 0 622 4 0 0 25 0 4 0 518807476 324378624 37051 33554432000 4194304 4627427 140735747993808 18446744073709551615 4427411 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 316776

[startup+12.7008 s]
/proc/loadavg: 3.19 4.29 5.67 9/182 10583
/proc/meminfo: memFree=26202036/32951132 swapFree=67111364/67111528
[pid=10570] ppid=10568 vsize=352452 CPUtime=50.69 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) R 10568 10570 10537 0 -1 4202496 111314 0 0 0 5045 24 0 0 25 0 4 0 518807476 360910848 48875 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309396 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 88113 48875 389 106 0 83084 0
[pid=10570/tid=10571] ppid=10568 vsize=352452 CPUtime=12.68 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 28421 0 0 0 1263 5 0 0 25 0 4 0 518807476 360910848 48875 33554432000 4194304 4627427 140735747993808 18446744073709551615 4427416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=352452 CPUtime=12.68 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 26930 0 0 0 1262 6 0 0 25 0 4 0 518807476 360910848 48875 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=352452 CPUtime=12.61 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 27055 0 0 0 1256 5 0 0 25 0 4 0 518807476 360910848 48875 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 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) 352452

[startup+25.5006 s]
/proc/loadavg: 3.93 4.42 5.70 9/182 10583
/proc/meminfo: memFree=25989784/32951132 swapFree=67111364/67111528
[pid=10570] ppid=10568 vsize=422556 CPUtime=101.73 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) R 10568 10570 10537 0 -1 4202496 165887 0 0 0 10126 47 0 0 25 0 4 0 518807476 432697344 73406 33554432000 4194304 4627427 140735747993808 18446744073709551615 4321603 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 105639 73406 389 106 0 100610 0
[pid=10570/tid=10571] ppid=10568 vsize=422556 CPUtime=25.41 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 36377 0 0 0 2524 17 0 0 25 0 4 0 518807476 432697344 73406 33554432000 4194304 4627427 140735747993808 18446744073709551615 4428408 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=422556 CPUtime=25.47 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 41736 0 0 0 2539 8 0 0 25 0 4 0 518807476 432697344 73406 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=422556 CPUtime=25.34 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 41004 0 0 0 2525 9 0 0 25 0 4 0 518807476 432697344 73406 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 422556

[startup+51.1012 s]
/proc/loadavg: 5.32 4.70 5.76 9/182 10584
/proc/meminfo: memFree=25764168/32951132 swapFree=67111364/67111528
[pid=10570] ppid=10568 vsize=580436 CPUtime=203.95 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) R 10568 10570 10537 0 -1 4202496 252783 0 0 0 20323 72 0 0 25 0 4 0 518807476 594366464 92313 33554432000 4194304 4627427 140735747993808 18446744073709551615 4427416 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 145109 92313 389 106 0 140080 0
[pid=10570/tid=10571] ppid=10568 vsize=580436 CPUtime=51 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 52496 0 0 0 5076 24 0 0 25 0 4 0 518807476 594366464 92313 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=580436 CPUtime=51.06 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 62186 0 0 0 5093 13 0 0 25 0 4 0 518807476 594366464 92313 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=580436 CPUtime=50.79 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 69939 0 0 0 5062 17 0 0 25 0 4 0 518807476 594366464 92313 33554432000 4194304 4627427 140735747993808 18446744073709551615 4338468 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.95
Current children cumulated vsize (KiB) 580436

[startup+102.3 s]
/proc/loadavg: 6.96 5.27 5.89 9/182 10585
/proc/meminfo: memFree=25637064/32951132 swapFree=67111364/67111528
[pid=10570] ppid=10568 vsize=622308 CPUtime=408.44 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) R 10568 10570 10537 0 -1 4202496 407421 0 0 0 40727 117 0 0 25 0 4 0 518807476 637243392 102839 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 155577 102840 389 106 0 150548 0
[pid=10570/tid=10571] ppid=10568 vsize=622308 CPUtime=102.19 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 86590 0 0 0 10184 35 0 0 25 0 4 0 518807476 637243392 102840 33554432000 4194304 4627427 140735747993808 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=622308 CPUtime=102.26 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 104330 0 0 0 10201 25 0 0 25 0 4 0 518807476 637243392 102841 33554432000 4194304 4627427 140735747993808 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=622308 CPUtime=101.71 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 117074 0 0 0 10139 32 0 0 25 0 4 0 518807476 637243392 102841 33554432000 4194304 4627427 140735747993808 18446744073709551615 4330982 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.44
Current children cumulated vsize (KiB) 622308

[startup+162.301 s]

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

[pid=10570] ppid=10568 vsize=1260544 CPUtime=2805.07 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) R 10568 10570 10537 0 -1 4202496 1702459 0 0 0 279971 536 0 0 25 0 4 0 518807476 1290797056 230579 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 315136 230579 389 106 0 310107 0
[pid=10570/tid=10571] ppid=10568 vsize=1260544 CPUtime=701.34 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 390027 0 0 0 70000 134 0 0 25 0 4 0 518807476 1290797056 230579 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=1260544 CPUtime=702.24 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 457924 0 0 0 70089 135 0 0 25 0 4 0 518807476 1290797056 230579 33554432000 4194304 4627427 140735747993808 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=1260544 CPUtime=699.25 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 458981 0 0 0 69783 142 0 0 25 0 4 0 518807476 1290797056 230579 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.07
Current children cumulated vsize (KiB) 1260544

[startup+762.301 s]
/proc/loadavg: 8.01 7.76 7.00 9/182 10603
/proc/meminfo: memFree=24702488/32951132 swapFree=67111364/67111528
[pid=10570] ppid=10568 vsize=1272540 CPUtime=3044.74 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) R 10568 10570 10537 0 -1 4202496 1797614 0 0 0 303899 575 0 0 25 0 4 0 518807476 1303080960 237561 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 318135 237561 389 106 0 313106 0
[pid=10570/tid=10571] ppid=10568 vsize=1272540 CPUtime=761.02 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 418390 0 0 0 75956 146 0 0 25 0 4 0 518807476 1303080960 237562 33554432000 4194304 4627427 140735747993808 18446744073709551615 4321609 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=1272540 CPUtime=762.24 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 468401 0 0 0 76085 139 0 0 25 0 4 0 518807476 1303080960 237562 33554432000 4194304 4627427 140735747993808 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=1272540 CPUtime=759.25 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 487578 0 0 0 75772 153 0 0 25 0 4 0 518807476 1303080960 237562 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3044.74
Current children cumulated vsize (KiB) 1272540

[startup+822.3 s]
/proc/loadavg: 8.00 7.80 7.06 9/182 10604
/proc/meminfo: memFree=24699252/32951132 swapFree=67111364/67111528
[pid=10570] ppid=10568 vsize=1216144 CPUtime=3284.38 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) R 10568 10570 10537 0 -1 4202496 1905201 0 0 0 327824 614 0 0 25 0 4 0 518807476 1245331456 236748 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 304036 236748 389 106 0 299007 0
[pid=10570/tid=10571] ppid=10568 vsize=1216144 CPUtime=820.68 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 443583 0 0 0 81914 154 0 0 25 0 4 0 518807476 1245331456 236748 33554432000 4194304 4627427 140735747993808 18446744073709551615 4428408 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=1216144 CPUtime=822.23 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 494782 0 0 0 82074 149 0 0 25 0 4 0 518807476 1245331456 236748 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=1216144 CPUtime=819.25 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 518283 0 0 0 81760 165 0 0 25 0 4 0 518807476 1245331456 236748 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.38
Current children cumulated vsize (KiB) 1216144

[startup+882.307 s]
/proc/loadavg: 8.03 7.85 7.12 9/182 10606
/proc/meminfo: memFree=24454956/32951132 swapFree=67111364/67111528
[pid=10570] ppid=10568 vsize=1283288 CPUtime=3524.07 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) R 10568 10570 10537 0 -1 4202496 1984927 0 0 0 351761 646 0 0 25 0 4 0 518807476 1314086912 240963 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 320822 240963 389 106 0 315793 0
[pid=10570/tid=10571] ppid=10568 vsize=1283288 CPUtime=880.36 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 462309 0 0 0 87875 161 0 0 25 0 4 0 518807476 1314086912 240963 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=1283288 CPUtime=882.23 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 519348 0 0 0 88063 160 0 0 25 0 4 0 518807476 1314086912 240963 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=1283288 CPUtime=879.25 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 536663 0 0 0 87755 170 0 0 25 0 4 0 518807476 1314086912 240963 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.07
Current children cumulated vsize (KiB) 1283288

[startup+942.301 s]
/proc/loadavg: 8.08 7.90 7.18 9/182 10607
/proc/meminfo: memFree=24524380/32951132 swapFree=67111364/67111528
[pid=10570] ppid=10568 vsize=1242732 CPUtime=3763.71 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) R 10568 10570 10537 0 -1 4202496 2088124 0 0 0 375688 683 0 0 25 0 4 0 518807476 1272557568 231191 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 310683 231191 389 106 0 305654 0
[pid=10570/tid=10571] ppid=10568 vsize=1242732 CPUtime=940.02 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 491142 0 0 0 93830 172 0 0 25 0 4 0 518807476 1272557568 231191 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=1242732 CPUtime=942.22 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 538339 0 0 0 94056 166 0 0 25 0 4 0 518807476 1272557568 231191 33554432000 4194304 4627427 140735747993808 18446744073709551615 4428111 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=1242732 CPUtime=939.24 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 564264 0 0 0 93744 180 0 0 25 0 4 0 518807476 1272557568 231191 33554432000 4194304 4627427 140735747993808 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.71
Current children cumulated vsize (KiB) 1242732

[startup+1002.3 s]
/proc/loadavg: 8.07 7.93 7.23 9/182 10609
/proc/meminfo: memFree=24398748/32951132 swapFree=67111364/67111528
[pid=10570] ppid=10568 vsize=1295552 CPUtime=4003.36 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) R 10568 10570 10537 0 -1 4202496 2188605 0 0 0 399620 716 0 0 25 0 4 0 518807476 1326645248 245020 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 323888 245020 389 106 0 318859 0
[pid=10570/tid=10571] ppid=10568 vsize=1295552 CPUtime=999.69 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 518631 0 0 0 99787 182 0 0 25 0 4 0 518807476 1326645248 245020 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=1295552 CPUtime=1002.23 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 556207 0 0 0 100051 172 0 0 25 0 4 0 518807476 1326645248 245020 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=1295552 CPUtime=999.23 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 591700 0 0 0 99735 188 0 0 25 0 4 0 518807476 1326645248 245020 33554432000 4194304 4627427 140735747993808 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.36
Current children cumulated vsize (KiB) 1295552

[startup+1062.3 s]
/proc/loadavg: 8.10 7.96 7.29 9/182 10611
/proc/meminfo: memFree=24139692/32951132 swapFree=67111364/67111528
[pid=10570] ppid=10568 vsize=1565860 CPUtime=4243.03 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) R 10568 10570 10537 0 -1 4202496 2316384 0 0 0 423544 759 0 0 25 0 4 0 518807476 1603440640 309037 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 391465 309037 389 106 0 386436 0
[pid=10570/tid=10571] ppid=10568 vsize=1565860 CPUtime=1059.36 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 563600 0 0 0 105744 192 0 0 25 0 4 0 518807476 1603440640 309037 33554432000 4194304 4627427 140735747993808 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=1565860 CPUtime=1062.22 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 578560 0 0 0 106039 183 0 0 25 0 4 0 518807476 1603440640 309037 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=1565860 CPUtime=1059.24 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 629886 0 0 0 105727 197 0 0 25 0 4 0 518807476 1603440640 309037 33554432000 4194304 4627427 140735747993808 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.03
Current children cumulated vsize (KiB) 1565860

[startup+1122.3 s]
/proc/loadavg: 8.11 7.98 7.33 9/182 10612
/proc/meminfo: memFree=24111648/32951132 swapFree=67111364/67111528
[pid=10570] ppid=10568 vsize=1582716 CPUtime=4482.69 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) R 10568 10570 10537 0 -1 4202496 2372633 0 0 0 447486 783 0 0 25 0 4 0 518807476 1620701184 308921 33554432000 4194304 4627427 140735747993808 18446744073709551615 4330984 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 395679 308921 389 106 0 390650 0
[pid=10570/tid=10571] ppid=10568 vsize=1582716 CPUtime=1119.03 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 569732 0 0 0 111708 195 0 0 25 0 4 0 518807476 1620701184 308921 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=1582716 CPUtime=1122.22 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 603446 0 0 0 112023 199 0 0 25 0 4 0 518807476 1620701184 308921 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=1582716 CPUtime=1119.24 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 639329 0 0 0 111724 200 0 0 25 0 4 0 518807476 1620701184 308921 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.69
Current children cumulated vsize (KiB) 1582716

[startup+1182.3 s]
/proc/loadavg: 8.18 8.03 7.39 9/182 10614
/proc/meminfo: memFree=23920676/32951132 swapFree=67111364/67111528
[pid=10570] ppid=10568 vsize=1606792 CPUtime=4722.35 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) R 10568 10570 10537 0 -1 4202496 2479012 0 0 0 471413 822 0 0 25 0 4 0 518807476 1645355008 321157 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 401698 321157 401 106 0 396669 0
[pid=10570/tid=10571] ppid=10568 vsize=1606792 CPUtime=1178.7 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 595679 0 0 0 117664 206 0 0 25 0 4 0 518807476 1645355008 321157 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309217 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=1606792 CPUtime=1182.22 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 630833 0 0 0 118015 207 0 0 25 0 4 0 518807476 1645355008 321157 33554432000 4194304 4627427 140735747993808 18446744073709551615 4468055 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=1606792 CPUtime=1179.23 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 665657 0 0 0 117712 211 0 0 25 0 4 0 518807476 1645355008 321157 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.35
Current children cumulated vsize (KiB) 1606792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.13 8.03 7.40 9/182 10614
/proc/meminfo: memFree=23924516/32951132 swapFree=67111364/67111528
[pid=10570] ppid=10568 vsize=1665564 CPUtime=4800.26 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) R 10568 10570 10537 0 -1 4202496 2501331 0 0 0 479190 836 0 0 25 0 4 0 518807476 1705537536 329380 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 416391 329380 401 106 0 411362 0
[pid=10570/tid=10571] ppid=10568 vsize=1665564 CPUtime=1198.09 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 602944 0 0 0 119598 211 0 0 25 0 4 0 518807476 1705537536 329381 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=1665564 CPUtime=1201.73 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 630833 0 0 0 119966 207 0 0 25 0 4 0 518807476 1705537536 329381 33554432000 4194304 4627427 140735747993808 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=1665564 CPUtime=1198.74 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 672328 0 0 0 119660 214 0 0 25 0 4 0 518807476 1705537536 329381 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1665564

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

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

[startup+1201.8 s]
/proc/loadavg: 8.13 8.03 7.40 9/182 10614
/proc/meminfo: memFree=23924516/32951132 swapFree=67111364/67111528
[pid=10570] ppid=10568 vsize=1665564 CPUtime=4800.26 cores=1,3,5,7
/proc/10570/stat : 10570 (strangenight2-m) R 10568 10570 10537 0 -1 4202496 2501331 0 0 0 479190 836 0 0 25 0 4 0 518807476 1705537536 329380 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/10570/statm: 416391 329380 401 106 0 411362 0
[pid=10570/tid=10571] ppid=10568 vsize=1665564 CPUtime=1198.09 cores=1,3,5,7
/proc/10570/task/10571/stat : 10571 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 602944 0 0 0 119598 211 0 0 25 0 4 0 518807476 1705537536 329381 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=10570/tid=10572] ppid=10568 vsize=1665564 CPUtime=1201.73 cores=1,3,5,7
/proc/10570/task/10572/stat : 10572 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 630833 0 0 0 119966 207 0 0 25 0 4 0 518807476 1705537536 329381 33554432000 4194304 4627427 140735747993808 18446744073709551615 4468043 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=10570/tid=10573] ppid=10568 vsize=1665564 CPUtime=1198.74 cores=1,3,5,7
/proc/10570/task/10573/stat : 10573 (strangenight2-m) R 10568 10570 10537 0 -1 4202560 672328 0 0 0 119660 214 0 0 25 0 4 0 518807476 1705537536 329381 33554432000 4194304 4627427 140735747993808 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1665564

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.87
CPU time (s): 4800.35
CPU user time (s): 4791.93
CPU system time (s): 8.42172
CPU usage (%): 399.406
Max. virtual memory (cumulated for all children) (KiB): 1665564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4791.93
system time used= 8.42172
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2501337
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= 2372
involuntary context switches= 34049

runsolver used 1.77873 second user time and 4.73128 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-29 12:14:48
IDJOB=3173865
IDBENCH=82683
IDSOLVER=1586
FILE ID=node128/3173865-1304072088
RUNJOBID= node128-1304072088-10556
PBS_JOBID= 13170490
Free space on /tmp= 66972 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/large/unif-k5-r20-v1500-c30000-S1305346115-067-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3173865-1304072088/watcher-3173865-1304072088 -o /tmp/evaluation-result-3173865-1304072088/solver-3173865-1304072088 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173865-1304072088.cnf

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

MD5SUM BENCH= 0c1f90cdbd54dc48a7f7e4333f537217
RANDOM SEED=1578569140

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      26628692 kB
Buffers:       1273856 kB
Cached:        4395972 kB
SwapCached:        160 kB
Active:         315220 kB
Inactive:      5419100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      26628692 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           13352 kB
Writeback:           0 kB
AnonPages:       64560 kB
Mapped:          14540 kB
Slab:           523704 kB
PageTables:       4964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   186560 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66960 MiB
End job on node128 at 2011-04-29 12:34:52