Trace number 3366683

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.39 1203.94

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S332580795-055.SATISFIABLE.cnf
MD5SUM1e018578440519156ef15a041316c93e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.05599
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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.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-3366683-1305412055.cnf'
0.00/0.01	c -- header says num vars:            100
0.00/0.01	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        100
0.00/0.02	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0       100      2130         0         0     10650         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/2130/2130 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.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:      51 undec:       4 neg:      45
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0       100      2130         0         0     10650         0   no data   no data
0.00/0.10	c Decided on static restart strategy
0.00/0.20	c  N st     8      4921       100      2130         0      4601     10650    100229   no data   no data
0.00/0.31	c  N st    10     11304       100      2130         0      4252     10650     74325   no data   no data
0.00/0.51	c  N st    11     17047       100      2130         0      9550     10650    187607   no data   no data
0.00/0.80	c  F st    12     25002       100      2130         0     11702     10650    230826   no data   no data
0.00/0.80	c  N st    12     25002       100      2130         0     11702     10650    230826   no data   no data
3.62/1.00	c Decided on static restart strategy
3.62/1.00	c  N st    18     30001       100      2130         0     10069     10650    188453   no data   no data
3.62/1.00	c  S st    18     30001       100      2130         0     10069     10650    188453   no data   no data
4.02/1.03	c  S st    18     30504       100      2130         0     10559     10650    199222   no data   no data
4.02/1.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.02/1.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.02/1.03	c blocked clauses removed:        0 vars:      0 tried:         100 T: 0.00 s
4.02/1.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.02/1.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.02/1.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4.02/1.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.02/1.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.02/1.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.83/1.21	c lits-rem:       240  cl-subs:     1844  v-elim:      0  v-fix:    0  time:  0.17 s
4.83/1.25	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.03
4.83/1.25	c calculated reachability. Time: 0.00
4.83/1.25	c  N st    18     30504       100      2130         0      8715     10650    159414   no data   no data
5.97/1.57	c  N st    20     37614       100      2130         0      7997     10650    130374   no data   no data
7.17/1.86	c  N st    21     44014       100      2130         0     13932     10650    261085   no data   no data
7.61/1.97	c  S st    22     45758       100      2130         0     15549     10650    297393   no data   no data
8.01/2.02	c  S st    22     46263       100      2130         0     16034     10650    308338   no data   no data
8.01/2.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.01/2.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
8.01/2.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.01/2.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.01/2.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.01/2.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
8.01/2.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.01/2.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.01/2.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.55/2.43	c lits-rem:       330  cl-subs:     2155  v-elim:      0  v-fix:    0  time:  0.39 s
9.55/2.43	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
9.55/2.43	c vivif2 --  cl tried    13879 cl shrink        0 lits rem          0 time: 0.00
9.55/2.48	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.05
9.55/2.48	c calculated reachability. Time: 0.00
9.55/2.48	c  N st    22     46263       100      2130         0     13879     10650    260270   no data   no data
12.75/3.27	c  N st    23     60661       100      2130         0      9817     10650    147081   no data   no data
14.34/3.70	c  N st    24     69395       100      2130         0     17924     10650    324806   no data   no data
14.34/3.70	c  S st    24     69395       100      2130         0     17924     10650    324806   no data   no data
14.74/3.75	c  S st    24     69896       100      2130         0     18409     10650    335632   no data   no data
14.74/3.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.74/3.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
14.74/3.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.74/3.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.74/3.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.74/3.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
14.74/3.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.74/3.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.74/3.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.78/4.24	c lits-rem:       428  cl-subs:     2262  v-elim:      0  v-fix:    0  time:  0.46 s
16.78/4.24	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
16.78/4.24	c vivif2 --  cl tried    16147 cl shrink        0 lits rem          0 time: 0.00
17.13/4.30	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.06
17.13/4.30	c calculated reachability. Time: 0.00
17.13/4.30	c  N st    24     69896       100      2130         0     16147     10650    287959   no data   no data
21.17/5.37	c  F st    25     87500       100      2130         0     11290     10650    162937   no data   no data
21.17/5.37	c  N st    25     87500       100      2130         0     11290     10650    162937   no data   no data
22.31/5.64	c Decided on static restart strategy
22.71/5.79	c  N st    32     95544       100      2130         0     18720     10650    323973   no data   no data
25.56/6.42	c  N st    34    104846       100      2130         0     15329     10650    243441   no data   no data
25.56/6.42	c  S st    34    104846       100      2130         0     15329     10650    243441   no data   no data
25.56/6.46	c  S st    34    105352       100      2130         0     15817     10650    253968   no data   no data
25.56/6.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.56/6.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
25.56/6.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.56/6.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.56/6.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.56/6.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
25.56/6.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.56/6.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.56/6.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.30/6.63	c lits-rem:       169  cl-subs:     1219  v-elim:      0  v-fix:    0  time:  0.15 s
26.30/6.63	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
26.30/6.63	c vivif2 --  cl tried    14598 cl shrink        0 lits rem          0 time: 0.00
26.30/6.69	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.06
26.30/6.69	c calculated reachability. Time: 0.00
26.30/6.69	c  N st    34    105352       100      2130         0     14598     10650    229275   no data   no data
29.10/7.32	c  N st    35    114951       100      2130         0     23464     10650    420446   no data   no data
32.69/8.28	c  N st    36    129350       100      2130         0     23916     10650    417285   no data   no data
39.07/9.86	c  N st    37    150945       100      2130         0     15246     10650    203556   no data   no data
41.06/10.32	c  S st    38    158029       100      2130         0     21827     10650    345302   no data   no data
41.06/10.36	c  S st    38    158530       100      2130         0     22310     10650    356367   no data   no data
41.06/10.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
41.06/10.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
41.06/10.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
41.06/10.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
41.06/10.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.06/10.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
41.06/10.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.06/10.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
41.06/10.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.70/10.81	c lits-rem:       436  cl-subs:     2159  v-elim:      0  v-fix:    0  time:  0.41 s
42.70/10.81	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
43.10/10.81	c vivif2 --  cl tried    20151 cl shrink        0 lits rem          0 time: 0.00
43.10/10.89	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.07
43.10/10.89	c calculated reachability. Time: 0.00
43.10/10.89	c  N st    38    158530       100      2130         0     20151     10650    312504   no data   no data
58.60/14.78	c  N st    39    207120       100      2130         0     32714     10650    561260   no data   no data
69.02/17.40	c  N st    40    237796       100      2130         0     25059     10650    374766   no data   no data
69.02/17.40	c  S st    40    237796       100      2130         0     25059     10650    374766   no data   no data
69.42/17.47	c  S st    40    238305       100      2130         0     25548     10650    385962   no data   no data
69.42/17.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
69.42/17.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
69.42/17.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
69.42/17.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
69.42/17.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
69.42/17.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
69.42/17.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
69.42/17.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
69.42/17.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.36/17.96	c lits-rem:       442  cl-subs:     2265  v-elim:      0  v-fix:    0  time:  0.47 s
71.36/17.96	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
71.36/17.97	c vivif2 --  cl tried    23283 cl shrink        0 lits rem          0 time: 0.00
71.76/18.05	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.09
71.76/18.05	c calculated reachability. Time: 0.00
71.76/18.05	c  N st    40    238305       100      2130         0     23283     10650    341912   no data   no data
96.88/24.35	c  F st    41    306252       100      2130         0     25159     10650    348299   no data   no data
96.88/24.35	c  N st    41    306252       100      2130         0     25159     10650    348299   no data   no data
98.87/24.85	c Decided on static restart strategy
107.24/26.90	c  N st    51    334558       100      2130         0     29212     10650    424494   no data   no data
116.42/29.20	c  N st    53    357458       100      2130         0     27336     10650    369802   no data   no data
116.42/29.20	c  S st    53    357458       100      2130         0     27336     10650    369802   no data   no data
116.42/29.27	c  S st    53    357962       100      2130         0     27814     10650    380676   no data   no data
116.42/29.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
116.42/29.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
116.42/29.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
116.42/29.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
116.42/29.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
116.42/29.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
116.42/29.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
116.42/29.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
116.42/29.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
117.66/29.58	c lits-rem:       177  cl-subs:     1244  v-elim:      0  v-fix:    0  time:  0.27 s
117.66/29.58	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
117.66/29.58	c vivif2 --  cl tried    26570 cl shrink        0 lits rem          0 time: 0.00
118.01/29.68	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.10
118.01/29.68	c calculated reachability. Time: 0.00
118.01/29.68	c  N st    53    357962       100      2130         0     26570     10650    355831   no data   no data
131.17/32.96	c  N st    54    390355       100      2130         0     32381     10650    465614   no data   no data
154.30/38.73	c  N st    55    438946       100      2130         0     26449     10650    320008   no data   no data
186.60/46.80	c  N st    56    511829       100      2130         0     39235     10650    572157   no data   no data
198.55/49.83	c  N st    57    536943       100      2130         0     33775     10650    442701   no data   no data
198.55/49.83	c  S st    57    536943       100      2130         0     33775     10650    442701   no data   no data
198.95/49.92	c  S st    57    537445       100      2130         0     34253     10650    453596   no data   no data
198.95/49.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
198.95/49.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
198.95/49.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
198.95/49.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
198.95/49.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
198.95/49.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
198.95/49.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
198.95/49.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
198.95/49.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
200.99/50.42	c lits-rem:       296  cl-subs:     1859  v-elim:      0  v-fix:    0  time:  0.46 s
200.99/50.42	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
200.99/50.42	c vivif2 --  cl tried    32394 cl shrink        0 lits rem          0 time: 0.00
201.35/50.55	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.12
201.35/50.55	c calculated reachability. Time: 0.00
201.35/50.55	c  N st    57    537445       100      2130         0     32394     10650    417796   no data   no data
283.49/71.17	c  N st    58    701429       100      2130         0     59841     10650    956800   no data   no data
341.36/85.69	c  N st    59    806167       100      2130         0     53967     10650    783393   no data   no data
341.36/85.69	c  S st    59    806167       100      2130         0     53967     10650    783393   no data   no data
342.10/85.82	c  S st    59    806667       100      2130         0     54444     10650    794830   no data   no data
342.10/85.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
342.10/85.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
342.10/85.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
342.10/85.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
342.10/85.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
342.10/85.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
342.10/85.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
342.10/85.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
342.10/85.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
354.86/89.09	c lits-rem:       987  cl-subs:     6808  v-elim:      0  v-fix:    0  time:  3.17 s
354.86/89.09	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
354.86/89.10	c vivif2 --  cl tried    47636 cl shrink        0 lits rem          0 time: 0.01
356.05/89.32	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.23
356.05/89.33	c calculated reachability. Time: 0.00
356.05/89.33	c  N st    59    806667       100      2130         0     47636     10650    670479   no data   no data
517.94/129.94	c  F st    60   1071877       100      2130         0     62740     10650    912995   no data   no data
517.94/129.95	c  N st    60   1071877       100      2130         0     62740     10650    912995   no data   no data
522.33/131.02	c Decided on static restart strategy
539.87/135.42	c  N st    70   1100181       100      2130         0     47859     10650    605902   no data   no data
563.00/141.22	c  N st    72   1136173       100      2130         0     80983     10650   1331158   no data   no data
586.14/147.03	c  N st    73   1168565       100      2130         0     68566     10650   1036862   no data   no data
615.24/154.39	c  N st    74   1210002       100      2130         0     63601     10650    925777   no data   no data
615.24/154.39	c  S st    74   1210002       100      2130         0     63601     10650    925777   no data   no data
616.04/154.57	c  S st    74   1210502       100      2130         0     64081     10650    936628   no data   no data
616.04/154.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
616.44/154.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
616.44/154.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
616.44/154.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
616.44/154.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
616.44/154.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
616.44/154.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
616.44/154.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
616.44/154.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
631.98/158.51	c lits-rem:      1191  cl-subs:     5445  v-elim:      0  v-fix:    0  time:  3.81 s
631.98/158.51	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
631.98/158.52	c vivif2 --  cl tried    58636 cl shrink        0 lits rem          0 time: 0.01
633.58/158.91	c asymm  cl-useful: 0/1825/2130 lits-rem:0 time: 0.39
633.58/158.91	c calculated reachability. Time: 0.00
633.58/158.91	c  N st    74   1210502       100      2130         0     58636     10650    827251   no data   no data
701.35/175.96	c  N st    75   1283384       100      2130         0     81649     10650   1300002   no data   no data
791.87/198.61	c  N st    76   1392708       100      2130         0     91022     10650   1472868   no data   no data
915.92/229.79	c  N st    77   1556695       100      2130         0     98307     10650   1580573   no data   no data
1037.89/260.35	c  N st    78   1710504       100      2130         0     87906     10650   1322904   no data   no data
1037.89/260.35	c  S st    78   1710504       100      2130         0     87906     10650   1322904   no data   no data
1039.07/260.63	c  S st    78   1711007       100      2130         0     88392     10650   1334032   no data   no data
1039.07/260.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1039.07/260.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1039.07/260.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1039.07/260.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1039.07/260.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1039.07/260.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1039.07/260.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1039.07/260.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1039.47/260.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1084.94/272.14	c lits-rem:      1903  cl-subs:    11980  v-elim:      0  v-fix:    0  time: 11.27 s
1084.94/272.14	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1084.94/272.16	c vivif2 --  cl tried    76412 cl shrink        0 lits rem          0 time: 0.02
1086.14/272.47	c asymm  cl-useful: 0/1460/2130 lits-rem:0 time: 0.31
1086.14/272.47	c calculated reachability. Time: 0.00
1086.14/272.47	c  N st    78   1711007       100      2130         0     76412     10650   1108593   no data   no data
1423.85/357.19	c  N st    79   2079971       100      2130         0     88172     10650   1251829   no data   no data
1551.49/389.21	c  N st    80   2211007       100      2130         0     91987     10650   1331198   no data   no data
1551.49/389.21	c  S st    80   2211007       100      2130         0     91987     10650   1331198   no data   no data
1553.03/389.54	c  S st    80   2211513       100      2130         0     92461     10650   1342364   no data   no data
1553.03/389.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1553.03/389.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1553.03/389.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1553.03/389.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1553.03/389.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1553.03/389.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1553.03/389.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1553.43/389.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1553.43/389.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1594.51/399.91	c lits-rem:      1460  cl-subs:    10451  v-elim:      0  v-fix:    0  time: 10.14 s
1594.51/399.91	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1594.51/399.93	c vivif2 --  cl tried    82010 cl shrink        0 lits rem          0 time: 0.02
1595.35/400.13	c asymm  cl-useful: 0/670/2130 lits-rem:0 time: 0.19
1595.35/400.13	c calculated reachability. Time: 0.00
1595.35/400.13	c  N st    80   2211513       100      2130         0     82010     10650   1141819   no data   no data
2104.13/527.77	c  N st    81   2711514       100      2130         0    105059     10650   1562250   no data   no data
2104.13/527.77	c  S st    81   2711514       100      2130         0    105059     10650   1562250   no data   no data
2105.67/528.12	c  S st    81   2712017       100      2130         0    105538     10650   1573472   no data   no data
2105.67/528.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2105.67/528.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
2105.67/528.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2105.67/528.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2105.67/528.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2105.67/528.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2105.67/528.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2106.07/528.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2106.07/528.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2159.90/541.74	c lits-rem:      2185  cl-subs:    11882  v-elim:      0  v-fix:    0  time: 13.33 s
2159.90/541.74	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2159.90/541.76	c vivif2 --  cl tried    93656 cl shrink        0 lits rem          0 time: 0.02
2161.14/542.11	c asymm  cl-useful: 0/1223/2130 lits-rem:0 time: 0.33
2161.55/542.11	c calculated reachability. Time: 0.00
2161.55/542.11	c  N st    81   2712017       100      2130         0     93656     10650   1348218   no data   no data
2745.64/688.68	c  N st    82   3212018       100      2130         0     71346     10650    754520   no data   no data
2745.64/688.68	c  S st    82   3212018       100      2130         0     71346     10650    754520   no data   no data
2746.85/688.90	c  S st    82   3212522       100      2130         0     71824     10650    765497   no data   no data
2746.85/688.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2746.85/688.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
2746.85/688.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2746.85/688.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2746.85/688.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2746.85/688.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2746.85/688.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2746.85/688.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2746.85/688.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2748.44/689.36	c lits-rem:        33  cl-subs:      205  v-elim:      0  v-fix:    0  time:  0.39 s
2748.44/689.36	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2748.44/689.37	c vivif2 --  cl tried    71619 cl shrink        0 lits rem          0 time: 0.01
2749.29/689.57	c asymm  cl-useful: 0/907/2130 lits-rem:0 time: 0.19
2749.29/689.58	c calculated reachability. Time: 0.00
2749.29/689.58	c  N st    82   3212522       100      2130         0     71619     10650    761454   no data   no data
3370.06/845.26	c  N st    83   3712522       100      2130         0     81919     10650    916147   no data   no data
3370.06/845.26	c  S st    83   3712522       100      2130         0     81919     10650    916147   no data   no data
3371.26/845.50	c  S st    83   3713027       100      2130         0     82400     10650    927658   no data   no data
3371.26/845.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3371.26/845.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
3371.26/845.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3371.26/845.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3371.26/845.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3371.26/845.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3371.26/845.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3371.26/845.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3371.26/845.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3375.25/846.55	c lits-rem:       224  cl-subs:     1538  v-elim:      0  v-fix:    0  time:  0.95 s
3375.25/846.55	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3375.25/846.56	c vivif2 --  cl tried    80862 cl shrink        0 lits rem          0 time: 0.01
3376.49/846.88	c asymm  cl-useful: 0/1381/2130 lits-rem:0 time: 0.30
3376.49/846.88	c calculated reachability. Time: 0.00
3376.49/846.88	c  N st    83   3713027       100      2130         0     80862     10650    900158   no data   no data
3423.50/858.67	c  F st    84   3751563       100      2130         0    116149     10650   1657290   no data   no data
3423.50/858.67	c  N st    84   3751563       100      2130         0    116149     10650   1657290   no data   no data
3431.87/860.77	c Decided on static restart strategy
3472.58/870.95	c  N st    94   3779864       100      2130         0    142235     10650   2232684   no data   no data
3528.76/885.02	c  N st    96   3815859       100      2130         0     97628     10650   1271332   no data   no data
3571.02/895.61	c  N st    97   3848251       100      2130         0    127505     10650   1938595   no data   no data
3642.80/913.69	c  N st    98   3896839       100      2130         0     93212     10650   1151098   no data   no data
3753.69/941.46	c  N st    99   3969721       100      2130         0     80288     10650    845834   no data   no data
3901.58/978.52	c  N st   100   4079045       100      2130         0     99668     10650   1244979   no data   no data
4080.61/1023.48	c  N st   101   4213028       100      2130         0    140338     10650   2057352   no data   no data
4080.61/1023.48	c  S st   101   4213028       100      2130         0    140338     10650   2057352   no data   no data
4082.99/1024.01	c  S st   101   4213531       100      2130         0    140822     10650   2068457   no data   no data
4082.99/1024.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4083.39/1024.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.09
4083.39/1024.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4083.39/1024.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4083.39/1024.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4083.39/1024.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4083.39/1024.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4083.39/1024.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4083.79/1024.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4281.96/1073.94	c lits-rem:      1379  cl-subs:    19898  v-elim:      0  v-fix:    0  time: 49.10 s
4281.96/1073.94	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
4281.96/1073.97	c vivif2 --  cl tried   120924 cl shrink        0 lits rem          0 time: 0.03
4283.57/1074.39	c asymm  cl-useful: 0/749/2130 lits-rem:0 time: 0.41
4283.57/1074.39	c calculated reachability. Time: 0.00
4283.57/1074.39	c  N st   101   4213531       100      2130         0    120924     10650   1715588   no data   no data
4685.46/1175.13	c  N st   102   4459507       100      2130         0     98034     10650   1183186   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-3366683-1305412055/watcher-3366683-1305412055 -o /tmp/evaluation-result-3366683-1305412055/solver-3366683-1305412055 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366683-1305412055.cnf 

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

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


[startup+0 s]
/proc/loadavg: 7.90 7.91 5.87 5/388 28838
/proc/meminfo: memFree=26712436/32950928 swapFree=44388876/67111528
[pid=28838] ppid=28836 vsize=51168 CPUtime=0.03 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 412 0 0 0 3 0 0 0 25 0 4 0 652804248 52396032 352 33554432000 4194304 4580107 140735533315024 18446744073709551615 47081399494578 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/28838/statm: 12792 352 302 95 0 7774 0
[pid=28838/tid=28839] ppid=28836 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652804249 52396032 352 33554432000 4194304 4580107 140735533315024 18446744073709551615 47081399494169 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 4 0 0 0 1 0 0 0 25 0 4 0 652804249 52396032 352 33554432000 4194304 4580107 140735533315024 18446744073709551615 47081399494169 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 4 0 652804249 52396032 352 33554432000 4194304 4580107 140735533315024 18446744073709551615 47081399494169 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.296428 s]
/proc/loadavg: 7.90 7.91 5.87 5/388 28838
/proc/meminfo: memFree=26712436/32950928 swapFree=44388876/67111528
[pid=28838] ppid=28836 vsize=285448 CPUtime=3.62 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 6286 0 0 0 362 0 0 0 19 0 4 0 652804248 292298752 2594 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28838/statm: 71362 2594 378 95 0 66344 0
[pid=28838/tid=28839] ppid=28836 vsize=285448 CPUtime=0.9 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 1511 0 0 0 90 0 0 0 18 0 4 0 652804249 292298752 2594 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=285448 CPUtime=0.9 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 1485 0 0 0 90 0 0 0 25 0 4 0 652804249 292298752 2595 33554432000 4194304 4580107 140735533315024 18446744073709551615 4324233 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=285448 CPUtime=0.9 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 1416 0 0 0 90 0 0 0 25 0 4 0 652804249 292298752 2595 33554432000 4194304 4580107 140735533315024 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 285448

[startup+1.01461 s]
/proc/loadavg: 7.90 7.91 5.87 5/388 28838
/proc/meminfo: memFree=26712436/32950928 swapFree=44388876/67111528
[pid=28838] ppid=28836 vsize=285448 CPUtime=4.02 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 6519 0 0 0 402 0 0 0 19 0 4 0 652804248 292298752 2827 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28838/statm: 71362 2827 378 95 0 66344 0
[pid=28838/tid=28839] ppid=28836 vsize=285448 CPUtime=1 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 1570 0 0 0 100 0 0 0 19 0 4 0 652804249 292298752 2827 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=285448 CPUtime=1 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 1543 0 0 0 100 0 0 0 25 0 4 0 652804249 292298752 2827 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294551 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=285448 CPUtime=1 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 1475 0 0 0 100 0 0 0 25 0 4 0 652804249 292298752 2827 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 285448

[startup+1.11459 s]
/proc/loadavg: 7.90 7.91 5.87 5/388 28838
/proc/meminfo: memFree=26712436/32950928 swapFree=44388876/67111528
[pid=28838] ppid=28836 vsize=285448 CPUtime=4.43 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 7999 0 0 0 442 1 0 0 19 0 4 0 652804248 292298752 4307 33554432000 4194304 4580107 140735533315024 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28838/statm: 71362 4307 379 95 0 66344 0
[pid=28838/tid=28839] ppid=28836 vsize=285448 CPUtime=1.1 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 1622 0 0 0 110 0 0 0 19 0 4 0 652804249 292298752 4307 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=285448 CPUtime=1.1 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 1594 0 0 0 110 0 0 0 25 0 4 0 652804249 292298752 4307 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=285448 CPUtime=1.1 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 1531 0 0 0 110 0 0 0 25 0 4 0 652804249 292298752 4307 33554432000 4194304 4580107 140735533315024 18446744073709551615 4321235 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 285448

[startup+1.21457 s]
/proc/loadavg: 7.90 7.91 5.87 5/388 28838
/proc/meminfo: memFree=26712436/32950928 swapFree=44388876/67111528
[pid=28838] ppid=28836 vsize=285512 CPUtime=4.83 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 8330 0 0 0 482 1 0 0 19 0 4 0 652804248 292364288 4294 33554432000 4194304 4580107 140735533315024 18446744073709551615 4415758 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28838/statm: 71378 4294 379 95 0 66360 0
[pid=28838/tid=28839] ppid=28836 vsize=285512 CPUtime=1.2 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 1679 0 0 0 120 0 0 0 19 0 4 0 652804249 292364288 4294 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294496 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=285512 CPUtime=1.2 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 1644 0 0 0 120 0 0 0 25 0 4 0 652804249 292364288 4294 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=285512 CPUtime=1.2 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 1755 0 0 0 120 0 0 0 25 0 4 0 652804249 292364288 4294 33554432000 4194304 4580107 140735533315024 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.83
Current children cumulated vsize (KiB) 285512

[startup+1.50053 s]
/proc/loadavg: 7.90 7.91 5.87 5/388 28838
/proc/meminfo: memFree=26712436/32950928 swapFree=44388876/67111528
[pid=28838] ppid=28836 vsize=285628 CPUtime=5.97 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 10275 0 0 0 596 1 0 0 20 0 4 0 652804248 292483072 5284 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28838/statm: 71407 5284 379 95 0 66389 0
[pid=28838/tid=28839] ppid=28836 vsize=285628 CPUtime=1.49 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 3028 0 0 0 149 0 0 0 19 0 4 0 652804249 292483072 5284 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=285628 CPUtime=1.49 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 1959 0 0 0 149 0 0 0 25 0 4 0 652804249 292483072 5284 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=285628 CPUtime=1.49 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 1912 0 0 0 149 0 0 0 25 0 4 0 652804249 292483072 5284 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285628

[startup+3.11426 s]
/proc/loadavg: 7.90 7.91 5.87 9/392 28842
/proc/meminfo: memFree=26663148/32950928 swapFree=44388876/67111528
[pid=28838] ppid=28836 vsize=284524 CPUtime=12.4 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 20022 0 0 0 1238 2 0 0 25 0 4 0 652804248 291352576 11496 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294570 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28838/statm: 71131 11496 379 95 0 66113 0
[pid=28838/tid=28839] ppid=28836 vsize=284524 CPUtime=3.1 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 5612 0 0 0 310 0 0 0 25 0 4 0 652804249 291352576 11496 33554432000 4194304 4580107 140735533315024 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=284524 CPUtime=3.1 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 4738 0 0 0 310 0 0 0 25 0 4 0 652804249 291352576 11496 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=284524 CPUtime=3.1 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 4572 0 0 0 310 0 0 0 25 0 4 0 652804249 291352576 11496 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 284524

[startup+6.30072 s]
/proc/loadavg: 7.90 7.91 5.88 9/392 28842
/proc/meminfo: memFree=26651592/32950928 swapFree=44388876/67111528
[pid=28838] ppid=28836 vsize=285216 CPUtime=25.16 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 28164 0 0 0 2512 4 0 0 25 0 4 0 652804248 292061184 13348 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294639 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28838/statm: 71304 13348 379 95 0 66286 0
[pid=28838/tid=28839] ppid=28836 vsize=285216 CPUtime=6.3 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 7240 0 0 0 630 0 0 0 25 0 4 0 652804249 292061184 13348 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=285216 CPUtime=6.3 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 7250 0 0 0 629 1 0 0 25 0 4 0 652804249 292061184 13348 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=285216 CPUtime=6.31 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 6582 0 0 0 630 1 0 0 25 0 4 0 652804249 292061184 13348 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 285216

[startup+12.7006 s]
/proc/loadavg: 7.91 7.92 5.89 9/392 28842
/proc/meminfo: memFree=26627556/32950928 swapFree=44388876/67111528
[pid=28838] ppid=28836 vsize=290940 CPUtime=50.63 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 44252 0 0 0 5056 7 0 0 25 0 4 0 652804248 297922560 17621 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28838/statm: 72735 17621 379 95 0 67717 0
[pid=28838/tid=28839] ppid=28836 vsize=290940 CPUtime=12.69 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 11146 0 0 0 1268 1 0 0 25 0 4 0 652804249 297922560 17621 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=290940 CPUtime=12.69 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 12075 0 0 0 1267 2 0 0 25 0 4 0 652804249 297922560 17621 33554432000 4194304 4580107 140735533315024 18446744073709551615 4406451 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=290940 CPUtime=12.69 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 10509 0 0 0 1268 1 0 0 25 0 4 0 652804249 297922560 17621 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 290940

[startup+25.5005 s]
/proc/loadavg: 7.93 7.92 5.92 9/392 28843
/proc/meminfo: memFree=26651740/32950928 swapFree=44388876/67111528
[pid=28838] ppid=28836 vsize=294984 CPUtime=101.67 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 65791 0 0 0 10154 13 0 0 25 0 4 0 652804248 302063616 21119 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28838/statm: 73746 21119 379 95 0 68728 0
[pid=28838/tid=28839] ppid=28836 vsize=294984 CPUtime=25.49 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 16659 0 0 0 2547 2 0 0 25 0 4 0 652804249 302063616 21119 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=294984 CPUtime=25.49 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 17114 0 0 0 2546 3 0 0 25 0 4 0 652804249 302063616 21119 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=294984 CPUtime=25.49 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 16174 0 0 0 2546 3 0 0 25 0 4 0 652804249 302063616 21120 33554432000 4194304 4580107 140735533315024 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 294984

[startup+51.1012 s]
/proc/loadavg: 8.03 7.94 5.98 9/392 28843
/proc/meminfo: memFree=26606424/32950928 swapFree=44388876/67111528
[pid=28838] ppid=28836 vsize=296516 CPUtime=203.75 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 100347 0 0 0 20353 22 0 0 25 0 4 0 652804248 303632384 25639 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294471 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28838/statm: 74129 25639 379 95 0 69111 0
[pid=28838/tid=28839] ppid=28836 vsize=296516 CPUtime=51.09 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 24866 0 0 0 5105 4 0 0 25 0 4 0 652804249 303632384 25639 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=296516 CPUtime=51.09 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 26093 0 0 0 5103 6 0 0 25 0 4 0 652804249 303632384 25639 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=296516 CPUtime=51.09 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 24178 0 0 0 5104 5 0 0 25 0 4 0 652804249 303632384 25639 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.75
Current children cumulated vsize (KiB) 296516

[startup+102.301 s]
/proc/loadavg: 8.05 7.96 6.09 9/392 28845
/proc/meminfo: memFree=26548616/32950928 swapFree=44388876/67111528
[pid=28838] ppid=28836 vsize=297812 CPUtime=407.89 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 155880 0 0 0 40751 38 0 0 25 0 4 0 652804248 304959488 37009 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28838/statm: 74453 37009 379 95 0 69435 0
[pid=28838/tid=28839] ppid=28836 vsize=297812 CPUtime=102.28 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 34891 0 0 0 10222 6 0 0 25 0 4 0 652804249 304959488 37009 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=297812 CPUtime=102.29 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 41412 0 0 0 10219 10 0 0 25 0 4 0 652804249 304959488 37009 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=297812 CPUtime=102.29 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 39667 0 0 0 10218 11 0 0 25 0 4 0 652804249 304959488 37009 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 407.89
Current children cumulated vsize (KiB) 297812

[startup+162.3 s]

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

[pid=28838] ppid=28836 vsize=513716 CPUtime=2561.03 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 424549 0 0 0 255950 153 0 0 25 0 4 0 652804248 526045184 87538 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28838/statm: 128429 87538 379 95 0 123411 0
[pid=28838/tid=28839] ppid=28836 vsize=513716 CPUtime=642.3 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 97618 0 0 0 64199 31 0 0 25 0 4 0 652804249 526045184 87538 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=513716 CPUtime=642.29 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 126510 0 0 0 64180 49 0 0 25 0 4 0 652804249 526045184 87538 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=513716 CPUtime=642.3 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 77845 0 0 0 64204 26 0 0 25 0 4 0 652804249 526045184 87538 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2561.03
Current children cumulated vsize (KiB) 513716

[startup+702.301 s]
/proc/loadavg: 8.03 8.05 7.02 9/392 28892
/proc/meminfo: memFree=25489804/32950928 swapFree=44388876/67111528
[pid=28838] ppid=28836 vsize=501196 CPUtime=2800.27 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 442939 0 0 0 279867 160 0 0 25 0 4 0 652804248 513224704 89947 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294345 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28838/statm: 125299 89947 379 95 0 120281 0
[pid=28838/tid=28839] ppid=28836 vsize=501196 CPUtime=702.3 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 102615 0 0 0 70197 33 0 0 25 0 4 0 652804249 513224704 89947 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=501196 CPUtime=702.29 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 134125 0 0 0 70176 53 0 0 25 0 4 0 652804249 513224704 89947 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=501196 CPUtime=702.3 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 77883 0 0 0 70204 26 0 0 25 0 4 0 652804249 513224704 89947 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2800.27
Current children cumulated vsize (KiB) 501196

[startup+762.301 s]
/proc/loadavg: 8.09 8.07 7.09 9/392 28893
/proc/meminfo: memFree=25446616/32950928 swapFree=44388876/67111528
[pid=28838] ppid=28836 vsize=592184 CPUtime=3039.5 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 463494 0 0 0 303783 167 0 0 25 0 4 0 652804248 606396416 95735 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28838/statm: 148046 95735 379 95 0 143028 0
[pid=28838/tid=28839] ppid=28836 vsize=592184 CPUtime=762.3 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 107095 0 0 0 76195 35 0 0 25 0 4 0 652804249 606396416 95735 33554432000 4194304 4580107 140735533315024 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=592184 CPUtime=762.29 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 142324 0 0 0 76173 56 0 0 25 0 4 0 652804249 606396416 95735 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=592184 CPUtime=762.3 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 80441 0 0 0 76203 27 0 0 25 0 4 0 652804249 606396416 95735 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3039.5
Current children cumulated vsize (KiB) 592184

[startup+822.301 s]
/proc/loadavg: 8.07 8.07 7.15 9/392 28895
/proc/meminfo: memFree=25321848/32950928 swapFree=44388876/67111528
[pid=28838] ppid=28836 vsize=606032 CPUtime=3278.76 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 484698 0 0 0 327699 177 0 0 25 0 4 0 652804248 620576768 94202 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28838/statm: 151508 94202 379 95 0 146490 0
[pid=28838/tid=28839] ppid=28836 vsize=606032 CPUtime=822.3 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 113801 0 0 0 82192 38 0 0 25 0 4 0 652804249 620576768 94202 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=606032 CPUtime=822.29 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 148927 0 0 0 82170 59 0 0 25 0 4 0 652804249 620576768 94202 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=606032 CPUtime=822.3 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 80812 0 0 0 82203 27 0 0 25 0 4 0 652804249 620576768 94202 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3278.76
Current children cumulated vsize (KiB) 606032

[startup+882.3 s]
/proc/loadavg: 8.17 8.10 7.21 9/392 28897
/proc/meminfo: memFree=25260072/32950928 swapFree=44388876/67111528
[pid=28838] ppid=28836 vsize=606952 CPUtime=3517.98 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 503286 0 0 0 351613 185 0 0 25 0 4 0 652804248 621518848 95266 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294380 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28838/statm: 151738 95266 379 95 0 146720 0
[pid=28838/tid=28839] ppid=28836 vsize=606952 CPUtime=882.3 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 120003 0 0 0 88189 41 0 0 25 0 4 0 652804249 621518848 95266 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=606952 CPUtime=882.29 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 155504 0 0 0 88166 63 0 0 25 0 4 0 652804249 621518848 95266 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=606952 CPUtime=882.3 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 80971 0 0 0 88203 27 0 0 25 0 4 0 652804249 621518848 95266 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3517.98
Current children cumulated vsize (KiB) 606952

[startup+942.3 s]
/proc/loadavg: 8.17 8.11 7.27 9/392 28898
/proc/meminfo: memFree=25266640/32950928 swapFree=44388876/67111528
[pid=28838] ppid=28836 vsize=607324 CPUtime=3757.24 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 522840 0 0 0 375530 194 0 0 25 0 4 0 652804248 621899776 95690 33554432000 4194304 4580107 140735533315024 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28838/statm: 151831 95690 379 95 0 146813 0
[pid=28838/tid=28839] ppid=28836 vsize=607324 CPUtime=942.3 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 126037 0 0 0 94187 43 0 0 25 0 4 0 652804249 621899776 95690 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=607324 CPUtime=942.3 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 162872 0 0 0 94164 66 0 0 25 0 4 0 652804249 621899776 95690 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=607324 CPUtime=942.3 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 81171 0 0 0 94203 27 0 0 25 0 4 0 652804249 621899776 95690 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3757.24
Current children cumulated vsize (KiB) 607324

[startup+1002.3 s]
/proc/loadavg: 8.24 8.13 7.33 9/392 28900
/proc/meminfo: memFree=25184036/32950928 swapFree=44388876/67111528
[pid=28838] ppid=28836 vsize=607580 CPUtime=3996.47 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 540531 0 0 0 399445 202 0 0 25 0 4 0 652804248 622161920 98178 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28838/statm: 151895 98178 379 95 0 146877 0
[pid=28838/tid=28839] ppid=28836 vsize=607580 CPUtime=1002.3 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 132175 0 0 0 100185 45 0 0 25 0 4 0 652804249 622161920 98178 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=607580 CPUtime=1002.29 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 169298 0 0 0 100160 69 0 0 25 0 4 0 652804249 622161920 98178 33554432000 4194304 4580107 140735533315024 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=607580 CPUtime=1002.3 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 81447 0 0 0 100203 27 0 0 25 0 4 0 652804249 622161920 98178 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3996.47
Current children cumulated vsize (KiB) 607580

[startup+1062.3 s]
/proc/loadavg: 8.16 8.12 7.37 10/392 28902
/proc/meminfo: memFree=25077120/32950928 swapFree=44388876/67111528
[pid=28838] ppid=28836 vsize=607772 CPUtime=4235.76 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 555833 0 0 0 423368 208 0 0 25 0 4 0 652804248 622358528 101042 33554432000 4194304 4580107 140735533315024 18446744073709551615 4406340 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28838/statm: 151943 101042 379 95 0 146925 0
[pid=28838/tid=28839] ppid=28836 vsize=607772 CPUtime=1062.32 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 137386 0 0 0 106185 47 0 0 25 0 4 0 652804249 622358528 101042 33554432000 4194304 4580107 140735533315024 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=607772 CPUtime=1062.31 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 174913 0 0 0 106159 72 0 0 25 0 4 0 652804249 622358528 101042 33554432000 4194304 4580107 140735533315024 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=607772 CPUtime=1062.32 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 81447 0 0 0 106205 27 0 0 25 0 4 0 652804249 622358528 101042 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4235.76
Current children cumulated vsize (KiB) 607772

[startup+1122.3 s]
/proc/loadavg: 8.19 8.13 7.42 9/392 28903
/proc/meminfo: memFree=24962404/32950928 swapFree=44388876/67111528
[pid=28838] ppid=28836 vsize=580876 CPUtime=4474.93 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 567981 0 0 0 447279 214 0 0 25 0 4 0 652804248 594817024 104274 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28838/statm: 145219 104274 379 95 0 140201 0
[pid=28838/tid=28839] ppid=28836 vsize=580876 CPUtime=1122.3 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 140453 0 0 0 112180 50 0 0 25 0 4 0 652804249 594817024 104274 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294440 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=580876 CPUtime=1122.3 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 180638 0 0 0 112157 73 0 0 25 0 4 0 652804249 594817024 104274 33554432000 4194304 4580107 140735533315024 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=580876 CPUtime=1122.31 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 81459 0 0 0 112204 27 0 0 25 0 4 0 652804249 594817024 104274 33554432000 4194304 4580107 140735533315024 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4474.93
Current children cumulated vsize (KiB) 580876

[startup+1182.32 s]
/proc/loadavg: 8.07 8.10 7.45 10/392 28905
/proc/meminfo: memFree=25020660/32950928 swapFree=44388876/67111528
[pid=28838] ppid=28836 vsize=600436 CPUtime=4714.22 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 586524 0 0 0 471197 225 0 0 25 0 4 0 652804248 614846464 102547 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28838/statm: 150109 102547 379 95 0 145091 0
[pid=28838/tid=28839] ppid=28836 vsize=600436 CPUtime=1182.32 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 146075 0 0 0 118179 53 0 0 25 0 4 0 652804249 614846464 102547 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=600436 CPUtime=1182.31 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 186219 0 0 0 118155 76 0 0 25 0 4 0 652804249 614846464 102547 33554432000 4194304 4580107 140735533315024 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=600436 CPUtime=1182.32 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 82756 0 0 0 118204 28 0 0 25 0 4 0 652804249 614846464 102547 33554432000 4194304 4580107 140735533315024 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4714.22
Current children cumulated vsize (KiB) 600436



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.9 s]
/proc/loadavg: 8.04 8.09 7.47 9/392 28905
/proc/meminfo: memFree=24911036/32950928 swapFree=44388876/67111528
[pid=28838] ppid=28836 vsize=600500 CPUtime=4800.34 cores=1,3,5,7
/proc/28838/stat : 28838 (strangenight2-m) R 28836 28838 28704 0 -1 4202496 592304 0 0 0 479807 227 0 0 25 0 4 0 652804248 614912000 105146 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 7 0 0 0
/proc/28838/statm: 150125 105146 379 95 0 145107 0
[pid=28838/tid=28839] ppid=28836 vsize=600500 CPUtime=1203.92 cores=1,3,5,7
/proc/28838/task/28839/stat : 28839 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 147278 0 0 0 120339 53 0 0 25 0 4 0 652804249 614912000 105146 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=28838/tid=28840] ppid=28836 vsize=600500 CPUtime=1203.91 cores=1,3,5,7
/proc/28838/task/28840/stat : 28840 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 187684 0 0 0 120315 76 0 0 25 0 4 0 652804249 614912000 105146 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294751 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=28838/tid=28841] ppid=28836 vsize=600500 CPUtime=1203.92 cores=1,3,5,7
/proc/28838/task/28841/stat : 28841 (strangenight2-m) R 28836 28838 28704 0 -1 4202560 83375 0 0 0 120364 28 0 0 25 0 4 0 652804249 614912000 105146 33554432000 4194304 4580107 140735533315024 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.34
Current children cumulated vsize (KiB) 600500

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.94
CPU time (s): 4800.39
CPU user time (s): 4798.09
CPU system time (s): 2.29265
CPU usage (%): 398.724
Max. virtual memory (cumulated for all children) (KiB): 715336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.09
system time used= 2.29265
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 592305
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= 334
involuntary context switches= 20824

runsolver used 4.24136 second user time and 11.1373 second system time

The end

Launcher Data

Begin job on node126 at 2011-05-15 00:27:35
IDJOB=3366683
IDBENCH=83092
IDSOLVER=1844
FILE ID=node126/3366683-1305412055
RUNJOBID= node126-1305410848-28723
PBS_JOBID= 13324522
Free space on /tmp= 73320 MiB

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

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

MD5SUM BENCH= 1e018578440519156ef15a041316c93e
RANDOM SEED=1628417270

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26712724 kB
Buffers:        261420 kB
Cached:        2441380 kB
SwapCached:      92524 kB
Active:        1072292 kB
Inactive:      4915052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26712724 kB
SwapTotal:    67111528 kB
SwapFree:     44388876 kB
Dirty:            5456 kB
Writeback:           0 kB
AnonPages:     3204088 kB
Mapped:          15872 kB
Slab:           108720 kB
PageTables:      75852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88501580 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= 73312 MiB
End job on node126 at 2011-05-15 00:47:41