Trace number 3366302

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.34 1202.95

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v175-c3727-S1110880865-004.SATISFIABLE.cnf
MD5SUMdee9409d3106901eba323258572940c9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.065989
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-3366302-1305401086.cnf'
0.00/0.01	c -- header says num vars:            175
0.00/0.01	c -- header says num clauses:        3727
0.00/0.01	c -- clauses added:            0 learnts,         3727 normals,            0 xors
0.00/0.01	c -- vars added        175
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	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
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
3.16/0.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.16/0.85	c Finding binary XORs  T:     0.00 s  found:       0
3.16/0.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.16/0.85	c calculated reachability. Time: 0.00
3.16/0.85	c Calc default polars -  time:   0.00 s pos:     102 undec:       8 neg:      65
3.16/0.85	c =========================================================================================
3.16/0.85	c types(t): F = full restart, N = normal restart
3.16/0.85	c types(t): S = simplification begin/end, E = solution found
3.16/0.85	c restart types(rt): st = static, dy = dynamic
3.16/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.16/0.85	c  B st     0         0       175      3727         0         0     18635         0   no data   no data
3.16/0.85	c Decided on static restart strategy
3.16/0.85	c  N st     8      4913       175      3727         0      4682     18635    156567   no data   no data
3.16/0.85	c  N st    10     11297       175      3727         0      4352     18635    108800   no data   no data
3.16/0.85	c  N st    11     17040       175      3727         0      9858     18635    294781   no data   no data
3.98/1.05	c  F st    12     25001       175      3727         0     12044     18635    361311   no data   no data
3.98/1.05	c  N st    12     25001       175      3727         0     12044     18635    361311   no data   no data
4.75/1.25	c Decided on static restart strategy
4.75/1.25	c  N st    18     30002       175      3727         0     10335     18635    294395   no data   no data
4.75/1.25	c  S st    18     30002       175      3727         0     10335     18635    294395   no data   no data
5.16/1.35	c  S st    18     30507       175      3727         0     10832     18635    310559   no data   no data
5.16/1.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
5.16/1.35	c blocked clauses removed:        0 vars:      0 tried:         175 T: 0.00 s
5.16/1.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
5.16/1.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.16/1.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.16/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.50	c lits-rem:       298  cl-subs:     1198  v-elim:      0  v-fix:    0  time:  0.22 s
5.96/1.54	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.04
5.96/1.54	c calculated reachability. Time: 0.00
5.96/1.54	c  N st    18     30507       175      3727         0      9634     18635    264507   no data   no data
7.55/1.90	c  N st    20     37619       175      3727         0      8908     18635    219622   no data   no data
8.79/2.22	c  N st    21     44019       175      3727         0     15063     18635    435542   no data   no data
9.14/2.33	c  S st    22     45762       175      3727         0     16750     18635    494134   no data   no data
9.14/2.39	c  S st    22     46263       175      3727         0      8654     18635    187403   no data   no data
9.14/2.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.14/2.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.14/2.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.14/2.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.14/2.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.14/2.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
9.14/2.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.14/2.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.54/2.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.54/2.42	c lits-rem:        22  cl-subs:       95  v-elim:      0  v-fix:    0  time:  0.02 s
9.54/2.42	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
9.54/2.42	c vivif2 --  cl tried     8559 cl shrink        0 lits rem          0 time: 0.00
9.54/2.46	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.04
9.54/2.46	c calculated reachability. Time: 0.00
9.54/2.46	c  N st    22     46263       175      3727         0      8559     18635    183834   no data   no data
12.76/3.24	c  N st    23     60660       175      3727         0     12809     18635    311481   no data   no data
14.73/3.77	c  N st    24     69395       175      3727         0     10676     18635    217847   no data   no data
14.73/3.77	c  S st    24     69395       175      3727         0     10676     18635    217847   no data   no data
15.14/3.80	c  S st    24     69896       175      3727         0     11168     18635    233707   no data   no data
15.14/3.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.14/3.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.14/3.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.14/3.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.14/3.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.14/3.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
15.14/3.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.14/3.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.14/3.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.14/3.85	c lits-rem:        15  cl-subs:      148  v-elim:      0  v-fix:    0  time:  0.04 s
15.14/3.85	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
15.14/3.86	c vivif2 --  cl tried    11020 cl shrink        0 lits rem          0 time: 0.00
15.54/3.91	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.05
15.54/3.91	c calculated reachability. Time: 0.00
15.54/3.91	c  N st    24     69896       175      3727         0     11020     18635    228088   no data   no data
19.92/5.06	c  F st    25     87500       175      3727         0     16317     18635    398138   no data   no data
19.92/5.06	c  N st    25     87500       175      3727         0     16317     18635    398138   no data   no data
21.12/5.38	c Decided on static restart strategy
21.95/5.59	c  N st    32     95536       175      3727         0     24045     18635    667601   no data   no data
24.71/6.24	c  N st    34    104844       175      3727         0     20525     18635    529243   no data   no data
24.71/6.24	c  S st    34    104844       175      3727         0     20525     18635    529243   no data   no data
24.71/6.29	c  S st    34    105347       175      3727         0     21019     18635    544961   no data   no data
24.71/6.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.11/6.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
25.11/6.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.11/6.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.11/6.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.11/6.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
25.11/6.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.11/6.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
25.11/6.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.11/6.81	c lits-rem:       499  cl-subs:     1335  v-elim:      0  v-fix:    0  time:  0.49 s
27.11/6.82	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
27.11/6.82	c vivif2 --  cl tried    19684 cl shrink        0 lits rem          0 time: 0.01
27.50/6.91	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.09
27.50/6.91	c calculated reachability. Time: 0.00
27.50/6.91	c  N st    34    105347       175      3727         0     19684     18635    494900   no data   no data
30.32/7.68	c  N st    35    114945       175      3727         0     15466     18635    339487   no data   no data
35.12/8.86	c  N st    36    129344       175      3727         0     14923     18635    294610   no data   no data
41.87/10.59	c  N st    37    150939       175      3727         0     20233     18635    453109   no data   no data
44.26/11.19	c  S st    38    158021       175      3727         0     27016     18635    691445   no data   no data
44.66/11.26	c  S st    38    158521       175      3727         0     27507     18635    707416   no data   no data
44.66/11.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.66/11.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
44.66/11.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.66/11.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.66/11.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.66/11.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
44.66/11.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.66/11.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
44.66/11.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.05/12.30	c lits-rem:       550  cl-subs:     1737  v-elim:      0  v-fix:    0  time:  1.01 s
49.05/12.31	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
49.05/12.31	c vivif2 --  cl tried    25770 cl shrink        0 lits rem          0 time: 0.01
49.45/12.43	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.12
49.45/12.43	c calculated reachability. Time: 0.00
49.45/12.43	c  N st    38    158521       175      3727         0     25770     18635    640263   no data   no data
66.61/16.75	c  N st    39    207109       175      3727         0     20605     18635    407699   no data   no data
79.38/19.90	c  N st    40    237782       175      3727         0     30872     18635    758433   no data   no data
79.38/19.90	c  S st    40    237782       175      3727         0     30872     18635    758433   no data   no data
79.78/20.00	c  S st    40    238289       175      3727         0     31368     18635    774217   no data   no data
79.78/20.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
79.78/20.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.02
79.78/20.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
79.78/20.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
79.78/20.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.78/20.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
79.78/20.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
79.78/20.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
79.78/20.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
86.17/21.62	c lits-rem:       691  cl-subs:     1685  v-elim:      0  v-fix:    0  time:  1.57 s
86.17/21.62	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
86.17/21.63	c vivif2 --  cl tried    29683 cl shrink        0 lits rem          0 time: 0.01
86.57/21.77	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.14
86.57/21.77	c calculated reachability. Time: 0.00
86.57/21.77	c  N st    40    238289       175      3727         0     29683     18635    707778   no data   no data
114.15/28.70	c  F st    41    306250       175      3727         0     31478     18635    715500   no data   no data
114.50/28.70	c  N st    41    306250       175      3727         0     31478     18635    715500   no data   no data
116.50/29.28	c Decided on static restart strategy
126.48/31.74	c  N st    51    334555       175      3727         0     35787     18635    829735   no data   no data
136.10/34.12	c  N st    53    357433       175      3727         0     33725     18635    734664   no data   no data
136.10/34.12	c  S st    53    357433       175      3727         0     33725     18635    734664   no data   no data
136.45/34.21	c  S st    53    357938       175      3727         0     34228     18635    751367   no data   no data
136.45/34.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
136.45/34.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
136.45/34.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
136.45/34.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
136.45/34.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
136.45/34.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
136.45/34.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
136.45/34.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
136.45/34.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.06/35.17	c lits-rem:       415  cl-subs:     1468  v-elim:      0  v-fix:    0  time:  0.92 s
140.06/35.17	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
140.06/35.18	c vivif2 --  cl tried    32760 cl shrink        0 lits rem          0 time: 0.01
140.83/35.33	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.15
140.83/35.34	c calculated reachability. Time: 0.00
140.83/35.34	c  N st    53    357938       175      3727         0     32760     18635    694339   no data   no data
155.20/38.96	c  N st    54    390330       175      3727         0     38820     18635    887418   no data   no data
183.54/46.09	c  N st    55    438918       175      3727         0     32745     18635    657205   no data   no data
219.07/54.93	c  N st    56    511800       175      3727         0     45918     18635   1055289   no data   no data
230.24/57.75	c  N st    57    536907       175      3727         0     40370     18635    843146   no data   no data
230.24/57.75	c  S st    57    536907       175      3727         0     40370     18635    843146   no data   no data
230.63/57.87	c  S st    57    537408       175      3727         0     40864     18635    858747   no data   no data
230.63/57.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
230.63/57.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
230.63/57.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
230.63/57.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
230.63/57.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
230.63/57.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
230.63/57.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
231.03/57.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
231.03/57.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
235.82/59.10	c lits-rem:       374  cl-subs:     1401  v-elim:      0  v-fix:    0  time:  1.18 s
235.82/59.10	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
235.82/59.11	c vivif2 --  cl tried    39463 cl shrink        0 lits rem          0 time: 0.01
236.63/59.32	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.21
236.63/59.32	c calculated reachability. Time: 0.00
236.63/59.32	c  N st    57    537408       175      3727         0     39463     18635    805426   no data   no data
326.80/81.91	c  N st    58    701392       175      3727         0     67847     18635   1794655   no data   no data
393.86/98.79	c  N st    59    806113       175      3727         0     62039     18635   1459631   no data   no data
393.86/98.79	c  S st    59    806113       175      3727         0     62039     18635   1459631   no data   no data
394.67/98.96	c  S st    59    806619       175      3727         0     62535     18635   1475672   no data   no data
394.67/98.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
394.67/98.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
394.67/98.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
394.67/98.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
394.67/98.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
394.67/98.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
394.67/98.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
395.09/99.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
395.09/99.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
426.18/106.81	c lits-rem:      1272  cl-subs:     4268  v-elim:      0  v-fix:    0  time:  7.76 s
426.18/106.81	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
426.18/106.83	c vivif2 --  cl tried    58267 cl shrink        0 lits rem          0 time: 0.02
427.37/107.13	c asymm  cl-useful: 0/3200/3727 lits-rem:0 time: 0.30
427.37/107.13	c calculated reachability. Time: 0.00
427.37/107.13	c  N st    59    806619       175      3727         0     58267     18635   1322243   no data   no data
609.36/152.76	c  F st    60   1071876       175      3727         0     73708     18635   1718676   no data   no data
609.36/152.77	c  N st    60   1071876       175      3727         0     73708     18635   1718676   no data   no data
614.16/153.91	c Decided on static restart strategy
630.10/157.97	c  N st    70   1100180       175      3727         0     57976     18635   1157921   no data   no data
658.47/165.03	c  N st    72   1136175       175      3727         0     48482     18635    799135   no data   no data
683.58/171.30	c  N st    73   1168567       175      3727         0     79284     18635   1857168   no data   no data
712.70/178.69	c  N st    74   1209929       175      3727         0     73805     18635   1632225   no data   no data
712.70/178.69	c  S st    74   1209929       175      3727         0     73805     18635   1632225   no data   no data
713.90/178.90	c  S st    74   1210430       175      3727         0     74299     18635   1648419   no data   no data
713.90/178.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
713.90/178.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
713.90/178.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
713.90/178.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
713.90/178.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
713.90/178.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
713.90/178.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
713.90/178.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
714.31/179.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
770.18/193.03	c lits-rem:      1096  cl-subs:     4798  v-elim:      0  v-fix:    0  time: 14.02 s
770.18/193.03	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
770.18/193.05	c vivif2 --  cl tried    69501 cl shrink        0 lits rem          0 time: 0.02
770.58/193.16	c asymm  cl-useful: 0/527/3727 lits-rem:0 time: 0.10
770.58/193.16	c calculated reachability. Time: 0.00
770.58/193.16	c  N st    74   1210430       175      3727         0     69501     18635   1482549   no data   no data
851.62/213.41	c  N st    75   1283312       175      3727         0     46698     18635    668359   no data   no data
955.32/239.40	c  N st    76   1392636       175      3727         0     54814     18635    900145   no data   no data
1104.98/276.97	c  N st    77   1556621       175      3727         0     59401     18635    998434   no data   no data
1251.83/313.72	c  N st    78   1710430       175      3727         0     99673     18635   2328047   no data   no data
1251.83/313.72	c  S st    78   1710430       175      3727         0     99673     18635   2328047   no data   no data
1253.03/314.03	c  S st    78   1710933       175      3727         0    100172     18635   2345180   no data   no data
1253.03/314.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1253.03/314.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1253.03/314.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1253.03/314.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1253.03/314.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1253.03/314.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1253.03/314.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1253.43/314.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1253.43/314.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1375.53/344.73	c lits-rem:      3047  cl-subs:     9960  v-elim:      0  v-fix:    0  time: 30.54 s
1375.53/344.73	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
1375.53/344.76	c vivif2 --  cl tried    90212 cl shrink        0 lits rem          0 time: 0.03
1377.12/345.12	c asymm  cl-useful: 0/2079/3727 lits-rem:0 time: 0.37
1377.12/345.12	c calculated reachability. Time: 0.00
1377.12/345.12	c  N st    78   1710933       175      3727         0     90212     18635   2000470   no data   no data
1757.82/440.55	c  N st    79   2079897       175      3727         0    101708     18635   2301133   no data   no data
1895.51/475.08	c  N st    80   2210933       175      3727         0    105820     18635   2361411   no data   no data
1895.51/475.08	c  S st    80   2210933       175      3727         0    105820     18635   2361411   no data   no data
1897.10/475.40	c  S st    80   2211435       175      3727         0    106313     18635   2377920   no data   no data
1897.10/475.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1897.10/475.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1897.10/475.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1897.10/475.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1897.10/475.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1897.10/475.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1897.10/475.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1897.10/475.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1897.50/475.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2008.43/503.39	c lits-rem:      3157  cl-subs:     9506  v-elim:      0  v-fix:    0  time: 27.83 s
2008.43/503.39	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2008.83/503.42	c vivif2 --  cl tried    96807 cl shrink        0 lits rem          0 time: 0.03
2010.05/503.77	c asymm  cl-useful: 0/1648/3727 lits-rem:0 time: 0.35
2010.05/503.77	c calculated reachability. Time: 0.00
2010.05/503.77	c  N st    80   2211435       175      3727         0     96807     18635   2054670   no data   no data
2556.36/640.60	c  N st    81   2711435       175      3727         0    119724     18635   2673895   no data   no data
2556.36/640.60	c  S st    81   2711435       175      3727         0    119724     18635   2673895   no data   no data
2557.96/641.00	c  S st    81   2711940       175      3727         0    120220     18635   2691248   no data   no data
2557.96/641.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2557.96/641.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2557.96/641.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2557.96/641.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2557.96/641.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2557.96/641.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
2557.96/641.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2558.36/641.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2558.36/641.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2732.72/684.85	c lits-rem:      2167  cl-subs:    12950  v-elim:      0  v-fix:    0  time: 43.67 s
2732.72/684.85	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2732.72/684.89	c vivif2 --  cl tried   107270 cl shrink        0 lits rem          0 time: 0.03
2734.33/685.27	c asymm  cl-useful: 0/1757/3727 lits-rem:0 time: 0.38
2734.33/685.28	c calculated reachability. Time: 0.00
2734.33/685.28	c  N st    81   2711940       175      3727         0    107270     18635   2289434   no data   no data
3381.16/847.32	c  N st    82   3211941       175      3727         0     84513     18635   1376097   no data   no data
3381.16/847.32	c  S st    82   3211941       175      3727         0     84513     18635   1376097   no data   no data
3381.96/847.56	c  S st    82   3212444       175      3727         0     85009     18635   1392754   no data   no data
3381.96/847.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3382.36/847.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3382.36/847.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3382.36/847.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3382.36/847.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3382.36/847.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
3382.36/847.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3382.36/847.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3382.36/847.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3394.73/850.78	c lits-rem:       618  cl-subs:     2371  v-elim:      0  v-fix:    0  time:  3.11 s
3394.73/850.78	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
3395.13/850.80	c vivif2 --  cl tried    82638 cl shrink        0 lits rem          0 time: 0.02
3396.33/851.14	c asymm  cl-useful: 0/1970/3727 lits-rem:0 time: 0.34
3396.33/851.14	c calculated reachability. Time: 0.00
3396.33/851.14	c  N st    82   3212444       175      3727         0     82638     18635   1309134   no data   no data
4054.79/1016.16	c  N st    83   3712445       175      3727         0     92812     18635   1520586   no data   no data
4054.79/1016.16	c  S st    83   3712445       175      3727         0     92812     18635   1520586   no data   no data
4056.39/1016.58	c  S st    83   3712949       175      3727         0     93311     18635   1537600   no data   no data
4056.79/1016.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4056.79/1016.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.08
4056.79/1016.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4056.79/1016.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4056.79/1016.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4056.79/1016.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4056.79/1016.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4057.19/1016.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4057.19/1016.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4104.65/1028.61	c lits-rem:       682  cl-subs:     3338  v-elim:      0  v-fix:    0  time: 11.84 s
4104.65/1028.61	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
4104.65/1028.64	c vivif2 --  cl tried    89973 cl shrink        0 lits rem          0 time: 0.03
4107.45/1029.31	c asymm  cl-useful: 0/2065/3727 lits-rem:0 time: 0.66
4107.45/1029.31	c calculated reachability. Time: 0.00
4107.45/1029.31	c  N st    83   3712949       175      3727         0     89973     18635   1431471   no data   no data
4166.51/1044.11	c  F st    84   3751564       175      3727         0    126756     18635   2712253   no data   no data
4166.51/1044.11	c  N st    84   3751564       175      3727         0    126756     18635   2712253   no data   no data
4176.88/1046.74	c Decided on static restart strategy
4222.82/1058.25	c  N st    94   3779868       175      3727         0    153763     18635   3626468   no data   no data
4267.87/1069.57	c  N st    96   3815861       175      3727         0    107896     18635   2035959   no data   no data
4316.16/1081.66	c  N st    97   3848256       175      3727         0    138682     18635   3105592   no data   no data
4380.85/1097.89	c  N st    98   3896844       175      3727         0    103392     18635   1844732   no data   no data
4496.95/1126.97	c  N st    99   3969727       175      3727         0     89744     18635   1332632   no data   no data
4645.00/1164.02	c  N st   100   4079050       175      3727         0    109648     18635   1997464   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-3366302-1305401086/watcher-3366302-1305401086 -o /tmp/evaluation-result-3366302-1305401086/solver-3366302-1305401086 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366302-1305401086.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: 7.46 7.94 8.03 3/294 20360
/proc/meminfo: memFree=27779340/32951124 swapFree=63649232/67111528
[pid=20358] ppid=20355 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 407 0 0 0 0 0 0 0 23 0 4 0 651707154 52396032 347 33554432000 4194304 4580107 140736152365696 18446744073709551615 47487223895986 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 12792 347 299 95 0 7774 0
[pid=20358/tid=20361] ppid=20355 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 651707155 52396032 348 33554432000 4194304 4580107 140736152365696 18446744073709551615 47487223895986 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 651707155 52396032 348 33554432000 4194304 4580107 140736152365696 18446744073709551615 47487223895986 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 651707155 52396032 348 33554432000 4194304 4580107 140736152365696 18446744073709551615 210199697933 0 0 4096 2 0 0 0 -1 6 0 0 0

[startup+0.0700811 s]
/proc/loadavg: 7.46 7.94 8.03 3/294 20360
/proc/meminfo: memFree=27779340/32951124 swapFree=63649232/67111528
[pid=20358] ppid=20355 vsize=281832 CPUtime=0.24 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 2012 0 0 0 24 0 0 0 24 0 4 0 651707154 288595968 1859 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294761 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 70458 1859 376 95 0 65440 0
[pid=20358/tid=20361] ppid=20355 vsize=281832 CPUtime=0.05 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 432 0 0 0 5 0 0 0 18 0 4 0 651707155 288595968 1859 33554432000 4194304 4580107 140736152365696 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=281832 CPUtime=0.06 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 474 0 0 0 6 0 0 0 18 0 4 0 651707155 288595968 1859 33554432000 4194304 4580107 140736152365696 18446744073709551615 4321007 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=281832 CPUtime=0.05 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 256 0 0 0 5 0 0 0 25 0 4 0 651707155 288595968 1859 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 281832

[startup+0.101075 s]
/proc/loadavg: 7.46 7.94 8.03 3/294 20360
/proc/meminfo: memFree=27779340/32951124 swapFree=63649232/67111528
[pid=20358] ppid=20355 vsize=281988 CPUtime=0.37 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 2193 0 0 0 37 0 0 0 24 0 4 0 651707154 288755712 2040 33554432000 4194304 4580107 140736152365696 18446744073709551615 4296088 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 70497 2040 376 95 0 65479 0
[pid=20358/tid=20361] ppid=20355 vsize=281988 CPUtime=0.09 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 476 0 0 0 9 0 0 0 18 0 4 0 651707155 288755712 2040 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=281988 CPUtime=0.09 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 517 0 0 0 9 0 0 0 18 0 4 0 651707155 288755712 2040 33554432000 4194304 4580107 140736152365696 18446744073709551615 4321348 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=281988 CPUtime=0.08 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 311 0 0 0 8 0 0 0 25 0 4 0 651707155 288755712 2040 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 281988

[startup+0.301043 s]
/proc/loadavg: 7.46 7.94 8.03 3/294 20360
/proc/meminfo: memFree=27779340/32951124 swapFree=63649232/67111528
[pid=20358] ppid=20355 vsize=284020 CPUtime=1.17 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 3555 0 0 0 116 1 0 0 25 0 4 0 651707154 290836480 2586 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294639 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 71005 2586 377 95 0 65987 0
[pid=20358/tid=20361] ppid=20355 vsize=284020 CPUtime=0.28 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 787 0 0 0 28 0 0 0 18 0 4 0 651707155 290836480 2586 33554432000 4194304 4580107 140736152365696 18446744073709551615 4322409 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=284020 CPUtime=0.29 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 887 0 0 0 29 0 0 0 18 0 4 0 651707155 290836480 2586 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=284020 CPUtime=0.28 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 683 0 0 0 28 0 0 0 25 0 4 0 651707155 290836480 2586 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284020

[startup+0.700978 s]
/proc/loadavg: 7.46 7.94 8.03 3/294 20360
/proc/meminfo: memFree=27779340/32951124 swapFree=63649232/67111528
[pid=20358] ppid=20355 vsize=285796 CPUtime=2.77 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 6269 0 0 0 276 1 0 0 25 0 4 0 651707154 292655104 2937 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 71449 2937 377 95 0 66431 0
[pid=20358/tid=20361] ppid=20355 vsize=285796 CPUtime=0.68 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 1296 0 0 0 68 0 0 0 18 0 4 0 651707155 292655104 2937 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=285796 CPUtime=0.69 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 1631 0 0 0 69 0 0 0 18 0 4 0 651707155 292655104 2937 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=285796 CPUtime=0.68 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 1412 0 0 0 68 0 0 0 25 0 4 0 651707155 292655104 2937 33554432000 4194304 4580107 140736152365696 18446744073709551615 4322754 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) 285796

[startup+1.50085 s]
/proc/loadavg: 7.46 7.94 8.03 10/302 20368
/proc/meminfo: memFree=27753360/32951124 swapFree=63649232/67111528
[pid=20358] ppid=20355 vsize=287152 CPUtime=5.96 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 12103 0 0 0 594 2 0 0 25 0 4 0 651707154 294043648 5386 33554432000 4194304 4580107 140736152365696 18446744073709551615 4507875 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 71788 5386 379 95 0 66770 0
[pid=20358/tid=20361] ppid=20355 vsize=287152 CPUtime=1.48 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 2345 0 0 0 148 0 0 0 20 0 4 0 651707155 294043648 5386 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=287152 CPUtime=1.48 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 2798 0 0 0 148 0 0 0 20 0 4 0 651707155 294043648 5386 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=287152 CPUtime=1.47 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 2544 0 0 0 147 0 0 0 25 0 4 0 651707155 294043648 5386 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 287152

[startup+3.10058 s]
/proc/loadavg: 7.50 7.94 8.03 10/302 20368
/proc/meminfo: memFree=27713680/32951124 swapFree=63649232/67111528
[pid=20358] ppid=20355 vsize=297528 CPUtime=12.35 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 24313 0 0 0 1231 4 0 0 25 0 4 0 651707154 304668672 11881 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 74382 11881 379 95 0 69364 0
[pid=20358/tid=20361] ppid=20355 vsize=297528 CPUtime=3.08 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 5415 0 0 0 308 0 0 0 25 0 4 0 651707155 304668672 11881 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=297528 CPUtime=3.08 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 6451 0 0 0 308 0 0 0 25 0 4 0 651707155 304668672 11881 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=297528 CPUtime=3.06 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 6178 0 0 0 306 0 0 0 25 0 4 0 651707155 304668672 11881 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294358 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) 297528

[startup+6.30104 s]
/proc/loadavg: 7.50 7.94 8.03 10/302 20368
/proc/meminfo: memFree=27662616/32951124 swapFree=63649232/67111528
[pid=20358] ppid=20355 vsize=298632 CPUtime=25.11 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 37416 0 0 0 2504 7 0 0 25 0 4 0 651707154 305799168 16726 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 74658 16726 379 95 0 69640 0
[pid=20358/tid=20361] ppid=20355 vsize=298632 CPUtime=6.29 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 9292 0 0 0 627 2 0 0 25 0 4 0 651707155 305799168 16726 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=298632 CPUtime=6.28 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 10222 0 0 0 627 1 0 0 25 0 4 0 651707155 305799168 16726 33554432000 4194304 4580107 140736152365696 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=298632 CPUtime=6.23 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 8711 0 0 0 622 1 0 0 25 0 4 0 651707155 305799168 16726 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 298632

[startup+12.701 s]
/proc/loadavg: 7.54 7.94 8.03 10/302 20369
/proc/meminfo: memFree=27586780/32951124 swapFree=63649232/67111528
[pid=20358] ppid=20355 vsize=309112 CPUtime=50.65 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 60574 0 0 0 5052 13 0 0 25 0 4 0 651707154 316530688 23209 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 77278 23209 379 95 0 72260 0
[pid=20358/tid=20361] ppid=20355 vsize=309112 CPUtime=12.68 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 15200 0 0 0 1265 3 0 0 25 0 4 0 651707155 316530688 23209 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=309112 CPUtime=12.68 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 14756 0 0 0 1265 3 0 0 25 0 4 0 651707155 316530688 23209 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=309112 CPUtime=12.57 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 14600 0 0 0 1254 3 0 0 25 0 4 0 651707155 316530688 23209 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 309112

[startup+25.5008 s]
/proc/loadavg: 7.79 7.97 8.04 10/302 20369
/proc/meminfo: memFree=27521316/32951124 swapFree=63649232/67111528
[pid=20358] ppid=20355 vsize=300540 CPUtime=101.73 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 92016 0 0 0 10154 19 0 0 25 0 4 0 651707154 307752960 31858 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 75135 31858 379 95 0 70117 0
[pid=20358/tid=20361] ppid=20355 vsize=300540 CPUtime=25.49 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 23327 0 0 0 2544 5 0 0 25 0 4 0 651707155 307752960 31858 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=300540 CPUtime=25.49 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 23297 0 0 0 2544 5 0 0 25 0 4 0 651707155 307752960 31858 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=300540 CPUtime=25.24 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 21075 0 0 0 2520 4 0 0 25 0 4 0 651707155 307752960 31858 33554432000 4194304 4580107 140736152365696 18446744073709551615 4305164 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 300540

[startup+51.1006 s]
/proc/loadavg: 7.86 7.97 8.04 10/302 20370
/proc/meminfo: memFree=27446244/32951124 swapFree=63649232/67111528
[pid=20358] ppid=20355 vsize=315856 CPUtime=203.89 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 138527 0 0 0 20358 31 0 0 25 0 4 0 651707154 323436544 39700 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 78964 39700 379 95 0 73946 0
[pid=20358/tid=20361] ppid=20355 vsize=315856 CPUtime=51.08 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 33200 0 0 0 5101 7 0 0 25 0 4 0 651707155 323436544 39700 33554432000 4194304 4580107 140736152365696 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=315856 CPUtime=51.08 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 36000 0 0 0 5101 7 0 0 25 0 4 0 651707155 323436544 39700 33554432000 4194304 4580107 140736152365696 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=315856 CPUtime=50.62 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 32984 0 0 0 5055 7 0 0 25 0 4 0 651707155 323436544 39700 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.89
Current children cumulated vsize (KiB) 315856

[startup+102.312 s]
/proc/loadavg: 8.00 7.99 8.04 10/302 20371
/proc/meminfo: memFree=27322088/32951124 swapFree=63649232/67111528
[pid=20358] ppid=20355 vsize=362532 CPUtime=408.26 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 198083 0 0 0 40778 48 0 0 25 0 4 0 651707154 371232768 61233 33554432000 4194304 4580107 140736152365696 18446744073709551615 4406350 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 90633 61233 379 95 0 85615 0
[pid=20358/tid=20361] ppid=20355 vsize=362532 CPUtime=102.29 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 43682 0 0 0 10218 11 0 0 25 0 4 0 651707155 371232768 61233 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=362532 CPUtime=102.3 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 53951 0 0 0 10217 13 0 0 25 0 4 0 651707155 371232768 61233 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=362532 CPUtime=101.36 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 42242 0 0 0 10126 10 0 0 25 0 4 0 651707155 371232768 61233 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.26
Current children cumulated vsize (KiB) 362532

[startup+162.301 s]

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

[pid=20358] ppid=20355 vsize=608648 CPUtime=2802.56 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 598437 0 0 0 280049 207 0 0 25 0 4 0 651707154 623255552 115173 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 152162 115173 379 95 0 147144 0
[pid=20358/tid=20361] ppid=20355 vsize=608648 CPUtime=702.28 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 151933 0 0 0 70169 59 0 0 25 0 4 0 651707155 623255552 115173 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=608648 CPUtime=702.29 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 181778 0 0 0 70166 63 0 0 25 0 4 0 651707155 623255552 115173 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=608648 CPUtime=695.78 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 124912 0 0 0 69535 43 0 0 25 0 4 0 651707155 623255552 115173 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2802.56
Current children cumulated vsize (KiB) 608648

[startup+762.311 s]
/proc/loadavg: 8.03 8.08 8.06 10/302 20389
/proc/meminfo: memFree=26881316/32951124 swapFree=63649232/67111528
[pid=20358] ppid=20355 vsize=674312 CPUtime=3042.04 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 633574 0 0 0 303984 220 0 0 25 0 4 0 651707154 690495488 120887 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 168578 120887 379 95 0 163560 0
[pid=20358/tid=20361] ppid=20355 vsize=674312 CPUtime=762.29 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 162511 0 0 0 76166 63 0 0 25 0 4 0 651707155 690495488 120887 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=674312 CPUtime=762.31 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 193426 0 0 0 76163 68 0 0 25 0 4 0 651707155 690495488 120887 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=674312 CPUtime=755.24 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 126819 0 0 0 75480 44 0 0 25 0 4 0 651707155 690495488 120887 33554432000 4194304 4580107 140736152365696 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3042.04
Current children cumulated vsize (KiB) 674312

[startup+822.301 s]
/proc/loadavg: 8.01 8.06 8.05 10/302 20390
/proc/meminfo: memFree=26871112/32951124 swapFree=63649232/67111528
[pid=20358] ppid=20355 vsize=730768 CPUtime=3281.41 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 656473 0 0 0 327909 232 0 0 25 0 4 0 651707154 748306432 127572 33554432000 4194304 4580107 140736152365696 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 182692 127572 379 95 0 177674 0
[pid=20358/tid=20361] ppid=20355 vsize=730768 CPUtime=822.28 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 170390 0 0 0 82163 65 0 0 25 0 4 0 651707155 748306432 127572 33554432000 4194304 4580107 140736152365696 18446744073709551615 4406365 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=730768 CPUtime=822.29 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 201648 0 0 0 82157 72 0 0 25 0 4 0 651707155 748306432 127572 33554432000 4194304 4580107 140736152365696 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=730768 CPUtime=814.66 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 127551 0 0 0 81422 44 0 0 25 0 4 0 651707155 748306432 127572 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3281.41
Current children cumulated vsize (KiB) 730768

[startup+882.301 s]
/proc/loadavg: 8.00 8.05 8.05 10/302 20392
/proc/meminfo: memFree=26795308/32951124 swapFree=63649232/67111528
[pid=20358] ppid=20355 vsize=740384 CPUtime=3520.84 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 683754 0 0 0 351842 242 0 0 25 0 4 0 651707154 758153216 137650 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 185096 137650 379 95 0 180078 0
[pid=20358/tid=20361] ppid=20355 vsize=740384 CPUtime=882.28 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 172237 0 0 0 88162 66 0 0 25 0 4 0 651707155 758153216 137650 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=740384 CPUtime=882.3 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 211930 0 0 0 88155 75 0 0 25 0 4 0 651707155 758153216 137650 33554432000 4194304 4580107 140736152365696 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=740384 CPUtime=874.09 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 135746 0 0 0 87361 48 0 0 25 0 4 0 651707155 758153216 137650 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3520.84
Current children cumulated vsize (KiB) 740384

[startup+942.301 s]
/proc/loadavg: 8.00 8.04 8.04 10/302 20394
/proc/meminfo: memFree=26789780/32951124 swapFree=63649232/67111528
[pid=20358] ppid=20355 vsize=741304 CPUtime=3760.28 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 708162 0 0 0 375777 251 0 0 25 0 4 0 651707154 759095296 135865 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 185326 135865 379 95 0 180308 0
[pid=20358/tid=20361] ppid=20355 vsize=741304 CPUtime=942.29 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 173342 0 0 0 94162 67 0 0 25 0 4 0 651707155 759095296 135865 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=741304 CPUtime=942.3 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 221056 0 0 0 94152 78 0 0 25 0 4 0 651707155 759095296 135865 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=741304 CPUtime=933.55 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 144601 0 0 0 93305 50 0 0 25 0 4 0 651707155 759095296 135865 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3760.28
Current children cumulated vsize (KiB) 741304

[startup+1002.3 s]
/proc/loadavg: 8.00 8.03 8.03 10/302 20395
/proc/meminfo: memFree=26695752/32951124 swapFree=63649232/67111528
[pid=20358] ppid=20355 vsize=893136 CPUtime=3999.72 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 737526 0 0 0 399709 263 0 0 25 0 4 0 651707154 914571264 142798 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 223284 142798 379 95 0 218266 0
[pid=20358/tid=20361] ppid=20355 vsize=893136 CPUtime=1002.29 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 183245 0 0 0 100158 71 0 0 25 0 4 0 651707155 914571264 142798 33554432000 4194304 4580107 140736152365696 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=893136 CPUtime=1002.3 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 229897 0 0 0 100148 82 0 0 25 0 4 0 651707155 914571264 142798 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=893136 CPUtime=993 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 150109 0 0 0 99247 53 0 0 25 0 4 0 651707155 914571264 142798 33554432000 4194304 4580107 140736152365696 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3999.72
Current children cumulated vsize (KiB) 893136

[startup+1062.3 s]
/proc/loadavg: 8.10 8.05 8.04 10/302 20397
/proc/meminfo: memFree=26676968/32951124 swapFree=63649232/67111528
[pid=20358] ppid=20355 vsize=763028 CPUtime=4239.15 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 758586 0 0 0 423643 272 0 0 25 0 4 0 651707154 781340672 146100 33554432000 4194304 4580107 140736152365696 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 190757 146100 379 95 0 185739 0
[pid=20358/tid=20361] ppid=20355 vsize=763028 CPUtime=1062.29 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 187046 0 0 0 106157 72 0 0 25 0 4 0 651707155 781340672 146100 33554432000 4194304 4580107 140736152365696 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=763028 CPUtime=1062.3 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 239419 0 0 0 106144 86 0 0 25 0 4 0 651707155 781340672 146100 33554432000 4194304 4580107 140736152365696 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=763028 CPUtime=1052.43 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 151612 0 0 0 105189 54 0 0 25 0 4 0 651707155 781340672 146100 33554432000 4194304 4580107 140736152365696 18446744073709551615 4316844 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4239.15
Current children cumulated vsize (KiB) 763028

[startup+1122.3 s]
/proc/loadavg: 8.11 8.07 8.04 10/302 20398
/proc/meminfo: memFree=26649896/32951124 swapFree=63649232/67111528
[pid=20358] ppid=20355 vsize=881216 CPUtime=4478.59 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 779823 0 0 0 447578 281 0 0 25 0 4 0 651707154 902365184 152236 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294504 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 220304 152236 379 95 0 215286 0
[pid=20358/tid=20361] ppid=20355 vsize=881216 CPUtime=1122.29 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 195612 0 0 0 112152 77 0 0 25 0 4 0 651707155 902365184 152236 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=881216 CPUtime=1122.29 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 246983 0 0 0 112141 88 0 0 25 0 4 0 651707155 902365184 152236 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=881216 CPUtime=1111.88 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 153167 0 0 0 111133 55 0 0 25 0 4 0 651707155 902365184 152236 33554432000 4194304 4580107 140736152365696 18446744073709551615 4320813 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4478.59
Current children cumulated vsize (KiB) 881216

[startup+1182.3 s]
/proc/loadavg: 8.13 8.08 8.05 10/302 20400
/proc/meminfo: memFree=26648092/32951124 swapFree=63649232/67111528
[pid=20358] ppid=20355 vsize=882196 CPUtime=4718.04 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 804204 0 0 0 471513 291 0 0 25 0 4 0 651707154 903368704 155126 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294440 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 220549 155126 379 95 0 215531 0
[pid=20358/tid=20361] ppid=20355 vsize=882196 CPUtime=1182.29 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 200624 0 0 0 118151 78 0 0 25 0 4 0 651707155 903368704 155126 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294414 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=882196 CPUtime=1182.3 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 255938 0 0 0 118138 92 0 0 25 0 4 0 651707155 903368704 155126 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=882196 CPUtime=1171.34 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 155124 0 0 0 117079 55 0 0 25 0 4 0 651707155 903368704 155126 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4718.04
Current children cumulated vsize (KiB) 882196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.9 s]
/proc/loadavg: 8.16 8.09 8.05 5/298 20401
/proc/meminfo: memFree=27179196/32951124 swapFree=63649232/67111528
[pid=20358] ppid=20355 vsize=882172 CPUtime=4800.27 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 810988 0 0 0 479732 295 0 0 25 0 4 0 651707154 903344128 148955 33554432000 4194304 4580107 140736152365696 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 220543 148955 379 95 0 215525 0
[pid=20358/tid=20361] ppid=20355 vsize=882172 CPUtime=1202.9 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 202876 0 0 0 120210 80 0 0 25 0 4 0 651707155 903344128 148955 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=882172 CPUtime=1202.91 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 259489 0 0 0 120197 94 0 0 25 0 4 0 651707155 903344128 148955 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=882172 CPUtime=1191.75 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 155609 0 0 0 119119 56 0 0 25 0 4 0 651707155 903344128 148955 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 882172

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

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

[startup+1202.9 s]
/proc/loadavg: 8.16 8.09 8.05 5/298 20401
/proc/meminfo: memFree=27179196/32951124 swapFree=63649232/67111528
[pid=20358] ppid=20355 vsize=882172 CPUtime=4800.27 cores=0,2,4,6
/proc/20358/stat : 20358 (strangenight2-m) R 20355 20358 20027 0 -1 4202496 810988 0 0 0 479732 295 0 0 25 0 4 0 651707154 903344128 148955 33554432000 4194304 4580107 140736152365696 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/20358/statm: 220543 148955 379 95 0 215525 0
[pid=20358/tid=20361] ppid=20355 vsize=882172 CPUtime=1202.9 cores=0,2,4,6
/proc/20358/task/20361/stat : 20361 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 202876 0 0 0 120210 80 0 0 25 0 4 0 651707155 903344128 148955 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=20358/tid=20363] ppid=20355 vsize=882172 CPUtime=1202.91 cores=0,2,4,6
/proc/20358/task/20363/stat : 20363 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 259489 0 0 0 120197 94 0 0 25 0 4 0 651707155 903344128 148955 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20358/tid=20365] ppid=20355 vsize=882172 CPUtime=1191.75 cores=0,2,4,6
/proc/20358/task/20365/stat : 20365 (strangenight2-m) R 20355 20358 20027 0 -1 4202560 155609 0 0 0 119119 56 0 0 25 0 4 0 651707155 903344128 148955 33554432000 4194304 4580107 140736152365696 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.27
Current children cumulated vsize (KiB) 882172

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.95
CPU time (s): 4800.34
CPU user time (s): 4797.36
CPU system time (s): 2.98555
CPU usage (%): 399.048
Max. virtual memory (cumulated for all children) (KiB): 999192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.36
system time used= 2.98555
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 810990
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= 467
involuntary context switches= 26641

runsolver used 3.17652 second user time and 7.99078 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-14 21:24:47
IDJOB=3366302
IDBENCH=82711
IDSOLVER=1844
FILE ID=node130/3366302-1305401086
RUNJOBID= node130-1305401086-20341
PBS_JOBID= 13324461
Free space on /tmp= 73428 MiB

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

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

MD5SUM BENCH= dee9409d3106901eba323258572940c9
RANDOM SEED=331304217

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27779652 kB
Buffers:        254712 kB
Cached:        3593524 kB
SwapCached:      10248 kB
Active:        1140732 kB
Inactive:      3761052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27779652 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           10968 kB
Writeback:           0 kB
AnonPages:     1050900 kB
Mapped:          12884 kB
Slab:           183020 kB
PageTables:      25324 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51457432 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= 73424 MiB
End job on node130 at 2011-05-14 21:44:51