Trace number 3366520

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.14 1202.84

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S1563258922-027.SATISFIABLE.cnf
MD5SUMd76256d9362323e592886dee80dd4554
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.003998
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
Number of clauses of size 40
Number of clauses of size 50
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-3366520-1305405979.cnf'
0.00/0.00	c -- header says num vars:            500
0.00/0.00	c -- header says num clauses:        2130
0.00/0.01	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.01	c -- vars added        500
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       500      2130         0         0      6390         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     12  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     230 undec:      50 neg:     220
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       488      2119         0         0      6430         0   no data   no data
0.00/0.06	c Decided on static restart strategy
0.37/0.15	c  N st     8      4918       488      2119         0      4849      6430    118213   no data   no data
1.57/0.40	c  N st    10     11301       488      2119         0      4485      6430     77769   no data   no data
2.37/0.66	c  N st    11     17044       488      2119         0     10113      6430    212355   no data   no data
3.97/1.06	c  F st    12     25000       488      2119         0     12383      6430    270122   no data   no data
3.97/1.06	c  N st    12     25000       488      2119         0     12383      6430    270122   no data   no data
5.15/1.31	c Decided on static restart strategy
5.15/1.31	c  N st    18     30000       488      2119         0     10667      6430    205973   no data   no data
5.15/1.31	c  S st    18     30000       488      2119         0     10667      6430    205973   no data   no data
5.15/1.34	c  S st    18     30502       488      2119         0     11169      6430    217294   no data   no data
5.15/1.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.15/1.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.15/1.34	c blocked clauses removed:        0 vars:      0 tried:         488 T: 0.00 s
5.15/1.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.15/1.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.15/1.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
5.15/1.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.15/1.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.15/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.41	c lits-rem:       113  cl-subs:      577  v-elim:      0  v-fix:    0  time:  0.05 s
5.56/1.41	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.01
5.56/1.41	c calculated reachability. Time: 0.00
5.56/1.41	c  N st    18     30502       488      2119         0     10592      6430    202364   no data   no data
7.15/1.80	c  N st    20     37612       488      2119         0      9853      6430    163429   no data   no data
8.36/2.20	c  N st    21     44011       488      2119         0     16121      6430    306808   no data   no data
9.19/2.32	c  S st    22     45753       488      2119         0      9072      6430    127954   no data   no data
9.19/2.34	c  S st    22     46257       488      2119         0      9575      6430    139194   no data   no data
9.19/2.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.19/2.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.19/2.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.19/2.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.19/2.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.19/2.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
9.19/2.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.19/2.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.19/2.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.19/2.36	c lits-rem:        15  cl-subs:       99  v-elim:      0  v-fix:    0  time:  0.01 s
9.19/2.36	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
9.19/2.36	c vivif2 --  cl tried     9476 cl shrink        0 lits rem          0 time: 0.00
9.19/2.37	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.00
9.19/2.37	c calculated reachability. Time: 0.00
9.19/2.37	c  N st    22     46257       488      2119         0      9476      6430    137043   no data   no data
12.75/3.30	c  N st    23     60654       488      2119         0     13790      6430    229206   no data   no data
15.53/3.90	c  N st    24     69385       488      2119         0     11630      6430    167591   no data   no data
15.53/3.90	c  S st    24     69385       488      2119         0     11630      6430    167591   no data   no data
15.53/3.93	c  S st    24     69889       488      2119         0     12132      6430    179483   no data   no data
15.53/3.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.53/3.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.53/3.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.53/3.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.53/3.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.53/3.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
15.53/3.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.53/3.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.53/3.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.53/3.96	c lits-rem:        40  cl-subs:       73  v-elim:      0  v-fix:    0  time:  0.01 s
15.53/3.96	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
15.53/3.96	c vivif2 --  cl tried    12059 cl shrink        0 lits rem          0 time: 0.00
15.53/3.97	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.01
15.53/3.97	c calculated reachability. Time: 0.00
15.53/3.97	c  N st    24     69889       488      2119         0     12059      6430    177665   no data   no data
20.73/5.25	c  F st    25     87500       488      2119         0     17553      6430    311766   no data   no data
20.73/5.25	c  N st    25     87500       488      2119         0     17553      6430    311766   no data   no data
22.36/5.67	c Decided on static restart strategy
23.52/5.92	c  N st    32     95552       488      2119         0     25475      6430    499895   no data   no data
26.33/6.67	c  N st    34    104833       488      2119         0     21820      6430    379840   no data   no data
26.33/6.67	c  S st    34    104833       488      2119         0     21820      6430    379840   no data   no data
26.75/6.71	c  S st    34    105336       488      2119         0     22323      6430    391534   no data   no data
26.75/6.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.75/6.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
26.75/6.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.75/6.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.75/6.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.75/6.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
26.75/6.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.75/6.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
26.75/6.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.51/6.90	c lits-rem:        97  cl-subs:      925  v-elim:      0  v-fix:    0  time:  0.17 s
27.51/6.90	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
27.51/6.91	c vivif2 --  cl tried    21398 cl shrink        0 lits rem          0 time: 0.00
27.51/6.92	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.01
27.51/6.92	c calculated reachability. Time: 0.00
27.51/6.92	c  N st    34    105336       488      2119         0     21398      6430    369478   no data   no data
30.71/7.76	c  N st    35    114934       488      2119         0     17072      6430    254504   no data   no data
36.29/9.11	c  N st    36    129332       488      2119         0     16541      6430    227272   no data   no data
44.66/11.21	c  N st    37    150927       488      2119         0     21913      6430    331487   no data   no data
47.47/11.90	c  S st    38    158005       488      2119         0     28790      6430    488397   no data   no data
47.47/11.97	c  S st    38    158506       488      2119         0     29291      6430    499745   no data   no data
47.47/11.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.47/11.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.47/11.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.47/11.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.47/11.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.47/11.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
47.47/11.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.47/11.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.87/12.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.46/12.46	c lits-rem:       282  cl-subs:     1809  v-elim:      0  v-fix:    0  time:  0.46 s
49.46/12.46	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
49.46/12.47	c vivif2 --  cl tried    27482 cl shrink        0 lits rem          0 time: 0.01
49.46/12.48	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.01
49.46/12.48	c calculated reachability. Time: 0.00
49.46/12.48	c  N st    38    158506       488      2119         0     27482      6430    458916   no data   no data
67.82/17.04	c  N st    39    207095       488      2119         0     22249      6430    309034   no data   no data
81.78/20.56	c  N st    40    237759       488      2119         0     32469      6430    510930   no data   no data
81.78/20.56	c  S st    40    237759       488      2119         0     32469      6430    510930   no data   no data
82.18/20.63	c  S st    40    238264       488      2119         0     32974      6430    522658   no data   no data
82.18/20.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
82.18/20.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
82.18/20.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
82.18/20.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.18/20.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.18/20.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
82.18/20.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.18/20.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
82.18/20.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.98/21.37	c lits-rem:       252  cl-subs:     2699  v-elim:      0  v-fix:    0  time:  0.70 s
84.98/21.37	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
84.98/21.37	c vivif2 --  cl tried    30275 cl shrink        0 lits rem          0 time: 0.01
84.98/21.39	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.02
84.98/21.39	c calculated reachability. Time: 0.00
84.98/21.39	c  N st    40    238264       488      2119         0     30275      6430    465141   no data   no data
116.51/29.21	c  F st    41    306251       488      2119         0     32168      6430    467928   no data   no data
116.51/29.21	c  N st    41    306251       488      2119         0     32168      6430    467928   no data   no data
118.94/29.81	c Decided on static restart strategy
129.67/32.52	c  N st    51    334552       488      2119         0     36503      6430    561683   no data   no data
140.06/35.16	c  N st    53    357396       488      2119         0     34390      6430    502354   no data   no data
140.06/35.16	c  S st    53    357396       488      2119         0     34390      6430    502354   no data   no data
140.47/35.25	c  S st    53    357898       488      2119         0     34892      6430    513749   no data   no data
140.47/35.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
140.47/35.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
140.47/35.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
140.47/35.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
140.47/35.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.47/35.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
140.47/35.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
140.47/35.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
140.47/35.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.65/35.59	c lits-rem:       128  cl-subs:     1245  v-elim:      0  v-fix:    0  time:  0.30 s
141.65/35.59	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
141.65/35.59	c vivif2 --  cl tried    33647 cl shrink        0 lits rem          0 time: 0.01
142.05/35.62	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.02
142.05/35.62	c calculated reachability. Time: 0.00
142.05/35.62	c  N st    53    357898       488      2119         0     33647      6430    484249   no data   no data
159.21/39.94	c  N st    54    390291       488      2119         0     39893      6430    611470   no data   no data
186.34/46.70	c  N st    55    438879       488      2119         0     33594      6430    429965   no data   no data
228.68/57.34	c  N st    56    511761       488      2119         0     47064      6430    710722   no data   no data
243.42/61.07	c  N st    57    536847       488      2119         0     41380      6430    575188   no data   no data
243.42/61.07	c  S st    57    536847       488      2119         0     41380      6430    575188   no data   no data
243.82/61.17	c  S st    57    537351       488      2119         0     41884      6430    587397   no data   no data
243.82/61.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
243.82/61.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
243.82/61.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
243.82/61.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
243.82/61.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
243.82/61.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
243.82/61.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
244.21/61.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
244.21/61.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
245.82/61.61	c lits-rem:       257  cl-subs:     1308  v-elim:      0  v-fix:    0  time:  0.39 s
245.82/61.61	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
245.82/61.62	c vivif2 --  cl tried    40576 cl shrink        0 lits rem          0 time: 0.01
245.82/61.65	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.03
245.82/61.65	c calculated reachability. Time: 0.00
245.82/61.65	c  N st    57    537351       488      2119         0     40576      6430    558522   no data   no data
342.40/85.90	c  N st    58    701335       488      2119         0     69526      6430   1169189   no data   no data
407.84/102.21	c  N st    59    806026       488      2119         0     63604      6430   1019650   no data   no data
407.84/102.21	c  S st    59    806026       488      2119         0     63604      6430   1019650   no data   no data
408.67/102.41	c  S st    59    806529       488      2119         0     64106      6430   1030844   no data   no data
408.67/102.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
408.67/102.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
408.67/102.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
408.67/102.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
408.67/102.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
408.67/102.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
408.67/102.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
408.67/102.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
408.67/102.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
420.22/105.37	c lits-rem:       475  cl-subs:     4781  v-elim:      0  v-fix:    0  time:  2.88 s
420.22/105.37	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
420.22/105.38	c vivif2 --  cl tried    59325 cl shrink        0 lits rem          0 time: 0.01
420.62/105.44	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.05
420.62/105.44	c calculated reachability. Time: 0.00
420.62/105.44	c  N st    59    806529       488      2119         0     59325      6430    923867   no data   no data
611.37/153.23	c  F st    60   1071875       488      2119         0     75259      6430   1199074   no data   no data
611.37/153.23	c  N st    60   1071875       488      2119         0     75259      6430   1199074   no data   no data
616.56/154.59	c Decided on static restart strategy
633.72/158.83	c  N st    70   1100178       488      2119         0     59129      6430    787778   no data   no data
660.87/165.60	c  N st    72   1136170       488      2119         0     49401      6430    549969   no data   no data
684.41/171.55	c  N st    73   1168562       488      2119         0     80801      6430   1307568   no data   no data
719.12/180.23	c  N st    74   1209793       488      2119         0     75190      6430   1160983   no data   no data
719.12/180.23	c  S st    74   1209793       488      2119         0     75190      6430   1160983   no data   no data
719.94/180.47	c  S st    74   1210294       488      2119         0     75690      6430   1173198   no data   no data
719.94/180.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
719.94/180.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
720.36/180.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
720.36/180.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
720.36/180.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
720.36/180.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
720.36/180.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
720.36/180.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
720.36/180.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
734.68/184.15	c lits-rem:       579  cl-subs:     5225  v-elim:      0  v-fix:    0  time:  3.59 s
734.68/184.15	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
734.68/184.17	c vivif2 --  cl tried    70465 cl shrink        0 lits rem          0 time: 0.01
735.07/184.23	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.06
735.07/184.23	c calculated reachability. Time: 0.00
735.07/184.23	c  N st    74   1210294       488      2119         0     70465      6430   1051985   no data   no data
813.70/203.95	c  N st    75   1283180       488      2119         0     94808      6430   1603141   no data   no data
905.48/226.92	c  N st    76   1392505       488      2119         0     55344      6430    616907   no data   no data
1073.90/269.13	c  N st    77   1556491       488      2119         0     60297      6430    664738   no data   no data
1229.94/308.22	c  N st    78   1710294       488      2119         0    101688      6430   1654274   no data   no data
1229.94/308.22	c  S st    78   1710294       488      2119         0    101688      6430   1654274   no data   no data
1231.14/308.54	c  S st    78   1710799       488      2119         0    102193      6430   1666450   no data   no data
1231.14/308.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1231.14/308.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1231.14/308.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1231.14/308.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1231.14/308.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1231.14/308.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
1231.14/308.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1231.54/308.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1231.54/308.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1269.44/318.15	c lits-rem:       630  cl-subs:     8987  v-elim:      0  v-fix:    0  time:  9.49 s
1269.44/318.15	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
1269.44/318.17	c vivif2 --  cl tried    93206 cl shrink        0 lits rem          0 time: 0.02
1269.84/318.26	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.09
1269.84/318.26	c calculated reachability. Time: 0.00
1269.84/318.26	c  N st    78   1710799       488      2119         0     93206      6430   1463180   no data   no data
1619.86/405.97	c  N st    79   2079764       488      2119         0    105049      6430   1706705   no data   no data
1761.13/441.31	c  N st    80   2210799       488      2119         0    108955      6430   1718477   no data   no data
1761.13/441.31	c  S st    80   2210799       488      2119         0    108955      6430   1718477   no data   no data
1762.72/441.71	c  S st    80   2211304       488      2119         0    109459      6430   1730684   no data   no data
1762.72/441.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1762.72/441.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1762.72/441.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1762.72/441.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1762.72/441.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1762.72/441.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
1762.72/441.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1763.12/441.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1763.12/441.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1800.27/451.13	c lits-rem:       884  cl-subs:     8568  v-elim:      0  v-fix:    0  time:  9.28 s
1800.27/451.13	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
1800.27/451.16	c vivif2 --  cl tried   100891 cl shrink        0 lits rem          0 time: 0.02
1800.62/451.25	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.10
1800.62/451.26	c calculated reachability. Time: 0.00
1800.62/451.26	c  N st    80   2211304       488      2119         0    100891      6430   1550378   no data   no data
2386.48/598.06	c  N st    81   2711305       488      2119         0    124612      6430   2055321   no data   no data
2386.48/598.06	c  S st    81   2711305       488      2119         0    124612      6430   2055321   no data   no data
2388.52/598.52	c  S st    81   2711810       488      2119         0    125116      6430   2067759   no data   no data
2388.52/598.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2388.52/598.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2388.52/598.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2388.52/598.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2388.52/598.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2388.52/598.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
2388.52/598.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2388.87/598.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2388.87/598.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2462.71/617.18	c lits-rem:       700  cl-subs:    10661  v-elim:      0  v-fix:    0  time: 18.50 s
2462.71/617.18	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
2463.13/617.21	c vivif2 --  cl tried   114455 cl shrink        0 lits rem          0 time: 0.03
2463.49/617.33	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.12
2463.49/617.33	c calculated reachability. Time: 0.00
2463.49/617.33	c  N st    81   2711810       488      2119         0    114455      6430   1815803   no data   no data
3080.87/772.04	c  N st    82   3211810       488      2119         0     90481      6430   1052956   no data   no data
3080.87/772.04	c  S st    82   3211810       488      2119         0     90481      6430   1052956   no data   no data
3081.69/772.29	c  S st    82   3212312       488      2119         0     90983      6430   1064948   no data   no data
3081.69/772.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3082.11/772.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3082.11/772.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3082.11/772.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3082.11/772.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3082.11/772.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
3082.11/772.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3082.11/772.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3082.11/772.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3086.50/773.46	c lits-rem:       261  cl-subs:     2414  v-elim:      0  v-fix:    0  time:  1.06 s
3086.50/773.46	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
3086.50/773.48	c vivif2 --  cl tried    88569 cl shrink        0 lits rem          0 time: 0.02
3086.85/773.56	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.08
3086.85/773.56	c calculated reachability. Time: 0.00
3086.85/773.56	c  N st    82   3212312       488      2119         0     88569      6430   1015901   no data   no data
3719.76/932.14	c  N st    83   3712314       488      2119         0     98866      6430   1172533   no data   no data
3719.76/932.14	c  S st    83   3712314       488      2119         0     98866      6430   1172533   no data   no data
3720.96/932.45	c  S st    83   3712818       488      2119         0     99370      6430   1184519   no data   no data
3720.96/932.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3721.36/932.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
3721.36/932.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3721.36/932.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3721.36/932.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3721.36/932.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
3721.36/932.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3721.36/932.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3721.36/932.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3728.55/934.38	c lits-rem:       178  cl-subs:     3968  v-elim:      0  v-fix:    0  time:  1.81 s
3728.55/934.38	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
3728.95/934.40	c vivif2 --  cl tried    95402 cl shrink        0 lits rem          0 time: 0.02
3728.95/934.49	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.09
3728.95/934.49	c calculated reachability. Time: 0.00
3728.95/934.49	c  N st    83   3712818       488      2119         0     95402      6430   1103283   no data   no data
3791.99/950.23	c  F st    84   3751562       488      2119         0    132899      6430   1946984   no data   no data
3791.99/950.23	c  N st    84   3751562       488      2119         0    132899      6430   1946984   no data   no data
3802.76/952.96	c Decided on static restart strategy
3845.08/963.58	c  N st    94   3779865       488      2119         0    160421      6430   2609853   no data   no data
3885.78/973.76	c  N st    96   3815861       488      2119         0    113309      6430   1530424   no data   no data
3943.64/988.27	c  N st    97   3848256       488      2119         0    145089      6430   2348451   no data   no data
4012.71/1005.59	c  N st    98   3896846       488      2119         0    108628      6430   1385050   no data   no data
4125.63/1033.80	c  N st    99   3969729       488      2119         0     94961      6430   1033978   no data   no data
4299.23/1077.35	c  N st   100   4079053       488      2119         0    115597      6430   1522400   no data   no data
4497.56/1127.04	c  N st   101   4212819       488      2119         0    158728      6430   2492662   no data   no data
4497.56/1127.04	c  S st   101   4212819       488      2119         0    158728      6430   2492662   no data   no data
4499.99/1127.61	c  S st   101   4213328       488      2119         0    159236      6430   2504751   no data   no data
4499.99/1127.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4500.35/1127.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
4500.35/1127.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4500.35/1127.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4500.35/1127.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4500.35/1127.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    488 time:  0.00 s
4500.35/1127.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4500.35/1127.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4500.76/1127.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4613.29/1156.03	c lits-rem:       907  cl-subs:    15737  v-elim:      0  v-fix:    0  time: 28.21 s
4613.29/1156.03	c vivif2 --  cl tried     2119 cl shrink        0 lits rem          0 time: 0.00
4613.29/1156.06	c vivif2 --  cl tried   143499 cl shrink        0 lits rem          0 time: 0.03
4614.13/1156.21	c asymm  cl-useful: 0/2119/2119 lits-rem:0 time: 0.15
4614.13/1156.22	c calculated reachability. Time: 0.00
4614.13/1156.22	c  N st   101   4213328       488      2119         0    143499      6430   2157122   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-3366520-1305405979/watcher-3366520-1305405979 -o /tmp/evaluation-result-3366520-1305405979/solver-3366520-1305405979 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366520-1305405979.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.10 7.50 7.75 6/298 2503
/proc/meminfo: memFree=12958516/32950928 swapFree=67083212/67111528
[pid=2503] ppid=2501 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 652197569 52396032 347 33554432000 4194304 4580107 140737399740048 18446744073709551615 208080288753 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 12792 347 299 95 0 7774 0
[pid=2503/tid=2504] ppid=2501 vsize=216280 CPUtime=0 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 111 0 0 0 0 0 0 0 25 0 4 0 652197570 221470720 820 33554432000 4194304 4580107 140737399740048 18446744073709551615 4401259 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=216280 CPUtime=0 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 71 0 0 0 0 0 0 0 25 0 4 0 652197570 221470720 824 33554432000 4194304 4580107 140737399740048 18446744073709551615 208080337390 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=216280 CPUtime=0 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 97 0 0 0 0 0 0 0 25 0 4 0 652197570 221470720 828 33554432000 4194304 4580107 140737399740048 18446744073709551615 208079893537 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.100344 s]
/proc/loadavg: 7.10 7.50 7.75 6/298 2503
/proc/meminfo: memFree=12958516/32950928 swapFree=67083212/67111528
[pid=2503] ppid=2501 vsize=282268 CPUtime=0.37 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 1642 0 0 0 37 0 0 0 25 0 4 0 652197569 289042432 1536 33554432000 4194304 4580107 140737399740048 18446744073709551615 4295385 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 70567 1536 377 95 0 65549 0
[pid=2503/tid=2504] ppid=2501 vsize=282268 CPUtime=0.09 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 308 0 0 0 9 0 0 0 25 0 4 0 652197570 289042432 1536 33554432000 4194304 4580107 140737399740048 18446744073709551615 4295731 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=282268 CPUtime=0.08 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 297 0 0 0 8 0 0 0 25 0 4 0 652197570 289042432 1537 33554432000 4194304 4580107 140737399740048 18446744073709551615 208080337390 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=282268 CPUtime=0.09 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 239 0 0 0 9 0 0 0 25 0 4 0 652197570 289042432 1537 33554432000 4194304 4580107 140737399740048 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282268

[startup+0.20064 s]
/proc/loadavg: 7.10 7.50 7.75 6/298 2503
/proc/meminfo: memFree=12958516/32950928 swapFree=67083212/67111528
[pid=2503] ppid=2501 vsize=283412 CPUtime=0.77 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 2290 0 0 0 77 0 0 0 25 0 4 0 652197569 290213888 1626 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294504 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 70853 1626 377 95 0 65835 0
[pid=2503/tid=2504] ppid=2501 vsize=283412 CPUtime=0.19 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 461 0 0 0 19 0 0 0 25 0 4 0 652197570 290213888 1626 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=283412 CPUtime=0.18 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 462 0 0 0 18 0 0 0 25 0 4 0 652197570 290213888 1626 33554432000 4194304 4580107 140737399740048 18446744073709551615 4301856 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=283412 CPUtime=0.19 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 409 0 0 0 19 0 0 0 25 0 4 0 652197570 290213888 1626 33554432000 4194304 4580107 140737399740048 18446744073709551615 4324523 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283412

[startup+0.300621 s]
/proc/loadavg: 7.10 7.50 7.75 6/298 2503
/proc/meminfo: memFree=12958516/32950928 swapFree=67083212/67111528
[pid=2503] ppid=2501 vsize=283700 CPUtime=1.17 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 2700 0 0 0 117 0 0 0 25 0 4 0 652197569 290508800 2036 33554432000 4194304 4580107 140737399740048 18446744073709551615 4293192 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 70925 2036 377 95 0 65907 0
[pid=2503/tid=2504] ppid=2501 vsize=283700 CPUtime=0.29 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 565 0 0 0 29 0 0 0 25 0 4 0 652197570 290508800 2036 33554432000 4194304 4580107 140737399740048 18446744073709551615 4321384 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=283700 CPUtime=0.28 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 561 0 0 0 28 0 0 0 25 0 4 0 652197570 290508800 2036 33554432000 4194304 4580107 140737399740048 18446744073709551615 4293691 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=283700 CPUtime=0.29 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 518 0 0 0 29 0 0 0 25 0 4 0 652197570 290508800 2036 33554432000 4194304 4580107 140737399740048 18446744073709551615 4318689 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283700

[startup+0.700547 s]
/proc/loadavg: 7.10 7.50 7.75 6/298 2503
/proc/meminfo: memFree=12958516/32950928 swapFree=67083212/67111528
[pid=2503] ppid=2501 vsize=284472 CPUtime=2.77 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 4342 0 0 0 277 0 0 0 25 0 4 0 652197569 291299328 2571 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 71118 2571 377 95 0 66100 0
[pid=2503/tid=2504] ppid=2501 vsize=284472 CPUtime=0.69 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 947 0 0 0 69 0 0 0 25 0 4 0 652197570 291299328 2571 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=284472 CPUtime=0.68 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 1040 0 0 0 68 0 0 0 25 0 4 0 652197570 291299328 2571 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=284472 CPUtime=0.69 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 918 0 0 0 69 0 0 0 25 0 4 0 652197570 291299328 2571 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284472

[startup+1.5004 s]
/proc/loadavg: 7.17 7.51 7.75 10/302 2507
/proc/meminfo: memFree=12960468/32950928 swapFree=67083212/67111528
[pid=2503] ppid=2501 vsize=285656 CPUtime=5.96 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 8510 0 0 0 595 1 0 0 25 0 4 0 652197569 292511744 4511 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 71414 4511 379 95 0 66396 0
[pid=2503/tid=2504] ppid=2501 vsize=285656 CPUtime=1.49 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 1694 0 0 0 149 0 0 0 25 0 4 0 652197570 292511744 4511 33554432000 4194304 4580107 140737399740048 18446744073709551615 4293728 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=285656 CPUtime=1.47 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 1618 0 0 0 147 0 0 0 25 0 4 0 652197570 292511744 4511 33554432000 4194304 4580107 140737399740048 18446744073709551615 4318418 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=285656 CPUtime=1.49 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 1673 0 0 0 149 0 0 0 25 0 4 0 652197570 292511744 4511 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285656

[startup+3.10109 s]
/proc/loadavg: 7.17 7.51 7.75 11/302 2507
/proc/meminfo: memFree=12938024/32950928 swapFree=67083212/67111528
[pid=2503] ppid=2501 vsize=281716 CPUtime=12.35 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 17402 0 0 0 1233 2 0 0 25 0 4 0 652197569 288477184 9202 33554432000 4194304 4580107 140737399740048 18446744073709551615 4301509 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 70429 9202 379 95 0 65411 0
[pid=2503/tid=2504] ppid=2501 vsize=281716 CPUtime=3.08 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 3845 0 0 0 308 0 0 0 25 0 4 0 652197570 288477184 9202 33554432000 4194304 4580107 140737399740048 18446744073709551615 4293802 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=281716 CPUtime=3.06 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 4692 0 0 0 306 0 0 0 25 0 4 0 652197570 288477184 9202 33554432000 4194304 4580107 140737399740048 18446744073709551615 4293179 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=281716 CPUtime=3.08 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 4203 0 0 0 308 0 0 0 25 0 4 0 652197570 288477184 9202 33554432000 4194304 4580107 140737399740048 18446744073709551615 4318440 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 281716

[startup+6.30048 s]
/proc/loadavg: 7.23 7.52 7.76 9/302 2507
/proc/meminfo: memFree=12923020/32950928 swapFree=67083212/67111528
[pid=2503] ppid=2501 vsize=315156 CPUtime=25.12 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 27114 0 0 0 2508 4 0 0 25 0 4 0 652197569 322719744 13617 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294449 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 78789 13617 379 95 0 73771 0
[pid=2503/tid=2504] ppid=2501 vsize=315156 CPUtime=6.29 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 6527 0 0 0 628 1 0 0 25 0 4 0 652197570 322719744 13617 33554432000 4194304 4580107 140737399740048 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=315156 CPUtime=6.22 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 7998 0 0 0 622 0 0 0 25 0 4 0 652197570 322719744 13617 33554432000 4194304 4580107 140737399740048 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=315156 CPUtime=6.29 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 6153 0 0 0 628 1 0 0 25 0 4 0 652197570 322719744 13617 33554432000 4194304 4580107 140737399740048 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 315156

[startup+12.7003 s]
/proc/loadavg: 7.29 7.53 7.76 10/302 2507
/proc/meminfo: memFree=12890396/32950928 swapFree=67083212/67111528
[pid=2503] ppid=2501 vsize=316084 CPUtime=50.66 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 43975 0 0 0 5059 7 0 0 25 0 4 0 652197569 323670016 18723 33554432000 4194304 4580107 140737399740048 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 79021 18723 379 95 0 74003 0
[pid=2503/tid=2504] ppid=2501 vsize=316084 CPUtime=12.69 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 10425 0 0 0 1268 1 0 0 25 0 4 0 652197570 323670016 18723 33554432000 4194304 4580107 140737399740048 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=316084 CPUtime=12.57 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 11165 0 0 0 1256 1 0 0 25 0 4 0 652197570 323670016 18723 33554432000 4194304 4580107 140737399740048 18446744073709551615 4321650 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=316084 CPUtime=12.69 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 10879 0 0 0 1267 2 0 0 25 0 4 0 652197570 323670016 18723 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 316084

[startup+25.5008 s]
/proc/loadavg: 7.48 7.56 7.76 9/302 2508
/proc/meminfo: memFree=12850836/32950928 swapFree=67083212/67111528
[pid=2503] ppid=2501 vsize=311684 CPUtime=101.74 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 66357 0 0 0 10163 11 0 0 25 0 4 0 652197569 319164416 25249 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 77921 25249 379 95 0 72903 0
[pid=2503/tid=2504] ppid=2501 vsize=311684 CPUtime=25.49 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 15965 0 0 0 2547 2 0 0 25 0 4 0 652197570 319164416 25249 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=311684 CPUtime=25.25 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 17721 0 0 0 2522 3 0 0 25 0 4 0 652197570 319164416 25249 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=311684 CPUtime=25.49 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 15592 0 0 0 2546 3 0 0 25 0 4 0 652197570 319164416 25249 33554432000 4194304 4580107 140737399740048 18446744073709551615 4293781 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 311684

[startup+51.1009 s]
/proc/loadavg: 7.68 7.60 7.77 9/302 2508
/proc/meminfo: memFree=12814352/32950928 swapFree=67083212/67111528
[pid=2503] ppid=2501 vsize=343048 CPUtime=203.91 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 98284 0 0 0 20372 19 0 0 25 0 4 0 652197569 351281152 32966 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 85762 32966 379 95 0 80744 0
[pid=2503/tid=2504] ppid=2501 vsize=343048 CPUtime=51.08 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 22302 0 0 0 5105 3 0 0 25 0 4 0 652197570 351281152 32966 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=343048 CPUtime=50.62 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 27322 0 0 0 5057 5 0 0 25 0 4 0 652197570 351281152 32966 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=343048 CPUtime=51.08 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 24171 0 0 0 5104 4 0 0 25 0 4 0 652197570 351281152 32966 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.91
Current children cumulated vsize (KiB) 343048

[startup+102.301 s]
/proc/loadavg: 7.97 7.69 7.79 10/302 2510
/proc/meminfo: memFree=12765600/32950928 swapFree=67083212/67111528
[pid=2503] ppid=2501 vsize=336752 CPUtime=408.26 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 148405 0 0 0 40793 33 0 0 25 0 4 0 652197569 344834048 37313 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294581 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 84188 37313 379 95 0 79170 0
[pid=2503/tid=2504] ppid=2501 vsize=336752 CPUtime=102.29 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 32742 0 0 0 10223 6 0 0 25 0 4 0 652197570 344834048 37316 33554432000 4194304 4580107 140737399740048 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=336752 CPUtime=101.36 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 39501 0 0 0 10128 8 0 0 25 0 4 0 652197570 344834048 37316 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=336752 CPUtime=102.3 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 38815 0 0 0 10221 9 0 0 25 0 4 0 652197570 344834048 37316 33554432000 4194304 4580107 140737399740048 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.26
Current children cumulated vsize (KiB) 336752

[startup+162.301 s]

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

[pid=2503] ppid=2501 vsize=577764 CPUtime=2802.71 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 517732 0 0 0 280099 172 0 0 25 0 4 0 652197569 591630336 85517 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 144441 85517 379 95 0 139423 0
[pid=2503/tid=2504] ppid=2501 vsize=577764 CPUtime=702.2 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 119063 0 0 0 70180 40 0 0 25 0 4 0 652197570 591630336 85517 33554432000 4194304 4580107 140737399740048 18446744073709551615 4295739 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=577764 CPUtime=695.9 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 131061 0 0 0 69548 42 0 0 25 0 4 0 652197570 591630336 85517 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=577764 CPUtime=702.31 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 126945 0 0 0 70187 44 0 0 25 0 4 0 652197570 591630336 85517 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2802.71
Current children cumulated vsize (KiB) 577764

[startup+762.3 s]
/proc/loadavg: 8.00 8.01 7.91 9/302 2527
/proc/meminfo: memFree=12298024/32950928 swapFree=67083212/67111528
[pid=2503] ppid=2501 vsize=581816 CPUtime=3042.19 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 544890 0 0 0 304035 184 0 0 25 0 4 0 652197569 595779584 89282 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 145454 89282 379 95 0 140436 0
[pid=2503/tid=2504] ppid=2501 vsize=581816 CPUtime=762.21 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 126174 0 0 0 76178 43 0 0 25 0 4 0 652197570 595779584 89283 33554432000 4194304 4580107 140737399740048 18446744073709551615 4406375 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=581816 CPUtime=755.35 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 137475 0 0 0 75491 44 0 0 25 0 4 0 652197570 595779584 89283 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=581816 CPUtime=762.33 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 133331 0 0 0 76187 46 0 0 25 0 4 0 652197570 595779584 89283 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3042.19
Current children cumulated vsize (KiB) 581816

[startup+822.301 s]
/proc/loadavg: 8.12 8.04 7.93 10/302 2529
/proc/meminfo: memFree=12260924/32950928 swapFree=67083212/67111528
[pid=2503] ppid=2501 vsize=571020 CPUtime=3281.6 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 572788 0 0 0 327963 197 0 0 25 0 4 0 652197569 584724480 92017 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 142755 92017 379 95 0 137737 0
[pid=2503/tid=2504] ppid=2501 vsize=571020 CPUtime=822.18 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 132312 0 0 0 82172 46 0 0 25 0 4 0 652197570 584724480 92017 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=571020 CPUtime=814.79 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 143270 0 0 0 81432 47 0 0 25 0 4 0 652197570 584724480 92017 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=571020 CPUtime=822.32 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 142751 0 0 0 82183 49 0 0 25 0 4 0 652197570 584724480 92017 33554432000 4194304 4580107 140737399740048 18446744073709551615 4293108 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3281.6
Current children cumulated vsize (KiB) 571020

[startup+882.312 s]
/proc/loadavg: 8.17 8.06 7.94 9/302 2539
/proc/meminfo: memFree=12237472/32950928 swapFree=67083212/67111528
[pid=2503] ppid=2501 vsize=622260 CPUtime=3521.06 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 599438 0 0 0 351898 208 0 0 25 0 4 0 652197569 637194240 96076 33554432000 4194304 4580107 140737399740048 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 155565 96076 379 95 0 150547 0
[pid=2503/tid=2504] ppid=2501 vsize=622260 CPUtime=882.19 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 138871 0 0 0 88170 49 0 0 25 0 4 0 652197570 637194240 96076 33554432000 4194304 4580107 140737399740048 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=622260 CPUtime=874.24 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 150479 0 0 0 87375 49 0 0 25 0 4 0 652197570 637194240 96076 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=622260 CPUtime=882.33 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 147241 0 0 0 88182 51 0 0 25 0 4 0 652197570 637194240 96076 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3521.06
Current children cumulated vsize (KiB) 622260

[startup+942.301 s]
/proc/loadavg: 8.17 8.08 7.95 9/302 2541
/proc/meminfo: memFree=12189312/32950928 swapFree=67083212/67111528
[pid=2503] ppid=2501 vsize=645736 CPUtime=3760.48 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 627701 0 0 0 375826 222 0 0 25 0 4 0 652197569 661233664 103842 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294581 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 161434 103842 379 95 0 156416 0
[pid=2503/tid=2504] ppid=2501 vsize=645736 CPUtime=942.17 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 147136 0 0 0 94165 52 0 0 25 0 4 0 652197570 661233664 103842 33554432000 4194304 4580107 140737399740048 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=645736 CPUtime=933.68 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 156931 0 0 0 93316 52 0 0 25 0 4 0 652197570 661233664 103842 33554432000 4194304 4580107 140737399740048 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=645736 CPUtime=942.32 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 152947 0 0 0 94179 53 0 0 25 0 4 0 652197570 661233664 103842 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3760.48
Current children cumulated vsize (KiB) 645736

[startup+1002.3 s]
/proc/loadavg: 8.19 8.09 7.96 10/302 2543
/proc/meminfo: memFree=12149732/32950928 swapFree=67083212/67111528
[pid=2503] ppid=2501 vsize=644964 CPUtime=3999.9 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 649262 0 0 0 399759 231 0 0 25 0 4 0 652197569 660443136 104392 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 161241 104392 379 95 0 156223 0
[pid=2503/tid=2504] ppid=2501 vsize=644964 CPUtime=1002.16 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 151656 0 0 0 100162 54 0 0 25 0 4 0 652197570 660443136 104392 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=644964 CPUtime=993.13 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 160370 0 0 0 99259 54 0 0 25 0 4 0 652197570 660443136 104392 33554432000 4194304 4580107 140737399740048 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=644964 CPUtime=1002.32 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 160132 0 0 0 100176 56 0 0 25 0 4 0 652197570 660443136 104392 33554432000 4194304 4580107 140737399740048 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3999.9
Current children cumulated vsize (KiB) 644964

[startup+1062.3 s]
/proc/loadavg: 8.16 8.10 7.97 9/302 2547
/proc/meminfo: memFree=12129736/32950928 swapFree=67083212/67111528
[pid=2503] ppid=2501 vsize=604112 CPUtime=4239.36 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 673913 0 0 0 423694 242 0 0 25 0 4 0 652197569 618610688 107960 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 151028 107960 379 95 0 146010 0
[pid=2503/tid=2504] ppid=2501 vsize=604112 CPUtime=1062.15 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 157881 0 0 0 106158 57 0 0 25 0 4 0 652197570 618610688 107960 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=604112 CPUtime=1052.6 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 167887 0 0 0 105202 58 0 0 25 0 4 0 652197570 618610688 107960 33554432000 4194304 4580107 140737399740048 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=604112 CPUtime=1062.32 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 165557 0 0 0 106174 58 0 0 25 0 4 0 652197570 618610688 107960 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4239.36
Current children cumulated vsize (KiB) 604112

[startup+1122.3 s]
/proc/loadavg: 8.40 8.20 8.01 10/302 2550
/proc/meminfo: memFree=12098520/32950928 swapFree=67083212/67111528
[pid=2503] ppid=2501 vsize=591984 CPUtime=4478.82 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 691174 0 0 0 447632 250 0 0 25 0 4 0 652197569 606191616 104902 33554432000 4194304 4580107 140737399740048 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 147996 104902 379 95 0 142978 0
[pid=2503/tid=2504] ppid=2501 vsize=591984 CPUtime=1122.15 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 163723 0 0 0 112155 60 0 0 25 0 4 0 652197570 606191616 104902 33554432000 4194304 4580107 140737399740048 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=591984 CPUtime=1112.04 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 172293 0 0 0 111145 59 0 0 25 0 4 0 652197570 606191616 104902 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=591984 CPUtime=1122.32 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 166214 0 0 0 112174 58 0 0 25 0 4 0 652197570 606191616 104902 33554432000 4194304 4580107 140737399740048 18446744073709551615 4293904 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4478.82
Current children cumulated vsize (KiB) 591984

[startup+1182.3 s]
/proc/loadavg: 8.35 8.22 8.02 9/302 2582
/proc/meminfo: memFree=12602164/32950928 swapFree=67083212/67111528
[pid=2503] ppid=2501 vsize=608004 CPUtime=4718.24 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 709523 0 0 0 471567 257 0 0 25 0 4 0 652197569 622596096 111491 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 152001 111491 379 95 0 146983 0
[pid=2503/tid=2504] ppid=2501 vsize=608004 CPUtime=1182.14 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 165500 0 0 0 118153 61 0 0 25 0 4 0 652197570 622596096 111491 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=608004 CPUtime=1171.49 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 175572 0 0 0 117088 61 0 0 25 0 4 0 652197570 622596096 111491 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=608004 CPUtime=1182.32 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 171171 0 0 0 118171 61 0 0 25 0 4 0 652197570 622596096 111491 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4718.24
Current children cumulated vsize (KiB) 608004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.8 s]
/proc/loadavg: 8.41 8.24 8.03 9/302 2583
/proc/meminfo: memFree=12564372/32950928 swapFree=67083212/67111528
[pid=2503] ppid=2501 vsize=674100 CPUtime=4800.07 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 717204 0 0 0 479746 261 0 0 25 0 4 0 652197569 690278400 115603 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 168525 115603 379 95 0 163507 0
[pid=2503/tid=2504] ppid=2501 vsize=674100 CPUtime=1202.65 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 167872 0 0 0 120203 62 0 0 25 0 4 0 652197570 690278400 115604 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=674100 CPUtime=1191.8 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 178003 0 0 0 119119 61 0 0 25 0 4 0 652197570 690278400 115604 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=674100 CPUtime=1202.83 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 172634 0 0 0 120221 62 0 0 25 0 4 0 652197570 690278400 115604 33554432000 4194304 4580107 140737399740048 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 674100

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

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

[startup+1202.8 s]
/proc/loadavg: 8.41 8.24 8.03 9/302 2583
/proc/meminfo: memFree=12564372/32950928 swapFree=67083212/67111528
[pid=2503] ppid=2501 vsize=674100 CPUtime=4800.07 cores=0,2,4,6
/proc/2503/stat : 2503 (strangenight2-m) R 2501 2503 2430 0 -1 4202496 717204 0 0 0 479746 261 0 0 25 0 4 0 652197569 690278400 115603 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2503/statm: 168525 115603 379 95 0 163507 0
[pid=2503/tid=2504] ppid=2501 vsize=674100 CPUtime=1202.65 cores=0,2,4,6
/proc/2503/task/2504/stat : 2504 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 167872 0 0 0 120203 62 0 0 25 0 4 0 652197570 690278400 115604 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2503/tid=2505] ppid=2501 vsize=674100 CPUtime=1191.8 cores=0,2,4,6
/proc/2503/task/2505/stat : 2505 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 178003 0 0 0 119119 61 0 0 25 0 4 0 652197570 690278400 115604 33554432000 4194304 4580107 140737399740048 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=2503/tid=2506] ppid=2501 vsize=674100 CPUtime=1202.83 cores=0,2,4,6
/proc/2503/task/2506/stat : 2506 (strangenight2-m) R 2501 2503 2430 0 -1 4202560 172634 0 0 0 120221 62 0 0 25 0 4 0 652197570 690278400 115604 33554432000 4194304 4580107 140737399740048 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.07
Current children cumulated vsize (KiB) 674100

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.84
CPU time (s): 4800.14
CPU user time (s): 4797.51
CPU system time (s): 2.6326
CPU usage (%): 399.068
Max. virtual memory (cumulated for all children) (KiB): 697020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.51
system time used= 2.6326
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 717206
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= 270
involuntary context switches= 22410

runsolver used 3.06953 second user time and 7.97779 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-14 22:46:19
IDJOB=3366520
IDBENCH=82929
IDSOLVER=1844
FILE ID=node127/3366520-1305405979
RUNJOBID= node127-1305405919-2448
PBS_JOBID= 13324505
Free space on /tmp= 73472 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S1563258922-027.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366520-1305405979/watcher-3366520-1305405979 -o /tmp/evaluation-result-3366520-1305405979/solver-3366520-1305405979 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366520-1305405979.cnf

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

MD5SUM BENCH= d76256d9362323e592886dee80dd4554
RANDOM SEED=1697483654

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.823
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.86
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.823
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.823
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.823
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.60
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.823
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:     32950928 kB
MemFree:      12958564 kB
Buffers:        289044 kB
Cached:        3365192 kB
SwapCached:       1620 kB
Active:       16990312 kB
Inactive:      2666296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12958564 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:            5500 kB
Writeback:           0 kB
AnonPages:    16001220 kB
Mapped:          26588 kB
Slab:           226072 kB
PageTables:      47200 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44625748 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= 73468 MiB
End job on node127 at 2011-05-14 23:06:24