Trace number 3366412

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 (fixed)? (TO) 4800.42 1203.46

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v175-c3727-S110935064-075.SATISFIABLE.cnf
MD5SUMb179d65395dd8ffd730bf106fb19b537
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.272958
Satisfiable
(Un)Satisfiability was proved
Number of variables175
Number of clauses3727
Sum of the clauses size18635
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53727
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366412-1305403739.cnf'
0.00/0.01	c -- header says num vars:            175
0.00/0.01	c -- header says num clauses:        3727
0.00/0.03	c -- clauses added:            0 learnts,         3727 normals,            0 xors
0.00/0.03	c -- vars added        175
0.00/0.03	c Parsing time:  0.00 s
0.00/0.03	c  N st     0         0       175      3727         0         0     18635         0   no data   no data
0.00/0.03	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.01
0.00/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
0.00/0.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.22/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.22/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.22/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.22/0.10	c calculated reachability. Time: 0.00
0.22/0.10	c Calc default polars -  time:   0.00 s pos:      77 undec:       6 neg:      92
0.22/0.10	c =========================================================================================
0.22/0.10	c types(t): F = full restart, N = normal restart
0.22/0.10	c types(t): S = simplification begin/end, E = solution found
0.22/0.10	c restart types(rt): st = static, dy = dynamic
0.22/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.22/0.10	c  B st     0         0       175      3727         0         0     18635         0   no data   no data
0.22/0.10	c Decided on static restart strategy
0.62/0.20	c  N st     8      4917       175      3727         0      4735     18635    165052   no data   no data
1.42/0.40	c  N st    10     11301       175      3727         0      4391     18635    112889   no data   no data
2.36/0.62	c  N st    11     17045       175      3727         0      9897     18635    304357   no data   no data
3.57/0.96	c  F st    12     25001       175      3727         0     12118     18635    370686   no data   no data
3.57/0.96	c  N st    12     25001       175      3727         0     12118     18635    370686   no data   no data
4.41/1.19	c Decided on static restart strategy
4.41/1.19	c  N st    18     30000       175      3727         0     10395     18635    303428   no data   no data
4.41/1.19	c  S st    18     30000       175      3727         0     10395     18635    303428   no data   no data
4.76/1.22	c  S st    18     30503       175      3727         0     10887     18635    319858   no data   no data
4.76/1.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.76/1.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.76/1.23	c blocked clauses removed:        0 vars:      0 tried:         175 T: 0.00 s
4.76/1.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.76/1.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4.76/1.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.76/1.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.76/1.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.55/1.42	c lits-rem:       165  cl-subs:      906  v-elim:      0  v-fix:    0  time:  0.18 s
5.55/1.47	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.05
5.55/1.47	c calculated reachability. Time: 0.00
5.55/1.47	c  N st    18     30503       175      3727         0      9981     18635    283190   no data   no data
7.15/1.86	c  N st    20     37613       175      3727         0      9223     18635    233264   no data   no data
8.37/2.21	c  N st    21     44012       175      3727         0     15363     18635    446402   no data   no data
9.14/2.31	c  S st    22     45756       175      3727         0     17033     18635    503193   no data   no data
9.14/2.36	c  S st    22     46264       175      3727         0      8943     18635    197781   no data   no data
9.14/2.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.14/2.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.14/2.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.14/2.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.14/2.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.14/2.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
9.14/2.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.14/2.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.14/2.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.14/2.39	c lits-rem:        37  cl-subs:      104  v-elim:      0  v-fix:    0  time:  0.02 s
9.14/2.39	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
9.14/2.39	c vivif2 --  cl tried     8839 cl shrink        0 lits rem          0 time: 0.00
9.54/2.44	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.04
9.54/2.44	c calculated reachability. Time: 0.00
9.54/2.44	c  N st    22     46264       175      3727         0      8839     18635    193581   no data   no data
12.76/3.26	c  N st    23     60661       175      3727         0     13082     18635    318399   no data   no data
15.13/3.80	c  N st    24     69396       175      3727         0     10921     18635    226603   no data   no data
15.13/3.80	c  S st    24     69396       175      3727         0     10921     18635    226603   no data   no data
15.13/3.83	c  S st    24     69897       175      3727         0     11419     18635    243043   no data   no data
15.13/3.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.13/3.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.13/3.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.13/3.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.13/3.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.13/3.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
15.13/3.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.13/3.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.13/3.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.53/3.90	c lits-rem:        82  cl-subs:      202  v-elim:      0  v-fix:    0  time:  0.05 s
15.53/3.90	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
15.53/3.90	c vivif2 --  cl tried    11217 cl shrink        0 lits rem          0 time: 0.00
15.53/3.96	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.06
15.53/3.96	c calculated reachability. Time: 0.00
15.53/3.96	c  N st    24     69897       175      3727         0     11217     18635    235239   no data   no data
20.31/5.15	c  F st    25     87501       175      3727         0     16509     18635    406248   no data   no data
20.31/5.15	c  N st    25     87501       175      3727         0     16509     18635    406248   no data   no data
21.53/5.48	c Decided on static restart strategy
22.31/5.69	c  N st    32     95540       175      3727         0     24272     18635    681760   no data   no data
25.10/6.31	c  N st    34    104846       175      3727         0     20759     18635    540911   no data   no data
25.10/6.31	c  S st    34    104846       175      3727         0     20759     18635    540911   no data   no data
25.10/6.38	c  S st    34    105351       175      3727         0     21257     18635    557141   no data   no data
25.10/6.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.10/6.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
25.10/6.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.10/6.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.10/6.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.10/6.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
25.10/6.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.10/6.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
25.50/6.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.09/6.88	c lits-rem:       443  cl-subs:     1039  v-elim:      0  v-fix:    0  time:  0.46 s
27.09/6.88	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
27.09/6.88	c vivif2 --  cl tried    20218 cl shrink        0 lits rem          0 time: 0.00
27.49/6.97	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.09
27.49/6.97	c calculated reachability. Time: 0.00
27.49/6.97	c  N st    34    105351       175      3727         0     20218     18635    515905   no data   no data
30.73/7.74	c  N st    35    114949       175      3727         0     15953     18635    359717   no data   no data
35.87/9.05	c  N st    36    129346       175      3727         0     15399     18635    311744   no data   no data
42.26/10.67	c  N st    37    150941       175      3727         0     20683     18635    471945   no data   no data
44.65/11.25	c  S st    38    158027       175      3727         0     27487     18635    710105   no data   no data
45.05/11.32	c  S st    38    158531       175      3727         0     27984     18635    726373   no data   no data
45.05/11.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.05/11.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
45.05/11.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.05/11.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.05/11.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.05/11.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
45.05/11.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.05/11.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.05/11.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.43/12.45	c lits-rem:       732  cl-subs:     1868  v-elim:      0  v-fix:    0  time:  1.09 s
49.43/12.45	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
49.43/12.45	c vivif2 --  cl tried    26116 cl shrink        0 lits rem          0 time: 0.01
49.83/12.57	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.11
49.83/12.57	c calculated reachability. Time: 0.00
49.83/12.57	c  N st    38    158531       175      3727         0     26116     18635    654304   no data   no data
66.98/16.84	c  N st    39    207120       175      3727         0     21032     18635    426334   no data   no data
79.35/19.96	c  N st    40    237796       175      3727         0     31259     18635    778254   no data   no data
79.35/19.96	c  S st    40    237796       175      3727         0     31259     18635    778254   no data   no data
79.75/20.06	c  S st    40    238298       175      3727         0     31752     18635    795098   no data   no data
79.75/20.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
79.75/20.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
79.75/20.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
79.75/20.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
79.75/20.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.75/20.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
79.75/20.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
79.75/20.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
80.15/20.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.35/21.91	c lits-rem:       859  cl-subs:     1852  v-elim:      0  v-fix:    0  time:  1.79 s
87.35/21.91	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
87.35/21.92	c vivif2 --  cl tried    29900 cl shrink        0 lits rem          0 time: 0.01
87.78/22.06	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.14
87.78/22.06	c calculated reachability. Time: 0.00
87.78/22.06	c  N st    40    238298       175      3727         0     29900     18635    723306   no data   no data
115.25/28.93	c  F st    41    306251       175      3727         0     31712     18635    721551   no data   no data
115.25/28.94	c  N st    41    306251       175      3727         0     31712     18635    721551   no data   no data
117.65/29.53	c Decided on static restart strategy
126.42/31.75	c  N st    51    334557       175      3727         0     35894     18635    836936   no data   no data
135.61/34.08	c  N st    53    357447       175      3727         0     33880     18635    734065   no data   no data
135.61/34.08	c  S st    53    357447       175      3727         0     33880     18635    734065   no data   no data
136.04/34.16	c  S st    53    357948       175      3727         0     34372     18635    750509   no data   no data
136.04/34.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
136.04/34.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
136.04/34.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
136.04/34.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
136.04/34.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
136.04/34.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
136.04/34.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
136.04/34.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
136.39/34.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.59/35.01	c lits-rem:       224  cl-subs:     1331  v-elim:      0  v-fix:    0  time:  0.80 s
139.59/35.01	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
139.59/35.02	c vivif2 --  cl tried    33041 cl shrink        0 lits rem          0 time: 0.01
140.00/35.17	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.16
140.00/35.18	c calculated reachability. Time: 0.00
140.00/35.18	c  N st    53    357948       175      3727         0     33041     18635    701770   no data   no data
154.74/38.86	c  N st    54    390340       175      3727         0     39249     18635    914944   no data   no data
182.66/45.88	c  N st    55    438931       175      3727         0     33043     18635    660837   no data   no data
222.96/55.90	c  N st    56    511814       175      3727         0     46221     18635   1074192   no data   no data
237.31/59.52	c  N st    57    536923       175      3727         0     40611     18635    855879   no data   no data
237.31/59.52	c  S st    57    536923       175      3727         0     40611     18635    855879   no data   no data
237.71/59.63	c  S st    57    537426       175      3727         0     41104     18635    872664   no data   no data
237.71/59.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
237.71/59.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
237.71/59.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
237.71/59.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
237.71/59.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
237.71/59.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
237.71/59.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
237.71/59.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
237.71/59.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.09/61.20	c lits-rem:       888  cl-subs:     1795  v-elim:      0  v-fix:    0  time:  1.53 s
244.09/61.20	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
244.09/61.22	c vivif2 --  cl tried    39309 cl shrink        0 lits rem          0 time: 0.01
244.89/61.41	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.20
244.89/61.42	c calculated reachability. Time: 0.00
244.89/61.42	c  N st    57    537426       175      3727         0     39309     18635    803875   no data   no data
340.24/85.32	c  N st    58    701411       175      3727         0     67830     18635   1759133   no data   no data
410.44/102.95	c  N st    59    806140       175      3727         0     61925     18635   1478693   no data   no data
410.44/102.95	c  S st    59    806140       175      3727         0     61925     18635   1478693   no data   no data
411.24/103.10	c  S st    59    806643       175      3727         0     62421     18635   1495071   no data   no data
411.24/103.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
411.24/103.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
411.24/103.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
411.24/103.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
411.24/103.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
411.24/103.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
411.24/103.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
411.24/103.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
411.24/103.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
446.73/112.08	c lits-rem:      1590  cl-subs:     4431  v-elim:      0  v-fix:    0  time:  8.88 s
446.73/112.08	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
446.73/112.09	c vivif2 --  cl tried    57990 cl shrink        0 lits rem          0 time: 0.02
448.33/112.40	c asymm  cl-useful: 0/3174/3727 lits-rem:0 time: 0.30
448.33/112.40	c calculated reachability. Time: 0.00
448.33/112.40	c  N st    59    806643       175      3727         0     57990     18635   1325828   no data   no data
630.23/158.06	c  F st    60   1071876       175      3727         0     73387     18635   1731238   no data   no data
630.23/158.06	c  N st    60   1071876       175      3727         0     73387     18635   1731238   no data   no data
635.03/159.20	c Decided on static restart strategy
651.38/163.31	c  N st    70   1100185       175      3727         0     57721     18635   1143970   no data   no data
678.10/170.04	c  N st    72   1136180       175      3727         0     48281     18635    800088   no data   no data
700.44/175.62	c  N st    73   1168572       175      3727         0     79163     18635   1887094   no data   no data
737.94/185.00	c  N st    74   1209964       175      3727         0     73712     18635   1660649   no data   no data
737.94/185.00	c  S st    74   1209964       175      3727         0     73712     18635   1660649   no data   no data
739.14/185.36	c  S st    74   1210466       175      3727         0     74212     18635   1677997   no data   no data
739.14/185.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
739.54/185.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.06
739.54/185.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
739.54/185.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
739.54/185.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
739.54/185.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
739.54/185.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
739.54/185.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
739.94/185.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
829.31/207.93	c lits-rem:      2118  cl-subs:     5058  v-elim:      0  v-fix:    0  time: 22.41 s
829.31/207.93	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
829.31/207.96	c vivif2 --  cl tried    69154 cl shrink        0 lits rem          0 time: 0.03
829.66/208.09	c asymm  cl-useful: 0/553/3727 lits-rem:0 time: 0.14
829.66/208.09	c calculated reachability. Time: 0.00
829.66/208.09	c  N st    74   1210466       175      3727         0     69154     18635   1491656   no data   no data
896.27/224.79	c  N st    75   1283349       175      3727         0     92869     18635   2269199   no data   no data
1001.18/251.04	c  N st    76   1392675       175      3727         0     54280     18635    900005   no data   no data
1140.84/286.08	c  N st    77   1556660       175      3727         0     59043     18635    994237   no data   no data
1273.23/319.22	c  N st    78   1710469       175      3727         0     99654     18635   2338786   no data   no data
1273.23/319.22	c  S st    78   1710469       175      3727         0     99654     18635   2338786   no data   no data
1274.43/319.54	c  S st    78   1710972       175      3727         0    100150     18635   2355124   no data   no data
1274.43/319.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1274.83/319.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1274.83/319.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1274.83/319.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1274.83/319.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1274.83/319.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1274.83/319.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1274.83/319.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1274.83/319.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1380.93/346.26	c lits-rem:      3582  cl-subs:     8659  v-elim:      0  v-fix:    0  time: 26.57 s
1380.93/346.26	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
1380.93/346.28	c vivif2 --  cl tried    91491 cl shrink        0 lits rem          0 time: 0.03
1382.52/346.65	c asymm  cl-useful: 0/2054/3727 lits-rem:0 time: 0.36
1382.52/346.65	c calculated reachability. Time: 0.00
1382.52/346.65	c  N st    78   1710972       175      3727         0     91491     18635   2064305   no data   no data
1745.94/437.75	c  N st    79   2079936       175      3727         0    102922     18635   2395023   no data   no data
1882.75/472.01	c  N st    80   2210973       175      3727         0    106931     18635   2460354   no data   no data
1882.75/472.01	c  S st    80   2210973       175      3727         0    106931     18635   2460354   no data   no data
1883.95/472.37	c  S st    80   2211476       175      3727         0    107421     18635   2476823   no data   no data
1883.95/472.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1884.35/472.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1884.35/472.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1884.35/472.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1884.35/472.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1884.35/472.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1884.35/472.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1884.35/472.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1884.75/472.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1996.47/500.58	c lits-rem:      2398  cl-subs:     8567  v-elim:      0  v-fix:    0  time: 28.05 s
1996.47/500.58	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
1996.81/500.61	c vivif2 --  cl tried    98854 cl shrink        0 lits rem          0 time: 0.03
1998.01/500.98	c asymm  cl-useful: 0/1673/3727 lits-rem:0 time: 0.37
1998.01/500.99	c calculated reachability. Time: 0.00
1998.01/500.99	c  N st    80   2211476       175      3727         0     98854     18635   2175144   no data   no data
2516.60/630.99	c  N st    81   2711476       175      3727         0    121770     18635   2835463   no data   no data
2516.60/630.99	c  S st    81   2711476       175      3727         0    121770     18635   2835463   no data   no data
2518.21/631.39	c  S st    81   2711979       175      3727         0    122264     18635   2851859   no data   no data
2518.21/631.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2518.64/631.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2518.64/631.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2518.64/631.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2518.64/631.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2518.64/631.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
2518.64/631.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2518.99/631.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2518.99/631.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2715.23/680.79	c lits-rem:      1885  cl-subs:    12634  v-elim:      0  v-fix:    0  time: 49.22 s
2715.23/680.80	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2715.64/680.83	c vivif2 --  cl tried   109630 cl shrink        0 lits rem          0 time: 0.04
2717.21/681.27	c asymm  cl-useful: 0/1680/3727 lits-rem:0 time: 0.44
2717.21/681.27	c calculated reachability. Time: 0.00
2717.21/681.27	c  N st    81   2711979       175      3727         0    109630     18635   2420367   no data   no data
3420.07/857.43	c  N st    82   3211980       175      3727         0     86672     18635   1448806   no data   no data
3420.07/857.43	c  S st    82   3211980       175      3727         0     86672     18635   1448806   no data   no data
3421.27/857.76	c  S st    82   3212482       175      3727         0     87164     18635   1465653   no data   no data
3421.27/857.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3421.67/857.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.06
3421.67/857.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3421.67/857.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3421.67/857.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3421.67/857.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
3421.67/857.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3421.67/857.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3421.67/857.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3448.00/864.50	c lits-rem:       670  cl-subs:     2851  v-elim:      0  v-fix:    0  time:  6.60 s
3448.00/864.50	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
3448.42/864.52	c vivif2 --  cl tried    84313 cl shrink        0 lits rem          0 time: 0.02
3450.38/865.01	c asymm  cl-useful: 0/2032/3727 lits-rem:0 time: 0.49
3450.38/865.01	c calculated reachability. Time: 0.00
3450.38/865.01	c  N st    82   3212482       175      3727         0     84313     18635   1371556   no data   no data
4132.51/1036.03	c  N st    83   3712483       175      3727         0     95059     18635   1619737   no data   no data
4132.51/1036.03	c  S st    83   3712483       175      3727         0     95059     18635   1619737   no data   no data
4133.71/1036.33	c  S st    83   3712989       175      3727         0     95556     18635   1636722   no data   no data
4133.71/1036.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4133.71/1036.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
4133.71/1036.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4133.71/1036.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4133.71/1036.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4133.71/1036.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4133.71/1036.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4134.10/1036.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4134.10/1036.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4154.45/1041.58	c lits-rem:       366  cl-subs:     2972  v-elim:      0  v-fix:    0  time:  5.13 s
4154.45/1041.58	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
4154.45/1041.60	c vivif2 --  cl tried    92584 cl shrink        0 lits rem          0 time: 0.02
4156.04/1041.97	c asymm  cl-useful: 0/2026/3727 lits-rem:0 time: 0.37
4156.04/1041.97	c calculated reachability. Time: 0.00
4156.04/1041.97	c  N st    83   3712989       175      3727         0     92584     18635   1532941   no data   no data
4205.90/1054.49	c  F st    84   3751563       175      3727         0    129380     18635   2807242   no data   no data
4205.90/1054.49	c  N st    84   3751563       175      3727         0    129380     18635   2807242   no data   no data
4217.87/1057.49	c Decided on static restart strategy
4259.75/1067.90	c  N st    94   3779871       175      3727         0    156485     18635   3734452   no data   no data
4308.02/1080.00	c  N st    96   3815867       175      3727         0    110002     18635   2087942   no data   no data
4349.11/1090.38	c  N st    97   3848259       175      3727         0    140869     18635   3178219   no data   no data
4415.73/1107.04	c  N st    98   3896847       175      3727         0    105388     18635   1944795   no data   no data
4518.65/1132.89	c  N st    99   3969729       175      3727         0     91937     18635   1428655   no data   no data
4654.28/1166.84	c  N st   100   4079052       175      3727         0    112536     18635   2198641   no data   no data

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

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-3366412-1305403739/watcher-3366412-1305403739 -o /tmp/evaluation-result-3366412-1305403739/solver-3366412-1305403739 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366412-1305403739.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: 3.86 5.21 6.75 2/349 13102
/proc/meminfo: memFree=21305976/32951124 swapFree=65581052/67111528
[pid=13102] ppid=13100 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 407 0 0 0 0 0 0 0 18 0 4 0 651971613 52396032 348 33554432000 4194304 4580107 140734438461120 18446744073709551615 47013599066034 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 12792 348 299 95 0 7774 0
[pid=13102/tid=13107] ppid=13100 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 651971613 52396032 348 33554432000 4194304 4580107 140734438461120 18446744073709551615 47013599066024 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 651971613 52396032 348 33554432000 4194304 4580107 140734438461120 18446744073709551615 47013599066028 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 651971613 52396032 348 33554432000 4194304 4580107 140734438461120 18446744073709551615 218905787377 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0635121 s]
/proc/loadavg: 3.86 5.21 6.75 2/349 13102
/proc/meminfo: memFree=21305976/32951124 swapFree=65581052/67111528
[pid=13102] ppid=13100 vsize=282628 CPUtime=0.22 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 1970 0 0 0 22 0 0 0 18 0 4 0 651971613 289411072 1772 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294701 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 70657 1772 376 95 0 65639 0
[pid=13102/tid=13107] ppid=13100 vsize=282628 CPUtime=0.05 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 436 0 0 0 5 0 0 0 18 0 4 0 651971613 289411072 1772 33554432000 4194304 4580107 140734438461120 18446744073709551615 4293957 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=282628 CPUtime=0.05 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 440 0 0 0 5 0 0 0 20 0 4 0 651971613 289411072 1772 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294704 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=282628 CPUtime=0.04 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 249 0 0 0 4 0 0 0 21 0 4 0 651971613 289411072 1772 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 282628

[startup+0.163494 s]
/proc/loadavg: 3.86 5.21 6.75 2/349 13102
/proc/meminfo: memFree=21305976/32951124 swapFree=65581052/67111528
[pid=13102] ppid=13100 vsize=283100 CPUtime=0.62 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 2608 0 0 0 62 0 0 0 18 0 4 0 651971613 289894400 2207 33554432000 4194304 4580107 140734438461120 18446744073709551615 4321452 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 70775 2207 376 95 0 65757 0
[pid=13102/tid=13107] ppid=13100 vsize=283100 CPUtime=0.15 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 551 0 0 0 15 0 0 0 18 0 4 0 651971613 289894400 2207 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=283100 CPUtime=0.15 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 576 0 0 0 15 0 0 0 20 0 4 0 651971613 289894400 2207 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=283100 CPUtime=0.14 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 509 0 0 0 14 0 0 0 21 0 4 0 651971613 289894400 2207 33554432000 4194304 4580107 140734438461120 18446744073709551615 4321126 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 283100

[startup+0.363458 s]
/proc/loadavg: 3.86 5.21 6.75 2/349 13102
/proc/meminfo: memFree=21305976/32951124 swapFree=65581052/67111528
[pid=13102] ppid=13100 vsize=284636 CPUtime=1.42 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 3837 0 0 0 142 0 0 0 18 0 4 0 651971613 291467264 2823 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 71159 2823 377 95 0 66141 0
[pid=13102/tid=13107] ppid=13100 vsize=284636 CPUtime=0.35 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 867 0 0 0 35 0 0 0 18 0 4 0 651971613 291467264 2823 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=284636 CPUtime=0.35 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 919 0 0 0 35 0 0 0 20 0 4 0 651971613 291467264 2823 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=284636 CPUtime=0.34 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 747 0 0 0 34 0 0 0 21 0 4 0 651971613 291467264 2823 33554432000 4194304 4580107 140734438461120 18446744073709551615 4293957 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 284636

[startup+0.700399 s]
/proc/loadavg: 3.86 5.21 6.75 2/349 13102
/proc/meminfo: memFree=21305976/32951124 swapFree=65581052/67111528
[pid=13102] ppid=13100 vsize=286420 CPUtime=2.77 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 6341 0 0 0 276 1 0 0 18 0 4 0 651971613 293294080 2934 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294400 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 71605 2935 377 95 0 66587 0
[pid=13102/tid=13107] ppid=13100 vsize=286420 CPUtime=0.69 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 1343 0 0 0 69 0 0 0 18 0 4 0 651971613 293294080 2935 33554432000 4194304 4580107 140734438461120 18446744073709551615 4320840 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=286420 CPUtime=0.69 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 1583 0 0 0 69 0 0 0 21 0 4 0 651971613 293294080 2936 33554432000 4194304 4580107 140734438461120 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=286420 CPUtime=0.68 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 1416 0 0 0 68 0 0 0 22 0 4 0 651971613 293294080 2936 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286420

[startup+1.50025 s]
/proc/loadavg: 3.86 5.21 6.75 9/361 13114
/proc/meminfo: memFree=21279464/32951124 swapFree=65581052/67111528
[pid=13102] ppid=13100 vsize=287820 CPUtime=5.95 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 11967 0 0 0 594 1 0 0 20 0 4 0 651971613 294727680 5754 33554432000 4194304 4580107 140734438461120 18446744073709551615 4321093 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 71955 5754 379 95 0 66937 0
[pid=13102/tid=13107] ppid=13100 vsize=287820 CPUtime=1.48 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 2434 0 0 0 148 0 0 0 19 0 4 0 651971613 294727680 5754 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=287820 CPUtime=1.49 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 2693 0 0 0 149 0 0 0 23 0 4 0 651971613 294727680 5754 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=287820 CPUtime=1.47 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 2271 0 0 0 147 0 0 0 25 0 4 0 651971613 294727680 5754 33554432000 4194304 4580107 140734438461120 18446744073709551615 4321069 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 287820

[startup+3.10097 s]
/proc/loadavg: 3.86 5.21 6.75 9/361 13114
/proc/meminfo: memFree=21235816/32951124 swapFree=65581052/67111528
[pid=13102] ppid=13100 vsize=294516 CPUtime=12.35 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 24067 0 0 0 1232 3 0 0 25 0 4 0 651971613 301584384 12455 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 73629 12455 379 95 0 68611 0
[pid=13102/tid=13107] ppid=13100 vsize=294516 CPUtime=3.08 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 5564 0 0 0 308 0 0 0 25 0 4 0 651971613 301584384 12455 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=294516 CPUtime=3.09 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 6273 0 0 0 308 1 0 0 25 0 4 0 651971613 301584384 12455 33554432000 4194304 4580107 140734438461120 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=294516 CPUtime=3.06 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 5939 0 0 0 305 1 0 0 25 0 4 0 651971613 301584384 12455 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 294516

[startup+6.30039 s]
/proc/loadavg: 4.19 5.25 6.75 9/361 13114
/proc/meminfo: memFree=21199156/32951124 swapFree=65581052/67111528
[pid=13102] ppid=13100 vsize=304240 CPUtime=25.1 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 37297 0 0 0 2505 5 0 0 25 0 4 0 651971613 311541760 17164 33554432000 4194304 4580107 140734438461120 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 76060 17164 379 95 0 71042 0
[pid=13102/tid=13107] ppid=13100 vsize=304240 CPUtime=6.29 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 9373 0 0 0 628 1 0 0 25 0 4 0 651971613 311541760 17164 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=304240 CPUtime=6.28 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 9988 0 0 0 627 1 0 0 25 0 4 0 651971613 311541760 17164 33554432000 4194304 4580107 140734438461120 18446744073709551615 4406355 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=304240 CPUtime=6.22 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 8737 0 0 0 621 1 0 0 25 0 4 0 651971613 311541760 17164 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 304240

[startup+12.7002 s]
/proc/loadavg: 4.49 5.30 6.76 9/361 13115
/proc/meminfo: memFree=21149068/32951124 swapFree=65581052/67111528
[pid=13102] ppid=13100 vsize=320428 CPUtime=50.63 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 59455 0 0 0 5053 10 0 0 25 0 4 0 651971613 328118272 24577 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 80107 24577 379 95 0 75089 0
[pid=13102/tid=13107] ppid=13100 vsize=320428 CPUtime=12.69 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 14408 0 0 0 1267 2 0 0 25 0 4 0 651971613 328118272 24577 33554432000 4194304 4580107 140734438461120 18446744073709551615 4304874 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=320428 CPUtime=12.69 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 14393 0 0 0 1266 3 0 0 25 0 4 0 651971613 328118272 24577 33554432000 4194304 4580107 140734438461120 18446744073709551615 4320793 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=320428 CPUtime=12.54 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 14552 0 0 0 1252 2 0 0 25 0 4 0 651971613 328118272 24577 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 320428

[startup+25.5009 s]
/proc/loadavg: 5.27 5.43 6.78 9/361 13115
/proc/meminfo: memFree=21108628/32951124 swapFree=65581052/67111528
[pid=13102] ppid=13100 vsize=333252 CPUtime=101.69 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 88529 0 0 0 10153 16 0 0 25 0 4 0 651971613 341250048 32341 33554432000 4194304 4580107 140734438461120 18446744073709551615 4305296 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 83313 32341 379 95 0 78295 0
[pid=13102/tid=13107] ppid=13100 vsize=333252 CPUtime=25.48 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 20558 0 0 0 2545 3 0 0 25 0 4 0 651971613 341250048 32341 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=333252 CPUtime=25.49 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 22722 0 0 0 2545 4 0 0 25 0 4 0 651971613 341250048 32341 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=333252 CPUtime=25.2 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 21331 0 0 0 2516 4 0 0 25 0 4 0 651971613 341250048 32341 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 333252

[startup+51.1003 s]
/proc/loadavg: 6.27 5.65 6.81 9/361 13116
/proc/meminfo: memFree=21067412/32951124 swapFree=65581052/67111528
[pid=13102] ppid=13100 vsize=338764 CPUtime=203.8 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 135143 0 0 0 20353 27 0 0 25 0 4 0 651971613 346894336 39006 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 84691 39006 379 95 0 79673 0
[pid=13102/tid=13107] ppid=13100 vsize=338764 CPUtime=51.08 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 30269 0 0 0 5103 5 0 0 25 0 4 0 651971613 346894336 39006 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=338764 CPUtime=51.08 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 35302 0 0 0 5102 6 0 0 25 0 4 0 651971613 346894336 39006 33554432000 4194304 4580107 140734438461120 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=338764 CPUtime=50.51 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 33040 0 0 0 5044 7 0 0 25 0 4 0 651971613 346894336 39006 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 338764

[startup+102.313 s]
/proc/loadavg: 7.37 6.04 6.88 9/361 13117
/proc/meminfo: memFree=21016556/32951124 swapFree=65581052/67111528
[pid=13102] ppid=13100 vsize=351476 CPUtime=408.09 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 204426 0 0 0 40765 44 0 0 25 0 4 0 651971613 359911424 48568 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 87869 48568 379 95 0 82851 0
[pid=13102/tid=13107] ppid=13100 vsize=351476 CPUtime=102.3 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 43105 0 0 0 10222 8 0 0 25 0 4 0 651971613 359911424 48568 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=351476 CPUtime=102.29 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 53612 0 0 0 10218 11 0 0 25 0 4 0 651971613 359911424 48568 33554432000 4194304 4580107 140734438461120 18446744073709551615 4304864 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=351476 CPUtime=101.16 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 53668 0 0 0 10103 13 0 0 25 0 4 0 651971613 359911424 48569 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.09
Current children cumulated vsize (KiB) 351476

[startup+162.301 s]

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

[pid=13102] ppid=13100 vsize=728704 CPUtime=2562.1 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 596115 0 0 0 256027 183 0 0 25 0 4 0 651971613 746192896 122519 33554432000 4194304 4580107 140734438461120 18446744073709551615 4406451 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 182176 122519 379 95 0 177158 0
[pid=13102/tid=13107] ppid=13100 vsize=728704 CPUtime=642.31 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 114781 0 0 0 64194 37 0 0 25 0 4 0 651971613 746192896 122520 33554432000 4194304 4580107 140734438461120 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=728704 CPUtime=642.3 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 156547 0 0 0 64182 48 0 0 25 0 4 0 651971613 746192896 122520 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=728704 CPUtime=635.16 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 173891 0 0 0 63459 57 0 0 25 0 4 0 651971613 746192896 122520 33554432000 4194304 4580107 140734438461120 18446744073709551615 4487391 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2562.1
Current children cumulated vsize (KiB) 728704

[startup+702.3 s]
/proc/loadavg: 8.15 7.85 7.46 9/361 13193
/proc/meminfo: memFree=20535908/32951124 swapFree=65581052/67111528
[pid=13102] ppid=13100 vsize=755936 CPUtime=2801.39 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 622731 0 0 0 279943 196 0 0 25 0 4 0 651971613 774078464 121667 33554432000 4194304 4580107 140734438461120 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 188984 121667 379 95 0 183966 0
[pid=13102/tid=13107] ppid=13100 vsize=755936 CPUtime=702.3 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 119007 0 0 0 70191 39 0 0 25 0 4 0 651971613 774078464 121667 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=755936 CPUtime=702.29 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 164983 0 0 0 70177 52 0 0 25 0 4 0 651971613 774078464 121667 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=755936 CPUtime=694.46 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 184615 0 0 0 69384 62 0 0 25 0 4 0 651971613 774078464 121667 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2801.39
Current children cumulated vsize (KiB) 755936

[startup+762.314 s]
/proc/loadavg: 8.16 7.91 7.50 9/361 13195
/proc/meminfo: memFree=20419336/32951124 swapFree=65581052/67111528
[pid=13102] ppid=13100 vsize=756212 CPUtime=3040.79 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 659812 0 0 0 303867 212 0 0 25 0 4 0 651971613 774361088 136971 33554432000 4194304 4580107 140734438461120 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 189053 136971 379 95 0 184035 0
[pid=13102/tid=13107] ppid=13100 vsize=756212 CPUtime=762.32 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 123400 0 0 0 76191 41 0 0 25 0 4 0 651971613 774361088 136971 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=756212 CPUtime=762.31 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 172504 0 0 0 76175 56 0 0 25 0 4 0 651971613 774361088 136971 33554432000 4194304 4580107 140734438461120 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=756212 CPUtime=753.82 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 201051 0 0 0 75314 68 0 0 25 0 4 0 651971613 774361088 136971 33554432000 4194304 4580107 140734438461120 18446744073709551615 4406395 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3040.79
Current children cumulated vsize (KiB) 756212

[startup+822.301 s]
/proc/loadavg: 8.17 7.95 7.54 9/361 13196
/proc/meminfo: memFree=20448080/32951124 swapFree=65581052/67111528
[pid=13102] ppid=13100 vsize=734052 CPUtime=3280.07 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 683524 0 0 0 327783 224 0 0 25 0 4 0 651971613 751669248 133050 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 183513 133050 379 95 0 178495 0
[pid=13102/tid=13107] ppid=13100 vsize=734052 CPUtime=822.3 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 130093 0 0 0 82186 44 0 0 25 0 4 0 651971613 751669248 133050 33554432000 4194304 4580107 140734438461120 18446744073709551615 4406365 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=734052 CPUtime=822.3 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 181001 0 0 0 82168 62 0 0 25 0 4 0 651971613 751669248 133050 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=734052 CPUtime=813.13 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 205516 0 0 0 81243 70 0 0 25 0 4 0 651971613 751669248 133050 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3280.07
Current children cumulated vsize (KiB) 734052

[startup+882.301 s]
/proc/loadavg: 8.21 8.00 7.58 9/361 13198
/proc/meminfo: memFree=20446580/32951124 swapFree=65581052/67111528
[pid=13102] ppid=13100 vsize=862272 CPUtime=3519.39 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 713304 0 0 0 351704 235 0 0 25 0 4 0 651971613 882966528 136800 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 215568 136800 379 95 0 210550 0
[pid=13102/tid=13107] ppid=13100 vsize=862272 CPUtime=882.31 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 137977 0 0 0 88184 47 0 0 25 0 4 0 651971613 882966528 136800 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=862272 CPUtime=882.3 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 188766 0 0 0 88166 64 0 0 25 0 4 0 651971613 882966528 136800 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=862272 CPUtime=872.45 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 214956 0 0 0 87170 75 0 0 25 0 4 0 651971613 882966528 136800 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3519.39
Current children cumulated vsize (KiB) 862272

[startup+942.301 s]
/proc/loadavg: 8.14 8.02 7.61 9/361 13199
/proc/meminfo: memFree=20444196/32951124 swapFree=65581052/67111528
[pid=13102] ppid=13100 vsize=806836 CPUtime=3758.75 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 748730 0 0 0 375625 250 0 0 25 0 4 0 651971613 826200064 136358 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 201709 136358 379 95 0 196691 0
[pid=13102/tid=13107] ppid=13100 vsize=806836 CPUtime=942.31 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 147680 0 0 0 94180 51 0 0 25 0 4 0 651971613 826200064 136358 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=806836 CPUtime=942.3 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 193870 0 0 0 94164 66 0 0 25 0 4 0 651971613 826200064 136358 33554432000 4194304 4580107 140734438461120 18446744073709551615 4304880 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=806836 CPUtime=931.81 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 226852 0 0 0 93101 80 0 0 25 0 4 0 651971613 826200064 136358 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3758.75
Current children cumulated vsize (KiB) 806836

[startup+1002.3 s]
/proc/loadavg: 8.05 8.01 7.64 9/361 13201
/proc/meminfo: memFree=20370896/32951124 swapFree=65581052/67111528
[pid=13102] ppid=13100 vsize=764168 CPUtime=3998.08 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 772369 0 0 0 399550 258 0 0 25 0 4 0 651971613 782508032 146484 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 191042 146484 379 95 0 186024 0
[pid=13102/tid=13107] ppid=13100 vsize=764168 CPUtime=1002.31 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 148989 0 0 0 100179 52 0 0 25 0 4 0 651971613 782508032 146484 33554432000 4194304 4580107 140734438461120 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=764168 CPUtime=1002.31 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 202227 0 0 0 100161 70 0 0 25 0 4 0 651971613 782508032 146484 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=764168 CPUtime=991.14 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 234188 0 0 0 99032 82 0 0 25 0 4 0 651971613 782508032 146484 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3998.08
Current children cumulated vsize (KiB) 764168

[startup+1062.3 s]
/proc/loadavg: 8.02 8.00 7.65 9/361 13203
/proc/meminfo: memFree=20429292/32951124 swapFree=65581052/67111528
[pid=13102] ppid=13100 vsize=808140 CPUtime=4237.41 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 797822 0 0 0 423470 271 0 0 25 0 4 0 651971613 827535360 140807 33554432000 4194304 4580107 140734438461120 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 202035 140807 379 95 0 197017 0
[pid=13102/tid=13107] ppid=13100 vsize=808140 CPUtime=1062.31 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 153477 0 0 0 106178 53 0 0 25 0 4 0 651971613 827535360 140807 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=808140 CPUtime=1062.3 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 212148 0 0 0 106156 74 0 0 25 0 4 0 651971613 827535360 140807 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=808140 CPUtime=1050.46 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 241162 0 0 0 104961 85 0 0 25 0 4 0 651971613 827535360 140807 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4237.41
Current children cumulated vsize (KiB) 808140

[startup+1122.3 s]
/proc/loadavg: 8.07 8.02 7.68 9/361 13204
/proc/meminfo: memFree=20402860/32951124 swapFree=65581052/67111528
[pid=13102] ppid=13100 vsize=809588 CPUtime=4476.76 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 829905 0 0 0 447390 286 0 0 25 0 4 0 651971613 829018112 140127 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 202397 140127 379 95 0 197379 0
[pid=13102/tid=13107] ppid=13100 vsize=809588 CPUtime=1122.31 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 162437 0 0 0 112173 58 0 0 25 0 4 0 651971613 829018112 140127 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=809588 CPUtime=1122.3 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 220769 0 0 0 112153 77 0 0 25 0 4 0 651971613 829018112 140127 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=809588 CPUtime=1109.8 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 250250 0 0 0 110891 89 0 0 25 0 4 0 651971613 829018112 140127 33554432000 4194304 4580107 140734438461120 18446744073709551615 4321137 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4476.76
Current children cumulated vsize (KiB) 809588

[startup+1182.3 s]
/proc/loadavg: 8.02 8.01 7.69 9/361 13206
/proc/meminfo: memFree=20392064/32951124 swapFree=65581052/67111528
[pid=13102] ppid=13100 vsize=890760 CPUtime=4716.12 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 865016 0 0 0 471311 301 0 0 25 0 4 0 651971613 912138240 145515 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 222690 145515 379 95 0 217672 0
[pid=13102/tid=13107] ppid=13100 vsize=890760 CPUtime=1182.31 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 171221 0 0 0 118169 62 0 0 25 0 4 0 651971613 912138240 145515 33554432000 4194304 4580107 140734438461120 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=890760 CPUtime=1182.3 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 228157 0 0 0 118150 80 0 0 25 0 4 0 651971613 912138240 145515 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=890760 CPUtime=1169.16 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 259655 0 0 0 116823 93 0 0 25 0 4 0 651971613 912138240 145515 33554432000 4194304 4580107 140734438461120 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4716.12
Current children cumulated vsize (KiB) 890760



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.41 s]
/proc/loadavg: 8.02 8.01 7.70 9/361 13206
/proc/meminfo: memFree=20374076/32951124 swapFree=65581052/67111528
[pid=13102] ppid=13100 vsize=891468 CPUtime=4800.34 cores=0,2,4,6
/proc/13102/stat : 13102 (strangenight2-m) R 13100 13102 12531 0 -1 4202496 875936 0 0 0 479729 305 0 0 25 0 4 0 651971613 912863232 146844 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13102/statm: 222867 146844 379 95 0 217849 0
[pid=13102/tid=13107] ppid=13100 vsize=891468 CPUtime=1203.44 cores=0,2,4,6
/proc/13102/task/13107/stat : 13107 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 172760 0 0 0 120281 63 0 0 25 0 4 0 651971613 912863232 146846 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13102/tid=13108] ppid=13100 vsize=891468 CPUtime=1203.43 cores=0,2,4,6
/proc/13102/task/13108/stat : 13108 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 231928 0 0 0 120261 82 0 0 25 0 4 0 651971613 912863232 146846 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13102/tid=13109] ppid=13100 vsize=891468 CPUtime=1190.03 cores=0,2,4,6
/proc/13102/task/13109/stat : 13109 (strangenight2-m) R 13100 13102 12531 0 -1 4202560 261597 0 0 0 118909 94 0 0 25 0 4 0 651971613 912863232 146846 33554432000 4194304 4580107 140734438461120 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 891468

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): 1203.46
CPU time (s): 4800.42
CPU user time (s): 4797.34
CPU system time (s): 3.08353
CPU usage (%): 398.886
Max. virtual memory (cumulated for all children) (KiB): 918536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.34
system time used= 3.08353
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 875940
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= 370
involuntary context switches= 18831

runsolver used 3.76443 second user time and 9.66153 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-14 22:08:59
IDJOB=3366412
IDBENCH=82821
IDSOLVER=1844
FILE ID=node137/3366412-1305403739
RUNJOBID= node137-1305403739-13087
PBS_JOBID= 13324457
Free space on /tmp= 73676 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v175-c3727-S110935064-075.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366412-1305403739/watcher-3366412-1305403739 -o /tmp/evaluation-result-3366412-1305403739/solver-3366412-1305403739 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366412-1305403739.cnf

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

MD5SUM BENCH= b179d65395dd8ffd730bf106fb19b537
RANDOM SEED=2007712862

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
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.844
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.83
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.844
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:      21306256 kB
Buffers:        278072 kB
Cached:        3703976 kB
SwapCached:      36328 kB
Active:        1616556 kB
Inactive:      9805060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21306256 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:           11080 kB
Writeback:           4 kB
AnonPages:     7412592 kB
Mapped:          18668 kB
Slab:           119968 kB
PageTables:      38796 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75895412 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= 73664 MiB
End job on node137 at 2011-05-14 22:29:04