Trace number 3174105

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-mtUNSAT 3119.15 780.85

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S659703274-054.UNKNOWN.cnf
MD5SUM7fa3ae3894a5c333ebdaa99700e2c639
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.2106
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174105-1304093669.cnf'
0.00/0.00	c -- header says num vars:            350
0.00/0.00	c -- header says num clauses:        1491
0.00/0.00	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.00	c -- vars added        350
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       350      1491         0         0      4473         0   no data   no data
0.00/0.00	c asymm  cl-useful: 1/1491/1491 lits-rem:3 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    350 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      4  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     166 undec:      38 neg:     146
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       346      1485         1         0      4480         0   no data   no data
0.00/0.05	c Decided on static restart strategy
0.38/0.14	c  N st     8      4922       346      1485         1      4799      4480     88572   no data   no data
1.18/0.36	c  N st    10     11306       346      1485         1      4419      4480     58161   no data   no data
2.38/0.60	c  N st    11     17049       346      1485         1      9961      4480    149750   no data   no data
3.58/0.96	c  F st    12     25001       346      1485         1     12225      4480    196138   no data   no data
3.58/0.97	c  N st    12     25001       346      1485         1     12225      4480    196138   no data   no data
4.39/1.20	c Decided on static restart strategy
4.39/1.20	c  N st    18     30000       346      1485         1     10540      4480    152163   no data   no data
4.39/1.20	c  S st    18     30000       346      1485         1     10540      4480    152163   no data   no data
4.79/1.23	c  S st    18     30509       346      1485         1     11046      4480    161668   no data   no data
4.79/1.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.79/1.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.79/1.23	c blocked clauses removed:        4 vars:      1 tried:         346 T: 0.00 s
4.79/1.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.79/1.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.79/1.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
4.79/1.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.79/1.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.79/1.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.79/1.29	c lits-rem:       154  cl-subs:      990  v-elim:      0  v-fix:    0  time:  0.05 s
4.79/1.29	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.00
4.79/1.29	c calculated reachability. Time: 0.00
4.79/1.29	c  N st    18     30509       345      1481         1     10053      4468    145473   no data   no data
6.38/1.68	c  N st    20     37619       345      1481         1      9310      4468    117588   no data   no data
7.97/2.05	c  N st    21     44020       345      1481         1     15512      4468    231440   no data   no data
8.37/2.17	c  S st    22     45763       345      1481         1     17196      4468    259702   no data   no data
8.79/2.22	c  S st    22     46268       345      1481         1      9047      4468    102366   no data   no data
8.79/2.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.79/2.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.79/2.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.79/2.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.79/2.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
8.79/2.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.79/2.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.79/2.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.23	c lits-rem:        14  cl-subs:      173  v-elim:      0  v-fix:    0  time:  0.01 s
8.79/2.23	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
8.79/2.23	c vivif2 --  cl tried     8874 cl shrink        0 lits rem          0 time: 0.00
8.79/2.24	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.00
8.79/2.24	c calculated reachability. Time: 0.00
8.79/2.24	c  N st    22     46268       345      1481         1      8874      4468     99700   no data   no data
11.97/3.08	c  N st    23     60665       345      1481         1     13167      4468    170287   no data   no data
14.36/3.67	c  N st    24     69403       345      1481         1     10965      4468    121703   no data   no data
14.36/3.67	c  S st    24     69403       345      1481         1     10965      4468    121703   no data   no data
14.76/3.70	c  S st    24     69907       345      1481         1     11467      4468    131315   no data   no data
14.76/3.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.76/3.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
14.76/3.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.76/3.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.76/3.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.76/3.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
14.76/3.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.76/3.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.76/3.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.76/3.73	c lits-rem:        27  cl-subs:      225  v-elim:      0  v-fix:    0  time:  0.01 s
14.76/3.73	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
14.76/3.73	c vivif2 --  cl tried    11242 cl shrink        0 lits rem          0 time: 0.00
14.76/3.73	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.01
14.76/3.73	c calculated reachability. Time: 0.00
14.76/3.73	c  N st    24     69907       345      1481         1     11242      4468    127760   no data   no data
19.15/4.84	c  F st    25     87501       345      1481         1     16711      4468    219253   no data   no data
19.15/4.84	c  N st    25     87501       345      1481         1     16711      4468    219253   no data   no data
20.75/5.23	c Decided on static restart strategy
21.55/5.48	c  N st    32     95541       345      1481         1     24485      4468    352017   no data   no data
24.35/6.17	c  N st    34    104864       345      1481         1     20830      4468    275837   no data   no data
24.35/6.17	c  S st    34    104864       345      1481         1     20830      4468    275837   no data   no data
24.75/6.22	c  S st    34    105370       345      1481         1     21335      4468    285161   no data   no data
24.75/6.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.75/6.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
24.75/6.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.75/6.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.75/6.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.75/6.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
24.75/6.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.75/6.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.75/6.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.54/6.45	c lits-rem:       179  cl-subs:     2232  v-elim:      0  v-fix:    0  time:  0.21 s
25.54/6.45	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
25.54/6.45	c vivif2 --  cl tried    19103 cl shrink        0 lits rem          0 time: 0.00
25.54/6.46	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.01
25.54/6.46	c calculated reachability. Time: 0.00
25.54/6.46	c  N st    34    105370       345      1481         1     19103      4468    248698   no data   no data
28.75/7.29	c  N st    35    114969       345      1481         1     14887      4468    159529   no data   no data
33.93/8.54	c  N st    36    129368       345      1481         1     28803      4468    414902   no data   no data
40.72/10.27	c  N st    37    150963       345      1481         1     19691      4468    227531   no data   no data
43.13/10.83	c  S st    38    158055       345      1481         1     26521      4468    345168   no data   no data
43.53/10.90	c  S st    38    158559       345      1481         1     27023      4468    354875   no data   no data
43.53/10.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.53/10.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
43.53/10.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.53/10.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.53/10.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.53/10.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
43.53/10.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.53/10.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
43.53/10.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.72/11.24	c lits-rem:       229  cl-subs:     2668  v-elim:      0  v-fix:    0  time:  0.32 s
44.72/11.24	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
44.72/11.24	c vivif2 --  cl tried    24355 cl shrink        0 lits rem          0 time: 0.00
44.72/11.26	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.01
44.72/11.26	c calculated reachability. Time: 0.00
44.72/11.26	c  N st    38    158559       345      1481         1     24355      4468    310449   no data   no data
63.50/15.90	c  N st    39    207148       345      1481         1     19200      4468    194466   no data   no data
75.47/18.94	c  N st    40    237838       345      1481         1     29550      4468    370818   no data   no data
75.47/18.94	c  S st    40    237838       345      1481         1     29550      4468    370818   no data   no data
75.87/19.03	c  S st    40    238342       345      1481         1     30049      4468    380347   no data   no data
75.87/19.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.87/19.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
75.87/19.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.87/19.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.87/19.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.87/19.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
75.87/19.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.87/19.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
75.87/19.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.47/19.40	c lits-rem:       204  cl-subs:     2445  v-elim:      0  v-fix:    0  time:  0.35 s
77.47/19.40	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
77.47/19.40	c vivif2 --  cl tried    27604 cl shrink        0 lits rem          0 time: 0.00
77.47/19.42	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.01
77.47/19.42	c calculated reachability. Time: 0.00
77.47/19.42	c  N st    40    238342       345      1481         1     27604      4468    341358   no data   no data
107.03/26.85	c  F st    41    306250       345      1481         1     29510      4468    329979   no data   no data
107.03/26.85	c  N st    41    306250       345      1481         1     29510      4468    329979   no data   no data
109.43/27.48	c Decided on static restart strategy
120.21/30.15	c  N st    51    334557       345      1481         1     33683      4468    391709   no data   no data
131.82/33.09	c  N st    53    357513       345      1481         1     31683      4468    354687   no data   no data
131.82/33.09	c  S st    53    357513       345      1481         1     31683      4468    354687   no data   no data
132.22/33.17	c  S st    53    358017       345      1481         1     32184      4468    364061   no data   no data
132.22/33.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
132.22/33.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
132.22/33.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
132.22/33.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
132.22/33.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.22/33.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
132.22/33.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
132.22/33.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
132.22/33.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
133.40/33.41	c lits-rem:       158  cl-subs:     1594  v-elim:      0  v-fix:    0  time:  0.21 s
133.40/33.41	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
133.40/33.41	c vivif2 --  cl tried    30590 cl shrink        0 lits rem          0 time: 0.00
133.40/33.43	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.02
133.40/33.43	c calculated reachability. Time: 0.00
133.40/33.43	c  N st    53    358017       345      1481         1     30590      4468    338350   no data   no data
148.98/37.32	c  N st    54    390409       345      1481         1     36912      4468    438703   no data   no data
175.35/43.94	c  N st    55    438999       345      1481         1     30497      4468    302570   no data   no data
212.89/53.32	c  N st    56    511881       345      1481         1     43857      4468    508897   no data   no data
228.07/57.18	c  N st    57    537025       345      1481         1     38200      4468    403619   no data   no data
228.07/57.18	c  S st    57    537025       345      1481         1     38200      4468    403619   no data   no data
228.49/57.27	c  S st    57    537528       345      1481         1     38695      4468    412533   no data   no data
228.49/57.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
228.49/57.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
228.49/57.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
228.49/57.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
228.49/57.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
228.49/57.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
228.49/57.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
228.49/57.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
228.89/57.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
230.06/57.61	c lits-rem:       217  cl-subs:     2276  v-elim:      0  v-fix:    0  time:  0.30 s
230.06/57.61	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
230.06/57.61	c vivif2 --  cl tried    36419 cl shrink        0 lits rem          0 time: 0.00
230.06/57.63	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.02
230.06/57.63	c calculated reachability. Time: 0.00
230.06/57.63	c  N st    57    537528       345      1481         1     36419      4468    379326   no data   no data
334.72/83.89	c  N st    58    701516       345      1481         1     64805      4468    813090   no data   no data
403.83/101.10	c  N st    59    806292       345      1481         1     59015      4468    696221   no data   no data
403.83/101.10	c  S st    59    806292       345      1481         1     59015      4468    696221   no data   no data
404.24/101.27	c  S st    59    806793       345      1481         1     59507      4468    705999   no data   no data
404.24/101.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
404.24/101.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
404.24/101.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
404.24/101.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
404.24/101.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
404.24/101.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
404.24/101.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
404.66/101.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
404.66/101.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
411.03/102.95	c lits-rem:       456  cl-subs:     6553  v-elim:      0  v-fix:    0  time:  1.63 s
411.03/102.95	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
411.03/102.96	c vivif2 --  cl tried    52954 cl shrink        0 lits rem          0 time: 0.01
411.42/103.00	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.04
411.42/103.00	c calculated reachability. Time: 0.00
411.42/103.00	c  N st    59    806793       345      1481         1     52954      4468    609174   no data   no data
613.55/153.69	c  F st    60   1071875       345      1481         1     68275      4468    753230   no data   no data
613.55/153.69	c  N st    60   1071875       345      1481         1     68275      4468    753230   no data   no data
619.15/155.02	c Decided on static restart strategy
637.92/159.75	c  N st    70   1100182       345      1481         1     52634      4468    545624   no data   no data
671.88/168.22	c  N st    72   1136174       345      1481         1     87105      4468   1198004   no data   no data
696.64/174.41	c  N st    73   1168569       345      1481         1     74196      4468    924024   no data   no data
732.60/183.41	c  N st    74   1210189       345      1481         1     68956      4468    789444   no data   no data
732.60/183.41	c  S st    74   1210189       345      1481         1     68956      4468    789444   no data   no data
733.40/183.66	c  S st    74   1210695       345      1481         1     69457      4468    798949   no data   no data
733.40/183.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
733.40/183.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
733.40/183.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
733.40/183.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
733.40/183.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
733.40/183.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
733.40/183.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
733.81/183.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
733.81/183.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
742.59/185.91	c lits-rem:       606  cl-subs:     8177  v-elim:      0  v-fix:    0  time:  2.18 s
742.59/185.91	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
742.59/185.92	c vivif2 --  cl tried    61280 cl shrink        0 lits rem          0 time: 0.01
742.59/185.97	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.05
742.59/185.98	c calculated reachability. Time: 0.00
742.59/185.98	c  N st    74   1210695       345      1481         1     61280      4468    682169   no data   no data
806.50/201.95	c  N st    75   1283578       345      1481         1     85140      4468   1069940   no data   no data
902.36/225.99	c  N st    76   1392901       345      1481         1     95003      4468   1216586   no data   no data
1043.37/261.20	c  N st    77   1556885       345      1481         1    103075      4468   1365953   no data   no data
1182.78/296.12	c  N st    78   1710697       345      1481         1     92513      4468   1163519   no data   no data
1182.78/296.12	c  S st    78   1710697       345      1481         1     92513      4468   1163519   no data   no data
1183.99/296.43	c  S st    78   1711199       345      1481         1     93014      4468   1172665   no data   no data
1183.99/296.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1183.99/296.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1183.99/296.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1183.99/296.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1183.99/296.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1183.99/296.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
1183.99/296.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1184.39/296.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1184.39/296.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1204.38/301.53	c lits-rem:      1789  cl-subs:    10089  v-elim:      0  v-fix:    0  time:  5.00 s
1204.38/301.53	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
1204.38/301.55	c vivif2 --  cl tried    82925 cl shrink        0 lits rem          0 time: 0.02
1204.76/301.64	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.09
1204.76/301.65	c calculated reachability. Time: 0.00
1204.76/301.65	c  N st    78   1711199       345      1481         1     82925      4468   1015755   no data   no data
1569.47/392.99	c  N st    79   2080163       345      1481         1     94027      4468   1083605   no data   no data
1702.89/426.39	c  N st    80   2211199       345      1481         1     98104      4468   1174635   no data   no data
1702.89/426.39	c  S st    80   2211199       345      1481         1     98104      4468   1174635   no data   no data
1704.49/426.73	c  S st    80   2211703       345      1481         2     98607      4468   1184443   no data   no data
1704.49/426.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1704.49/426.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1704.49/426.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1704.49/426.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1704.49/426.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1704.49/426.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
1704.49/426.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1704.91/426.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1704.91/426.90	c subs with bin:      296  lits-rem:       809  v-fix:    0  time:  0.06 s
1722.48/431.24	c lits-rem:      1593  cl-subs:    10164  v-elim:      0  v-fix:    0  time:  4.34 s
1722.48/431.24	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
1722.48/431.26	c vivif2 --  cl tried    88147 cl shrink        0 lits rem          0 time: 0.02
1722.89/431.34	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.09
1722.89/431.35	c calculated reachability. Time: 0.00
1722.89/431.35	c  N st    80   2211703       345      1481         2     88147      4468   1030505   no data   no data
2267.34/567.63	c Finding binary XORs  T:     0.00 s  found:       0
2275.32/569.65	c  N st    81   2711705       344      1462         9     65332      4423    635858   no data   no data
2275.32/569.65	c  S st    81   2711705       344      1462         9     65332      4423    635858   no data   no data
2276.14/569.87	c  S st    81   2712208       344      1462         9     65832      4423    645177   no data   no data
2276.14/569.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2276.14/569.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
2276.14/569.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2276.14/569.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2276.14/569.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2276.14/569.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
2276.14/569.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2276.54/569.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
2276.54/569.98	c subs with bin:      325  lits-rem:      2098  v-fix:    0  time:  0.04 s
2278.91/570.59	c lits-rem:       475  cl-subs:     3403  v-elim:      0  v-fix:    0  time:  0.61 s
2278.91/570.59	c vivif2 --  cl tried     1462 cl shrink        0 lits rem          0 time: 0.00
2279.31/570.60	c vivif2 --  cl tried    62104 cl shrink       28 lits rem         28 time: 0.01
2279.31/570.65	c asymm  cl-useful: 0/1462/1462 lits-rem:0 time: 0.05
2279.31/570.65	c calculated reachability. Time: 0.00
2279.31/570.65	c  N st    81   2712208       344      1462         9     62104      4423    593042   no data   no data
2836.57/710.18	c  N st    82   3212209       344      1462        11     84072      4423    789290   no data   no data
2836.57/710.18	c  S st    82   3212209       344      1462        11     84072      4423    789290   no data   no data
2837.77/710.43	c  S st    82   3212712       344      1462        12     84572      4423    798004   no data   no data
2837.77/710.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2837.77/710.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
2837.77/710.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2837.77/710.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2837.77/710.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2837.77/710.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
2837.77/710.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2837.77/710.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2840.96/711.24	c subs with bin:     5976  lits-rem:      1773  v-fix:    0  time:  0.73 s
2844.95/712.28	c lits-rem:       610  cl-subs:     6209  v-elim:      0  v-fix:    0  time:  1.04 s
2844.95/712.28	c vivif2 --  cl tried     1462 cl shrink        0 lits rem          0 time: 0.00
2844.95/712.29	c vivif2 --  cl tried    72387 cl shrink      138 lits rem        138 time: 0.01
2845.35/712.36	c asymm  cl-useful: 0/1462/1462 lits-rem:0 time: 0.07
2845.35/712.36	c calculated reachability. Time: 0.00
2845.35/712.36	c  N st    82   3212712       344      1462        12     72387      4423    650569   no data   no data
3118.99/780.83	c Following stats are for *FIRST FINISHED THREAD ONLY*
3118.99/780.83	c num threads              : 4          
3118.99/780.83	c restarts                 : 82         
3118.99/780.83	c dynamic restarts         : 0          
3118.99/780.83	c static restarts          : 82         
3118.99/780.83	c full restarts            : 4          
3118.99/780.83	c total simplify time      : 1.05       
3118.99/780.83	c learnts DL2              : 0          
3118.99/780.83	c learnts size 2           : 313        
3118.99/780.83	c learnts size 1           : 113         (32.29     % of vars)
3118.99/780.83	c filedLit time            : 0.24        (0.03      % time)
3118.99/780.83	c v-elim SatELite          : 5           (1.43      % vars)
3118.99/780.83	c SatELite time            : 18.14       (2.32      % time)
3118.99/780.83	c v-elim xor               : 0           (0.00      % vars)
3118.99/780.83	c xor elim time            : 0.03        (0.00      % time)
3118.99/780.83	c num binary xor trees     : 0          
3118.99/780.83	c binxor trees' crown      : 0           (nan       leafs/tree)
3118.99/780.83	c bin xor find time        : 0.00       
3118.99/780.83	c OTF clause improved      : 160048      (0.05      clauses/conflict)
3118.99/780.83	c OTF impr. size diff      : 169599      (1.06       lits/clause)
3118.99/780.83	c OTF cl watch-shrink      : 944334      (0.27      clauses/conflict)
3118.99/780.83	c OTF cl watch-sh-lit      : 1218003     (1.29       lits/clause)
3118.99/780.83	c tried to recurMin cls    : 343516      (9.74       % of conflicts)
3118.99/780.83	c updated cache            : 8720        (0.03       lits/tried recurMin)
3118.99/780.83	c unit cls recevied        : 2           (1.77      % of units)
3118.99/780.83	c unit cls sent            : 20          (17.70     % of units)
3118.99/780.83	c bin cls recevied         : 13         
3118.99/780.83	c bin cls sent             : 114        
3118.99/780.83	c clauses over max glue    : 0           (0.00      % of all clauses)
3118.99/780.83	c conflicts                : 3526010     (4518.27   / sec)
3118.99/780.83	c decisions                : 4037529     (0.64      % random)
3118.99/780.83	c bogo-props               : 106300590980 (136214812.96 / sec)
3118.99/780.83	c conflict literals        : 59669227    (30.72     % deleted)
3118.99/780.83	c Memory used              : 471.98      MB
3118.99/780.83	c single-thread CPU time   : 780.39      s
3118.99/780.83	c all-threads sum CPU time : 3117.65     s
3118.99/780.83	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3174105-1304093669/watcher-3174105-1304093669 -o /tmp/evaluation-result-3174105-1304093669/solver-3174105-1304093669 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174105-1304093669.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: 4.92 7.27 7.75 7/180 13410
/proc/meminfo: memFree=24214296/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 407 0 0 0 0 0 0 0 22 0 4 0 501783033 52441088 347 33554432000 4194304 4627427 140733310352176 18446744073709551615 47550671779762 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 12803 347 299 106 0 7774 0
[pid=13410/tid=13411] ppid=13408 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 501783034 52441088 347 33554432000 4194304 4627427 140733310352176 18446744073709551615 47550671779762 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 501783034 52441088 347 33554432000 4194304 4627427 140733310352176 18446744073709551615 47550671779762 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 501783034 52441088 347 33554432000 4194304 4627427 140733310352176 18446744073709551615 255106825201 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.100026 s]
/proc/loadavg: 4.92 7.27 7.75 7/180 13410
/proc/meminfo: memFree=24214296/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=282116 CPUtime=0.38 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 1465 0 0 0 38 0 0 0 24 0 4 0 501783033 288886784 1381 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309170 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 70529 1381 384 106 0 65500 0
[pid=13410/tid=13411] ppid=13408 vsize=282116 CPUtime=0.09 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 243 0 0 0 9 0 0 0 24 0 4 0 501783034 288886784 1381 33554432000 4194304 4627427 140733310352176 18446744073709551615 4308282 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=282116 CPUtime=0.09 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 289 0 0 0 9 0 0 0 24 0 4 0 501783034 288886784 1381 33554432000 4194304 4627427 140733310352176 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=282116 CPUtime=0.09 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 215 0 0 0 9 0 0 0 25 0 4 0 501783034 288886784 1381 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282116

[startup+0.201008 s]
/proc/loadavg: 4.92 7.27 7.75 7/180 13410
/proc/meminfo: memFree=24214296/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=283216 CPUtime=0.78 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 2018 0 0 0 78 0 0 0 25 0 4 0 501783033 290013184 1496 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309247 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 70804 1496 385 106 0 65775 0
[pid=13410/tid=13411] ppid=13408 vsize=283216 CPUtime=0.19 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 382 0 0 0 19 0 0 0 25 0 4 0 501783034 290013184 1496 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=283216 CPUtime=0.19 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 422 0 0 0 19 0 0 0 24 0 4 0 501783034 290013184 1496 33554432000 4194304 4627427 140733310352176 18446744073709551615 4330056 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=283216 CPUtime=0.19 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 350 0 0 0 19 0 0 0 25 0 4 0 501783034 290013184 1496 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283216

[startup+0.30099 s]
/proc/loadavg: 4.92 7.27 7.75 7/180 13410
/proc/meminfo: memFree=24214296/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=283216 CPUtime=1.18 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 2380 0 0 0 118 0 0 0 25 0 4 0 501783033 290013184 1858 33554432000 4194304 4627427 140733310352176 18446744073709551615 4308392 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 70804 1858 385 106 0 65775 0
[pid=13410/tid=13411] ppid=13408 vsize=283216 CPUtime=0.29 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 469 0 0 0 29 0 0 0 25 0 4 0 501783034 290013184 1858 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=283216 CPUtime=0.29 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 524 0 0 0 29 0 0 0 24 0 4 0 501783034 290013184 1858 33554432000 4194304 4627427 140733310352176 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=283216 CPUtime=0.29 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 433 0 0 0 29 0 0 0 25 0 4 0 501783034 290013184 1858 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283216

[startup+0.700921 s]
/proc/loadavg: 4.92 7.27 7.75 7/180 13410
/proc/meminfo: memFree=24214296/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=284508 CPUtime=2.78 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 3994 0 0 0 278 0 0 0 25 0 4 0 501783033 291336192 2179 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 71127 2179 385 106 0 66098 0
[pid=13410/tid=13411] ppid=13408 vsize=284508 CPUtime=0.69 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 937 0 0 0 69 0 0 0 25 0 4 0 501783034 291336192 2179 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=284508 CPUtime=0.69 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 974 0 0 0 69 0 0 0 25 0 4 0 501783034 291336192 2179 33554432000 4194304 4627427 140733310352176 18446744073709551615 4310370 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=284508 CPUtime=0.69 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 715 0 0 0 69 0 0 0 25 0 4 0 501783034 291336192 2180 33554432000 4194304 4627427 140733310352176 18446744073709551615 4324104 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284508

[startup+1.50078 s]
/proc/loadavg: 4.92 7.27 7.75 9/184 13414
/proc/meminfo: memFree=24182396/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=285104 CPUtime=5.98 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 7208 0 0 0 597 1 0 0 25 0 4 0 501783033 291946496 4021 33554432000 4194304 4627427 140733310352176 18446744073709551615 4308584 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 71276 4021 389 106 0 66247 0
[pid=13410/tid=13411] ppid=13408 vsize=285104 CPUtime=1.49 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 1462 0 0 0 149 0 0 0 25 0 4 0 501783034 291946496 4021 33554432000 4194304 4627427 140733310352176 18446744073709551615 4332937 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=285104 CPUtime=1.49 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 1512 0 0 0 149 0 0 0 25 0 4 0 501783034 291946496 4021 33554432000 4194304 4627427 140733310352176 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=285104 CPUtime=1.48 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 1288 0 0 0 148 0 0 0 25 0 4 0 501783034 291946496 4021 33554432000 4194304 4627427 140733310352176 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 285104

[startup+3.1005 s]
/proc/loadavg: 4.92 7.27 7.75 9/184 13414
/proc/meminfo: memFree=24168260/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=287800 CPUtime=12.37 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 14874 0 0 0 1235 2 0 0 25 0 4 0 501783033 294707200 7545 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 71950 7545 389 106 0 66921 0
[pid=13410/tid=13411] ppid=13408 vsize=287800 CPUtime=3.09 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 3339 0 0 0 309 0 0 0 25 0 4 0 501783034 294707200 7545 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=287800 CPUtime=3.09 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 3857 0 0 0 309 0 0 0 25 0 4 0 501783034 294707200 7545 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=287800 CPUtime=3.07 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 3572 0 0 0 307 0 0 0 25 0 4 0 501783034 294707200 7545 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 287800

[startup+6.30094 s]
/proc/loadavg: 5.17 7.29 7.75 9/184 13414
/proc/meminfo: memFree=24142940/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=289876 CPUtime=25.15 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 23764 0 0 0 2512 3 0 0 25 0 4 0 501783033 296833024 11298 33554432000 4194304 4627427 140733310352176 18446744073709551615 4421471 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 72469 11298 389 106 0 67440 0
[pid=13410/tid=13411] ppid=13408 vsize=289876 CPUtime=6.29 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 6022 0 0 0 628 1 0 0 25 0 4 0 501783034 296833024 11298 33554432000 4194304 4627427 140733310352176 18446744073709551615 4507021 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=289876 CPUtime=6.29 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 6041 0 0 0 629 0 0 0 25 0 4 0 501783034 296833024 11298 33554432000 4194304 4627427 140733310352176 18446744073709551615 4324264 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=289876 CPUtime=6.25 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 4994 0 0 0 625 0 0 0 25 0 4 0 501783034 296833024 11298 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 289876

[startup+12.7008 s]
/proc/loadavg: 5.40 7.30 7.75 9/184 13414
/proc/meminfo: memFree=24102748/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=291672 CPUtime=50.71 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 36481 0 0 0 5066 5 0 0 25 0 4 0 501783033 298672128 13758 33554432000 4194304 4627427 140733310352176 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 72918 13758 389 106 0 67889 0
[pid=13410/tid=13411] ppid=13408 vsize=291672 CPUtime=12.68 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 9326 0 0 0 1267 1 0 0 25 0 4 0 501783034 298672128 13758 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=291672 CPUtime=12.69 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 8727 0 0 0 1268 1 0 0 25 0 4 0 501783034 298672128 13758 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=291672 CPUtime=12.62 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 8318 0 0 0 1261 1 0 0 25 0 4 0 501783034 298672128 13758 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 291672

[startup+25.5006 s]
/proc/loadavg: 5.97 7.33 7.76 9/184 13414
/proc/meminfo: memFree=24065640/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=295456 CPUtime=101.84 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 56271 0 0 0 10174 10 0 0 25 0 4 0 501783033 302546944 18215 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 73864 18215 389 106 0 68835 0
[pid=13410/tid=13411] ppid=13408 vsize=295456 CPUtime=25.48 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 14657 0 0 0 2546 2 0 0 25 0 4 0 501783034 302546944 18215 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=295456 CPUtime=25.49 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 13895 0 0 0 2547 2 0 0 25 0 4 0 501783034 302546944 18215 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=295456 CPUtime=25.34 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 12894 0 0 0 2532 2 0 0 25 0 4 0 501783034 302546944 18215 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 295456

[startup+51.1011 s]
/proc/loadavg: 6.72 7.40 7.77 9/184 13415
/proc/meminfo: memFree=24020580/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=288584 CPUtime=204.11 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 84848 0 0 0 20392 19 0 0 25 0 4 0 501783033 295510016 22838 33554432000 4194304 4627427 140733310352176 18446744073709551615 4310126 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 72146 22838 389 106 0 67117 0
[pid=13410/tid=13411] ppid=13408 vsize=288584 CPUtime=51.09 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 22387 0 0 0 5105 4 0 0 25 0 4 0 501783034 295510016 22838 33554432000 4194304 4627427 140733310352176 18446744073709551615 4308376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=288584 CPUtime=51.08 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 21106 0 0 0 5104 4 0 0 25 0 4 0 501783034 295510016 22838 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=288584 CPUtime=50.81 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 19499 0 0 0 5076 5 0 0 25 0 4 0 501783034 295510016 22838 33554432000 4194304 4627427 140733310352176 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 288584

[startup+102.301 s]
/proc/loadavg: 7.57 7.52 7.79 9/184 13416
/proc/meminfo: memFree=23979016/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=310000 CPUtime=408.65 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 128821 0 0 0 40833 32 0 0 25 0 4 0 501783033 317440000 29257 33554432000 4194304 4627427 140733310352176 18446744073709551615 4420272 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 77500 29257 389 106 0 72471 0
[pid=13410/tid=13411] ppid=13408 vsize=310000 CPUtime=102.29 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 32422 0 0 0 10222 7 0 0 25 0 4 0 501783034 317440000 29257 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=310000 CPUtime=102.3 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 31891 0 0 0 10222 8 0 0 25 0 4 0 501783034 317440000 29257 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=310000 CPUtime=101.73 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 31397 0 0 0 10165 8 0 0 25 0 4 0 501783034 317440000 29257 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 310000

[startup+162.301 s]

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

/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 91902 0 0 0 51914 32 0 0 25 0 4 0 501783034 413315072 66332 33554432000 4194304 4627427 140733310352176 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2086.37
Current children cumulated vsize (KiB) 403628

[startup+582.301 s]
/proc/loadavg: 8.04 7.94 7.88 9/184 13429
/proc/meminfo: memFree=23654800/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=404608 CPUtime=2326.05 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 351330 0 0 0 232483 122 0 0 25 0 4 0 501783033 414318592 69341 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 101152 69341 389 106 0 96123 0
[pid=13410/tid=13411] ppid=13408 vsize=404608 CPUtime=582.29 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 75588 0 0 0 58204 25 0 0 25 0 4 0 501783034 414318592 69341 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=404608 CPUtime=582.3 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 100091 0 0 0 58194 36 0 0 25 0 4 0 501783034 414318592 69341 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=404608 CPUtime=579.12 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 96033 0 0 0 57879 33 0 0 25 0 4 0 501783034 414318592 69341 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2326.05
Current children cumulated vsize (KiB) 404608

[startup+642.301 s]
/proc/loadavg: 8.21 8.00 7.90 10/185 13434
/proc/meminfo: memFree=23618284/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=427068 CPUtime=2565.73 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 363539 0 0 0 256446 127 0 0 25 0 4 0 501783033 437317632 76733 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 106767 76733 389 106 0 101738 0
[pid=13410/tid=13411] ppid=13408 vsize=427068 CPUtime=642.3 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 80291 0 0 0 64203 27 0 0 25 0 4 0 501783034 437317632 76733 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=427068 CPUtime=642.3 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 102985 0 0 0 64193 37 0 0 25 0 4 0 501783034 437317632 76733 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=427068 CPUtime=638.8 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 100209 0 0 0 63845 35 0 0 25 0 4 0 501783034 437317632 76733 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2565.73
Current children cumulated vsize (KiB) 427068

[startup+702.301 s]
/proc/loadavg: 8.25 8.05 7.92 9/184 13435
/proc/meminfo: memFree=23645708/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=405388 CPUtime=2805.41 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 379045 0 0 0 280405 136 0 0 25 0 4 0 501783033 415117312 72592 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 101347 72592 389 106 0 96318 0
[pid=13410/tid=13411] ppid=13408 vsize=405388 CPUtime=702.29 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 82985 0 0 0 70201 28 0 0 25 0 4 0 501783034 415117312 72592 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=405388 CPUtime=702.3 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 108375 0 0 0 70189 41 0 0 25 0 4 0 501783034 415117312 72592 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=405388 CPUtime=698.47 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 105137 0 0 0 69810 37 0 0 25 0 4 0 501783034 415117312 72592 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.41
Current children cumulated vsize (KiB) 405388

[startup+762.301 s]
/proc/loadavg: 8.27 8.09 7.94 9/184 13437
/proc/meminfo: memFree=23613948/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=483276 CPUtime=3045.1 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 397882 0 0 0 304365 145 0 0 25 0 4 0 501783033 494874624 79792 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 120819 79792 397 106 0 115790 0
[pid=13410/tid=13411] ppid=13408 vsize=483276 CPUtime=762.3 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 89091 0 0 0 76201 29 0 0 25 0 4 0 501783034 494874624 79792 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=483276 CPUtime=762.31 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 113340 0 0 0 76186 45 0 0 25 0 4 0 501783034 494874624 79792 33554432000 4194304 4627427 140733310352176 18446744073709551615 4324134 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=483276 CPUtime=758.15 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 109938 0 0 0 75775 40 0 0 25 0 4 0 501783034 494874624 79792 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.1
Current children cumulated vsize (KiB) 483276

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

[startup+768.001 s]
/proc/loadavg: 8.25 8.09 7.94 9/184 13437
/proc/meminfo: memFree=23619028/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=483308 CPUtime=3067.85 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 401577 0 0 0 306639 146 0 0 25 0 4 0 501783033 494907392 77696 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 120827 77696 389 106 0 115798 0
[pid=13410/tid=13411] ppid=13408 vsize=483308 CPUtime=767.99 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 89322 0 0 0 76770 29 0 0 25 0 4 0 501783034 494907392 77696 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=483308 CPUtime=768 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 114520 0 0 0 76755 45 0 0 25 0 4 0 501783034 494907392 77696 33554432000 4194304 4627427 140733310352176 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=483308 CPUtime=763.81 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 111094 0 0 0 76341 40 0 0 25 0 4 0 501783034 494907392 77696 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3067.85
Current children cumulated vsize (KiB) 483308

[startup+774.401 s]
/proc/loadavg: 8.21 8.08 7.94 9/184 13437
/proc/meminfo: memFree=23610100/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=483308 CPUtime=3093.44 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 402887 0 0 0 309197 147 0 0 25 0 4 0 501783033 494907392 79006 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 120827 79006 389 106 0 115798 0
[pid=13410/tid=13411] ppid=13408 vsize=483308 CPUtime=774.4 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 89447 0 0 0 77411 29 0 0 25 0 4 0 501783034 494907392 79006 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=483308 CPUtime=774.41 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 114886 0 0 0 77396 45 0 0 25 0 4 0 501783034 494907392 79006 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=483308 CPUtime=770.18 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 111458 0 0 0 76978 40 0 0 25 0 4 0 501783034 494907392 79006 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3093.44
Current children cumulated vsize (KiB) 483308

[startup+777.6 s]
/proc/loadavg: 8.21 8.08 7.94 9/184 13437
/proc/meminfo: memFree=23614440/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=483308 CPUtime=3106.2 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 403416 0 0 0 310473 147 0 0 25 0 4 0 501783033 494907392 79535 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 120827 79535 389 106 0 115798 0
[pid=13410/tid=13411] ppid=13408 vsize=483308 CPUtime=777.59 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 89447 0 0 0 77730 29 0 0 25 0 4 0 501783034 494907392 79535 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=483308 CPUtime=777.6 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 115051 0 0 0 77715 45 0 0 25 0 4 0 501783034 494907392 79535 33554432000 4194304 4627427 140733310352176 18446744073709551615 4308304 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=483308 CPUtime=773.37 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 111643 0 0 0 77296 41 0 0 25 0 4 0 501783034 494907392 79535 33554432000 4194304 4627427 140733310352176 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3106.2
Current children cumulated vsize (KiB) 483308

[startup+779.201 s]
/proc/loadavg: 8.21 8.08 7.94 9/184 13437
/proc/meminfo: memFree=23620020/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=483308 CPUtime=3112.6 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 403637 0 0 0 311112 148 0 0 25 0 4 0 501783033 494907392 79756 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309111 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 120827 79756 389 106 0 115798 0
[pid=13410/tid=13411] ppid=13408 vsize=483308 CPUtime=779.19 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 89447 0 0 0 77890 29 0 0 25 0 4 0 501783034 494907392 79756 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=483308 CPUtime=779.2 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 115124 0 0 0 77875 45 0 0 25 0 4 0 501783034 494907392 79756 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=483308 CPUtime=774.96 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 111713 0 0 0 77455 41 0 0 25 0 4 0 501783034 494907392 79756 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309138 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3112.6
Current children cumulated vsize (KiB) 483308

[startup+780.007 s]
/proc/loadavg: 8.19 8.08 7.94 9/184 13437
/proc/meminfo: memFree=23618408/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=483308 CPUtime=3115.81 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 403762 0 0 0 311433 148 0 0 25 0 4 0 501783033 494907392 79880 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 120827 79880 389 106 0 115798 0
[pid=13410/tid=13411] ppid=13408 vsize=483308 CPUtime=780 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 89447 0 0 0 77971 29 0 0 25 0 4 0 501783034 494907392 79880 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=483308 CPUtime=780.01 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 115171 0 0 0 77956 45 0 0 25 0 4 0 501783034 494907392 79880 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=483308 CPUtime=775.76 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 111742 0 0 0 77535 41 0 0 25 0 4 0 501783034 494907392 79880 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3115.81
Current children cumulated vsize (KiB) 483308

[startup+780.401 s]
/proc/loadavg: 8.19 8.08 7.94 9/184 13437
/proc/meminfo: memFree=23618408/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=483308 CPUtime=3117.39 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 403818 0 0 0 311591 148 0 0 25 0 4 0 501783033 494907392 79936 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 120827 79936 389 106 0 115798 0
[pid=13410/tid=13411] ppid=13408 vsize=483308 CPUtime=780.39 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 89447 0 0 0 78010 29 0 0 25 0 4 0 501783034 494907392 79936 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=483308 CPUtime=780.4 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 115191 0 0 0 77995 45 0 0 25 0 4 0 501783034 494907392 79936 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=483308 CPUtime=776.15 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 111757 0 0 0 77574 41 0 0 25 0 4 0 501783034 494907392 79936 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3117.39
Current children cumulated vsize (KiB) 483308

[startup+780.801 s]
/proc/loadavg: 8.19 8.08 7.94 9/184 13437
/proc/meminfo: memFree=23618408/32951124 swapFree=67111524/67111528
[pid=13410] ppid=13408 vsize=483308 CPUtime=3118.99 cores=1,3,5,7
/proc/13410/stat : 13410 (strangenight2-m) R 13408 13410 13368 0 -1 4202496 403865 0 0 0 311751 148 0 0 25 0 4 0 501783033 494907392 79983 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309182 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/13410/statm: 120827 79983 389 106 0 115798 0
[pid=13410/tid=13411] ppid=13408 vsize=483308 CPUtime=780.79 cores=1,3,5,7
/proc/13410/task/13411/stat : 13411 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 89447 0 0 0 78050 29 0 0 25 0 4 0 501783034 494907392 79983 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=13410/tid=13412] ppid=13408 vsize=483308 CPUtime=780.8 cores=1,3,5,7
/proc/13410/task/13412/stat : 13412 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 115202 0 0 0 78035 45 0 0 25 0 4 0 501783034 494907392 79983 33554432000 4194304 4627427 140733310352176 18446744073709551615 4324328 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=13410/tid=13413] ppid=13408 vsize=483308 CPUtime=776.55 cores=1,3,5,7
/proc/13410/task/13413/stat : 13413 (strangenight2-m) R 13408 13410 13368 0 -1 4202560 111772 0 0 0 77614 41 0 0 25 0 4 0 501783034 494907392 79983 33554432000 4194304 4627427 140733310352176 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3118.99
Current children cumulated vsize (KiB) 483308

Child status: 20
Real time (s): 780.85
CPU time (s): 3119.15
CPU user time (s): 3117.65
CPU system time (s): 1.49977
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 483308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3117.65
system time used= 1.49977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 403871
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= 279
involuntary context switches= 12610

runsolver used 1.20082 second user time and 3.06753 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-29 18:14:29
IDJOB=3174105
IDBENCH=82923
IDSOLVER=1586
FILE ID=node144/3174105-1304093669
RUNJOBID= node144-1304093667-13387
PBS_JOBID= 13170586
Free space on /tmp= 72404 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S659703274-054.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174105-1304093669/watcher-3174105-1304093669 -o /tmp/evaluation-result-3174105-1304093669/solver-3174105-1304093669 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174105-1304093669.cnf

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

MD5SUM BENCH= 7fa3ae3894a5c333ebdaa99700e2c639
RANDOM SEED=1527275546

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24214576 kB
Buffers:       2122964 kB
Cached:        5976316 kB
SwapCached:          4 kB
Active:         207612 kB
Inactive:      7978372 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24214576 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           11680 kB
Writeback:           0 kB
AnonPages:       85648 kB
Mapped:          15464 kB
Slab:           486292 kB
PageTables:       4724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   288284 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= 72400 MiB
End job on node144 at 2011-04-29 18:27:30