Trace number 3262861

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mt? (TO) 4800.16 1201.63

General information on the benchmark

NameSAT03/handmade/anton/UNSAT/
SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
MD5SUM3aff0c2163848e3eed6bc22fc2c30cdf
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables95
Number of clauses36888
Sum of the clauses size368690
Maximum clause length10
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 538
Number of clauses of size over 536850

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3262861-1304134023.cnf'
0.00/0.00	c -- header says num vars:             95
0.00/0.00	c -- header says num clauses:       36888
0.00/0.03	c -- clauses added:            0 learnts,        36888 normals,            0 xors
0.00/0.03	c -- vars added         95
0.00/0.03	c Parsing time:  0.09 s
0.00/0.03	c  N st     0         0        95     36888         0         0    368690         0   no data   no data  --
1.18/0.30	c asymm  cl-useful: 143/2216/36888 lits-rem:162 time: 1.09
1.18/0.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
1.18/0.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.18/0.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.18/0.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
1.18/0.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.37/1.68	c lits-rem:     12620  cl-subs:     3229  v-elim:      0  v-fix:    0  time:  5.38 s
6.37/1.68	c Finding binary XORs  T:     0.00 s  found:       0
6.77/1.72	c Finding non-binary XORs:     0.18 s (found:       0, avg size: nan)
6.77/1.72	c calculated reachability. Time: 0.00
6.77/1.73	c Calc default polars -  time:   0.01 s pos:      47 undec:       0 neg:      48
6.77/1.73	c =========================================================================================
6.77/1.73	c types(t): F = full restart, N = normal restart
6.77/1.73	c types(t): S = simplification begin/end, E = solution found
6.77/1.73	c restart types(rt): st = static, dy = dynamic
6.77/1.73	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
6.77/1.73	c  B st     0         0        95     33659         0         0    326107         0   no data   no data  --
7.16/1.84	c  N dy    14      4556        95     33659         0      3940    325898     73455     15.70     16.53  --
7.57/1.96	c  N dy    22      9467        95     33659         0      5428    325772     80708     14.57     15.50  --
8.38/2.11	c  N dy    41     15099        95     33659         0      5882    325651     82523     14.54     15.46  --
9.56/2.44	c  F st    62     25000        95     33659         0      8626    325431    114723     13.82     11.10  --
9.56/2.45	c  N st    62     25000        95     33659         0      8626    325431    114723     13.82     11.10  --
10.37/2.60	c  N dy    68     30000        95     33659         0     13020    325322    200603     13.82   no data  --
10.37/2.60	c  S st    68     30000        95     33659         0     13020    325322    200603     13.82   no data  --
10.37/2.66	c  S st    68     30504        95     33659         0     13461    325284    207867     13.82   no data  --
10.37/2.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.37/2.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.37/2.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
10.37/2.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.37/2.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.37/2.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
10.37/2.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.35/6.13	c lits-rem:     27094  cl-subs:     9436  v-elim:      0  v-fix:    0  time: 13.72 s
25.96/6.56	c asymm  cl-useful: 283/2913/28848 lits-rem:324 time: 1.73
25.96/6.57	c calculated reachability. Time: 0.00
25.96/6.57	c  N dy    68     30504        95     28848         0      8836    261732    130219     13.82   no data  --
26.74/6.70	c  N dy   102     34628        95     28848         0     12652    261696    202248     14.17     14.94  --
27.14/6.83	c  N dy   133     38665        95     28848         0      9779    261650    140415     14.32     15.15  --
27.54/6.96	c  N dy   152     42748        95     28848         0     13513    261603    206633     14.36     16.15  --
27.94/7.06	c  S st   153     45756        95     28848         0      8236    261585    103298     14.18     12.63  --
28.34/7.10	c  S st   153     46257        95     28848         0      8698    261571    110734     14.18   no data  --
28.34/7.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.34/7.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.34/7.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
28.34/7.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.34/7.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.34/7.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
28.34/7.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.93/9.00	c lits-rem:     19677  cl-subs:     3723  v-elim:      0  v-fix:    0  time:  7.51 s
35.93/9.01	c vivif2 --  cl tried    25716 cl shrink        0 lits rem          0 time: 0.01
35.93/9.01	c vivif2 --  cl tried     8107 cl shrink        0 lits rem          0 time: 0.00
37.93/9.53	c asymm  cl-useful: 55/2548/25716 lits-rem:55 time: 2.09
37.93/9.53	c calculated reachability. Time: 0.00
37.93/9.53	c  N dy   153     46257        95     25716         0      8107    218183     98689     14.18   no data  --
38.73/9.70	c  N dy   181     50921        95     25716         0     12462    218180    177675     14.28     15.04  --
39.14/9.87	c  N dy   191     55522        95     25716         0     16672    218175    249131     14.23     14.99  --
39.92/10.04	c  N dy   205     59595        95     25716         0     11353    218165    149170     14.19     15.23  --
40.72/10.21	c  N dy   234     63662        95     25716         0     15171    218161    218937     14.28     15.04  --
41.52/10.44	c  N dy   243     68740        95     25716         0     19561    218159    288788     14.19     14.98  --
41.52/10.50	c  S st   246     69386        95     25716         0     10143    218159    120334     14.19     13.33  --
41.92/10.55	c  S st   246     69889        95     25716         0     10630    218159    128352     14.19   no data  --
41.92/10.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
41.92/10.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
41.92/10.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
41.92/10.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.92/10.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.92/10.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
41.92/10.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
50.31/12.64	c lits-rem:      3109  cl-subs:      584  v-elim:      0  v-fix:    0  time:  8.23 s
50.31/12.64	c vivif2 --  cl tried    25576 cl shrink        0 lits rem          0 time: 0.01
50.31/12.64	c vivif2 --  cl tried    10186 cl shrink        0 lits rem          0 time: 0.00
51.91/13.10	c asymm  cl-useful: 149/2353/25576 lits-rem:149 time: 1.81
51.91/13.10	c calculated reachability. Time: 0.00
51.91/13.10	c  N dy   246     69889        95     25576         0     10186    216200    120596     14.19   no data  --
52.73/13.25	c  N dy   271     74391        95     25576         0     14356    216198    194217     14.22     15.63  --
53.50/13.44	c  N dy   297     79279        95     25576         0     18927    216195    276509     14.26     15.04  --
54.70/13.73	c  N dy   329     85433        95     25576         0     13562    216189    174033     14.31     15.22  --
55.10/13.81	c  F st   335     87500        95     25576         0     15456    216186    206409     14.30     13.67  --
55.90/14.02	c  N dy   341     92695        95     25576         0     20252    216179    303749     14.30   no data  --
56.72/14.29	c  N dy   383     98669        95     25576         0     13723    216174    173712     14.38     15.75  --
57.90/14.50	c  S st   402    104835        95     25576         0     19329    216168    270198     14.37     13.66  --
57.90/14.57	c  S st   402    105339        95     25576         0     19802    216165    278395     14.37   no data  --
57.90/14.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
57.90/14.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
57.90/14.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
58.30/14.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
58.30/14.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
58.30/14.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
58.30/14.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
68.69/17.29	c lits-rem:      7379  cl-subs:     1748  v-elim:      0  v-fix:    0  time: 10.73 s
68.69/17.29	c vivif2 --  cl tried    25460 cl shrink        0 lits rem          0 time: 0.01
68.69/17.29	c vivif2 --  cl tried    18170 cl shrink        0 lits rem          0 time: 0.01
70.31/17.66	c asymm  cl-useful: 16/3080/25460 lits-rem:16 time: 1.47
70.31/17.66	c calculated reachability. Time: 0.00
70.31/17.66	c  N dy   402    105339        95     25460         0     18170    214969    242230     14.37   no data  --
71.48/17.92	c  N dy   434    112085        95     25460         0     24412    214965    355075     14.39     15.55  --
72.68/18.25	c  N dy   469    120059        95     25460         0     18868    214959    253488     14.40     15.24  --
74.30/18.65	c  N dy   473    129547        95     25460         0     27308    214951    390451     14.27     15.14  --
75.87/19.01	c  N dy   502    137819        95     25460         0     21141    214950    288667     14.27     15.70  --
77.87/19.59	c  N dy   546    148982        95     25460         0     16587    214943    200960     14.28     15.12  --
79.48/19.94	c  S st   551    158010        95     25460         0     24702    214942    343433     14.15      9.89  --
79.88/20.01	c  S st   551    158513        95     25460         0     25191    214941    351793     14.15   no data  --
79.88/20.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
79.88/20.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
79.88/20.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
79.88/20.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
79.88/20.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.88/20.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
79.88/20.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
94.26/23.62	c lits-rem:      6808  cl-subs:     3190  v-elim:      0  v-fix:    0  time: 14.28 s
94.26/23.63	c vivif2 --  cl tried    25393 cl shrink        0 lits rem          0 time: 0.01
94.26/23.63	c vivif2 --  cl tried    22068 cl shrink        0 lits rem          0 time: 0.02
95.46/23.92	c asymm  cl-useful: 1/1875/25393 lits-rem:2 time: 1.14
95.46/23.92	c calculated reachability. Time: 0.00
95.46/23.92	c  N dy   551    158513        95     25393         0     22068    214246    295670     14.15   no data  --
97.85/24.54	c  N dy   593    168644        95     25393         0     15818    214244    185774     14.16     14.93  --
99.85/25.04	c  N dy   650    179427        95     25393         0     25809    214240    365803     14.20     16.24  --
102.24/25.65	c  N dy   697    190931        95     25393         0     19784    214236    250283     14.22     15.75  --
105.46/26.41	c  N dy   764    205438        95     25393         0     33064    214229    484097     14.23     15.07  --
108.23/27.19	c  N dy   842    219295        95     25393         0     28267    214222    391419     14.27     15.04  --
111.43/27.94	c  N dy   892    233835        95     25393         0     23100    214214    292082     14.25     15.05  --
112.23/28.11	c  S st   902    237771        95     25393         0     26671    214211    353024     14.24     12.42  --
112.23/28.18	c  S st   902    238273        95     25393         0     27150    214208    361641     14.24   no data  --
112.23/28.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
112.23/28.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
112.63/28.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
112.63/28.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
112.63/28.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
112.63/28.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
112.63/28.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
124.61/31.25	c lits-rem:      6062  cl-subs:     2330  v-elim:      0  v-fix:    0  time: 12.11 s
124.61/31.25	c vivif2 --  cl tried    25325 cl shrink        0 lits rem          0 time: 0.01
124.61/31.26	c vivif2 --  cl tried    24888 cl shrink        0 lits rem          0 time: 0.02
125.41/31.46	c asymm  cl-useful: 1/1097/25325 lits-rem:1 time: 0.82
125.41/31.46	c calculated reachability. Time: 0.00
125.41/31.46	c  N dy   902    238273        95     25325         0     24888    213482    318151     14.24   no data  --
129.01/32.33	c  N dy   987    253485        95     25325         0     19636    213479    224602     14.29     15.52  --
132.60/33.21	c  N dy  1043    273827        95     25325         0     38166    213474    544500     14.25     15.04  --
136.21/34.13	c  N dy  1115    291400        95     25325         0     34045    213465    473881     14.26     16.09  --
139.39/34.98	c  F st  1178    306250        95     25325         0     26517    213457    334657     14.26     12.31  --
140.61/35.26	c  N dy  1184    311445        95     25325         0     31251    213457    421960     14.26   no data  --
145.79/36.58	c  N dy  1273    332018        95     25325         0     28091    213452    360287     14.28     15.10  --
151.78/38.00	c  N dy  1363    352073        95     25325         0     23378    213445    267979     14.31     16.68  --
152.98/38.32	c  S st  1401    357411        95     25325         0     28331    213444    360167     14.33   no data  --
153.40/38.41	c  S st  1401    357913        95     25325         0     28820    213443    368413     14.33   no data  --
153.40/38.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
153.40/38.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
153.40/38.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.10
153.40/38.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
153.40/38.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
153.40/38.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
153.40/38.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
170.16/42.66	c lits-rem:      5678  cl-subs:     1114  v-elim:      0  v-fix:    0  time: 16.76 s
170.16/42.66	c vivif2 --  cl tried    25253 cl shrink        0 lits rem          0 time: 0.01
170.16/42.66	c vivif2 --  cl tried    27778 cl shrink        0 lits rem          0 time: 0.02
171.37/42.93	c asymm  cl-useful: 2/973/25253 lits-rem:3 time: 1.05
171.37/42.93	c calculated reachability. Time: 0.00
171.37/42.93	c  N dy  1401    357913        95     25253         0     27778    212696    344523     14.33   no data  --
176.55/44.25	c  N dy  1529    378326        95     25253         0     46783    212689    696048     14.38     15.16  --
181.34/45.43	c  N dy  1606    398494        95     25253         0     41119    212674    573223     14.39     15.18  --
186.14/46.62	c  N dy  1667    418528        95     25253         0     34536    212670    449728     14.39     15.21  --
191.33/47.98	c  N dy  1767    438554        95     25253         0     27084    212665    314291     14.40     15.25  --
196.12/49.15	c  N dy  1880    458653        95     25253         0     45714    212656    654177     14.43     20.16  --
203.72/51.04	c  N dy  1952    490505        95     25253         0     47628    212649    657459     14.38     15.19  --
209.31/52.42	c  N dy  2050    511149        95     25253         0     39090    212644    521590     14.40     15.17  --
215.32/53.98	c  N dy  2138    532737        95     25253         0     30400    212638    357389     14.41     15.17  --
216.09/54.16	c  S st  2150    536870        95     25253         0     34130    212637    422806     14.40   no data  --
216.49/54.24	c  S st  2150    537373        95     25253         0     34621    212637    431329     14.40   no data  --
216.49/54.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
216.49/54.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
216.49/54.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
216.49/54.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
216.49/54.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
216.49/54.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
216.49/54.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
234.48/58.76	c lits-rem:      5834  cl-subs:     2325  v-elim:      0  v-fix:    0  time: 17.88 s
234.48/58.76	c vivif2 --  cl tried    25180 cl shrink        0 lits rem          0 time: 0.01
234.48/58.77	c vivif2 --  cl tried    32369 cl shrink        0 lits rem          0 time: 0.02
235.68/59.03	c asymm  cl-useful: 16/749/25180 lits-rem:16 time: 1.07
235.68/59.04	c calculated reachability. Time: 0.00
235.68/59.04	c  N dy  2150    537373        95     25180         0     32369    211865    389346     14.40   no data  --
241.28/60.44	c  N dy  2251    557386        95     25180         0     50839    211865    720787     14.41     15.44  --
247.66/62.04	c  N dy  2325    578570        95     25180         0     40814    211860    533635     14.41     15.21  --
253.66/63.54	c  N dy  2409    598826        95     25180         0     59495    211858    872090     14.41     15.27  --
259.27/64.99	c  N dy  2526    620425        95     25180         0     49169    211857    692233     14.43     15.31  --
266.03/66.65	c  N dy  2652    640514        95     25180         0     36242    211852    447364     14.46     18.59  --
272.05/68.15	c  N dy  2755    660604        95     25180         0     54725    211845    787117     14.48     17.15  --
279.22/69.90	c  N dy  2842    681220        95     25180         0     41164    211844    526896     14.48     15.41  --
284.82/71.32	c  N dy  2879    701751        95     25180         0     59707    211840    844208     14.46     15.27  --
290.81/72.83	c  N dy  2932    721988        95     25180         0     45116    211838    581123     14.45     15.32  --
297.60/74.58	c  N dy  3022    743432        95     25180         0     64636    211835    926724     14.45     15.25  --
306.39/76.71	c  N dy  3141    768353        95     25180         0     53483    211833    729639     14.47     15.28  --
315.18/78.91	c  N dy  3260    789678        95     25180         0     38336    211830    451831     14.49     15.29  --
319.98/80.15	c  S st  3330    806059        95     25180         0     53435    211827    725970     14.49   no data  --
320.39/80.30	c  S st  3330    806559        95     25180         0     53913    211824    733884     14.49   no data  --
320.80/80.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
320.80/80.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
320.80/80.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
320.80/80.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
320.80/80.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
320.80/80.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
320.80/80.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
354.73/88.88	c lits-rem:      5602  cl-subs:     4154  v-elim:      0  v-fix:    0  time: 33.97 s
354.73/88.88	c vivif2 --  cl tried    25101 cl shrink        0 lits rem          0 time: 0.01
354.73/88.89	c vivif2 --  cl tried    49838 cl shrink        0 lits rem          0 time: 0.03
355.95/89.15	c asymm  cl-useful: 15/551/25101 lits-rem:15 time: 1.03
355.95/89.15	c calculated reachability. Time: 0.00
355.95/89.15	c  N dy  3330    806559        95     25101         0     49838    211034    656530     14.49   no data  --
362.72/90.88	c  N dy  3425    826665        95     25101         0     68373    211033    993905     14.50     15.28  --
368.72/92.39	c  N dy  3524    846838        95     25101         0     51282    211029    692832     14.51     15.29  --
375.50/94.06	c  N dy  3584    866910        95     25101         0     69573    211029   1014655     14.51     15.32  --
382.31/95.76	c  N dy  3673    887208        95     25101         0     51307    211023    668572     14.52     15.29  --
389.08/97.49	c  N dy  3754    907618        95     25101         0     70067    211022   1006057     14.52     15.30  --
395.87/99.20	c  N dy  3831    928708        95     25101         0     51650    211019    670234     14.52     15.32  --
406.67/101.89	c  N dy  3945    957683        95     25101         0     39532    211015    447463     14.51     15.31  --
412.68/103.35	c  N dy  3993    978207        95     25101         0     58039    211015    771853     14.51     15.38  --
420.25/105.29	c  N dy  4056    998644        95     25101         0     76534    211013   1088214     14.50     15.28  --
427.84/107.15	c  N dy  4147   1018992        95     25101         0     56045    211010    747684     14.51     15.29  --
434.65/108.89	c  N dy  4177   1039318        95     25101         0     74353    211007   1062679     14.50     15.43  --
443.02/111.00	c  N dy  4246   1060738        95     25101         0     53673    211003    690762     14.49     15.30  --
447.42/112.08	c  F st  4284   1071875        95     25101         0     63727    211002    868234     14.49   no data  --
451.41/113.06	c  N dy  4312   1080933        95     25101         0     72081    211002   1029444     14.49     15.26  --
461.02/115.48	c  N dy  4402   1101138        95     25101         0     49436    211000    606875     14.50     15.39  --
468.98/117.44	c  N dy  4444   1123509        95     25101         0     69583    210998    957446     14.49     15.47  --
478.59/119.82	c  N dy  4551   1143532        95     25101         0     46016    210997    546292     14.50     15.29  --
484.97/121.41	c  N dy  4561   1163864        95     25101         0     63952    210997    835836     14.47     15.27  --
494.55/123.86	c  N dy  4632   1184181        95     25101         0     82532    210994   1169627     14.47     15.23  --
502.94/125.90	c  N dy  4692   1204722        95     25101         0     58567    210993    769239     14.47     15.42  --
504.54/126.38	c  S st  4721   1209838        95     25101         0     63324    210993    858010     14.47     13.59  --
505.36/126.53	c  S st  4721   1210341        95     25101         0     63812    210993    866307     14.47   no data  --
505.36/126.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
505.36/126.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
505.36/126.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.17
505.73/126.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
505.73/126.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
505.73/126.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
505.73/126.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
589.22/147.56	c lits-rem:     10114  cl-subs:     4935  v-elim:      0  v-fix:    0  time: 83.64 s
589.22/147.57	c vivif2 --  cl tried    25050 cl shrink        0 lits rem          0 time: 0.01
589.22/147.58	c vivif2 --  cl tried    58928 cl shrink        0 lits rem          0 time: 0.04
590.82/147.94	c asymm  cl-useful: 13/486/25050 lits-rem:13 time: 1.43
590.82/147.94	c calculated reachability. Time: 0.00
590.82/147.94	c  N dy  4721   1210341        95     25050         0     58928    210439    771084     14.47   no data  --
599.61/150.17	c  N dy  4807   1230952        95     25050         0     77966    210439   1121751     14.47     15.41  --
609.60/152.64	c  N dy  4931   1250954        95     25050         0     52605    210438    655512     14.49     16.72  --
617.20/154.52	c  N dy  5016   1270976        95     25050         0     70877    210438    982854     14.49     15.29  --
627.58/157.17	c  N dy  5136   1291048        95     25050         0     89466    210438   1333080     14.51     16.65  --
636.37/159.38	c  N dy  5220   1311117        95     25050         0     62688    210435    810766     14.50     20.69  --
645.16/161.51	c  N dy  5290   1331590        95     25050         0     81417    210433   1142441     14.50     15.27  --
654.36/163.88	c  N dy  5383   1351602        95     25050         0     54055    210433    664210     14.51     15.60  --
661.14/165.53	c  N dy  5438   1372355        95     25050         0     72711    210432    984322     14.49     15.26  --
670.33/167.82	c  N dy  5503   1392358        95     25050         0     90947    210429   1305260     14.49     15.76  --
678.72/169.90	c  N dy  5611   1412415        95     25050         0     62830    210428    821846     14.50     18.56  --
686.71/171.91	c  N dy  5673   1432586        95     25050         0     80935    210413   1123660     14.49     15.35  --
696.30/174.37	c  N dy  5736   1452677        95     25050         0     51731    210410    612488     14.49     17.50  --
703.88/176.29	c  N dy  5824   1473485        95     25050         0     70693    210407    957852     14.49     15.37  --
713.08/178.52	c  N dy  5908   1494122        95     25050         0     89605    210406   1300386     14.50     15.36  --
721.47/180.60	c  N dy  5968   1514314        95     25050         0     59311    210404    735088     14.49     15.36  --
730.66/182.92	c  N dy  6063   1534368        95     25050         0     77708    210403   1069980     14.50     16.00  --
741.85/185.78	c  N dy  6162   1555070        95     25050         0     96739    210401   1421430     14.50     15.31  --
752.23/188.37	c  N dy  6294   1575113        95     25050         0     65868    210400    863067     14.52     15.31  --
763.02/191.08	c  N dy  6371   1596902        95     25050         0     85889    210400   1228442     14.52     15.28  --
777.00/194.52	c  N dy  6459   1620709        95     25050         0     56973    210400    677643     14.52     15.60  --
788.18/197.30	c  N dy  6523   1646857        95     25050         0     80745    210399   1095211     14.51     15.48  --
800.97/200.52	c  N dy  6633   1668396        95     25050         0    100596    210396   1458640     14.51     15.38  --
810.56/202.99	c  N dy  6734   1688485        95     25050         0     67793    210396    879523     14.52     15.39  --
819.34/205.11	c  N dy  6792   1708541        95     25050         0     86006    210395   1197471     14.51     15.29  --
820.14/205.34	c  S st  6805   1710341        95     25050         0     87684    210395   1230003     14.52   no data  --
820.94/205.54	c  S st  6805   1710845        95     25050         0     88169    210395   1238489     14.52   no data  --
820.94/205.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
820.94/205.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
820.94/205.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.21
821.35/205.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
821.35/205.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
821.35/205.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
821.35/205.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1124.56/281.51	c lits-rem:     17237  cl-subs:    10517  v-elim:      0  v-fix:    0  time: 302.91 s
1124.56/281.51	c vivif2 --  cl tried    24925 cl shrink        0 lits rem          0 time: 0.01
1124.56/281.53	c vivif2 --  cl tried    77777 cl shrink        0 lits rem          0 time: 0.06
1126.14/281.91	c asymm  cl-useful: 6/371/24925 lits-rem:7 time: 1.54
1126.14/281.91	c calculated reachability. Time: 0.00
1126.14/281.91	c  N dy  6805   1710845        95     24925         0     77777    209164   1047597     14.52   no data  --
1139.31/285.27	c  N dy  6898   1730859        95     24925         0     96145    209162   1382520     14.52     15.33  --
1153.30/288.75	c  N dy  7022   1751632        95     24925         0     63491    209159    798134     14.53     15.40  --
1163.28/291.26	c  N dy  7048   1771962        95     24925         0     81673    209159   1104425     14.52     15.39  --
1177.68/294.83	c  N dy  7162   1792062        95     24925         0    100278    209158   1453262     14.53     15.32  --
1188.05/297.41	c  N dy  7235   1812064        95     24925         0     65557    209156    818549     14.53     15.37  --
1198.44/300.05	c  N dy  7337   1832408        95     24925         0     84249    209156   1165012     14.54     15.35  --
1210.43/303.01	c  N dy  7427   1852411        95     24925         0    102559    209151   1500701     14.54     15.31  --
1220.81/305.61	c  N dy  7501   1872432        95     24925         0     66937    209148    845373     14.54     15.77  --
1232.40/308.55	c  N dy  7626   1895731        95     24925         0     88363    209146   1239521     14.54     15.32  --
1242.38/311.09	c  N dy  7673   1916055        95     24925         0    106581    209145   1555664     14.54     15.40  --
1254.77/314.13	c  N dy  7752   1941716        95     24925         0     74744    209145    966148     14.53     15.46  --
1265.95/316.93	c  N dy  7848   1964325        95     24925         0     95377    209144   1340674     14.54     15.31  --
1279.14/320.26	c  N dy  7934   1986734        95     24925         0     60191    209141    698573     14.54     15.40  --
1287.92/322.42	c  N dy  8014   2006911        95     24925         0     78602    209140   1032273     14.54     15.40  --
1297.52/324.84	c  N dy  8091   2027691        95     24925         0     97347    209140   1366119     14.54     15.37  --
1309.90/327.92	c  N dy  8141   2048466        95     24925         0     59703    209139    691605     14.54     15.40  --
1318.69/330.19	c  N dy  8243   2068603        95     24925         0     78270    209137   1038691     14.54     15.44  --
1330.28/333.08	c  N dy  8330   2088623        95     24925         0     96608    209136   1373241     14.54     15.35  --
1345.45/336.80	c  N dy  8415   2110784        95     24925         0     59233    209133    676599     14.55     15.40  --
1355.85/339.43	c  N dy  8522   2131793        95     24925         0     78546    209130   1031876     14.55     15.38  --
1367.03/342.25	c  N dy  8621   2152126        95     24925         0     97013    209130   1364985     14.55     15.34  --
1380.22/345.52	c  N dy  8741   2172182        95     24925         0    115489    209129   1713659     14.56     18.21  --
1391.00/348.23	c  N dy  8831   2194675        95     24925         0     77377    209127    989140     14.56     15.37  --
1398.99/350.28	c  S st  8909   2210846        95     24925         0     92165    209126   1256778     14.56     14.73  --
1399.79/350.47	c  S st  8909   2211350        95     24925         0     92646    209126   1265648     14.56   no data  --
1399.79/350.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1399.79/350.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1400.19/350.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
1400.19/350.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1400.19/350.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1400.19/350.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
1400.19/350.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1726.57/432.28	c lits-rem:      9456  cl-subs:     9200  v-elim:      0  v-fix:    0  time: 326.25 s
1726.57/432.28	c vivif2 --  cl tried    24890 cl shrink        0 lits rem          0 time: 0.01
1726.57/432.30	c vivif2 --  cl tried    83481 cl shrink        0 lits rem          0 time: 0.07
1728.55/432.72	c asymm  cl-useful: 6/353/24890 lits-rem:6 time: 1.67
1728.55/432.72	c calculated reachability. Time: 0.00
1728.55/432.72	c  N dy  8909   2211350        95     24890         0     83481    208774   1102617     14.56   no data  --
1742.53/436.29	c  N dy  8959   2233239        95     24890         0    103238    208772   1452367     14.56     15.33  --
1757.74/440.05	c  N dy  9005   2253335        95     24890         0     62460    208771    725216     14.55     15.45  --
1770.92/443.38	c  N dy  9108   2274609        95     24890         0     82073    208769   1092179     14.55     15.34  --
1787.27/447.48	c  N dy  9209   2294683        95     24890         0    100502    208769   1430887     14.56     15.88  --
1805.66/452.08	c  N dy  9276   2316529        95     24890         0    120134    208768   1772209     14.55     15.49  --
1823.65/456.52	c  N dy  9325   2342708        95     24890         0     83407    208767   1073218     14.54     15.32  --
1838.40/460.22	c  N dy  9392   2363310        95     24890         0    102053    208767   1408669     14.54     15.33  --
1854.78/464.34	c  N dy  9480   2383978        95     24890         0    120958    208766   1760215     14.54     15.32  --
1867.58/467.50	c  N dy  9525   2404065        95     24890         0     78382    208766    992414     14.54     16.64  --
1881.15/470.92	c  N dy  9611   2424071        95     24890         0     96686    208766   1326099     14.54     15.69  --
1895.93/474.63	c  N dy  9712   2444197        95     24890         0    115207    208766   1671358     14.54     15.48  --
1911.90/478.66	c  N dy  9812   2468708        95     24890         0     75532    208763    940205     14.54     15.52  --
1925.08/481.90	c  N dy  9936   2489753        95     24890         0     94954    208763   1306664     14.55     15.41  --
1939.48/485.51	c  N dy 10025   2509884        95     24890         0    113466    208762   1645671     14.55     15.33  --
1955.47/489.56	c  N dy 10120   2531409        95     24890         0     69887    208761    831202     14.56     15.49  --
1967.03/492.45	c  N dy 10199   2552189        95     24890         0     88832    208759   1173487     14.55     15.38  --
1978.22/495.27	c  N dy 10281   2572260        95     24890         0    107171    208758   1504415     14.55     16.06  --
1991.80/498.67	c  N dy 10377   2592321        95     24890         0    125608    208756   1844881     14.56     16.42  --
2003.82/501.62	c  N dy 10482   2612468        95     24890         0     79880    208754   1016648     14.56     15.46  --
2014.97/504.40	c  N dy 10556   2633685        95     24890         0     99096    208753   1357753     14.56     15.45  --
2026.96/507.49	c  N dy 10628   2653723        95     24890         0    117292    208753   1682207     14.56     15.66  --
2041.34/511.00	c  N dy 10690   2674138        95     24890         0     70982    208752    845340     14.56     15.37  --
2054.53/514.39	c  N dy 10798   2702931        95     24890         0     97010    208748   1313670     14.56     15.34  --
2059.32/515.57	c  S st 10831   2711351        95     24890         0    104645    208748   1451222     14.56   no data  --
2060.12/515.79	c  S st 10831   2711851        95     24890         0    105122    208744   1459344     14.56   no data  --
2060.12/515.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2060.12/515.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2060.54/515.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.23
2060.94/515.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2060.94/515.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2060.94/515.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
2060.94/515.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2490.75/623.56	c lits-rem:     20663  cl-subs:    13190  v-elim:      0  v-fix:    0  time: 429.90 s
2490.75/623.56	c vivif2 --  cl tried    24854 cl shrink        0 lits rem          0 time: 0.02
2490.75/623.58	c vivif2 --  cl tried    91968 cl shrink        0 lits rem          0 time: 0.08
2492.75/624.03	c asymm  cl-useful: 4/332/24854 lits-rem:4 time: 1.79
2492.75/624.03	c calculated reachability. Time: 0.00
2492.75/624.03	c  N dy 10831   2711851        95     24854         0     91968    208383   1219839     14.56   no data  --
2506.73/627.58	c  N dy 10917   2732085        95     24854         0    110521    208382   1561531     14.56     15.35  --
2522.33/631.48	c  N dy 10984   2752131        95     24854         0    128619    208380   1878931     14.56     15.34  --
2535.89/634.80	c  N dy 11059   2772717        95     24854         0     82441    208378   1050861     14.56     15.38  --
2548.70/638.09	c  N dy 11130   2792875        95     24854         0    100796    208375   1375366     14.56     15.55  --
2564.66/642.05	c  N dy 11184   2814551        95     24854         0    120341    208374   1718905     14.55     15.44  --
2582.63/646.54	c  N dy 11257   2834638        95     24854         0     72458    208373    863228     14.55     15.33  --
2595.01/649.62	c  N dy 11349   2854665        95     24854         0     90798    208373   1201597     14.55     17.21  --
2612.19/653.93	c  N dy 11429   2877315        95     24854         0    111523    208371   1580065     14.56     15.46  --
2628.57/658.04	c  N dy 11492   2897380        95     24854         0    129772    208371   1912053     14.56     16.19  --
2644.97/662.18	c  N dy 11588   2917425        95     24854         0     80617    208370   1004632     14.56     15.80  --
2657.73/665.32	c  N dy 11664   2937703        95     24854         0     98983    208370   1332856     14.56     15.37  --
2673.31/669.23	c  N dy 11773   2958328        95     24854         0    117847    208369   1683447     14.56     15.33  --
2692.89/674.13	c  N dy 11839   2979316        95     24854         0     68538    208369    777984     14.56     15.45  --
2703.27/676.76	c  N dy 11934   2999379        95     24854         0     86967    208368   1119494     14.56     17.76  --
2716.45/680.09	c  N dy 12025   3019828        95     24854         0    105515    208367   1459083     14.57     15.37  --
2728.46/683.08	c  N dy 12104   3039868        95     24854         0    123771    208366   1788341     14.57     17.24  --
2743.62/686.83	c  N dy 12151   3060022        95     24854         0     72608    208366    841810     14.56     15.36  --
2753.20/689.24	c  N dy 12238   3080036        95     24854         0     90783    208364   1164779     14.56     15.36  --
2765.59/692.33	c  N dy 12318   3100043        95     24854         0    109057    208364   1500434     14.56     16.11  --
2783.17/696.75	c  N dy 12421   3125189        95     24854         0    132010    208363   1925043     14.57     15.55  --
2797.16/700.24	c  N dy 12535   3145255        95     24854         0     80196    208361    990171     14.57     16.97  --
2807.15/702.76	c  N dy 12608   3165325        95     24854         0     98548    208359   1318032     14.57     18.13  --
2819.53/705.81	c  N dy 12684   3185399        95     24854         0    116702    208358   1637799     14.57     15.37  --
2834.33/709.55	c  N dy 12772   3205408        95     24854         0    134917    208358   1967567     14.57     15.60  --
2839.50/710.88	c  S st 12810   3211851        95     24854         0    140868    208358   2076512     14.57     14.26  --
2840.70/711.18	c  S st 12810   3212354        95     24854         0    141352    208358   2085392     14.57   no data  --
2840.70/711.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2840.70/711.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2841.10/711.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.32
2841.50/711.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2841.50/711.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2841.50/711.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
2841.50/711.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3693.57/924.62	c lits-rem:     27571  cl-subs:    20385  v-elim:      0  v-fix:    0  time: 851.71 s
3693.57/924.62	c vivif2 --  cl tried    24816 cl shrink        0 lits rem          0 time: 0.01
3693.57/924.65	c vivif2 --  cl tried   121005 cl shrink        0 lits rem          0 time: 0.11
3695.59/925.12	c asymm  cl-useful: 1/233/24816 lits-rem:2 time: 1.85
3695.59/925.12	c calculated reachability. Time: 0.00
3695.59/925.12	c  N dy 12810   3212354        95     24816         0    121005    207913   1714015     14.57   no data  --
3717.94/930.70	c  N dy 12921   3233786        95     24816         0    140633    207913   2082222     14.58     15.37  --
3731.92/934.22	c  N dy 12982   3253798        95     24816         0     88302    207913   1109830     14.57     15.74  --
3748.32/938.34	c  N dy 13070   3277988        95     24816         0    110341    207912   1505423     14.57     15.44  --
3765.90/942.72	c  N dy 13184   3298229        95     24816         0    128941    207912   1859550     14.58     15.40  --
3784.24/947.31	c  N dy 13258   3318495        95     24816         0     75738    207912    882694     14.58     15.37  --
3797.03/950.53	c  N dy 13361   3338539        95     24816         0     94131    207911   1222849     14.58     15.39  --
3811.81/954.28	c  N dy 13441   3358707        95     24816         0    112459    207910   1556126     14.58     15.36  --
3830.18/958.84	c  N dy 13555   3379872        95     24816         0    131938    207907   1919317     14.59     15.38  --
3852.15/964.39	c  N dy 13668   3399983        95     24816         0     77409    207907    910489     14.59     15.38  --
3866.95/968.09	c  N dy 13756   3421683        95     24816         0     97142    207907   1271411     14.59     15.49  --
3899.70/976.26	c  N dy 13779   3470183        95     24816         0    139338    207907   1939411     14.56     15.46  --
3920.06/981.36	c  N dy 13891   3490366        95     24816         0     84909    207906   1048597     14.56     15.42  --
3936.86/985.58	c  N dy 13963   3514321        95     24816         0    106500    207904   1426358     14.56     15.41  --
3954.03/989.83	c  N dy 14023   3534481        95     24816         0    124727    207903   1749895     14.56     15.34  --
3977.18/995.67	c  N dy 14157   3554539        95     24816         0    143302    207902   2104791     14.57     16.85  --
3995.17/1000.12	c  N dy 14233   3574622        95     24816         0     87183    207901   1069674     14.57     15.37  --
4010.35/1003.96	c  N dy 14305   3595574        95     24816         0    106294    207900   1413060     14.57     15.35  --
4028.72/1008.50	c  N dy 14385   3615656        95     24816         0    124621    207899   1754613     14.57     15.45  --
4051.11/1014.19	c  N dy 14459   3637400        95     24816         0    144406    207898   2109427     14.57     15.39  --
4072.27/1019.47	c  N dy 14572   3659281        95     24816         0     89022    207897   1104078     14.57     15.41  --
4087.04/1023.15	c  N dy 14658   3679576        95     24816         0    107478    207897   1439019     14.57     15.44  --
4107.02/1028.17	c  N dy 14751   3702223        95     24816         0    128177    207897   1823690     14.57     15.38  --
4117.80/1030.86	c  S st 14807   3712354        95     24816         0    137519    207897   1999642     14.57   no data  --
4119.40/1031.25	c  S st 14807   3712857        95     24816         0    137999    207897   2008068     14.57   no data  --
4119.40/1031.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
4119.40/1031.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4119.80/1031.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.38
4120.20/1031.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4120.20/1031.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4120.20/1031.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     95 time:  0.00 s
4120.20/1031.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s

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-3262861-1304134023/watcher-3262861-1304134023 -o /tmp/evaluation-result-3262861-1304134023/solver-3262861-1304134023 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3262861-1304134023.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.47 7.96 7.98 7/180 31480
/proc/meminfo: memFree=30131164/32950928 swapFree=67086612/67111528
[pid=31480] ppid=31478 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 413 0 0 0 0 0 0 0 22 0 4 0 524999338 52465664 352 33554432000 4194304 4650419 140733697515280 18446744073709551615 47180937562034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 12809 352 303 112 0 7774 0
[pid=31480/tid=31481] ppid=31478 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 524999338 52465664 352 33554432000 4194304 4650419 140733697515280 18446744073709551615 47180937562034 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 524999338 52465664 352 33554432000 4194304 4650419 140733697515280 18446744073709551615 239476751345 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 524999338 52465664 352 33554432000 4194304 4650419 140733697515280 18446744073709551615 47180937562034 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0629599 s]
/proc/loadavg: 7.47 7.96 7.98 7/180 31480
/proc/meminfo: memFree=30131164/32950928 swapFree=67086612/67111528
[pid=31480] ppid=31478 vsize=284864 CPUtime=0.23 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 5362 0 0 0 22 1 0 0 24 0 4 0 524999338 291700736 5271 33554432000 4194304 4650419 140733697515280 18446744073709551615 4370522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 71216 5271 367 112 0 66181 0
[pid=31480/tid=31481] ppid=31478 vsize=284864 CPUtime=0.05 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 1244 0 0 0 5 0 0 0 24 0 4 0 524999338 291700736 5274 33554432000 4194304 4650419 140733697515280 18446744073709551615 239476391691 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=284864 CPUtime=0.05 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 1216 0 0 0 5 0 0 0 25 0 4 0 524999338 291700736 5275 33554432000 4194304 4650419 140733697515280 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=284864 CPUtime=0.05 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 1250 0 0 0 5 0 0 0 25 0 4 0 524999338 291700736 5275 33554432000 4194304 4650419 140733697515280 18446744073709551615 4520352 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 284864

[startup+0.100955 s]
/proc/loadavg: 7.47 7.96 7.98 7/180 31480
/proc/meminfo: memFree=30131164/32950928 swapFree=67086612/67111528
[pid=31480] ppid=31478 vsize=285140 CPUtime=0.38 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 5598 0 0 0 37 1 0 0 24 0 4 0 524999338 291983360 5507 33554432000 4194304 4650419 140733697515280 18446744073709551615 4370522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 71285 5507 367 112 0 66250 0
[pid=31480/tid=31481] ppid=31478 vsize=285140 CPUtime=0.09 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 1296 0 0 0 9 0 0 0 24 0 4 0 524999338 291983360 5507 33554432000 4194304 4650419 140733697515280 18446744073709551615 4370585 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=285140 CPUtime=0.09 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 1281 0 0 0 9 0 0 0 25 0 4 0 524999338 291983360 5507 33554432000 4194304 4650419 140733697515280 18446744073709551615 4371151 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=285140 CPUtime=0.09 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 1315 0 0 0 9 0 0 0 25 0 4 0 524999338 291983360 5507 33554432000 4194304 4650419 140733697515280 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 285140

[startup+0.300915 s]
/proc/loadavg: 7.47 7.96 7.98 7/180 31480
/proc/meminfo: memFree=30131164/32950928 swapFree=67086612/67111528
[pid=31480] ppid=31478 vsize=296708 CPUtime=1.18 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 6211 0 0 0 117 1 0 0 25 0 4 0 524999338 303828992 6022 33554432000 4194304 4650419 140733697515280 18446744073709551615 4370522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 74177 6022 370 112 0 69142 0
[pid=31480/tid=31481] ppid=31478 vsize=296708 CPUtime=0.29 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 1324 0 0 0 29 0 0 0 25 0 4 0 524999338 303828992 6022 33554432000 4194304 4650419 140733697515280 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=296708 CPUtime=0.29 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 1639 0 0 0 29 0 0 0 25 0 4 0 524999338 303828992 6022 33554432000 4194304 4650419 140733697515280 18446744073709551615 239476392546 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=296708 CPUtime=0.29 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 1528 0 0 0 29 0 0 0 25 0 4 0 524999338 303828992 6022 33554432000 4194304 4650419 140733697515280 18446744073709551615 4365216 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 296708

[startup+0.700841 s]
/proc/loadavg: 7.47 7.96 7.98 7/180 31480
/proc/meminfo: memFree=30131164/32950928 swapFree=67086612/67111528
[pid=31480] ppid=31478 vsize=303460 CPUtime=2.77 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 15879 0 0 0 275 2 0 0 25 0 4 0 524999338 310743040 13744 33554432000 4194304 4650419 140733697515280 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 75865 13744 386 112 0 70830 0
[pid=31480/tid=31481] ppid=31478 vsize=303460 CPUtime=0.69 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 4635 0 0 0 68 1 0 0 25 0 4 0 524999338 310743040 13744 33554432000 4194304 4650419 140733697515280 18446744073709551615 4433074 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=303460 CPUtime=0.68 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 4619 0 0 0 68 0 0 0 25 0 4 0 524999338 310743040 13744 33554432000 4194304 4650419 140733697515280 18446744073709551615 4433090 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=303460 CPUtime=0.69 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 1846 0 0 0 69 0 0 0 25 0 4 0 524999338 310743040 13744 33554432000 4194304 4650419 140733697515280 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 303460

[startup+1.50069 s]
/proc/loadavg: 7.47 7.96 7.98 10/184 31484
/proc/meminfo: memFree=30058964/32950928 swapFree=67086612/67111528
[pid=31480] ppid=31478 vsize=307972 CPUtime=5.97 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 19074 0 0 0 594 3 0 0 25 0 4 0 524999338 315363328 15100 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 76993 15100 388 112 0 71958 0
[pid=31480/tid=31481] ppid=31478 vsize=307972 CPUtime=1.49 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 5038 0 0 0 148 1 0 0 25 0 4 0 524999338 315363328 15100 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=307972 CPUtime=1.48 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 5026 0 0 0 148 0 0 0 25 0 4 0 524999338 315363328 15100 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476437 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=307972 CPUtime=1.49 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 3829 0 0 0 148 1 0 0 25 0 4 0 524999338 315363328 15100 33554432000 4194304 4650419 140733697515280 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 307972

[startup+3.10038 s]
/proc/loadavg: 7.47 7.96 7.98 9/184 31484
/proc/meminfo: memFree=30030616/32950928 swapFree=67086612/67111528
[pid=31480] ppid=31478 vsize=292484 CPUtime=12.36 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 30286 0 0 0 1231 5 0 0 25 0 4 0 524999338 299503616 23208 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476304 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 73121 23208 393 112 0 68086 0
[pid=31480/tid=31481] ppid=31478 vsize=292484 CPUtime=3.08 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 7971 0 0 0 307 1 0 0 25 0 4 0 524999338 299503616 23208 33554432000 4194304 4650419 140733697515280 18446744073709551615 4433087 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=292484 CPUtime=3.08 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 6801 0 0 0 307 1 0 0 25 0 4 0 524999338 299503616 23208 33554432000 4194304 4650419 140733697515280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=292484 CPUtime=3.09 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 8080 0 0 0 308 1 0 0 25 0 4 0 524999338 299503616 23208 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 292484

[startup+6.30077 s]
/proc/loadavg: 7.52 7.96 7.98 9/184 31484
/proc/meminfo: memFree=29973356/32950928 swapFree=67086612/67111528
[pid=31480] ppid=31478 vsize=283360 CPUtime=25.15 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 32931 0 0 0 2509 6 0 0 25 0 4 0 524999338 290160640 24245 33554432000 4194304 4650419 140733697515280 18446744073709551615 4370522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 70840 24245 393 112 0 65805 0
[pid=31480/tid=31481] ppid=31478 vsize=283360 CPUtime=6.28 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 8375 0 0 0 627 1 0 0 25 0 4 0 524999338 290160640 24245 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476297 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=283360 CPUtime=6.26 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 7199 0 0 0 625 1 0 0 25 0 4 0 524999338 290160640 24245 33554432000 4194304 4650419 140733697515280 18446744073709551615 4465096 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=283360 CPUtime=6.29 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 9456 0 0 0 628 1 0 0 25 0 4 0 524999338 290160640 24245 33554432000 4194304 4650419 140733697515280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 283360

[startup+12.7005 s]
/proc/loadavg: 7.56 7.96 7.98 9/184 31484
/proc/meminfo: memFree=29916208/32950928 swapFree=67086612/67111528
[pid=31480] ppid=31478 vsize=303152 CPUtime=50.71 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 42186 0 0 0 5062 9 0 0 25 0 4 0 524999338 310427648 28690 33554432000 4194304 4650419 140733697515280 18446744073709551615 4370522 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 75788 28690 393 112 0 70753 0
[pid=31480/tid=31481] ppid=31478 vsize=303152 CPUtime=12.69 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 10198 0 0 0 1267 2 0 0 25 0 4 0 524999338 310427648 28690 33554432000 4194304 4650419 140733697515280 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=303152 CPUtime=12.62 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 10396 0 0 0 1260 2 0 0 25 0 4 0 524999338 310427648 28690 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=303152 CPUtime=12.68 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 13084 0 0 0 1266 2 0 0 25 0 4 0 524999338 310427648 28690 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 303152

[startup+25.5011 s]
/proc/loadavg: 7.65 7.96 7.98 9/184 31485
/proc/meminfo: memFree=29830644/32950928 swapFree=67086612/67111528
[pid=31480] ppid=31478 vsize=314580 CPUtime=101.84 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 66715 0 0 0 10169 15 0 0 25 0 4 0 524999338 322129920 35945 33554432000 4194304 4650419 140733697515280 18446744073709551615 4313440 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 78645 35945 393 112 0 73610 0
[pid=31480/tid=31481] ppid=31478 vsize=314580 CPUtime=25.48 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 15894 0 0 0 2545 3 0 0 25 0 4 0 524999338 322129920 35945 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=314580 CPUtime=25.35 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 17192 0 0 0 2532 3 0 0 25 0 4 0 524999338 322129920 35945 33554432000 4194304 4650419 140733697515280 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=314580 CPUtime=25.49 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 22737 0 0 0 2544 5 0 0 25 0 4 0 524999338 322129920 35945 33554432000 4194304 4650419 140733697515280 18446744073709551615 4419584 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 314580

[startup+51.1012 s]
/proc/loadavg: 7.84 7.98 7.98 9/184 31485
/proc/meminfo: memFree=29737940/32950928 swapFree=67086612/67111528
[pid=31480] ppid=31478 vsize=392664 CPUtime=204.12 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 109562 0 0 0 20386 26 0 0 25 0 4 0 524999338 402087936 44193 33554432000 4194304 4650419 140733697515280 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 98166 44193 393 112 0 93131 0
[pid=31480/tid=31481] ppid=31478 vsize=392664 CPUtime=51.08 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 27056 0 0 0 5103 5 0 0 25 0 4 0 524999338 402087936 44193 33554432000 4194304 4650419 140733697515280 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=392664 CPUtime=50.83 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 28705 0 0 0 5077 6 0 0 25 0 4 0 524999338 402087936 44193 33554432000 4194304 4650419 140733697515280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=392664 CPUtime=51.09 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 36725 0 0 0 5100 9 0 0 25 0 4 0 524999338 402087936 44193 33554432000 4194304 4650419 140733697515280 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 392664

[startup+102.306 s]
/proc/loadavg: 7.97 7.99 7.99 9/184 31487
/proc/meminfo: memFree=29669896/32950928 swapFree=67086612/67111528
[pid=31480] ppid=31478 vsize=407344 CPUtime=408.68 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 174186 0 0 0 40822 46 0 0 25 0 4 0 524999338 417120256 50488 33554432000 4194304 4650419 140733697515280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 101836 50488 393 112 0 96801 0
[pid=31480/tid=31481] ppid=31478 vsize=407344 CPUtime=102.28 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 44451 0 0 0 10218 10 0 0 25 0 4 0 524999338 417120256 50488 33554432000 4194304 4650419 140733697515280 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=407344 CPUtime=101.78 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 47086 0 0 0 10166 12 0 0 25 0 4 0 524999338 417120256 50488 33554432000 4194304 4650419 140733697515280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=407344 CPUtime=102.29 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 58093 0 0 0 10213 16 0 0 25 0 4 0 524999338 417120256 50488 33554432000 4194304 4650419 140733697515280 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.68
Current children cumulated vsize (KiB) 407344

[startup+162.301 s]

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

[pid=31480] ppid=31478 vsize=535816 CPUtime=2565.88 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 459563 0 0 0 256437 151 0 0 25 0 4 0 524999338 548675584 82926 33554432000 4194304 4650419 140733697515280 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 133954 82926 393 112 0 128919 0
[pid=31480/tid=31481] ppid=31478 vsize=535816 CPUtime=642.3 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 112880 0 0 0 64201 29 0 0 25 0 4 0 524999338 548675584 82926 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=535816 CPUtime=638.91 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 149544 0 0 0 63839 52 0 0 25 0 4 0 524999338 548675584 82926 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=535816 CPUtime=642.32 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 159007 0 0 0 64177 55 0 0 25 0 4 0 524999338 548675584 82926 33554432000 4194304 4650419 140733697515280 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.88
Current children cumulated vsize (KiB) 535816

[startup+702.301 s]
/proc/loadavg: 8.09 8.03 8.01 9/184 31503
/proc/meminfo: memFree=29224596/32950928 swapFree=67086612/67111528
[pid=31480] ppid=31478 vsize=503384 CPUtime=2805.55 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 499026 0 0 0 280392 163 0 0 25 0 4 0 524999338 515465216 83174 33554432000 4194304 4650419 140733697515280 18446744073709551615 4365210 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 125846 83174 393 112 0 120811 0
[pid=31480/tid=31481] ppid=31478 vsize=503384 CPUtime=702.29 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 126121 0 0 0 70197 32 0 0 25 0 4 0 524999338 515465216 83174 33554432000 4194304 4650419 140733697515280 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=503384 CPUtime=698.59 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 162367 0 0 0 69804 55 0 0 25 0 4 0 524999338 515465216 83174 33554432000 4194304 4650419 140733697515280 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=503384 CPUtime=702.31 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 170176 0 0 0 70172 59 0 0 25 0 4 0 524999338 515465216 83174 33554432000 4194304 4650419 140733697515280 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.55
Current children cumulated vsize (KiB) 503384

[startup+762.307 s]
/proc/loadavg: 8.12 8.06 8.01 9/184 31504
/proc/meminfo: memFree=29217432/32950928 swapFree=67086612/67111528
[pid=31480] ppid=31478 vsize=503796 CPUtime=3045.25 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 524405 0 0 0 304352 173 0 0 25 0 4 0 524999338 515887104 84206 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 125949 84206 393 112 0 120914 0
[pid=31480/tid=31481] ppid=31478 vsize=503796 CPUtime=762.3 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 132688 0 0 0 76195 35 0 0 25 0 4 0 524999338 515887104 84206 33554432000 4194304 4650419 140733697515280 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=503796 CPUtime=758.27 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 174174 0 0 0 75767 60 0 0 25 0 4 0 524999338 515887104 84206 33554432000 4194304 4650419 140733697515280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=503796 CPUtime=762.32 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 175880 0 0 0 76171 61 0 0 25 0 4 0 524999338 515887104 84206 33554432000 4194304 4650419 140733697515280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.25
Current children cumulated vsize (KiB) 503796

[startup+822.301 s]
/proc/loadavg: 8.12 8.07 8.02 9/184 31506
/proc/meminfo: memFree=29161896/32950928 swapFree=67086612/67111528
[pid=31480] ppid=31478 vsize=503956 CPUtime=3284.91 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 545788 0 0 0 328310 181 0 0 25 0 4 0 524999338 516050944 84521 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 125989 84521 393 112 0 120954 0
[pid=31480/tid=31481] ppid=31478 vsize=503956 CPUtime=822.3 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 135507 0 0 0 82193 37 0 0 25 0 4 0 524999338 516050944 84521 33554432000 4194304 4650419 140733697515280 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=503956 CPUtime=817.94 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 183941 0 0 0 81733 61 0 0 25 0 4 0 524999338 516050944 84521 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=503956 CPUtime=822.32 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 184677 0 0 0 82167 65 0 0 25 0 4 0 524999338 516050944 84521 33554432000 4194304 4650419 140733697515280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.91
Current children cumulated vsize (KiB) 503956

[startup+882.301 s]
/proc/loadavg: 8.12 8.08 8.02 9/184 31508
/proc/meminfo: memFree=29134664/32950928 swapFree=67086612/67111528
[pid=31480] ppid=31478 vsize=503232 CPUtime=3524.59 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 570397 0 0 0 352269 190 0 0 25 0 4 0 524999338 515309568 90333 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 125808 90333 393 112 0 120773 0
[pid=31480/tid=31481] ppid=31478 vsize=503232 CPUtime=882.3 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 141174 0 0 0 88190 40 0 0 25 0 4 0 524999338 515309568 90333 33554432000 4194304 4650419 140733697515280 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=503232 CPUtime=877.62 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 196211 0 0 0 87697 65 0 0 25 0 4 0 524999338 515309568 90333 33554432000 4194304 4650419 140733697515280 18446744073709551615 4332798 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=503232 CPUtime=882.32 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 191349 0 0 0 88164 68 0 0 25 0 4 0 524999338 515309568 90333 33554432000 4194304 4650419 140733697515280 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.59
Current children cumulated vsize (KiB) 503232

[startup+942.301 s]
/proc/loadavg: 8.20 8.11 8.03 9/184 31509
/proc/meminfo: memFree=29067264/32950928 swapFree=67086612/67111528
[pid=31480] ppid=31478 vsize=503232 CPUtime=3764.28 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 582587 0 0 0 376233 195 0 0 25 0 4 0 524999338 515309568 92019 33554432000 4194304 4650419 140733697515280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 125808 92019 393 112 0 120773 0
[pid=31480/tid=31481] ppid=31478 vsize=503232 CPUtime=942.3 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 143605 0 0 0 94190 40 0 0 25 0 4 0 524999338 515309568 92019 33554432000 4194304 4650419 140733697515280 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=503232 CPUtime=937.29 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 201595 0 0 0 93662 67 0 0 25 0 4 0 524999338 515309568 92019 33554432000 4194304 4650419 140733697515280 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=503232 CPUtime=942.32 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 195284 0 0 0 94163 69 0 0 25 0 4 0 524999338 515309568 92019 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.28
Current children cumulated vsize (KiB) 503232

[startup+1002.3 s]
/proc/loadavg: 8.18 8.12 8.04 9/184 31511
/proc/meminfo: memFree=29111692/32950928 swapFree=67086612/67111528
[pid=31480] ppid=31478 vsize=519672 CPUtime=4003.95 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 605914 0 0 0 400195 200 0 0 25 0 4 0 524999338 532144128 90980 33554432000 4194304 4650419 140733697515280 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 129918 90980 393 112 0 124883 0
[pid=31480/tid=31481] ppid=31478 vsize=519672 CPUtime=1002.3 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 150555 0 0 0 100187 43 0 0 25 0 4 0 524999338 532144128 90980 33554432000 4194304 4650419 140733697515280 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=519672 CPUtime=996.97 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 209753 0 0 0 99628 69 0 0 25 0 4 0 524999338 532144128 90980 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=519672 CPUtime=1002.32 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 203308 0 0 0 100162 70 0 0 25 0 4 0 524999338 532144128 90980 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476466 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.95
Current children cumulated vsize (KiB) 519672

[startup+1062.3 s]
/proc/loadavg: 8.17 8.12 8.04 9/184 31512
/proc/meminfo: memFree=29013528/32950928 swapFree=67086612/67111528
[pid=31480] ppid=31478 vsize=600372 CPUtime=4243.64 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 629516 0 0 0 424157 207 0 0 25 0 4 0 524999338 614780928 96637 33554432000 4194304 4650419 140733697515280 18446744073709551615 4439089 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 150093 96637 393 112 0 145058 0
[pid=31480/tid=31481] ppid=31478 vsize=600372 CPUtime=1062.3 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 157909 0 0 0 106184 46 0 0 25 0 4 0 524999338 614780928 96637 33554432000 4194304 4650419 140733697515280 18446744073709551615 4438407 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=600372 CPUtime=1056.65 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 216863 0 0 0 105595 70 0 0 25 0 4 0 524999338 614780928 96637 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=600372 CPUtime=1062.32 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 209650 0 0 0 106161 71 0 0 25 0 4 0 524999338 614780928 96637 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.64
Current children cumulated vsize (KiB) 600372

[startup+1122.3 s]
/proc/loadavg: 8.12 8.12 8.04 9/184 31514
/proc/meminfo: memFree=29054248/32950928 swapFree=67086612/67111528
[pid=31480] ppid=31478 vsize=600532 CPUtime=4483.31 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 646324 0 0 0 448121 210 0 0 25 0 4 0 524999338 614944768 96591 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 150133 96591 393 112 0 145098 0
[pid=31480/tid=31481] ppid=31478 vsize=600532 CPUtime=1122.31 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 161275 0 0 0 112184 47 0 0 25 0 4 0 524999338 614944768 96591 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476297 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=600532 CPUtime=1116.32 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 223548 0 0 0 111561 71 0 0 25 0 4 0 524999338 614944768 96591 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=600532 CPUtime=1122.33 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 216407 0 0 0 112159 74 0 0 25 0 4 0 524999338 614944768 96591 33554432000 4194304 4650419 140733697515280 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.31
Current children cumulated vsize (KiB) 600532

[startup+1182.3 s]
/proc/loadavg: 8.10 8.11 8.04 9/184 31516
/proc/meminfo: memFree=29082812/32950928 swapFree=67086612/67111528
[pid=31480] ppid=31478 vsize=600564 CPUtime=4723 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 666885 0 0 0 472084 216 0 0 25 0 4 0 524999338 614977536 95948 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 150141 95948 393 112 0 145106 0
[pid=31480/tid=31481] ppid=31478 vsize=600564 CPUtime=1182.3 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 167897 0 0 0 118182 48 0 0 25 0 4 0 524999338 614977536 95948 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=600564 CPUtime=1175.99 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 229596 0 0 0 117528 71 0 0 25 0 4 0 524999338 614977536 95948 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476331 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=600564 CPUtime=1182.33 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 224298 0 0 0 118156 77 0 0 25 0 4 0 524999338 614977536 95948 33554432000 4194304 4650419 140733697515280 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4723
Current children cumulated vsize (KiB) 600564



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.07 8.10 8.04 9/184 31516
/proc/meminfo: memFree=29014840/32950928 swapFree=67086612/67111528
[pid=31480] ppid=31478 vsize=600648 CPUtime=4800.12 cores=1,3,5,7
/proc/31480/stat : 31480 (strangenight1-m) R 31478 31480 31021 0 -1 4202496 675151 0 0 0 479793 219 0 0 25 0 4 0 524999338 615063552 96438 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31480/statm: 150162 96438 393 112 0 145127 0
[pid=31480/tid=31481] ppid=31478 vsize=600648 CPUtime=1201.61 cores=1,3,5,7
/proc/31480/task/31481/stat : 31481 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 170708 0 0 0 120112 49 0 0 25 0 4 0 524999338 615063552 96438 33554432000 4194304 4650419 140733697515280 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=31480/tid=31482] ppid=31478 vsize=600648 CPUtime=1195.19 cores=1,3,5,7
/proc/31480/task/31482/stat : 31482 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 231999 0 0 0 119447 72 0 0 25 0 4 0 524999338 615063552 96438 33554432000 4194304 4650419 140733697515280 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31480/tid=31483] ppid=31478 vsize=600648 CPUtime=1201.64 cores=1,3,5,7
/proc/31480/task/31483/stat : 31483 (strangenight1-m) R 31478 31480 31021 0 -1 4202560 227350 0 0 0 120085 79 0 0 25 0 4 0 524999338 615063552 96438 33554432000 4194304 4650419 140733697515280 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 600648

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.63
CPU time (s): 4800.16
CPU user time (s): 4797.95
CPU system time (s): 2.20966
CPU usage (%): 399.471
Max. virtual memory (cumulated for all children) (KiB): 600648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.95
system time used= 2.20966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 675151
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= 863
involuntary context switches= 33184

runsolver used 1.9727 second user time and 4.49832 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-30 05:27:03
IDJOB=3262861
IDBENCH=83899
IDSOLVER=1588
FILE ID=node148/3262861-1304134023
RUNJOBID= node148-1304134023-31458
PBS_JOBID= 13170790
Free space on /tmp= 72956 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT03/handmade/anton/UNSAT/SGI_30_70_19_80_8-log.shuffled-as.sat03-143.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262861-1304134023/watcher-3262861-1304134023 -o /tmp/evaluation-result-3262861-1304134023/solver-3262861-1304134023 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3262861-1304134023.cnf

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

MD5SUM BENCH= 3aff0c2163848e3eed6bc22fc2c30cdf
RANDOM SEED=1029967412

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30131196 kB
Buffers:        745216 kB
Cached:        1649684 kB
SwapCached:       3696 kB
Active:         155656 kB
Inactive:      2294216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30131196 kB
SwapTotal:    67111528 kB
SwapFree:     67086612 kB
Dirty:           14528 kB
Writeback:           0 kB
AnonPages:       53304 kB
Mapped:          14252 kB
Slab:           305268 kB
PageTables:       4520 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   278164 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72948 MiB
End job on node148 at 2011-04-30 05:47:06