Trace number 3289104

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.24 1201.68

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top21.cnf
MD5SUM9fab5edd49fb904ff76ff7abf98e0d14
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 variables51138
Number of clauses162526
Sum of the clauses size397144
Maximum clause length2101
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 299113
Number of clauses of size 362300
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5863

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-3289104-1304117669.cnf'
0.00/0.00	c -- header says num vars:          51138
0.00/0.00	c -- header says num clauses:      162526
3.49/0.95	c -- clauses added:            0 learnts,       162526 normals,            0 xors
3.49/0.95	c -- vars added      51138
3.49/0.95	c Parsing time:  0.06 s
3.49/0.95	c  N st     0         0     51138     61772     90868         0    373004         0   no data   no data
4.69/1.20	c asymm  cl-useful: 18/22759/61772 lits-rem:56 time: 1.09
44.62/11.27	c Flit:   123 Blit:  17062 bXBeca:    0 bXProp: 13160 Bins:      0 BRemL:      0 BRemN:      0 P: 141.6M T:  9.93
44.62/11.28	c Cleaning up after failed var search:     0.01 s 
45.02/11.30	c Replacing    13160 vars Replaced   243101 lits Time:     0.02 s 
45.02/11.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.02/11.32	c bin-w-bin subsume rem         2245 bins  time:  0.00 s
45.02/11.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
45.02/11.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  17464 time:  0.02 s
45.02/11.37	c Removed useless bin:      38  fixed:     0  props:   3.18M  time:  0.02 s
45.41/11.44	c lits-rem:        10  cl-subs:      728  v-elim:   5821  v-fix:    0  time:  0.07 s
46.23/11.68	c Finding binary XORs  T:     0.23 s  found:      21
46.23/11.68	c Replacing       21 vars Replaced      254 lits Time:     0.00 s 
46.60/11.71	c Finding non-binary XORs:     0.02 s (found:    4850, avg size: 3.0)
46.60/11.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    800 locsubst:  2940 time:   0.01
46.60/11.71	c Replacing     1470 vars Replaced     8820 lits Time:     0.00 s 
46.60/11.72	c calculated reachability. Time: 0.01
46.60/11.72	c Calc default polars -  time:   0.00 s pos:    1375 undec:   41999 neg:    7764
46.60/11.72	c =========================================================================================
46.60/11.72	c types(t): F = full restart, N = normal restart
46.60/11.72	c types(t): S = simplification begin/end, E = solution found
46.60/11.72	c restart types(rt): st = static, dy = dynamic
46.60/11.72	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
46.60/11.72	c  B st     0         0      9352     14188     15751         0    103622         0   no data   no data
47.40/11.90	c Decided on static restart strategy
48.21/12.16	c  N st     8      4916      9347     14188     16161      4294    103622    108014   no data   no data
51.40/12.92	c  N st    10     11302      9253     14188     17196     10353    103622    314134   no data   no data
51.80/13.08	c Finding binary XORs  T:     0.16 s  found:     161
51.80/13.09	c Replacing      232 vars Replaced     5204 lits Time:     0.01 s 
54.61/13.71	c  N st    11     17046      8811     13452     15436     14663     97028    460762   no data   no data
59.00/14.88	c  F st    12     25000      8806     13452     16092     13695     97028    402498   no data   no data
59.00/14.90	c  N st    12     25000      8806     13450     16046     13691     96945    402322   no data   no data
61.39/15.46	c Finding binary XORs  T:     0.15 s  found:       3
62.59/15.71	c Decided on static restart strategy
62.59/15.71	c  N st    18     30000      8805     13450     16141     18381     96926    536437   no data   no data
62.59/15.71	c  S st    18     30000      8805     13450     16141     18381     96926    536437   no data   no data
62.99/15.82	c  S st    18     30502      8805     13450     16175     18849     96926    545736   no data   no data
62.99/15.83	c x-sub:  1319 x-cut:      0 vfix:      0 v-elim:    372 locsubst:     0 time:   0.01
65.78/16.51	c Flit:    78 Blit:     22 bXBeca:    0 bXProp:   39 Bins:  71774 BRemL:  36082 BRemN:     24 P: 10.9M T:  0.67
65.78/16.54	c Replacing       42 vars Replaced    13285 lits Time:     0.02 s 
65.78/16.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
65.78/16.55	c bin-w-bin subsume rem          318 bins  time:  0.00 s
65.78/16.55	c subs with bin:      323  lits-rem:       162  v-fix:    0  time:  0.01 s
65.78/16.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8290 time:  0.02 s
65.78/16.58	c Removed useless bin:      35  fixed:     0  props:   0.27M  time:  0.00 s
66.18/16.61	c lits-rem:       264  cl-subs:      255  v-elim:   1396  v-fix:    0  time:  0.03 s
66.58/16.75	c subs with bin:      206  lits-rem:     17682  v-fix:    0  time:  0.12 s
67.38/16.90	c lits-rem:       731  cl-subs:      820  v-elim:      0  v-fix:    0  time:  0.15 s
67.79/17.04	c asymm  cl-useful: 81/12641/12641 lits-rem:350 time: 0.14
67.79/17.05	c calculated reachability. Time: 0.00
67.79/17.05	c  N st    18     30502      6894     12641     34686     12850     83626    388207   no data   no data
68.58/17.21	c Finding binary XORs  T:     0.16 s  found:       0
71.78/18.03	c  N st    20     37614      6892     12641     34798     19383     83626    573825   no data   no data
74.17/18.65	c  N st    21     44013      6887     12641     69007     13640     83626    400221   no data   no data
74.97/18.80	c Finding binary XORs  T:     0.14 s  found:      28
75.37/18.96	c  S st    22     45753      6877     12636     68522     15260     83092    437614   no data   no data
75.77/19.06	c  S st    22     46256      6877     12636     68533     15747     83092    447214   no data   no data
75.77/19.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    180 locsubst:     0 time:   0.01
77.37/19.40	c Flit:     9 Blit:      0 bXBeca:    0 bXProp:   33 Bins:   8836 BRemL:  35751 BRemN:    263 P:  5.4M T:  0.33
77.37/19.41	c Replacing       61 vars Replaced     2385 lits Time:     0.01 s 
77.37/19.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.37/19.42	c bin-w-bin subsume rem         4493 bins  time:  0.00 s
77.37/19.43	c subs with bin:      132  lits-rem:       122  v-fix:    0  time:  0.01 s
77.37/19.44	c Subs w/ non-existent bins:      0 l-rem:      1 v-fix:     0 done:   6627 time:  0.01 s
77.37/19.44	c Removed useless bin:       4  fixed:     0  props:   0.17M  time:  0.00 s
77.37/19.46	c lits-rem:        29  cl-subs:       76  v-elim:     26  v-fix:    0  time:  0.02 s
77.76/19.52	c subs with bin:      139  lits-rem:      1878  v-fix:    0  time:  0.05 s
78.16/19.60	c lits-rem:       552  cl-subs:      576  v-elim:      0  v-fix:    0  time:  0.08 s
78.16/19.60	c vivif2 --  cl tried    12378 cl shrink       31 lits rem         49 time: 0.00
78.16/19.62	c vivif2 --  cl tried    13730 cl shrink     4145 lits rem      11101 time: 0.02
78.56/19.75	c asymm  cl-useful: 38/12360/12360 lits-rem:119 time: 0.13
78.56/19.75	c calculated reachability. Time: 0.00
78.56/19.75	c  N st    22     46256      6601     12360     30324     13718     80884    315275   no data   no data
78.96/19.89	c Finding binary XORs  T:     0.14 s  found:       0
85.37/21.46	c Finding binary XORs  T:     0.14 s  found:       1
85.78/21.54	c  N st    23     60653      6591     12358     33844     26669     80618    651100   no data   no data
89.35/22.44	c  N st    24     69384      6591     12358     33844     19736     80618    477019   no data   no data
89.35/22.44	c  S st    24     69384      6591     12358     33844     19736     80618    477019   no data   no data
89.75/22.59	c Finding binary XORs  T:     0.14 s  found:       0
90.54/22.72	c  S st    24     69885      6588     12356     40470     20232     80526    500690   no data   no data
90.54/22.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     90 locsubst:     0 time:   0.01
91.74/23.01	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    5 Bins:    401 BRemL:   9615 BRemN:      7 P:  5.4M T:  0.28
91.74/23.02	c Replacing        6 vars Replaced      532 lits Time:     0.01 s 
91.74/23.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
91.74/23.03	c bin-w-bin subsume rem         2058 bins  time:  0.00 s
91.74/23.03	c subs with bin:       15  lits-rem:        30  v-fix:    0  time:  0.01 s
91.74/23.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6491 time:  0.01 s
91.74/23.04	c Removed useless bin:       1  fixed:     0  props:   0.18M  time:  0.00 s
91.74/23.06	c lits-rem:         4  cl-subs:       26  v-elim:     20  v-fix:    0  time:  0.02 s
92.14/23.13	c subs with bin:       76  lits-rem:       793  v-fix:    0  time:  0.05 s
92.54/23.25	c lits-rem:       672  cl-subs:      632  v-elim:      0  v-fix:    0  time:  0.12 s
92.54/23.25	c vivif2 --  cl tried    12304 cl shrink        1 lits rem          1 time: 0.00
92.54/23.27	c vivif2 --  cl tried    16856 cl shrink     2759 lits rem       7868 time: 0.02
93.34/23.41	c asymm  cl-useful: 96/12304/12304 lits-rem:269 time: 0.14
93.34/23.41	c calculated reachability. Time: 0.00
93.34/23.41	c  N st    24     69885      6471     12289     28453     16854     79722    389991   no data   no data
102.13/25.66	c  F st    25     87500      6471     12289     28463     33520     79722    947245   no data   no data
102.13/25.67	c  N st    25     87500      6471     12289     28463     33520     79722    947245   no data   no data
104.92/26.36	c Decided on static restart strategy
106.53/26.70	c  N st    32     95536      6469     12289     28717     24186     79722    620954   no data   no data
106.93/26.85	c Finding binary XORs  T:     0.14 s  found:       5
111.32/27.98	c  N st    34    104828      6468     12288     28958     33072     79664    940151   no data   no data
111.32/27.98	c  S st    34    104828      6468     12288     28958     33072     79664    940151   no data   no data
112.14/28.15	c  S st    34    105330      6467     12288     29871     33572     79661    955670   no data   no data
112.14/28.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     27 locsubst:     0 time:   0.01
113.32/28.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:   1177 BRemL:   1933 BRemN:      6 P:  6.7M T:  0.32
113.32/28.49	c Replacing        7 vars Replaced      353 lits Time:     0.01 s 
113.72/28.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
113.72/28.50	c bin-w-bin subsume rem          234 bins  time:  0.00 s
113.72/28.51	c subs with bin:       42  lits-rem:        16  v-fix:    0  time:  0.01 s
113.72/28.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6433 time:  0.01 s
113.72/28.52	c Removed useless bin:       5  fixed:     0  props:   0.17M  time:  0.00 s
113.72/28.54	c lits-rem:         0  cl-subs:       28  v-elim:     12  v-fix:    0  time:  0.02 s
114.92/28.82	c subs with bin:      241  lits-rem:      3574  v-fix:    0  time:  0.25 s
117.30/29.44	c lits-rem:      1143  cl-subs:     1019  v-elim:      0  v-fix:    0  time:  0.62 s
117.30/29.45	c vivif2 --  cl tried    12222 cl shrink        0 lits rem          0 time: 0.00
117.70/29.51	c vivif2 --  cl tried    31953 cl shrink     8912 lits rem      38171 time: 0.06
118.50/29.70	c asymm  cl-useful: 41/12222/12222 lits-rem:74 time: 0.19
118.50/29.70	c calculated reachability. Time: 0.00
118.50/29.70	c  N st    34    105330      6421     12219     27334     31952     79071    859240   no data   no data
118.90/29.84	c Finding binary XORs  T:     0.14 s  found:       0
124.51/31.25	c  N st    35    114928      6421     12219     27339     21468     79071    465437   no data   no data
131.69/33.09	c  N st    36    129325      6420     12219     28396     35005     79071   1289839   no data   no data
132.49/33.24	c Finding binary XORs  T:     0.14 s  found:       0
144.48/36.25	c  N st    37    150921      6418     12218     29022     34275     79009    859317   no data   no data
146.88/36.85	c  S st    38    157996      6414     12218     29034     40915     79009   1062780   no data   no data
147.67/37.02	c  S st    38    158497      6414     12218     29044     41411     79009   1076791   no data   no data
147.67/37.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
148.87/37.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    8 Bins:   1004 BRemL:   2098 BRemN:      9 P:  7.7M T:  0.34
148.87/37.39	c Replacing        8 vars Replaced      749 lits Time:     0.02 s 
148.87/37.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
149.27/37.40	c bin-w-bin subsume rem          169 bins  time:  0.00 s
149.27/37.40	c subs with bin:       30  lits-rem:        13  v-fix:    0  time:  0.01 s
149.27/37.41	c Subs w/ non-existent bins:      0 l-rem:      2 v-fix:     0 done:   6406 time:  0.01 s
149.27/37.41	c Removed useless bin:       0  fixed:     0  props:   0.17M  time:  0.00 s
149.27/37.44	c lits-rem:         1  cl-subs:       18  v-elim:      7  v-fix:    0  time:  0.02 s
150.47/37.70	c subs with bin:      109  lits-rem:      1349  v-fix:    0  time:  0.23 s
154.86/38.81	c lits-rem:      2344  cl-subs:     1617  v-elim:      0  v-fix:    0  time:  1.11 s
154.86/38.81	c vivif2 --  cl tried    12163 cl shrink        2 lits rem          4 time: 0.00
154.86/38.88	c vivif2 --  cl tried    39636 cl shrink     9695 lits rem      34861 time: 0.08
155.66/39.08	c asymm  cl-useful: 53/12161/12161 lits-rem:108 time: 0.20
155.66/39.09	c calculated reachability. Time: 0.00
155.66/39.09	c  N st    38    158497      6399     12147     27094     39634     78530    987768   no data   no data
156.45/39.23	c Finding binary XORs  T:     0.14 s  found:       1
184.02/46.14	c  N st    39    207085      6399     12147     27096     38518     78530   1030874   no data   no data
199.61/50.09	c  N st    40    237745      6398     12147     27163     41789     78530   1005845   no data   no data
199.61/50.09	c  S st    40    237745      6398     12147     27163     41789     78530   1005845   no data   no data
200.40/50.24	c Finding binary XORs  T:     0.14 s  found:       0
201.20/50.41	c  S st    40    238246      6398     12146     27718     41980     78477   1013704   no data   no data
201.20/50.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
202.40/50.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    250 BRemL:    936 BRemN:      7 P:  6.8M T:  0.31
202.40/50.74	c Replacing        2 vars Replaced       33 lits Time:     0.01 s 
202.40/50.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
202.40/50.75	c bin-w-bin subsume rem          153 bins  time:  0.00 s
202.40/50.75	c subs with bin:       28  lits-rem:         4  v-fix:    0  time:  0.01 s
202.40/50.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6396 time:  0.01 s
202.40/50.77	c Removed useless bin:       0  fixed:     0  props:   0.18M  time:  0.00 s
202.40/50.79	c lits-rem:         1  cl-subs:        8  v-elim:      2  v-fix:    0  time:  0.02 s
203.19/50.98	c subs with bin:       90  lits-rem:       461  v-fix:    0  time:  0.16 s
208.81/52.32	c lits-rem:      2640  cl-subs:     1791  v-elim:      0  v-fix:    0  time:  1.34 s
208.81/52.32	c vivif2 --  cl tried    12108 cl shrink        0 lits rem          0 time: 0.00
208.81/52.39	c vivif2 --  cl tried    40100 cl shrink     6576 lits rem      25692 time: 0.07
209.98/52.61	c asymm  cl-useful: 28/12108/12108 lits-rem:70 time: 0.22
209.98/52.61	c calculated reachability. Time: 0.00
209.98/52.61	c  N st    40    238246      6394     12108     26868     40100     78265    932416   no data   no data
256.73/64.39	c  F st    41    306250      6394     12108     26871     51511     78265   1496616   no data   no data
256.73/64.40	c  N st    41    306250      6394     12108     26871     51511     78265   1496616   no data   no data
257.51/64.55	c Finding binary XORs  T:     0.14 s  found:       2
261.53/65.56	c Decided on static restart strategy
273.09/68.45	c  N st    51    334565      6390     12100     27968     49895     78183   1101947   no data   no data
284.68/71.30	c  N st    53    357369      6389     12100     27980     42313     78183    993477   no data   no data
284.68/71.30	c  S st    53    357369      6389     12100     27980     42313     78183    993477   no data   no data
285.08/71.49	c  S st    53    357870      6389     12100     27987     42811     78183   1005820   no data   no data
285.48/71.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
286.68/71.86	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    7 Bins:    802 BRemL:   1541 BRemN:      0 P:  7.4M T:  0.35
286.68/71.87	c Replacing        9 vars Replaced      277 lits Time:     0.02 s 
286.68/71.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
286.68/71.88	c bin-w-bin subsume rem          181 bins  time:  0.00 s
286.68/71.89	c subs with bin:       37  lits-rem:        31  v-fix:    0  time:  0.01 s
286.68/71.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6379 time:  0.01 s
287.08/71.90	c Removed useless bin:       0  fixed:     0  props:   0.18M  time:  0.00 s
287.08/71.92	c lits-rem:         2  cl-subs:       25  v-elim:      5  v-fix:    0  time:  0.02 s
287.89/72.19	c subs with bin:      119  lits-rem:      1532  v-fix:    0  time:  0.24 s
289.88/72.68	c lits-rem:      1490  cl-subs:      848  v-elim:      0  v-fix:    0  time:  0.49 s
289.88/72.68	c vivif2 --  cl tried    12027 cl shrink        6 lits rem          6 time: 0.00
290.28/72.74	c vivif2 --  cl tried    41753 cl shrink     6227 lits rem      29143 time: 0.06
291.07/72.97	c asymm  cl-useful: 21/12024/12024 lits-rem:56 time: 0.22
291.07/72.97	c calculated reachability. Time: 0.00
291.07/72.97	c  N st    53    357870      6374     12018     26574     41753     77841    945972   no data   no data
291.88/73.11	c Finding binary XORs  T:     0.14 s  found:       1
311.84/78.15	c  N st    54    390262      6374     12018     26574     42172     77841   1247525   no data   no data
312.64/78.30	c Finding binary XORs  T:     0.14 s  found:       0
344.60/86.40	c  N st    55    438851      6373     12018     27429     57920     77812   1425200   no data   no data
345.40/86.54	c Finding binary XORs  T:     0.14 s  found:       0
405.31/101.53	c  N st    56    511733      6373     12018     27683     62052     77812   1426009   no data   no data
424.49/106.36	c  N st    57    536806      6373     12018     27705     51722     77812   1170924   no data   no data
424.49/106.36	c  S st    57    536806      6373     12018     27705     51722     77812   1170924   no data   no data
425.29/106.56	c  S st    57    537309      6373     12018     27710     52224     77812   1186483   no data   no data
425.29/106.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     0 time:   0.01
426.89/106.95	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    328 BRemL:   1149 BRemN:      0 P:  8.4M T:  0.38
426.89/106.97	c Replacing        1 vars Replaced       19 lits Time:     0.02 s 
426.89/106.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
426.89/106.98	c bin-w-bin subsume rem          221 bins  time:  0.00 s
426.89/106.99	c subs with bin:        5  lits-rem:         8  v-fix:    0  time:  0.00 s
426.89/106.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6370 time:  0.01 s
427.29/107.00	c Removed useless bin:       0  fixed:     0  props:   0.18M  time:  0.00 s
427.29/107.03	c lits-rem:         0  cl-subs:        8  v-elim:      7  v-fix:    0  time:  0.03 s
428.50/107.35	c subs with bin:       86  lits-rem:       317  v-fix:    0  time:  0.29 s
432.08/108.26	c lits-rem:      2695  cl-subs:     1809  v-elim:      0  v-fix:    0  time:  0.91 s
432.08/108.26	c vivif2 --  cl tried    12004 cl shrink        3 lits rem          3 time: 0.00
432.48/108.34	c vivif2 --  cl tried    50308 cl shrink     8778 lits rem      35001 time: 0.08
433.67/108.65	c asymm  cl-useful: 44/12004/12004 lits-rem:54 time: 0.31
433.67/108.66	c calculated reachability. Time: 0.00
433.67/108.66	c  N st    57    537309      6363     12001     26317     50308     77659   1101859   no data   no data
434.07/108.79	c Finding binary XORs  T:     0.14 s  found:       0
543.92/136.24	c  N st    58    701294      6363     12001     26318     58861     77659   1489402   no data   no data
544.32/136.39	c Finding binary XORs  T:     0.14 s  found:       0
626.62/156.98	c  N st    59    805965      6362     12001     26501     80986     77628   1786430   no data   no data
626.62/156.98	c  S st    59    805965      6362     12001     26501     80986     77628   1786430   no data   no data
627.42/157.12	c Finding binary XORs  T:     0.14 s  found:       0
628.61/157.40	c  S st    59    806466      6362     12001     26839     81484     77628   1804093   no data   no data
628.61/157.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
630.63/157.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    674 BRemL:    889 BRemN:      1 P: 12.5M T:  0.52
630.63/157.94	c Replacing        1 vars Replaced       31 lits Time:     0.01 s 
630.63/157.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
630.63/157.95	c bin-w-bin subsume rem          110 bins  time:  0.00 s
630.63/157.96	c subs with bin:       25  lits-rem:         4  v-fix:    0  time:  0.01 s
630.63/157.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6361 time:  0.01 s
630.63/157.97	c Removed useless bin:       2  fixed:     0  props:   0.18M  time:  0.00 s
631.01/158.01	c lits-rem:         0  cl-subs:       23  v-elim:      5  v-fix:    0  time:  0.03 s
632.20/158.38	c subs with bin:      120  lits-rem:      1092  v-fix:    0  time:  0.32 s
653.78/163.72	c lits-rem:      7363  cl-subs:     8002  v-elim:      0  v-fix:    0  time:  5.34 s
653.78/163.72	c vivif2 --  cl tried    11957 cl shrink        1 lits rem          1 time: 0.00
654.18/163.88	c vivif2 --  cl tried    73236 cl shrink    18649 lits rem      53086 time: 0.16
655.78/164.22	c asymm  cl-useful: 34/6610/11957 lits-rem:46 time: 0.34
655.78/164.22	c calculated reachability. Time: 0.00
655.78/164.22	c  N st    59    806466      6356     11957     26377     73235     77390   1524424   no data   no data
882.67/221.03	c  F st    60   1071876      6356     11957     26403     67031     77390   1290799   no data   no data
882.67/221.03	c  N st    60   1071876      6356     11957     26403     67031     77390   1290799   no data   no data
883.07/221.19	c Finding binary XORs  T:     0.14 s  found:       6
887.46/222.20	c Decided on static restart strategy
904.64/226.59	c  N st    70   1100184      6352     11953     27054     94081     77339   2103587   no data   no data
927.41/232.26	c  N st    72   1136179      6352     11953     27055     81161     77339   1826948   no data   no data
955.38/239.21	c  N st    73   1168571      6352     11953     27056     64879     77339   1234674   no data   no data
995.34/249.26	c  N st    74   1209700      6352     11953     27060     55037     77339    939275   no data   no data
995.34/249.26	c  S st    74   1209700      6352     11953     27060     55037     77339    939275   no data   no data
996.11/249.47	c  S st    74   1210202      6352     11953     27067     55530     77339    954639   no data   no data
996.11/249.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
997.71/249.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    374 BRemL:    796 BRemN:      0 P:  8.8M T:  0.39
998.11/249.90	c Replacing        7 vars Replaced      866 lits Time:     0.02 s 
998.11/249.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
998.11/249.90	c bin-w-bin subsume rem          144 bins  time:  0.00 s
998.11/249.91	c subs with bin:       15  lits-rem:         8  v-fix:    0  time:  0.01 s
998.11/249.92	c Subs w/ non-existent bins:      1 l-rem:      1 v-fix:     0 done:   6345 time:  0.01 s
998.11/249.92	c Removed useless bin:       0  fixed:     0  props:   0.18M  time:  0.00 s
998.11/249.95	c lits-rem:         0  cl-subs:       11  v-elim:      6  v-fix:    0  time:  0.03 s
998.91/250.12	c subs with bin:      271  lits-rem:      1525  v-fix:    0  time:  0.15 s
1000.51/250.54	c lits-rem:      1838  cl-subs:     1188  v-elim:      0  v-fix:    0  time:  0.42 s
1000.51/250.55	c vivif2 --  cl tried    11916 cl shrink        3 lits rem          3 time: 0.00
1000.90/250.61	c vivif2 --  cl tried    54041 cl shrink     5339 lits rem      13001 time: 0.06
1001.30/250.70	c asymm  cl-useful: 2/5306/11916 lits-rem:6 time: 0.09
1001.30/250.70	c calculated reachability. Time: 0.00
1001.30/250.70	c  N st    74   1210202      6339     11914     26011     54038     77183    914342   no data   no data
1001.70/250.84	c Finding binary XORs  T:     0.14 s  found:       1
1061.24/265.72	c  N st    75   1283085      6339     11914     26013     74072     77183   1435699   no data   no data
1154.29/289.02	c  N st    76   1392408      6338     11914     26035     76851     77183   1498839   no data   no data
1154.69/289.17	c Finding binary XORs  T:     0.14 s  found:       0
1305.29/326.89	c  N st    77   1556394      6337     11911     26024     72393     77148   1235094   no data   no data
1306.09/327.04	c Finding binary XORs  T:     0.14 s  found:       6
1431.11/358.38	c  N st    78   1710202      6333     11900     26115    104769     77037   1925710   no data   no data
1431.11/358.38	c  S st    78   1710202      6333     11900     26115    104769     77037   1925710   no data   no data
1432.71/358.79	c  S st    78   1710705      6333     11900     26147    105271     77037   1941710   no data   no data
1433.11/358.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1435.50/359.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bins:    302 BRemL:   1019 BRemN:      2 P: 12.0M T:  0.67
1435.50/359.49	c Replacing       10 vars Replaced      542 lits Time:     0.02 s 
1435.90/359.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1435.90/359.50	c bin-w-bin subsume rem          147 bins  time:  0.00 s
1435.90/359.51	c subs with bin:       40  lits-rem:        35  v-fix:    0  time:  0.01 s
1435.90/359.52	c Subs w/ non-existent bins:      0 l-rem:      2 v-fix:     0 done:   6323 time:  0.01 s
1435.90/359.52	c Removed useless bin:       0  fixed:     0  props:   0.18M  time:  0.00 s
1435.90/359.57	c lits-rem:         0  cl-subs:       20  v-elim:      4  v-fix:    0  time:  0.04 s
1437.51/359.94	c subs with bin:       38  lits-rem:       352  v-fix:    0  time:  0.30 s
1488.63/372.71	c lits-rem:     14221  cl-subs:    12164  v-elim:      0  v-fix:    0  time: 12.77 s
1488.63/372.71	c vivif2 --  cl tried    11826 cl shrink        3 lits rem          3 time: 0.00
1489.03/372.87	c vivif2 --  cl tried    93030 cl shrink    12993 lits rem      33461 time: 0.16
1490.64/373.22	c asymm  cl-useful: 41/7161/11826 lits-rem:50 time: 0.35
1490.64/373.23	c calculated reachability. Time: 0.00
1490.64/373.23	c  N st    78   1710705      6319     11826     25146     93028     76737   1623377   no data   no data
1491.04/373.37	c Finding binary XORs  T:     0.14 s  found:       0
1838.97/460.43	c  N st    79   2079669      6319     11826     25146     90154     76737   1799371   no data   no data
1973.96/494.21	c  N st    80   2210706      6318     11826     25230     87931     76737   1743873   no data   no data
1973.96/494.21	c  S st    80   2210706      6318     11826     25230     87931     76737   1743873   no data   no data
1974.36/494.36	c Finding binary XORs  T:     0.14 s  found:       0
1975.95/494.71	c  S st    80   2211208      6318     11826     25604     88414     76706   1759459   no data   no data
1975.95/494.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1977.95/495.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    556 BRemL:    840 BRemN:      0 P: 11.4M T:  0.50
1977.95/495.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1977.95/495.23	c bin-w-bin subsume rem           97 bins  time:  0.00 s
1977.95/495.24	c subs with bin:       18  lits-rem:         2  v-fix:    0  time:  0.01 s
1977.95/495.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6318 time:  0.01 s
1977.95/495.25	c Removed useless bin:       1  fixed:     0  props:   0.18M  time:  0.00 s
1977.95/495.29	c lits-rem:         0  cl-subs:        9  v-elim:     10  v-fix:    0  time:  0.04 s
1979.57/495.61	c subs with bin:       35  lits-rem:        64  v-fix:    0  time:  0.27 s
1991.94/498.75	c lits-rem:      2668  cl-subs:     1689  v-elim:      0  v-fix:    0  time:  3.13 s
1991.94/498.75	c vivif2 --  cl tried    11799 cl shrink        6 lits rem          6 time: 0.00
1992.76/498.91	c vivif2 --  cl tried    86657 cl shrink    13039 lits rem      76709 time: 0.16
1993.14/499.01	c asymm  cl-useful: 3/4634/11795 lits-rem:9 time: 0.10
1993.14/499.02	c calculated reachability. Time: 0.00
1993.14/499.02	c  N st    80   2211208      6308     11792     24985     86657     76509   1631183   no data   no data
2527.61/632.84	c  N st    81   2711210      6308     11792     25002     90618     76509   1601014   no data   no data
2527.61/632.84	c  S st    81   2711210      6308     11792     25002     90618     76509   1601014   no data   no data
2528.01/632.98	c Finding binary XORs  T:     0.14 s  found:       2
2529.60/633.31	c  S st    81   2711714      6308     11792     25800     91120     76509   1621696   no data   no data
2529.60/633.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2531.60/633.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    213 BRemL:    623 BRemN:      3 P: 11.4M T:  0.51
2531.60/633.85	c Replacing        2 vars Replaced       44 lits Time:     0.01 s 
2531.60/633.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2531.60/633.86	c bin-w-bin subsume rem           81 bins  time:  0.00 s
2531.60/633.86	c subs with bin:        6  lits-rem:         7  v-fix:    0  time:  0.01 s
2531.60/633.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6306 time:  0.01 s
2531.60/633.88	c Removed useless bin:       1  fixed:     0  props:   0.18M  time:  0.00 s
2532.00/633.92	c lits-rem:         0  cl-subs:        6  v-elim:      1  v-fix:    0  time:  0.04 s
2533.22/634.26	c subs with bin:       47  lits-rem:       211  v-fix:    0  time:  0.29 s
2540.79/636.14	c lits-rem:      5012  cl-subs:     4829  v-elim:      0  v-fix:    0  time:  1.88 s
2540.79/636.14	c vivif2 --  cl tried    11782 cl shrink        2 lits rem          2 time: 0.00
2541.19/636.24	c vivif2 --  cl tried    85988 cl shrink     7332 lits rem      24174 time: 0.10
2542.78/636.61	c asymm  cl-useful: 38/6825/11782 lits-rem:43 time: 0.36
2542.78/636.61	c calculated reachability. Time: 0.00
2542.78/636.61	c  N st    81   2711714      6305     11782     25257     85988     76412   1498230   no data   no data
3071.73/769.09	c  N st    82   3211716      6305     11782     25263    120851     76412   2421588   no data   no data
3071.73/769.09	c  S st    82   3211716      6305     11782     25263    120851     76412   2421588   no data   no data
3072.53/769.25	c Finding binary XORs  T:     0.14 s  found:       1
3074.13/769.67	c  S st    82   3212217      6302     11779     25028    121323     76355   2436829   no data   no data
3074.13/769.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3076.94/770.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    147 BRemL:    364 BRemN:      0 P: 14.6M T:  0.65
3076.94/770.35	c Replacing        3 vars Replaced      671 lits Time:     0.02 s 
3076.94/770.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3076.94/770.36	c bin-w-bin subsume rem           27 bins  time:  0.00 s
3076.94/770.36	c subs with bin:        6  lits-rem:        11  v-fix:    0  time:  0.01 s
3076.94/770.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6299 time:  0.01 s
3076.94/770.38	c Removed useless bin:       0  fixed:     0  props:   0.18M  time:  0.00 s
3077.34/770.42	c lits-rem:         0  cl-subs:       11  v-elim:      2  v-fix:    0  time:  0.05 s
3079.73/771.02	c subs with bin:      134  lits-rem:       743  v-fix:    0  time:  0.52 s
3098.10/775.65	c lits-rem:     10894  cl-subs:     3578  v-elim:      0  v-fix:    0  time:  4.63 s
3098.10/775.66	c vivif2 --  cl tried    11762 cl shrink        1 lits rem          1 time: 0.00
3098.90/775.88	c vivif2 --  cl tried   117607 cl shrink    17887 lits rem      59118 time: 0.22
3099.70/776.03	c asymm  cl-useful: 1/4937/11762 lits-rem:3 time: 0.14
3099.70/776.03	c calculated reachability. Time: 0.00
3099.70/776.03	c  N st    82   3212217      6297     11761     24775    117605     76338   2277723   no data   no data
3606.71/902.91	c  N st    83   3712218      6297     11761     24780    114002     76338   2102585   no data   no data
3606.71/902.91	c  S st    83   3712218      6297     11761     24780    114002     76338   2102585   no data   no data
3607.11/903.06	c Finding binary XORs  T:     0.14 s  found:       3
3609.11/903.52	c  S st    83   3712721      6294     11753     24906    114490     76286   2117127   no data   no data
3609.11/903.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3611.51/904.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:     50 BRemL:    597 BRemN:      0 P: 13.9M T:  0.60
3611.51/904.15	c Replacing        4 vars Replaced       85 lits Time:     0.01 s 
3611.51/904.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3611.51/904.16	c bin-w-bin subsume rem           47 bins  time:  0.00 s
3611.51/904.17	c subs with bin:       13  lits-rem:        18  v-fix:    0  time:  0.01 s
3611.51/904.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6290 time:  0.01 s
3611.51/904.18	c Removed useless bin:       0  fixed:     0  props:   0.18M  time:  0.00 s
3611.91/904.23	c lits-rem:         0  cl-subs:        9  v-elim:      2  v-fix:    0  time:  0.05 s
3613.51/904.60	c subs with bin:      182  lits-rem:        69  v-fix:    0  time:  0.31 s
3638.27/910.80	c lits-rem:      3418  cl-subs:     4593  v-elim:      0  v-fix:    0  time:  6.20 s
3638.27/910.81	c vivif2 --  cl tried    11728 cl shrink        3 lits rem          5 time: 0.00
3638.68/910.98	c vivif2 --  cl tried   109680 cl shrink     9440 lits rem      23812 time: 0.17
3640.28/911.33	c asymm  cl-useful: 27/5777/11728 lits-rem:55 time: 0.36
3640.28/911.34	c calculated reachability. Time: 0.00
3640.28/911.34	c  N st    83   3712721      6288     11728     24228    109680     76137   1974962   no data   no data
3683.02/922.05	c  F st    84   3751562      6288     11728     24231    146749     76137   2886017   no data   no data
3683.02/922.06	c  N st    84   3751562      6288     11728     24231    146749     76137   2886017   no data   no data
3689.41/923.61	c Decided on static restart strategy
3714.58/929.99	c  N st    94   3779869      6288     11728     24317     91786     76137   1406681   no data   no data
3744.95/937.58	c  N st    96   3815863      6288     11728     24318    126278     76137   2278957   no data   no data
3745.76/937.72	c Finding binary XORs  T:     0.14 s  found:       0
3776.94/945.53	c  N st    97   3848255      6288     11728     24341    157061     76137   2988221   no data   no data
3837.24/960.60	c  N st    98   3896844      6288     11728     24341    119435     76137   2106511   no data   no data
3922.35/981.94	c  N st    99   3969726      6287     11728     24359    104674     76137   1676912   no data   no data
4028.63/1008.55	c  N st   100   4079051      6287     11728     24361    122877     76137   2295865   no data   no data
4174.46/1045.06	c  N st   101   4212721      6287     11728     24363    164339     76137   2961191   no data   no data
4174.46/1045.06	c  S st   101   4212721      6287     11728     24363    164339     76137   2961191   no data   no data
4176.47/1045.50	c  S st   101   4213224      6287     11728     24437    164840     76137   2974984   no data   no data
4176.47/1045.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4179.25/1046.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:     86 BRemL:    246 BRemN:      0 P: 15.4M T:  0.70
4179.25/1046.26	c Replacing        1 vars Replaced       35 lits Time:     0.04 s 
4179.25/1046.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4179.25/1046.27	c bin-w-bin subsume rem           38 bins  time:  0.00 s
4179.25/1046.28	c subs with bin:        3  lits-rem:         2  v-fix:    0  time:  0.01 s
4179.25/1046.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   6286 time:  0.01 s
4179.25/1046.29	c Removed useless bin:       0  fixed:     0  props:   0.18M  time:  0.00 s
4179.66/1046.35	c lits-rem:         0  cl-subs:        5  v-elim:      3  v-fix:    0  time:  0.06 s
4181.66/1046.88	c subs with bin:       30  lits-rem:       263  v-fix:    0  time:  0.44 s
4227.59/1058.35	c lits-rem:     23127  cl-subs:     7083  v-elim:      0  v-fix:    0  time: 11.47 s
4227.59/1058.35	c vivif2 --  cl tried    11720 cl shrink        2 lits rem          2 time: 0.00
4228.79/1058.69	c vivif2 --  cl tried   157563 cl shrink    19857 lits rem      43236 time: 0.33
4229.61/1058.87	c asymm  cl-useful: 0/5943/11720 lits-rem:0 time: 0.18
4229.61/1058.88	c calculated reachability. Time: 0.00
4229.61/1058.88	c  N st   101   4213224      6283     11720     24142    157563     76097   2774761   no data   no data
4230.39/1059.02	c Finding binary XORs  T:     0.14 s  found:       0
4479.31/1121.35	c  N st   102   4459200      6283     11720     24148    124472     76097   2202312   no data   no data
4479.71/1121.50	c Finding binary XORs  T:     0.15 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-3289104-1304117669/watcher-3289104-1304117669 -o /tmp/evaluation-result-3289104-1304117669/solver-3289104-1304117669 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3289104-1304117669.cnf 

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

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


[startup+0 s]
/proc/loadavg: 6.95 7.82 7.94 2/174 484
/proc/meminfo: memFree=30923248/32951124 swapFree=67111364/67111528
[pid=484] ppid=482 vsize=20344 CPUtime=0 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4194304 343 0 0 0 0 0 0 0 22 0 1 0 523364920 20832256 282 33554432000 4194304 4627427 140737096305120 18446744073709551615 4518928 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/484/statm: 5086 303 261 106 0 57 0
[pid=484/tid=485] ppid=482 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) R 482 484 32264 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 523364921 52441088 347 33554432000 4194304 4627427 140737096305120 18446744073709551615 228244405233 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=484/tid=486] ppid=482 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) R 482 484 32264 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 523364921 52441088 347 33554432000 4194304 4627427 140737096305120 18446744073709551615 228256146486 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 523364921 52441088 347 33554432000 4194304 4627427 140737096305120 18446744073709551615 47518159824818 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0815781 s]
/proc/loadavg: 6.95 7.82 7.94 2/174 484
/proc/meminfo: memFree=30923248/32951124 swapFree=67111364/67111528
[pid=484] ppid=482 vsize=394500 CPUtime=0.24 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4202496 23023 0 0 0 18 6 0 0 18 0 4 0 523364920 403968000 18633 33554432000 4194304 4627427 140737096305120 18446744073709551615 228244453870 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/484/statm: 98625 18704 341 106 0 93596 0
[pid=484/tid=485] ppid=482 vsize=394500 CPUtime=0.04 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) S 482 484 32264 0 -1 4202560 5922 0 0 0 3 1 0 0 18 0 4 0 523364921 403968000 18735 33554432000 4194304 4627427 140737096305120 18446744073709551615 228244453870 0 0 4096 2 18446604448613413184 0 0 -1 6 0 0 0
[pid=484/tid=486] ppid=482 vsize=394500 CPUtime=0.05 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) S 482 484 32264 0 -1 4202560 5861 0 0 0 4 1 0 0 18 0 4 0 523364921 403968000 18765 33554432000 4194304 4627427 140737096305120 18446744073709551615 228244453870 0 0 4096 2 18446604448613413184 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=394500 CPUtime=0.06 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 5504 0 0 0 5 1 0 0 18 0 4 0 523364921 403968000 18787 33554432000 4194304 4627427 140737096305120 18446744073709551615 228244453919 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 394500

[startup+0.104662 s]
/proc/loadavg: 6.95 7.82 7.94 2/174 484
/proc/meminfo: memFree=30923248/32951124 swapFree=67111364/67111528
[pid=484] ppid=482 vsize=395708 CPUtime=0.32 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4202496 25276 0 0 0 25 7 0 0 18 0 4 0 523364920 405204992 20886 33554432000 4194304 4627427 140737096305120 18446744073709551615 228244453919 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/484/statm: 98960 20924 341 106 0 93931 0
[pid=484/tid=485] ppid=482 vsize=395840 CPUtime=0.07 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) S 482 484 32264 0 -1 4202560 6605 0 0 0 5 2 0 0 18 0 4 0 523364921 405340160 21135 33554432000 4194304 4627427 140737096305120 18446744073709551615 228244453870 0 0 4096 2 18446604448613413184 0 0 -1 6 0 0 0
[pid=484/tid=486] ppid=482 vsize=395840 CPUtime=0.07 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) S 482 484 32264 0 -1 4202560 6427 0 0 0 6 1 0 0 18 0 4 0 523364921 405340160 21135 33554432000 4194304 4627427 140737096305120 18446744073709551615 228244453870 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=395840 CPUtime=0.08 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 6061 0 0 0 7 1 0 0 18 0 4 0 523364921 405340160 21143 33554432000 4194304 4627427 140737096305120 18446744073709551615 228244046032 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 395708

[startup+0.875357 s]
/proc/loadavg: 6.95 7.82 7.94 2/174 484
/proc/meminfo: memFree=30923248/32951124 swapFree=67111364/67111528
[pid=484] ppid=482 vsize=397016 CPUtime=3.39 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4202496 26882 0 0 0 332 7 0 0 19 0 4 0 523364920 406544384 22217 33554432000 4194304 4627427 140737096305120 18446744073709551615 4299605 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/484/statm: 99254 22217 367 106 0 94225 0
[pid=484/tid=485] ppid=482 vsize=397016 CPUtime=0.84 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) R 482 484 32264 0 -1 4202560 6616 0 0 0 82 2 0 0 19 0 4 0 523364921 406544384 22217 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=484/tid=486] ppid=482 vsize=397016 CPUtime=0.83 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) R 482 484 32264 0 -1 4202560 6657 0 0 0 82 1 0 0 18 0 4 0 523364921 406544384 22217 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308162 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=397016 CPUtime=0.84 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 6929 0 0 0 83 1 0 0 18 0 4 0 523364921 406544384 22217 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308996 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.39
Current children cumulated vsize (KiB) 397016

[startup+0.900354 s]
/proc/loadavg: 6.95 7.82 7.94 2/174 484
/proc/meminfo: memFree=30923248/32951124 swapFree=67111364/67111528
[pid=484] ppid=482 vsize=397016 CPUtime=3.49 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4202496 26884 0 0 0 342 7 0 0 19 0 4 0 523364920 406544384 22219 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308425 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/484/statm: 99254 22219 367 106 0 94225 0
[pid=484/tid=485] ppid=482 vsize=397016 CPUtime=0.87 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) R 482 484 32264 0 -1 4202560 6616 0 0 0 85 2 0 0 19 0 4 0 523364921 406544384 22219 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308752 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=484/tid=486] ppid=482 vsize=397016 CPUtime=0.86 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) R 482 484 32264 0 -1 4202560 6657 0 0 0 85 1 0 0 18 0 4 0 523364921 406544384 22219 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308285 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=397016 CPUtime=0.87 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 6931 0 0 0 86 1 0 0 18 0 4 0 523364921 406544384 22219 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308987 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 397016

[startup+1.50025 s]
/proc/loadavg: 6.95 7.82 7.94 2/174 484
/proc/meminfo: memFree=30923248/32951124 swapFree=67111364/67111528
[pid=484] ppid=482 vsize=405164 CPUtime=5.89 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4202496 35523 0 0 0 580 9 0 0 20 0 4 0 523364920 414887936 30858 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/484/statm: 101291 30858 368 106 0 96262 0
[pid=484/tid=485] ppid=482 vsize=405164 CPUtime=1.46 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) R 482 484 32264 0 -1 4202560 9451 0 0 0 144 2 0 0 20 0 4 0 523364921 414887936 30858 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308942 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=484/tid=486] ppid=482 vsize=405164 CPUtime=1.46 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) R 482 484 32264 0 -1 4202560 9349 0 0 0 144 2 0 0 20 0 4 0 523364921 414887936 30858 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=405164 CPUtime=1.47 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 6993 0 0 0 146 1 0 0 20 0 4 0 523364921 414887936 30858 33554432000 4194304 4627427 140737096305120 18446744073709551615 4324663 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.89
Current children cumulated vsize (KiB) 405164

[startup+3.10097 s]
/proc/loadavg: 6.95 7.82 7.94 9/184 498
/proc/meminfo: memFree=30547708/32951124 swapFree=67111364/67111528
[pid=484] ppid=482 vsize=440684 CPUtime=12.29 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4202496 79022 0 0 0 1210 19 0 0 25 0 4 0 523364920 451260416 74357 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/484/statm: 110171 74357 369 106 0 105142 0
[pid=484/tid=485] ppid=482 vsize=440684 CPUtime=3.05 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) R 482 484 32264 0 -1 4202560 23588 0 0 0 299 6 0 0 25 0 4 0 523364921 451260416 74357 33554432000 4194304 4627427 140737096305120 18446744073709551615 4239623 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=484/tid=486] ppid=482 vsize=440684 CPUtime=3.06 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) R 482 484 32264 0 -1 4202560 23425 0 0 0 302 4 0 0 25 0 4 0 523364921 451260416 74357 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=440684 CPUtime=3.08 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 7775 0 0 0 306 2 0 0 25 0 4 0 523364921 451260416 74357 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.29
Current children cumulated vsize (KiB) 440684

[startup+6.30041 s]
/proc/loadavg: 7.11 7.84 7.95 9/184 498
/proc/meminfo: memFree=30204632/32951124 swapFree=67111364/67111528
[pid=484] ppid=482 vsize=847556 CPUtime=25.05 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4202496 159177 0 0 0 2468 37 0 0 25 0 4 0 523364920 867897344 153597 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/484/statm: 211889 153600 370 106 0 206860 0
[pid=484/tid=485] ppid=482 vsize=847556 CPUtime=6.23 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) R 482 484 32264 0 -1 4202560 49539 0 0 0 611 12 0 0 18 0 4 0 523364921 867897344 153601 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=484/tid=486] ppid=482 vsize=847556 CPUtime=6.25 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) R 482 484 32264 0 -1 4202560 50050 0 0 0 615 10 0 0 25 0 4 0 523364921 867897344 153601 33554432000 4194304 4627427 140737096305120 18446744073709551615 4238603 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=847556 CPUtime=6.28 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 8667 0 0 0 626 2 0 0 25 0 4 0 523364921 867897344 153601 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 847556

[startup+12.7063 s]
/proc/loadavg: 7.18 7.84 7.95 9/184 498
/proc/meminfo: memFree=30033892/32951124 swapFree=67111364/67111528
[pid=484] ppid=482 vsize=1076368 CPUtime=50.63 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4202496 202490 0 0 0 5015 48 0 0 25 0 4 0 523364920 1102200832 189239 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/484/statm: 269092 189239 390 106 0 264063 0
[pid=484/tid=485] ppid=482 vsize=1076368 CPUtime=12.6 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) R 482 484 32264 0 -1 4202560 62504 0 0 0 1245 15 0 0 25 0 4 0 523364921 1102200832 189239 33554432000 4194304 4627427 140737096305120 18446744073709551615 4306552 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=484/tid=486] ppid=482 vsize=1076368 CPUtime=12.65 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) R 482 484 32264 0 -1 4202560 61932 0 0 0 1252 13 0 0 25 0 4 0 523364921 1102200832 189239 33554432000 4194304 4627427 140737096305120 18446744073709551615 4299647 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=1076368 CPUtime=12.68 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 15573 0 0 0 1266 2 0 0 25 0 4 0 523364921 1102200832 189239 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 1076368

[startup+25.501 s]
/proc/loadavg: 7.31 7.85 7.95 9/184 498
/proc/meminfo: memFree=29784840/32951124 swapFree=67111364/67111528
[pid=484] ppid=482 vsize=1146564 CPUtime=101.73 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4202496 238258 0 0 0 10118 55 0 0 25 0 4 0 523364920 1174081536 214280 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309965 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/484/statm: 286641 214280 391 106 0 281612 0
[pid=484/tid=485] ppid=482 vsize=1146564 CPUtime=25.33 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) R 482 484 32264 0 -1 4202560 71442 0 0 0 2516 17 0 0 25 0 4 0 523364921 1174081536 214280 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=484/tid=486] ppid=482 vsize=1146564 CPUtime=25.44 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) R 482 484 32264 0 -1 4202560 70018 0 0 0 2529 15 0 0 25 0 4 0 523364921 1174081536 214280 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=1146564 CPUtime=25.48 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 24610 0 0 0 2543 5 0 0 25 0 4 0 523364921 1174081536 214280 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308428 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 1146564

[startup+51.1006 s]
/proc/loadavg: 7.63 7.87 7.96 9/184 499
/proc/meminfo: memFree=29618960/32951124 swapFree=67111364/67111528
[pid=484] ppid=482 vsize=1147308 CPUtime=204 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4202496 275376 0 0 0 20336 64 0 0 25 0 4 0 523364920 1174843392 229923 33554432000 4194304 4627427 140737096305120 18446744073709551615 4420243 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/484/statm: 286827 229923 391 106 0 281798 0
[pid=484/tid=485] ppid=482 vsize=1147308 CPUtime=50.79 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) R 482 484 32264 0 -1 4202560 80689 0 0 0 5060 19 0 0 25 0 4 0 523364921 1174843392 229923 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=484/tid=486] ppid=482 vsize=1147308 CPUtime=51.05 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) R 482 484 32264 0 -1 4202560 80355 0 0 0 5088 17 0 0 25 0 4 0 523364921 1174843392 229923 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309635 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=1147308 CPUtime=51.07 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 29418 0 0 0 5101 6 0 0 25 0 4 0 523364921 1174843392 229923 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308275 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204
Current children cumulated vsize (KiB) 1147308

[startup+102.301 s]
/proc/loadavg: 7.94 7.92 7.97 9/184 500
/proc/meminfo: memFree=29475316/32951124 swapFree=67111364/67111528
[pid=484] ppid=482 vsize=1312196 CPUtime=408.51 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4202496 325422 0 0 0 40771 80 0 0 25 0 4 0 523364920 1343688704 238697 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309260 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/484/statm: 328049 238697 391 106 0 323020 0
[pid=484/tid=485] ppid=482 vsize=1312196 CPUtime=101.71 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) R 482 484 32264 0 -1 4202560 90353 0 0 0 10149 22 0 0 25 0 4 0 523364921 1343688704 238697 33554432000 4194304 4627427 140737096305120 18446744073709551615 4327592 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=484/tid=486] ppid=482 vsize=1312196 CPUtime=102.23 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) R 482 484 32264 0 -1 4202560 92363 0 0 0 10202 21 0 0 25 0 4 0 523364921 1343688704 238697 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=1312196 CPUtime=102.28 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 40349 0 0 0 10217 11 0 0 25 0 4 0 523364921 1343688704 238697 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309379 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.51
Current children cumulated vsize (KiB) 1312196

[startup+162.307 s]

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

[pid=484] ppid=482 vsize=1394464 CPUtime=2565.56 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4202496 689295 0 0 0 256359 197 0 0 25 0 4 0 523364920 1427931136 300995 33554432000 4194304 4627427 140737096305120 18446744073709551615 4324759 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/484/statm: 348616 300995 392 106 0 343587 0
[pid=484/tid=485] ppid=482 vsize=1394464 CPUtime=638.79 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) R 482 484 32264 0 -1 4202560 215681 0 0 0 63816 63 0 0 25 0 4 0 523364921 1427931136 300995 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=484/tid=486] ppid=482 vsize=1394464 CPUtime=642.18 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) R 482 484 32264 0 -1 4202560 177885 0 0 0 64172 46 0 0 25 0 4 0 523364921 1427931136 300995 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=1394464 CPUtime=642.27 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 104023 0 0 0 64195 32 0 0 25 0 4 0 523364921 1427931136 300995 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2565.56
Current children cumulated vsize (KiB) 1394464

[startup+702.301 s]
/proc/loadavg: 6.73 7.78 7.91 5/175 545
/proc/meminfo: memFree=29672780/32951124 swapFree=67111364/67111528
[pid=484] ppid=482 vsize=1558312 CPUtime=2805.25 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4202496 716480 0 0 0 280318 207 0 0 25 0 4 0 523364920 1595711488 313664 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/484/statm: 389578 313664 392 106 0 384549 0
[pid=484/tid=485] ppid=482 vsize=1558312 CPUtime=698.49 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) R 482 484 32264 0 -1 4202560 229560 0 0 0 69782 67 0 0 25 0 4 0 523364921 1595711488 313664 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=484/tid=486] ppid=482 vsize=1558312 CPUtime=702.19 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) R 482 484 32264 0 -1 4202560 179322 0 0 0 70171 48 0 0 25 0 4 0 523364921 1595711488 313664 33554432000 4194304 4627427 140737096305120 18446744073709551615 4420146 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=1558312 CPUtime=702.28 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 108059 0 0 0 70195 33 0 0 25 0 4 0 523364921 1595711488 313664 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.25
Current children cumulated vsize (KiB) 1558312

[startup+762.301 s]
/proc/loadavg: 5.00 7.08 7.67 5/175 547
/proc/meminfo: memFree=29678160/32951124 swapFree=67111364/67111528
[pid=484] ppid=482 vsize=1503564 CPUtime=3044.97 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4202496 740787 0 0 0 304280 217 0 0 25 0 4 0 523364920 1539649536 312429 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308139 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/484/statm: 375891 312429 392 106 0 370862 0
[pid=484/tid=485] ppid=482 vsize=1503564 CPUtime=758.2 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) R 482 484 32264 0 -1 4202560 241482 0 0 0 75748 72 0 0 25 0 4 0 523364921 1539649536 312429 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=484/tid=486] ppid=482 vsize=1503564 CPUtime=762.17 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) R 482 484 32264 0 -1 4202560 179648 0 0 0 76169 48 0 0 25 0 4 0 523364921 1539649536 312429 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=1503564 CPUtime=762.28 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 113571 0 0 0 76192 36 0 0 25 0 4 0 523364921 1539649536 312429 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3044.97
Current children cumulated vsize (KiB) 1503564

[startup+822.307 s]
/proc/loadavg: 4.37 6.52 7.43 5/175 548
/proc/meminfo: memFree=29677820/32951124 swapFree=67111364/67111528
[pid=484] ppid=482 vsize=1488116 CPUtime=3284.71 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4202496 756367 0 0 0 328247 224 0 0 25 0 4 0 523364920 1523830784 312193 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/484/statm: 372029 312193 392 106 0 367000 0
[pid=484/tid=485] ppid=482 vsize=1488116 CPUtime=817.94 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) R 482 484 32264 0 -1 4202560 250109 0 0 0 81717 77 0 0 25 0 4 0 523364921 1523830784 312193 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=484/tid=486] ppid=482 vsize=1488116 CPUtime=822.18 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) R 482 484 32264 0 -1 4202560 180212 0 0 0 82169 49 0 0 25 0 4 0 523364921 1523830784 312193 33554432000 4194304 4627427 140737096305120 18446744073709551615 4299605 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=1488116 CPUtime=822.29 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 113572 0 0 0 82193 36 0 0 25 0 4 0 523364921 1523830784 312193 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3284.71
Current children cumulated vsize (KiB) 1488116

[startup+882.301 s]
/proc/loadavg: 4.13 6.06 7.22 5/175 550
/proc/meminfo: memFree=29641652/32951124 swapFree=67111364/67111528
[pid=484] ppid=482 vsize=1599884 CPUtime=3524.41 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4202496 776168 0 0 0 352211 230 0 0 25 0 4 0 523364920 1638281216 321434 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/484/statm: 399971 321434 392 106 0 394942 0
[pid=484/tid=485] ppid=482 vsize=1599884 CPUtime=877.64 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) R 482 484 32264 0 -1 4202560 259529 0 0 0 87684 80 0 0 25 0 4 0 523364921 1638281216 321434 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=484/tid=486] ppid=482 vsize=1599884 CPUtime=882.17 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) R 482 484 32264 0 -1 4202560 182936 0 0 0 88167 50 0 0 25 0 4 0 523364921 1638281216 321434 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=1599884 CPUtime=882.28 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 117078 0 0 0 88192 36 0 0 25 0 4 0 523364921 1638281216 321434 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3524.41
Current children cumulated vsize (KiB) 1599884

[startup+942.301 s]
/proc/loadavg: 4.09 5.70 7.02 5/175 552
/proc/meminfo: memFree=29649080/32951124 swapFree=67111364/67111528
[pid=484] ppid=482 vsize=1526032 CPUtime=3764.12 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4202496 810766 0 0 0 376169 243 0 0 25 0 4 0 523364920 1562656768 319713 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/484/statm: 381508 319713 392 106 0 376479 0
[pid=484/tid=485] ppid=482 vsize=1526032 CPUtime=937.36 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) R 482 484 32264 0 -1 4202560 269380 0 0 0 93652 84 0 0 25 0 4 0 523364921 1562656768 319713 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=484/tid=486] ppid=482 vsize=1526032 CPUtime=942.17 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) R 482 484 32264 0 -1 4202560 189933 0 0 0 94165 52 0 0 25 0 4 0 523364921 1562656768 319713 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=1526032 CPUtime=942.28 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 126594 0 0 0 94189 39 0 0 25 0 4 0 523364921 1562656768 319713 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.12
Current children cumulated vsize (KiB) 1526032

[startup+1002.3 s]
/proc/loadavg: 4.03 5.39 6.83 5/175 553
/proc/meminfo: memFree=29606968/32951124 swapFree=67111364/67111528
[pid=484] ppid=482 vsize=1588944 CPUtime=4003.85 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4202496 840447 0 0 0 400133 252 0 0 25 0 4 0 523364920 1627078656 331318 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309287 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/484/statm: 397236 331318 392 106 0 392207 0
[pid=484/tid=485] ppid=482 vsize=1588944 CPUtime=997.09 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) R 482 484 32264 0 -1 4202560 276781 0 0 0 99622 87 0 0 25 0 4 0 523364921 1627078656 331318 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=484/tid=486] ppid=482 vsize=1588944 CPUtime=1002.17 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) R 482 484 32264 0 -1 4202560 193882 0 0 0 100164 53 0 0 25 0 4 0 523364921 1627078656 331318 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=1588944 CPUtime=1002.29 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 134066 0 0 0 100187 42 0 0 25 0 4 0 523364921 1627078656 331318 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4003.85
Current children cumulated vsize (KiB) 1588944

[startup+1062.3 s]
/proc/loadavg: 4.05 5.15 6.65 5/175 555
/proc/meminfo: memFree=29616180/32951124 swapFree=67111364/67111528
[pid=484] ppid=482 vsize=1620948 CPUtime=4243.57 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4202496 858123 0 0 0 424099 258 0 0 25 0 4 0 523364920 1659850752 327876 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308987 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/484/statm: 405237 327876 392 106 0 400208 0
[pid=484/tid=485] ppid=482 vsize=1620948 CPUtime=1056.8 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) R 482 484 32264 0 -1 4202560 285644 0 0 0 105590 90 0 0 25 0 4 0 523364921 1659850752 327876 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=484/tid=486] ppid=482 vsize=1620948 CPUtime=1062.17 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) R 482 484 32264 0 -1 4202560 196913 0 0 0 106163 54 0 0 25 0 4 0 523364921 1659850752 327876 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=1620948 CPUtime=1062.28 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 137207 0 0 0 106186 42 0 0 25 0 4 0 523364921 1659850752 327876 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4243.57
Current children cumulated vsize (KiB) 1620948

[startup+1122.3 s]
/proc/loadavg: 4.02 4.93 6.48 5/175 556
/proc/meminfo: memFree=29562676/32951124 swapFree=67111364/67111528
[pid=484] ppid=482 vsize=1648856 CPUtime=4483.3 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4202496 884205 0 0 0 448062 268 0 0 25 0 4 0 523364920 1688428544 341192 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/484/statm: 412214 341192 391 106 0 407185 0
[pid=484/tid=485] ppid=482 vsize=1648856 CPUtime=1116.53 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) R 482 484 32264 0 -1 4202560 298007 0 0 0 111558 95 0 0 25 0 4 0 523364921 1688428544 341192 33554432000 4194304 4627427 140737096305120 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=484/tid=486] ppid=482 vsize=1648856 CPUtime=1122.17 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) R 482 484 32264 0 -1 4202560 201770 0 0 0 112161 56 0 0 25 0 4 0 523364921 1688428544 341192 33554432000 4194304 4627427 140737096305120 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=1648856 CPUtime=1122.29 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 137958 0 0 0 112186 43 0 0 25 0 4 0 523364921 1688428544 341192 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4483.3
Current children cumulated vsize (KiB) 1648856

[startup+1182.3 s]
/proc/loadavg: 4.04 4.78 6.33 5/175 558
/proc/meminfo: memFree=29520176/32951124 swapFree=67111364/67111528
[pid=484] ppid=482 vsize=1638192 CPUtime=4723.02 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4202496 903303 0 0 0 472028 274 0 0 25 0 4 0 523364920 1677508608 351612 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/484/statm: 409548 351612 391 106 0 404519 0
[pid=484/tid=485] ppid=482 vsize=1638192 CPUtime=1176.24 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) R 482 484 32264 0 -1 4202560 305112 0 0 0 117527 97 0 0 25 0 4 0 523364921 1677508608 351612 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=484/tid=486] ppid=482 vsize=1638192 CPUtime=1182.17 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) R 482 484 32264 0 -1 4202560 206476 0 0 0 118159 58 0 0 25 0 4 0 523364921 1677508608 351612 33554432000 4194304 4627427 140737096305120 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=1638192 CPUtime=1182.28 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 140583 0 0 0 118185 43 0 0 25 0 4 0 523364921 1677508608 351612 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4723.02
Current children cumulated vsize (KiB) 1638192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 4.02 4.72 6.28 5/175 559
/proc/meminfo: memFree=29542940/32951124 swapFree=67111364/67111528
[pid=484] ppid=482 vsize=1638192 CPUtime=4800.14 cores=0,2,4,6
/proc/484/stat : 484 (strangenight2-m) R 482 484 32264 0 -1 4202496 904619 0 0 0 479739 275 0 0 25 0 4 0 523364920 1677508608 345770 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/484/statm: 409548 345770 391 106 0 404519 0
[pid=484/tid=485] ppid=482 vsize=1638192 CPUtime=1195.45 cores=0,2,4,6
/proc/484/task/485/stat : 485 (strangenight2-m) R 482 484 32264 0 -1 4202560 306240 0 0 0 119448 97 0 0 25 0 4 0 523364921 1677508608 345770 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=484/tid=486] ppid=482 vsize=1638192 CPUtime=1201.48 cores=0,2,4,6
/proc/484/task/486/stat : 486 (strangenight2-m) R 482 484 32264 0 -1 4202560 206549 0 0 0 120090 58 0 0 25 0 4 0 523364921 1677508608 345770 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=484/tid=487] ppid=482 vsize=1638192 CPUtime=1201.59 cores=0,2,4,6
/proc/484/task/487/stat : 487 (strangenight2-m) R 482 484 32264 0 -1 4202560 140698 0 0 0 120116 43 0 0 25 0 4 0 523364921 1677508608 345770 33554432000 4194304 4627427 140737096305120 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.14
Current children cumulated vsize (KiB) 1638192

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.68
CPU time (s): 4800.24
CPU user time (s): 4797.43
CPU system time (s): 2.81657
CPU usage (%): 399.462
Max. virtual memory (cumulated for all children) (KiB): 1778736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.43
system time used= 2.81657
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 904619
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= 10149
involuntary context switches= 27361

runsolver used 1.91171 second user time and 4.24036 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-30 00:54:30
IDJOB=3289104
IDBENCH=83115
IDSOLVER=1586
FILE ID=node136/3289104-1304117669
RUNJOBID= node136-1304117669-468
PBS_JOBID= 13170688
Free space on /tmp= 72332 MiB

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

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

MD5SUM BENCH= 9fab5edd49fb904ff76ff7abf98e0d14
RANDOM SEED=77883122

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30923404 kB
Buffers:        593084 kB
Cached:         942972 kB
SwapCached:          0 kB
Active:         141240 kB
Inactive:      1462356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30923404 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           11436 kB
Writeback:           0 kB
AnonPages:       66868 kB
Mapped:          14484 kB
Slab:           360680 kB
PageTables:       4728 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   194240 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= 72328 MiB
End job on node136 at 2011-04-30 01:14:33