Trace number 3174254

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.25 1201.73

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S815408325-054.UNKNOWN.cnf
MD5SUM9830e1bf79d13e57ceeaa969f4476a02
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark313.374
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.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-3174254-1304116178.cnf'
0.00/0.00	c -- header says num vars:            100
0.00/0.00	c -- header says num clauses:        2130
0.00/0.00	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.00	c -- vars added        100
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       100      2130         0         0     10650         0   no data   no data
0.01/0.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.01
0.01/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.01/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.01/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.01/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.01/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
0.01/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.01/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.01/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.01/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.01/0.01	c calculated reachability. Time: 0.00
0.01/0.01	c Calc default polars -  time:   0.00 s pos:      51 undec:       3 neg:      46
0.01/0.01	c =========================================================================================
0.01/0.01	c types(t): F = full restart, N = normal restart
0.01/0.01	c types(t): S = simplification begin/end, E = solution found
0.01/0.01	c restart types(rt): st = static, dy = dynamic
0.01/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.01/0.01	c  B st     0         0       100      2130         0         0     10650         0   no data   no data
0.01/0.05	c Decided on static restart strategy
0.37/0.11	c  N st     8      4918       100      2130         0      4585     10650    100891   no data   no data
3.99/1.00	c  N st    10     11304       100      2130         0      4253     10650     75614   no data   no data
3.99/1.00	c  N st    11     17049       100      2130         0      9571     10650    188286   no data   no data
3.99/1.00	c  F st    12     25000       100      2130         0     11669     10650    231696   no data   no data
3.99/1.00	c  N st    12     25000       100      2130         0     11669     10650    231696   no data   no data
3.99/1.02	c Decided on static restart strategy
3.99/1.02	c  N st    18     30000       100      2130         0     10033     10650    187008   no data   no data
3.99/1.02	c  S st    18     30000       100      2130         0     10033     10650    187008   no data   no data
3.99/1.05	c  S st    18     30504       100      2130         0     10515     10650    197501   no data   no data
3.99/1.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.99/1.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.99/1.05	c blocked clauses removed:        0 vars:      0 tried:         100 T: 0.00 s
3.99/1.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.99/1.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/1.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3.99/1.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.99/1.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.99/1.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.23	c lits-rem:       208  cl-subs:     1886  v-elim:      0  v-fix:    0  time:  0.17 s
4.77/1.27	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.03
4.77/1.27	c calculated reachability. Time: 0.00
4.77/1.27	c  N st    18     30504       100      2130         0      8629     10650    157014   no data   no data
6.37/1.61	c  N st    20     37614       100      2130         0      7984     10650    132104   no data   no data
7.17/1.89	c  N st    21     44013       100      2130         0     13926     10650    257051   no data   no data
7.57/1.97	c  S st    22     45758       100      2130         0     15562     10650    294160   no data   no data
7.97/2.01	c  S st    22     46261       100      2130         0     16038     10650    304687   no data   no data
7.97/2.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.97/2.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.97/2.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.97/2.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.97/2.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.97/2.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
7.97/2.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.97/2.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.97/2.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.16/2.39	c lits-rem:       558  cl-subs:     2061  v-elim:      0  v-fix:    0  time:  0.36 s
9.16/2.39	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
9.16/2.39	c vivif2 --  cl tried    13977 cl shrink        0 lits rem          0 time: 0.00
9.56/2.44	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.05
9.56/2.44	c calculated reachability. Time: 0.00
9.56/2.44	c  N st    22     46261       100      2130         0     13977     10650    261407   no data   no data
12.78/3.20	c  N st    23     60658       100      2130         0      9869     10650    148879   no data   no data
14.36/3.64	c  N st    24     69391       100      2130         0     17976     10650    320938   no data   no data
14.36/3.64	c  S st    24     69391       100      2130         0     17976     10650    320938   no data   no data
14.36/3.68	c  S st    24     69895       100      2130         0     18461     10650    331980   no data   no data
14.36/3.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.36/3.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
14.36/3.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.36/3.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.36/3.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.36/3.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
14.36/3.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.36/3.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.76/3.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.76/4.21	c lits-rem:       412  cl-subs:     2573  v-elim:      0  v-fix:    0  time:  0.50 s
16.76/4.21	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
16.76/4.21	c vivif2 --  cl tried    15888 cl shrink        0 lits rem          0 time: 0.00
16.76/4.27	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.06
16.76/4.27	c calculated reachability. Time: 0.00
16.76/4.27	c  N st    24     69895       100      2130         0     15888     10650    278012   no data   no data
20.75/5.24	c  F st    25     87500       100      2130         0     22135     10650    405832   no data   no data
20.75/5.24	c  N st    25     87500       100      2130         0     22135     10650    405832   no data   no data
21.97/5.52	c Decided on static restart strategy
22.34/5.68	c  N st    32     95536       100      2130         0     18543     10650    322064   no data   no data
24.75/6.23	c  N st    34    104842       100      2130         0     15105     10650    238583   no data   no data
24.75/6.23	c  S st    34    104842       100      2130         0     15105     10650    238583   no data   no data
24.75/6.27	c  S st    34    105347       100      2130         0     15587     10650    249413   no data   no data
24.75/6.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.75/6.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
24.75/6.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.75/6.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.75/6.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.75/6.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
24.75/6.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.75/6.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.75/6.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.55/6.43	c lits-rem:       211  cl-subs:     1227  v-elim:      0  v-fix:    0  time:  0.15 s
25.55/6.43	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
25.55/6.43	c vivif2 --  cl tried    14360 cl shrink        0 lits rem          0 time: 0.00
25.55/6.48	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.05
25.55/6.48	c calculated reachability. Time: 0.00
25.55/6.48	c  N st    34    105347       100      2130         0     14360     10650    224234   no data   no data
27.94/7.09	c  N st    35    114946       100      2130         0     23195     10650    412581   no data   no data
31.93/8.04	c  N st    36    129343       100      2130         0     23664     10650    422410   no data   no data
37.93/9.51	c  N st    37    150938       100      2130         0     15011     10650    199477   no data   no data
39.54/9.93	c  S st    38    158021       100      2130         0     21582     10650    346893   no data   no data
39.54/9.99	c  S st    38    158522       100      2130         0     22066     10650    357592   no data   no data
39.54/9.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.92/10.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
39.92/10.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
39.92/10.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.92/10.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.92/10.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
39.92/10.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
39.92/10.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
39.92/10.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
41.52/10.44	c lits-rem:       532  cl-subs:     2035  v-elim:      0  v-fix:    0  time:  0.43 s
41.52/10.44	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
41.52/10.45	c vivif2 --  cl tried    20031 cl shrink        0 lits rem          0 time: 0.01
41.92/10.52	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.07
41.92/10.52	c calculated reachability. Time: 0.00
41.92/10.52	c  N st    38    158522       100      2130         0     20031     10650    313780   no data   no data
56.72/14.21	c  N st    39    207110       100      2130         0     32634     10650    569039   no data   no data
66.68/16.72	c  N st    40    237784       100      2130         0     24987     10650    387462   no data   no data
66.68/16.72	c  S st    40    237784       100      2130         0     24987     10650    387462   no data   no data
66.68/16.79	c  S st    40    238287       100      2130         0     25477     10650    398387   no data   no data
66.68/16.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
67.08/16.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
67.08/16.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
67.08/16.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
67.08/16.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
67.08/16.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
67.08/16.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
67.08/16.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
67.08/16.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
68.68/17.22	c lits-rem:       500  cl-subs:     1649  v-elim:      0  v-fix:    0  time:  0.41 s
68.68/17.22	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
68.68/17.22	c vivif2 --  cl tried    23828 cl shrink        0 lits rem          0 time: 0.00
69.08/17.31	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.09
69.08/17.31	c calculated reachability. Time: 0.00
69.08/17.31	c  N st    40    238287       100      2130         0     23828     10650    362554   no data   no data
92.65/23.26	c  F st    41    306250       100      2130         0     25673     10650    361834   no data   no data
92.65/23.26	c  N st    41    306250       100      2130         0     25673     10650    361834   no data   no data
94.65/23.75	c Decided on static restart strategy
104.24/26.12	c  N st    51    334554       100      2130         0     29805     10650    438072   no data   no data
113.42/28.44	c  N st    53    357431       100      2130         0     27751     10650    377215   no data   no data
113.42/28.44	c  S st    53    357431       100      2130         0     27751     10650    377215   no data   no data
113.84/28.51	c  S st    53    357935       100      2130         0     28232     10650    388103   no data   no data
113.84/28.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
113.84/28.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
113.84/28.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
113.84/28.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
113.84/28.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
113.84/28.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
113.84/28.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
113.84/28.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
113.84/28.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
115.01/28.84	c lits-rem:       164  cl-subs:     1463  v-elim:      0  v-fix:    0  time:  0.30 s
115.01/28.84	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
115.01/28.84	c vivif2 --  cl tried    26769 cl shrink        0 lits rem          0 time: 0.00
115.41/28.94	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.10
115.41/28.94	c calculated reachability. Time: 0.00
115.41/28.94	c  N st    53    357935       100      2130         0     26769     10650    359541   no data   no data
127.80/32.06	c  N st    54    390328       100      2130         0     32584     10650    471360   no data   no data
149.40/37.45	c  N st    55    438917       100      2130         0     26666     10650    329582   no data   no data
182.53/45.71	c  N st    56    511799       100      2130         0     39308     10650    577108   no data   no data
193.71/48.56	c  N st    57    536903       100      2130         0     33878     10650    449714   no data   no data
193.71/48.56	c  S st    57    536903       100      2130         0     33878     10650    449714   no data   no data
194.11/48.65	c  S st    57    537404       100      2130         0     34357     10650    460290   no data   no data
194.11/48.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
194.11/48.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
194.11/48.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
194.11/48.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
194.11/48.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
194.11/48.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
194.11/48.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
194.11/48.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
194.11/48.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
196.11/49.15	c lits-rem:       348  cl-subs:     1705  v-elim:      0  v-fix:    0  time:  0.47 s
196.11/49.15	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
196.11/49.15	c vivif2 --  cl tried    32652 cl shrink        0 lits rem          0 time: 0.00
196.51/49.28	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.13
196.51/49.28	c calculated reachability. Time: 0.00
196.51/49.28	c  N st    57    537404       100      2130         0     32652     10650    426663   no data   no data
276.41/69.29	c  N st    58    701388       100      2130         0     60326     10650    975763   no data   no data
334.71/83.84	c  N st    59    806106       100      2130         0     54405     10650    826025   no data   no data
334.71/83.84	c  S st    59    806106       100      2130         0     54405     10650    826025   no data   no data
335.51/84.00	c  S st    59    806619       100      2130         0     54892     10650    837680   no data   no data
335.51/84.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
335.51/84.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
335.51/84.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
335.51/84.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
335.51/84.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
335.51/84.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
335.51/84.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
335.51/84.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
335.51/84.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
348.29/87.28	c lits-rem:      1155  cl-subs:     5724  v-elim:      0  v-fix:    0  time:  3.23 s
348.29/87.28	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
348.29/87.29	c vivif2 --  cl tried    49168 cl shrink        0 lits rem          0 time: 0.01
349.49/87.53	c asymm  cl-useful: 0/2113/2130 lits-rem:0 time: 0.24
349.49/87.53	c calculated reachability. Time: 0.00
349.49/87.53	c  N st    59    806619       100      2130         0     49168     10650    724138   no data   no data
502.89/125.98	c  F st    60   1071875       100      2130         0     64288     10650    962224   no data   no data
502.89/125.98	c  N st    60   1071875       100      2130         0     64288     10650    962224   no data   no data
506.88/126.94	c Decided on static restart strategy
522.47/130.81	c  N st    70   1100178       100      2130         0     49296     10650    638873   no data   no data
545.22/136.59	c  N st    72   1136173       100      2130         0     82505     10650   1379611   no data   no data
568.39/142.35	c  N st    73   1168569       100      2130         0     70171     10650   1088896   no data   no data
602.74/150.99	c  N st    74   1209928       100      2130         0     64965     10650    945395   no data   no data
602.74/150.99	c  S st    74   1209928       100      2130         0     64965     10650    945395   no data   no data
603.94/151.23	c  S st    74   1210432       100      2130         0     65450     10650    956715   no data   no data
603.94/151.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
603.94/151.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
603.94/151.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
603.94/151.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
603.94/151.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
603.94/151.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
603.94/151.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
603.94/151.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
604.34/151.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
626.71/156.97	c lits-rem:      1556  cl-subs:     6229  v-elim:      0  v-fix:    0  time:  5.65 s
626.71/156.97	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
626.71/156.98	c vivif2 --  cl tried    59221 cl shrink        0 lits rem          0 time: 0.01
628.33/157.34	c asymm  cl-useful: 0/1822/2130 lits-rem:0 time: 0.36
628.33/157.35	c calculated reachability. Time: 0.00
628.33/157.35	c  N st    74   1210432       100      2130         0     59221     10650    834435   no data   no data
684.63/171.41	c  N st    75   1283315       100      2130         0     82185     10650   1303947   no data   no data
771.72/193.29	c  N st    76   1392641       100      2130         0     91193     10650   1410662   no data   no data
895.96/224.33	c  N st    77   1556625       100      2130         0     49566     10650    537240   no data   no data
1008.58/252.57	c  N st    78   1710432       100      2130         0     88944     10650   1387109   no data   no data
1008.58/252.57	c  S st    78   1710432       100      2130         0     88944     10650   1387109   no data   no data
1009.78/252.85	c  S st    78   1710939       100      2130         0     89427     10650   1397964   no data   no data
1009.78/252.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1009.78/252.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1009.78/252.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1009.78/252.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1009.78/252.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1009.78/252.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1009.78/252.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1010.20/252.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1010.20/252.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1114.05/278.92	c lits-rem:      2356  cl-subs:    10242  v-elim:      0  v-fix:    0  time: 25.95 s
1114.05/278.92	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1114.05/278.94	c vivif2 --  cl tried    79185 cl shrink        0 lits rem          0 time: 0.02
1116.44/279.50	c asymm  cl-useful: 0/1447/2130 lits-rem:0 time: 0.56
1116.44/279.50	c calculated reachability. Time: 0.00
1116.44/279.50	c  N st    78   1710939       100      2130         0     79185     10650   1190768   no data   no data
1451.18/363.36	c  N st    79   2079903       100      2130         0     90020     10650   1326822   no data   no data
1567.02/392.37	c  N st    80   2210939       100      2130         0     94127     10650   1383473   no data   no data
1567.02/392.37	c  S st    80   2210939       100      2130         0     94127     10650   1383473   no data   no data
1568.23/392.67	c  S st    80   2211440       100      2130         0     94605     10650   1394623   no data   no data
1568.23/392.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1568.64/392.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1568.64/392.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1568.64/392.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1568.64/392.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1568.64/392.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1568.64/392.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1568.64/392.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1568.64/392.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1626.54/407.25	c lits-rem:      1760  cl-subs:    11003  v-elim:      0  v-fix:    0  time: 14.47 s
1626.54/407.25	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1626.54/407.27	c vivif2 --  cl tried    83602 cl shrink        0 lits rem          0 time: 0.02
1627.74/407.54	c asymm  cl-useful: 0/683/2130 lits-rem:0 time: 0.27
1627.74/407.54	c calculated reachability. Time: 0.00
1627.74/407.54	c  N st    80   2211440       100      2130         0     83602     10650   1186592   no data   no data
2145.43/537.19	c  N st    81   2711440       100      2130         0    105904     10650   1504829   no data   no data
2145.43/537.19	c  S st    81   2711440       100      2130         0    105904     10650   1504829   no data   no data
2147.43/537.67	c  S st    81   2711947       100      2130         0    106394     10650   1516163   no data   no data
2147.43/537.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2147.83/537.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
2147.83/537.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2147.83/537.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2147.83/537.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2147.83/537.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2147.83/537.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2147.83/537.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2148.24/537.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2284.04/571.88	c lits-rem:       933  cl-subs:    16890  v-elim:      0  v-fix:    0  time: 34.05 s
2284.04/571.88	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2284.46/571.90	c vivif2 --  cl tried    89504 cl shrink        0 lits rem          0 time: 0.02
2286.43/572.44	c asymm  cl-useful: 0/1271/2130 lits-rem:0 time: 0.54
2286.43/572.44	c calculated reachability. Time: 0.00
2286.43/572.44	c  N st    81   2711947       100      2130         0     89504     10650   1225581   no data   no data
2812.91/704.20	c  N st    82   3211947       100      2130         0    139299     10650   2173937   no data   no data
2812.91/704.20	c  S st    82   3211947       100      2130         0    139299     10650   2173937   no data   no data
2814.51/704.62	c  S st    82   3212450       100      2130         0    139784     10650   2185324   no data   no data
2814.51/704.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2814.91/704.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
2814.91/704.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2814.91/704.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2814.91/704.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2814.91/704.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2814.91/704.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2814.91/704.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2815.32/704.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3021.43/756.46	c lits-rem:      2431  cl-subs:    26328  v-elim:      0  v-fix:    0  time: 51.67 s
3021.43/756.46	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3021.43/756.49	c vivif2 --  cl tried   113456 cl shrink        0 lits rem          0 time: 0.02
3023.05/756.86	c asymm  cl-useful: 0/859/2130 lits-rem:0 time: 0.37
3023.05/756.87	c calculated reachability. Time: 0.00
3023.05/756.87	c  N st    82   3212450       100      2130         0    113456     10650   1704019   no data   no data
3592.65/899.47	c  N st    83   3712450       100      2130         0    131255     10650   1938949   no data   no data
3592.65/899.47	c  S st    83   3712450       100      2130         0    131255     10650   1938949   no data   no data
3594.64/899.91	c  S st    83   3712956       100      2130         0    131738     10650   1950192   no data   no data
3594.64/899.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3594.64/899.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
3594.64/899.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3594.64/899.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3594.64/899.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3594.64/899.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3594.64/899.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3595.04/900.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3595.04/900.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3710.88/929.04	c lits-rem:      1897  cl-subs:    20928  v-elim:      0  v-fix:    0  time: 28.97 s
3710.88/929.04	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3710.88/929.07	c vivif2 --  cl tried   110810 cl shrink        0 lits rem          0 time: 0.02
3712.49/929.42	c asymm  cl-useful: 0/1041/2130 lits-rem:0 time: 0.36
3712.49/929.43	c calculated reachability. Time: 0.00
3712.49/929.43	c  N st    83   3712956       100      2130         0    110810     10650   1585396   no data   no data
3769.20/943.64	c  F st    84   3751563       100      2130         0    146115     10650   2344716   no data   no data
3769.20/943.64	c  N st    84   3751563       100      2130         0    146115     10650   2344716   no data   no data
3776.79/945.57	c Decided on static restart strategy
3802.36/951.92	c  N st    94   3779866       100      2130         0     96696     10650   1276876   no data   no data
3847.50/963.26	c  N st    96   3815858       100      2130         0    129819     10650   2019448   no data   no data
3896.23/975.46	c  N st    97   3848251       100      2130         0     82152     10650    917852   no data   no data
3956.15/990.46	c  N st    98   3896840       100      2130         0    126941     10650   1930908   no data   no data
4046.44/1013.03	c  N st    99   3969723       100      2130         0    114932     10650   1617875   no data   no data
4229.77/1058.94	c  N st   100   4079046       100      2130         0    135380     10650   2054679   no data   no data
4472.24/1119.67	c  N st   101   4212956       100      2130         0     95882     10650   1160030   no data   no data
4472.24/1119.67	c  S st   101   4212956       100      2130         0     95882     10650   1160030   no data   no data
4473.43/1119.98	c  S st   101   4213458       100      2130         0     96358     10650   1171028   no data   no data
4473.43/1119.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4473.83/1120.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
4473.83/1120.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4473.83/1120.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4473.83/1120.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4473.83/1120.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4473.83/1120.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4473.83/1120.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4473.83/1120.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4486.24/1123.14	c lits-rem:       426  cl-subs:     4611  v-elim:      0  v-fix:    0  time:  3.06 s
4486.24/1123.14	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
4486.24/1123.16	c vivif2 --  cl tried    91747 cl shrink        0 lits rem          0 time: 0.02
4487.41/1123.49	c asymm  cl-useful: 0/1089/2130 lits-rem:0 time: 0.33
4487.81/1123.50	c calculated reachability. Time: 0.00
4487.81/1123.50	c  N st   101   4213458       100      2130         0     91747     10650   1086577   no data   no data
4798.58/1201.31	c  N st   102   4459434       100      2130         0    151702     10650   2339518   no data   no data

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174254-1304116178/watcher-3174254-1304116178 -o /tmp/evaluation-result-3174254-1304116178/solver-3174254-1304116178 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174254-1304116178.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: 3.70 4.01 4.72 5/180 3347
/proc/meminfo: memFree=30999160/32950928 swapFree=67111464/67111528
[pid=3347] ppid=3344 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 408 0 0 0 0 0 0 0 22 0 4 0 523216551 52441088 347 33554432000 4194304 4627427 140734185559696 18446744073709551615 47229799483318 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 12803 347 299 106 0 7774 0
[pid=3347/tid=3348] ppid=3344 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 523216551 52441088 347 33554432000 4194304 4627427 140734185559696 18446744073709551615 47229799483314 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 523216551 52441088 347 33554432000 4194304 4627427 140734185559696 18446744073709551615 47229799483314 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 523216551 52441088 347 33554432000 4194304 4627427 140734185559696 18446744073709551615 268272745457 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0083569 s]
/proc/loadavg: 3.70 4.01 4.72 5/180 3347
/proc/meminfo: memFree=30999160/32950928 swapFree=67111464/67111528
[pid=3347] ppid=3344 vsize=281724 CPUtime=0.01 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 771 0 0 0 1 0 0 0 24 0 4 0 523216551 288485376 684 33554432000 4194304 4627427 140734185559696 18446744073709551615 268272794143 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 70431 684 361 106 0 65402 0
[pid=3347/tid=3348] ppid=3344 vsize=281724 CPUtime=0 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 90 0 0 0 0 0 0 0 24 0 4 0 523216551 288485376 684 33554432000 4194304 4627427 140734185559696 18446744073709551615 268272794143 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=281724 CPUtime=0 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 78 0 0 0 0 0 0 0 24 0 4 0 523216551 288485376 684 33554432000 4194304 4627427 140734185559696 18446744073709551615 268272794143 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=281724 CPUtime=0 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 95 0 0 0 0 0 0 0 25 0 4 0 523216551 288485376 684 33554432000 4194304 4627427 140734185559696 18446744073709551615 4330282 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 281724

[startup+0.100342 s]
/proc/loadavg: 3.70 4.01 4.72 5/180 3347
/proc/meminfo: memFree=30999160/32950928 swapFree=67111464/67111528
[pid=3347] ppid=3344 vsize=282348 CPUtime=0.37 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 1687 0 0 0 37 0 0 0 24 0 4 0 523216551 289124352 1579 33554432000 4194304 4627427 140734185559696 18446744073709551615 4310114 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 70587 1579 383 106 0 65558 0
[pid=3347/tid=3348] ppid=3344 vsize=282348 CPUtime=0.09 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 356 0 0 0 9 0 0 0 24 0 4 0 523216551 289124352 1579 33554432000 4194304 4627427 140734185559696 18446744073709551615 4332767 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=282348 CPUtime=0.09 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 333 0 0 0 9 0 0 0 24 0 4 0 523216551 289124352 1579 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=282348 CPUtime=0.09 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 237 0 0 0 9 0 0 0 25 0 4 0 523216551 289124352 1579 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282348

[startup+0.300307 s]
/proc/loadavg: 3.70 4.01 4.72 5/180 3347
/proc/meminfo: memFree=30999160/32950928 swapFree=67111464/67111528
[pid=3347] ppid=3344 vsize=284360 CPUtime=1.17 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 3097 0 0 0 117 0 0 0 25 0 4 0 523216551 291184640 1865 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309598 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 71090 1866 384 106 0 66061 0
[pid=3347/tid=3348] ppid=3344 vsize=284360 CPUtime=0.29 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 734 0 0 0 29 0 0 0 25 0 4 0 523216551 291184640 1866 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=284360 CPUtime=0.29 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 599 0 0 0 29 0 0 0 18 0 4 0 523216551 291184640 1866 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=284360 CPUtime=0.29 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 608 0 0 0 29 0 0 0 25 0 4 0 523216551 291184640 1866 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309197 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284360

[startup+0.700234 s]
/proc/loadavg: 3.70 4.01 4.72 5/180 3347
/proc/meminfo: memFree=30999160/32950928 swapFree=67111464/67111528
[pid=3347] ppid=3344 vsize=285364 CPUtime=2.77 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 4936 0 0 0 277 0 0 0 25 0 4 0 523216551 292212736 2506 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 71341 2506 384 106 0 66312 0
[pid=3347/tid=3348] ppid=3344 vsize=285364 CPUtime=0.69 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 1167 0 0 0 69 0 0 0 25 0 4 0 523216551 292212736 2506 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=285364 CPUtime=0.69 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 1144 0 0 0 69 0 0 0 18 0 4 0 523216551 292212736 2507 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=285364 CPUtime=0.69 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 1033 0 0 0 69 0 0 0 25 0 4 0 523216551 292212736 2507 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285364

[startup+1.50109 s]
/proc/loadavg: 4.12 4.09 4.74 11/184 3351
/proc/meminfo: memFree=30973088/32950928 swapFree=67111464/67111528
[pid=3347] ppid=3344 vsize=290896 CPUtime=5.97 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 10144 0 0 0 596 1 0 0 25 0 4 0 523216551 297877504 5446 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 72724 5446 388 106 0 67695 0
[pid=3347/tid=3348] ppid=3344 vsize=290896 CPUtime=1.49 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 2945 0 0 0 149 0 0 0 25 0 4 0 523216551 297877504 5446 33554432000 4194304 4627427 140734185559696 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=290896 CPUtime=1.49 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 1973 0 0 0 149 0 0 0 19 0 4 0 523216551 297877504 5446 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309253 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=290896 CPUtime=1.48 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 1854 0 0 0 148 0 0 0 25 0 4 0 523216551 297877504 5446 33554432000 4194304 4627427 140734185559696 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 290896

[startup+3.10081 s]
/proc/loadavg: 4.12 4.09 4.74 9/184 3351
/proc/meminfo: memFree=30932296/32950928 swapFree=67111464/67111528
[pid=3347] ppid=3344 vsize=297640 CPUtime=12.36 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 19563 0 0 0 1234 2 0 0 25 0 4 0 523216551 304783360 11122 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309250 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 74410 11122 388 106 0 69381 0
[pid=3347/tid=3348] ppid=3344 vsize=297640 CPUtime=3.09 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 5479 0 0 0 309 0 0 0 25 0 4 0 523216551 304783360 11122 33554432000 4194304 4627427 140734185559696 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=297640 CPUtime=3.08 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 4636 0 0 0 308 0 0 0 24 0 4 0 523216551 304783360 11122 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=297640 CPUtime=3.07 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 4334 0 0 0 307 0 0 0 25 0 4 0 523216551 304783360 11122 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 297640

[startup+6.30024 s]
/proc/loadavg: 4.12 4.09 4.74 9/184 3351
/proc/meminfo: memFree=30891172/32950928 swapFree=67111464/67111528
[pid=3347] ppid=3344 vsize=298416 CPUtime=25.14 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 28626 0 0 0 2509 5 0 0 25 0 4 0 523216551 305577984 14173 33554432000 4194304 4627427 140734185559696 18446744073709551615 4420278 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 74604 14177 388 106 0 69575 0
[pid=3347/tid=3348] ppid=3344 vsize=298416 CPUtime=6.29 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 7355 0 0 0 628 1 0 0 25 0 4 0 523216551 305577984 14179 33554432000 4194304 4627427 140734185559696 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=298416 CPUtime=6.28 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 7189 0 0 0 627 1 0 0 25 0 4 0 523216551 305577984 14181 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=298416 CPUtime=6.26 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 6514 0 0 0 625 1 0 0 25 0 4 0 523216551 305577984 14184 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 298416

[startup+12.7011 s]
/proc/loadavg: 4.72 4.22 4.77 9/184 3351
/proc/meminfo: memFree=30856312/32950928 swapFree=67111464/67111528
[pid=3347] ppid=3344 vsize=308536 CPUtime=50.71 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 44056 0 0 0 5063 8 0 0 25 0 4 0 523216551 315940864 18056 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 77134 18056 388 106 0 72105 0
[pid=3347/tid=3348] ppid=3344 vsize=308536 CPUtime=12.69 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 10824 0 0 0 1268 1 0 0 25 0 4 0 523216551 315940864 18056 33554432000 4194304 4627427 140734185559696 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=308536 CPUtime=12.65 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 11936 0 0 0 1263 2 0 0 25 0 4 0 523216551 315940864 18056 33554432000 4194304 4627427 140734185559696 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=308536 CPUtime=12.65 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 10302 0 0 0 1264 1 0 0 25 0 4 0 523216551 315940864 18056 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 308536

[startup+25.5008 s]
/proc/loadavg: 5.30 4.36 4.81 9/184 3352
/proc/meminfo: memFree=30815756/32950928 swapFree=67111464/67111528
[pid=3347] ppid=3344 vsize=310908 CPUtime=101.84 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 67042 0 0 0 10170 14 0 0 25 0 4 0 523216551 318369792 20671 33554432000 4194304 4627427 140734185559696 18446744073709551615 4324208 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 77727 20671 388 106 0 72698 0
[pid=3347/tid=3348] ppid=3344 vsize=310908 CPUtime=25.49 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 17107 0 0 0 2546 3 0 0 25 0 4 0 523216551 318369792 20671 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=310908 CPUtime=25.38 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 17002 0 0 0 2535 3 0 0 25 0 4 0 523216551 318369792 20671 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=310908 CPUtime=25.45 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 15962 0 0 0 2543 2 0 0 25 0 4 0 523216551 318369792 20671 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 310908

[startup+51.1003 s]
/proc/loadavg: 6.28 4.66 4.90 9/184 3353
/proc/meminfo: memFree=30782436/32950928 swapFree=67111464/67111528
[pid=3347] ppid=3344 vsize=322236 CPUtime=204.09 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 102653 0 0 0 20387 22 0 0 25 0 4 0 523216551 329969664 25088 33554432000 4194304 4627427 140734185559696 18446744073709551615 4310126 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 80559 25089 388 106 0 75530 0
[pid=3347/tid=3348] ppid=3344 vsize=322236 CPUtime=51.09 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 26792 0 0 0 5104 5 0 0 25 0 4 0 523216551 329969664 25089 33554432000 4194304 4627427 140734185559696 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=322236 CPUtime=50.84 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 25614 0 0 0 5079 5 0 0 25 0 4 0 523216551 329969664 25089 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309103 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=322236 CPUtime=51.04 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 23431 0 0 0 5100 4 0 0 25 0 4 0 523216551 329969664 25089 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 322236

[startup+102.306 s]
/proc/loadavg: 7.37 5.24 5.08 9/184 3354
/proc/meminfo: memFree=30715072/32950928 swapFree=67111464/67111528
[pid=3347] ppid=3344 vsize=383000 CPUtime=408.63 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 160263 0 0 0 40827 36 0 0 25 0 4 0 523216551 392192000 36527 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 95750 36527 388 106 0 90721 0
[pid=3347/tid=3348] ppid=3344 vsize=383000 CPUtime=102.3 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 40079 0 0 0 10222 8 0 0 25 0 4 0 523216551 392192000 36527 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=383000 CPUtime=101.77 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 40022 0 0 0 10168 9 0 0 25 0 4 0 523216551 392192000 36527 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=383000 CPUtime=102.25 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 38178 0 0 0 10217 8 0 0 25 0 4 0 523216551 392192000 36527 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 383000

[startup+162.3 s]

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

[pid=3347] ppid=3344 vsize=519608 CPUtime=2805.33 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 468394 0 0 0 280373 160 0 0 25 0 4 0 523216551 532078592 83727 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 129902 83727 388 106 0 124873 0
[pid=3347/tid=3348] ppid=3344 vsize=519608 CPUtime=702.3 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 109272 0 0 0 70195 35 0 0 25 0 4 0 523216551 532078592 83727 33554432000 4194304 4627427 140734185559696 18446744073709551615 4427834 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=519608 CPUtime=698.49 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 119531 0 0 0 69804 45 0 0 25 0 4 0 523216551 532078592 83727 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=519608 CPUtime=702.19 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 112983 0 0 0 70184 35 0 0 25 0 4 0 523216551 532078592 83727 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2805.33
Current children cumulated vsize (KiB) 519608

[startup+762.307 s]
/proc/loadavg: 8.22 7.85 6.63 9/184 3372
/proc/meminfo: memFree=30303668/32950928 swapFree=67111464/67111528
[pid=3347] ppid=3344 vsize=545540 CPUtime=3045.02 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 490536 0 0 0 304332 170 0 0 25 0 4 0 523216551 558632960 93348 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 136385 93348 388 106 0 131356 0
[pid=3347/tid=3348] ppid=3344 vsize=545540 CPUtime=762.32 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 115191 0 0 0 76192 40 0 0 25 0 4 0 523216551 558632960 93348 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309247 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=545540 CPUtime=758.16 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 125909 0 0 0 75769 47 0 0 25 0 4 0 523216551 558632960 93348 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=545540 CPUtime=762.2 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 118560 0 0 0 76182 38 0 0 25 0 4 0 523216551 558632960 93348 33554432000 4194304 4627427 140734185559696 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3045.02
Current children cumulated vsize (KiB) 545540

[startup+822.301 s]
/proc/loadavg: 8.15 7.89 6.72 9/184 3374
/proc/meminfo: memFree=30289496/32950928 swapFree=67111464/67111528
[pid=3347] ppid=3344 vsize=598704 CPUtime=3284.67 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 518698 0 0 0 328285 182 0 0 25 0 4 0 523216551 613072896 98878 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 149676 98878 388 106 0 144647 0
[pid=3347/tid=3348] ppid=3344 vsize=598704 CPUtime=822.31 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 121959 0 0 0 82188 43 0 0 25 0 4 0 523216551 613072896 98878 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=598704 CPUtime=817.83 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 132323 0 0 0 81733 50 0 0 25 0 4 0 523216551 613072896 98878 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=598704 CPUtime=822.2 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 126178 0 0 0 82179 41 0 0 25 0 4 0 523216551 613072896 98878 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3284.67
Current children cumulated vsize (KiB) 598704

[startup+882.3 s]
/proc/loadavg: 8.05 7.91 6.80 9/184 3376
/proc/meminfo: memFree=30254864/32950928 swapFree=67111464/67111528
[pid=3347] ppid=3344 vsize=572628 CPUtime=3524.34 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 537863 0 0 0 352240 194 0 0 25 0 4 0 523216551 586371072 100879 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 143157 100879 388 106 0 138128 0
[pid=3347/tid=3348] ppid=3344 vsize=572628 CPUtime=882.31 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 125422 0 0 0 88186 45 0 0 25 0 4 0 523216551 586371072 100879 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=572628 CPUtime=877.5 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 135642 0 0 0 87697 53 0 0 25 0 4 0 523216551 586371072 100879 33554432000 4194304 4627427 140734185559696 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=572628 CPUtime=882.19 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 132088 0 0 0 88175 44 0 0 25 0 4 0 523216551 586371072 100879 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3524.34
Current children cumulated vsize (KiB) 572628

[startup+942.301 s]
/proc/loadavg: 8.02 7.92 6.87 9/184 3378
/proc/meminfo: memFree=30279748/32950928 swapFree=67111464/67111528
[pid=3347] ppid=3344 vsize=534296 CPUtime=3764.01 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 555647 0 0 0 376198 203 0 0 25 0 4 0 523216551 547119104 93698 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 133574 93698 388 106 0 128545 0
[pid=3347/tid=3348] ppid=3344 vsize=534296 CPUtime=942.31 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 130628 0 0 0 94183 48 0 0 25 0 4 0 523216551 547119104 93698 33554432000 4194304 4627427 140734185559696 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=534296 CPUtime=937.18 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 142179 0 0 0 93663 55 0 0 25 0 4 0 523216551 547119104 93698 33554432000 4194304 4627427 140734185559696 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=534296 CPUtime=942.18 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 137732 0 0 0 94172 46 0 0 25 0 4 0 523216551 547119104 93698 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3764.01
Current children cumulated vsize (KiB) 534296

[startup+1002.3 s]
/proc/loadavg: 8.00 7.93 6.94 9/184 3380
/proc/meminfo: memFree=30253044/32950928 swapFree=67111464/67111528
[pid=3347] ppid=3344 vsize=534600 CPUtime=4003.68 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 581601 0 0 0 400153 215 0 0 25 0 4 0 523216551 547430400 101232 33554432000 4194304 4627427 140734185559696 18446744073709551615 4340251 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 133650 101232 388 106 0 128621 0
[pid=3347/tid=3348] ppid=3344 vsize=534600 CPUtime=1002.31 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 137303 0 0 0 100180 51 0 0 25 0 4 0 523216551 547430400 101232 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=534600 CPUtime=996.85 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 148758 0 0 0 99627 58 0 0 25 0 4 0 523216551 547430400 101232 33554432000 4194304 4627427 140734185559696 18446744073709551615 4324208 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=534600 CPUtime=1002.17 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 144158 0 0 0 100168 49 0 0 25 0 4 0 523216551 547430400 101232 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4003.68
Current children cumulated vsize (KiB) 534600

[startup+1062.3 s]
/proc/loadavg: 8.00 7.94 7.00 9/184 3381
/proc/meminfo: memFree=30240356/32950928 swapFree=67111464/67111528
[pid=3347] ppid=3344 vsize=608892 CPUtime=4243.35 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 600123 0 0 0 424112 223 0 0 25 0 4 0 523216551 623505408 104392 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 152223 104392 388 106 0 147194 0
[pid=3347/tid=3348] ppid=3344 vsize=608892 CPUtime=1062.31 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 140233 0 0 0 106179 52 0 0 25 0 4 0 523216551 623505408 104392 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=608892 CPUtime=1056.52 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 154508 0 0 0 105591 61 0 0 25 0 4 0 523216551 623505408 104392 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=608892 CPUtime=1062.17 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 151116 0 0 0 106165 52 0 0 25 0 4 0 523216551 623505408 104392 33554432000 4194304 4627427 140734185559696 18446744073709551615 4420268 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4243.35
Current children cumulated vsize (KiB) 608892

[startup+1122.3 s]
/proc/loadavg: 8.05 7.97 7.07 9/184 3383
/proc/meminfo: memFree=30206596/32950928 swapFree=67111464/67111528
[pid=3347] ppid=3344 vsize=620196 CPUtime=4483.02 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 616283 0 0 0 448070 232 0 0 25 0 4 0 523216551 635080704 111908 33554432000 4194304 4627427 140734185559696 18446744073709551615 4420258 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 155049 111908 388 106 0 150020 0
[pid=3347/tid=3348] ppid=3344 vsize=620196 CPUtime=1122.32 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 145295 0 0 0 112176 56 0 0 25 0 4 0 523216551 635080704 111908 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=620196 CPUtime=1116.19 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 159456 0 0 0 111557 62 0 0 25 0 4 0 523216551 635080704 111908 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=620196 CPUtime=1122.16 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 153692 0 0 0 112163 53 0 0 25 0 4 0 523216551 635080704 111908 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4483.02
Current children cumulated vsize (KiB) 620196

[startup+1182.3 s]
/proc/loadavg: 8.07 7.98 7.13 9/184 3385
/proc/meminfo: memFree=30179404/32950928 swapFree=67111464/67111528
[pid=3347] ppid=3344 vsize=685876 CPUtime=4722.69 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 635508 0 0 0 472028 241 0 0 25 0 4 0 523216551 702337024 115075 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 171469 115075 388 106 0 166440 0
[pid=3347/tid=3348] ppid=3344 vsize=685876 CPUtime=1182.31 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 149338 0 0 0 118173 58 0 0 25 0 4 0 523216551 702337024 115075 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=685876 CPUtime=1175.87 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 166098 0 0 0 117522 65 0 0 25 0 4 0 523216551 702337024 115075 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=685876 CPUtime=1182.17 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 157147 0 0 0 118162 55 0 0 25 0 4 0 523216551 702337024 115075 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4722.69
Current children cumulated vsize (KiB) 685876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.05 7.98 7.15 5/180 3386
/proc/meminfo: memFree=30523156/32950928 swapFree=67111464/67111528
[pid=3347] ppid=3344 vsize=699684 CPUtime=4800.19 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 642023 0 0 0 479774 245 0 0 25 0 4 0 523216551 716476416 118380 33554432000 4194304 4627427 140734185559696 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 174921 118380 388 106 0 169892 0
[pid=3347/tid=3348] ppid=3344 vsize=699684 CPUtime=1201.72 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 150752 0 0 0 120113 59 0 0 25 0 4 0 523216551 716476416 118380 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=699684 CPUtime=1195.16 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 168608 0 0 0 119450 66 0 0 25 0 4 0 523216551 716476416 118380 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=699684 CPUtime=1201.57 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 158435 0 0 0 120101 56 0 0 25 0 4 0 523216551 716476416 118380 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 699684

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

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

[startup+1201.7 s]
/proc/loadavg: 8.05 7.98 7.15 5/180 3386
/proc/meminfo: memFree=30523156/32950928 swapFree=67111464/67111528
[pid=3347] ppid=3344 vsize=699684 CPUtime=4800.19 cores=1,3,5,7
/proc/3347/stat : 3347 (strangenight2-m) R 3344 3347 2758 0 -1 4202496 642023 0 0 0 479774 245 0 0 25 0 4 0 523216551 716476416 118380 33554432000 4194304 4627427 140734185559696 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/3347/statm: 174921 118380 388 106 0 169892 0
[pid=3347/tid=3348] ppid=3344 vsize=699684 CPUtime=1201.72 cores=1,3,5,7
/proc/3347/task/3348/stat : 3348 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 150752 0 0 0 120113 59 0 0 25 0 4 0 523216551 716476416 118380 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=3347/tid=3349] ppid=3344 vsize=699684 CPUtime=1195.16 cores=1,3,5,7
/proc/3347/task/3349/stat : 3349 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 168608 0 0 0 119450 66 0 0 25 0 4 0 523216551 716476416 118380 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=3347/tid=3350] ppid=3344 vsize=699684 CPUtime=1201.57 cores=1,3,5,7
/proc/3347/task/3350/stat : 3350 (strangenight2-m) R 3344 3347 2758 0 -1 4202560 158435 0 0 0 120101 56 0 0 25 0 4 0 523216551 716476416 118380 33554432000 4194304 4627427 140734185559696 18446744073709551615 4309247 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4800.19
Current children cumulated vsize (KiB) 699684

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.25
CPU user time (s): 4797.77
CPU system time (s): 2.47962
CPU usage (%): 399.444
Max. virtual memory (cumulated for all children) (KiB): 728372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.77
system time used= 2.47962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 642026
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= 485
involuntary context switches= 35449

runsolver used 1.87172 second user time and 4.69429 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-30 00:29:38
IDJOB=3174254
IDBENCH=83072
IDSOLVER=1586
FILE ID=node122/3174254-1304116178
RUNJOBID= node122-1304116177-3324
PBS_JOBID= 13170682
Free space on /tmp= 71660 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S815408325-054.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174254-1304116178/watcher-3174254-1304116178 -o /tmp/evaluation-result-3174254-1304116178/solver-3174254-1304116178 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174254-1304116178.cnf

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

MD5SUM BENCH= 9830e1bf79d13e57ceeaa969f4476a02
RANDOM SEED=726350970

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31000192 kB
Buffers:        276676 kB
Cached:        1272148 kB
SwapCached:         64 kB
Active:         122352 kB
Inactive:      1491720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31000192 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:           11420 kB
Writeback:           0 kB
AnonPages:       65460 kB
Mapped:          15068 kB
Slab:           272036 kB
PageTables:       3952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   231412 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= 71660 MiB
End job on node122 at 2011-04-30 00:49:41