Trace number 3366411

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.2 1203.64

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S1915396418-078.SATISFIABLE.cnf
MD5SUM6f66bb3f92a8c8e75d9af481af0c129f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.003999
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366411-1305403553.cnf'
0.00/0.01	c -- header says num vars:            450
0.00/0.01	c -- header says num clauses:        1917
0.00/0.01	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.01	c -- vars added        450
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       450      1917         0         0      5751         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1917/1917 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.04/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.04/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.04/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    450 time:  0.00 s
0.04/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.04/0.04	c lits-rem:         0  cl-subs:        0  v-elim:      5  v-fix:    0  time:  0.00 s
0.04/0.04	c Finding binary XORs  T:     0.00 s  found:       0
0.04/0.04	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.04/0.04	c calculated reachability. Time: 0.00
0.04/0.04	c Calc default polars -  time:   0.00 s pos:     196 undec:      53 neg:     201
0.04/0.04	c =========================================================================================
0.04/0.04	c types(t): F = full restart, N = normal restart
0.04/0.04	c types(t): S = simplification begin/end, E = solution found
0.04/0.04	c restart types(rt): st = static, dy = dynamic
0.04/0.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.04/0.04	c  B st     0         0       445      1912         0         0      5773         0   no data   no data
0.04/0.10	c Decided on static restart strategy
0.04/0.15	c  N st     8      4917       445      1912         0      4821      5773    105897   no data   no data
1.17/0.39	c  N st    10     11299       445      1912         0      4487      5773     72124   no data   no data
2.37/0.64	c  N st    11     17044       445      1912         0     10101      5773    201922   no data   no data
3.99/1.03	c  F st    12     25000       445      1912         0     12382      5773    243413   no data   no data
3.99/1.03	c  N st    12     25000       445      1912         0     12382      5773    243413   no data   no data
4.76/1.27	c  N dy    18     30001       445      1912         0     10654      5773    189036   no data   no data
4.76/1.27	c  S st    18     30001       445      1912         0     10654      5773    189036   no data   no data
5.16/1.31	c  S st    18     30506       445      1912         0     11158      5773    200017   no data   no data
5.16/1.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.16/1.31	c blocked clauses removed:        6 vars:      1 tried:         445 T: 0.00 s
5.16/1.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    444 time:  0.00 s
5.16/1.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.16/1.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.16/1.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.36	c lits-rem:       135  cl-subs:      467  v-elim:      0  v-fix:    0  time:  0.04 s
5.16/1.37	c asymm  cl-useful: 0/1906/1906 lits-rem:0 time: 0.01
5.16/1.37	c calculated reachability. Time: 0.00
5.16/1.37	c  N dy    18     30506       444      1906         0     10691      5755    189193   no data   no data
6.35/1.64	c  N dy    30     35408       444      1906         0     15538      5755    295548     15.04     15.94
7.16/1.84	c  N dy    44     39413       444      1906         0     11699      5755    177490     14.96     15.79
8.80/2.24	c  N dy    58     45759       444      1906         0      9116      5755    101223     14.59     14.43
8.80/2.24	c  S st    58     45759       444      1906         0      9116      5755    101223     14.59     14.43
8.80/2.27	c  S st    58     46261       444      1906         0      9615      5755    112464     14.59   no data
8.80/2.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.80/2.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.80/2.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.80/2.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.80/2.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.80/2.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    444 time:  0.00 s
8.80/2.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.80/2.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.80/2.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.80/2.29	c lits-rem:         4  cl-subs:       22  v-elim:      0  v-fix:    0  time:  0.01 s
8.80/2.29	c vivif2 --  cl tried     1906 cl shrink        0 lits rem          0 time: 0.00
8.80/2.29	c vivif2 --  cl tried     9593 cl shrink        0 lits rem          0 time: 0.00
8.80/2.29	c asymm  cl-useful: 0/1906/1906 lits-rem:0 time: 0.01
8.80/2.29	c calculated reachability. Time: 0.00
8.80/2.29	c  N dy    58     46261       444      1906         0      9593      5755    111935     14.59   no data
9.94/2.51	c  N dy    77     50279       444      1906         0     13545      5755    194924     14.64     17.83
10.75/2.78	c  N dy    97     54357       444      1906         0     17575      5755    280305     14.70     16.62
12.35/3.20	c  N dy   106     60724       444      1906         0     13995      5755    182555     14.38     15.16
13.54/3.48	c  N dy   117     64835       444      1906         0     18053      5755    266641     14.31     15.44
15.13/3.82	c  N dy   145     69144       444      1906         0     11481      5755    117515     14.43     15.21
15.13/3.83	c  S st   148     69392       444      1906         0     11725      5755    123283     14.46   no data
15.13/3.86	c  S st   148     69896       444      1906         0     12226      5755    133591     14.46   no data
15.13/3.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.13/3.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.13/3.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.13/3.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.13/3.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.13/3.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    444 time:  0.00 s
15.13/3.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.13/3.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.13/3.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.13/3.88	c lits-rem:        14  cl-subs:       40  v-elim:      0  v-fix:    0  time:  0.01 s
15.13/3.88	c vivif2 --  cl tried     1906 cl shrink        0 lits rem          0 time: 0.00
15.13/3.89	c vivif2 --  cl tried    12186 cl shrink        0 lits rem          0 time: 0.00
15.13/3.89	c asymm  cl-useful: 0/1906/1906 lits-rem:0 time: 0.01
15.13/3.89	c calculated reachability. Time: 0.00
15.13/3.89	c  N dy   148     69896       444      1906         0     12186      5755    132502     14.46   no data
16.33/4.18	c  N dy   177     74440       444      1906         0     16655      5755    227934     14.53     15.46
17.92/4.55	c  N dy   187     79215       444      1906         0     21344      5755    326458     14.48     15.39
19.52/4.93	c  N dy   212     84395       444      1906         0     14639      5755    165922     14.51     15.32
20.32/5.14	c  F st   220     87500       444      1906         0     17700      5755    229098     14.48     12.99
21.12/5.39	c  N st   225     90795       444      1906         0     20929      5755    296234     14.48   no data
21.96/5.55	c Decided on static restart strategy
23.90/6.09	c  N st   228     99802       444      1906         0     16948      5755    276463     14.48   no data
25.50/6.49	c  S st   229    104845       444      1906         0     21846      5755    379004     14.48   no data
25.92/6.55	c  S st   229    105348       444      1906         0     22347      5755    390302     14.48   no data
25.92/6.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.92/6.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
25.92/6.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.92/6.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.92/6.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.92/6.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    444 time:  0.00 s
25.92/6.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.92/6.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.92/6.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.09/6.89	c lits-rem:       204  cl-subs:     2107  v-elim:      0  v-fix:    0  time:  0.32 s
27.09/6.89	c vivif2 --  cl tried     1906 cl shrink        0 lits rem          0 time: 0.00
27.09/6.89	c vivif2 --  cl tried    20240 cl shrink        0 lits rem          0 time: 0.00
27.49/6.91	c asymm  cl-useful: 0/1906/1906 lits-rem:0 time: 0.01
27.49/6.91	c calculated reachability. Time: 0.00
27.49/6.91	c  N st   229    105348       444      1906         0     20240      5755    347488     14.48   no data
30.31/7.70	c  N st   230    114946       444      1906         0     15906      5755    217231     14.48   no data
35.47/8.93	c  N st   231    129344       444      1906         0     15420      5755    208278     14.48   no data
42.65/10.78	c  N st   232    150941       444      1906         0     20966      5755    308100     14.48   no data
45.45/11.40	c  S st   233    158024       444      1906         0     27938      5755    471416     14.48   no data
45.45/11.48	c  S st   233    158528       444      1906         0     28442      5755    481834     14.48   no data
45.45/11.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.45/11.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
45.45/11.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.45/11.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.45/11.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.45/11.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    444 time:  0.00 s
45.45/11.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.45/11.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.84/11.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.64/11.76	c lits-rem:       153  cl-subs:     1242  v-elim:      0  v-fix:    0  time:  0.26 s
46.64/11.76	c vivif2 --  cl tried     1906 cl shrink        0 lits rem          0 time: 0.00
46.64/11.77	c vivif2 --  cl tried    27200 cl shrink        0 lits rem          0 time: 0.01
46.64/11.79	c asymm  cl-useful: 0/1906/1906 lits-rem:0 time: 0.02
46.64/11.79	c calculated reachability. Time: 0.00
46.64/11.79	c  N st   233    158528       444      1906         0     27200      5755    455019     14.48   no data
65.41/16.50	c  N st   234    207116       444      1906         0     21905      5755    298940     14.48   no data
78.57/19.74	c  N st   235    237794       444      1906         0     32251      5755    494957     14.48   no data
78.57/19.74	c  S st   235    237794       444      1906         0     32251      5755    494957     14.48   no data
78.99/19.81	c  S st   235    238296       444      1906         0     32752      5755    505558     14.48   no data
78.99/19.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
78.99/19.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
78.99/19.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
78.99/19.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
78.99/19.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.99/19.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    444 time:  0.00 s
78.99/19.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
78.99/19.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
78.99/19.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.34/20.41	c lits-rem:       220  cl-subs:     2359  v-elim:      0  v-fix:    0  time:  0.56 s
81.34/20.41	c vivif2 --  cl tried     1906 cl shrink        0 lits rem          0 time: 0.00
81.34/20.41	c vivif2 --  cl tried    30393 cl shrink        0 lits rem          0 time: 0.00
81.34/20.43	c asymm  cl-useful: 0/1906/1906 lits-rem:0 time: 0.02
81.34/20.43	c calculated reachability. Time: 0.00
81.34/20.43	c  N st   235    238296       444      1906         0     30393      5755    456964     14.48   no data
110.85/27.85	c  F st   236    306251       444      1906         0     32197      5755    467376     14.48   no data
110.85/27.85	c  N st   236    306251       444      1906         0     32197      5755    467376     14.48   no data
113.24/28.49	c Decided on static restart strategy
124.00/31.11	c  N st   246    334554       444      1906         0     36488      5755    554137     14.48   no data
134.78/33.80	c  N st   248    357445       444      1906         0     34485      5755    488375     14.48   no data
134.78/33.80	c  S st   248    357445       444      1906         0     34485      5755    488375     14.48   no data
134.78/33.89	c  S st   248    357949       444      1906         0     34988      5755    499629     14.48   no data
134.78/33.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
135.18/33.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
135.18/33.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
135.18/33.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
135.18/33.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
135.18/33.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    444 time:  0.00 s
135.18/33.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
135.18/33.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
135.18/33.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
136.36/34.20	c lits-rem:        98  cl-subs:     1182  v-elim:      0  v-fix:    0  time:  0.28 s
136.36/34.20	c vivif2 --  cl tried     1906 cl shrink        0 lits rem          0 time: 0.00
136.36/34.21	c vivif2 --  cl tried    33806 cl shrink        0 lits rem          0 time: 0.01
136.36/34.23	c asymm  cl-useful: 0/1906/1906 lits-rem:0 time: 0.02
136.36/34.23	c calculated reachability. Time: 0.00
136.36/34.23	c  N st   248    357949       444      1906         0     33806      5755    473096     14.48   no data
153.57/38.54	c  N st   249    390342       444      1906         0     40072      5755    609267     14.48   no data
181.04/45.45	c  N st   250    438931       444      1906         0     33732      5755    419327     14.48   no data
221.73/55.61	c  N st   251    511813       444      1906         0     47346      5755    734967     14.48   no data
235.68/59.11	c  N st   252    536925       444      1906         0     41656      5755    585257     14.48   no data
235.68/59.11	c  S st   252    536925       444      1906         0     41656      5755    585257     14.48   no data
236.08/59.21	c  S st   252    537428       444      1906         0     42158      5755    596238     14.48   no data
236.08/59.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
236.08/59.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
236.08/59.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
236.08/59.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
236.08/59.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
236.08/59.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    444 time:  0.00 s
236.08/59.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
236.08/59.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
236.08/59.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.08/59.72	c lits-rem:       217  cl-subs:     1415  v-elim:      0  v-fix:    0  time:  0.46 s
238.08/59.72	c vivif2 --  cl tried     1906 cl shrink        0 lits rem          0 time: 0.00
238.08/59.73	c vivif2 --  cl tried    40743 cl shrink        0 lits rem          0 time: 0.01
238.08/59.75	c asymm  cl-useful: 0/1906/1906 lits-rem:0 time: 0.03
238.08/59.75	c calculated reachability. Time: 0.00
238.08/59.75	c  N st   252    537428       444      1906         0     40743      5755    561573     14.48   no data
342.56/85.96	c  N st   253    701412       444      1906         0     69709      5755   1184745     14.48   no data
413.96/103.88	c  N st   254    806142       444      1906         0     63448      5755    943269     14.48   no data
413.96/103.88	c  S st   254    806142       444      1906         0     63448      5755    943269     14.48   no data
414.76/104.07	c  S st   254    806646       444      1906         0     63950      5755    955512     14.48   no data
414.76/104.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
415.16/104.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
415.16/104.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
415.16/104.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
415.16/104.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
415.16/104.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    444 time:  0.00 s
415.16/104.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
415.16/104.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
415.16/104.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
425.58/106.76	c lits-rem:       565  cl-subs:     5697  v-elim:      0  v-fix:    0  time:  2.62 s
425.58/106.76	c vivif2 --  cl tried     1906 cl shrink        0 lits rem          0 time: 0.00
425.58/106.78	c vivif2 --  cl tried    58253 cl shrink        0 lits rem          0 time: 0.01
425.92/106.82	c asymm  cl-useful: 0/1906/1906 lits-rem:0 time: 0.04
425.92/106.82	c calculated reachability. Time: 0.00
425.92/106.82	c  N st   254    806646       444      1906         0     58253      5755    842777     14.48   no data
633.31/158.86	c  F st   255   1071875       444      1906         0     74233      5755   1094009     14.48   no data
633.31/158.86	c  N st   255   1071875       444      1906         0     74233      5755   1094009     14.48   no data
638.50/160.16	c Decided on static restart strategy
657.25/164.90	c  N st   265   1100181       444      1906         0     58123      5755    725442     14.48   no data
689.14/172.86	c  N st   267   1136174       444      1906         0     48592      5755    509450     14.48   no data
716.26/179.60	c  N st   268   1168566       444      1906         0     80111      5755   1253100     14.48   no data
759.73/190.53	c  N st   269   1209970       444      1906         0     74674      5755   1102467     14.48   no data
759.73/190.53	c  S st   269   1209970       444      1906         0     74674      5755   1102467     14.48   no data
760.93/190.82	c  S st   269   1210475       444      1906         0     75178      5755   1113617     14.48   no data
760.93/190.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
760.93/190.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
760.93/190.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
760.93/190.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
760.93/190.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
760.93/190.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    444 time:  0.00 s
760.93/190.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
760.93/190.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
761.33/190.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
772.49/193.73	c lits-rem:       830  cl-subs:     4456  v-elim:      0  v-fix:    0  time:  2.81 s
772.49/193.73	c vivif2 --  cl tried     1906 cl shrink        0 lits rem          0 time: 0.00
772.49/193.74	c vivif2 --  cl tried    70722 cl shrink        0 lits rem          0 time: 0.01
772.89/193.80	c asymm  cl-useful: 0/1906/1906 lits-rem:0 time: 0.06
772.89/193.80	c calculated reachability. Time: 0.00
772.89/193.80	c  N st   269   1210475       444      1906         0     70722      5755   1010967     14.48   no data
840.69/210.85	c  N st   270   1283357       444      1906         0     94612      5755   1499659     14.48   no data
953.95/239.20	c  N st   271   1392680       444      1906         0     55123      5755    575761     14.48   no data
1103.11/276.62	c  N st   272   1556664       444      1906         0     60117      5755    639487     14.48   no data
1249.08/313.22	c  N st   273   1710475       444      1906         0    101317      5755   1520162     14.48   no data
1249.08/313.22	c  S st   273   1710475       444      1906         0    101317      5755   1520162     14.48   no data
1250.67/313.60	c  S st   273   1710981       444      1906         0    101822      5755   1532358     14.48   no data
1250.67/313.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1250.67/313.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1250.67/313.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1250.67/313.66	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1250.67/313.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1250.67/313.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    444 time:  0.00 s
1250.67/313.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1250.67/313.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1251.07/313.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1285.00/322.26	c lits-rem:       804  cl-subs:     9621  v-elim:      0  v-fix:    0  time:  8.53 s
1285.00/322.26	c vivif2 --  cl tried     1906 cl shrink        0 lits rem          0 time: 0.00
1285.00/322.28	c vivif2 --  cl tried    92201 cl shrink        0 lits rem          0 time: 0.02
1285.42/322.37	c asymm  cl-useful: 0/1906/1906 lits-rem:0 time: 0.09
1285.42/322.37	c calculated reachability. Time: 0.00
1285.42/322.37	c  N st   273   1710981       444      1906         0     92201      5755   1352099     14.48   no data
1637.52/410.61	c  N st   274   2079945       444      1906         0    104232      5755   1537142     14.48   no data
1783.49/447.28	c  N st   275   2210983       444      1906         0    107694      5755   1502809     14.48   no data
1783.49/447.28	c  S st   275   2210983       444      1906         0    107694      5755   1502809     14.48   no data
1785.11/447.62	c  S st   275   2211485       444      1906         0    108195      5755   1514343     14.48   no data
1785.11/447.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1785.11/447.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1785.11/447.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1785.11/447.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1785.11/447.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1785.11/447.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    444 time:  0.00 s
1785.11/447.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1785.11/447.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1785.53/447.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1817.78/455.89	c lits-rem:       394  cl-subs:    12919  v-elim:      0  v-fix:    0  time:  8.14 s
1817.78/455.89	c vivif2 --  cl tried     1906 cl shrink        0 lits rem          0 time: 0.00
1818.18/455.91	c vivif2 --  cl tried    95276 cl shrink        0 lits rem          0 time: 0.02
1818.58/456.00	c asymm  cl-useful: 0/1906/1906 lits-rem:0 time: 0.09
1818.58/456.00	c calculated reachability. Time: 0.00
1818.58/456.00	c  N st   275   2211485       444      1906         0     95276      5755   1278814     14.48   no data
2401.25/602.17	c  N st   276   2711485       444      1906         0    119367      5755   1885123     14.48   no data
2401.25/602.17	c  S st   276   2711485       444      1906         0    119367      5755   1885123     14.48   no data
2402.85/602.57	c  S st   276   2711988       444      1906         0    119869      5755   1896922     14.48   no data
2402.85/602.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2403.25/602.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2403.25/602.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2403.25/602.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2403.25/602.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2403.25/602.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    444 time:  0.00 s
2403.25/602.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2403.25/602.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2403.67/602.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2456.30/615.96	c lits-rem:       593  cl-subs:     9428  v-elim:      0  v-fix:    0  time: 13.24 s
2456.30/615.96	c vivif2 --  cl tried     1906 cl shrink        0 lits rem          0 time: 0.00
2456.30/615.99	c vivif2 --  cl tried   110441 cl shrink        0 lits rem          0 time: 0.03
2457.07/616.10	c asymm  cl-useful: 0/1906/1906 lits-rem:0 time: 0.11
2457.07/616.10	c calculated reachability. Time: 0.00
2457.07/616.10	c  N st   276   2711988       444      1906         0    110441      5755   1681912     14.48   no data
3061.28/767.71	c  N st   277   3211989       444      1906         0     86593      5755    923273     14.48   no data
3061.28/767.71	c  S st   277   3211989       444      1906         0     86593      5755    923273     14.48   no data
3062.46/767.99	c  S st   277   3212495       444      1906         0     87097      5755    935493     14.48   no data
3062.46/767.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3062.86/768.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
3062.86/768.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3062.86/768.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3062.86/768.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3062.86/768.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    444 time:  0.00 s
3062.86/768.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3062.86/768.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3062.86/768.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3065.66/768.78	c lits-rem:        70  cl-subs:     1983  v-elim:      0  v-fix:    0  time:  0.71 s
3065.66/768.78	c vivif2 --  cl tried     1906 cl shrink        0 lits rem          0 time: 0.00
3065.66/768.80	c vivif2 --  cl tried    85114 cl shrink        0 lits rem          0 time: 0.01
3066.08/768.87	c asymm  cl-useful: 0/1906/1906 lits-rem:0 time: 0.07
3066.08/768.88	c calculated reachability. Time: 0.00
3066.08/768.88	c  N st   277   3212495       444      1906         0     85114      5755    897165     14.48   no data
3719.74/932.73	c  N st   278   3712495       444      1906         0     95855      5755   1031239     14.48   no data
3719.74/932.73	c  S st   278   3712495       444      1906         0     95855      5755   1031239     14.48   no data
3720.91/933.03	c  S st   278   3712995       444      1906         0     96355      5755   1042987     14.48   no data
3720.91/933.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3720.91/933.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
3720.91/933.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3720.91/933.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3720.91/933.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3720.91/933.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    444 time:  0.00 s
3720.91/933.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3721.31/933.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3721.31/933.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3726.10/934.34	c lits-rem:       124  cl-subs:     3407  v-elim:      0  v-fix:    0  time:  1.20 s
3726.10/934.34	c vivif2 --  cl tried     1906 cl shrink        0 lits rem          0 time: 0.00
3726.10/934.35	c vivif2 --  cl tried    92948 cl shrink        0 lits rem          0 time: 0.02
3726.50/934.44	c asymm  cl-useful: 0/1906/1906 lits-rem:0 time: 0.08
3726.50/934.44	c calculated reachability. Time: 0.00
3726.50/934.44	c  N st   278   3712995       444      1906         0     92948      5755    980127     14.48   no data
3775.15/946.66	c  F st   279   3751562       444      1906         0    130211      5755   1810096     14.48   no data
3775.15/946.66	c  N st   279   3751562       444      1906         0    130211      5755   1810096     14.48   no data
3785.14/949.16	c Decided on static restart strategy
3824.21/958.99	c  N st   289   3779870       444      1906         0    157723      5755   2438153     14.48   no data
3872.48/971.02	c  N st   291   3815863       444      1906         0    110272      5755   1365988     14.48   no data
3929.50/985.31	c  N st   292   3848256       444      1906         0    141687      5755   2092596     14.48   no data
3996.90/1002.29	c  N st   293   3896844       444      1906         0    105648      5755   1270417     14.48   no data
4126.12/1034.68	c  N st   294   3969727       444      1906         0     91968      5755    917128     14.48   no data
4278.87/1072.95	c  N st   295   4079051       444      1906         0    113025      5755   1415850     14.48   no data
4478.70/1123.03	c  N st   296   4212995       444      1906         0    156239      5755   2403877     14.48   no data
4478.70/1123.03	c  S st   296   4212995       444      1906         0    156239      5755   2403877     14.48   no data
4481.07/1123.60	c  S st   296   4213497       444      1906         0    156739      5755   2415335     14.48   no data
4481.07/1123.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4481.07/1123.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
4481.07/1123.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4481.07/1123.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4481.07/1123.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4481.07/1123.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    444 time:  0.00 s
4481.07/1123.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4481.48/1123.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4481.87/1123.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4561.62/1143.85	c lits-rem:      1078  cl-subs:    12815  v-elim:      0  v-fix:    0  time: 20.04 s
4561.62/1143.85	c vivif2 --  cl tried     1906 cl shrink        0 lits rem          0 time: 0.00
4561.62/1143.89	c vivif2 --  cl tried   143924 cl shrink        0 lits rem          0 time: 0.03
4562.46/1144.05	c asymm  cl-useful: 0/1906/1906 lits-rem:0 time: 0.16
4562.46/1144.06	c calculated reachability. Time: 0.00
4562.46/1144.06	c  N st   296   4213497       444      1906         0    143924      5755   2154630     14.48   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-3366411-1305403553/watcher-3366411-1305403553 -o /tmp/evaluation-result-3366411-1305403553/solver-3366411-1305403553 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366411-1305403553.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.74 8.02 8.06 5/367 7652
/proc/meminfo: memFree=30252712/32951124 swapFree=51873460/67111528
[pid=7652] ppid=7650 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 632771520 52396032 348 33554432000 4194304 4580107 140734259950816 18446744073709551615 47163555977138 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 12792 348 299 95 0 7774 0
[pid=7652/tid=7653] ppid=7650 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 1 0 0 0 1 0 0 0 25 0 4 0 632771521 52396032 348 33554432000 4194304 4580107 140734259950816 18446744073709551615 47163555977128 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 632771521 52396032 348 33554432000 4194304 4580107 140734259950816 18446744073709551615 47163555977138 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 632771521 52396032 348 33554432000 4194304 4580107 140734259950816 18446744073709551615 212039711729 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.017969 s]
/proc/loadavg: 7.74 8.02 8.06 5/367 7652
/proc/meminfo: memFree=30252712/32951124 swapFree=51873460/67111528
[pid=7652] ppid=7650 vsize=281820 CPUtime=0.04 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 1039 0 0 0 4 0 0 0 25 0 4 0 632771520 288583680 959 33554432000 4194304 4580107 140734259950816 18446744073709551615 212039679895 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 70455 960 371 95 0 65437 0
[pid=7652/tid=7653] ppid=7650 vsize=281820 CPUtime=0.01 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 231 0 0 0 1 0 0 0 25 0 4 0 632771521 288583680 960 33554432000 4194304 4580107 140734259950816 18446744073709551615 4416469 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=281820 CPUtime=0.01 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 139 0 0 0 1 0 0 0 25 0 4 0 632771521 288583680 952 33554432000 4194304 4580107 140734259950816 18446744073709551615 4408392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=281820 CPUtime=0 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 108 0 0 0 0 0 0 0 25 0 4 0 632771521 288583680 953 33554432000 4194304 4580107 140734259950816 18446744073709551615 212039760366 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 281820

[startup+0.163652 s]
/proc/loadavg: 7.74 8.02 8.06 5/367 7652
/proc/meminfo: memFree=30252712/32951124 swapFree=51873460/67111528
[pid=7652] ppid=7650 vsize=282924 CPUtime=0.63 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 1976 0 0 0 63 0 0 0 25 0 4 0 632771520 289714176 1496 33554432000 4194304 4580107 140734259950816 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 70731 1496 377 95 0 65713 0
[pid=7652/tid=7653] ppid=7650 vsize=282924 CPUtime=0.16 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 488 0 0 0 16 0 0 0 25 0 4 0 632771521 289714176 1496 33554432000 4194304 4580107 140734259950816 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=282924 CPUtime=0.15 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 340 0 0 0 15 0 0 0 25 0 4 0 632771521 289714176 1496 33554432000 4194304 4580107 140734259950816 18446744073709551615 4486976 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=282924 CPUtime=0.14 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 325 0 0 0 14 0 0 0 25 0 4 0 632771521 289714176 1496 33554432000 4194304 4580107 140734259950816 18446744073709551615 4306352 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 282924

[startup+0.300627 s]
/proc/loadavg: 7.74 8.02 8.06 5/367 7652
/proc/meminfo: memFree=30252712/32951124 swapFree=51873460/67111528
[pid=7652] ppid=7650 vsize=283468 CPUtime=1.17 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 2570 0 0 0 117 0 0 0 25 0 4 0 632771520 290271232 1963 33554432000 4194304 4580107 140734259950816 18446744073709551615 4324374 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 70867 1963 377 95 0 65849 0
[pid=7652/tid=7653] ppid=7650 vsize=283468 CPUtime=0.29 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 629 0 0 0 29 0 0 0 25 0 4 0 632771521 290271232 1963 33554432000 4194304 4580107 140734259950816 18446744073709551615 4323013 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=283468 CPUtime=0.29 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 536 0 0 0 29 0 0 0 25 0 4 0 632771521 290271232 1963 33554432000 4194304 4580107 140734259950816 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=283468 CPUtime=0.28 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 446 0 0 0 28 0 0 0 25 0 4 0 632771521 290271232 1963 33554432000 4194304 4580107 140734259950816 18446744073709551615 4296107 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) 283468

[startup+0.700556 s]
/proc/loadavg: 7.74 8.02 8.06 5/367 7652
/proc/meminfo: memFree=30252712/32951124 swapFree=51873460/67111528
[pid=7652] ppid=7650 vsize=284580 CPUtime=2.77 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 4206 0 0 0 277 0 0 0 25 0 4 0 632771520 291409920 2544 33554432000 4194304 4580107 140734259950816 18446744073709551615 4293911 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 71145 2544 377 95 0 66127 0
[pid=7652/tid=7653] ppid=7650 vsize=284580 CPUtime=0.69 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 1155 0 0 0 69 0 0 0 25 0 4 0 632771521 291409920 2544 33554432000 4194304 4580107 140734259950816 18446744073709551615 4322884 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=284580 CPUtime=0.69 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 910 0 0 0 69 0 0 0 25 0 4 0 632771521 291409920 2544 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=284580 CPUtime=0.68 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 793 0 0 0 68 0 0 0 25 0 4 0 632771521 291409920 2544 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294530 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) 284580

[startup+1.50041 s]
/proc/loadavg: 7.74 8.02 8.06 9/371 7656
/proc/meminfo: memFree=30242512/32951124 swapFree=51873460/67111528
[pid=7652] ppid=7650 vsize=285848 CPUtime=5.95 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 8252 0 0 0 595 0 0 0 25 0 4 0 632771520 292708352 4381 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 71462 4381 379 95 0 66444 0
[pid=7652/tid=7653] ppid=7650 vsize=285848 CPUtime=1.49 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 1799 0 0 0 149 0 0 0 25 0 4 0 632771521 292708352 4381 33554432000 4194304 4580107 140734259950816 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=285848 CPUtime=1.49 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 1632 0 0 0 149 0 0 0 25 0 4 0 632771521 292708352 4381 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=285848 CPUtime=1.47 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 1509 0 0 0 147 0 0 0 25 0 4 0 632771521 292708352 4381 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 285848

[startup+3.10113 s]
/proc/loadavg: 7.74 8.02 8.06 9/371 7656
/proc/meminfo: memFree=30222980/32951124 swapFree=51873460/67111528
[pid=7652] ppid=7650 vsize=277996 CPUtime=12.35 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 17055 0 0 0 1233 2 0 0 25 0 4 0 632771520 284667904 9044 33554432000 4194304 4580107 140734259950816 18446744073709551615 4293105 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 69499 9044 379 95 0 64481 0
[pid=7652/tid=7653] ppid=7650 vsize=277996 CPUtime=3.09 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 4011 0 0 0 309 0 0 0 25 0 4 0 632771521 284667904 9044 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=277996 CPUtime=3.08 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 4452 0 0 0 308 0 0 0 25 0 4 0 632771521 284667904 9044 33554432000 4194304 4580107 140734259950816 18446744073709551615 4304880 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=277996 CPUtime=3.05 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 4068 0 0 0 305 0 0 0 25 0 4 0 632771521 284667904 9044 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 277996

[startup+6.30056 s]
/proc/loadavg: 7.76 8.02 8.06 9/371 7656
/proc/meminfo: memFree=30188968/32951124 swapFree=51873460/67111528
[pid=7652] ppid=7650 vsize=279716 CPUtime=25.1 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 25990 0 0 0 2507 3 0 0 25 0 4 0 632771520 286429184 11952 33554432000 4194304 4580107 140734259950816 18446744073709551615 4320704 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 69929 11952 379 95 0 64911 0
[pid=7652/tid=7653] ppid=7650 vsize=279716 CPUtime=6.29 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 6991 0 0 0 629 0 0 0 25 0 4 0 632771521 286429184 11952 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=279716 CPUtime=6.29 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 7290 0 0 0 628 1 0 0 25 0 4 0 632771521 286429184 11952 33554432000 4194304 4580107 140734259950816 18446744073709551615 4324363 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=279716 CPUtime=6.21 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 5846 0 0 0 621 0 0 0 25 0 4 0 632771521 286429184 11952 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 279716

[startup+12.7004 s]
/proc/loadavg: 7.78 8.02 8.06 9/371 7656
/proc/meminfo: memFree=30161204/32951124 swapFree=51873460/67111528
[pid=7652] ppid=7650 vsize=300708 CPUtime=50.62 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 42829 0 0 0 5055 7 0 0 25 0 4 0 632771520 307924992 17698 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294345 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 75177 17698 379 95 0 70159 0
[pid=7652/tid=7653] ppid=7650 vsize=300708 CPUtime=12.69 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 11012 0 0 0 1268 1 0 0 25 0 4 0 632771521 307924992 17698 33554432000 4194304 4580107 140734259950816 18446744073709551615 4320810 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=300708 CPUtime=12.69 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 10164 0 0 0 1267 2 0 0 25 0 4 0 632771521 307924992 17698 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=300708 CPUtime=12.53 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 10287 0 0 0 1252 1 0 0 25 0 4 0 632771521 307924992 17698 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 300708

[startup+25.5011 s]
/proc/loadavg: 7.90 8.04 8.07 9/371 7657
/proc/meminfo: memFree=30128292/32951124 swapFree=51873460/67111528
[pid=7652] ppid=7650 vsize=311360 CPUtime=101.67 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 65434 0 0 0 10155 12 0 0 25 0 4 0 632771520 318832640 24078 33554432000 4194304 4580107 140734259950816 18446744073709551615 4321252 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 77840 24078 379 95 0 72822 0
[pid=7652/tid=7653] ppid=7650 vsize=311360 CPUtime=25.49 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 17743 0 0 0 2547 2 0 0 25 0 4 0 632771521 318832640 24078 33554432000 4194304 4580107 140734259950816 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=311360 CPUtime=25.48 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 16263 0 0 0 2545 3 0 0 25 0 4 0 632771521 318832640 24078 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=311360 CPUtime=25.18 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 14300 0 0 0 2516 2 0 0 25 0 4 0 632771521 318832640 24078 33554432000 4194304 4580107 140734259950816 18446744073709551615 4293849 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 311360

[startup+51.1006 s]
/proc/loadavg: 7.93 8.03 8.06 9/371 7657
/proc/meminfo: memFree=30084744/32951124 swapFree=51873460/67111528
[pid=7652] ppid=7650 vsize=293004 CPUtime=203.77 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 96062 0 0 0 20357 20 0 0 25 0 4 0 632771520 300036096 30208 33554432000 4194304 4580107 140734259950816 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 73251 30208 379 95 0 68233 0
[pid=7652/tid=7653] ppid=7650 vsize=293004 CPUtime=51.08 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 26656 0 0 0 5104 4 0 0 25 0 4 0 632771521 300036096 30208 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=293004 CPUtime=51.09 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 23564 0 0 0 5103 6 0 0 25 0 4 0 632771521 300036096 30208 33554432000 4194304 4580107 140734259950816 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=293004 CPUtime=50.48 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 20397 0 0 0 5044 4 0 0 25 0 4 0 632771521 300036096 30208 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 293004

[startup+102.313 s]
/proc/loadavg: 8.03 8.04 8.06 9/371 7659
/proc/meminfo: memFree=30023556/32951124 swapFree=51873460/67111528
[pid=7652] ppid=7650 vsize=304360 CPUtime=408.02 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 139154 0 0 0 40765 37 0 0 25 0 4 0 632771520 311664640 36947 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 76090 36947 379 95 0 71072 0
[pid=7652/tid=7653] ppid=7650 vsize=304360 CPUtime=102.31 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 40458 0 0 0 10221 10 0 0 25 0 4 0 632771521 311664640 36947 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=304360 CPUtime=102.3 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 35561 0 0 0 10219 11 0 0 25 0 4 0 632771521 311664640 36947 33554432000 4194304 4580107 140734259950816 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=304360 CPUtime=101.09 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 25250 0 0 0 10103 6 0 0 25 0 4 0 632771521 311664640 36947 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.02
Current children cumulated vsize (KiB) 304360

[startup+162.301 s]

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

[pid=7652] ppid=7650 vsize=465884 CPUtime=2561.59 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 429776 0 0 0 255991 168 0 0 25 0 4 0 632771520 477065216 80378 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 116471 80378 379 95 0 111453 0
[pid=7652/tid=7653] ppid=7650 vsize=465884 CPUtime=642.32 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 102019 0 0 0 64196 36 0 0 25 0 4 0 632771521 477065216 80380 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=465884 CPUtime=642.31 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 113073 0 0 0 64187 44 0 0 25 0 4 0 632771521 477065216 80380 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294418 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=465884 CPUtime=634.64 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 97816 0 0 0 63424 40 0 0 25 0 4 0 632771521 477065216 80380 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2561.59
Current children cumulated vsize (KiB) 465884

[startup+702.3 s]
/proc/loadavg: 8.18 8.13 8.09 9/371 7675
/proc/meminfo: memFree=29694072/32951124 swapFree=51873460/67111528
[pid=7652] ppid=7650 vsize=532008 CPUtime=2800.86 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 458052 0 0 0 279903 183 0 0 25 0 4 0 632771520 544776192 81125 33554432000 4194304 4580107 140734259950816 18446744073709551615 4322880 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 133002 81125 379 95 0 127984 0
[pid=7652/tid=7653] ppid=7650 vsize=532008 CPUtime=702.31 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 109246 0 0 0 70191 40 0 0 25 0 4 0 632771521 544776192 81125 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=532008 CPUtime=702.3 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 119298 0 0 0 70182 48 0 0 25 0 4 0 632771521 544776192 81125 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=532008 CPUtime=693.92 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 104586 0 0 0 69348 44 0 0 25 0 4 0 632771521 544776192 81125 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2800.86
Current children cumulated vsize (KiB) 532008

[startup+762.315 s]
/proc/loadavg: 8.07 8.11 8.09 9/371 7676
/proc/meminfo: memFree=29652364/32951124 swapFree=51873460/67111528
[pid=7652] ppid=7650 vsize=532524 CPUtime=3040.19 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 484583 0 0 0 303821 198 0 0 25 0 4 0 632771520 545304576 82488 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 133131 82488 379 95 0 128113 0
[pid=7652/tid=7653] ppid=7650 vsize=532524 CPUtime=762.32 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 115595 0 0 0 76189 43 0 0 25 0 4 0 632771521 545304576 82488 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=532524 CPUtime=762.31 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 126453 0 0 0 76180 51 0 0 25 0 4 0 632771521 545304576 82488 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=532524 CPUtime=753.2 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 110618 0 0 0 75271 49 0 0 25 0 4 0 632771521 545304576 82488 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3040.19
Current children cumulated vsize (KiB) 532524

[startup+822.301 s]
/proc/loadavg: 8.08 8.10 8.09 9/371 7678
/proc/meminfo: memFree=29586944/32951124 swapFree=51873460/67111528
[pid=7652] ppid=7650 vsize=585956 CPUtime=3279.43 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 517473 0 0 0 327733 210 0 0 25 0 4 0 632771520 600018944 87974 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 146489 87974 379 95 0 141471 0
[pid=7652/tid=7653] ppid=7650 vsize=585956 CPUtime=822.31 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 124608 0 0 0 82185 46 0 0 25 0 4 0 632771521 600018944 87974 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=585956 CPUtime=822.3 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 132921 0 0 0 82176 54 0 0 25 0 4 0 632771521 600018944 87974 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=585956 CPUtime=812.48 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 120498 0 0 0 81196 52 0 0 25 0 4 0 632771521 600018944 87974 33554432000 4194304 4580107 140734259950816 18446744073709551615 4406334 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3279.43
Current children cumulated vsize (KiB) 585956

[startup+882.301 s]
/proc/loadavg: 8.09 8.09 8.08 9/371 7680
/proc/meminfo: memFree=29581560/32951124 swapFree=51873460/67111528
[pid=7652] ppid=7650 vsize=594108 CPUtime=3518.71 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 541361 0 0 0 351649 222 0 0 25 0 4 0 632771520 608366592 89496 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 148527 89496 379 95 0 143509 0
[pid=7652/tid=7653] ppid=7650 vsize=594108 CPUtime=882.31 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 130463 0 0 0 88182 49 0 0 25 0 4 0 632771521 608366592 89496 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=594108 CPUtime=882.3 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 139495 0 0 0 88174 56 0 0 25 0 4 0 632771521 608366592 89496 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=594108 CPUtime=871.75 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 125229 0 0 0 87120 55 0 0 25 0 4 0 632771521 608366592 89496 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3518.71
Current children cumulated vsize (KiB) 594108

[startup+942.3 s]
/proc/loadavg: 8.14 8.10 8.09 9/371 7681
/proc/meminfo: memFree=29571848/32951124 swapFree=51873460/67111528
[pid=7652] ppid=7650 vsize=582456 CPUtime=3758.01 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 564652 0 0 0 375567 234 0 0 25 0 4 0 632771520 596434944 90410 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 145614 90410 379 95 0 140596 0
[pid=7652/tid=7653] ppid=7650 vsize=582456 CPUtime=942.31 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 136649 0 0 0 94179 52 0 0 25 0 4 0 632771521 596434944 90410 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=582456 CPUtime=942.3 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 142845 0 0 0 94172 58 0 0 25 0 4 0 632771521 596434944 90410 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=582456 CPUtime=931.05 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 131677 0 0 0 93047 58 0 0 25 0 4 0 632771521 596434944 90410 33554432000 4194304 4580107 140734259950816 18446744073709551615 4318708 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3758.01
Current children cumulated vsize (KiB) 582456

[startup+1002.3 s]
/proc/loadavg: 8.10 8.10 8.09 9/371 7683
/proc/meminfo: memFree=29538776/32951124 swapFree=51873460/67111528
[pid=7652] ppid=7650 vsize=647644 CPUtime=3997.3 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 585714 0 0 0 399485 245 0 0 25 0 4 0 632771520 663187456 94780 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 161911 94780 379 95 0 156893 0
[pid=7652/tid=7653] ppid=7650 vsize=647644 CPUtime=1002.31 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 140277 0 0 0 100178 53 0 0 25 0 4 0 632771521 663187456 94780 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=647644 CPUtime=1002.3 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 148633 0 0 0 100169 61 0 0 25 0 4 0 632771521 663187456 94780 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=647644 CPUtime=990.34 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 137056 0 0 0 98973 61 0 0 25 0 4 0 632771521 663187456 94780 33554432000 4194304 4580107 140734259950816 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3997.3
Current children cumulated vsize (KiB) 647644

[startup+1062.3 s]
/proc/loadavg: 8.08 8.09 8.09 9/371 7684
/proc/meminfo: memFree=29518764/32951124 swapFree=51873460/67111528
[pid=7652] ppid=7650 vsize=597484 CPUtime=4236.6 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 609405 0 0 0 423404 256 0 0 25 0 4 0 632771520 611823616 97727 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 149371 97727 379 95 0 144353 0
[pid=7652/tid=7653] ppid=7650 vsize=597484 CPUtime=1062.31 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 143830 0 0 0 106176 55 0 0 25 0 4 0 632771521 611823616 97727 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=597484 CPUtime=1062.31 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 155387 0 0 0 106166 65 0 0 25 0 4 0 632771521 611823616 97727 33554432000 4194304 4580107 140734259950816 18446744073709551615 4293691 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=597484 CPUtime=1049.64 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 145241 0 0 0 104900 64 0 0 25 0 4 0 632771521 611823616 97727 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4236.6
Current children cumulated vsize (KiB) 597484

[startup+1122.3 s]
/proc/loadavg: 8.20 8.13 8.10 9/371 7686
/proc/meminfo: memFree=29488956/32951124 swapFree=51873460/67111528
[pid=7652] ppid=7650 vsize=611388 CPUtime=4475.88 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 628692 0 0 0 447321 267 0 0 25 0 4 0 632771520 626061312 106622 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 152847 106622 379 95 0 147829 0
[pid=7652/tid=7653] ppid=7650 vsize=611388 CPUtime=1122.31 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 147021 0 0 0 112174 57 0 0 25 0 4 0 632771521 626061312 106622 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=611388 CPUtime=1122.31 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 160301 0 0 0 112163 68 0 0 25 0 4 0 632771521 626061312 106622 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=611388 CPUtime=1108.91 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 150047 0 0 0 110825 66 0 0 25 0 4 0 632771521 626061312 106622 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4475.88
Current children cumulated vsize (KiB) 611388

[startup+1182.3 s]
/proc/loadavg: 8.39 8.20 8.12 9/371 7691
/proc/meminfo: memFree=29459072/32951124 swapFree=51873460/67111528
[pid=7652] ppid=7650 vsize=624308 CPUtime=4715.17 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 649984 0 0 0 471241 276 0 0 25 0 4 0 632771520 639291392 112773 33554432000 4194304 4580107 140734259950816 18446744073709551615 4320729 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 156077 112773 379 95 0 151059 0
[pid=7652/tid=7653] ppid=7650 vsize=624308 CPUtime=1182.31 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 147869 0 0 0 118174 57 0 0 25 0 4 0 632771521 639291392 112773 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=624308 CPUtime=1182.31 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 166039 0 0 0 118161 70 0 0 25 0 4 0 632771521 639291392 112773 33554432000 4194304 4580107 140734259950816 18446744073709551615 4322163 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=624308 CPUtime=1168.2 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 155954 0 0 0 116749 71 0 0 25 0 4 0 632771521 639291392 112773 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4715.17
Current children cumulated vsize (KiB) 624308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.6 s]
/proc/loadavg: 7.37 7.98 8.05 5/362 7709
/proc/meminfo: memFree=29901676/32951124 swapFree=51873460/67111528
[pid=7652] ppid=7650 vsize=598284 CPUtime=4800.13 cores=1,3,5,7
/proc/7652/stat : 7652 (strangenight2-m) R 7650 7652 7181 0 -1 4202496 655950 0 0 0 479734 279 0 0 25 0 4 0 632771520 612642816 109018 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/7652/statm: 149571 109018 379 95 0 144553 0
[pid=7652/tid=7653] ppid=7650 vsize=598284 CPUtime=1203.63 cores=1,3,5,7
/proc/7652/task/7653/stat : 7653 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 147869 0 0 0 120306 57 0 0 25 0 4 0 632771521 612642816 109019 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=7652/tid=7654] ppid=7650 vsize=598284 CPUtime=1203.62 cores=1,3,5,7
/proc/7652/task/7654/stat : 7654 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 167342 0 0 0 120292 70 0 0 25 0 4 0 632771521 612642816 109019 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=7652/tid=7655] ppid=7650 vsize=598284 CPUtime=1189.24 cores=1,3,5,7
/proc/7652/task/7655/stat : 7655 (strangenight2-m) R 7650 7652 7181 0 -1 4202560 158092 0 0 0 118853 71 0 0 25 0 4 0 632771521 612642816 109019 33554432000 4194304 4580107 140734259950816 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.13
Current children cumulated vsize (KiB) 598284

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.64
CPU time (s): 4800.2
CPU user time (s): 4797.38
CPU system time (s): 2.81757
CPU usage (%): 398.808
Max. virtual memory (cumulated for all children) (KiB): 715628

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.38
system time used= 2.81757
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 655951
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= 385
involuntary context switches= 34336

runsolver used 3.9644 second user time and 10.4364 second system time

The end

Launcher Data

Begin job on node146 at 2011-05-14 22:05:53
IDJOB=3366411
IDBENCH=82820
IDSOLVER=1844
FILE ID=node146/3366411-1305403553
RUNJOBID= node146-1305402332-7497
PBS_JOBID= 13324493
Free space on /tmp= 73268 MiB

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

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

MD5SUM BENCH= 6f66bb3f92a8c8e75d9af481af0c129f
RANDOM SEED=1184224403

node146.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30252992 kB
Buffers:         53368 kB
Cached:          98240 kB
SwapCached:      56048 kB
Active:         819840 kB
Inactive:      1657532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30252992 kB
SwapTotal:    67111528 kB
SwapFree:     51873460 kB
Dirty:           11448 kB
Writeback:           0 kB
AnonPages:     2277212 kB
Mapped:          17664 kB
Slab:            96176 kB
PageTables:      58808 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81950832 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= 73268 MiB
End job on node146 at 2011-05-14 22:25:58