Trace number 3288874

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom15.cnf
MD5SUM1f0914c6141fdba914b73575a12b918a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables25972
Number of clauses86411
Sum of the clauses size219707
Maximum clause length879
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 245193
Number of clauses of size 340753
Number of clauses of size 4119
Number of clauses of size 513
Number of clauses of size over 5332

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3288874-1304117201.cnf'
0.00/0.00	c -- header says num vars:          25972
0.00/0.00	c -- header says num clauses:       86411
0.00/0.70	c -- clauses added:            0 learnts,        86411 normals,            0 xors
0.00/0.70	c -- vars added      25972
0.00/0.70	c Parsing time:  0.03 s
0.00/0.70	c  N st     0         0     25972     40532     40681         0    207435         0   no data   no data
0.00/0.70	c asymm  cl-useful: 8/40532/40532 lits-rem:89 time: 0.63
7.15/1.80	c Flit:    65 Blit:   2414 bXBeca:    0 bXProp: 4236 Bins:      0 BRemL:      0 BRemN:      0 P: 22.2M T:  1.11
7.15/1.80	c Cleaning up after failed var search:     0.00 s 
7.15/1.82	c Replacing     4236 vars Replaced   115220 lits Time:     0.01 s 
7.15/1.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.15/1.83	c bin-w-bin subsume rem          605 bins  time:  0.00 s
7.15/1.84	c subs with bin:        0  lits-rem:        12  v-fix:    0  time:  0.01 s
7.15/1.86	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:  17916 time:  0.02 s
7.15/1.87	c Removed useless bin:      40  fixed:     0  props:   2.48M  time:  0.01 s
7.55/1.94	c lits-rem:         0  cl-subs:      180  v-elim:   5972  v-fix:    0  time:  0.07 s
7.55/1.98	c Finding binary XORs  T:     0.04 s  found:      15
7.55/1.98	c Replacing       15 vars Replaced      192 lits Time:     0.00 s 
7.95/2.01	c Finding non-binary XORs:     0.02 s (found:    5550, avg size: 3.0)
7.95/2.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    881 locsubst:  3542 time:   0.01
7.95/2.01	c Replacing     1771 vars Replaced    10626 lits Time:     0.00 s 
7.95/2.02	c calculated reachability. Time: 0.00
7.95/2.02	c Calc default polars -  time:   0.00 s pos:    1314 undec:   16735 neg:    7923
7.95/2.02	c =========================================================================================
7.95/2.02	c types(t): F = full restart, N = normal restart
7.95/2.02	c types(t): S = simplification begin/end, E = solution found
7.95/2.02	c restart types(rt): st = static, dy = dynamic
7.95/2.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
7.95/2.02	c  B st     0         0      9277     15118     12580         0     99714         0   no data   no data
8.75/2.23	c Decided on static restart strategy
9.95/2.53	c  N st     8      4912      9268     15118     12657      4690     99714    165273   no data   no data
13.95/3.60	c  N st    10     11299      9262     15118     12834      7788     99714    419546   no data   no data
16.74/4.26	c  N st    11     17045      9258     15118     12857      8073     99714    204765   no data   no data
21.53/5.48	c  F st    12     25000      9247     15118     13049      9013     99714    299423   no data   no data
21.53/5.50	c  N st    12     25000      9247     15115     12693      8244     98984    285857   no data   no data
21.93/5.52	c Finding binary XORs  T:     0.02 s  found:       0
24.36/6.18	c Decided on static restart strategy
24.36/6.19	c  N st    18     30001      9247     15115     12825     13087     98984    513529   no data   no data
24.36/6.19	c  S st    18     30001      9247     15115     12825     13087     98984    513529   no data   no data
25.13/6.30	c  S st    18     30503      9245     15115     12864     13550     98984    521852   no data   no data
25.13/6.31	c x-sub:  1771 x-cut:      0 vfix:      0 v-elim:    432 locsubst:     0 time:   0.01
26.73/6.73	c Flit:    73 Blit:     11 bXBeca:    0 bXProp:   25 Bins:  83473 BRemL:  40601 BRemN:      8 P:  7.3M T:  0.42
26.73/6.74	c Replacing       25 vars Replaced     1630 lits Time:     0.01 s 
26.73/6.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.73/6.76	c bin-w-bin subsume rem          329 bins  time:  0.01 s
26.73/6.76	c subs with bin:      625  lits-rem:       485  v-fix:    0  time:  0.01 s
26.73/6.78	c Subs w/ non-existent bins:      0 l-rem:      9 v-fix:     0 done:   8704 time:  0.01 s
26.73/6.78	c Removed useless bin:       3  fixed:     0  props:   0.24M  time:  0.00 s
27.13/6.81	c lits-rem:       209  cl-subs:      201  v-elim:   1491  v-fix:    0  time:  0.03 s
27.13/6.83	c subs with bin:       91  lits-rem:       458  v-fix:    0  time:  0.01 s
27.13/6.85	c lits-rem:       146  cl-subs:      259  v-elim:      0  v-fix:    0  time:  0.02 s
27.93/7.00	c asymm  cl-useful: 192/14672/14672 lits-rem:793 time: 0.14
27.93/7.00	c calculated reachability. Time: 0.00
27.93/7.00	c  N st    18     30503      7213     14672     43625      4265     86669    147687   no data   no data
27.93/7.03	c Finding binary XORs  T:     0.02 s  found:       0
31.13/7.85	c  N st    20     37617      7213     14672     43648      7815     86669    285590   no data   no data
35.92/9.03	c  N st    21     44017      7212     14672     43648     14070     86669    682307   no data   no data
35.92/9.07	c Finding binary XORs  T:     0.02 s  found:       0
37.54/9.42	c  S st    22     45754      7211     14670     86279      8856     86538    449731   no data   no data
37.91/9.51	c  S st    22     46255      7211     14670     86288      9346     86538    460687   no data   no data
37.91/9.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    216 locsubst:     0 time:   0.01
38.71/9.79	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:   10 Bins:   1713 BRemL:  50989 BRemN:     84 P:  3.5M T:  0.27
38.71/9.79	c Replacing       10 vars Replaced      370 lits Time:     0.01 s 
39.11/9.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39.11/9.80	c bin-w-bin subsume rem         9378 bins  time:  0.01 s
39.11/9.81	c subs with bin:       75  lits-rem:        36  v-fix:    0  time:  0.00 s
39.11/9.82	c Subs w/ non-existent bins:      0 l-rem:     30 v-fix:     0 done:   6984 time:  0.01 s
39.11/9.82	c Removed useless bin:       2  fixed:     0  props:   0.23M  time:  0.00 s
39.11/9.83	c lits-rem:         1  cl-subs:       56  v-elim:     46  v-fix:    0  time:  0.01 s
39.11/9.85	c subs with bin:        1  lits-rem:        10  v-fix:    0  time:  0.01 s
39.11/9.86	c lits-rem:        40  cl-subs:       87  v-elim:      0  v-fix:    0  time:  0.01 s
39.11/9.87	c vivif2 --  cl tried    14528 cl shrink      106 lits rem        265 time: 0.00
39.11/9.87	c vivif2 --  cl tried     4990 cl shrink      330 lits rem        646 time: 0.00
39.91/10.02	c asymm  cl-useful: 59/14513/14513 lits-rem:136 time: 0.15
39.91/10.02	c calculated reachability. Time: 0.00
39.91/10.02	c  N st    22     46255      6938     14513     26899      4990     84781    122380   no data   no data
51.90/13.03	c  N st    23     60652      6938     14513     26899     12123     84781    729585   no data   no data
51.90/13.06	c Finding binary XORs  T:     0.02 s  found:      14
57.09/14.35	c  N st    24     69384      6927     14459     27935     10904     84340    503444   no data   no data
57.09/14.35	c  S st    24     69384      6927     14459     27935     10904     84340    503444   no data   no data
57.49/14.46	c  S st    24     69884      6924     14459     29120     11402     84340    519776   no data   no data
57.49/14.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    108 locsubst:     0 time:   0.01
58.29/14.68	c Flit:     7 Blit:      0 bXBeca:    0 bXProp:   79 Bins:   2232 BRemL:   7606 BRemN:      3 P:  4.1M T:  0.21
58.69/14.70	c Replacing       93 vars Replaced     8011 lits Time:     0.02 s 
58.69/14.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
58.69/14.70	c bin-w-bin subsume rem          877 bins  time:  0.00 s
58.69/14.71	c subs with bin:      235  lits-rem:       161  v-fix:    0  time:  0.00 s
58.69/14.72	c Subs w/ non-existent bins:      0 l-rem:      6 v-fix:     0 done:   6716 time:  0.01 s
58.69/14.72	c Removed useless bin:       5  fixed:     0  props:   0.21M  time:  0.00 s
58.69/14.73	c lits-rem:        17  cl-subs:      186  v-elim:     77  v-fix:    0  time:  0.01 s
59.10/14.86	c subs with bin:        3  lits-rem:      1344  v-fix:    0  time:  0.11 s
59.50/14.96	c lits-rem:       303  cl-subs:      206  v-elim:      0  v-fix:    0  time:  0.09 s
59.50/14.96	c vivif2 --  cl tried    13930 cl shrink       42 lits rem         52 time: 0.00
59.50/14.98	c vivif2 --  cl tried    10497 cl shrink     1577 lits rem       6906 time: 0.02
60.28/15.12	c asymm  cl-useful: 109/13928/13928 lits-rem:273 time: 0.14
60.28/15.12	c calculated reachability. Time: 0.00
60.28/15.12	c  N st    24     69884      6639     13895     18085     10497     81749    421588   no data   no data
69.47/17.40	c  F st    25     87502      6639     13895     18086     16387     81749    550674   no data   no data
69.47/17.41	c  N st    25     87502      6639     13895     18086     16387     81749    550674   no data   no data
69.47/17.43	c Finding binary XORs  T:     0.02 s  found:      12
72.68/18.22	c Decided on static restart strategy
73.86/18.56	c Finding binary XORs  T:     0.02 s  found:       0
74.26/18.65	c  N st    32     95547      6636     13890     19794     24266     81691   1065652   no data   no data
79.46/19.99	c  N st    34    104826      6635     13890     19804     20662     81691    842536   no data   no data
79.46/19.99	c  S st    34    104826      6635     13890     19804     20662     81691    842536   no data   no data
80.26/20.11	c  S st    34    105330      6634     13890     19821     21162     81691    856763   no data   no data
80.26/20.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
81.07/20.34	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    4 Bins:    143 BRemL:   1794 BRemN:     14 P:  5.0M T:  0.22
81.07/20.37	c Replacing       16 vars Replaced     8601 lits Time:     0.03 s 
81.07/20.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.07/20.37	c bin-w-bin subsume rem          310 bins  time:  0.00 s
81.07/20.38	c subs with bin:       29  lits-rem:        29  v-fix:    0  time:  0.00 s
81.07/20.38	c Subs w/ non-existent bins:      0 l-rem:      1 v-fix:     0 done:   6617 time:  0.01 s
81.07/20.39	c Removed useless bin:       0  fixed:     0  props:   0.21M  time:  0.00 s
81.47/20.41	c lits-rem:         7  cl-subs:       84  v-elim:     39  v-fix:    0  time:  0.02 s
82.24/20.68	c subs with bin:        3  lits-rem:      2747  v-fix:    0  time:  0.25 s
83.45/20.99	c lits-rem:      1442  cl-subs:      485  v-elim:      0  v-fix:    0  time:  0.31 s
83.45/21.00	c vivif2 --  cl tried    13746 cl shrink        1 lits rem          1 time: 0.00
83.85/21.03	c vivif2 --  cl tried    19047 cl shrink     3137 lits rem      14431 time: 0.03
84.65/21.21	c asymm  cl-useful: 61/13746/13746 lits-rem:110 time: 0.18
84.65/21.21	c calculated reachability. Time: 0.00
84.65/21.21	c  N st    34    105330      6578     13736     17006     19047     80789    741612   no data   no data
92.23/23.15	c  N st    35    114928      6578     13736     17006     15130     80789    455789   no data   no data
92.23/23.18	c Finding binary XORs  T:     0.02 s  found:       4
103.44/25.99	c  N st    36    129325      6576     13734     16872     29273     80759   1540752   no data   no data
115.81/29.05	c Finding binary XORs  T:     0.02 s  found:       2
118.20/29.66	c  N st    37    150920      6571     13727     17024     18217     80484    546496   no data   no data
124.19/31.11	c  S st    38    157996      6571     13727     17024     25222     80484   1101298   no data   no data
124.59/31.24	c  S st    38    158499      6571     13727     17040     25722     80484   1112789   no data   no data
124.59/31.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
125.41/31.46	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    6 Bins:    351 BRemL:    739 BRemN:      3 P:  5.2M T:  0.21
125.41/31.48	c Replacing       12 vars Replaced      898 lits Time:     0.02 s 
125.41/31.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
125.41/31.48	c bin-w-bin subsume rem          218 bins  time:  0.00 s
125.41/31.49	c subs with bin:       34  lits-rem:        36  v-fix:    0  time:  0.00 s
125.41/31.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6558 time:  0.01 s
125.78/31.50	c Removed useless bin:       2  fixed:     0  props:   0.21M  time:  0.00 s
125.78/31.52	c lits-rem:         9  cl-subs:       28  v-elim:     10  v-fix:    0  time:  0.02 s
126.99/31.84	c subs with bin:       33  lits-rem:      2545  v-fix:    0  time:  0.29 s
128.99/32.36	c lits-rem:      1634  cl-subs:      684  v-elim:      0  v-fix:    0  time:  0.52 s
128.99/32.37	c vivif2 --  cl tried    13663 cl shrink        0 lits rem          0 time: 0.00
129.40/32.42	c vivif2 --  cl tried    22817 cl shrink     5641 lits rem      20286 time: 0.05
130.18/32.62	c asymm  cl-useful: 23/13663/13663 lits-rem:37 time: 0.20
130.18/32.63	c calculated reachability. Time: 0.00
130.18/32.63	c  N st    38    158499      6548     13663     16309     22816     80246    929742   no data   no data
168.53/42.20	c  N st    39    207088      6548     13663     16310     37476     80246   1383902   no data   no data
168.53/42.23	c Finding binary XORs  T:     0.02 s  found:       0
201.29/50.46	c  N st    40    237748      6547     13662     16304     28767     80234   1172361   no data   no data
201.29/50.46	c  S st    40    237748      6547     13662     16304     28767     80234   1172361   no data   no data
201.29/50.49	c Finding binary XORs  T:     0.02 s  found:       0
202.09/50.64	c  S st    40    238250      6545     13659     16438     29260     80150   1184418   no data   no data
202.09/50.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
202.89/50.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bins:    290 BRemL:    573 BRemN:      2 P:  5.4M T:  0.22
202.89/50.87	c Replacing        3 vars Replaced       94 lits Time:     0.01 s 
202.89/50.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
202.89/50.88	c bin-w-bin subsume rem           73 bins  time:  0.00 s
202.89/50.88	c subs with bin:       10  lits-rem:         6  v-fix:    0  time:  0.00 s
202.89/50.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6542 time:  0.01 s
202.89/50.89	c Removed useless bin:       0  fixed:     0  props:   0.21M  time:  0.00 s
203.29/50.91	c lits-rem:         0  cl-subs:        4  v-elim:      3  v-fix:    0  time:  0.02 s
204.51/51.22	c subs with bin:       13  lits-rem:       218  v-fix:    0  time:  0.27 s
207.68/52.02	c lits-rem:      1062  cl-subs:      731  v-elim:      0  v-fix:    0  time:  0.80 s
207.68/52.03	c vivif2 --  cl tried    13639 cl shrink        1 lits rem          1 time: 0.00
207.68/52.09	c vivif2 --  cl tried    28132 cl shrink     5855 lits rem      28239 time: 0.07
208.90/52.32	c asymm  cl-useful: 20/13639/13639 lits-rem:47 time: 0.23
208.90/52.32	c calculated reachability. Time: 0.00
208.90/52.32	c  N st    40    238250      6539     13639     16080     28132     80019   1094731   no data   no data
208.90/52.34	c Finding binary XORs  T:     0.02 s  found:       0
267.59/67.07	c  F st    41    306251      6539     13639     16082     27946     80019    730975   no data   no data
267.59/67.07	c  N st    41    306251      6539     13639     16082     27946     80019    730975   no data   no data
267.59/67.09	c Finding binary XORs  T:     0.02 s  found:       0
271.59/68.07	c Decided on static restart strategy
293.56/73.57	c  N st    51    334554      6536     13639     16641     31592     80019    848934   no data   no data
311.53/78.08	c  N st    53    357376      6535     13639     16654     28536     80019    715420   no data   no data
311.53/78.08	c  S st    53    357376      6535     13639     16654     28536     80019    715420   no data   no data
312.33/78.21	c  S st    53    357877      6534     13639     16660     29035     80019    725083   no data   no data
312.33/78.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
313.13/78.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bins:    269 BRemL:    562 BRemN:      0 P:  5.3M T:  0.21
313.13/78.44	c Replacing        4 vars Replaced      445 lits Time:     0.01 s 
313.13/78.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
313.13/78.45	c bin-w-bin subsume rem           55 bins  time:  0.00 s
313.13/78.45	c subs with bin:       11  lits-rem:         8  v-fix:    0  time:  0.00 s
313.13/78.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6530 time:  0.01 s
313.13/78.46	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.00 s
313.13/78.48	c lits-rem:         0  cl-subs:        6  v-elim:      2  v-fix:    0  time:  0.02 s
313.95/78.61	c subs with bin:       11  lits-rem:       345  v-fix:    0  time:  0.11 s
314.73/78.88	c lits-rem:      1724  cl-subs:     1031  v-elim:      0  v-fix:    0  time:  0.28 s
314.73/78.89	c vivif2 --  cl tried    13614 cl shrink        0 lits rem          0 time: 0.00
315.13/78.92	c vivif2 --  cl tried    27168 cl shrink     2743 lits rem       8520 time: 0.03
315.93/79.13	c asymm  cl-useful: 13/13614/13614 lits-rem:18 time: 0.21
315.93/79.14	c calculated reachability. Time: 0.00
315.93/79.14	c  N st    53    357877      6528     13614     15451     27168     79793    657081   no data   no data
315.93/79.16	c Finding binary XORs  T:     0.02 s  found:       0
343.50/86.05	c  N st    54    390269      6527     13614     15459     33456     79793   1141269   no data   no data
391.03/97.90	c  N st    55    438858      6527     13614     15466     54378     79793   2363608   no data   no data
391.03/97.93	c Finding binary XORs  T:     0.02 s  found:       0
471.73/118.12	c  N st    56    511742      6525     13610     15332     38223     79696   1178904   no data   no data
500.48/125.35	c  N st    57    536816      6522     13610     15400     62412     79696   2346567   no data   no data
500.48/125.35	c  S st    57    536816      6522     13610     15400     62412     79696   2346567   no data   no data
501.28/125.59	c  S st    57    537317      6522     13610     15406     32287     79696    787406   no data   no data
501.68/125.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
502.48/125.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bins:     79 BRemL:    384 BRemN:      1 P:  5.3M T:  0.21
502.48/125.83	c Replacing        3 vars Replaced      282 lits Time:     0.01 s 
502.48/125.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
502.48/125.83	c bin-w-bin subsume rem           56 bins  time:  0.00 s
502.48/125.84	c subs with bin:       12  lits-rem:         8  v-fix:    0  time:  0.00 s
502.48/125.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6519 time:  0.01 s
502.48/125.85	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.00 s
502.48/125.87	c lits-rem:         0  cl-subs:        4  v-elim:      2  v-fix:    0  time:  0.02 s
503.30/126.03	c subs with bin:       15  lits-rem:       549  v-fix:    0  time:  0.14 s
504.07/126.27	c lits-rem:      1347  cl-subs:      458  v-elim:      0  v-fix:    0  time:  0.24 s
504.07/126.28	c vivif2 --  cl tried    13576 cl shrink        0 lits rem          0 time: 0.00
504.47/126.31	c vivif2 --  cl tried    30870 cl shrink     1180 lits rem       4156 time: 0.03
505.27/126.59	c asymm  cl-useful: 56/13576/13576 lits-rem:56 time: 0.29
505.67/126.60	c calculated reachability. Time: 0.00
505.67/126.60	c  N st    57    537317      6517     13576     14749     30870     79471    742559   no data   no data
505.67/126.61	c Finding binary XORs  T:     0.02 s  found:       0
671.85/168.24	c  N st    58    701302      6517     13576     14753     57444     79470   2206742   no data   no data
814.87/204.09	c  N st    59    805976      6515     13576     14811     49283     79470   1379323   no data   no data
814.87/204.09	c  S st    59    805976      6515     13576     14811     49283     79470   1379323   no data   no data
816.05/204.30	c  S st    59    806478      6513     13576     14854     49779     79470   1389288   no data   no data
816.05/204.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
816.85/204.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bins:    305 BRemL:    389 BRemN:      0 P:  6.3M T:  0.25
816.85/204.59	c Replacing        3 vars Replaced     1208 lits Time:     0.02 s 
816.85/204.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
816.85/204.59	c bin-w-bin subsume rem           44 bins  time:  0.00 s
817.25/204.60	c subs with bin:        8  lits-rem:         7  v-fix:    0  time:  0.00 s
817.25/204.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6510 time:  0.01 s
817.25/204.61	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.00 s
817.25/204.64	c lits-rem:         0  cl-subs:       14  v-elim:      4  v-fix:    0  time:  0.03 s
818.45/204.93	c subs with bin:      335  lits-rem:      1141  v-fix:    0  time:  0.25 s
824.43/206.46	c lits-rem:      1576  cl-subs:     3195  v-elim:      0  v-fix:    0  time:  1.53 s
824.43/206.46	c vivif2 --  cl tried    13551 cl shrink        1 lits rem          1 time: 0.00
824.83/206.53	c vivif2 --  cl tried    43064 cl shrink     5982 lits rem      22958 time: 0.06
826.03/206.84	c asymm  cl-useful: 42/11274/13551 lits-rem:46 time: 0.32
826.03/206.85	c calculated reachability. Time: 0.00
826.03/206.85	c  N st    59    806478      6506     13550     14113     43064     79248   1130261   no data   no data
826.03/206.87	c Finding binary XORs  T:     0.02 s  found:       0
1208.72/302.64	c  F st    60   1071876      6506     13550     14115     58511     79247   2172457   no data   no data
1208.72/302.65	c  N st    60   1071876      6506     13550     14115     58511     79247   2172457   no data   no data
1208.72/302.68	c Finding binary XORs  T:     0.02 s  found:       0
1214.73/304.11	c Decided on static restart strategy
1244.67/311.66	c  N st    70   1100186      6503     13548     14593     86146     79196   3729118   no data   no data
1291.80/323.44	c  N st    72   1136182      6502     13548     14594     77149     79196   3201679   no data   no data
1332.95/333.78	c  N st    73   1168577      6501     13548     14596     62984     79196   2167450   no data   no data
1394.06/349.07	c  N st    74   1209717      6501     13548     14600     56591     79196   1588619   no data   no data
1394.06/349.07	c  S st    74   1209717      6501     13548     14600     56591     79196   1588619   no data   no data
1395.28/349.31	c  S st    74   1210217      6501     13548     14600     57089     79196   1600291   no data   no data
1395.28/349.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1396.46/349.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    7 Bins:     59 BRemL:    389 BRemN:      0 P:  7.6M T:  0.29
1396.46/349.64	c Replacing        7 vars Replaced     1458 lits Time:     0.03 s 
1396.46/349.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1396.46/349.65	c bin-w-bin subsume rem           96 bins  time:  0.00 s
1396.46/349.65	c subs with bin:       27  lits-rem:        19  v-fix:    0  time:  0.00 s
1396.46/349.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6494 time:  0.01 s
1396.46/349.66	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.00 s
1396.46/349.69	c lits-rem:         2  cl-subs:       12  v-elim:      2  v-fix:    0  time:  0.03 s
1398.06/350.03	c subs with bin:       18  lits-rem:       705  v-fix:    0  time:  0.30 s
1403.67/351.45	c lits-rem:      5441  cl-subs:     1138  v-elim:      0  v-fix:    0  time:  1.41 s
1403.67/351.45	c vivif2 --  cl tried    13481 cl shrink        1 lits rem          1 time: 0.00
1404.07/351.52	c vivif2 --  cl tried    52354 cl shrink     6543 lits rem      25790 time: 0.07
1404.07/351.59	c asymm  cl-useful: 0/2207/13481 lits-rem:0 time: 0.06
1404.07/351.59	c calculated reachability. Time: 0.00
1404.07/351.59	c  N st    74   1210217      6492     13481     13816     52354     78899   1423957   no data   no data
1404.45/351.61	c Finding binary XORs  T:     0.02 s  found:       0
1491.55/373.42	c  N st    75   1283101      6492     13481     13822     77861     78899   3975768   no data   no data
1652.92/413.81	c  N st    76   1392424      6492     13481     13825     88425     78899   4569066   no data   no data
1652.92/413.87	c Finding binary XORs  T:     0.02 s  found:       1
1909.39/478.07	c  N st    77   1556408      6491     13480     13804     93114     78888   3602471   no data   no data
2165.02/542.03	c  N st    78   1710217      6490     13480     13836     80897     78888   3236952   no data   no data
2165.02/542.03	c  S st    78   1710217      6490     13480     13836     80897     78888   3236952   no data   no data
2166.22/542.35	c  S st    78   1710722      6489     13480     13862     81402     78888   3249499   no data   no data
2166.22/542.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2167.82/542.76	c Flit:     0 Blit:      1 bXBeca:    0 bXProp:    8 Bins:     65 BRemL:    124 BRemN:      0 P: 11.2M T:  0.39
2167.82/542.80	c Replacing        9 vars Replaced      851 lits Time:     0.04 s 
2168.24/542.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2168.24/542.81	c bin-w-bin subsume rem           61 bins  time:  0.00 s
2168.24/542.81	c subs with bin:       33  lits-rem:        30  v-fix:    0  time:  0.00 s
2168.24/542.82	c Subs w/ non-existent bins:      0 l-rem:      2 v-fix:     0 done:   6479 time:  0.01 s
2168.24/542.82	c Removed useless bin:       2  fixed:     0  props:   0.21M  time:  0.00 s
2168.24/542.87	c lits-rem:         3  cl-subs:       18  v-elim:      4  v-fix:    0  time:  0.05 s
2173.40/544.13	c subs with bin:       77  lits-rem:      1527  v-fix:    0  time:  1.16 s
2190.20/548.30	c lits-rem:      1098  cl-subs:     2531  v-elim:      0  v-fix:    0  time:  4.17 s
2190.20/548.31	c vivif2 --  cl tried    13413 cl shrink        0 lits rem          0 time: 0.00
2190.99/548.52	c vivif2 --  cl tried    77378 cl shrink    18501 lits rem     146356 time: 0.21
2192.19/548.89	c asymm  cl-useful: 23/6152/13413 lits-rem:27 time: 0.36
2192.19/548.89	c calculated reachability. Time: 0.00
2192.19/548.89	c  N st    78   1710722      6475     13412     13467     77378     78567   2930858   no data   no data
2192.59/548.91	c Finding binary XORs  T:     0.02 s  found:       1
2290.85/573.53	c Finding binary XORs  T:     0.02 s  found:       1
2751.83/688.95	c  N st    79   2079686      6471     13409     13411     84713     78494   2918023   no data   no data
3017.86/755.52	c  N st    80   2210722      6471     13409     13418     88146     78494   3366585   no data   no data
3017.86/755.52	c  S st    80   2210722      6471     13409     13418     88146     78494   3366585   no data   no data
3019.46/755.95	c  S st    80   2211224      6471     13409     13465     88647     78494   3378660   no data   no data
3019.46/755.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3021.46/756.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:     12 BRemL:     96 BRemN:      1 P: 10.9M T:  0.48
3021.86/756.58	c Replacing        4 vars Replaced    19030 lits Time:     0.13 s 
3021.86/756.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3021.86/756.58	c bin-w-bin subsume rem           68 bins  time:  0.00 s
3021.86/756.59	c subs with bin:       13  lits-rem:         4  v-fix:    0  time:  0.00 s
3022.26/756.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6467 time:  0.01 s
3022.26/756.60	c Removed useless bin:       1  fixed:     0  props:   0.21M  time:  0.00 s
3022.26/756.66	c lits-rem:         0  cl-subs:        8  v-elim:      7  v-fix:    0  time:  0.06 s
3027.45/757.94	c subs with bin:      136  lits-rem:     12703  v-fix:    0  time:  1.18 s
3067.00/767.88	c lits-rem:      7281  cl-subs:     3573  v-elim:      0  v-fix:    0  time:  9.94 s
3067.00/767.88	c vivif2 --  cl tried    13383 cl shrink        0 lits rem          0 time: 0.00
3067.80/768.04	c vivif2 --  cl tried    76035 cl shrink    14049 lits rem      78267 time: 0.16
3069.02/768.37	c asymm  cl-useful: 0/6584/13383 lits-rem:0 time: 0.32
3069.02/768.37	c calculated reachability. Time: 0.00
3069.02/768.37	c  N st    80   2211224      6460     13383     13140     76034     78308   2602980   no data   no data
3069.02/768.39	c Finding binary XORs  T:     0.02 s  found:       0
4129.14/1033.70	c  N st    81   2711224      6460     13383     13141    102838     78307   4242160   no data   no data
4129.14/1033.70	c  S st    81   2711224      6460     13383     13141    102838     78307   4242160   no data   no data
4130.74/1034.13	c  S st    81   2711724      6460     13383     13235    103334     78307   4255290   no data   no data
4130.74/1034.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4132.36/1034.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bins:     28 BRemL:     57 BRemN:      0 P: 12.9M T:  0.45
4133.54/1034.82	c Replacing        4 vars Replaced    40147 lits Time:     0.22 s 
4133.54/1034.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4133.54/1034.83	c bin-w-bin subsume rem           26 bins  time:  0.00 s
4133.54/1034.83	c subs with bin:       14  lits-rem:        11  v-fix:    0  time:  0.00 s
4133.54/1034.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6456 time:  0.01 s
4133.54/1034.84	c Removed useless bin:       1  fixed:     0  props:   0.21M  time:  0.00 s
4133.54/1034.89	c lits-rem:         3  cl-subs:        8  v-elim:      3  v-fix:    0  time:  0.05 s
4137.94/1035.98	c subs with bin:       32  lits-rem:      8689  v-fix:    0  time:  1.01 s
4159.91/1041.45	c lits-rem:      3289  cl-subs:     2573  v-elim:      0  v-fix:    0  time:  5.47 s
4159.91/1041.45	c vivif2 --  cl tried    13358 cl shrink        0 lits rem          0 time: 0.00
4160.70/1041.60	c vivif2 --  cl tried    75650 cl shrink    10836 lits rem      56952 time: 0.15
4160.70/1041.63	c asymm  cl-useful: 0/622/13358 lits-rem:0 time: 0.03
4160.70/1041.64	c calculated reachability. Time: 0.00
4160.70/1041.64	c  N st    81   2711724      6453     13358     13104     75650     78165   2562211   no data   no data
4160.70/1041.66	c Finding binary XORs  T:     0.02 s  found:       0

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3288874-1304117201/watcher-3288874-1304117201 -o /tmp/evaluation-result-3288874-1304117201/solver-3288874-1304117201 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3288874-1304117201.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: 8.13 8.15 7.96 5/180 23236
/proc/meminfo: memFree=30979052/32951124 swapFree=67103364/67111528
[pid=23236] ppid=23234 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) R 23234 23236 23098 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 601950794 52441088 347 33554432000 4194304 4627427 140734736618896 18446744073709551615 47677844244402 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 12803 347 299 106 0 7774 0
[pid=23236/tid=23237] ppid=23234 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 601950794 52441088 347 33554432000 4194304 4627427 140734736618896 18446744073709551615 47677844244400 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 601950794 52441088 347 33554432000 4194304 4627427 140734736618896 18446744073709551615 47677844244400 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 601950794 52441088 347 33554432000 4194304 4627427 140734736618896 18446744073709551615 224284982257 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.031257 s]
/proc/loadavg: 8.13 8.15 7.96 5/180 23236
/proc/meminfo: memFree=30979052/32951124 swapFree=67103364/67111528
[pid=23236] ppid=23234 vsize=302776 CPUtime=2.67 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) R 23234 23236 23098 0 -1 4202496 14830 0 0 0 265 2 0 0 18 0 4 0 601950794 310042624 12863 33554432000 4194304 4627427 140734736618896 18446744073709551615 224284969143 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 76160 14228 368 106 0 71131 0
[pid=23236/tid=23237] ppid=23234 vsize=304640 CPUtime=0.7 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 3889 0 0 0 70 0 0 0 19 0 4 0 601950794 311951360 14228 33554432000 4194304 4627427 140734736618896 18446744073709551615 224284587041 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=304640 CPUtime=0.7 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) D 23234 23236 23098 0 -1 4202560 4092 0 0 0 70 0 0 0 18 0 4 0 601950794 311951360 14228 33554432000 4194304 4627427 140734736618896 18446744073709551615 224284586693 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=304640 CPUtime=0.69 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 3791 0 0 0 69 0 0 0 18 0 4 0 601950794 311951360 14228 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308632 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.67
Current children cumulated vsize (KiB) 302776

[startup+0.788618 s]
/proc/loadavg: 8.13 8.15 7.96 5/180 23236
/proc/meminfo: memFree=30979052/32951124 swapFree=67103364/67111528
[pid=23236] ppid=23234 vsize=308888 CPUtime=3.12 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) D 23234 23236 23098 0 -1 4202496 19270 0 0 0 309 3 0 0 19 0 4 0 601950794 316301312 17303 33554432000 4194304 4627427 140734736618896 18446744073709551615 224284969143 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 77222 17303 368 106 0 72193 0
[pid=23236/tid=23237] ppid=23234 vsize=308888 CPUtime=0.77 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 4897 0 0 0 77 0 0 0 19 0 4 0 601950794 316301312 17303 33554432000 4194304 4627427 140734736618896 18446744073709551615 224284969143 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=308888 CPUtime=0.77 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) D 23234 23236 23098 0 -1 4202560 5128 0 0 0 77 0 0 0 19 0 4 0 601950794 316301312 17303 33554432000 4194304 4627427 140734736618896 18446744073709551615 224284586693 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=308888 CPUtime=0.76 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 3813 0 0 0 76 0 0 0 19 0 4 0 601950794 316301312 17303 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308376 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 308888

[startup+0.800558 s]
/proc/loadavg: 8.13 8.15 7.96 5/180 23236
/proc/meminfo: memFree=30979052/32951124 swapFree=67103364/67111528
[pid=23236] ppid=23234 vsize=309288 CPUtime=3.17 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) R 23234 23236 23098 0 -1 4202496 19692 0 0 0 314 3 0 0 19 0 4 0 601950794 316710912 17725 33554432000 4194304 4627427 140734736618896 18446744073709551615 224284587041 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 77322 17725 368 106 0 72293 0
[pid=23236/tid=23237] ppid=23234 vsize=309288 CPUtime=0.78 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 5045 0 0 0 78 0 0 0 19 0 4 0 601950794 316710912 17725 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=309288 CPUtime=0.78 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 5245 0 0 0 78 0 0 0 19 0 4 0 601950794 316710912 17725 33554432000 4194304 4627427 140734736618896 18446744073709551615 224284586693 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=309288 CPUtime=0.78 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 3818 0 0 0 78 0 0 0 19 0 4 0 601950794 316710912 17727 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 309288

[startup+0.900543 s]
/proc/loadavg: 8.13 8.15 7.96 5/180 23236
/proc/meminfo: memFree=30979052/32951124 swapFree=67103364/67111528
[pid=23236] ppid=23234 vsize=314484 CPUtime=3.56 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) R 23234 23236 23098 0 -1 4202496 23448 0 0 0 352 4 0 0 19 0 4 0 601950794 322031616 21481 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308392 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 78621 21483 368 106 0 73592 0
[pid=23236/tid=23237] ppid=23234 vsize=314484 CPUtime=0.89 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 6258 0 0 0 88 1 0 0 19 0 4 0 601950794 322031616 21483 33554432000 4194304 4627427 140734736618896 18446744073709551615 224284969143 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=314484 CPUtime=0.88 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 6544 0 0 0 88 0 0 0 19 0 4 0 601950794 322031616 21483 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=314484 CPUtime=0.88 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 3858 0 0 0 88 0 0 0 19 0 4 0 601950794 322031616 21485 33554432000 4194304 4627427 140734736618896 18446744073709551615 4321435 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 314484

[startup+1.50045 s]
/proc/loadavg: 8.13 8.15 7.96 5/180 23236
/proc/meminfo: memFree=30979052/32951124 swapFree=67103364/67111528
[pid=23236] ppid=23234 vsize=335616 CPUtime=5.96 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) R 23234 23236 23098 0 -1 4202496 39133 0 0 0 588 8 0 0 20 0 4 0 601950794 343670784 36663 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308654 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 83904 36663 369 106 0 78875 0
[pid=23236/tid=23237] ppid=23234 vsize=335616 CPUtime=1.48 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 11376 0 0 0 146 2 0 0 20 0 4 0 601950794 343670784 36663 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=335616 CPUtime=1.48 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 11471 0 0 0 147 1 0 0 20 0 4 0 601950794 343670784 36663 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=335616 CPUtime=1.48 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 4366 0 0 0 147 1 0 0 20 0 4 0 601950794 343670784 36663 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308326 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 335616

[startup+3.10118 s]
/proc/loadavg: 8.52 8.23 7.99 9/184 23240
/proc/meminfo: memFree=30711508/32951124 swapFree=67103364/67111528
[pid=23236] ppid=23234 vsize=332668 CPUtime=12.35 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) R 23234 23236 23098 0 -1 4202496 53684 0 0 0 1224 11 0 0 25 0 4 0 601950794 340652032 46283 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 83167 46283 389 106 0 78138 0
[pid=23236/tid=23237] ppid=23234 vsize=332668 CPUtime=3.08 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 16184 0 0 0 305 3 0 0 25 0 4 0 601950794 340652032 46283 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308323 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=332668 CPUtime=3.08 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 15321 0 0 0 306 2 0 0 25 0 4 0 601950794 340652032 46283 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309646 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=332668 CPUtime=3.08 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 5502 0 0 0 307 1 0 0 25 0 4 0 601950794 340652032 46283 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308343 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 332668

[startup+6.30064 s]
/proc/loadavg: 8.56 8.24 8.00 9/184 23240
/proc/meminfo: memFree=30701096/32951124 swapFree=67103364/67111528
[pid=23236] ppid=23234 vsize=353296 CPUtime=25.13 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) R 23234 23236 23098 0 -1 4202496 60898 0 0 0 2501 12 0 0 25 0 4 0 601950794 361775104 49514 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 88324 49514 390 106 0 83295 0
[pid=23236/tid=23237] ppid=23234 vsize=353296 CPUtime=6.26 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 18187 0 0 0 623 3 0 0 25 0 4 0 601950794 361775104 49514 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308963 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=353296 CPUtime=6.28 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 17009 0 0 0 626 2 0 0 25 0 4 0 601950794 361775104 49514 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309607 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=353296 CPUtime=6.28 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 7250 0 0 0 627 1 0 0 25 0 4 0 601950794 361775104 49514 33554432000 4194304 4627427 140734736618896 18446744073709551615 4324759 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 353296

[startup+12.7066 s]
/proc/loadavg: 8.52 8.24 8.00 9/184 23242
/proc/meminfo: memFree=30524296/32951124 swapFree=67103364/67111528
[pid=23236] ppid=23234 vsize=371556 CPUtime=50.72 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) R 23234 23236 23098 0 -1 4202496 79430 0 0 0 5057 15 0 0 25 0 4 0 601950794 380473344 62764 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 92889 62764 391 106 0 87860 0
[pid=23236/tid=23237] ppid=23234 vsize=371556 CPUtime=12.63 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 22558 0 0 0 1259 4 0 0 25 0 4 0 601950794 380473344 62764 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309660 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=371556 CPUtime=12.68 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 20200 0 0 0 1266 2 0 0 25 0 4 0 601950794 380473344 62764 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=371556 CPUtime=12.68 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 14315 0 0 0 1266 2 0 0 25 0 4 0 601950794 380473344 62764 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308920 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 371556

[startup+25.5004 s]
/proc/loadavg: 8.36 8.21 7.99 9/184 23242
/proc/meminfo: memFree=30324152/32951124 swapFree=67103364/67111528
[pid=23236] ppid=23234 vsize=493068 CPUtime=101.83 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) R 23234 23236 23098 0 -1 4202496 108720 0 0 0 10163 20 0 0 25 0 4 0 601950794 504901632 75947 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 123267 75947 391 106 0 118238 0
[pid=23236/tid=23237] ppid=23234 vsize=493068 CPUtime=25.36 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 32006 0 0 0 2531 5 0 0 25 0 4 0 601950794 504901632 75947 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309969 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=493068 CPUtime=25.49 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 25120 0 0 0 2545 4 0 0 25 0 4 0 601950794 504901632 75947 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=493068 CPUtime=25.48 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 18378 0 0 0 2545 3 0 0 25 0 4 0 601950794 504901632 75947 33554432000 4194304 4627427 140734736618896 18446744073709551615 4327622 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 493068

[startup+51.1012 s]
/proc/loadavg: 8.27 8.21 8.00 9/184 23242
/proc/meminfo: memFree=30163484/32951124 swapFree=67103364/67111528
[pid=23236] ppid=23234 vsize=490444 CPUtime=204.11 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) R 23234 23236 23098 0 -1 4202496 149057 0 0 0 20383 28 0 0 25 0 4 0 601950794 502214656 89538 33554432000 4194304 4627427 140734736618896 18446744073709551615 4424998 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 122611 89538 391 106 0 117582 0
[pid=23236/tid=23237] ppid=23234 vsize=490444 CPUtime=50.82 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 40400 0 0 0 5075 7 0 0 25 0 4 0 601950794 502214656 89538 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=490444 CPUtime=51.09 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 37991 0 0 0 5103 6 0 0 25 0 4 0 601950794 502214656 89538 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=490444 CPUtime=51.08 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 26697 0 0 0 5104 4 0 0 25 0 4 0 601950794 502214656 89538 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 490444

[startup+102.301 s]
/proc/loadavg: 8.18 8.19 8.00 9/184 23244
/proc/meminfo: memFree=29965780/32951124 swapFree=67103364/67111528
[pid=23236] ppid=23234 vsize=566312 CPUtime=408.61 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) R 23234 23236 23098 0 -1 4202496 209016 0 0 0 40816 45 0 0 25 0 4 0 601950794 579903488 105235 33554432000 4194304 4627427 140734736618896 18446744073709551615 4321572 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 141578 105235 391 106 0 136549 0
[pid=23236/tid=23237] ppid=23234 vsize=566312 CPUtime=101.73 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 55331 0 0 0 10164 9 0 0 25 0 4 0 601950794 579903488 105235 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=566312 CPUtime=102.29 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 55935 0 0 0 10217 12 0 0 25 0 4 0 601950794 579903488 105235 33554432000 4194304 4627427 140734736618896 18446744073709551615 4504770 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=566312 CPUtime=102.28 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 37362 0 0 0 10221 7 0 0 25 0 4 0 601950794 579903488 105235 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 566312

[startup+162.307 s]

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

[pid=23236] ppid=23234 vsize=938452 CPUtime=2805.37 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) R 23234 23236 23098 0 -1 4202496 607917 0 0 0 280344 193 0 0 25 0 4 0 601950794 960974848 169321 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309718 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 234613 169321 391 106 0 229584 0
[pid=23236/tid=23237] ppid=23234 vsize=938452 CPUtime=698.47 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 150659 0 0 0 69803 44 0 0 25 0 4 0 601950794 960974848 169321 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309735 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=938452 CPUtime=702.3 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 161578 0 0 0 70180 50 0 0 25 0 4 0 601950794 960974848 169321 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=938452 CPUtime=702.28 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 107757 0 0 0 70195 33 0 0 25 0 4 0 601950794 960974848 169321 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2805.37
Current children cumulated vsize (KiB) 938452

[startup+762.301 s]
/proc/loadavg: 8.16 8.12 8.02 9/184 23262
/proc/meminfo: memFree=28300308/32951124 swapFree=67103364/67111528
[pid=23236] ppid=23234 vsize=786484 CPUtime=3045.02 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) R 23234 23236 23098 0 -1 4202496 640148 0 0 0 304296 206 0 0 25 0 4 0 601950794 805359616 166260 33554432000 4194304 4627427 140734736618896 18446744073709551615 4420161 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 196621 166260 391 106 0 191592 0
[pid=23236/tid=23237] ppid=23234 vsize=786484 CPUtime=758.14 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 157538 0 0 0 75767 47 0 0 25 0 4 0 601950794 805359616 166260 33554432000 4194304 4627427 140734736618896 18446744073709551615 4420268 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=786484 CPUtime=762.3 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 168549 0 0 0 76177 53 0 0 25 0 4 0 601950794 805359616 166260 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=786484 CPUtime=762.28 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 114289 0 0 0 76192 36 0 0 25 0 4 0 601950794 805359616 166260 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3045.02
Current children cumulated vsize (KiB) 786484

[startup+822.307 s]
/proc/loadavg: 8.10 8.11 8.02 9/184 23262
/proc/meminfo: memFree=28210980/32951124 swapFree=67103364/67111528
[pid=23236] ppid=23234 vsize=997740 CPUtime=3284.72 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) R 23234 23236 23098 0 -1 4202496 676662 0 0 0 328252 220 0 0 25 0 4 0 601950794 1021685760 188158 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308317 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 249435 188158 391 106 0 244406 0
[pid=23236/tid=23237] ppid=23234 vsize=997740 CPUtime=817.82 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 167716 0 0 0 81731 51 0 0 25 0 4 0 601950794 1021685760 188158 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308928 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=997740 CPUtime=822.3 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 178231 0 0 0 82174 56 0 0 25 0 4 0 601950794 1021685760 188158 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=997740 CPUtime=822.29 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 121350 0 0 0 82190 39 0 0 25 0 4 0 601950794 1021685760 188158 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3284.72
Current children cumulated vsize (KiB) 997740

[startup+882.301 s]
/proc/loadavg: 8.07 8.10 8.02 9/184 23273
/proc/meminfo: memFree=28279988/32951124 swapFree=67103364/67111528
[pid=23236] ppid=23234 vsize=971772 CPUtime=3524.37 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) R 23234 23236 23098 0 -1 4202496 705371 0 0 0 352205 232 0 0 25 0 4 0 601950794 995094528 186401 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 242943 186401 391 106 0 237914 0
[pid=23236/tid=23237] ppid=23234 vsize=971772 CPUtime=877.49 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 173870 0 0 0 87695 54 0 0 25 0 4 0 601950794 995094528 186401 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308425 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=971772 CPUtime=882.29 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 183890 0 0 0 88171 58 0 0 25 0 4 0 601950794 995094528 186401 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=971772 CPUtime=882.28 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 125233 0 0 0 88188 40 0 0 25 0 4 0 601950794 995094528 186401 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3524.37
Current children cumulated vsize (KiB) 971772

[startup+942.301 s]
/proc/loadavg: 8.06 8.09 8.02 9/184 23275
/proc/meminfo: memFree=28191776/32951124 swapFree=67103364/67111528
[pid=23236] ppid=23234 vsize=968932 CPUtime=3764.04 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) R 23234 23236 23098 0 -1 4202496 739238 0 0 0 376157 247 0 0 25 0 4 0 601950794 992186368 198875 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 242233 198875 391 106 0 237204 0
[pid=23236/tid=23237] ppid=23234 vsize=968932 CPUtime=937.16 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 181455 0 0 0 93659 57 0 0 25 0 4 0 601950794 992186368 198875 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=968932 CPUtime=942.28 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 191015 0 0 0 94168 60 0 0 25 0 4 0 601950794 992186368 198875 33554432000 4194304 4627427 140734736618896 18446744073709551615 4310136 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=968932 CPUtime=942.27 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 133463 0 0 0 94183 44 0 0 25 0 4 0 601950794 992186368 198875 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 968932

[startup+1002.3 s]
/proc/loadavg: 8.02 8.07 8.01 9/184 23277
/proc/meminfo: memFree=28204132/32951124 swapFree=67103364/67111528
[pid=23236] ppid=23234 vsize=1112368 CPUtime=4003.72 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) R 23234 23236 23098 0 -1 4202496 768959 0 0 0 400114 258 0 0 25 0 4 0 601950794 1139064832 193324 33554432000 4194304 4627427 140734736618896 18446744073709551615 4299732 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 278092 193324 391 106 0 273063 0
[pid=23236/tid=23237] ppid=23234 vsize=1112368 CPUtime=996.83 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 186171 0 0 0 99625 58 0 0 25 0 4 0 601950794 1139064832 193324 33554432000 4194304 4627427 140734736618896 18446744073709551615 4310133 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=1112368 CPUtime=1002.29 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 203021 0 0 0 100165 64 0 0 25 0 4 0 601950794 1139064832 193324 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=1112368 CPUtime=1002.28 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 138326 0 0 0 100181 47 0 0 25 0 4 0 601950794 1139064832 193324 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.72
Current children cumulated vsize (KiB) 1112368

[startup+1062.3 s]
/proc/loadavg: 8.00 8.06 8.00 9/184 23279
/proc/meminfo: memFree=28069420/32951124 swapFree=67103364/67111528
[pid=23236] ppid=23234 vsize=951320 CPUtime=4243.39 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) R 23234 23236 23098 0 -1 4202496 805620 0 0 0 424066 273 0 0 25 0 4 0 601950794 974151680 200699 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 237830 200699 391 106 0 232801 0
[pid=23236/tid=23237] ppid=23234 vsize=951320 CPUtime=1056.5 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 196041 0 0 0 105588 62 0 0 25 0 4 0 601950794 974151680 200699 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=951320 CPUtime=1062.29 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 211300 0 0 0 106162 67 0 0 25 0 4 0 601950794 974151680 200699 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309646 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=951320 CPUtime=1062.28 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 144267 0 0 0 106179 49 0 0 25 0 4 0 601950794 974151680 200699 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4243.39
Current children cumulated vsize (KiB) 951320

[startup+1122.3 s]
/proc/loadavg: 8.05 8.06 8.00 9/184 23279
/proc/meminfo: memFree=27443048/32951124 swapFree=67103364/67111528
[pid=23236] ppid=23234 vsize=1092220 CPUtime=4483.06 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) R 23234 23236 23098 0 -1 4202496 840174 0 0 0 448018 288 0 0 25 0 4 0 601950794 1118433280 196897 33554432000 4194304 4627427 140734736618896 18446744073709551615 4327875 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 273055 196897 391 106 0 268026 0
[pid=23236/tid=23237] ppid=23234 vsize=1092220 CPUtime=1116.18 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 201359 0 0 0 111553 65 0 0 25 0 4 0 601950794 1118433280 196897 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=1092220 CPUtime=1122.29 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 222080 0 0 0 112158 71 0 0 25 0 4 0 601950794 1118433280 196897 33554432000 4194304 4627427 140734736618896 18446744073709551615 4329861 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=1092220 CPUtime=1122.28 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 146620 0 0 0 112178 50 0 0 25 0 4 0 601950794 1118433280 196897 33554432000 4194304 4627427 140734736618896 18446744073709551615 4468007 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4483.06
Current children cumulated vsize (KiB) 1092220

[startup+1182.3 s]
/proc/loadavg: 8.07 8.06 8.00 9/184 23281
/proc/meminfo: memFree=27439908/32951124 swapFree=67103364/67111528
[pid=23236] ppid=23234 vsize=1265128 CPUtime=4722.74 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) R 23234 23236 23098 0 -1 4202496 874344 0 0 0 471971 303 0 0 25 0 4 0 601950794 1295491072 212535 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 316282 212535 391 106 0 311253 0
[pid=23236/tid=23237] ppid=23234 vsize=1265128 CPUtime=1175.85 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 206774 0 0 0 117517 68 0 0 25 0 4 0 601950794 1295491072 212535 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308987 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=1265128 CPUtime=1182.29 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 230157 0 0 0 118154 75 0 0 25 0 4 0 601950794 1295491072 212535 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=1265128 CPUtime=1182.27 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 154695 0 0 0 118175 52 0 0 25 0 4 0 601950794 1295491072 212535 33554432000 4194304 4627427 140734736618896 18446744073709551615 4306556 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.74
Current children cumulated vsize (KiB) 1265128



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.05 8.06 8.00 9/184 23281
/proc/meminfo: memFree=27519000/32951124 swapFree=67103364/67111528
[pid=23236] ppid=23234 vsize=1019556 CPUtime=4800.27 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) R 23234 23236 23098 0 -1 4202496 886983 0 0 0 479718 309 0 0 25 0 4 0 601950794 1044025344 201008 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309360 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 254889 201008 391 106 0 249860 0
[pid=23236/tid=23237] ppid=23234 vsize=1019556 CPUtime=1195.15 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 210873 0 0 0 119446 69 0 0 25 0 4 0 601950794 1044025344 201008 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=1019556 CPUtime=1201.71 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 231307 0 0 0 120095 76 0 0 25 0 4 0 601950794 1044025344 201008 33554432000 4194304 4627427 140734736618896 18446744073709551615 4310028 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=1019556 CPUtime=1201.69 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 156064 0 0 0 120116 53 0 0 25 0 4 0 601950794 1044025344 201008 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 1019556

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.05 8.06 8.00 9/184 23281
/proc/meminfo: memFree=27519000/32951124 swapFree=67103364/67111528
[pid=23236] ppid=23234 vsize=1019556 CPUtime=4800.27 cores=1,3,5,7
/proc/23236/stat : 23236 (strangenight2-m) R 23234 23236 23098 0 -1 4202496 886983 0 0 0 479718 309 0 0 25 0 4 0 601950794 1044025344 201008 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309360 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/23236/statm: 254889 201008 391 106 0 249860 0
[pid=23236/tid=23237] ppid=23234 vsize=1019556 CPUtime=1195.15 cores=1,3,5,7
/proc/23236/task/23237/stat : 23237 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 210873 0 0 0 119446 69 0 0 25 0 4 0 601950794 1044025344 201008 33554432000 4194304 4627427 140734736618896 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=23236/tid=23238] ppid=23234 vsize=1019556 CPUtime=1201.71 cores=1,3,5,7
/proc/23236/task/23238/stat : 23238 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 231307 0 0 0 120095 76 0 0 25 0 4 0 601950794 1044025344 201008 33554432000 4194304 4627427 140734736618896 18446744073709551615 4310028 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=23236/tid=23239] ppid=23234 vsize=1019556 CPUtime=1201.69 cores=1,3,5,7
/proc/23236/task/23239/stat : 23239 (strangenight2-m) R 23234 23236 23098 0 -1 4202560 156064 0 0 0 120116 53 0 0 25 0 4 0 601950794 1044025344 201008 33554432000 4194304 4627427 140734736618896 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 1019556

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.75
CPU time (s): 4800.34
CPU user time (s): 4797.21
CPU system time (s): 3.12552
CPU usage (%): 399.445
Max. virtual memory (cumulated for all children) (KiB): 1321244

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.21
system time used= 3.12552
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 886985
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= 1880
involuntary context switches= 33301

runsolver used 1.91571 second user time and 4.66229 second system time

The end

Launcher Data

Begin job on node118 at 2011-04-30 00:46:41
IDJOB=3288874
IDBENCH=83108
IDSOLVER=1586
FILE ID=node118/3288874-1304117201
RUNJOBID= node118-1304115997-23117
PBS_JOBID= 13170712
Free space on /tmp= 71608 MiB

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

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

MD5SUM BENCH= 1f0914c6141fdba914b73575a12b918a
RANDOM SEED=1788171790

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30985408 kB
Buffers:        369740 kB
Cached:        1140476 kB
SwapCached:       2248 kB
Active:         159012 kB
Inactive:      1467684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30985408 kB
SwapTotal:    67111528 kB
SwapFree:     67103364 kB
Dirty:           16924 kB
Writeback:           0 kB
AnonPages:      115312 kB
Mapped:          15448 kB
Slab:           275608 kB
PageTables:       4456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   305188 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71600 MiB
End job on node118 at 2011-04-30 01:06:45