Trace number 3288738

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.33 1201.75

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top26.cnf
MD5SUM7ecd2f8efd83504268f0a96fa44f6fe7
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark585.803
Satisfiable
(Un)Satisfiability was proved
Number of variables76943
Number of clauses245006
Sum of the clauses size599044
Maximum clause length2921
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2148643
Number of clauses of size 394790
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 51198

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-3288738-1307655874.cnf'
0.00/0.00	c -- header says num vars:          76943
0.00/0.00	c -- header says num clauses:      245006
0.20/0.52	c -- clauses added:            0 learnts,       245006 normals,            0 xors
0.20/0.52	c -- vars added      76943
0.20/0.52	c Parsing time:  0.35 s
0.20/0.52	c  N st     0         0     76943     94207    136128         0    563654         0   no data   no data  --
0.20/0.52	c asymm  cl-useful: 16/7385/94207 lits-rem:48 time: 1.59
34.72/8.76	c Flit:  1025 Blit:  17188 bXBeca:    0 bXProp: 22152 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 32.87
34.72/8.78	c Cleaning up after failed var search:     0.06 s 
35.12/8.81	c Replacing    22152 vars Replaced   392069 lits Time:     0.11 s 
35.12/8.83	c bin-w-bin subsume rem         2037 bins  time:  0.02 s
35.12/8.84	c subs with bin:        1  lits-rem:         1  v-fix:    0  time:  0.04 s
35.52/8.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  27005 time:  0.20 s
35.52/8.93	c Removed useless bin:      47  fixed:     0  props:   5.35M  time:  0.14 s
36.32/9.10	c lits-rem:        12  cl-subs:     2181  v-elim:   9001  v-fix:    0  time:  0.65 s
36.32/9.10	c Finding binary XORs  T:     0.03 s  found:      34
36.32/9.11	c Replacing       34 vars Replaced      307 lits Time:     0.03 s 
36.32/9.15	c Finding non-binary XORs:     0.10 s (found:    3015, avg size: 3.4)
36.32/9.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    645 locsubst:     0 time:   0.04
36.32/9.15	c Calc default polars -  time:   0.01 s pos:    2909 undec:   60906 neg:   13128
36.32/9.15	c =========================================================================================
36.32/9.15	c types(t): F = full restart, N = normal restart
36.32/9.15	c types(t): S = simplification begin/end, E = solution found
36.32/9.15	c restart types(rt): st = static, dy = dynamic
36.32/9.15	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
36.32/9.15	c  B st     0         0     17325     28120     30825         0    204077         0   no data   no data  --
37.93/9.56	c  N dy    15      4098     17325     28120     31063      3803    204077    105163      9.07      9.57  --
39.91/10.04	c  N dy    39      8384     17292     28120     32720      7873    204077    218101     10.07     10.90  --
41.92/10.53	c  N dy    57     12427     17042     26932     32538      9817    195903    235319      9.91     10.71  --
42.74/10.76	c Finding binary XORs  T:     0.03 s  found:     179
42.74/10.77	c Replacing      268 vars Replaced     4672 lits Time:     0.04 s 
44.31/11.11	c  N dy    71     17640     16706     26740     31563     14722    193534    341825      9.71     10.33  --
46.31/11.65	c  N dy   100     21699     16701     26740     31818     10180    193532    136165      9.96     10.50  --
47.90/12.03	c  F st   112     25001     16660     26740     31961     13394    193532    213840      9.81      8.60  --
47.90/12.05	c Replacing       26 vars Replaced      501 lits Time:     0.03 s 
48.70/12.24	c  N st   115     26195     16634     26549     31755     14378    192098    245244      9.81   no data  --
50.70/12.79	c  S st   118     30000     16634     26549     31756     18144    192098    447563      9.81   no data  --
51.53/12.91	c  S st   118     30500     16634     26549     31796     18601    192098    457086      9.81   no data  --
51.53/12.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    305 locsubst:     0 time:   0.04
63.48/15.99	c Flit:   113 Blit:     19 bXBeca:    0 bXProp:  779 Bins:  38228 BRemL:  15459 BRemN:    149 P: 32.5M T: 12.21
63.48/15.99	c Cleaning up after failed var search:     0.02 s 
63.88/16.01	c Replacing      780 vars Replaced    30921 lits Time:     0.06 s 
63.88/16.04	c bin-w-bin subsume rem         1100 bins  time:  0.02 s
63.88/16.07	c subs with bin:      396  lits-rem:      2520  v-fix:    0  time:  0.13 s
64.30/16.11	c Subs w/ non-existent bins:     26 l-rem:   4608 v-fix:     0 done:   5709 time:  0.14 s
64.30/16.12	c Removed useless bin:      59  fixed:     0  props:   1.36M  time:  0.06 s
65.48/16.49	c lits-rem:      6715  cl-subs:    12203  v-elim:   5745  v-fix:    0  time:  1.48 s
66.28/16.63	c asymm  cl-useful: 102/18801/26186 lits-rem:126 time: 0.53
66.28/16.64	c calculated reachability. Time: 0.02
66.28/16.64	c  N dy   118     30500      9524     26183     19766      1642    175316     22700      9.81   no data  --
66.28/16.66	c Finding binary XORs  T:     0.08 s  found:       1
67.88/17.01	c  N dy   131     34904      9518     26183     19909      5875    175314    114318      9.53     10.26  --
69.47/17.41	c  N dy   155     38991      9506     26183     22110      9859    175314    217977      9.52     11.03  --
71.07/17.82	c  N dy   175     43051      9503     26183     22133     13826    175314    317534      9.55     20.12  --
71.87/18.02	c Finding binary XORs  T:     0.05 s  found:       2
72.67/18.20	c  S st   191     45750      9503     26175     21768     16444    174533    388059      9.59   no data  --
72.67/18.30	c  S st   191     46250      9503     26175     21779     16931    174533    398891      9.59   no data  --
73.08/18.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    143 locsubst:     0 time:   0.04
73.08/18.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
75.07/18.83	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:   15 Bins:   4761 BRemL:   2167 BRemN:    572 P:  7.3M T:  2.05
75.07/18.84	c Replacing       18 vars Replaced      775 lits Time:     0.05 s 
75.07/18.86	c bin-w-bin subsume rem         1097 bins  time:  0.01 s
75.47/18.94	c subs with bin:      151  lits-rem:      1388  v-fix:    0  time:  0.30 s
75.47/18.96	c Subs w/ non-existent bins:      4 l-rem:   1768 v-fix:     0 done:   9340 time:  0.09 s
75.47/18.97	c Removed useless bin:      72  fixed:     0  props:   0.57M  time:  0.03 s
77.48/19.42	c lits-rem:      1269  cl-subs:      844  v-elim:     40  v-fix:    0  time:  1.80 s
77.48/19.43	c vivif2 --  cl tried    25946 cl shrink       57 lits rem         68 time: 0.03
77.48/19.45	c vivif2 --  cl tried    11957 cl shrink     2103 lits rem       8723 time: 0.07
79.06/19.80	c asymm  cl-useful: 120/25940/25940 lits-rem:201 time: 1.42
79.06/19.81	c calculated reachability. Time: 0.01
79.06/19.81	c  N dy   191     46250      9300     25940     21860     11953    171740    238674      9.59   no data  --
79.06/19.82	c Finding binary XORs  T:     0.05 s  found:       0
80.66/20.29	c  N dy   219     50287      9287     25940     24614     15926    171740    356842      9.63     12.98  --
83.05/20.81	c  N dy   240     54328      9286     25940     24631     10537    171740    156661      9.61     13.91  --
84.65/21.25	c Finding binary XORs  T:     0.05 s  found:       4
84.65/21.28	c  N dy   262     58361      9282     25912     24253     14353    171090    264454      9.60     13.59  --
86.67/21.72	c  N dy   287     62378      9282     25912     24288     18304    171090    386385      9.65     12.13  --
88.25/22.17	c  N dy   315     66434      9281     25912     24300     22296    171090    511510      9.69     13.98  --
89.85/22.53	c  S st   334     69377      9281     25912     24316     25179    171090    594423      9.73   no data  --
90.25/22.65	c  S st   334     69878      9281     25912     24317     25678    171090    610777      9.73   no data  --
90.25/22.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     69 locsubst:     0 time:   0.04
90.25/22.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
92.64/23.20	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    8 Bins:   1419 BRemL:   2669 BRemN:     12 P:  8.5M T:  2.17
92.64/23.22	c Replacing       12 vars Replaced      661 lits Time:     0.06 s 
92.64/23.25	c bin-w-bin subsume rem          832 bins  time:  0.02 s
93.04/23.39	c subs with bin:      395  lits-rem:      2086  v-fix:    0  time:  0.55 s
93.44/23.41	c Subs w/ non-existent bins:      6 l-rem:   2534 v-fix:     0 done:   3352 time:  0.08 s
93.44/23.42	c Removed useless bin:      18  fixed:     0  props:   0.58M  time:  0.03 s
100.63/25.20	c lits-rem:      2379  cl-subs:     1266  v-elim:     26  v-fix:    0  time:  7.12 s
100.63/25.21	c vivif2 --  cl tried    25612 cl shrink       26 lits rem         35 time: 0.03
100.63/25.25	c vivif2 --  cl tried    22974 cl shrink     3886 lits rem      24482 time: 0.16
101.82/25.55	c asymm  cl-useful: 224/13561/25611 lits-rem:402 time: 1.18
101.82/25.55	c calculated reachability. Time: 0.02
101.82/25.55	c  N dy   334     69878      9173     25597     21860     22968    169071    491219      9.73   no data  --
104.24/26.10	c Finding binary XORs  T:     0.05 s  found:       0
104.24/26.14	c  N dy   354     74369      9167     25590     22253     27075    168907    635162      9.72     17.78  --
107.02/26.81	c  N dy   389     79186      9166     25590     22270     17223    168907    268025      9.80     12.38  --
109.42/27.43	c  N dy   419     84320      9165     25590     22317     22298    168907    423883      9.81     13.06  --
111.01/27.85	c  F st   441     87500      9165     25590     22325     25450    168907    529243      9.83   no data  --
113.04/28.37	c  N st   446     90798      9165     25588     22060     28686    168841    692504      9.83   no data  --
116.21/29.17	c  N dy   478     96631      9165     25588     22077     34420    168841    882349      9.95     14.93  --
120.20/30.16	c  N dy   520    102933      9164     25588     22425     22027    168841    333392     10.03     10.84  --
121.00/30.36	c  S st   528    104821      9164     25588     22434     23907    168841    403853     10.03   no data  --
121.42/30.47	c  S st   528    105323      9164     25588     22434     24409    168841    419515     10.03   no data  --
121.42/30.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
121.42/30.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
123.80/31.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   10 Bins:    880 BRemL:   1093 BRemN:      2 P:  8.6M T:  2.07
123.80/31.01	c Replacing       10 vars Replaced      223 lits Time:     0.05 s 
123.80/31.04	c bin-w-bin subsume rem           96 bins  time:  0.01 s
124.19/31.14	c subs with bin:      372  lits-rem:       712  v-fix:    0  time:  0.42 s
124.19/31.17	c Subs w/ non-existent bins:      9 l-rem:   1325 v-fix:     0 done:   4647 time:  0.08 s
124.19/31.17	c Removed useless bin:       2  fixed:     0  props:   0.59M  time:  0.03 s
128.99/32.39	c lits-rem:      2225  cl-subs:      806  v-elim:     36  v-fix:    0  time:  4.84 s
128.99/32.39	c vivif2 --  cl tried    25322 cl shrink       23 lits rem         28 time: 0.03
129.39/32.42	c vivif2 --  cl tried    23477 cl shrink     1807 lits rem      10687 time: 0.12
129.79/32.59	c asymm  cl-useful: 35/11760/25321 lits-rem:105 time: 0.65
129.79/32.59	c calculated reachability. Time: 0.01
129.79/32.59	c  N dy   528    105323      9118     25286     22010     23475    168104    391876     10.03   no data  --
130.21/32.61	c Finding binary XORs  T:     0.05 s  found:       1
133.78/33.50	c  N dy   561    112122      9118     25286     22030     30192    168104    614932     10.02     15.97  --
139.40/34.95	c  N dy   572    123236      9118     25286     22036     41186    168104   1067058      9.84     10.42  --
142.58/35.80	c  N dy   588    131173      9116     25286     22411     27776    168104    436427      9.74     10.35  --
149.36/37.46	c  N dy   635    142658      9115     25286     22654     39028    168104    774105      9.75     10.28  --
149.36/37.48	c Finding binary XORs  T:     0.05 s  found:       2
155.35/38.99	c  N dy   686    151818      9111     25279     22550     25143    168032    329913      9.78     14.17  --
158.94/39.89	c  S st   733    157984      9111     25279     22588     31237    168032    537323      9.84   no data  --
159.74/40.01	c  S st   733    158486      9111     25279     22588     31739    168032    553084      9.84   no data  --
159.74/40.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
159.74/40.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
161.75/40.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    8 Bins:    557 BRemL:   1032 BRemN:      5 P:  8.5M T:  2.10
161.75/40.57	c Replacing       11 vars Replaced     1453 lits Time:     0.07 s 
161.75/40.60	c bin-w-bin subsume rem          173 bins  time:  0.01 s
162.55/40.74	c subs with bin:      257  lits-rem:      2103  v-fix:    0  time:  0.59 s
162.55/40.76	c Subs w/ non-existent bins:      0 l-rem:   1458 v-fix:     0 done:   4853 time:  0.08 s
162.55/40.77	c Removed useless bin:       2  fixed:     0  props:   0.58M  time:  0.03 s
169.75/42.56	c lits-rem:      1770  cl-subs:      659  v-elim:     37  v-fix:    0  time:  7.13 s
169.75/42.56	c vivif2 --  cl tried    25093 cl shrink       22 lits rem         26 time: 0.03
169.75/42.60	c vivif2 --  cl tried    30781 cl shrink     2837 lits rem      18562 time: 0.15
170.93/42.89	c asymm  cl-useful: 164/8354/25093 lits-rem:408 time: 1.16
171.33/42.90	c calculated reachability. Time: 0.01
171.33/42.90	c  N dy   733    158486      9064     25085     21480     30777    166337    514537      9.84   no data  --
172.92/43.38	c Finding binary XORs  T:     0.05 s  found:       1
178.12/44.67	c  N dy   744    171166      9062     25084     21459     43282    166277   1077061      9.69     10.20  --
185.31/46.49	c  N dy   792    182855      9062     25084     21540     30694    166277    529700      9.69     10.23  --
192.50/48.29	c  N dy   864    194571      9061     25084     21712     42271    166277    948521      9.73     10.33  --
200.50/50.23	c  N dy   910    207068      9061     25084     21741     29216    166277    463065      9.72     10.40  --
200.50/50.24	c Finding binary XORs  T:     0.05 s  found:       1
209.29/52.44	c  N dy   995    220750      9061     25077     21763     42670    166250    913990      9.79     10.61  --
218.49/54.79	c  N dy  1064    234881      9061     25077     21791     30092    166250    424892      9.81     14.95  --
220.46/55.21	c  S st  1084    237730      9061     25077     21791     32909    166250    517302      9.83      8.69  --
220.86/55.33	c  S st  1084    238231      9061     25077     21791     33409    166250    536814      9.83   no data  --
220.86/55.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     0 time:   0.03
220.86/55.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
222.88/55.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    486 BRemL:    579 BRemN:      2 P:  9.0M T:  2.06
222.88/55.87	c Replacing        4 vars Replaced      143 lits Time:     0.03 s 
223.25/55.90	c bin-w-bin subsume rem           82 bins  time:  0.01 s
223.65/56.03	c subs with bin:      147  lits-rem:       415  v-fix:    0  time:  0.55 s
223.65/56.05	c Subs w/ non-existent bins:      1 l-rem:   1066 v-fix:     0 done:   4507 time:  0.07 s
223.65/56.06	c Removed useless bin:       1  fixed:     0  props:   0.59M  time:  0.03 s
233.64/58.51	c lits-rem:      1350  cl-subs:      695  v-elim:      6  v-fix:    0  time:  9.77 s
233.64/58.51	c vivif2 --  cl tried    25010 cl shrink        1 lits rem          1 time: 0.03
233.64/58.55	c vivif2 --  cl tried    32621 cl shrink     1820 lits rem      11150 time: 0.14
234.44/58.79	c asymm  cl-useful: 8/16656/25010 lits-rem:12 time: 0.97
234.84/58.80	c calculated reachability. Time: 0.01
234.84/58.80	c  N dy  1084    238231      9050     25008     21612     32619    166033    511974      9.83   no data  --
234.84/58.81	c Finding binary XORs  T:     0.05 s  found:       0
243.63/61.09	c  N dy  1129    253447      9049     25008     22011     47648    166033   1167968      9.79     12.56  --
255.61/64.05	c  N dy  1159    273024      9049     25008     22019     39430    166033    756985      9.70     10.34  --
255.61/64.07	c Finding binary XORs  T:     0.05 s  found:       2
268.80/67.31	c  N dy  1191    291699      9047     25005     23851     29269    166016    319143      9.64     10.17  --
276.78/69.39	c  F st  1248    306252      9046     25005     23860     43622    166015    754935      9.62      6.52  --
277.18/69.41	c Replacing        2 vars Replaced       43 lits Time:     0.04 s 
280.38/70.25	c  N dy  1254    311448      9044     24992     23739     48579    165943    912854      9.62   no data  --
293.18/73.40	c  N dy  1328    331872      9044     24992     23749     39206    165942    561142      9.61     10.37  --
309.15/77.44	c  N dy  1385    357347      9044     24992     23762     33610    165942    367217      9.52      6.76  --
309.15/77.44	c  S st  1385    357347      9044     24992     23762     33610    165942    367217      9.52      6.76  --
309.55/77.56	c  S st  1385    357852      9043     24992     23767     34115    165942    382952      9.52   no data  --
309.55/77.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
309.55/77.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
311.54/78.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    5 Bins:    245 BRemL:    888 BRemN:      0 P:  8.5M T:  1.92
311.54/78.07	c Replacing        5 vars Replaced      222 lits Time:     0.06 s 
311.54/78.10	c bin-w-bin subsume rem         1437 bins  time:  0.01 s
311.94/78.15	c subs with bin:      119  lits-rem:       488  v-fix:    0  time:  0.24 s
311.94/78.18	c Subs w/ non-existent bins:      1 l-rem:    744 v-fix:     0 done:   8293 time:  0.10 s
311.94/78.19	c Removed useless bin:       0  fixed:     0  props:   0.60M  time:  0.03 s
315.93/79.16	c lits-rem:       563  cl-subs:      441  v-elim:      2  v-fix:    0  time:  3.90 s
315.93/79.17	c vivif2 --  cl tried    24921 cl shrink        1 lits rem          1 time: 0.03
316.32/79.20	c vivif2 --  cl tried    32210 cl shrink      673 lits rem       6364 time: 0.10
317.12/79.49	c asymm  cl-useful: 105/8301/24921 lits-rem:172 time: 1.16
317.12/79.49	c calculated reachability. Time: 0.02
317.12/79.50	c  N dy  1385    357852      9036     24921     21579     32209    165440    348340      9.52   no data  --
317.52/79.51	c Finding binary XORs  T:     0.05 s  found:       0
330.71/82.86	c  N dy  1478    379459      9036     24921     21620     53534    165440   1027673      9.51     10.02  --
343.50/86.04	c  N dy  1559    400060      9036     24921     21632     43114    165440    673432      9.50     10.02  --
358.28/89.78	c  N dy  1656    420079      9035     24921     21753     62847    165439   1290782      9.51     10.99  --
360.27/90.25	c Finding binary XORs  T:     0.05 s  found:       1
371.06/92.94	c  N dy  1747    440142      9035     24920     21830     50489    165426    836859      9.52     10.21  --
383.84/96.14	c  N dy  1808    460424      9035     24920     21848     37047    165426    414029      9.48     10.00  --
395.82/99.14	c  N dy  1870    480475      9035     24920     21855     56531    165426    893541      9.46     11.05  --
409.01/102.41	c  N dy  1959    500958      9035     24920     21875     42494    165426    524713      9.45     10.40  --
420.21/105.25	c  N dy  1974    521962      9035     24920     21877     62619    165426   1057080      9.39      9.89  --
430.18/107.76	c  S st  2026    536778      9035     24920     21899     42175    165426    501380      9.38   no data  --
430.58/107.88	c  S st  2026    537280      9035     24920     21900     42676    165426    514680      9.38   no data  --
430.58/107.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
430.58/107.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
432.57/108.39	c Flit:     0 Blit:      1 bXBeca:    0 bXProp:    3 Bins:    234 BRemL:    259 BRemN:      1 P:  9.1M T:  2.03
432.97/108.41	c Replacing        4 vars Replaced       86 lits Time:     0.06 s 
432.97/108.44	c bin-w-bin subsume rem           74 bins  time:  0.01 s
433.39/108.54	c subs with bin:      252  lits-rem:       446  v-fix:    0  time:  0.39 s
433.39/108.56	c Subs w/ non-existent bins:      0 l-rem:    913 v-fix:     0 done:   5165 time:  0.08 s
433.39/108.57	c Removed useless bin:       0  fixed:     0  props:   0.61M  time:  0.03 s
440.16/110.29	c lits-rem:      1626  cl-subs:      915  v-elim:     23  v-fix:    0  time:  6.89 s
440.56/110.30	c vivif2 --  cl tried    24842 cl shrink        1 lits rem          1 time: 0.03
440.56/110.34	c vivif2 --  cl tried    41551 cl shrink     1384 lits rem       7733 time: 0.17
441.76/110.64	c asymm  cl-useful: 35/15582/24842 lits-rem:41 time: 1.19
441.76/110.64	c calculated reachability. Time: 0.01
441.76/110.64	c  N dy  2026    537280      9007     24839     21767     41549    164827    493243      9.38   no data  --
441.76/110.66	c Finding binary XORs  T:     0.05 s  found:       0
454.14/113.79	c  N dy  2116    557606      9007     24839     21789     61536    164827   1064820      9.38      9.89  --
468.95/117.44	c  N dy  2212    577644      9007     24839     21800     45099    164827    589052      9.39     16.30  --
481.30/120.59	c  N dy  2281    598762      9007     24839     21806     65954    164827   1192441      9.39      9.92  --
496.08/124.22	c  N dy  2363    619012      9007     24839     21822     48469    164827    663159      9.39      9.95  --
510.86/127.97	c  N dy  2477    639057      9007     24839     21838     68208    164827   1264740      9.42     10.00  --
525.67/131.63	c  N dy  2589    659117      9007     24839     21851     49683    164827    666342      9.43     13.51  --
538.03/134.75	c Finding binary XORs  T:     0.05 s  found:       3
540.02/135.28	c  N dy  2686    679152      9007     24839     22141     69403    164827   1265067      9.44     12.85  --
561.60/140.61	c  N dy  2765    712220      9006     24839     22168     61609    164827    798156      9.39     10.00  --
577.17/144.52	c  N dy  2861    734023      9006     24839     22173     43227    164827    474763      9.39     10.00  --
577.17/144.55	c Finding binary XORs  T:     0.05 s  found:       0
590.36/147.81	c  N dy  2937    754312      9006     24839     22279     62284    164792   1061445      9.39      9.90  --
607.14/152.06	c  N dy  3033    774562      9006     24839     22291     41608    164792    400942      9.39      9.94  --
620.32/155.35	c  N dy  3128    794589      9006     24839     22304     61398    164792    975719      9.40     10.28  --
628.70/157.44	c  S st  3165    805920      9006     24839     22309     72487    164792   1267239      9.40      7.33  --
629.50/157.63	c  S st  3165    806421      9006     24839     22309     72988    164792   1284881      9.40   no data  --
629.50/157.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
629.50/157.65	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
631.91/158.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    225 BRemL:    339 BRemN:      0 P: 12.3M T:  2.55
632.31/158.30	c Replacing        3 vars Replaced       65 lits Time:     0.04 s 
632.31/158.36	c bin-w-bin subsume rem          178 bins  time:  0.02 s
633.50/158.70	c subs with bin:      219  lits-rem:      1977  v-fix:    0  time:  1.35 s
633.90/158.71	c Subs w/ non-existent bins:      7 l-rem:   1894 v-fix:     0 done:   1288 time:  0.08 s
633.90/158.72	c Removed useless bin:       0  fixed:     0  props:   0.62M  time:  0.03 s
642.69/160.90	c lits-rem:      2133  cl-subs:     1820  v-elim:      6  v-fix:    0  time:  8.71 s
642.69/160.91	c vivif2 --  cl tried    24766 cl shrink        3 lits rem          3 time: 0.03
643.09/161.05	c vivif2 --  cl tried    71002 cl shrink     9472 lits rem      54826 time: 0.55
643.09/161.08	c asymm  cl-useful: 0/883/24766 lits-rem:0 time: 0.11
643.09/161.09	c calculated reachability. Time: 0.01
643.09/161.09	c  N dy  3165    806421      8997     24766     22011     70998    164709   1194381      9.40   no data  --
643.49/161.10	c Finding binary XORs  T:     0.06 s  found:       0
659.46/165.14	c  N dy  3242    829170      8997     24766     22027     51257    164709    582045      9.39      9.90  --
674.25/168.87	c  N dy  3328    849539      8997     24766     22035     71277    164709   1146739      9.39      9.93  --
691.02/173.06	c  N dy  3442    869573      8997     24766     22039     48029    164709    551503      9.41      9.91  --
704.61/176.47	c  N dy  3533    889636      8996     24766     22048     67794    164709   1122458      9.41     13.27  --
720.98/180.59	c  N dy  3611    909977      8996     24766     22050     87804    164709   1680646      9.41     10.00  --
733.37/183.70	c  N dy  3678    930080      8996     24766     22053     63331    164709    934011      9.41      9.95  --
751.34/188.18	c  N dy  3811    950215      8996     24766     22060     83269    164709   1553960      9.43      9.97  --
766.52/191.93	c  N dy  3886    970763      8996     24766     22147     58231    164709    750692      9.43      9.97  --
781.30/195.60	c  N dy  3983    990803      8996     24766     22154     77859    164709   1303757      9.44     11.18  --
798.88/200.08	c  N dy  4081   1011434      8996     24766     22165     52009    164709    559591      9.44      9.99  --
814.06/203.85	c  N dy  4176   1031819      8996     24766     22169     72116    164709   1130017      9.45      9.95  --
816.08/204.31	c Finding binary XORs  T:     0.05 s  found:       0
832.43/208.42	c  N dy  4282   1051878      8996     24765     22165     91915    164696   1727635      9.46     11.70  --
846.43/211.99	c  F st  4363   1071875      8996     24765     22167     64319    164696    907482      9.46      9.56  --
846.83/212.04	c  N st  4364   1072125      8996     24765     22167     64567    164696    913093      9.46   no data  --
862.39/215.98	c  N dy  4439   1092233      8996     24765     22170     84346    164696   1501660      9.46     10.00  --
881.59/220.71	c  N dy  4546   1113447      8996     24765     22173     56989    164696    714330      9.47     10.01  --
896.34/224.40	c  N dy  4613   1133494      8996     24765     22183     76520    164696   1217619      9.46     10.58  --
914.31/228.93	c  N dy  4686   1155166      8996     24765     22283     97823    164696   1782478      9.45     10.23  --
928.70/232.51	c  N dy  4776   1175397      8996     24765     22287     68594    164696    987452      9.45     10.30  --
950.67/238.08	c  N dy  4824   1205561      8996     24765     22290     97857    164696   1657799      9.43     10.01  --
954.26/238.99	c  S st  4841   1209631      8996     24765     22292     51939    164696    504351      9.43   no data  --
955.06/239.11	c  S st  4841   1210132      8996     24765     22292     52439    164696    521059      9.43   no data  --
955.06/239.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
955.06/239.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
957.45/239.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bins:    136 BRemL:    252 BRemN:      0 P: 10.7M T:  2.29
957.45/239.71	c Replacing        3 vars Replaced      204 lits Time:     0.04 s 
957.45/239.74	c bin-w-bin subsume rem           35 bins  time:  0.02 s
957.85/239.81	c subs with bin:      311  lits-rem:       228  v-fix:    0  time:  0.31 s
957.85/239.84	c Subs w/ non-existent bins:      3 l-rem:    568 v-fix:     0 done:   7329 time:  0.09 s
957.85/239.85	c Removed useless bin:       0  fixed:     0  props:   0.63M  time:  0.03 s
964.26/241.42	c lits-rem:      1802  cl-subs:     1001  v-elim:      2  v-fix:    0  time:  6.28 s
964.26/241.42	c vivif2 --  cl tried    24684 cl shrink        3 lits rem          4 time: 0.03
964.26/241.47	c vivif2 --  cl tried    51199 cl shrink      582 lits rem       2862 time: 0.17
965.47/241.78	c asymm  cl-useful: 94/5420/24684 lits-rem:106 time: 1.23
965.47/241.78	c calculated reachability. Time: 0.02
965.47/241.78	c  N dy  4841   1210132      8991     24684     22162     51192    163995    505881      9.43   no data  --
965.85/241.80	c Finding binary XORs  T:     0.05 s  found:       0
980.63/245.50	c  N dy  4928   1230280      8991     24684     22303     70950    163995   1035329      9.43     10.04  --
995.01/249.19	c  N dy  4965   1250303      8991     24684     22303     90462    163995   1485931      9.42      9.96  --
1014.18/253.90	c  N dy  5076   1271185      8991     24684     22306     60130    163995    724256      9.42     10.25  --
1027.36/257.22	c  N dy  5119   1291474      8990     24684     22310     79597    163995   1140235      9.41     10.08  --
1043.75/261.35	c  N dy  5196   1312622      8990     24684     22315    100419    163995   1816274      9.41      9.93  --
1059.73/265.35	c Finding binary XORs  T:     0.06 s  found:       0
1060.13/265.48	c  N dy  5326   1332684      8990     24683     22271     67821    163980    983115      9.43     15.91  --
1078.49/270.02	c  N dy  5468   1352721      8990     24683     22276     87575    163980   1602718      9.45      9.99  --
1097.67/274.84	c  N dy  5562   1372739      8990     24683     22281     54587    163980    536519      9.45     10.00  --
1117.64/279.89	c  N dy  5609   1403474      8989     24683     22291     84351    163980   1289297      9.42      9.93  --
1137.21/284.75	c  N dy  5746   1423562      8989     24683     22296    104209    163980   1931106      9.44     11.72  --
1154.79/289.10	c  N dy  5893   1443846      8989     24683     22296     70584    163980   1054962      9.47      9.98  --
1173.57/293.81	c  N dy  6029   1463933      8989     24683     22299     90414    163979   1685030      9.48     12.85  --
1194.34/299.03	c  N dy  6134   1483959      8989     24683     22303     55101    163979    507176      9.49     10.00  --
1211.14/303.21	c  N dy  6269   1504037      8989     24683     22307     74941    163979   1098243      9.51     10.05  --
1229.89/307.92	c  N dy  6387   1524047      8989     24683     22311     94689    163979   1757207      9.52     10.68  --
1251.09/313.23	c  N dy  6529   1544274      8989     24683     22315     58541    163979    581311      9.54     10.07  --
1269.04/317.74	c  N dy  6657   1564314      8989     24683     22406     78344    163979   1201495      9.55     10.06  --
1288.21/322.50	c  N dy  6791   1584378      8989     24683     22408     98129    163979   1819564      9.57     12.73  --
1310.18/328.07	c  N dy  6930   1604402      8989     24683     22411     60861    163979    653983      9.58     13.59  --
1328.16/332.59	c  N dy  7041   1624496      8989     24683     22420     80709    163979   1257066      9.59     11.38  --
1348.13/337.50	c Finding binary XORs  T:     0.05 s  found:       2
1348.53/337.68	c  N dy  7159   1644520      8989     24682     22441    100382    163964   1868562      9.60     12.19  --
1370.90/343.25	c  N dy  7277   1664584      8989     24682     22442     62747    163964    660524      9.61     14.21  --
1388.07/347.59	c  N dy  7380   1685197      8989     24682     22446     82943    163964   1244498      9.62     10.14  --
1408.86/352.70	c  N dy  7504   1705269      8989     24682     22446    102778    163964   1857401      9.63     12.55  --
1413.26/353.87	c  S st  7527   1710133      8989     24682     22446    107594    163964   2015300      9.63      8.15  --
1414.04/354.09	c  S st  7527   1710636      8989     24682     22447    108093    163964   2034583      9.63   no data  --
1414.44/354.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     0 time:   0.06
1414.44/354.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1417.65/354.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     92 BRemL:    229 BRemN:      0 P: 17.0M T:  3.24
1417.65/354.93	c Replacing        2 vars Replaced       69 lits Time:     0.06 s 
1418.06/355.02	c bin-w-bin subsume rem           25 bins  time:  0.01 s
1420.03/355.57	c subs with bin:      163  lits-rem:       448  v-fix:    0  time:  2.17 s
1420.03/355.58	c Subs w/ non-existent bins:      0 l-rem:   2031 v-fix:     0 done:    851 time:  0.08 s
1420.03/355.59	c Removed useless bin:       0  fixed:     0  props:   0.62M  time:  0.03 s
1436.81/359.71	c lits-rem:      3369  cl-subs:     3169  v-elim:      3  v-fix:    0  time: 16.42 s
1436.81/359.71	c vivif2 --  cl tried    24657 cl shrink        6 lits rem          6 time: 0.03
1437.61/359.90	c vivif2 --  cl tried   104768 cl shrink    13261 lits rem      71290 time: 0.75
1438.81/360.26	c asymm  cl-useful: 18/4822/24657 lits-rem:19 time: 1.41
1438.81/360.27	c calculated reachability. Time: 0.01
1438.81/360.27	c  N dy  7527   1710636      8983     24657     22255    104766    163814   1900231      9.63   no data  --
1440.81/360.71	c Finding binary XORs  T:     0.06 s  found:       0
1457.60/364.93	c  N dy  7590   1732510      8983     24657     22355     66804    163814    736509      9.63     10.16  --
1474.36/369.19	c  N dy  7685   1752521      8983     24657     22359     86504    163814   1314969      9.63     13.78  --
1495.94/374.51	c  N dy  7724   1775200      8983     24657     22360    108175    163814   1796989      9.62     10.24  --
1516.30/379.69	c  N dy  7761   1799554      8983     24657     22367     72548    163814    795537      9.60     10.13  --
1533.09/383.83	c  N dy  7853   1819646      8983     24657     22368     92347    163814   1411473      9.61     10.89  --
1553.87/389.05	c  N dy  7965   1839812      8983     24657     22371    112178    163814   2011976      9.61     10.14  --
1572.62/393.76	c  N dy  8043   1860024      8983     24657     22376     71407    163814    813251      9.61     10.15  --
1587.41/397.41	c  N dy  8095   1880064      8983     24657     22377     90888    163814   1293581      9.61     11.42  --
1608.18/402.61	c  N dy  8197   1900159      8983     24657     22379    110689    163814   1865106      9.61     10.18  --
1628.98/407.83	c  N dy  8276   1920207      8983     24657     22380     69051    163814    754906      9.61     10.14  --
1646.15/412.13	c  N dy  8319   1944498      8983     24657     22383     92633    163814   1362277      9.60     10.15  --
1666.50/417.21	c  N dy  8390   1964576      8983     24657     22386    112290    163814   1938003      9.59     10.15  --
1689.27/422.98	c  N dy  8439   1992346      8982     24657     22402     76582    163814    822261      9.57     10.18  --
1706.85/427.35	c  N dy  8514   2013740      8982     24657     22404     97490    163814   1459018      9.57     10.08  --
1727.22/432.48	c  N dy  8630   2033808      8981     24657     22407    117284    163814   2022926      9.58     12.27  --
1747.99/437.60	c  N dy  8733   2053831      8981     24657     22408     74427    163814    904428      9.58     15.90  --
1767.57/442.55	c  N dy  8864   2073886      8981     24657     22411     94284    163814   1554867      9.59     12.07  --
1787.16/447.48	c  N dy  8960   2093908      8981     24657     22415    113998    163814   2157106      9.60     10.21  --
1811.90/453.65	c  N dy  9076   2113915      8981     24657     22416     69343    163814    687699      9.61     10.18  --
1830.29/458.29	c  N dy  9195   2133927      8981     24657     22417     89105    163814   1296618      9.62     10.18  --
1830.70/458.38	c Finding binary XORs  T:     0.05 s  found:       0
1853.45/464.05	c  N dy  9332   2154271      8981     24657     22361    108375    163747   1928428      9.63     10.15  --
1878.22/470.26	c  N dy  9443   2174545      8981     24657     22422    128365    163747   2564389      9.64     10.22  --
1901.41/476.02	c  N dy  9590   2194564      8981     24657     22424     82831    163747   1110412      9.65     13.77  --
1915.76/479.64	c Finding binary XORs  T:     0.05 s  found:       1
1918.98/480.45	c  S st  9693   2210637      8981     24657     22565     98716    163747   1635468      9.66   no data  --
1919.76/480.66	c  S st  9693   2211139      8981     24657     22566     99213    163747   1650207      9.66   no data  --
1919.76/480.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     0 time:   0.05
1919.76/480.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
1922.98/481.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     91 BRemL:    373 BRemN:      0 P: 15.8M T:  3.05
1922.98/481.46	c Replacing        1 vars Replaced       18 lits Time:     0.05 s 
1923.38/481.53	c bin-w-bin subsume rem            9 bins  time:  0.02 s
1924.95/481.94	c subs with bin:      109  lits-rem:       189  v-fix:    0  time:  1.63 s
1924.95/481.96	c Subs w/ non-existent bins:      2 l-rem:   1223 v-fix:     0 done:   1692 time:  0.08 s
1924.95/481.96	c Removed useless bin:       0  fixed:     0  props:   0.62M  time:  0.03 s
1937.73/485.10	c lits-rem:      3288  cl-subs:     1899  v-elim:      6  v-fix:    0  time: 12.54 s
1937.73/485.11	c vivif2 --  cl tried    24636 cl shrink        9 lits rem         10 time: 0.03
1938.13/485.26	c vivif2 --  cl tried    97224 cl shrink     9504 lits rem      55369 time: 0.60
1939.73/485.60	c asymm  cl-useful: 5/8760/24632 lits-rem:7 time: 1.35
1939.73/485.61	c calculated reachability. Time: 0.02
1939.73/485.61	c  N dy  9693   2211139      8973     24631     22256     97224    163671   1559317      9.66   no data  --
1959.70/490.65	c  N dy  9764   2233198      8973     24631     22266    118934    163671   2211888      9.66     10.21  --
1981.27/496.05	c  N dy  9821   2253815      8973     24631     22276     71669    163671    768403      9.65     10.21  --
2000.05/500.70	c  N dy  9931   2273833      8973     24631     22281     91452    163671   1413652      9.66     10.72  --
2011.63/503.63	c Finding binary XORs  T:     0.06 s  found:       0
2021.22/506.08	c  N dy 10052   2293896      8973     24631     22284    111251    163671   2037461      9.67     11.56  --
2043.59/511.62	c  N dy 10147   2314074      8973     24631     22288    131139    163671   2656916      9.67     10.19  --
2065.16/517.10	c  N dy 10265   2334140      8973     24631     22290     83282    163671   1098480      9.68     13.11  --
2084.73/522.00	c  N dy 10346   2355558      8973     24631     22295    104344    163671   1718744      9.67     10.21  --
2100.31/525.82	c  N dy 10369   2375610      8973     24631     22299    123784    163671   2213180      9.66     10.25  --
2124.68/531.98	c  N dy 10442   2396532      8973     24631     22305     76160    163671    805647      9.66     10.20  --
2142.26/536.32	c  N dy 10531   2416671      8973     24631     22306     95936    163671   1380533      9.66     10.18  --
2167.02/542.53	c  N dy 10618   2441301      8973     24631     22309    119969    163671   2028409      9.66     10.20  --
2192.59/548.97	c  N dy 10747   2461368      8972     24631     22316    139804    163671   2658303      9.67     17.45  --
2214.16/554.38	c  N dy 10900   2481465      8972     24631     22322     90473    163671   1302806      9.68     10.87  --
2235.73/559.76	c  N dy 11029   2501563      8972     24631     22323    110322    163671   1935710      9.69     11.57  --
2260.50/565.99	c  N dy 11144   2523495      8972     24631     22326    131915    163671   2572878      9.70     10.25  --
2286.86/572.55	c  N dy 11262   2543536      8972     24631     22331     81515    163671    908316      9.71     15.20  --
2304.84/577.00	c  N dy 11353   2563660      8972     24631     22335    101329    163671   1490846      9.71     10.25  --
2327.23/582.62	c  N dy 11473   2584118      8972     24631     22338    121514    163671   2111741      9.72     10.40  --
2356.77/590.04	c  N dy 11611   2604717      8972     24631     22340    141876    163671   2803441      9.73     10.64  --
2381.13/596.14	c  N dy 11760   2624719      8972     24631     22401     90397    163671   1200324      9.74     13.87  --
2403.10/601.67	c  N dy 11882   2644727      8972     24631     22403    110145    163671   1821072      9.74     10.68  --
2429.47/608.21	c  N dy 12007   2665703      8972     24631     22408    130848    163671   2471453      9.75     10.30  --
2453.83/614.31	c  N dy 12107   2685744      8972     24631     22409    150599    163671   3061276      9.76     10.30  --
2461.83/616.39	c Finding binary XORs  T:     0.05 s  found:       0
2476.21/619.92	c  N dy 12237   2706003      8972     24631     22368     98316    163638   1398190      9.76     10.28  --
2481.41/621.27	c  S st 12271   2711139      8972     24631     22369    103394    163638   1554340      9.77   no data  --
2482.19/621.48	c  S st 12271   2711641      8972     24631     22369    103894    163638   1570773      9.77   no data  --
2482.19/621.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
2482.59/621.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
2485.42/622.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    119 BRemL:    207 BRemN:      0 P: 15.8M T:  3.12
2485.82/622.35	c bin-w-bin subsume rem           11 bins  time:  0.02 s
2487.40/622.70	c subs with bin:       75  lits-rem:       128  v-fix:    0  time:  1.39 s
2487.40/622.72	c Subs w/ non-existent bins:      0 l-rem:   1814 v-fix:     0 done:    769 time:  0.08 s
2487.40/622.73	c Removed useless bin:       0  fixed:     0  props:   0.62M  time:  0.03 s
2498.59/625.51	c lits-rem:      2846  cl-subs:     1322  v-elim:      1  v-fix:    0  time: 11.11 s
2498.59/625.52	c vivif2 --  cl tried    24620 cl shrink        0 lits rem          0 time: 0.03
2498.99/625.66	c vivif2 --  cl tried   102507 cl shrink     7808 lits rem      38439 time: 0.56
2499.77/625.83	c asymm  cl-useful: 0/5618/24620 lits-rem:0 time: 0.68
2499.77/625.84	c calculated reachability. Time: 0.01
2499.77/625.84	c  N dy 12271   2711641      8971     24620     22275    102505    163586   1506403      9.77   no data  --
2522.94/631.60	c  N dy 12334   2739420      8971     24620     22279    129415    163586   2210420      9.76     10.29  --
2544.91/637.14	c  N dy 12388   2759464      8971     24620     22283    148982    163586   2767749      9.75     12.63  --
2546.93/637.61	c Finding binary XORs  T:     0.05 s  found:       0
2567.68/642.85	c  N dy 12493   2779966      8971     24620     22311     95567    163586   1270777      9.76     10.28  --
2590.45/648.51	c  N dy 12589   2799990      8971     24620     22312    115363    163586   1938822      9.76     13.85  --
2615.22/654.73	c  N dy 12701   2820085      8971     24620     22315    135231    163586   2604567      9.76     12.96  --
2641.98/661.43	c  N dy 12797   2840353      8971     24620     22317    155209    163586   3253356      9.77     10.41  --
2668.35/668.05	c  N dy 12860   2876937      8971     24620     22320    116155    163586   1590119      9.75     10.29  --
2692.33/674.04	c  N dy 12946   2896975      8971     24620     22322    135925    163586   2234517      9.75     17.79  --
2717.48/680.39	c  N dy 13016   2917072      8971     24620     22327    155342    163586   2726152      9.75     11.87  --
2738.65/685.63	c  N dy 13126   2937108      8971     24620     22329    100542    163586   1356416      9.75     10.29  --
2755.02/689.78	c  N dy 13195   2957122      8971     24620     22330    120003    163586   1914971      9.75     14.94  --
2779.40/695.81	c  N dy 13290   2977284      8971     24620     22333    139924    163586   2548020      9.75     10.38  --
2806.58/702.64	c  N dy 13375   2997536      8971     24620     22334    159874    163586   3159291      9.75     10.38  --
2826.13/707.53	c  N dy 13467   3017596      8971     24620     22334    103577    163586   1407630      9.75     10.28  --
2848.51/713.12	c  N dy 13576   3037671      8971     24620     22335    123374    163586   2012414      9.76     10.93  --
2865.68/717.48	c  N dy 13619   3057702      8971     24620     22336    142692    163586   2456808      9.75     10.37  --
2896.04/725.06	c  N dy 13760   3077805      8971     24620     22338     85448    163586    824312      9.76     10.34  --
2917.21/730.34	c  N dy 13868   3097859      8971     24620     22339    105213    163586   1421945      9.76     10.32  --
2939.58/735.98	c  N dy 13955   3117882      8971     24620     22393    124987    163586   2052433      9.77     10.29  --
2964.77/742.25	c  N dy 14073   3137908      8971     24620     22393    144734    163586   2700156      9.77     16.75  --
2997.10/750.39	c  N dy 14170   3163821      8971     24620     22394     91961    163586    975284      9.77     10.30  --
3019.87/756.06	c  N dy 14287   3183840      8971     24620     22394    111724    163586   1607526      9.77     10.60  --
3043.46/761.94	c  N dy 14373   3204354      8971     24620     22394    131883    163586   2227608      9.78     10.34  --
3050.63/763.79	c  S st 14397   3211641      8971     24620     22395    139094    163586   2487135      9.78      8.46  --
3051.83/764.08	c  S st 14397   3212148      8971     24620     22470    139600    163586   2512195      9.78   no data  --
3051.83/764.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
3051.83/764.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3055.83/765.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     45 BRemL:    133 BRemN:      0 P: 18.8M T:  3.61
3056.23/765.12	c bin-w-bin subsume rem            9 bins  time:  0.02 s
3059.02/765.80	c subs with bin:      124  lits-rem:       843  v-fix:    0  time:  2.74 s
3059.02/765.82	c Subs w/ non-existent bins:      0 l-rem:   1363 v-fix:     0 done:   2727 time:  0.08 s
3059.02/765.83	c Removed useless bin:       0  fixed:     0  props:   0.62M  time:  0.03 s
3086.58/772.77	c lits-rem:      2703  cl-subs:     2312  v-elim:      0  v-fix:    0  time: 27.72 s
3086.58/772.78	c vivif2 --  cl tried    24620 cl shrink        0 lits rem          0 time: 0.03
3087.80/773.03	c vivif2 --  cl tried   137164 cl shrink    15015 lits rem      97442 time: 0.97
3089.37/773.40	c asymm  cl-useful: 42/3635/24620 lits-rem:46 time: 1.51
3089.37/773.41	c calculated reachability. Time: 0.01
3089.37/773.41	c  N dy 14397   3212148      8971     24620     22380    137159    163540   2365268      9.78   no data  --
3089.37/773.43	c Finding binary XORs  T:     0.06 s  found:       0
3112.55/779.22	c  N dy 14464   3232232      8971     24620     22383    156904    163540   2988370      9.77     10.74  --
3137.71/785.53	c  N dy 14549   3252446      8971     24620     22383     96865    163540   1151389      9.77     10.30  --
3156.88/790.35	c  N dy 14633   3272484      8971     24620     22388    116528    163540   1738624      9.77     10.38  --
3182.45/796.74	c  N dy 14757   3292527      8971     24620     22388    136323    163540   2397435      9.78     13.05  --
3210.01/803.65	c  N dy 14877   3312599      8971     24620     22390    156105    163540   3006814      9.79     10.31  --
3234.38/809.79	c  N dy 14941   3335502      8971     24620     22393     98280    163540   1056833      9.78     10.72  --
3255.55/815.06	c  N dy 15028   3355594      8971     24620     22393    118074    163540   1663123      9.78     14.58  --
3277.92/820.62	c  N dy 15096   3377522      8971     24620     22420    139452    163540   2240423      9.78     10.33  --
3301.89/826.66	c  N dy 15166   3397560      8971     24620     22422    159104    163540   2826629      9.78     10.32  --
3330.65/833.82	c  N dy 15246   3420113      8971     24620     22424    100270    163540   1171178      9.78     10.62  --
3351.44/839.09	c  N dy 15340   3440171      8971     24620     22427    119965    163540   1746093      9.78     11.62  --
3376.19/845.29	c  N dy 15455   3460179      8971     24620     22430    139723    163540   2363602      9.78     13.92  --
3402.55/851.82	c  N dy 15553   3480263      8971     24620     22437    159425    163540   2971862      9.79     10.92  --
3425.74/857.69	c  N dy 15614   3500538      8971     24620     22437     97253    163540   1060649      9.78     10.36  --
3445.69/862.67	c  N dy 15723   3520810      8971     24620     22439    117164    163540   1650154      9.79     10.32  --
3470.45/868.84	c  N dy 15823   3543105      8971     24620     22439    139171    163540   2417787      9.79     10.31  --
3495.63/875.13	c  N dy 15914   3563185      8971     24620     22440    158795    163540   2974144      9.79     11.35  --
3525.59/882.69	c  N dy 16019   3585043      8971     24620     22442     97264    163540   1055044      9.79     10.34  --
3547.56/888.13	c  N dy 16106   3606289      8971     24620     22444    118150    163540   1661517      9.80     10.33  --
3574.72/894.98	c  N dy 16240   3626346      8971     24620     22465    137965    163540   2318331      9.80     11.51  --
3602.68/901.96	c  N dy 16347   3646383      8971     24620     22466    157726    163540   2937239      9.80     14.48  --
3633.84/909.75	c  N dy 16440   3666848      8971     24620     22467    177915    163540   3590512      9.81     10.38  --
3658.63/915.97	c  N dy 16546   3687971      8971     24620     22469    114301    163540   1491975      9.81     10.38  --
3679.78/921.25	c  N dy 16627   3708587      8971     24620     22496    134592    163540   2116950      9.81     10.33  --
3684.17/922.35	c  S st 16637   3712152      8971     24620     22496    138107    163540   2235295      9.81   no data  --
3685.39/922.66	c  S st 16637   3712653      8971     24620     22496    138607    163540   2253493      9.81   no data  --
3685.39/922.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
3685.39/922.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
3688.97/923.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     44 BRemL:     83 BRemN:      0 P: 18.3M T:  3.45
3689.39/923.64	c bin-w-bin subsume rem           12 bins  time:  0.02 s
3691.37/924.19	c subs with bin:      103  lits-rem:        60  v-fix:    0  time:  2.21 s
3691.77/924.21	c Subs w/ non-existent bins:      0 l-rem:   2504 v-fix:     0 done:   2369 time:  0.10 s
3691.77/924.22	c Removed useless bin:       0  fixed:     0  props:   0.62M  time:  0.03 s
3718.53/930.96	c lits-rem:      3187  cl-subs:     2231  v-elim:      0  v-fix:    0  time: 26.89 s
3718.53/930.96	c vivif2 --  cl tried    24619 cl shrink        0 lits rem          0 time: 0.03
3719.32/931.18	c vivif2 --  cl tried   136273 cl shrink    12043 lits rem      74576 time: 0.88
3720.92/931.57	c asymm  cl-useful: 37/2710/24619 lits-rem:37 time: 1.52
3720.92/931.58	c calculated reachability. Time: 0.01
3720.92/931.58	c  N dy 16637   3712653      8971     24619     22447    136272    163498   2137025      9.81   no data  --
3720.92/931.59	c Finding binary XORs  T:     0.06 s  found:       0
3746.90/938.01	c  N dy 16745   3732736      8971     24619     22448    155989    163498   2745584      9.81     10.38  --
3774.04/944.89	c  F st 16835   3751562      8971     24619     22448    174548    163498   3316108      9.81   no data  --
3776.05/945.32	c  N st 16838   3752749      8971     24619     22448    175718    163498   3359510      9.81   no data  --
3802.01/951.89	c  N dy 16929   3772999      8971     24619     22449    110063    163498   1359516      9.82     10.37  --
3824.38/957.45	c  N dy 17013   3794323      8971     24619     22451    130981    163498   1998978      9.82     10.38  --
3852.36/964.46	c  N dy 17124   3814445      8971     24619     22451    150856    163498   2618560      9.82     10.55  --
3881.91/971.83	c  N dy 17215   3834499      8971     24619     22451    170655    163498   3243581      9.82     14.67  --
3911.47/979.28	c  N dy 17348   3854669      8971     24619     22453    104585    163498   1171710      9.83     10.71  --
3931.46/984.22	c  N dy 17415   3874795      8971     24619     22453    124256    163498   1742976      9.83     10.36  --
3956.18/990.45	c  N dy 17508   3894893      8971     24619     22453    144049    163498   2340263      9.83     17.98  --
3980.15/996.41	c  N dy 17580   3915840      8971     24619     22455    164190    163498   2845944      9.83     10.39  --
4010.91/1004.11	c  N dy 17691   3935851      8971     24619     22455    183851    163498   3482909      9.83     11.63  --
4035.28/1010.27	c  N dy 17760   3955896      8971     24619     22456    116997    163498   1509363      9.83     12.55  --
4059.64/1016.37	c  N dy 17859   3976013      8971     24619     22494    136726    163498   2080233      9.83     10.39  --
4086.81/1023.11	c  N dy 17973   3996100      8971     24619     22494    156513    163498   2739433      9.84     10.84  --
4117.97/1030.91	c  N dy 18102   4016426      8971     24619     22495    176603    163498   3413024      9.84     10.39  --
4141.53/1036.80	c  N dy 18158   4036534      8971     24619     22495    108363    163498   1215647      9.84     10.72  --
4163.92/1042.49	c  N dy 18257   4058005      8971     24619     22497    129314    163498   1811391      9.84     10.43  --
4190.29/1049.08	c  N dy 18365   4078008      8971     24619     22497    149009    163498   2433077      9.85     10.37  --
4221.05/1056.71	c  N dy 18459   4098676      8971     24619     22500    169297    163498   3095303      9.85     10.39  --
4250.99/1064.29	c  N dy 18553   4118786      8971     24619     22507    189079    163498   3685708      9.85     10.47  --
4269.38/1068.86	c  N dy 18611   4139333      8971     24619     22507    120043    163498   1395672      9.85     10.37  --
4293.73/1074.98	c  N dy 18711   4159456      8971     24619     22507    139857    163498   1989793      9.85     10.40  --
4318.49/1081.14	c  N dy 18783   4179504      8971     24619     22533    159372    163498   2540510      9.85     15.66  --
4347.65/1088.47	c  N dy 18881   4199904      8971     24619     22533    179434    163498   3131541      9.85     10.38  --
4368.83/1093.79	c  S st 18936   4212653      8971     24619     22534    192020    163498   3528631      9.85   no data  --
4370.45/1094.13	c  S st 18936   4213155      8971     24619     22534    192521    163498   3545842      9.85   no data  --
4370.45/1094.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
4370.45/1094.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
4374.84/1095.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     28 BRemL:     73 BRemN:      0 P: 23.6M T:  4.33
4375.24/1095.39	c bin-w-bin subsume rem           11 bins  time:  0.02 s
4379.23/1096.39	c subs with bin:       99  lits-rem:       379  v-fix:    0  time:  3.97 s
4379.63/1096.41	c Subs w/ non-existent bins:      0 l-rem:   1844 v-fix:     0 done:   2722 time:  0.09 s
4379.63/1096.42	c Removed useless bin:       0  fixed:     0  props:   0.62M  time:  0.03 s
4525.41/1132.96	c lits-rem:      1684  cl-subs:     5722  v-elim:      0  v-fix:    0  time: 145.92 s
4525.41/1132.97	c vivif2 --  cl tried    24615 cl shrink        0 lits rem          0 time: 0.03
4527.02/1133.38	c vivif2 --  cl tried   186704 cl shrink    23398 lits rem     141979 time: 1.63
4528.63/1133.77	c asymm  cl-useful: 9/3102/24615 lits-rem:9 time: 1.56
4528.63/1133.79	c calculated reachability. Time: 0.01
4528.63/1133.79	c  N dy 18936   4213155      8971     24615     22478    186704    163459   3308038      9.85   no data  --
4555.00/1140.38	c  N dy 19024   4233483      8971     24615     22479    117020    163459   1423122      9.85     10.41  --
4576.97/1145.89	c  N dy 19111   4253514      8971     24615     22479    136731    163459   2030281      9.85     12.54  --
4597.32/1150.95	c  N dy 19137   4273722      8971     24615     22480    156428    163459   2540241      9.84     10.38  --
4628.48/1158.74	c  N dy 19229   4293885      8971     24615     22484    176310    163459   3199031      9.84     10.37  --
4660.04/1166.65	c  N dy 19306   4314971      8971     24615     22485    106077    163459   1052578      9.84     10.37  --
4680.40/1171.76	c  N dy 19386   4334986      8971     24615     22487    125759    163459   1654742      9.84     10.41  --
4700.00/1176.68	c  N dy 19418   4355231      8971     24615     22488    144837    163459   2100423      9.84     10.44  --
4722.74/1182.33	c  N dy 19464   4377747      8971     24615     22490    166060    163459   2580765      9.83     10.38  --
4753.50/1190.05	c  N dy 19573   4397990      8971     24615     22492    185969    163459   3211729      9.84     10.43  --
4780.26/1196.76	c  N dy 19654   4418549      8971     24615     22493    115736    163459   1310368      9.84     10.37  --
4799.05/1201.41	c  N dy 19713   4438695      8970     24615     22500    134996    163459   1762883      9.83     10.36  --

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: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 1.08 1.10 1.45 6/175 22716
/proc/meminfo: memFree=29725140/32951132 swapFree=67061144/67111528
[pid=22716] ppid=22714 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 413 0 0 0 0 0 0 0 22 0 4 0 877187015 52465664 353 33554432000 4194304 4650419 140734212821776 18446744073709551615 47100800292786 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 12809 353 303 112 0 7774 0
[pid=22716/tid=22717] ppid=22714 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 877187015 52465664 353 33554432000 4194304 4650419 140734212821776 18446744073709551615 47100800292786 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 877187015 52465664 353 33554432000 4194304 4650419 140734212821776 18446744073709551615 47100800292786 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 877187015 52465664 353 33554432000 4194304 4650419 140734212821776 18446744073709551615 210647202801 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.05888 s]
/proc/loadavg: 1.08 1.10 1.45 6/175 22716
/proc/meminfo: memFree=29725140/32951132 swapFree=67061144/67111528
[pid=22716] ppid=22714 vsize=353596 CPUtime=0.2 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 31423 0 0 0 13 7 0 0 18 0 4 0 877187015 362082304 22879 33554432000 4194304 4650419 140734212821776 18446744073709551615 4514625 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 88399 22882 345 112 0 83364 0
[pid=22716/tid=22717] ppid=22714 vsize=353596 CPUtime=0.04 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 7808 0 0 0 3 1 0 0 18 0 4 0 877187015 362082304 22882 33554432000 4194304 4650419 140734212821776 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=353596 CPUtime=0.05 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 7787 0 0 0 3 2 0 0 18 0 4 0 877187015 362082304 22882 33554432000 4194304 4650419 140734212821776 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=353596 CPUtime=0.03 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 7637 0 0 0 2 1 0 0 25 0 4 0 877187015 362082304 22882 33554432000 4194304 4650419 140734212821776 18446744073709551615 210646805030 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 353596

[startup+0.10122 s]
/proc/loadavg: 1.08 1.10 1.45 6/175 22716
/proc/meminfo: memFree=29725140/32951132 swapFree=67061144/67111528
[pid=22716] ppid=22714 vsize=357404 CPUtime=0.41 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 36897 0 0 0 32 9 0 0 18 0 4 0 877187015 365981696 28353 33554432000 4194304 4650419 140734212821776 18446744073709551615 4373896 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 89417 28886 345 112 0 84382 0
[pid=22716/tid=22717] ppid=22714 vsize=358064 CPUtime=0.1 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 9406 0 0 0 9 1 0 0 18 0 4 0 877187015 366657536 29494 33554432000 4194304 4650419 140734212821776 18446744073709551615 4545872 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=359820 CPUtime=0.1 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 9732 0 0 0 8 2 0 0 18 0 4 0 877187015 368455680 30014 33554432000 4194304 4650419 140734212821776 18446744073709551615 210646811120 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=359820 CPUtime=0.94 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) D 22714 22716 21620 0 -1 4202560 10401 0 0 0 92 2 0 0 19 0 4 0 877187015 368455680 33770 33554432000 4194304 4650419 140734212821776 18446744073709551615 210646843503 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 357404

[startup+1.06071 s]
/proc/loadavg: 1.08 1.10 1.45 6/175 22716
/proc/meminfo: memFree=29725140/32951132 swapFree=67061144/67111528
[pid=22716] ppid=22714 vsize=371476 CPUtime=4.2 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 44027 0 0 0 410 10 0 0 19 0 4 0 877187015 380391424 33797 33554432000 4194304 4650419 140734212821776 18446744073709551615 4246027 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 92869 33797 373 112 0 87834 0
[pid=22716/tid=22717] ppid=22714 vsize=371476 CPUtime=1.05 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 11079 0 0 0 103 2 0 0 19 0 4 0 877187015 380391424 33797 33554432000 4194304 4650419 140734212821776 18446744073709551615 4370875 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=371476 CPUtime=1.04 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 11053 0 0 0 102 2 0 0 19 0 4 0 877187015 380391424 33797 33554432000 4194304 4650419 140734212821776 18446744073709551615 4370035 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=371476 CPUtime=1.04 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 10428 0 0 0 102 2 0 0 19 0 4 0 877187015 380391424 33797 33554432000 4194304 4650419 140734212821776 18446744073709551615 4334208 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.2
Current children cumulated vsize (KiB) 371476

[startup+1.16069 s]
/proc/loadavg: 1.08 1.10 1.45 6/175 22716
/proc/meminfo: memFree=29725140/32951132 swapFree=67061144/67111528
[pid=22716] ppid=22714 vsize=371476 CPUtime=4.6 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 44047 0 0 0 450 10 0 0 19 0 4 0 877187015 380391424 33817 33554432000 4194304 4650419 140734212821776 18446744073709551615 4369856 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 92869 33817 373 112 0 87834 0
[pid=22716/tid=22717] ppid=22714 vsize=371476 CPUtime=1.15 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 11079 0 0 0 113 2 0 0 19 0 4 0 877187015 380391424 33817 33554432000 4194304 4650419 140734212821776 18446744073709551615 4369221 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=371476 CPUtime=1.14 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 11053 0 0 0 112 2 0 0 19 0 4 0 877187015 380391424 33817 33554432000 4194304 4650419 140734212821776 18446744073709551615 4369376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=371476 CPUtime=1.13 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 10448 0 0 0 111 2 0 0 19 0 4 0 877187015 380391424 33817 33554432000 4194304 4650419 140734212821776 18446744073709551615 4303950 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 371476

[startup+1.50064 s]
/proc/loadavg: 1.08 1.10 1.45 6/175 22716
/proc/meminfo: memFree=29725140/32951132 swapFree=67061144/67111528
[pid=22716] ppid=22714 vsize=371988 CPUtime=5.96 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 45410 0 0 0 586 10 0 0 19 0 4 0 877187015 380915712 35180 33554432000 4194304 4650419 140734212821776 18446744073709551615 4369376 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 92997 35180 374 112 0 87962 0
[pid=22716/tid=22717] ppid=22714 vsize=371988 CPUtime=1.49 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 11193 0 0 0 147 2 0 0 19 0 4 0 877187015 380915712 35180 33554432000 4194304 4650419 140734212821776 18446744073709551615 4369856 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=371988 CPUtime=1.48 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 11166 0 0 0 146 2 0 0 19 0 4 0 877187015 380915712 35180 33554432000 4194304 4650419 140734212821776 18446744073709551615 4369075 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=371988 CPUtime=1.48 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 11466 0 0 0 145 3 0 0 19 0 4 0 877187015 380915712 35180 33554432000 4194304 4650419 140734212821776 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 371988

[startup+3.10037 s]
/proc/loadavg: 1.08 1.10 1.45 9/179 22720
/proc/meminfo: memFree=29544328/32951132 swapFree=67061144/67111528
[pid=22716] ppid=22714 vsize=371988 CPUtime=12.35 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 45779 0 0 0 1224 11 0 0 25 0 4 0 877187015 380915712 35549 33554432000 4194304 4650419 140734212821776 18446744073709551615 4370395 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 92997 35549 374 112 0 87962 0
[pid=22716/tid=22717] ppid=22714 vsize=371988 CPUtime=3.09 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 11197 0 0 0 307 2 0 0 24 0 4 0 877187015 380915712 35549 33554432000 4194304 4650419 140734212821776 18446744073709551615 4369387 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=371988 CPUtime=3.08 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 11170 0 0 0 306 2 0 0 25 0 4 0 877187015 380915712 35549 33554432000 4194304 4650419 140734212821776 18446744073709551615 4369176 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=371988 CPUtime=3.07 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 11823 0 0 0 304 3 0 0 25 0 4 0 877187015 380915712 35549 33554432000 4194304 4650419 140734212821776 18446744073709551615 4364883 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 371988

[startup+6.30683 s]
/proc/loadavg: 1.79 1.25 1.50 9/179 22720
/proc/meminfo: memFree=29532596/32951132 swapFree=67061144/67111528
[pid=22716] ppid=22714 vsize=375112 CPUtime=25.15 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 47551 0 0 0 2504 11 0 0 25 0 4 0 877187015 384114688 36295 33554432000 4194304 4650419 140734212821776 18446744073709551615 4369075 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 93778 36295 377 112 0 88743 0
[pid=22716/tid=22717] ppid=22714 vsize=375112 CPUtime=6.29 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 11211 0 0 0 627 2 0 0 25 0 4 0 877187015 384114688 36295 33554432000 4194304 4650419 140734212821776 18446744073709551615 4243590 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=375112 CPUtime=6.29 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 11185 0 0 0 627 2 0 0 25 0 4 0 877187015 384114688 36295 33554432000 4194304 4650419 140734212821776 18446744073709551615 4370329 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=375112 CPUtime=6.26 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 13553 0 0 0 622 4 0 0 25 0 4 0 877187015 384114688 36295 33554432000 4194304 4650419 140734212821776 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 375112

[startup+12.7008 s]
/proc/loadavg: 2.29 1.36 1.53 9/179 22722
/proc/meminfo: memFree=29465604/32951132 swapFree=67061144/67111528
[pid=22716] ppid=22714 vsize=371312 CPUtime=50.7 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 70010 0 0 0 5054 16 0 0 25 0 4 0 877187015 380223488 50542 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365535 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 92828 50542 395 112 0 87793 0
[pid=22716/tid=22717] ppid=22714 vsize=371312 CPUtime=12.69 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 18095 0 0 0 1266 3 0 0 25 0 4 0 877187015 380223488 50542 33554432000 4194304 4650419 140734212821776 18446744073709551615 4349707 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=371312 CPUtime=12.69 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 17211 0 0 0 1265 4 0 0 25 0 4 0 877187015 380223488 50542 33554432000 4194304 4650419 140734212821776 18446744073709551615 4363335 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=371312 CPUtime=12.62 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 16141 0 0 0 1258 4 0 0 25 0 4 0 877187015 380223488 50542 33554432000 4194304 4650419 140734212821776 18446744073709551615 4229668 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 371312

[startup+25.5006 s]
/proc/loadavg: 3.55 1.68 1.64 9/179 22722
/proc/meminfo: memFree=29293572/32951132 swapFree=67061144/67111528
[pid=22716] ppid=22714 vsize=591708 CPUtime=101.82 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 115206 0 0 0 10153 29 0 0 25 0 4 0 877187015 605908992 87894 33554432000 4194304 4650419 140734212821776 18446744073709551615 4370723 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 147927 87894 395 112 0 142892 0
[pid=22716/tid=22717] ppid=22714 vsize=591708 CPUtime=25.49 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 29905 0 0 0 2543 6 0 0 25 0 4 0 877187015 605908992 87894 33554432000 4194304 4650419 140734212821776 18446744073709551615 4333874 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=591708 CPUtime=25.49 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 25322 0 0 0 2542 7 0 0 25 0 4 0 877187015 605908992 87894 33554432000 4194304 4650419 140734212821776 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=591708 CPUtime=25.34 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 29425 0 0 0 2527 7 0 0 25 0 4 0 877187015 605908992 87894 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 591708

[startup+51.1003 s]
/proc/loadavg: 5.07 2.19 1.80 9/179 22722
/proc/meminfo: memFree=29190476/32951132 swapFree=67061144/67111528
[pid=22716] ppid=22714 vsize=612196 CPUtime=204.08 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 149969 0 0 0 20369 39 0 0 25 0 4 0 877187015 626888704 106561 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 153049 106561 395 112 0 148014 0
[pid=22716/tid=22717] ppid=22714 vsize=612196 CPUtime=51.09 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 39869 0 0 0 5100 9 0 0 25 0 4 0 877187015 626888704 106561 33554432000 4194304 4650419 140734212821776 18446744073709551615 4476449 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=612196 CPUtime=51.08 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 31000 0 0 0 5100 8 0 0 25 0 4 0 877187015 626888704 106561 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=612196 CPUtime=50.81 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 41643 0 0 0 5071 10 0 0 25 0 4 0 877187015 626888704 106561 33554432000 4194304 4650419 140734212821776 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 612196

[startup+102.301 s]
/proc/loadavg: 6.73 3.08 2.13 9/179 22724
/proc/meminfo: memFree=29102528/32951132 swapFree=67061144/67111528
[pid=22716] ppid=22714 vsize=765104 CPUtime=408.61 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 186855 0 0 0 40809 52 0 0 25 0 4 0 877187015 783466496 124301 33554432000 4194304 4650419 140734212821776 18446744073709551615 4367429 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 191276 124301 395 112 0 186241 0
[pid=22716/tid=22717] ppid=22714 vsize=765104 CPUtime=102.29 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 49521 0 0 0 10217 12 0 0 25 0 4 0 877187015 783466496 124301 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=765104 CPUtime=102.28 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 36470 0 0 0 10218 10 0 0 25 0 4 0 877187015 783466496 124301 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=765104 CPUtime=101.73 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 50720 0 0 0 10159 14 0 0 25 0 4 0 877187015 783466496 124301 33554432000 4194304 4650419 140734212821776 18446744073709551615 4363566 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 765104

[startup+162.301 s]

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

[pid=22716] ppid=22714 vsize=941044 CPUtime=2805.36 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 490276 0 0 0 280341 195 0 0 25 0 4 0 877187015 963629056 167852 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 235261 167852 397 112 0 230226 0
[pid=22716/tid=22717] ppid=22714 vsize=941044 CPUtime=702.3 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 138213 0 0 0 70173 57 0 0 25 0 4 0 877187015 963629056 167852 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=941044 CPUtime=702.27 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 53264 0 0 0 70208 19 0 0 25 0 4 0 877187015 963629056 167852 33554432000 4194304 4650419 140734212821776 18446744073709551615 4368288 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=941044 CPUtime=698.47 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 163565 0 0 0 69784 63 0 0 25 0 4 0 877187015 963629056 167852 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.36
Current children cumulated vsize (KiB) 941044

[startup+762.3 s]
/proc/loadavg: 8.13 7.55 5.14 9/179 22742
/proc/meminfo: memFree=28772296/32951132 swapFree=67061144/67111528
[pid=22716] ppid=22714 vsize=942424 CPUtime=3045.03 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 520939 0 0 0 304294 209 0 0 25 0 4 0 877187015 965042176 164041 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 235606 164041 397 112 0 230571 0
[pid=22716/tid=22717] ppid=22714 vsize=942424 CPUtime=762.29 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 146404 0 0 0 76169 60 0 0 25 0 4 0 877187015 965042176 164041 33554432000 4194304 4650419 140734212821776 18446744073709551615 4369908 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=942424 CPUtime=762.27 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 54305 0 0 0 76207 20 0 0 25 0 4 0 877187015 965042176 164041 33554432000 4194304 4650419 140734212821776 18446744073709551615 4366943 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=942424 CPUtime=758.14 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 177005 0 0 0 75746 68 0 0 25 0 4 0 877187015 965042176 164041 33554432000 4194304 4650419 140734212821776 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.03
Current children cumulated vsize (KiB) 942424

[startup+822.3 s]
/proc/loadavg: 8.17 7.66 5.33 9/179 22742
/proc/meminfo: memFree=28696020/32951132 swapFree=67061144/67111528
[pid=22716] ppid=22714 vsize=942044 CPUtime=3284.71 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 554107 0 0 0 328247 224 0 0 25 0 4 0 877187015 964653056 174525 33554432000 4194304 4650419 140734212821776 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 235511 174525 395 112 0 230476 0
[pid=22716/tid=22717] ppid=22714 vsize=942044 CPUtime=822.3 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 154834 0 0 0 82165 65 0 0 25 0 4 0 877187015 964653056 174525 33554432000 4194304 4650419 140734212821776 18446744073709551615 4367013 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=942044 CPUtime=822.27 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 55841 0 0 0 82205 22 0 0 25 0 4 0 877187015 964653056 174525 33554432000 4194304 4650419 140734212821776 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=942044 CPUtime=817.82 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 186224 0 0 0 81710 72 0 0 25 0 4 0 877187015 964653056 174525 33554432000 4194304 4650419 140734212821776 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.71
Current children cumulated vsize (KiB) 942044

[startup+882.301 s]
/proc/loadavg: 8.17 7.75 5.50 9/179 22744
/proc/meminfo: memFree=28677400/32951132 swapFree=67061144/67111528
[pid=22716] ppid=22714 vsize=897716 CPUtime=3524.39 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 582912 0 0 0 352200 239 0 0 25 0 4 0 877187015 919261184 183528 33554432000 4194304 4650419 140734212821776 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 224429 183528 395 112 0 219394 0
[pid=22716/tid=22717] ppid=22714 vsize=897716 CPUtime=882.3 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 162510 0 0 0 88161 69 0 0 25 0 4 0 877187015 919261184 183528 33554432000 4194304 4650419 140734212821776 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=897716 CPUtime=882.27 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 60575 0 0 0 88202 25 0 0 25 0 4 0 877187015 919261184 183528 33554432000 4194304 4650419 140734212821776 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=897716 CPUtime=877.49 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 195780 0 0 0 87673 76 0 0 25 0 4 0 877187015 919261184 183528 33554432000 4194304 4650419 140734212821776 18446744073709551615 4333611 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.39
Current children cumulated vsize (KiB) 897716

[startup+942.301 s]
/proc/loadavg: 8.16 7.82 5.67 9/179 22746
/proc/meminfo: memFree=28645636/32951132 swapFree=67061144/67111528
[pid=22716] ppid=22714 vsize=1083348 CPUtime=3764.08 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 616186 0 0 0 376151 257 0 0 25 0 4 0 877187015 1109348352 185647 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 270837 185647 395 112 0 265802 0
[pid=22716/tid=22717] ppid=22714 vsize=1083348 CPUtime=942.3 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 171672 0 0 0 94158 72 0 0 25 0 4 0 877187015 1109348352 185647 33554432000 4194304 4650419 140734212821776 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=1083348 CPUtime=942.28 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 62825 0 0 0 94201 27 0 0 25 0 4 0 877187015 1109348352 185647 33554432000 4194304 4650419 140734212821776 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=1083348 CPUtime=937.16 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 210363 0 0 0 93634 82 0 0 25 0 4 0 877187015 1109348352 185647 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.08
Current children cumulated vsize (KiB) 1083348

[startup+1002.3 s]
/proc/loadavg: 8.15 7.88 5.82 9/179 22757
/proc/meminfo: memFree=28639864/32951132 swapFree=67061144/67111528
[pid=22716] ppid=22714 vsize=1025824 CPUtime=4003.72 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 637219 0 0 0 400103 269 0 0 25 0 4 0 877187015 1050443776 186109 33554432000 4194304 4650419 140734212821776 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 256456 186109 395 112 0 251421 0
[pid=22716/tid=22717] ppid=22714 vsize=1025824 CPUtime=1002.28 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 176693 0 0 0 100153 75 0 0 25 0 4 0 877187015 1050443776 186109 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=1025824 CPUtime=1002.27 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 64318 0 0 0 100199 28 0 0 25 0 4 0 877187015 1050443776 186109 33554432000 4194304 4650419 140734212821776 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=1025824 CPUtime=996.84 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 219792 0 0 0 99596 88 0 0 25 0 4 0 877187015 1050443776 186109 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.72
Current children cumulated vsize (KiB) 1025824

[startup+1062.31 s]
/proc/loadavg: 8.09 7.91 5.96 9/179 22759
/proc/meminfo: memFree=28562840/32951132 swapFree=67061144/67111528
[pid=22716] ppid=22714 vsize=1234368 CPUtime=4243.42 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 668388 0 0 0 424056 286 0 0 25 0 4 0 877187015 1263992832 200685 33554432000 4194304 4650419 140734212821776 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 308592 200685 395 112 0 303557 0
[pid=22716/tid=22717] ppid=22714 vsize=1234368 CPUtime=1062.29 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 185371 0 0 0 106148 81 0 0 25 0 4 0 877187015 1263992832 200685 33554432000 4194304 4650419 140734212821776 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=1234368 CPUtime=1062.27 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 69597 0 0 0 106196 31 0 0 25 0 4 0 877187015 1263992832 200685 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=1234368 CPUtime=1056.52 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 231982 0 0 0 105559 93 0 0 25 0 4 0 877187015 1263992832 200685 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.42
Current children cumulated vsize (KiB) 1234368

[startup+1122.3 s]
/proc/loadavg: 8.15 7.97 6.10 9/179 22759
/proc/meminfo: memFree=28594460/32951132 swapFree=67061144/67111528
[pid=22716] ppid=22714 vsize=1186244 CPUtime=4483.07 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 690154 0 0 0 448008 299 0 0 25 0 4 0 877187015 1214713856 198963 33554432000 4194304 4650419 140734212821776 18446744073709551615 4476365 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 296561 198963 395 112 0 291526 0
[pid=22716/tid=22717] ppid=22714 vsize=1186244 CPUtime=1122.29 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 190282 0 0 0 112145 84 0 0 25 0 4 0 877187015 1214713856 198963 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=1186244 CPUtime=1122.27 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 76797 0 0 0 112190 37 0 0 25 0 4 0 877187015 1214713856 198963 33554432000 4194304 4650419 140734212821776 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=1186244 CPUtime=1116.18 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 240626 0 0 0 111521 97 0 0 25 0 4 0 877187015 1214713856 198963 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.07
Current children cumulated vsize (KiB) 1186244

[startup+1182.3 s]
/proc/loadavg: 8.09 7.99 6.22 9/179 22761
/proc/meminfo: memFree=28520548/32951132 swapFree=67061144/67111528
[pid=22716] ppid=22714 vsize=1065104 CPUtime=4722.74 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 714635 0 0 0 471960 314 0 0 25 0 4 0 877187015 1090666496 205902 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 266276 205902 395 112 0 261241 0
[pid=22716/tid=22717] ppid=22714 vsize=1065104 CPUtime=1182.29 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 198357 0 0 0 118140 89 0 0 25 0 4 0 877187015 1090666496 205902 33554432000 4194304 4650419 140734212821776 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=1065104 CPUtime=1182.27 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 78424 0 0 0 118189 38 0 0 25 0 4 0 877187015 1090666496 205902 33554432000 4194304 4650419 140734212821776 18446744073709551615 4368084 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=1065104 CPUtime=1175.85 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 249801 0 0 0 117483 102 0 0 25 0 4 0 877187015 1090666496 205902 33554432000 4194304 4650419 140734212821776 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.74
Current children cumulated vsize (KiB) 1065104



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.00 6.26 9/179 22761
/proc/meminfo: memFree=28550552/32951132 swapFree=67061144/67111528
[pid=22716] ppid=22714 vsize=1126304 CPUtime=4800.26 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 722792 0 0 0 479708 318 0 0 25 0 4 0 877187015 1153335296 201130 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 281576 201130 395 112 0 276541 0
[pid=22716/tid=22717] ppid=22714 vsize=1126304 CPUtime=1201.7 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 199627 0 0 0 120080 90 0 0 25 0 4 0 877187015 1153335296 201130 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=1126304 CPUtime=1201.68 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 79545 0 0 0 120129 39 0 0 25 0 4 0 877187015 1153335296 201130 33554432000 4194304 4650419 140734212821776 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=1126304 CPUtime=1195.16 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 252869 0 0 0 119412 104 0 0 25 0 4 0 877187015 1153335296 201130 33554432000 4194304 4650419 140734212821776 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1126304

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

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

[startup+1201.7 s]
/proc/loadavg: 8.12 8.00 6.26 9/179 22761
/proc/meminfo: memFree=28550552/32951132 swapFree=67061144/67111528
[pid=22716] ppid=22714 vsize=1126304 CPUtime=4800.26 cores=1,3,5,7
/proc/22716/stat : 22716 (strangenight1-m) R 22714 22716 21620 0 -1 4202496 722792 0 0 0 479708 318 0 0 25 0 4 0 877187015 1153335296 201130 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/22716/statm: 281576 201130 395 112 0 276541 0
[pid=22716/tid=22717] ppid=22714 vsize=1126304 CPUtime=1201.7 cores=1,3,5,7
/proc/22716/task/22717/stat : 22717 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 199627 0 0 0 120080 90 0 0 25 0 4 0 877187015 1153335296 201130 33554432000 4194304 4650419 140734212821776 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=22716/tid=22718] ppid=22714 vsize=1126304 CPUtime=1201.68 cores=1,3,5,7
/proc/22716/task/22718/stat : 22718 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 79545 0 0 0 120129 39 0 0 25 0 4 0 877187015 1153335296 201130 33554432000 4194304 4650419 140734212821776 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=22716/tid=22719] ppid=22714 vsize=1126304 CPUtime=1195.16 cores=1,3,5,7
/proc/22716/task/22719/stat : 22719 (strangenight1-m) R 22714 22716 21620 0 -1 4202560 252869 0 0 0 119412 104 0 0 25 0 4 0 877187015 1153335296 201130 33554432000 4194304 4650419 140734212821776 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.26
Current children cumulated vsize (KiB) 1126304

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.33
CPU user time (s): 4797.11
CPU system time (s): 3.21751
CPU usage (%): 399.446
Max. virtual memory (cumulated for all children) (KiB): 1313164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.11
system time used= 3.21751
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 722793
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= 1830
involuntary context switches= 22779

runsolver used 1.86672 second user time and 4.71728 second system time

The end

Launcher Data

Begin job on node129 at 2011-06-09 23:44:34
IDJOB=3288738
IDBENCH=83103
IDSOLVER=1588
FILE ID=node129/3288738-1307655874
RUNJOBID= node129-1307655874-22686
PBS_JOBID= 13549398
Free space on /tmp= 74156 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top26.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288738-1307655874/watcher-3288738-1307655874 -o /tmp/evaluation-result-3288738-1307655874/solver-3288738-1307655874 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3288738-1307655874.cnf

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

MD5SUM BENCH= 7ecd2f8efd83504268f0a96fa44f6fe7
RANDOM SEED=1987940859

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
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:     32951132 kB
MemFree:      29725460 kB
Buffers:        381968 kB
Cached:        2571608 kB
SwapCached:      13136 kB
Active:         754864 kB
Inactive:      2220792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      29725460 kB
SwapTotal:    67111528 kB
SwapFree:     67061144 kB
Dirty:           16704 kB
Writeback:           0 kB
AnonPages:       18740 kB
Mapped:           9144 kB
Slab:           186608 kB
PageTables:       4324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   242708 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74148 MiB
End job on node129 at 2011-06-10 00:04:38