Trace number 3261937

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.31 1201.63

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-24_567.cnf
MD5SUMcb7c9df8144e5ba66f8009983efe791f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark14.0229
Satisfiable
(Un)Satisfiability was proved
Number of variables284
Number of clauses42826
Sum of the clauses size191271
Maximum clause length24
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2377
Number of clauses of size 339422
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 53027

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-3261937-1304130906.cnf'
0.00/0.00	c -- header says num vars:            284
0.00/0.00	c -- header says num clauses:       42826
0.00/0.38	c -- clauses added:            0 learnts,        42826 normals,            0 xors
0.00/0.38	c -- vars added        284
0.00/0.38	c Parsing time:  0.05 s
0.00/0.38	c  N st     0         0       284     42449       377         0    191271         0   no data   no data  --
0.00/0.38	c asymm  cl-useful: 0/42449/42449 lits-rem:0 time: 1.42
0.00/0.38	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.16/0.58	c bin-w-bin subsume rem            0 bins  time:  0.02 s
3.16/0.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
3.16/0.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    283 time:  0.01 s
3.16/0.58	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.01 s
3.16/0.80	c lits-rem:         0  cl-subs:       11  v-elim:      0  v-fix:    0  time:  0.77 s
3.16/0.80	c Finding binary XORs  T:     0.00 s  found:       0
3.16/0.80	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
3.16/0.80	c calculated reachability. Time: 0.00
3.16/0.80	c Calc default polars -  time:   0.00 s pos:     283 undec:       1 neg:       0
3.16/0.80	c =========================================================================================
3.16/0.80	c types(t): F = full restart, N = normal restart
3.16/0.80	c types(t): S = simplification begin/end, E = solution found
3.16/0.80	c restart types(rt): st = static, dy = dynamic
3.16/0.80	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.16/0.80	c  B st     0         0       283     42438        94         0    190418         0   no data   no data  --
3.96/1.00	c  N dy    13      4106       283     42438        94      3948    190418     91471     11.84     12.50  --
5.17/1.30	c  N dy    28      8328       283     42438        94      4600    190418     92930     11.84     12.48  --
6.75/1.75	c  N dy    41     13788       283     42438        94      9829    190418    198999     11.42     12.05  --
8.35/2.11	c  N dy    50     17822       283     42438        94      8081    190418    143508     11.27     11.92  --
9.57/2.47	c  N dy    71     21890       283     42438        94     12011    190418    233849     11.34     12.69  --
10.75/2.76	c  F st    90     25000       283     42438        94      7868    190418    134834     11.46     10.89  --
11.15/2.87	c  N st    93     26189       283     42438        94      9008    190418    160084     11.46   no data  --
12.75/3.20	c  S st    96     30001       283     42438        94     12692    190418    247280     11.46   no data  --
12.75/3.25	c  S st    96     30502       283     42438        94     13188    190418    258828     11.46   no data  --
12.75/3.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.75/3.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.75/3.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
12.75/3.28	c bin-w-bin subsume rem            0 bins  time:  0.02 s
12.75/3.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
12.75/3.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    283 time:  0.01 s
12.75/3.29	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.01 s
19.54/4.92	c lits-rem:       216  cl-subs:     1605  v-elim:      0  v-fix:    0  time:  6.50 s
21.54/5.43	c asymm  cl-useful: 0/32822/42438 lits-rem:0 time: 2.05
21.54/5.43	c calculated reachability. Time: 0.00
21.54/5.43	c  N dy    96     30502       283     42438        94     11583    190418    239321     11.46   no data  --
23.16/5.83	c  N dy   120     34829       283     42438        94     15769    190418    335706     11.55     12.27  --
24.73/6.28	c  N dy   134     39720       283     42438        94     12074    190418    222846     11.48     12.20  --
26.33/6.67	c  N dy   157     44049       283     42438        94     16227    190418    318168     11.53     12.25  --
27.14/6.83	c  S st   164     45755       283     42438        94     17859    190418    354824     11.54   no data  --
27.14/6.88	c  S st   164     46259       283     42438        94     18359    190418    366330     11.54   no data  --
27.14/6.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
27.14/6.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.14/6.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
27.54/6.91	c bin-w-bin subsume rem            0 bins  time:  0.01 s
27.54/6.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
27.54/6.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    283 time:  0.01 s
27.54/6.93	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.01 s
33.91/8.56	c lits-rem:       135  cl-subs:     1539  v-elim:      0  v-fix:    0  time:  6.52 s
33.91/8.56	c vivif2 --  cl tried    42438 cl shrink        0 lits rem          0 time: 0.02
33.91/8.57	c vivif2 --  cl tried    16820 cl shrink        0 lits rem          0 time: 0.02
34.31/8.69	c asymm  cl-useful: 0/9616/42438 lits-rem:0 time: 0.50
34.31/8.69	c calculated reachability. Time: 0.00
34.31/8.69	c  N dy   164     46259       283     42438        94     16820    190418    346898     11.54   no data  --
35.94/9.08	c  N dy   177     50401       283     42438        94     11300    190418    196642     11.53     12.20  --
37.52/9.46	c  N dy   189     54608       283     42438        94     15316    190418    281102     11.50     12.21  --
39.11/9.85	c  N dy   216     58616       283     42438        94     19172    190418    371728     11.58     12.32  --
41.10/10.34	c  N dy   230     63674       283     42438        94     13505    190418    238636     11.55     12.20  --
42.70/10.75	c  N dy   242     68104       283     42438        94     17796    190418    337359     11.52     12.16  --
43.10/10.87	c  S st   245     69388       283     42438        94     19033    190418    366160     11.51      9.83  --
43.50/10.92	c  S st   245     69890       283     42438        94     19532    190418    378246     11.51   no data  --
43.50/10.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
43.50/10.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.50/10.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
43.50/10.96	c bin-w-bin subsume rem            0 bins  time:  0.02 s
43.50/10.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
43.50/10.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    283 time:  0.01 s
43.50/10.97	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
51.50/12.94	c lits-rem:       138  cl-subs:     1610  v-elim:      0  v-fix:    0  time:  7.86 s
51.50/12.94	c vivif2 --  cl tried    42438 cl shrink        0 lits rem          0 time: 0.01
51.50/12.95	c vivif2 --  cl tried    17922 cl shrink        0 lits rem          0 time: 0.02
52.29/13.18	c asymm  cl-useful: 0/8780/42438 lits-rem:0 time: 0.91
52.29/13.18	c calculated reachability. Time: 0.00
52.29/13.18	c  N dy   245     69890       283     42438        94     17922    190418    358556     11.51   no data  --
54.29/13.62	c  N dy   252     74477       283     42438        94     22308    190418    452138     11.46     12.08  --
56.29/14.11	c  N dy   278     79505       283     42438        94     15608    190418    276672     11.50     12.15  --
58.31/14.60	c  N dy   303     84591       283     42438        94     20508    190418    390053     11.53     12.22  --
59.48/14.90	c  F st   318     87503       283     42438        94     23305    190418    454370     11.54   no data  --
60.68/15.24	c  N st   323     90798       283     42438        94     13942    190418    220734     11.54   no data  --
63.07/15.87	c  N dy   338     97650       283     42438        94     20571    190418    369835     11.52     12.14  --
65.88/16.51	c  N dy   369    103992       283     42438        94     26704    190418    510979     11.54     12.19  --
66.28/16.63	c  S st   373    104835       283     42438        94     13955    190418    212319     11.54     11.81  --
66.28/16.68	c  S st   373    105338       283     42438        94     14454    190418    223959     11.54   no data  --
66.28/16.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
66.28/16.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
66.28/16.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
66.28/16.70	c bin-w-bin subsume rem            0 bins  time:  0.01 s
66.69/16.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
66.69/16.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    283 time:  0.01 s
66.69/16.71	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.01 s
72.26/18.11	c lits-rem:        44  cl-subs:      408  v-elim:      0  v-fix:    0  time:  5.58 s
72.26/18.11	c vivif2 --  cl tried    42438 cl shrink        0 lits rem          0 time: 0.02
72.26/18.12	c vivif2 --  cl tried    14046 cl shrink        0 lits rem          0 time: 0.02
73.87/18.54	c asymm  cl-useful: 0/25868/42438 lits-rem:0 time: 1.68
73.87/18.54	c calculated reachability. Time: 0.00
73.87/18.54	c  N dy   373    105338       283     42438        94     14046    190418    219686     11.54   no data  --
76.67/19.26	c  N dy   397    113190       283     42438        94     21581    190418    385733     11.50     12.25  --
79.46/19.99	c  N dy   410    120488       283     42438        94     28571    190418    532916     11.46     12.11  --
82.65/20.77	c  N dy   435    128354       283     42438        94     21658    190418    376714     11.44     12.21  --
86.25/21.61	c  N dy   457    136742       283     42438        94     29677    190418    548399     11.40     12.02  --
89.84/22.52	c  N dy   488    146080       283     42438        94     23181    190418    409152     11.39     12.00  --
93.84/23.59	c  N dy   517    156090       283     42438        94     16401    190418    252019     11.37     12.05  --
94.64/23.76	c  S st   525    158007       283     42438        94     18239    190418    291588     11.36     10.63  --
95.04/23.81	c  S st   525    158510       283     42438        94     18738    190418    304072     11.36   no data  --
95.04/23.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
95.04/23.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
95.04/23.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
95.04/23.84	c bin-w-bin subsume rem            0 bins  time:  0.02 s
95.04/23.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
95.04/23.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    283 time:  0.01 s
95.04/23.86	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.01 s
101.84/25.53	c lits-rem:        52  cl-subs:      876  v-elim:      0  v-fix:    0  time:  6.66 s
101.84/25.53	c vivif2 --  cl tried    42438 cl shrink        0 lits rem          0 time: 0.01
101.84/25.53	c vivif2 --  cl tried    17862 cl shrink        0 lits rem          0 time: 0.02
102.25/25.68	c asymm  cl-useful: 0/7790/42438 lits-rem:0 time: 0.59
102.25/25.68	c calculated reachability. Time: 0.00
102.25/25.68	c  N dy   525    158510       283     42438        94     17862    190418    295281     11.36   no data  --
106.64/26.72	c  N dy   573    168918       283     42438        94     27868    190418    520077     11.38     12.17  --
111.03/27.84	c  N dy   612    179775       283     42438        94     20959    190418    345980     11.39     13.22  --
115.81/29.02	c  N dy   654    191326       283     42438        94     32051    190418    589546     11.39     12.05  --
121.00/30.30	c  N dy   691    203610       283     42438        94     25511    190418    425928     11.37     13.28  --
126.99/31.87	c  N dy   750    217271       283     42438        94     19375    190418    276208     11.37     11.98  --
133.01/33.37	c  N dy   791    232173       283     42438        94     33657    190418    585610     11.36     12.18  --
135.78/34.02	c  S st   815    237766       283     42438        94     39015    190418    703814     11.37     11.30  --
135.78/34.09	c  S st   815    238269       283     42438        94     39514    190418    715796     11.37   no data  --
135.78/34.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
135.78/34.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
136.18/34.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
136.18/34.14	c bin-w-bin subsume rem            0 bins  time:  0.02 s
136.18/34.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.09 s
136.18/34.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    283 time:  0.01 s
136.18/34.17	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
149.36/37.40	c lits-rem:       189  cl-subs:     3351  v-elim:      0  v-fix:    0  time: 12.91 s
149.36/37.41	c vivif2 --  cl tried    42438 cl shrink        0 lits rem          0 time: 0.01
149.36/37.42	c vivif2 --  cl tried    36163 cl shrink        0 lits rem          0 time: 0.04
150.17/37.61	c asymm  cl-useful: 0/6447/42438 lits-rem:0 time: 0.76
150.17/37.61	c calculated reachability. Time: 0.00
150.17/37.61	c  N dy   815    238269       283     42438        94     36163    190418    674350     11.37   no data  --
157.36/39.41	c  N dy   866    255809       283     42438        94     32853    190418    556962     11.35     12.09  --
164.54/41.23	c  N dy   929    272331       283     42438        94     27590    190418    428203     11.35     11.97  --
172.15/43.19	c  N dy   976    289766       283     42438        94     22161    190418    298620     11.33     11.93  --
178.92/44.89	c  F st  1052    306251       283     42438        94     38007    190418    647770     11.34     11.82  --
180.12/45.11	c  N st  1056    308286       283     42438        94     39945    190418    690755     11.34   no data  --
188.52/47.25	c  N dy  1114    328063       283     42438        94     35791    190418    581360     11.32     11.93  --
197.71/49.53	c  N dy  1200    348204       283     42438        94     31079    190418    475400     11.33     12.00  --
201.70/50.52	c  S st  1234    357404       283     42438        94     39915    190418    665829     11.33   no data  --
201.70/50.59	c  S st  1234    357909       283     42438        94     40420    190418    677140     11.33   no data  --
201.70/50.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
201.70/50.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
202.09/50.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.08
202.09/50.65	c bin-w-bin subsume rem            0 bins  time:  0.02 s
202.09/50.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
202.09/50.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    283 time:  0.01 s
202.09/50.67	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.01 s
216.09/54.17	c lits-rem:       175  cl-subs:     3782  v-elim:      0  v-fix:    0  time: 13.98 s
216.09/54.18	c vivif2 --  cl tried    42438 cl shrink        0 lits rem          0 time: 0.01
216.09/54.19	c vivif2 --  cl tried    36638 cl shrink        0 lits rem          0 time: 0.04
217.27/54.45	c asymm  cl-useful: 0/4074/42438 lits-rem:0 time: 1.03
217.27/54.45	c calculated reachability. Time: 0.00
217.27/54.45	c  N dy  1234    357909       283     42438        94     36638    190418    633139     11.33   no data  --
226.46/56.73	c  N dy  1308    377947       283     42438        94     30932    190418    467390     11.32     11.97  --
235.64/59.01	c  N dy  1363    398006       283     42438        94     50245    190418    879277     11.30     12.00  --
244.44/61.25	c  N dy  1439    418072       283     42438        94     43492    190418    731623     11.31     11.97  --
253.62/63.56	c  N dy  1490    438274       283     42438        94     35918    190418    563767     11.29     11.91  --
263.22/65.91	c  N dy  1537    458327       283     42438        94     55167    190418    952516     11.26     11.98  --
272.80/68.30	c  N dy  1590    479530       283     42438        94     47618    190418    800902     11.24     11.89  --
282.41/70.72	c  N dy  1669    499798       283     42438        94     38224    190418    600948     11.24     11.83  --
291.97/73.11	c  N dy  1718    520025       283     42438        94     57615    190418   1008081     11.22     11.86  --
299.59/75.10	c  S st  1783    536863       283     42438        94     43997    190418    711494     11.22     10.14  --
299.99/75.17	c  S st  1783    537365       283     42438        94     44494    190418    723573     11.22   no data  --
299.99/75.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
299.99/75.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
299.99/75.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.06
300.37/75.22	c bin-w-bin subsume rem            0 bins  time:  0.01 s
300.37/75.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
300.37/75.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    283 time:  0.01 s
300.37/75.24	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
313.55/78.52	c lits-rem:       241  cl-subs:     2985  v-elim:      0  v-fix:    0  time: 13.10 s
313.55/78.52	c vivif2 --  cl tried    42438 cl shrink        0 lits rem          0 time: 0.01
313.55/78.53	c vivif2 --  cl tried    41509 cl shrink        0 lits rem          0 time: 0.04
314.35/78.75	c asymm  cl-useful: 0/4054/42438 lits-rem:0 time: 0.85
314.35/78.75	c calculated reachability. Time: 0.00
314.35/78.75	c  N dy  1783    537365       283     42438        94     41509    190418    686470     11.22   no data  --
324.33/81.29	c  N dy  1851    558287       283     42438        94     30835    190418    414106     11.21     11.83  --
334.33/83.74	c  N dy  1935    580091       283     42438        94     51784    190418    865248     11.21     11.87  --
343.94/86.17	c  N dy  1984    600230       283     42438        94     39320    190418    582925     11.19     11.83  --
353.90/88.67	c  N dy  2041    620247       283     42438        94     58543    190418    991626     11.18     11.78  --
363.88/91.13	c  N dy  2104    640296       283     42438        94     45100    190418    691997     11.18     12.66  --
375.07/93.94	c  N dy  2172    663137       283     42438        94     67062    190418   1150606     11.17     11.78  --
384.66/96.39	c  N dy  2257    683621       283     42438        94     53135    190418    845997     11.17     11.83  --
395.85/99.12	c  N dy  2329    703653       283     42438        94     37729    190418    503304     11.17     11.92  --
405.46/101.55	c  N dy  2403    723742       283     42438        94     56990    190418    911555     11.17     11.78  --
415.82/104.19	c  N dy  2484    743912       283     42438        94     40732    190418    553616     11.17     11.79  --
425.81/106.60	c  N dy  2573    763958       283     42438        94     59945    190418    959235     11.18     13.50  --
436.21/109.26	c  N dy  2650    784514       283     42438        94     43139    190418    588876     11.18     11.84  --
446.18/111.72	c  N dy  2719    804750       283     42438        94     62480    190418   1002269     11.17     11.88  --
446.99/111.91	c  S st  2724    806050       283     42438        94     63729    190418   1028456     11.17     10.30  --
446.99/111.99	c  S st  2724    806551       283     42438        94     64225    190418   1040398     11.17   no data  --
447.39/112.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
447.39/112.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
447.39/112.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
447.39/112.08	c bin-w-bin subsume rem            0 bins  time:  0.02 s
447.79/112.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.13 s
447.79/112.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    283 time:  0.01 s
447.79/112.11	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.01 s
466.97/116.90	c lits-rem:        49  cl-subs:     5448  v-elim:      0  v-fix:    0  time: 19.13 s
466.97/116.91	c vivif2 --  cl tried    42438 cl shrink        0 lits rem          0 time: 0.02
466.97/116.92	c vivif2 --  cl tried    58777 cl shrink        0 lits rem          0 time: 0.06
467.76/117.17	c asymm  cl-useful: 0/4144/42438 lits-rem:0 time: 0.98
467.76/117.17	c calculated reachability. Time: 0.00
467.76/117.17	c  N dy  2724    806551       283     42438        94     58777    190418    975104     11.17   no data  --
478.55/119.82	c  N dy  2807    826823       283     42438        94     40883    190418    534416     11.17     11.77  --
488.14/122.20	c  N dy  2899    847086       283     42438        94     60309    190418    954804     11.18     11.81  --
498.91/124.96	c  N dy  2965    867588       283     42438        94     41611    190418    538769     11.18     11.79  --
508.51/127.35	c  N dy  3055    887630       283     42438        94     60817    190418    957664     11.18     13.16  --
520.10/130.21	c  N dy  3137    907737       283     42438        94     40779    190418    513506     11.18     11.78  --
529.68/132.60	c  N dy  3221    927899       283     42438        94     60220    190418    932648     11.18     11.81  --
540.47/135.32	c  N dy  3269    948368       283     42438        94     79781    190418   1338529     11.18     11.77  --
550.48/137.86	c  N dy  3356    968400       283     42438        94     58687    190417    887662     11.18     12.02  --
561.25/140.56	c  N dy  3413    988730       283     42438        94     78107    190417   1287860     11.17     11.78  --
571.63/143.16	c  N dy  3494   1008853       283     42438        94     56168    190417    818465     11.17     11.83  --
583.22/146.01	c  N dy  3559   1030841       283     42438        94     77254    190417   1249936     11.17     11.79  --
594.02/148.74	c  N dy  3617   1051521       283     42438        94     54822    190417    781718     11.16     11.78  --
604.39/151.34	c  F st  3683   1071875       283     42438        94     74337    190417   1184250     11.16      9.41  --
604.39/151.35	c  N st  3683   1071875       283     42438        94     74337    190417   1184250     11.16      9.41  --
615.58/154.13	c  N dy  3749   1092079       283     42438        94     50474    190417    675958     11.16     11.80  --
625.56/156.62	c  N dy  3807   1112390       283     42438        94     69977    190417   1088468     11.16     11.82  --
638.37/159.87	c  N dy  3899   1132734       283     42438        94     45299    190417    557766     11.16     11.75  --
648.73/162.49	c  N dy  3988   1152830       283     42438        94     64561    190417    963560     11.16     11.78  --
660.72/165.40	c  N dy  4065   1172995       283     42438        94     83917    190417   1380528     11.16     11.80  --
671.91/168.21	c  N dy  4140   1193164       283     42438        94     58081    190417    818419     11.16     11.76  --
681.10/170.53	c  S st  4217   1209827       283     42438        94     74132    190417   1167804     11.17     10.63  --
681.50/170.63	c  S st  4217   1210330       283     42438        94     74632    190417   1179538     11.17   no data  --
681.50/170.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
681.50/170.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
681.50/170.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.16
681.91/170.72	c bin-w-bin subsume rem            0 bins  time:  0.02 s
681.91/170.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.15 s
681.91/170.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    283 time:  0.01 s
681.91/170.76	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
707.46/177.17	c lits-rem:        63  cl-subs:     5232  v-elim:      0  v-fix:    0  time: 25.59 s
707.46/177.17	c vivif2 --  cl tried    42437 cl shrink        0 lits rem          0 time: 0.01
707.46/177.19	c vivif2 --  cl tried    69401 cl shrink        0 lits rem          0 time: 0.07
708.68/177.46	c asymm  cl-useful: 0/3579/42437 lits-rem:0 time: 1.07
708.68/177.46	c calculated reachability. Time: 0.00
708.68/177.46	c  N dy  4217   1210330       283     42437        94     69401    190393   1116680     11.17   no data  --
719.45/180.18	c  N dy  4297   1230404       283     42437        94     88700    190393   1524981     11.17     12.14  --
730.66/182.92	c  N dy  4382   1250408       283     42437        94     61805    190392    893187     11.17     11.91  --
742.22/185.85	c  N dy  4487   1270413       283     42437        94     80992    190392   1311759     11.17     12.45  --
754.20/188.84	c  N dy  4568   1290479       283     42437        94     53152    190392    700000     11.17     12.08  --
764.59/191.50	c  N dy  4662   1310820       283     42437        94     72721    190392   1116167     11.18     11.77  --
776.57/194.45	c  N dy  4749   1330855       283     42437        94     91988    190392   1525998     11.18     13.23  --
787.79/197.29	c  N dy  4817   1351945       283     42437        94     64132    190392    923076     11.18     11.77  --
799.35/200.10	c  N dy  4906   1372007       283     42437        94     83462    190392   1337499     11.18     11.77  --
811.33/203.16	c  N dy  4984   1392176       283     42437        94     53789    190392    694821     11.18     11.80  --
821.72/205.75	c  N dy  5060   1412234       283     42437        94     73044    190392   1096967     11.18     12.12  --
832.90/208.57	c  N dy  5126   1432261       283     42437        94     92265    190392   1496188     11.18     11.83  --
844.51/211.44	c  N dy  5209   1452293       283     42437        94     61540    190392    856245     11.18     11.80  --
855.28/214.18	c  N dy  5296   1472467       283     42437        94     80948    190392   1270936     11.18     11.81  --
869.66/217.76	c  N dy  5372   1495207       283     42437        94     51757    190392    633683     11.18     11.79  --
880.07/220.30	c  N dy  5462   1515381       283     42437        94     71170    190392   1046945     11.18     11.80  --
891.23/223.19	c  N dy  5530   1535993       283     42437        94     90996    190392   1463360     11.18     11.84  --
904.42/226.45	c  N dy  5625   1556643       283     42437        94     58837    190392    776271     11.18     11.80  --
915.23/229.19	c  N dy  5728   1576942       283     42437        94     78356    190392   1192191     11.19     11.82  --
927.59/232.21	c  N dy  5810   1597197       283     42437        94     97795    190392   1598820     11.19     11.78  --
939.58/235.21	c  N dy  5874   1617332       283     42437        94     64189    190392    880814     11.18     11.78  --
950.39/237.95	c  N dy  5932   1638137       283     42437        94     84184    190392   1293705     11.18     11.77  --
963.17/241.13	c  N dy  6010   1658413       283     42437        94    103625    190392   1694088     11.18     11.85  --
975.93/244.37	c  N dy  6073   1679928       283     42437        94     70393    190392    997468     11.17     11.84  --
988.32/247.45	c  N dy  6152   1700074       283     42437        94     89747    190392   1405346     11.17     11.82  --
995.50/249.24	c  S st  6200   1710330       283     42437        94     99613    190392   1614415     11.17     10.46  --
995.90/249.35	c  S st  6200   1710835       283     42437        94    100111    190392   1624962     11.17   no data  --
995.90/249.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
995.90/249.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
996.30/249.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.23
996.30/249.48	c bin-w-bin subsume rem            0 bins  time:  0.02 s
996.70/249.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.22 s
996.70/249.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    283 time:  0.01 s
996.70/249.54	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
1048.63/262.59	c lits-rem:       149  cl-subs:     9226  v-elim:      0  v-fix:    0  time: 52.10 s
1048.63/262.59	c vivif2 --  cl tried    42436 cl shrink        0 lits rem          0 time: 0.01
1049.03/262.62	c vivif2 --  cl tried    90886 cl shrink        0 lits rem          0 time: 0.11
1050.23/262.99	c asymm  cl-useful: 0/3114/42436 lits-rem:0 time: 1.49
1050.64/263.00	c calculated reachability. Time: 0.00
1050.64/263.00	c  N dy  6200   1710835       283     42436        94     90886    190368   1515628     11.17   no data  --
1064.63/266.51	c  N dy  6277   1730999       283     42436        94     55640    190368    692768     11.17     11.82  --
1075.39/269.23	c  N dy  6349   1751006       283     42436        94     74838    190368   1087600     11.17     11.78  --
1088.18/272.43	c  N dy  6437   1771087       283     42436        94     94093    190368   1500764     11.17     11.81  --
1101.76/275.85	c  N dy  6501   1791823       283     42436        94     58342    190368    739593     11.17     11.80  --
1112.15/278.49	c  N dy  6584   1811897       283     42436        94     77654    190368   1149396     11.17     13.05  --
1124.53/281.54	c  N dy  6681   1832064       283     42436        94     97006    190368   1564309     11.18     11.80  --
1138.94/285.14	c  N dy  6766   1853189       283     42436        94     60617    190368    775619     11.18     11.88  --
1149.70/287.83	c  N dy  6852   1873196       283     42436        94     79818    190368   1178505     11.18     12.69  --
1161.68/290.81	c  N dy  6926   1893262       283     42436        94     99104    190368   1582201     11.18     11.78  --
1177.26/294.72	c  N dy  6985   1917181       283     42436        94     64348    190368    840990     11.17     11.78  --
1188.45/297.55	c  N dy  7080   1937302       283     42436        94     83687    190368   1249495     11.17     11.77  --
1200.46/300.53	c  N dy  7144   1957377       283     42436        94    102930    190368   1653303     11.17     12.04  --
1214.41/304.01	c  N dy  7219   1977622       283     42436        94     63813    190368    833813     11.17     11.77  --
1225.21/306.77	c  N dy  7302   1997812       283     42436        94     83204    190368   1239442     11.17     11.76  --
1237.99/309.94	c  N dy  7358   2018820       283     42436        94    103299    190368   1654243     11.17     11.76  --
1251.97/313.41	c  N dy  7427   2038920       283     42436        94     63083    190368    809288     11.17     11.82  --
1262.38/316.09	c  N dy  7500   2058942       283     42436        94     82295    190368   1211435     11.17     11.84  --
1275.15/319.22	c  N dy  7600   2078945       283     42436        94    101473    190368   1620683     11.17     13.94  --
1288.34/322.55	c  N dy  7686   2099103       283     42436        94    120814    190368   2027705     11.17     11.80  --
1300.70/325.69	c  N dy  7781   2119367       283     42436        94     79728    190368   1156389     11.17     11.77  --
1313.49/328.81	c  N dy  7833   2139501       283     42436        94     98973    190368   1543903     11.17     11.77  --
1327.47/332.39	c  N dy  7919   2159906       283     42436        94    118616    190368   1958382     11.17     11.86  --
1341.07/335.76	c  N dy  7986   2180044       283     42436        94     76369    190368   1070690     11.17     11.78  --
1353.04/338.75	c  N dy  8055   2200638       283     42436        94     96149    190367   1483564     11.17     11.78  --
1359.42/340.37	c  S st  8095   2210838       283     42436        94    105943    190367   1684402     11.17   no data  --
1359.82/340.47	c  S st  8095   2211341       283     42436        94    106440    190367   1695607     11.17   no data  --
1359.82/340.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1359.82/340.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1360.22/340.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.20
1360.22/340.59	c bin-w-bin subsume rem            0 bins  time:  0.02 s
1360.63/340.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.19 s
1360.63/340.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    283 time:  0.01 s
1360.63/340.64	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.00 s
1416.17/354.59	c lits-rem:        46  cl-subs:     9337  v-elim:      0  v-fix:    0  time: 55.71 s
1416.55/354.60	c vivif2 --  cl tried    42435 cl shrink        0 lits rem          0 time: 0.01
1416.55/354.63	c vivif2 --  cl tried    97104 cl shrink        0 lits rem          0 time: 0.11
1418.15/355.00	c asymm  cl-useful: 0/3488/42435 lits-rem:0 time: 1.51
1418.15/355.01	c calculated reachability. Time: 0.00
1418.15/355.01	c  N dy  8095   2211341       283     42435        94     97104    190342   1583703     11.17   no data  --
1431.73/358.42	c  N dy  8172   2231488       283     42435        94    116480    190342   1993999     11.17     11.84  --
1445.32/361.83	c  N dy  8278   2251519       283     42435        94     73431    190342   1020966     11.17     13.19  --
1457.29/364.83	c  N dy  8365   2271620       283     42435        94     92760    190342   1430559     11.17     11.77  --
1470.48/368.10	c  N dy  8424   2291935       283     42435        94    112257    190342   1832963     11.17     11.80  --
1486.07/372.05	c  N dy  8522   2314546       283     42435        94     70635    190342    950583     11.17     11.83  --
1497.64/374.99	c  N dy  8615   2334607       283     42435        94     89907    190342   1360187     11.17     11.89  --
1510.83/378.27	c  N dy  8702   2354848       283     42435        94    109323    190342   1767142     11.18     11.77  --
1526.41/382.19	c  N dy  8788   2375275       283     42435        94     64610    190342    819388     11.18     11.98  --
1537.59/384.94	c  N dy  8878   2395346       283     42435        94     83867    190342   1227330     11.18     11.79  --
1549.98/388.03	c  N dy  8952   2415477       283     42435        94    103209    190342   1630665     11.18     11.77  --
1563.57/391.47	c  N dy  9055   2435685       283     42435        94    122622    190342   2050752     11.18     11.77  --
1577.14/394.88	c  N dy  9136   2455815       283     42435        94     76617    190342   1063288     11.18     11.85  --
1589.93/398.06	c  N dy  9186   2477672       283     42435        94     97522    190342   1481744     11.18     11.80  --
1603.11/401.37	c  N dy  9256   2497982       283     42435        94    117004    190342   1888578     11.18     11.80  --
1617.91/405.05	c  N dy  9320   2518010       283     42435        94     69958    190342    904228     11.17     11.79  --
1629.08/407.88	c  N dy  9400   2538137       283     42435        94     89260    190342   1307437     11.17     11.79  --
1642.26/411.12	c  N dy  9489   2558233       283     42435        94    108597    190342   1710913     11.18     11.80  --
1656.64/414.75	c  N dy  9562   2578325       283     42435        94    127978    190342   2115171     11.18     11.79  --
1671.42/418.43	c  N dy  9636   2598422       283     42435        94     80073    190342   1103373     11.18     11.81  --
1683.82/421.60	c  N dy  9697   2618722       283     42435        94     99558    190342   1504243     11.17     11.85  --
1698.58/425.21	c  N dy  9751   2638878       283     42435        94    118839    190342   1891096     11.17     11.77  --
1714.58/429.23	c  N dy  9822   2658932       283     42435        94     69874    190342    877141     11.17     11.81  --
1725.75/432.06	c  N dy  9901   2679495       283     42435        94     89587    190342   1285875     11.17     11.82  --
1738.13/435.15	c  N dy  9960   2699803       283     42435        94    109081    190342   1690628     11.17     11.78  --
1746.12/437.12	c  S st 10005   2711341       283     42435        94    120145    190342   1920698     11.17     11.44  --
1746.52/437.24	c  S st 10005   2711846       283     42435        94    120646    190342   1931530     11.17   no data  --
1746.52/437.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1746.52/437.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1746.92/437.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.24
1746.92/437.37	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1747.32/437.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.22 s
1747.32/437.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    283 time:  0.01 s
1747.32/437.43	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.01 s
1816.82/454.88	c lits-rem:       224  cl-subs:    10782  v-elim:      0  v-fix:    0  time: 69.68 s
1816.82/454.89	c vivif2 --  cl tried    42435 cl shrink        0 lits rem          0 time: 0.02
1817.22/454.92	c vivif2 --  cl tried   109864 cl shrink        0 lits rem          0 time: 0.12
1818.42/455.24	c asymm  cl-useful: 0/3060/42435 lits-rem:0 time: 1.30
1818.42/455.25	c calculated reachability. Time: 0.00
1818.42/455.25	c  N dy 10005   2711846       283     42435        94    109864    190342   1800198     11.17   no data  --
1831.61/458.52	c  N dy 10071   2731966       283     42435        94    129121    190342   2185826     11.17     11.78  --
1844.79/461.88	c  N dy 10151   2752029       283     42435        94     79399    190342   1054852     11.17     11.91  --
1856.37/464.76	c  N dy 10202   2772113       283     42435        94     98627    190342   1447912     11.16     13.21  --
1869.16/467.96	c  N dy 10273   2792167       283     42435        94    117877    190342   1846573     11.16     14.02  --
1883.54/471.51	c  N dy 10342   2812335       283     42435        94    137213    190342   2246451     11.16     11.79  --
1896.33/474.71	c  N dy 10414   2832338       283     42435        94     86420    190342   1186580     11.16     11.76  --
1907.93/477.65	c  N dy 10452   2852424       283     42435        94    105700    190342   1574947     11.15     12.16  --
1922.28/481.21	c  N dy 10530   2873870       283     42435        94    126269    190342   1996313     11.15     11.79  --
1937.47/485.02	c  N dy 10605   2893964       283     42435        94     74494    190342    930895     11.15     12.32  --
1949.85/488.15	c  N dy 10653   2916386       283     42435        94     95936    190342   1357177     11.15     11.74  --
1963.84/491.67	c  N dy 10733   2938254       283     42435        94    116897    190342   1792158     11.15     11.75  --
1983.03/496.41	c  N dy 10827   2964539       283     42435        94    142083    190342   2294120     11.15     11.74  --
1995.82/499.70	c  N dy 10899   2984768       283     42435        94     89617    190342   1223303     11.14     11.81  --
2008.99/502.99	c  N dy 10978   3006707       283     42435        94    110667    190342   1657838     11.14     11.75  --
2022.95/506.41	c  N dy 11037   3026885       283     42435        94    129997    190342   2048013     11.14     11.83  --
2038.94/510.50	c  N dy 11091   3047501       283     42435        94     76874    190342    954246     11.14     11.78  --
2051.72/513.63	c  N dy 11162   3067924       283     42435        94     96492    190342   1355997     11.14     11.74  --
2066.13/517.29	c  N dy 11218   3088593       283     42435        94    116250    190342   1768067     11.14     11.75  --
2082.88/521.48	c  N dy 11301   3108604       283     42435        94    135405    190342   2166494     11.14     11.79  --
2101.67/526.15	c  N dy 11370   3128675       283     42435        94     80769    190342   1014947     11.14     12.66  --
2114.46/529.38	c  N dy 11434   3148795       283     42435        94    100070    190342   1399551     11.13     11.77  --
2128.81/532.95	c  N dy 11499   3169014       283     42435        94    119418    190342   1790754     11.13     11.75  --
2145.62/537.15	c  N dy 11564   3189032       283     42435        94    138620    190342   2180964     11.13     11.75  --
2163.20/541.53	c  N dy 11619   3210277       283     42435        94     84173    190342   1067562     11.13     11.75  --
2163.97/541.79	c  S st 11623   3211846       283     42435        94     85689    190342   1097477     11.13      9.89  --
2164.37/541.89	c  S st 11623   3212350       283     42435        94     86186    190342   1107980     11.13   no data  --
2164.77/541.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2164.77/541.90	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2164.77/541.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
2164.77/541.99	c bin-w-bin subsume rem            0 bins  time:  0.02 s
2165.17/542.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.13 s
2165.17/542.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    283 time:  0.01 s
2165.17/542.03	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.01 s
2200.72/550.98	c lits-rem:        52  cl-subs:     2583  v-elim:      0  v-fix:    0  time: 35.73 s
2200.72/550.98	c vivif2 --  cl tried    42435 cl shrink        0 lits rem          0 time: 0.01
2201.12/551.00	c vivif2 --  cl tried    83603 cl shrink        0 lits rem          0 time: 0.08
2202.34/551.38	c asymm  cl-useful: 0/3434/42435 lits-rem:0 time: 1.51
2202.34/551.39	c calculated reachability. Time: 0.00
2202.34/551.39	c  N dy 11623   3212350       283     42435        94     83603    190342   1077472     11.13   no data  --
2215.52/554.61	c  N dy 11707   3232472       283     42435        94    102976    190342   1476935     11.13     11.75  --
2228.70/558.00	c  N dy 11770   3252932       283     42435        94    122534    190342   1861870     11.13     11.72  --
2243.06/561.56	c  N dy 11857   3272978       283     42435        94    141710    190342   2269422     11.13     14.01  --
2257.45/565.10	c  N dy 11934   3293122       283     42435        94     85212    190342   1096830     11.13     11.72  --
2269.43/568.16	c  N dy 12009   3313999       283     42435        94    105190    190342   1512226     11.13     11.72  --
2283.42/571.61	c  N dy 12100   3334476       283     42435        94    124903    190342   1924331     11.13     11.78  --
2298.20/575.30	c  N dy 12169   3354654       283     42435        94    144232    190342   2320409     11.13     11.74  --
2313.78/579.26	c  N dy 12249   3375973       283     42435        94     87936    190342   1129758     11.13     11.73  --
2325.79/582.25	c  N dy 12324   3396052       283     42435        94    107190    190342   1525379     11.13     11.75  --
2339.34/585.62	c  N dy 12388   3416310       283     42435        94    126631    190342   1924095     11.13     11.78  --
2354.14/589.35	c  N dy 12478   3436421       283     42435        94    145922    190342   2324488     11.13     11.81  --
2368.92/593.08	c  N dy 12556   3456461       283     42435        94     87417    190342   1113294     11.13     11.73  --
2380.89/596.05	c  N dy 12625   3476501       283     42435        94    106531    190342   1502210     11.13     11.73  --
2393.68/599.22	c  N dy 12682   3496646       283     42435        94    125780    190342   1899350     11.12     11.72  --
2408.07/602.89	c  N dy 12767   3516695       283     42435        94    144951    190342   2296674     11.12     11.75  --
2423.64/606.79	c  N dy 12854   3536750       283     42435        94     85591    190342   1064728     11.12     11.80  --
2436.03/609.85	c  N dy 12913   3557781       283     42435        94    105685    190342   1476017     11.12     11.83  --
2449.61/613.29	c  N dy 12987   3578484       283     42435        94    125584    190342   1884992     11.12     11.86  --
2464.79/617.05	c  N dy 13071   3598489       283     42435        94    144814    190342   2283761     11.12     13.41  --
2481.56/621.27	c  N dy 13150   3618537       283     42435        94     84369    190342   1021257     11.12     11.73  --
2494.35/624.45	c  N dy 13234   3638574       283     42435        94    103623    190342   1427268     11.12     11.94  --
2508.74/628.05	c  N dy 13333   3658590       283     42435        94    122853    190342   1833742     11.12     11.76  --
2524.70/632.04	c  N dy 13395   3678659       283     42435        94    142079    190342   2227387     11.12     12.15  --
2546.28/637.47	c  N dy 13511   3698852       283     42435        94     80856    190342    936594     11.13     11.74  --
2554.29/639.46	c  S st 13560   3712351       283     42435        94     93780    190342   1205849     11.13   no data  --
2554.67/639.56	c  S st 13560   3712856       283     42435        94     94278    190342   1216830     11.13   no data  --
2554.67/639.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2554.67/639.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2555.07/639.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.20
2555.07/639.67	c bin-w-bin subsume rem            0 bins  time:  0.02 s
2555.47/639.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.14 s
2555.47/639.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    283 time:  0.01 s
2555.47/639.71	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.01 s
2603.00/651.64	c lits-rem:        50  cl-subs:     2747  v-elim:      0  v-fix:    0  time: 47.64 s
2603.00/651.64	c vivif2 --  cl tried    42435 cl shrink        0 lits rem          0 time: 0.02
2603.00/651.66	c vivif2 --  cl tried    91531 cl shrink        0 lits rem          0 time: 0.09
2605.00/652.10	c asymm  cl-useful: 0/3726/42435 lits-rem:0 time: 1.73
2605.00/652.10	c calculated reachability. Time: 0.00
2605.00/652.10	c  N dy 13560   3712856       283     42435        94     91531    190342   1184075     11.13   no data  --
2620.20/655.97	c  N dy 13651   3733705       283     42435        94    111509    190342   1604514     11.13     11.72  --
2634.56/659.53	c  F st 13723   3751562       283     42435        94    128633    190342   1964546     11.13   no data  --
2636.96/660.18	c  N st 13728   3754863       283     42435        94    131791    190342   2030840     11.13   no data  --
2654.54/664.53	c  N dy 13789   3775886       283     42435        94    151928    190342   2450548     11.12     11.74  --
2670.12/668.49	c  N dy 13885   3795913       283     42435        94     89667    190342   1116425     11.13     11.75  --
2682.90/671.62	c  N dy 13972   3816520       283     42435        94    109440    190342   1531718     11.13     11.72  --
2696.08/674.96	c  N dy 14053   3836798       283     42435        94    128810    190342   1933645     11.13     11.72  --
2710.86/678.65	c  N dy 14138   3856996       283     42435        94    148221    190342   2349713     11.13     11.74  --
2728.03/682.98	c  N dy 14209   3877026       283     42435        94     84983    190342   1003529     11.13     11.72  --
2740.02/685.96	c  N dy 14309   3897391       283     42435        94    104499    190342   1414928     11.13     11.81  --
2753.61/689.33	c  N dy 14391   3917424       283     42435        94    123751    190342   1816546     11.13     11.72  --
2767.99/692.97	c  N dy 14484   3937487       283     42435        94    142973    190342   2219291     11.13     12.54  --
2784.36/697.01	c  N dy 14555   3958814       283     42435        94    163382    190342   2630121     11.13     11.76  --
2798.75/700.69	c  N dy 14654   3979112       283     42435        94     99403    190342   1301046     11.13     11.74  --
2812.74/704.20	c  N dy 14724   4001456       283     42435        94    120689    190342   1722153     11.13     11.80  --
2826.73/707.69	c  N dy 14800   4021607       283     42435        94    139966    190342   2121621     11.13     11.75  --
2842.69/711.64	c  N dy 14893   4041850       283     42435        94    159459    190342   2528785     11.13     11.91  --
2857.87/715.43	c  N dy 14952   4062019       283     42435        94     94379    190342   1175057     11.13     11.72  --
2870.67/718.69	c  N dy 15043   4083119       283     42435        94    114622    190342   1597152     11.13     11.75  --
2884.23/722.08	c  N dy 15127   4103147       283     42435        94    133856    190342   2001087     11.13     11.73  --
2899.42/725.82	c  N dy 15188   4123166       283     42435        94    153137    190342   2393115     11.13     12.94  --
2917.40/730.38	c  N dy 15274   4143393       283     42435        94     87100    190342   1011006     11.13     11.75  --
2929.77/733.41	c  N dy 15339   4163577       283     42435        94    106559    190342   1417366     11.13     11.74  --
2944.56/737.16	c  N dy 15436   4183973       283     42435        94    126187    190342   1828922     11.13     11.75  --
2960.13/741.02	c  N dy 15513   4204141       283     42435        94    145492    190342   2235054     11.13     11.72  --
2966.52/742.66	c  S st 15536   4212858       283     42435        94    153826    190342   2402147     11.13   no data  --
2967.34/742.80	c  S st 15536   4213361       283     42435        94    154323    190342   2413775     11.13   no data  --
2967.34/742.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
2967.34/742.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2967.34/742.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.31
2967.72/742.97	c bin-w-bin subsume rem            0 bins  time:  0.02 s
2968.12/743.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.29 s
2968.12/743.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    283 time:  0.01 s
2968.12/743.05	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.01 s
3106.33/777.64	c lits-rem:        47  cl-subs:    12162  v-elim:      0  v-fix:    0  time: 138.12 s
3106.33/777.64	c vivif2 --  cl tried    42435 cl shrink        0 lits rem          0 time: 0.02
3106.33/777.69	c vivif2 --  cl tried   142161 cl shrink        0 lits rem          0 time: 0.18
3108.32/778.13	c asymm  cl-useful: 0/2707/42435 lits-rem:0 time: 1.79
3108.32/778.14	c calculated reachability. Time: 0.00
3108.32/778.14	c  N dy 15536   4213361       283     42435        94    142161    190342   2263741     11.13   no data  --
3125.91/782.56	c  N dy 15630   4233420       283     42435        94    161405    190342   2669086     11.13     14.71  --
3144.28/787.10	c  N dy 15708   4253666       283     42435        94     94568    190342   1162931     11.13     11.72  --
3158.28/790.64	c  N dy 15762   4273769       283     42435        94    113770    190342   1548905     11.13     11.75  --
3174.25/794.67	c  N dy 15828   4294004       283     42435        94    133145    190342   1942650     11.13     11.73  --
3192.63/799.24	c  N dy 15911   4314210       283     42435        94    152471    190342   2349262     11.13     11.77  --
3211.00/803.89	c  N dy 15994   4334249       283     42435        94    171781    190342   2755729     11.13     11.99  --
3228.58/808.28	c  N dy 16070   4354255       283     42435        94    103757    190341   1318305     11.13     15.12  --
3244.57/812.26	c  N dy 16142   4375156       283     42435        94    123756    190341   1723255     11.13     11.72  --
3261.36/816.47	c  N dy 16219   4395482       283     42435        94    143254    190341   2127428     11.13     11.73  --
3280.52/821.26	c  N dy 16305   4416089       283     42435        94    163035    190341   2535715     11.13     11.78  --
3300.50/826.29	c  N dy 16371   4436411       283     42435        94     94318    190341   1124974     11.13     11.77  --
3314.49/829.78	c  N dy 16430   4456745       283     42435        94    113754    190341   1526537     11.13     11.90  --
3330.05/833.65	c  N dy 16497   4476805       283     42435        94    132961    190341   1926047     11.12     11.71  --
3345.64/837.55	c  N dy 16576   4496811       283     42435        94    152157    190341   2327008     11.12     11.83  --
3362.44/841.73	c  N dy 16640   4517196       283     42435        94    171662    190341   2722000     11.12     11.74  --
3378.80/845.86	c  N dy 16713   4537325       283     42435        94    101758    190341   1270764     11.12     11.77  --
3393.61/849.54	c  N dy 16793   4557888       283     42435        94    121513    190341   1675051     11.12     11.75  --
3409.97/853.62	c  N dy 16871   4577982       283     42435        94    140797    190341   2072633     11.12     13.20  --
3427.55/858.03	c  N dy 16943   4598182       283     42435        94    160168    190340   2473158     11.12     11.72  --
3445.94/862.65	c  N dy 17024   4618250       283     42435        94    179396    190340   2872704     11.12     11.73  --
3461.11/866.46	c  N dy 17099   4638281       283     42435        94    108383    190340   1392689     11.12     11.75  --
3475.49/870.02	c  N dy 17177   4658882       283     42435        94    128189    190340   1800632     11.12     11.71  --
3491.47/874.01	c  N dy 17247   4679061       283     42435        94    147572    190340   2197020     11.12     11.76  --
3509.05/878.47	c  N dy 17332   4699064       283     42435        94    166809    190340   2594544     11.12     12.50  --
3522.24/881.79	c  S st 17385   4713362       283     42435        94    180492    190340   2875449     11.12     10.57  --
3523.04/881.96	c  S st 17385   4713866       283     42435        94    180994    190340   2886672     11.12   no data  --
3523.04/881.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
3523.04/881.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3523.44/882.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.44
3524.24/882.20	c bin-w-bin subsume rem            0 bins  time:  0.02 s
3524.64/882.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.41 s
3524.64/882.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    283 time:  0.01 s
3524.64/882.30	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.01 s
3920.93/981.51	c lits-rem:       123  cl-subs:    16787  v-elim:      0  v-fix:    0  time: 396.12 s
3920.93/981.52	c vivif2 --  cl tried    42433 cl shrink        0 lits rem          0 time: 0.02
3920.93/981.57	c vivif2 --  cl tried   164209 cl shrink        0 lits rem          0 time: 0.22
3921.31/981.68	c asymm  cl-useful: 0/606/42433 lits-rem:0 time: 0.42
3921.31/981.69	c calculated reachability. Time: 0.00
3921.31/981.69	c  N dy 17385   4713866       283     42433        94    164209    190292   2680432     11.12   no data  --
3944.89/987.52	c  N dy 17451   4735290       283     42433        94     93888    190292   1088400     11.12     11.76  --
3959.67/991.25	c  N dy 17503   4755333       283     42433        94    113033    190292   1469205     11.12     11.74  --
3975.65/995.26	c  N dy 17557   4775493       283     42433        94    132337    190292   1862659     11.12     11.74  --
3993.62/999.76	c  N dy 17643   4795744       283     42433        94    151759    190292   2262004     11.12     11.76  --
4012.40/1004.49	c  N dy 17696   4816047       283     42433        94    171166    190292   2652283     11.12     11.71  --
4034.37/1009.93	c  N dy 17772   4837305       283     42433        94     99648    190292   1190962     11.12     11.79  --
4050.74/1014.00	c  N dy 17840   4858172       283     42433        94    119597    190292   1594723     11.12     11.76  --
4067.52/1018.20	c  N dy 17921   4878198       283     42433        94    138836    190292   1989238     11.12     11.76  --
4087.10/1023.14	c  N dy 18016   4898318       283     42433        94    158201    190292   2390682     11.12     11.79  --
4109.07/1028.60	c  N dy 18101   4918552       283     42433        94    177715    190292   2802342     11.12     11.73  --
4131.46/1034.28	c  N dy 18183   4940472       283     42433        94    105708    190292   1301542     11.12     11.71  --
4147.02/1038.12	c  N dy 18257   4960613       283     42433        94    125100    190292   1707336     11.12     11.76  --
4163.40/1042.26	c  N dy 18346   4980632       283     42433        94    144342    190292   2106133     11.12     11.74  --
4180.97/1046.63	c  N dy 18401   5000861       283     42433        94    163745    190292   2499891     11.12     11.73  --
4200.95/1051.69	c  N dy 18457   5022052       283     42433        94    184058    190292   2914023     11.12     11.72  --
4218.93/1056.13	c  N dy 18502   5042161       283     42433        94    109224    190292   1367688     11.11     11.70  --
4232.53/1059.52	c  N dy 18551   5062299       283     42433        94    128519    190292   1752530     11.11     11.70  --
4248.89/1063.64	c  N dy 18609   5084369       283     42433        94    149650    190292   2179428     11.11     11.71  --
4266.07/1068.00	c  N dy 18678   5105536       283     42433        94    169970    190292   2594938     11.11     11.79  --
4283.66/1072.36	c  N dy 18737   5125555       283     42433        94    189227    190292   2985333     11.11     11.72  --
4299.24/1076.27	c  N dy 18815   5145676       283     42433        94    113531    190292   1450285     11.11     11.82  --
4314.03/1079.91	c  N dy 18889   5165983       283     42433        94    133049    190292   1844085     11.11     11.92  --
4329.63/1083.86	c  N dy 18947   5186582       283     42433        94    152735    190292   2243207     11.11     11.72  --
4346.39/1088.05	c  N dy 19019   5207532       283     42433        94    172795    190292   2661083     11.11     11.70  --
4351.98/1089.45	c  S st 19037   5213869       283     42433        94    178835    190292   2780343     11.11     10.40  --
4352.78/1089.60	c  S st 19037   5214370       283     42433        94    179332    190292   2792102     11.11   no data  --
4352.78/1089.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
4352.78/1089.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4353.18/1089.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.39
4353.58/1089.81	c bin-w-bin subsume rem            0 bins  time:  0.02 s
4353.58/1089.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.35 s
4353.98/1089.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    283 time:  0.01 s
4353.98/1089.90	c Removed useless bin:       0  fixed:     0  props:   0.06M  time:  0.01 s
4533.77/1134.93	c lits-rem:        88  cl-subs:    17442  v-elim:      0  v-fix:    0  time: 179.83 s
4533.77/1134.93	c vivif2 --  cl tried    42433 cl shrink        0 lits rem          0 time: 0.02
4533.77/1134.98	c vivif2 --  cl tried   161890 cl shrink        0 lits rem          0 time: 0.18
4535.37/1135.30	c asymm  cl-useful: 0/2007/42433 lits-rem:0 time: 1.29
4535.37/1135.31	c calculated reachability. Time: 0.00
4535.37/1135.31	c  N dy 19037   5214370       283     42433        94    161890    190292   2580486     11.11   no data  --
4551.75/1139.47	c  N dy 19107   5234455       283     42433        94    181137    190292   2970430     11.11     12.06  --
4570.95/1144.29	c  N dy 19192   5255426       283     42433        94    105643    190292   1278046     11.11     11.71  --
4585.32/1147.84	c  N dy 19259   5275471       283     42433        94    124918    190292   1679744     11.11     11.74  --
4602.11/1152.00	c  N dy 19347   5295639       283     42433        94    144156    190292   2082883     11.11     11.70  --
4620.87/1156.78	c  N dy 19418   5315844       283     42433        94    163507    190292   2475994     11.11     11.86  --
4641.26/1161.87	c  N dy 19476   5336796       283     42433        94    183616    190292   2883443     11.10     11.90  --
4661.22/1166.86	c  N dy 19542   5356858       283     42433        94    106150    190292   1275886     11.10     13.38  --
4676.41/1170.64	c  N dy 19635   5376905       283     42433        94    125451    190292   1677602     11.10     12.31  --
4692.77/1174.73	c  N dy 19705   5397051       283     42433        94    144695    190292   2069327     11.10     11.69  --
4711.57/1179.42	c  N dy 19795   5417126       283     42433        94    163970    190292   2469008     11.10     11.72  --
4731.13/1184.39	c  N dy 19872   5437428       283     42433        94    183458    190292   2875636     11.10     11.69  --
4753.11/1189.81	c  N dy 19970   5457544       283     42433        94    104967    190292   1245982     11.10     11.69  --
4767.89/1193.51	c  N dy 20051   5477707       283     42433        94    124292    190292   1648634     11.11     11.78  --
4784.26/1197.64	c  N dy 20106   5498083       283     42433        94    143777    190292   2036051     11.10     11.89  --

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

running on 4 cores: 0,2,4,6

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: 8.02 8.07 7.77 6/180 14053
/proc/meminfo: memFree=30724852/32951124 swapFree=67111356/67111528
[pid=14053] ppid=14051 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) R 14051 14053 11031 0 -1 4202496 414 0 0 0 0 0 0 0 25 0 4 0 505506241 52465664 353 33554432000 4194304 4650419 140734616514464 18446744073709551615 270338440177 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 12809 353 303 112 0 7774 0
[pid=14053/tid=14054] ppid=14051 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 505506241 52465664 353 33554432000 4194304 4650419 140734616514464 18446744073709551615 47419319695282 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 505506241 52465664 353 33554432000 4194304 4650419 140734616514464 18446744073709551615 47419319695282 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 505506242 52465664 353 33554432000 4194304 4650419 140734616514464 18446744073709551615 270338440177 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.390907 s]
/proc/loadavg: 8.02 8.07 7.77 6/180 14053
/proc/meminfo: memFree=30724852/32951124 swapFree=67111356/67111528
[pid=14053] ppid=14051 vsize=294028 CPUtime=1.52 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) D 14051 14053 11031 0 -1 4202496 8048 0 0 0 151 1 0 0 18 0 4 0 505506241 301084672 6344 33554432000 4194304 4650419 140734616514464 18446744073709551615 270338080887 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 73507 6344 378 112 0 68472 0
[pid=14053/tid=14054] ppid=14051 vsize=294028 CPUtime=0.37 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) D 14051 14053 11031 0 -1 4202560 2449 0 0 0 37 0 0 0 18 0 4 0 505506241 301084672 6344 33554432000 4194304 4650419 140734616514464 18446744073709551615 4426904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=294028 CPUtime=0.37 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 1641 0 0 0 37 0 0 0 18 0 4 0 505506241 301084672 6344 33554432000 4194304 4650419 140734616514464 18446744073709551615 4369176 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=294028 CPUtime=0.37 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 1261 0 0 0 37 0 0 0 18 0 4 0 505506242 301084672 6344 33554432000 4194304 4650419 140734616514464 18446744073709551615 270338427063 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 294028

[startup+0.400656 s]
/proc/loadavg: 8.02 8.07 7.77 6/180 14053
/proc/meminfo: memFree=30724852/32951124 swapFree=67111356/67111528
[pid=14053] ppid=14051 vsize=297024 CPUtime=1.57 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) R 14051 14053 11031 0 -1 4202496 10686 0 0 0 155 2 0 0 18 0 4 0 505506241 304152576 8982 33554432000 4194304 4650419 140734616514464 18446744073709551615 4430635 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 74256 8986 382 112 0 69221 0
[pid=14053/tid=14054] ppid=14051 vsize=297024 CPUtime=0.38 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 3202 0 0 0 38 0 0 0 18 0 4 0 505506241 304152576 8989 33554432000 4194304 4650419 140734616514464 18446744073709551615 4435908 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=297024 CPUtime=0.38 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 2632 0 0 0 38 0 0 0 18 0 4 0 505506241 304152576 8992 33554432000 4194304 4650419 140734616514464 18446744073709551615 270338044961 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=297024 CPUtime=0.38 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 1268 0 0 0 38 0 0 0 18 0 4 0 505506242 304152576 8997 33554432000 4194304 4650419 140734616514464 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 297024

[startup+0.500639 s]
/proc/loadavg: 8.02 8.07 7.77 6/180 14053
/proc/meminfo: memFree=30724852/32951124 swapFree=67111356/67111528
[pid=14053] ppid=14051 vsize=298860 CPUtime=1.96 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) R 14051 14053 11031 0 -1 4202496 12092 0 0 0 194 2 0 0 18 0 4 0 505506241 306032640 10384 33554432000 4194304 4650419 140734616514464 18446744073709551615 4438487 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 74715 10384 387 112 0 69680 0
[pid=14053/tid=14054] ppid=14051 vsize=298860 CPUtime=0.48 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 3610 0 0 0 48 0 0 0 18 0 4 0 505506241 306032640 10384 33554432000 4194304 4650419 140734616514464 18446744073709551615 4439094 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=298860 CPUtime=0.48 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 3235 0 0 0 48 0 0 0 18 0 4 0 505506241 306032640 10384 33554432000 4194304 4650419 140734616514464 18446744073709551615 4438970 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=298860 CPUtime=0.48 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 1327 0 0 0 48 0 0 0 18 0 4 0 505506242 306032640 10384 33554432000 4194304 4650419 140734616514464 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 298860

[startup+0.700596 s]
/proc/loadavg: 8.02 8.07 7.77 6/180 14053
/proc/meminfo: memFree=30724852/32951124 swapFree=67111356/67111528
[pid=14053] ppid=14051 vsize=300060 CPUtime=2.76 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) R 14051 14053 11031 0 -1 4202496 13511 0 0 0 274 2 0 0 18 0 4 0 505506241 307261440 10573 33554432000 4194304 4650419 140734616514464 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 75015 10573 392 112 0 69980 0
[pid=14053/tid=14054] ppid=14051 vsize=300060 CPUtime=0.68 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 3870 0 0 0 68 0 0 0 18 0 4 0 505506241 307261440 10573 33554432000 4194304 4650419 140734616514464 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=300060 CPUtime=0.68 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 3773 0 0 0 68 0 0 0 18 0 4 0 505506241 307261440 10573 33554432000 4194304 4650419 140734616514464 18446744073709551615 4255670 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=300060 CPUtime=0.68 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 1408 0 0 0 68 0 0 0 18 0 4 0 505506242 307261440 10573 33554432000 4194304 4650419 140734616514464 18446744073709551615 4329693 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 300060

[startup+1.50044 s]
/proc/loadavg: 8.02 8.07 7.77 9/184 14057
/proc/meminfo: memFree=30675276/32951124 swapFree=67111356/67111528
[pid=14053] ppid=14051 vsize=301860 CPUtime=5.95 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) R 14051 14053 11031 0 -1 4202496 15271 0 0 0 593 2 0 0 19 0 4 0 505506241 309104640 11587 33554432000 4194304 4650419 140734616514464 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 75465 11587 392 112 0 70430 0
[pid=14053/tid=14054] ppid=14051 vsize=301860 CPUtime=1.48 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 4114 0 0 0 148 0 0 0 19 0 4 0 505506241 309104640 11587 33554432000 4194304 4650419 140734616514464 18446744073709551615 4366953 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=301860 CPUtime=1.48 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 4005 0 0 0 148 0 0 0 19 0 4 0 505506241 309104640 11587 33554432000 4194304 4650419 140734616514464 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=301860 CPUtime=1.48 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 2443 0 0 0 148 0 0 0 20 0 4 0 505506242 309104640 11587 33554432000 4194304 4650419 140734616514464 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 301860

[startup+3.10112 s]
/proc/loadavg: 8.02 8.07 7.77 9/184 14057
/proc/meminfo: memFree=30667340/32951124 swapFree=67111356/67111528
[pid=14053] ppid=14051 vsize=303480 CPUtime=12.35 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) R 14051 14053 11031 0 -1 4202496 18694 0 0 0 1232 3 0 0 23 0 4 0 505506241 310763520 12811 33554432000 4194304 4650419 140734616514464 18446744073709551615 4363637 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 75870 12811 393 112 0 70835 0
[pid=14053/tid=14054] ppid=14051 vsize=303480 CPUtime=3.08 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 4981 0 0 0 308 0 0 0 25 0 4 0 505506241 310763520 12811 33554432000 4194304 4650419 140734616514464 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=303480 CPUtime=3.08 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 5065 0 0 0 308 0 0 0 25 0 4 0 505506241 310763520 12811 33554432000 4194304 4650419 140734616514464 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=303480 CPUtime=3.07 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 2890 0 0 0 307 0 0 0 25 0 4 0 505506242 310763520 12811 33554432000 4194304 4650419 140734616514464 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 303480

[startup+6.30049 s]
/proc/loadavg: 8.02 8.07 7.77 9/184 14057
/proc/meminfo: memFree=30633880/32951124 swapFree=67111356/67111528
[pid=14053] ppid=14051 vsize=300760 CPUtime=25.13 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) R 14051 14053 11031 0 -1 4202496 33664 0 0 0 2508 5 0 0 25 0 4 0 505506241 307978240 21817 33554432000 4194304 4650419 140734616514464 18446744073709551615 4329696 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 75190 21817 394 112 0 70155 0
[pid=14053/tid=14054] ppid=14051 vsize=300760 CPUtime=6.29 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 7211 0 0 0 628 1 0 0 25 0 4 0 505506241 307978240 21817 33554432000 4194304 4650419 140734616514464 18446744073709551615 4369968 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=300760 CPUtime=6.28 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 8962 0 0 0 627 1 0 0 25 0 4 0 505506241 307978240 21817 33554432000 4194304 4650419 140734616514464 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=300760 CPUtime=6.26 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 8611 0 0 0 625 1 0 0 25 0 4 0 505506242 307978240 21817 33554432000 4194304 4650419 140734616514464 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 300760

[startup+12.7002 s]
/proc/loadavg: 8.02 8.07 7.77 9/184 14057
/proc/meminfo: memFree=30608840/32951124 swapFree=67111356/67111528
[pid=14053] ppid=14051 vsize=310720 CPUtime=50.69 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) R 14051 14053 11031 0 -1 4202496 48962 0 0 0 5061 8 0 0 25 0 4 0 505506241 318177280 25677 33554432000 4194304 4650419 140734616514464 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 77680 25677 394 112 0 72645 0
[pid=14053/tid=14054] ppid=14051 vsize=310720 CPUtime=12.68 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 9756 0 0 0 1267 1 0 0 25 0 4 0 505506241 318177280 25677 33554432000 4194304 4650419 140734616514464 18446744073709551615 4364849 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=310720 CPUtime=12.67 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 13550 0 0 0 1265 2 0 0 25 0 4 0 505506241 318177280 25677 33554432000 4194304 4650419 140734616514464 18446744073709551615 4438951 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=310720 CPUtime=12.62 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 13556 0 0 0 1261 1 0 0 25 0 4 0 505506242 318177280 25677 33554432000 4194304 4650419 140734616514464 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 310720

[startup+25.5007 s]
/proc/loadavg: 8.01 8.06 7.77 9/184 14058
/proc/meminfo: memFree=30573384/32951124 swapFree=67111356/67111528
[pid=14053] ppid=14051 vsize=392180 CPUtime=101.84 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) R 14051 14053 11031 0 -1 4202496 71932 0 0 0 10172 12 0 0 25 0 4 0 505506241 401592320 33874 33554432000 4194304 4650419 140734616514464 18446744073709551615 4476502 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 98045 33874 394 112 0 93010 0
[pid=14053/tid=14054] ppid=14051 vsize=392180 CPUtime=25.49 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 13170 0 0 0 2547 2 0 0 25 0 4 0 505506241 401592320 33874 33554432000 4194304 4650419 140734616514464 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=392180 CPUtime=25.48 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 21541 0 0 0 2544 4 0 0 25 0 4 0 505506241 401592320 33874 33554432000 4194304 4650419 140734616514464 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=392180 CPUtime=25.35 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 20306 0 0 0 2533 2 0 0 25 0 4 0 505506242 401592320 33874 33554432000 4194304 4650419 140734616514464 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 392180

[startup+51.1006 s]
/proc/loadavg: 8.07 8.07 7.78 9/184 14059
/proc/meminfo: memFree=30541176/32951124 swapFree=67111356/67111528
[pid=14053] ppid=14051 vsize=351296 CPUtime=204.08 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) R 14051 14053 11031 0 -1 4202496 113517 0 0 0 20387 21 0 0 25 0 4 0 505506241 359727104 43615 33554432000 4194304 4650419 140734616514464 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 87824 43615 394 112 0 82789 0
[pid=14053/tid=14054] ppid=14051 vsize=351296 CPUtime=51.08 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 16767 0 0 0 5105 3 0 0 25 0 4 0 505506241 359727104 43615 33554432000 4194304 4650419 140734616514464 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=351296 CPUtime=51.08 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 37124 0 0 0 5100 8 0 0 25 0 4 0 505506241 359727104 43615 33554432000 4194304 4650419 140734616514464 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=351296 CPUtime=50.82 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 34620 0 0 0 5077 5 0 0 25 0 4 0 505506242 359727104 43615 33554432000 4194304 4650419 140734616514464 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 351296

[startup+102.3 s]
/proc/loadavg: 8.10 8.08 7.80 9/184 14060
/proc/meminfo: memFree=30496864/32951124 swapFree=67111356/67111528
[pid=14053] ppid=14051 vsize=459300 CPUtime=408.63 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) R 14051 14053 11031 0 -1 4202496 174743 0 0 0 40827 36 0 0 25 0 4 0 505506241 470323200 50314 33554432000 4194304 4650419 140734616514464 18446744073709551615 4328289 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 114825 50314 394 112 0 109790 0
[pid=14053/tid=14054] ppid=14051 vsize=459300 CPUtime=102.28 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 22746 0 0 0 10224 4 0 0 25 0 4 0 505506241 470323200 50314 33554432000 4194304 4650419 140734616514464 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=459300 CPUtime=102.28 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 57918 0 0 0 10216 12 0 0 25 0 4 0 505506241 470323200 50314 33554432000 4194304 4650419 140734616514464 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=459300 CPUtime=101.76 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 57380 0 0 0 10165 11 0 0 25 0 4 0 505506242 470323200 50314 33554432000 4194304 4650419 140734616514464 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 459300

[startup+162.301 s]

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

[pid=14053] ppid=14051 vsize=600920 CPUtime=2805.54 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) R 14051 14053 11031 0 -1 4202496 555182 0 0 0 280409 145 0 0 25 0 4 0 505506241 615342080 100451 33554432000 4194304 4650419 140734616514464 18446744073709551615 4328261 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 150230 100451 394 112 0 145195 0
[pid=14053/tid=14054] ppid=14051 vsize=600920 CPUtime=702.29 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 48523 0 0 0 70216 13 0 0 25 0 4 0 505506241 615342080 100451 33554432000 4194304 4650419 140734616514464 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=600920 CPUtime=702.24 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 211999 0 0 0 70169 55 0 0 25 0 4 0 505506241 615342080 100451 33554432000 4194304 4650419 140734616514464 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=600920 CPUtime=698.67 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 180882 0 0 0 69822 45 0 0 25 0 4 0 505506242 615342080 100451 33554432000 4194304 4650419 140734616514464 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2805.54
Current children cumulated vsize (KiB) 600920

[startup+762.301 s]
/proc/loadavg: 7.18 7.88 7.86 5/175 14095
/proc/meminfo: memFree=30728128/32951124 swapFree=67111356/67111528
[pid=14053] ppid=14051 vsize=601068 CPUtime=3045.22 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) R 14051 14053 11031 0 -1 4202496 584804 0 0 0 304366 156 0 0 25 0 4 0 505506241 615493632 111966 33554432000 4194304 4650419 140734616514464 18446744073709551615 4476331 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 150267 111966 394 112 0 145232 0
[pid=14053/tid=14054] ppid=14051 vsize=601068 CPUtime=762.29 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 48523 0 0 0 76216 13 0 0 25 0 4 0 505506241 615493632 111966 33554432000 4194304 4650419 140734616514464 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=601068 CPUtime=762.24 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 227279 0 0 0 76163 61 0 0 25 0 4 0 505506241 615493632 111966 33554432000 4194304 4650419 140734616514464 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=601068 CPUtime=758.35 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 188160 0 0 0 75788 47 0 0 25 0 4 0 505506242 615493632 111966 33554432000 4194304 4650419 140734616514464 18446744073709551615 4363582 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3045.22
Current children cumulated vsize (KiB) 601068

[startup+822.301 s]
/proc/loadavg: 5.17 7.17 7.61 5/175 14097
/proc/meminfo: memFree=30740364/32951124 swapFree=67111356/67111528
[pid=14053] ppid=14051 vsize=601068 CPUtime=3284.91 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) R 14051 14053 11031 0 -1 4202496 616969 0 0 0 328325 166 0 0 25 0 4 0 505506241 615493632 109213 33554432000 4194304 4650419 140734616514464 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 150267 109213 402 112 0 145232 0
[pid=14053/tid=14054] ppid=14051 vsize=601068 CPUtime=822.29 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 48523 0 0 0 82216 13 0 0 25 0 4 0 505506241 615493632 109213 33554432000 4194304 4650419 140734616514464 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=601068 CPUtime=822.24 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 247709 0 0 0 82159 65 0 0 25 0 4 0 505506241 615493632 109213 33554432000 4194304 4650419 140734616514464 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=601068 CPUtime=818.04 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 195466 0 0 0 81753 51 0 0 25 0 4 0 505506242 615493632 109213 33554432000 4194304 4650419 140734616514464 18446744073709551615 4328256 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3284.91
Current children cumulated vsize (KiB) 601068

[startup+882.301 s]
/proc/loadavg: 4.46 6.60 7.39 5/175 14099
/proc/meminfo: memFree=30717100/32951124 swapFree=67111356/67111528
[pid=14053] ppid=14051 vsize=601216 CPUtime=3524.64 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) R 14051 14053 11031 0 -1 4202496 654139 0 0 0 352288 176 0 0 25 0 4 0 505506241 615645184 115251 33554432000 4194304 4650419 140734616514464 18446744073709551615 4435216 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 150304 115251 394 112 0 145269 0
[pid=14053/tid=14054] ppid=14051 vsize=601216 CPUtime=882.28 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 48534 0 0 0 88215 13 0 0 25 0 4 0 505506241 615645184 115251 33554432000 4194304 4650419 140734616514464 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=601216 CPUtime=882.23 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 269782 0 0 0 88152 71 0 0 25 0 4 0 505506241 615645184 115251 33554432000 4194304 4650419 140734616514464 18446744073709551615 4329722 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=601216 CPUtime=877.77 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 202368 0 0 0 87725 52 0 0 25 0 4 0 505506242 615645184 115251 33554432000 4194304 4650419 140734616514464 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3524.64
Current children cumulated vsize (KiB) 601216

[startup+942.301 s]
/proc/loadavg: 4.17 6.13 7.17 5/175 14100
/proc/meminfo: memFree=30692152/32951124 swapFree=67111356/67111528
[pid=14053] ppid=14051 vsize=601324 CPUtime=3764.32 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) R 14051 14053 11031 0 -1 4202496 681148 0 0 0 376247 185 0 0 25 0 4 0 505506241 615755776 121229 33554432000 4194304 4650419 140734616514464 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 150331 121229 394 112 0 145296 0
[pid=14053/tid=14054] ppid=14051 vsize=601324 CPUtime=942.28 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 48537 0 0 0 94215 13 0 0 25 0 4 0 505506241 615755776 121229 33554432000 4194304 4650419 140734616514464 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=601324 CPUtime=942.24 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 283805 0 0 0 94148 76 0 0 25 0 4 0 505506241 615755776 121229 33554432000 4194304 4650419 140734616514464 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=601324 CPUtime=937.46 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 209424 0 0 0 93690 56 0 0 25 0 4 0 505506242 615755776 121229 33554432000 4194304 4650419 140734616514464 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3764.32
Current children cumulated vsize (KiB) 601324

[startup+1002.3 s]
/proc/loadavg: 4.13 5.75 6.98 5/175 14102
/proc/meminfo: memFree=30704836/32951124 swapFree=67111356/67111528
[pid=14053] ppid=14051 vsize=601324 CPUtime=4004.03 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) R 14051 14053 11031 0 -1 4202496 752814 0 0 0 400201 202 0 0 25 0 4 0 505506241 615755776 117849 33554432000 4194304 4650419 140734616514464 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 150331 117849 394 112 0 145296 0
[pid=14053/tid=14054] ppid=14051 vsize=601324 CPUtime=1002.29 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 48537 0 0 0 100216 13 0 0 25 0 4 0 505506241 615755776 117849 33554432000 4194304 4650419 140734616514464 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=601324 CPUtime=1002.23 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 345081 0 0 0 100136 87 0 0 25 0 4 0 505506241 615755776 117850 33554432000 4194304 4650419 140734616514464 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=601324 CPUtime=997.15 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 212949 0 0 0 99657 58 0 0 25 0 4 0 505506242 615755776 117850 33554432000 4194304 4650419 140734616514464 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4004.03
Current children cumulated vsize (KiB) 601324

[startup+1062.3 s]
/proc/loadavg: 4.11 5.45 6.79 5/175 14103
/proc/meminfo: memFree=30754328/32951124 swapFree=67111356/67111528
[pid=14053] ppid=14051 vsize=617668 CPUtime=4243.7 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) R 14051 14053 11031 0 -1 4202496 803826 0 0 0 424156 214 0 0 25 0 4 0 505506241 632492032 105545 33554432000 4194304 4650419 140734616514464 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 154417 105545 394 112 0 149382 0
[pid=14053/tid=14054] ppid=14051 vsize=617668 CPUtime=1062.28 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 48560 0 0 0 106215 13 0 0 25 0 4 0 505506241 632492032 105545 33554432000 4194304 4650419 140734616514464 18446744073709551615 4363522 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=617668 CPUtime=1062.22 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 383705 0 0 0 106128 94 0 0 25 0 4 0 505506241 632492032 105545 33554432000 4194304 4650419 140734616514464 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=617668 CPUtime=1056.83 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 220282 0 0 0 105623 60 0 0 25 0 4 0 505506242 632492032 105545 33554432000 4194304 4650419 140734616514464 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4243.7
Current children cumulated vsize (KiB) 617668

[startup+1122.31 s]
/proc/loadavg: 4.10 5.20 6.62 5/175 14105
/proc/meminfo: memFree=30719496/32951124 swapFree=67111356/67111528
[pid=14053] ppid=14051 vsize=623068 CPUtime=4483.44 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) R 14051 14053 11031 0 -1 4202496 838095 0 0 0 448121 223 0 0 25 0 4 0 505506241 638021632 114321 33554432000 4194304 4650419 140734616514464 18446744073709551615 4476311 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 155767 114321 394 112 0 150732 0
[pid=14053/tid=14054] ppid=14051 vsize=623068 CPUtime=1122.29 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 50614 0 0 0 112215 14 0 0 25 0 4 0 505506241 638021632 114321 33554432000 4194304 4650419 140734616514464 18446744073709551615 4363531 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=623068 CPUtime=1122.23 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 397334 0 0 0 112124 99 0 0 25 0 4 0 505506241 638021632 114321 33554432000 4194304 4650419 140734616514464 18446744073709551615 4328302 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=623068 CPUtime=1116.56 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 232099 0 0 0 111593 63 0 0 25 0 4 0 505506242 638021632 114321 33554432000 4194304 4650419 140734616514464 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4483.44
Current children cumulated vsize (KiB) 623068

[startup+1182.3 s]
/proc/loadavg: 4.04 4.98 6.45 5/175 14107
/proc/meminfo: memFree=30732180/32951124 swapFree=67111356/67111528
[pid=14053] ppid=14051 vsize=623652 CPUtime=4723.14 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) R 14051 14053 11031 0 -1 4202496 897396 0 0 0 472076 238 0 0 25 0 4 0 505506241 638619648 110970 33554432000 4194304 4650419 140734616514464 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 155913 110970 394 112 0 150878 0
[pid=14053/tid=14054] ppid=14051 vsize=623652 CPUtime=1182.29 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 50632 0 0 0 118215 14 0 0 25 0 4 0 505506241 638619648 110970 33554432000 4194304 4650419 140734616514464 18446744073709551615 4366931 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=623652 CPUtime=1182.23 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 431561 0 0 0 118117 106 0 0 25 0 4 0 505506241 638619648 110970 33554432000 4194304 4650419 140734616514464 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=623652 CPUtime=1176.26 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 243263 0 0 0 117559 67 0 0 25 0 4 0 505506242 638619648 110970 33554432000 4194304 4650419 140734616514464 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4723.14
Current children cumulated vsize (KiB) 623652



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 4.02 4.91 6.40 5/175 14107
/proc/meminfo: memFree=30715196/32951124 swapFree=67111356/67111528
[pid=14053] ppid=14051 vsize=623708 CPUtime=4800.26 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) R 14051 14053 11031 0 -1 4202496 932031 0 0 0 479780 246 0 0 25 0 4 0 505506241 638676992 115280 33554432000 4194304 4650419 140734616514464 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 155927 115280 394 112 0 150892 0
[pid=14053/tid=14054] ppid=14051 vsize=623708 CPUtime=1201.59 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 50777 0 0 0 120145 14 0 0 25 0 4 0 505506241 638676992 115280 33554432000 4194304 4650419 140734616514464 18446744073709551615 4354972 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=623708 CPUtime=1201.54 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 458041 0 0 0 120043 111 0 0 25 0 4 0 505506241 638676992 115280 33554432000 4194304 4650419 140734616514464 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=623708 CPUtime=1195.46 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 247679 0 0 0 119477 69 0 0 25 0 4 0 505506242 638676992 115280 33554432000 4194304 4650419 140734616514464 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 623708

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

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

[startup+1201.6 s]
/proc/loadavg: 4.02 4.91 6.40 5/175 14107
/proc/meminfo: memFree=30715196/32951124 swapFree=67111356/67111528
[pid=14053] ppid=14051 vsize=623708 CPUtime=4800.26 cores=0,2,4,6
/proc/14053/stat : 14053 (strangenight1-m) R 14051 14053 11031 0 -1 4202496 932031 0 0 0 479780 246 0 0 25 0 4 0 505506241 638676992 115280 33554432000 4194304 4650419 140734616514464 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/14053/statm: 155927 115280 394 112 0 150892 0
[pid=14053/tid=14054] ppid=14051 vsize=623708 CPUtime=1201.59 cores=0,2,4,6
/proc/14053/task/14054/stat : 14054 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 50777 0 0 0 120145 14 0 0 25 0 4 0 505506241 638676992 115280 33554432000 4194304 4650419 140734616514464 18446744073709551615 4354972 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14053/tid=14055] ppid=14051 vsize=623708 CPUtime=1201.54 cores=0,2,4,6
/proc/14053/task/14055/stat : 14055 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 458041 0 0 0 120043 111 0 0 25 0 4 0 505506241 638676992 115280 33554432000 4194304 4650419 140734616514464 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14053/tid=14056] ppid=14051 vsize=623708 CPUtime=1195.46 cores=0,2,4,6
/proc/14053/task/14056/stat : 14056 (strangenight1-m) R 14051 14053 11031 0 -1 4202560 247679 0 0 0 119477 69 0 0 25 0 4 0 505506242 638676992 115280 33554432000 4194304 4650419 140734616514464 18446744073709551615 4328315 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 623708

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.63
CPU time (s): 4800.31
CPU user time (s): 4797.82
CPU system time (s): 2.48462
CPU usage (%): 399.482
Max. virtual memory (cumulated for all children) (KiB): 729884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.82
system time used= 2.48462
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 932031
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= 1086
involuntary context switches= 24764

runsolver used 1.93771 second user time and 4.27135 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-30 04:35:06
IDJOB=3261937
IDBENCH=83266
IDSOLVER=1588
FILE ID=node143/3261937-1304130906
RUNJOBID= node143-1304129634-13692
PBS_JOBID= 13170767
Free space on /tmp= 73484 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-24_567.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261937-1304130906/watcher-3261937-1304130906 -o /tmp/evaluation-result-3261937-1304130906/solver-3261937-1304130906 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3261937-1304130906.cnf

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

MD5SUM BENCH= cb7c9df8144e5ba66f8009983efe791f
RANDOM SEED=1367293397

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30724892 kB
Buffers:        256604 kB
Cached:        1180044 kB
SwapCached:        168 kB
Active:         776200 kB
Inactive:      1165788 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30724892 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            7160 kB
Writeback:           0 kB
AnonPages:      504488 kB
Mapped:          15720 kB
Slab:           220816 kB
PageTables:       5836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   753844 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= 73488 MiB
End job on node143 at 2011-04-30 04:55:10