Trace number 3174003

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.3 1201.74

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.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-3174003-1304075860.cnf'
0.00/0.00	c -- header says num vars:            175
0.00/0.00	c -- header says num clauses:        3727
0.00/0.00	c -- clauses added:            0 learnts,         3727 normals,            0 xors
0.00/0.00	c -- vars added        175
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       175      3727         0         0     18635         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.01
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.17/0.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.17/0.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
3.17/0.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.17/0.85	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.85	c calculated reachability. Time: 0.00
3.17/0.85	c Calc default polars -  time:   0.00 s pos:      77 undec:       6 neg:      92
3.17/0.85	c =========================================================================================
3.17/0.85	c types(t): F = full restart, N = normal restart
3.17/0.85	c types(t): S = simplification begin/end, E = solution found
3.17/0.85	c restart types(rt): st = static, dy = dynamic
3.17/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.85	c  B st     0         0       175      3727         0         0     18635         0   no data   no data
3.17/0.85	c Decided on static restart strategy
3.17/0.85	c  N st     8      4917       175      3727         0      4735     18635    165052   no data   no data
3.17/0.85	c  N st    10     11301       175      3727         0      4391     18635    112889   no data   no data
3.17/0.85	c  N st    11     17045       175      3727         0      9897     18635    304357   no data   no data
3.99/1.05	c  F st    12     25001       175      3727         0     12118     18635    370686   no data   no data
3.99/1.05	c  N st    12     25001       175      3727         0     12118     18635    370686   no data   no data
4.39/1.19	c Decided on static restart strategy
4.39/1.19	c  N st    18     30000       175      3727         0     10395     18635    303428   no data   no data
4.39/1.19	c  S st    18     30000       175      3727         0     10395     18635    303428   no data   no data
4.77/1.22	c  S st    18     30503       175      3727         0     10887     18635    319858   no data   no data
4.77/1.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.77/1.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.77/1.23	c blocked clauses removed:        0 vars:      0 tried:         175 T: 0.00 s
4.77/1.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4.77/1.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.77/1.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.77/1.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.42	c lits-rem:       165  cl-subs:      906  v-elim:      0  v-fix:    0  time:  0.18 s
5.56/1.47	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.05
5.56/1.47	c calculated reachability. Time: 0.00
5.56/1.47	c  N st    18     30503       175      3727         0      9981     18635    283190   no data   no data
7.17/1.86	c  N st    20     37613       175      3727         0      9223     18635    233264   no data   no data
8.78/2.21	c  N st    21     44012       175      3727         0     15363     18635    446402   no data   no data
9.16/2.32	c  S st    22     45756       175      3727         0     17033     18635    503193   no data   no data
9.16/2.36	c  S st    22     46264       175      3727         0      8943     18635    197781   no data   no data
9.16/2.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.16/2.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.16/2.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.16/2.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.16/2.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.16/2.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
9.16/2.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.16/2.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.16/2.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.40	c lits-rem:        37  cl-subs:      104  v-elim:      0  v-fix:    0  time:  0.02 s
9.56/2.40	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
9.56/2.40	c vivif2 --  cl tried     8839 cl shrink        0 lits rem          0 time: 0.00
9.56/2.44	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.04
9.56/2.44	c calculated reachability. Time: 0.00
9.56/2.44	c  N st    22     46264       175      3727         0      8839     18635    193581   no data   no data
12.78/3.27	c  N st    23     60661       175      3727         0     13082     18635    318399   no data   no data
15.16/3.81	c  N st    24     69396       175      3727         0     10921     18635    226603   no data   no data
15.16/3.81	c  S st    24     69396       175      3727         0     10921     18635    226603   no data   no data
15.16/3.84	c  S st    24     69897       175      3727         0     11419     18635    243043   no data   no data
15.16/3.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.16/3.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.16/3.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.16/3.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.16/3.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.16/3.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
15.16/3.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.16/3.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.16/3.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.56/3.91	c lits-rem:        82  cl-subs:      202  v-elim:      0  v-fix:    0  time:  0.05 s
15.56/3.91	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
15.56/3.91	c vivif2 --  cl tried    11217 cl shrink        0 lits rem          0 time: 0.00
15.56/3.97	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.06
15.56/3.97	c calculated reachability. Time: 0.00
15.56/3.97	c  N st    24     69897       175      3727         0     11217     18635    235239   no data   no data
20.35/5.16	c  F st    25     87501       175      3727         0     16509     18635    406248   no data   no data
20.35/5.16	c  N st    25     87501       175      3727         0     16509     18635    406248   no data   no data
21.56/5.49	c Decided on static restart strategy
22.74/5.70	c  N st    32     95540       175      3727         0     24272     18635    681760   no data   no data
25.14/6.32	c  N st    34    104846       175      3727         0     20759     18635    540911   no data   no data
25.14/6.32	c  S st    34    104846       175      3727         0     20759     18635    540911   no data   no data
25.14/6.39	c  S st    34    105351       175      3727         0     21257     18635    557141   no data   no data
25.14/6.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.54/6.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
25.54/6.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.54/6.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.54/6.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.54/6.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
25.54/6.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.54/6.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
25.54/6.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.14/6.89	c lits-rem:       443  cl-subs:     1039  v-elim:      0  v-fix:    0  time:  0.47 s
27.14/6.89	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
27.54/6.90	c vivif2 --  cl tried    20218 cl shrink        0 lits rem          0 time: 0.01
27.54/6.98	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.09
27.54/6.98	c calculated reachability. Time: 0.00
27.54/6.98	c  N st    34    105351       175      3727         0     20218     18635    515905   no data   no data
30.75/7.77	c  N st    35    114949       175      3727         0     15953     18635    359717   no data   no data
35.93/9.04	c  N st    36    129346       175      3727         0     15399     18635    311744   no data   no data
42.32/10.67	c  N st    37    150941       175      3727         0     20683     18635    471945   no data   no data
44.70/11.25	c  S st    38    158027       175      3727         0     27487     18635    710105   no data   no data
45.10/11.32	c  S st    38    158531       175      3727         0     27984     18635    726373   no data   no data
45.10/11.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.10/11.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
45.10/11.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.10/11.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.10/11.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.10/11.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
45.10/11.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.10/11.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.10/11.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.50/12.46	c lits-rem:       732  cl-subs:     1868  v-elim:      0  v-fix:    0  time:  1.09 s
49.50/12.46	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
49.50/12.46	c vivif2 --  cl tried    26116 cl shrink        0 lits rem          0 time: 0.01
49.90/12.57	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.11
49.90/12.58	c calculated reachability. Time: 0.00
49.90/12.58	c  N st    38    158531       175      3727         0     26116     18635    654304   no data   no data
67.08/16.85	c  N st    39    207120       175      3727         0     21032     18635    426334   no data   no data
79.86/20.00	c  N st    40    237796       175      3727         0     31259     18635    778254   no data   no data
79.86/20.00	c  S st    40    237796       175      3727         0     31259     18635    778254   no data   no data
80.26/20.11	c  S st    40    238298       175      3727         0     31752     18635    795098   no data   no data
80.26/20.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.26/20.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
80.26/20.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
80.26/20.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.26/20.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.26/20.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
80.26/20.13	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
80.26/20.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
80.26/20.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.47/21.93	c lits-rem:       859  cl-subs:     1852  v-elim:      0  v-fix:    0  time:  1.77 s
87.47/21.93	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
87.47/21.94	c vivif2 --  cl tried    29900 cl shrink        0 lits rem          0 time: 0.01
87.87/22.08	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.14
87.87/22.08	c calculated reachability. Time: 0.00
87.87/22.08	c  N st    40    238298       175      3727         0     29900     18635    723306   no data   no data
115.41/28.97	c  F st    41    306251       175      3727         0     31712     18635    721551   no data   no data
115.41/28.97	c  N st    41    306251       175      3727         0     31712     18635    721551   no data   no data
117.82/29.56	c Decided on static restart strategy
126.61/31.79	c  N st    51    334557       175      3727         0     35894     18635    836936   no data   no data
136.21/34.11	c  N st    53    357447       175      3727         0     33880     18635    734065   no data   no data
136.21/34.11	c  S st    53    357447       175      3727         0     33880     18635    734065   no data   no data
136.58/34.20	c  S st    53    357948       175      3727         0     34372     18635    750509   no data   no data
136.58/34.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
136.58/34.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
136.58/34.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
136.58/34.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
136.58/34.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
136.58/34.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
136.58/34.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
136.58/34.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
136.58/34.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.79/35.05	c lits-rem:       224  cl-subs:     1331  v-elim:      0  v-fix:    0  time:  0.81 s
139.79/35.05	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
139.79/35.06	c vivif2 --  cl tried    33041 cl shrink        0 lits rem          0 time: 0.01
140.60/35.22	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.16
140.60/35.22	c calculated reachability. Time: 0.00
140.60/35.22	c  N st    53    357948       175      3727         0     33041     18635    701770   no data   no data
155.36/38.91	c  N st    54    390340       175      3727         0     39249     18635    914944   no data   no data
183.33/45.98	c  N st    55    438931       175      3727         0     33043     18635    660837   no data   no data
223.68/56.01	c  N st    56    511814       175      3727         0     46221     18635   1074192   no data   no data
238.05/59.65	c  N st    57    536923       175      3727         0     40611     18635    855879   no data   no data
238.05/59.65	c  S st    57    536923       175      3727         0     40611     18635    855879   no data   no data
238.45/59.75	c  S st    57    537426       175      3727         0     41104     18635    872664   no data   no data
238.45/59.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
238.45/59.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
238.45/59.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
238.45/59.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
238.45/59.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.45/59.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
238.45/59.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
238.45/59.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
238.85/59.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
244.84/61.32	c lits-rem:       888  cl-subs:     1795  v-elim:      0  v-fix:    0  time:  1.52 s
244.84/61.32	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
244.84/61.33	c vivif2 --  cl tried    39309 cl shrink        0 lits rem          0 time: 0.01
245.65/61.53	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.20
245.65/61.53	c calculated reachability. Time: 0.00
245.65/61.53	c  N st    57    537426       175      3727         0     39309     18635    803875   no data   no data
342.73/85.82	c  N st    58    701411       175      3727         0     67830     18635   1759133   no data   no data
412.21/103.27	c  N st    59    806140       175      3727         0     61925     18635   1478693   no data   no data
412.21/103.27	c  S st    59    806140       175      3727         0     61925     18635   1478693   no data   no data
413.03/103.43	c  S st    59    806643       175      3727         0     62421     18635   1495071   no data   no data
413.03/103.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
413.03/103.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
413.03/103.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
413.03/103.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
413.03/103.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
413.03/103.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
413.03/103.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
413.03/103.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
413.41/103.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
448.96/112.45	c lits-rem:      1590  cl-subs:     4431  v-elim:      0  v-fix:    0  time:  8.93 s
448.96/112.45	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
448.96/112.47	c vivif2 --  cl tried    57990 cl shrink        0 lits rem          0 time: 0.02
450.16/112.77	c asymm  cl-useful: 0/3174/3727 lits-rem:0 time: 0.30
450.16/112.77	c calculated reachability. Time: 0.00
450.16/112.77	c  N st    59    806643       175      3727         0     57990     18635   1325828   no data   no data
632.32/158.38	c  F st    60   1071876       175      3727         0     73387     18635   1731238   no data   no data
632.32/158.38	c  N st    60   1071876       175      3727         0     73387     18635   1731238   no data   no data
637.12/159.53	c Decided on static restart strategy
653.48/163.65	c  N st    70   1100185       175      3727         0     57721     18635   1143970   no data   no data
680.66/170.41	c  N st    72   1136180       175      3727         0     48281     18635    800088   no data   no data
702.63/175.97	c  N st    73   1168572       175      3727         0     79163     18635   1887094   no data   no data
744.15/186.34	c  N st    74   1209964       175      3727         0     73712     18635   1660649   no data   no data
744.15/186.34	c  S st    74   1209964       175      3727         0     73712     18635   1660649   no data   no data
745.76/186.70	c  S st    74   1210466       175      3727         0     74212     18635   1677997   no data   no data
745.76/186.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
745.76/186.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.06
745.76/186.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
745.76/186.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
745.76/186.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
745.76/186.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
745.76/186.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
746.16/186.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
746.16/186.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
832.44/208.49	c lits-rem:      2118  cl-subs:     5058  v-elim:      0  v-fix:    0  time: 21.62 s
832.44/208.49	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
832.84/208.52	c vivif2 --  cl tried    69154 cl shrink        0 lits rem          0 time: 0.02
833.24/208.63	c asymm  cl-useful: 0/553/3727 lits-rem:0 time: 0.12
833.24/208.63	c calculated reachability. Time: 0.00
833.24/208.63	c  N st    74   1210466       175      3727         0     69154     18635   1491656   no data   no data
896.75/224.50	c  N st    75   1283349       175      3727         0     92869     18635   2269199   no data   no data
1001.82/250.85	c  N st    76   1392675       175      3727         0     54280     18635    900005   no data   no data
1142.03/285.96	c  N st    77   1556660       175      3727         0     59043     18635    994237   no data   no data
1275.03/319.23	c  N st    78   1710469       175      3727         0     99654     18635   2338786   no data   no data
1275.03/319.23	c  S st    78   1710469       175      3727         0     99654     18635   2338786   no data   no data
1276.23/319.55	c  S st    78   1710972       175      3727         0    100150     18635   2355124   no data   no data
1276.23/319.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1276.63/319.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1276.63/319.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1276.63/319.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1276.63/319.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1276.63/319.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1276.63/319.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1276.63/319.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1277.03/319.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1382.48/346.13	c lits-rem:      3582  cl-subs:     8659  v-elim:      0  v-fix:    0  time: 26.42 s
1382.48/346.13	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
1382.48/346.16	c vivif2 --  cl tried    91491 cl shrink        0 lits rem          0 time: 0.03
1384.10/346.53	c asymm  cl-useful: 0/2054/3727 lits-rem:0 time: 0.37
1384.10/346.53	c calculated reachability. Time: 0.00
1384.10/346.53	c  N st    78   1710972       175      3727         0     91491     18635   2064305   no data   no data
1748.40/437.72	c  N st    79   2079936       175      3727         0    102922     18635   2395023   no data   no data
1884.62/471.90	c  N st    80   2210973       175      3727         0    106931     18635   2460354   no data   no data
1884.62/471.90	c  S st    80   2210973       175      3727         0    106931     18635   2460354   no data   no data
1886.19/472.25	c  S st    80   2211476       175      3727         0    107421     18635   2476823   no data   no data
1886.19/472.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1886.59/472.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1886.59/472.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1886.59/472.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1886.59/472.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1886.59/472.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1886.59/472.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1886.59/472.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1886.99/472.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1999.27/500.58	c lits-rem:      2398  cl-subs:     8567  v-elim:      0  v-fix:    0  time: 28.16 s
1999.27/500.58	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
1999.64/500.61	c vivif2 --  cl tried    98854 cl shrink        0 lits rem          0 time: 0.03
2000.84/500.99	c asymm  cl-useful: 0/1673/3727 lits-rem:0 time: 0.37
2000.84/500.99	c calculated reachability. Time: 0.00
2000.84/500.99	c  N st    80   2211476       175      3727         0     98854     18635   2175144   no data   no data
2522.52/631.58	c  N st    81   2711476       175      3727         0    121770     18635   2835463   no data   no data
2522.52/631.58	c  S st    81   2711476       175      3727         0    121770     18635   2835463   no data   no data
2524.14/631.97	c  S st    81   2711979       175      3727         0    122264     18635   2851859   no data   no data
2524.14/631.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2524.54/632.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2524.54/632.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2524.54/632.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2524.54/632.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2524.54/632.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
2524.54/632.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2524.54/632.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2524.93/632.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2718.67/680.63	c lits-rem:      1885  cl-subs:    12634  v-elim:      0  v-fix:    0  time: 48.47 s
2718.67/680.63	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2718.67/680.67	c vivif2 --  cl tried   109630 cl shrink        0 lits rem          0 time: 0.03
2720.27/681.05	c asymm  cl-useful: 0/1680/3727 lits-rem:0 time: 0.38
2720.27/681.05	c calculated reachability. Time: 0.00
2720.27/681.05	c  N st    81   2711979       175      3727         0    109630     18635   2420367   no data   no data
3422.52/856.86	c  N st    82   3211980       175      3727         0     86672     18635   1448806   no data   no data
3422.52/856.86	c  S st    82   3211980       175      3727         0     86672     18635   1448806   no data   no data
3423.70/857.19	c  S st    82   3212482       175      3727         0     87164     18635   1465653   no data   no data
3424.10/857.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3424.10/857.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.06
3424.10/857.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3424.10/857.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3424.10/857.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3424.10/857.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
3424.10/857.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3424.10/857.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3424.50/857.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3451.27/864.02	c lits-rem:       670  cl-subs:     2851  v-elim:      0  v-fix:    0  time:  6.68 s
3451.27/864.02	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
3451.27/864.04	c vivif2 --  cl tried    84313 cl shrink        0 lits rem          0 time: 0.02
3453.29/864.53	c asymm  cl-useful: 0/2032/3727 lits-rem:0 time: 0.49
3453.29/864.54	c calculated reachability. Time: 0.00
3453.29/864.54	c  N st    82   3212482       175      3727         0     84313     18635   1371556   no data   no data
4143.54/1037.36	c  N st    83   3712483       175      3727         0     95059     18635   1619737   no data   no data
4143.54/1037.36	c  S st    83   3712483       175      3727         0     95059     18635   1619737   no data   no data
4144.72/1037.66	c  S st    83   3712989       175      3727         0     95556     18635   1636722   no data   no data
4144.72/1037.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4145.12/1037.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
4145.12/1037.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4145.12/1037.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4145.12/1037.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4145.12/1037.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4145.12/1037.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4145.12/1037.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4145.12/1037.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4165.89/1042.95	c lits-rem:       366  cl-subs:     2972  v-elim:      0  v-fix:    0  time:  5.16 s
4165.89/1042.95	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
4165.89/1042.97	c vivif2 --  cl tried    92584 cl shrink        0 lits rem          0 time: 0.02
4167.50/1043.34	c asymm  cl-useful: 0/2026/3727 lits-rem:0 time: 0.36
4167.50/1043.34	c calculated reachability. Time: 0.00
4167.50/1043.34	c  N st    83   3712989       175      3727         0     92584     18635   1532941   no data   no data
4215.02/1055.25	c  F st    84   3751563       175      3727         0    129380     18635   2807242   no data   no data
4215.02/1055.25	c  N st    84   3751563       175      3727         0    129380     18635   2807242   no data   no data
4224.62/1057.66	c Decided on static restart strategy
4270.97/1069.26	c  N st    94   3779871       175      3727         0    156485     18635   3734452   no data   no data
4319.69/1081.45	c  N st    96   3815867       175      3727         0    110002     18635   2087942   no data   no data
4361.23/1091.81	c  N st    97   3848259       175      3727         0    140869     18635   3178219   no data   no data
4427.94/1108.53	c  N st    98   3896847       175      3727         0    105388     18635   1944795   no data   no data
4531.39/1134.43	c  N st    99   3969729       175      3727         0     91937     18635   1428655   no data   no data
4669.62/1169.03	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: 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-3174003-1304075860/watcher-3174003-1304075860 -o /tmp/evaluation-result-3174003-1304075860/solver-3174003-1304075860 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174003-1304075860.cnf 

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

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


[startup+0 s]
/proc/loadavg: 4.67 7.02 7.64 6/180 17401
/proc/meminfo: memFree=30365400/32951124 swapFree=67111364/67111528
[pid=17401] ppid=17399 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 412 0 0 0 0 0 0 0 22 0 4 0 519186425 52441088 352 33554432000 4194304 4627427 140736776631680 18446744073709551615 47428448097817 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 12803 352 303 106 0 7774 0
[pid=17401/tid=17402] ppid=17399 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 5 0 0 0 0 0 0 0 23 0 4 0 519186426 52441088 352 33554432000 4194304 4627427 140736776631680 18446744073709551615 47428448097817 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 519186426 52441088 352 33554432000 4194304 4627427 140736776631680 18446744073709551615 47428448098216 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 519186426 52441088 352 33554432000 4194304 4627427 140736776631680 18446744073709551615 47428448097817 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.051526 s]
/proc/loadavg: 4.67 7.02 7.64 6/180 17401
/proc/meminfo: memFree=30365400/32951124 swapFree=67111364/67111528
[pid=17401] ppid=17399 vsize=282704 CPUtime=0.18 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 1919 0 0 0 18 0 0 0 18 0 4 0 519186425 289488896 1741 33554432000 4194304 4627427 140736776631680 18446744073709551615 4333301 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 70676 1741 383 106 0 65647 0
[pid=17401/tid=17402] ppid=17399 vsize=282704 CPUtime=0.04 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 426 0 0 0 4 0 0 0 24 0 4 0 519186426 289488896 1741 33554432000 4194304 4627427 140736776631680 18446744073709551615 4310565 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=282704 CPUtime=0.04 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 450 0 0 0 4 0 0 0 24 0 4 0 519186426 289488896 1741 33554432000 4194304 4627427 140736776631680 18446744073709551615 4322254 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=282704 CPUtime=0.04 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 227 0 0 0 4 0 0 0 25 0 4 0 519186426 289488896 1741 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 282704

[startup+0.100516 s]
/proc/loadavg: 4.67 7.02 7.64 6/180 17401
/proc/meminfo: memFree=30365400/32951124 swapFree=67111364/67111528
[pid=17401] ppid=17399 vsize=282704 CPUtime=0.38 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 2190 0 0 0 38 0 0 0 18 0 4 0 519186425 289488896 2012 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309260 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 70676 2012 383 106 0 65647 0
[pid=17401/tid=17402] ppid=17399 vsize=282704 CPUtime=0.09 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 492 0 0 0 9 0 0 0 24 0 4 0 519186426 289488896 2012 33554432000 4194304 4627427 140736776631680 18446744073709551615 4332992 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=282704 CPUtime=0.09 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 514 0 0 0 9 0 0 0 24 0 4 0 519186426 289488896 2012 33554432000 4194304 4627427 140736776631680 18446744073709551615 4333188 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=282704 CPUtime=0.09 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 287 0 0 0 9 0 0 0 25 0 4 0 519186426 289488896 2012 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282704

[startup+0.30048 s]
/proc/loadavg: 4.67 7.02 7.64 6/180 17401
/proc/meminfo: memFree=30365400/32951124 swapFree=67111364/67111528
[pid=17401] ppid=17399 vsize=284748 CPUtime=1.18 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 3589 0 0 0 118 0 0 0 18 0 4 0 519186425 291581952 2595 33554432000 4194304 4627427 140736776631680 18446744073709551615 4321713 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 71187 2595 384 106 0 66158 0
[pid=17401/tid=17402] ppid=17399 vsize=284748 CPUtime=0.29 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 824 0 0 0 29 0 0 0 25 0 4 0 519186426 291581952 2595 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=284748 CPUtime=0.29 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 854 0 0 0 29 0 0 0 25 0 4 0 519186426 291581952 2596 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=284748 CPUtime=0.29 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 651 0 0 0 29 0 0 0 25 0 4 0 519186426 291581952 2596 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284748

[startup+0.700409 s]
/proc/loadavg: 4.67 7.02 7.64 6/180 17401
/proc/meminfo: memFree=30365400/32951124 swapFree=67111364/67111528
[pid=17401] ppid=17399 vsize=286532 CPUtime=2.77 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 6351 0 0 0 277 0 0 0 18 0 4 0 519186425 293408768 2964 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 71633 2964 384 106 0 66604 0
[pid=17401/tid=17402] ppid=17399 vsize=286532 CPUtime=0.69 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 1346 0 0 0 69 0 0 0 25 0 4 0 519186426 293408768 2964 33554432000 4194304 4627427 140736776631680 18446744073709551615 4330928 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=286532 CPUtime=0.69 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 1588 0 0 0 69 0 0 0 25 0 4 0 519186426 293408768 2964 33554432000 4194304 4627427 140736776631680 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=286532 CPUtime=0.68 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 1397 0 0 0 68 0 0 0 25 0 4 0 519186426 293408768 2964 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286532

[startup+1.50026 s]
/proc/loadavg: 4.67 7.02 7.64 10/184 17405
/proc/meminfo: memFree=30343544/32951124 swapFree=67111364/67111528
[pid=17401] ppid=17399 vsize=287924 CPUtime=5.96 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 11905 0 0 0 595 1 0 0 20 0 4 0 519186425 294834176 5714 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 71981 5714 388 106 0 66952 0
[pid=17401/tid=17402] ppid=17399 vsize=287924 CPUtime=1.49 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 2396 0 0 0 149 0 0 0 25 0 4 0 519186426 294834176 5714 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=287924 CPUtime=1.48 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 2700 0 0 0 148 0 0 0 25 0 4 0 519186426 294834176 5714 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=287924 CPUtime=1.48 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 2250 0 0 0 148 0 0 0 25 0 4 0 519186426 294834176 5714 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 287924

[startup+3.10097 s]
/proc/loadavg: 4.67 7.02 7.64 9/184 17405
/proc/meminfo: memFree=30299272/32951124 swapFree=67111364/67111528
[pid=17401] ppid=17399 vsize=299928 CPUtime=12.36 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 23960 0 0 0 1233 3 0 0 25 0 4 0 519186425 307126272 12303 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 74982 12303 388 106 0 69953 0
[pid=17401/tid=17402] ppid=17399 vsize=299928 CPUtime=3.09 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 5538 0 0 0 308 1 0 0 25 0 4 0 519186426 307126272 12303 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=299928 CPUtime=3.07 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 6296 0 0 0 307 0 0 0 25 0 4 0 519186426 307126272 12303 33554432000 4194304 4627427 140736776631680 18446744073709551615 4333392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=299928 CPUtime=3.08 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 5801 0 0 0 308 0 0 0 25 0 4 0 519186426 307126272 12303 33554432000 4194304 4627427 140736776631680 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 299928

[startup+6.30039 s]
/proc/loadavg: 4.93 7.04 7.64 9/184 17405
/proc/meminfo: memFree=30264552/32951124 swapFree=67111364/67111528
[pid=17401] ppid=17399 vsize=307536 CPUtime=25.14 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 37251 0 0 0 2508 6 0 0 25 0 4 0 519186425 314916864 16811 33554432000 4194304 4627427 140736776631680 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 76884 16811 388 106 0 71855 0
[pid=17401/tid=17402] ppid=17399 vsize=307536 CPUtime=6.28 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 9390 0 0 0 627 1 0 0 25 0 4 0 519186426 314916864 16811 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=307536 CPUtime=6.26 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 9956 0 0 0 625 1 0 0 25 0 4 0 519186426 314916864 16811 33554432000 4194304 4627427 140736776631680 18446744073709551615 4420146 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=307536 CPUtime=6.28 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 8697 0 0 0 627 1 0 0 25 0 4 0 519186426 314916864 16811 33554432000 4194304 4627427 140736776631680 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 307536

[startup+12.7002 s]
/proc/loadavg: 5.18 7.06 7.64 10/184 17406
/proc/meminfo: memFree=30196352/32951124 swapFree=67111364/67111528
[pid=17401] ppid=17399 vsize=307924 CPUtime=50.7 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 57689 0 0 0 5060 10 0 0 25 0 4 0 519186425 315314176 23533 33554432000 4194304 4627427 140736776631680 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 76981 23533 388 106 0 71952 0
[pid=17401/tid=17402] ppid=17399 vsize=307924 CPUtime=12.68 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 14023 0 0 0 1266 2 0 0 25 0 4 0 519186426 315314176 23533 33554432000 4194304 4627427 140736776631680 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=307924 CPUtime=12.62 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 13268 0 0 0 1260 2 0 0 25 0 4 0 519186426 315314176 23533 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=307924 CPUtime=12.69 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 14369 0 0 0 1267 2 0 0 25 0 4 0 519186426 315314176 23533 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 307924

[startup+25.5009 s]
/proc/loadavg: 5.95 7.13 7.66 9/184 17406
/proc/meminfo: memFree=30142044/32951124 swapFree=67111364/67111528
[pid=17401] ppid=17399 vsize=309264 CPUtime=101.83 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 88444 0 0 0 10165 18 0 0 25 0 4 0 519186425 316686336 32868 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 77316 32868 388 106 0 72287 0
[pid=17401/tid=17402] ppid=17399 vsize=309264 CPUtime=25.48 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 22767 0 0 0 2544 4 0 0 25 0 4 0 519186426 316686336 32868 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=309264 CPUtime=25.36 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 20531 0 0 0 2531 5 0 0 25 0 4 0 519186426 316686336 32868 33554432000 4194304 4627427 140736776631680 18446744073709551615 4310105 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=309264 CPUtime=25.48 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 20965 0 0 0 2544 4 0 0 25 0 4 0 519186426 316686336 32868 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 309264

[startup+51.1002 s]
/proc/loadavg: 6.65 7.20 7.67 10/184 17407
/proc/meminfo: memFree=30098288/32951124 swapFree=67111364/67111528
[pid=17401] ppid=17399 vsize=331840 CPUtime=204.1 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 132474 0 0 0 20382 28 0 0 25 0 4 0 519186425 339804160 39572 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 82960 39572 388 106 0 77931 0
[pid=17401/tid=17402] ppid=17399 vsize=331840 CPUtime=51.08 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 33007 0 0 0 5102 6 0 0 25 0 4 0 519186426 339804160 39572 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=331840 CPUtime=50.82 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 29989 0 0 0 5075 7 0 0 25 0 4 0 519186426 339804160 39572 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=331840 CPUtime=51.09 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 32301 0 0 0 5102 7 0 0 25 0 4 0 519186426 339804160 39572 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 331840

[startup+102.307 s]
/proc/loadavg: 7.41 7.32 7.68 10/184 17408
/proc/meminfo: memFree=30020004/32951124 swapFree=67111364/67111528
[pid=17401] ppid=17399 vsize=453716 CPUtime=408.64 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 197397 0 0 0 40819 45 0 0 25 0 4 0 519186425 464605184 51213 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309396 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 113429 51213 388 106 0 108400 0
[pid=17401/tid=17402] ppid=17399 vsize=453716 CPUtime=102.28 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 48920 0 0 0 10218 10 0 0 25 0 4 0 519186426 464605184 51213 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=453716 CPUtime=101.74 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 41237 0 0 0 10164 10 0 0 25 0 4 0 519186426 464605184 51213 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=453716 CPUtime=102.29 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 52202 0 0 0 10218 11 0 0 25 0 4 0 519186426 464605184 51213 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 453716

[startup+162.301 s]

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

[pid=17401] ppid=17399 vsize=770884 CPUtime=2805.34 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 635791 0 0 0 280325 209 0 0 25 0 4 0 519186425 789385216 117422 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 192721 117422 388 106 0 187692 0
[pid=17401/tid=17402] ppid=17399 vsize=770884 CPUtime=702.23 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 163147 0 0 0 70166 57 0 0 25 0 4 0 519186426 789385216 117422 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=770884 CPUtime=698.48 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 124007 0 0 0 69810 38 0 0 25 0 4 0 519186426 789385216 117422 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=770884 CPUtime=702.3 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 175930 0 0 0 70171 59 0 0 25 0 4 0 519186426 789385216 117422 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.34
Current children cumulated vsize (KiB) 770884

[startup+762.306 s]
/proc/loadavg: 8.18 8.03 7.89 10/184 17426
/proc/meminfo: memFree=29529064/32951124 swapFree=67111364/67111528
[pid=17401] ppid=17399 vsize=753680 CPUtime=3045.04 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 670406 0 0 0 304280 224 0 0 25 0 4 0 519186425 771768320 126758 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 188420 126758 388 106 0 183391 0
[pid=17401/tid=17402] ppid=17399 vsize=753680 CPUtime=762.24 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 171630 0 0 0 76163 61 0 0 25 0 4 0 519186426 771768320 126758 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=753680 CPUtime=758.15 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 134392 0 0 0 75772 43 0 0 25 0 4 0 519186426 771768320 126758 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=753680 CPUtime=762.31 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 184131 0 0 0 76170 61 0 0 25 0 4 0 519186426 771768320 126758 33554432000 4194304 4627427 140736776631680 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.04
Current children cumulated vsize (KiB) 753680

[startup+822.3 s]
/proc/loadavg: 8.19 8.06 7.90 10/184 17427
/proc/meminfo: memFree=29447316/32951124 swapFree=67111364/67111528
[pid=17401] ppid=17399 vsize=819372 CPUtime=3284.69 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 699228 0 0 0 328232 237 0 0 25 0 4 0 519186425 839036928 140757 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 204843 140757 388 106 0 199814 0
[pid=17401/tid=17402] ppid=17399 vsize=819372 CPUtime=822.23 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 182501 0 0 0 82159 64 0 0 25 0 4 0 519186426 839036928 140757 33554432000 4194304 4627427 140736776631680 18446744073709551615 4420171 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=819372 CPUtime=817.83 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 137269 0 0 0 81737 46 0 0 25 0 4 0 519186426 839036928 140757 33554432000 4194304 4627427 140736776631680 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=819372 CPUtime=822.3 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 191438 0 0 0 82165 65 0 0 25 0 4 0 519186426 839036928 140757 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.69
Current children cumulated vsize (KiB) 819372

[startup+882.3 s]
/proc/loadavg: 8.12 8.06 7.91 10/184 17429
/proc/meminfo: memFree=29408308/32951124 swapFree=67111364/67111528
[pid=17401] ppid=17399 vsize=938212 CPUtime=3524.36 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 734039 0 0 0 352184 252 0 0 25 0 4 0 519186425 960729088 142680 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 234553 142680 388 106 0 229524 0
[pid=17401/tid=17402] ppid=17399 vsize=938212 CPUtime=882.23 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 190835 0 0 0 88155 68 0 0 25 0 4 0 519186426 960729088 142680 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=938212 CPUtime=877.5 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 145772 0 0 0 87702 48 0 0 25 0 4 0 519186426 960729088 142680 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=938212 CPUtime=882.3 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 201260 0 0 0 88161 69 0 0 25 0 4 0 519186426 960729088 142680 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.36
Current children cumulated vsize (KiB) 938212

[startup+942.301 s]
/proc/loadavg: 8.15 8.08 7.92 10/184 17430
/proc/meminfo: memFree=29351360/32951124 swapFree=67111364/67111528
[pid=17401] ppid=17399 vsize=940356 CPUtime=3764.05 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 767618 0 0 0 376138 267 0 0 25 0 4 0 519186425 962924544 151890 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 235089 151890 388 106 0 230060 0
[pid=17401/tid=17402] ppid=17399 vsize=940356 CPUtime=942.22 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 200341 0 0 0 94150 72 0 0 25 0 4 0 519186426 962924544 151890 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=940356 CPUtime=937.17 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 151114 0 0 0 93667 50 0 0 25 0 4 0 519186426 962924544 151890 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=940356 CPUtime=942.31 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 211141 0 0 0 94158 73 0 0 25 0 4 0 519186426 962924544 151890 33554432000 4194304 4627427 140736776631680 18446744073709551615 4420278 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.05
Current children cumulated vsize (KiB) 940356

[startup+1002.3 s]
/proc/loadavg: 8.15 8.09 7.93 10/184 17432
/proc/meminfo: memFree=29374208/32951124 swapFree=67111364/67111528
[pid=17401] ppid=17399 vsize=850692 CPUtime=4003.71 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 787377 0 0 0 400095 276 0 0 25 0 4 0 519186425 871108608 147673 33554432000 4194304 4627427 140736776631680 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 212673 147673 388 106 0 207644 0
[pid=17401/tid=17402] ppid=17399 vsize=850692 CPUtime=1002.21 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 204819 0 0 0 100147 74 0 0 25 0 4 0 519186426 871108608 147673 33554432000 4194304 4627427 140736776631680 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=850692 CPUtime=996.86 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 155238 0 0 0 99632 54 0 0 25 0 4 0 519186426 871108608 147673 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=850692 CPUtime=1002.31 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 215904 0 0 0 100156 75 0 0 25 0 4 0 519186426 871108608 147673 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.71
Current children cumulated vsize (KiB) 850692

[startup+1062.3 s]
/proc/loadavg: 8.10 8.09 7.94 10/184 17434
/proc/meminfo: memFree=29395724/32951124 swapFree=67111364/67111528
[pid=17401] ppid=17399 vsize=865800 CPUtime=4243.39 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 809320 0 0 0 424051 288 0 0 25 0 4 0 519186425 886579200 142835 33554432000 4194304 4627427 140736776631680 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 216450 142835 388 106 0 211421 0
[pid=17401/tid=17402] ppid=17399 vsize=865800 CPUtime=1062.21 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 210132 0 0 0 106144 77 0 0 25 0 4 0 519186426 886579200 142835 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=865800 CPUtime=1056.53 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 159209 0 0 0 105597 56 0 0 25 0 4 0 519186426 886579200 142835 33554432000 4194304 4627427 140736776631680 18446744073709551615 4420208 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=865800 CPUtime=1062.31 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 221722 0 0 0 106153 78 0 0 25 0 4 0 519186426 886579200 142835 33554432000 4194304 4627427 140736776631680 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.39
Current children cumulated vsize (KiB) 865800

[startup+1122.3 s]
/proc/loadavg: 8.03 8.07 7.94 9/184 17435
/proc/meminfo: memFree=29338028/32951124 swapFree=67111364/67111528
[pid=17401] ppid=17399 vsize=954960 CPUtime=4483.06 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 841428 0 0 0 448001 305 0 0 25 0 4 0 519186425 977879040 143373 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 238740 143373 388 106 0 233711 0
[pid=17401/tid=17402] ppid=17399 vsize=954960 CPUtime=1122.21 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 219044 0 0 0 112139 82 0 0 25 0 4 0 519186426 977879040 143373 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=954960 CPUtime=1116.2 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 165619 0 0 0 111562 58 0 0 25 0 4 0 519186426 977879040 143373 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=954960 CPUtime=1122.32 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 229457 0 0 0 112149 83 0 0 25 0 4 0 519186426 977879040 143373 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.06
Current children cumulated vsize (KiB) 954960

[startup+1182.3 s]
/proc/loadavg: 8.05 8.07 7.94 10/184 17437
/proc/meminfo: memFree=29333644/32951124 swapFree=67111364/67111528
[pid=17401] ppid=17399 vsize=1015572 CPUtime=4722.74 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 876878 0 0 0 471952 322 0 0 25 0 4 0 519186425 1039945728 149628 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309111 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 253893 149628 388 106 0 248864 0
[pid=17401/tid=17402] ppid=17399 vsize=1015572 CPUtime=1182.21 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 227855 0 0 0 118134 87 0 0 25 0 4 0 519186426 1039945728 149628 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=1015572 CPUtime=1175.88 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 174323 0 0 0 117526 62 0 0 25 0 4 0 519186426 1039945728 149628 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=1015572 CPUtime=1182.31 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 237646 0 0 0 118144 87 0 0 25 0 4 0 519186426 1039945728 149628 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309192 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.74
Current children cumulated vsize (KiB) 1015572



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.03 8.06 7.94 5/179 17438
/proc/meminfo: memFree=29748200/32951124 swapFree=67111364/67111528
[pid=17401] ppid=17399 vsize=912028 CPUtime=4800.25 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 888420 0 0 0 479699 326 0 0 25 0 4 0 519186425 933916672 154329 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 228007 154329 388 106 0 222978 0
[pid=17401/tid=17402] ppid=17399 vsize=912028 CPUtime=1201.62 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 229255 0 0 0 120074 88 0 0 25 0 4 0 519186426 933916672 154329 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=912028 CPUtime=1195.18 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 177629 0 0 0 119454 64 0 0 25 0 4 0 519186426 933916672 154329 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=912028 CPUtime=1201.72 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 241046 0 0 0 120084 88 0 0 25 0 4 0 519186426 933916672 154329 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 912028

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

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

[startup+1201.7 s]
/proc/loadavg: 8.03 8.06 7.94 5/179 17438
/proc/meminfo: memFree=29748200/32951124 swapFree=67111364/67111528
[pid=17401] ppid=17399 vsize=912028 CPUtime=4800.25 cores=1,3,5,7
/proc/17401/stat : 17401 (strangenight2-m) R 17399 17401 16634 0 -1 4202496 888420 0 0 0 479699 326 0 0 25 0 4 0 519186425 933916672 154329 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/17401/statm: 228007 154329 388 106 0 222978 0
[pid=17401/tid=17402] ppid=17399 vsize=912028 CPUtime=1201.62 cores=1,3,5,7
/proc/17401/task/17402/stat : 17402 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 229255 0 0 0 120074 88 0 0 25 0 4 0 519186426 933916672 154329 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17401/tid=17403] ppid=17399 vsize=912028 CPUtime=1195.18 cores=1,3,5,7
/proc/17401/task/17403/stat : 17403 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 177629 0 0 0 119454 64 0 0 25 0 4 0 519186426 933916672 154329 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=17401/tid=17404] ppid=17399 vsize=912028 CPUtime=1201.72 cores=1,3,5,7
/proc/17401/task/17404/stat : 17404 (strangenight2-m) R 17399 17401 16634 0 -1 4202560 241046 0 0 0 120084 88 0 0 25 0 4 0 519186426 933916672 154329 33554432000 4194304 4627427 140736776631680 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.25
Current children cumulated vsize (KiB) 912028

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.3
CPU user time (s): 4797.02
CPU system time (s): 3.2885
CPU usage (%): 399.447
Max. virtual memory (cumulated for all children) (KiB): 1025672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.02
system time used= 3.2885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 888421
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= 420
involuntary context switches= 35471

runsolver used 1.85772 second user time and 4.71228 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 13:17:40
IDJOB=3174003
IDBENCH=82821
IDSOLVER=1586
FILE ID=node106/3174003-1304075860
RUNJOBID= node106-1304075860-17379
PBS_JOBID= 13170478
Free space on /tmp= 72156 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
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-3174003-1304075860/watcher-3174003-1304075860 -o /tmp/evaluation-result-3174003-1304075860/solver-3174003-1304075860 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174003-1304075860.cnf

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

MD5SUM BENCH= b179d65395dd8ffd730bf106fb19b537
RANDOM SEED=103670546

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30365556 kB
Buffers:        240248 kB
Cached:        2067580 kB
SwapCached:         88 kB
Active:         783824 kB
Inactive:      1591008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30365556 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           11216 kB
Writeback:           0 kB
AnonPages:       67092 kB
Mapped:          15228 kB
Slab:           146176 kB
PageTables:       4660 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   274952 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= 72156 MiB
End job on node106 at 2011-04-29 13:37:44