Trace number 3366514

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)UNSAT 3093.08 775.233

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.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-3366514-1305405872.cnf'
0.00/0.01	c -- header says num vars:            350
0.00/0.01	c -- header says num clauses:        1491
0.00/0.01	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.01	c -- vars added        350
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       350      1491         0         0      4473         0   no data   no data
0.00/0.01	c asymm  cl-useful: 1/1491/1491 lits-rem:3 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    350 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.11	c lits-rem:         0  cl-subs:        0  v-elim:      4  v-fix:    0  time:  0.00 s
0.00/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.11	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.11	c calculated reachability. Time: 0.00
0.00/0.11	c Calc default polars -  time:   0.00 s pos:     166 undec:      38 neg:     146
0.00/0.11	c =========================================================================================
0.00/0.11	c types(t): F = full restart, N = normal restart
0.00/0.11	c types(t): S = simplification begin/end, E = solution found
0.00/0.11	c restart types(rt): st = static, dy = dynamic
0.00/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.11	c  B st     0         0       346      1485         1         0      4480         0   no data   no data
0.00/0.11	c Decided on static restart strategy
0.77/0.21	c  N st     8      4922       346      1485         1      4799      4480     88572   no data   no data
1.17/0.36	c  N st    10     11306       346      1485         1      4419      4480     58161   no data   no data
2.37/0.61	c  N st    11     17049       346      1485         1      9961      4480    149750   no data   no data
3.57/0.97	c  F st    12     25001       346      1485         1     12225      4480    196138   no data   no data
3.57/0.97	c  N st    12     25001       346      1485         1     12225      4480    196138   no data   no data
4.38/1.21	c Decided on static restart strategy
4.38/1.21	c  N st    18     30000       346      1485         1     10540      4480    152163   no data   no data
4.38/1.21	c  S st    18     30000       346      1485         1     10540      4480    152163   no data   no data
4.79/1.24	c  S st    18     30509       346      1485         1     11046      4480    161668   no data   no data
4.79/1.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.79/1.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.79/1.24	c blocked clauses removed:        4 vars:      1 tried:         346 T: 0.00 s
4.79/1.24	c bin-w-bin subsume rem            0 bins  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.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
4.79/1.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.79/1.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.79/1.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.15/1.30	c lits-rem:       154  cl-subs:      990  v-elim:      0  v-fix:    0  time:  0.05 s
5.15/1.30	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.00
5.15/1.30	c calculated reachability. Time: 0.00
5.15/1.30	c  N st    18     30509       345      1481         1     10053      4468    145473   no data   no data
6.35/1.69	c  N st    20     37619       345      1481         1      9310      4468    117588   no data   no data
7.95/2.05	c  N st    21     44020       345      1481         1     15512      4468    231440   no data   no data
8.35/2.18	c  S st    22     45763       345      1481         1     17196      4468    259702   no data   no data
8.77/2.22	c  S st    22     46268       345      1481         1      9047      4468    102366   no data   no data
8.77/2.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.77/2.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.77/2.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.77/2.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.77/2.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.77/2.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
8.77/2.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.77/2.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.77/2.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.77/2.24	c lits-rem:        14  cl-subs:      173  v-elim:      0  v-fix:    0  time:  0.01 s
8.77/2.24	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
8.77/2.24	c vivif2 --  cl tried     8874 cl shrink        0 lits rem          0 time: 0.00
8.77/2.24	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.00
8.77/2.24	c calculated reachability. Time: 0.00
8.77/2.24	c  N st    22     46268       345      1481         1      8874      4468     99700   no data   no data
11.94/3.08	c  N st    23     60665       345      1481         1     13167      4468    170287   no data   no data
14.33/3.67	c  N st    24     69403       345      1481         1     10965      4468    121703   no data   no data
14.33/3.67	c  S st    24     69403       345      1481         1     10965      4468    121703   no data   no data
14.74/3.71	c  S st    24     69907       345      1481         1     11467      4468    131315   no data   no data
14.74/3.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.74/3.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
14.74/3.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.74/3.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.74/3.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.74/3.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
14.74/3.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.74/3.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.74/3.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.74/3.73	c lits-rem:        27  cl-subs:      225  v-elim:      0  v-fix:    0  time:  0.01 s
14.74/3.73	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
14.74/3.73	c vivif2 --  cl tried    11242 cl shrink        0 lits rem          0 time: 0.00
14.74/3.74	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.01
14.74/3.74	c calculated reachability. Time: 0.00
14.74/3.74	c  N st    24     69907       345      1481         1     11242      4468    127760   no data   no data
19.12/4.84	c  F st    25     87501       345      1481         1     16711      4468    219253   no data   no data
19.12/4.84	c  N st    25     87501       345      1481         1     16711      4468    219253   no data   no data
20.72/5.23	c Decided on static restart strategy
21.52/5.48	c  N st    32     95541       345      1481         1     24485      4468    352017   no data   no data
24.31/6.17	c  N st    34    104864       345      1481         1     20830      4468    275837   no data   no data
24.31/6.17	c  S st    34    104864       345      1481         1     20830      4468    275837   no data   no data
24.71/6.22	c  S st    34    105370       345      1481         1     21335      4468    285161   no data   no data
24.71/6.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.71/6.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
24.71/6.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.71/6.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.71/6.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.71/6.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
24.71/6.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.71/6.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.71/6.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.51/6.45	c lits-rem:       179  cl-subs:     2232  v-elim:      0  v-fix:    0  time:  0.20 s
25.51/6.45	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
25.51/6.45	c vivif2 --  cl tried    19103 cl shrink        0 lits rem          0 time: 0.00
25.51/6.46	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.01
25.51/6.46	c calculated reachability. Time: 0.00
25.51/6.46	c  N st    34    105370       345      1481         1     19103      4468    248698   no data   no data
28.70/7.29	c  N st    35    114969       345      1481         1     14887      4468    159529   no data   no data
33.89/8.54	c  N st    36    129368       345      1481         1     28803      4468    414902   no data   no data
40.66/10.26	c  N st    37    150963       345      1481         1     19691      4468    227531   no data   no data
43.06/10.82	c  S st    38    158055       345      1481         1     26521      4468    345168   no data   no data
43.06/10.89	c  S st    38    158559       345      1481         1     27023      4468    354875   no data   no data
43.06/10.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.06/10.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
43.06/10.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.06/10.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.06/10.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.06/10.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
43.06/10.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.46/10.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
43.46/10.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.66/11.23	c lits-rem:       229  cl-subs:     2668  v-elim:      0  v-fix:    0  time:  0.31 s
44.66/11.23	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
44.66/11.23	c vivif2 --  cl tried    24355 cl shrink        0 lits rem          0 time: 0.00
44.66/11.24	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.01
44.66/11.24	c calculated reachability. Time: 0.00
44.66/11.24	c  N st    38    158559       345      1481         1     24355      4468    310449   no data   no data
63.01/15.88	c  N st    39    207148       345      1481         1     19200      4468    194466   no data   no data
75.38/18.91	c  N st    40    237838       345      1481         1     29550      4468    370818   no data   no data
75.38/18.91	c  S st    40    237838       345      1481         1     29550      4468    370818   no data   no data
75.78/19.00	c  S st    40    238342       345      1481         1     30049      4468    380347   no data   no data
75.78/19.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.78/19.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
75.78/19.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.78/19.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.78/19.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.78/19.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
75.78/19.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.78/19.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
75.78/19.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.98/19.37	c lits-rem:       204  cl-subs:     2445  v-elim:      0  v-fix:    0  time:  0.35 s
76.98/19.37	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
76.98/19.37	c vivif2 --  cl tried    27604 cl shrink        0 lits rem          0 time: 0.00
76.98/19.39	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.02
76.98/19.39	c calculated reachability. Time: 0.00
76.98/19.39	c  N st    40    238342       345      1481         1     27604      4468    341358   no data   no data
106.89/26.82	c  F st    41    306250       345      1481         1     29510      4468    329979   no data   no data
106.89/26.82	c  N st    41    306250       345      1481         1     29510      4468    329979   no data   no data
109.29/27.45	c Decided on static restart strategy
120.06/30.12	c  N st    51    334557       345      1481         1     33683      4468    391709   no data   no data
131.66/33.05	c  N st    53    357513       345      1481         1     31683      4468    354687   no data   no data
131.66/33.05	c  S st    53    357513       345      1481         1     31683      4468    354687   no data   no data
132.07/33.13	c  S st    53    358017       345      1481         1     32184      4468    364061   no data   no data
132.07/33.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
132.07/33.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
132.07/33.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
132.07/33.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
132.07/33.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.07/33.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
132.07/33.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
132.07/33.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
132.07/33.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.83/33.37	c lits-rem:       158  cl-subs:     1594  v-elim:      0  v-fix:    0  time:  0.21 s
132.83/33.37	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
132.83/33.37	c vivif2 --  cl tried    30590 cl shrink        0 lits rem          0 time: 0.00
132.83/33.39	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.02
132.83/33.39	c calculated reachability. Time: 0.00
132.83/33.39	c  N st    53    358017       345      1481         1     30590      4468    338350   no data   no data
148.39/37.29	c  N st    54    390409       345      1481         1     36912      4468    438703   no data   no data
175.13/43.95	c  N st    55    438999       345      1481         1     30497      4468    302570   no data   no data
212.63/53.34	c  N st    56    511881       345      1481         1     43857      4468    508897   no data   no data
227.80/57.19	c  N st    57    537025       345      1481         1     38200      4468    403619   no data   no data
227.80/57.19	c  S st    57    537025       345      1481         1     38200      4468    403619   no data   no data
228.23/57.29	c  S st    57    537528       345      1481         1     38695      4468    412533   no data   no data
228.23/57.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
228.23/57.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
228.23/57.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
228.23/57.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
228.23/57.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
228.23/57.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
228.23/57.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
228.23/57.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
228.64/57.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
229.79/57.62	c lits-rem:       217  cl-subs:     2276  v-elim:      0  v-fix:    0  time:  0.30 s
229.79/57.62	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
229.79/57.62	c vivif2 --  cl tried    36419 cl shrink        0 lits rem          0 time: 0.01
229.79/57.64	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.02
229.79/57.64	c calculated reachability. Time: 0.00
229.79/57.64	c  N st    57    537528       345      1481         1     36419      4468    379326   no data   no data
334.32/83.85	c  N st    58    701516       345      1481         1     64805      4468    813090   no data   no data
402.95/101.04	c  N st    59    806292       345      1481         1     59015      4468    696221   no data   no data
402.95/101.04	c  S st    59    806292       345      1481         1     59015      4468    696221   no data   no data
403.78/101.21	c  S st    59    806793       345      1481         1     59507      4468    705999   no data   no data
403.78/101.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
403.78/101.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
403.78/101.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
403.78/101.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
403.78/101.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
403.78/101.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
403.78/101.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
403.78/101.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
403.78/101.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
410.13/102.89	c lits-rem:       456  cl-subs:     6553  v-elim:      0  v-fix:    0  time:  1.62 s
410.13/102.89	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
410.53/102.90	c vivif2 --  cl tried    52954 cl shrink        0 lits rem          0 time: 0.01
410.53/102.94	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.04
410.53/102.94	c calculated reachability. Time: 0.00
410.53/102.94	c  N st    59    806793       345      1481         1     52954      4468    609174   no data   no data
612.43/153.53	c  F st    60   1071875       345      1481         1     68275      4468    753230   no data   no data
612.43/153.53	c  N st    60   1071875       345      1481         1     68275      4468    753230   no data   no data
617.61/154.86	c Decided on static restart strategy
636.39/159.56	c  N st    70   1100182       345      1481         1     52634      4468    545624   no data   no data
670.28/168.05	c  N st    72   1136174       345      1481         1     87105      4468   1198004   no data   no data
695.02/174.24	c  N st    73   1168569       345      1481         1     74196      4468    924024   no data   no data
730.93/183.29	c  N st    74   1210189       345      1481         1     68956      4468    789444   no data   no data
730.93/183.29	c  S st    74   1210189       345      1481         1     68956      4468    789444   no data   no data
732.13/183.55	c  S st    74   1210695       345      1481         1     69457      4468    798949   no data   no data
732.13/183.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
732.13/183.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
732.13/183.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
732.13/183.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
732.13/183.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
732.13/183.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
732.13/183.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
732.53/183.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
732.53/183.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
740.90/185.76	c lits-rem:       606  cl-subs:     8177  v-elim:      0  v-fix:    0  time:  2.14 s
740.90/185.76	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
740.90/185.77	c vivif2 --  cl tried    61280 cl shrink        0 lits rem          0 time: 0.01
741.30/185.82	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.05
741.30/185.83	c calculated reachability. Time: 0.00
741.30/185.83	c  N st    74   1210695       345      1481         1     61280      4468    682169   no data   no data
804.73/201.79	c  N st    75   1283578       345      1481         1     85140      4468   1069940   no data   no data
900.89/225.81	c  N st    76   1392901       345      1481         1     95003      4468   1216586   no data   no data
1040.94/260.97	c  N st    77   1556885       345      1481         1    103075      4468   1365953   no data   no data
1180.61/295.91	c  N st    78   1710697       345      1481         1     92513      4468   1163519   no data   no data
1180.61/295.91	c  S st    78   1710697       345      1481         1     92513      4468   1163519   no data   no data
1181.78/296.22	c  S st    78   1711199       345      1481         1     93014      4468   1172665   no data   no data
1181.78/296.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1181.78/296.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1181.78/296.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1181.78/296.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1181.78/296.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1181.78/296.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
1181.78/296.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1181.78/296.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1182.18/296.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1203.72/301.71	c lits-rem:      1789  cl-subs:    10089  v-elim:      0  v-fix:    0  time:  5.39 s
1203.72/301.71	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
1203.72/301.73	c vivif2 --  cl tried    82925 cl shrink        0 lits rem          0 time: 0.02
1204.12/301.82	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.09
1204.12/301.82	c calculated reachability. Time: 0.00
1204.12/301.82	c  N st    78   1711199       345      1481         1     82925      4468   1015755   no data   no data
1567.61/392.91	c  N st    79   2080163       345      1481         1     94027      4468   1083605   no data   no data
1700.47/426.24	c  N st    80   2211199       345      1481         1     98104      4468   1174635   no data   no data
1700.47/426.24	c  S st    80   2211199       345      1481         1     98104      4468   1174635   no data   no data
1701.67/426.57	c  S st    80   2211703       345      1481         2     98607      4468   1184443   no data   no data
1701.67/426.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1702.08/426.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
1702.08/426.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1702.08/426.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1702.08/426.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1702.08/426.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    345 time:  0.00 s
1702.08/426.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1702.08/426.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1702.48/426.73	c subs with bin:      296  lits-rem:       809  v-fix:    0  time:  0.06 s
1719.63/431.09	c lits-rem:      1593  cl-subs:    10164  v-elim:      0  v-fix:    0  time:  4.35 s
1719.63/431.09	c vivif2 --  cl tried     1481 cl shrink        0 lits rem          0 time: 0.00
1720.03/431.10	c vivif2 --  cl tried    88147 cl shrink        0 lits rem          0 time: 0.02
1720.03/431.19	c asymm  cl-useful: 0/1481/1481 lits-rem:0 time: 0.09
1720.03/431.19	c calculated reachability. Time: 0.00
1720.03/431.19	c  N st    80   2211703       345      1481         2     88147      4468   1030505   no data   no data
2263.87/567.42	c Finding binary XORs  T:     0.00 s  found:       0
2271.84/569.43	c  N st    81   2711705       344      1462         9     65332      4423    635858   no data   no data
2271.84/569.43	c  S st    81   2711705       344      1462         9     65332      4423    635858   no data   no data
2272.64/569.64	c  S st    81   2712208       344      1462         9     65832      4423    645177   no data   no data
2272.64/569.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2272.64/569.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
2272.64/569.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2272.64/569.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2272.64/569.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2272.64/569.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
2272.64/569.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2272.64/569.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
2273.04/569.75	c subs with bin:      325  lits-rem:      2098  v-fix:    0  time:  0.04 s
2275.43/570.36	c lits-rem:       475  cl-subs:     3403  v-elim:      0  v-fix:    0  time:  0.62 s
2275.43/570.36	c vivif2 --  cl tried     1462 cl shrink        0 lits rem          0 time: 0.00
2275.43/570.37	c vivif2 --  cl tried    62104 cl shrink       28 lits rem         28 time: 0.01
2275.83/570.43	c asymm  cl-useful: 0/1462/1462 lits-rem:0 time: 0.05
2275.83/570.43	c calculated reachability. Time: 0.00
2275.83/570.43	c  N st    81   2712208       344      1462         9     62104      4423    593042   no data   no data
2831.63/709.73	c  N st    82   3212209       344      1462        11     84072      4423    789290   no data   no data
2831.63/709.73	c  S st    82   3212209       344      1462        11     84072      4423    789290   no data   no data
2832.43/709.98	c  S st    82   3212712       344      1462        12     84572      4423    798004   no data   no data
2832.43/709.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2832.83/710.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
2832.83/710.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2832.83/710.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2832.83/710.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2832.83/710.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    344 time:  0.00 s
2832.83/710.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2832.83/710.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
2835.67/710.78	c subs with bin:     5976  lits-rem:      1773  v-fix:    0  time:  0.73 s
2840.06/711.81	c lits-rem:       610  cl-subs:     6209  v-elim:      0  v-fix:    0  time:  1.03 s
2840.06/711.81	c vivif2 --  cl tried     1462 cl shrink        0 lits rem          0 time: 0.00
2840.06/711.82	c vivif2 --  cl tried    72387 cl shrink      138 lits rem        138 time: 0.01
2840.06/711.89	c asymm  cl-useful: 0/1462/1462 lits-rem:0 time: 0.06
2840.06/711.89	c calculated reachability. Time: 0.00
2840.06/711.89	c  N st    82   3212712       344      1462        12     72387      4423    650569   no data   no data
3092.98/775.21	c Following stats are for *FIRST FINISHED THREAD ONLY*
3092.98/775.21	c num threads              : 4          
3092.98/775.21	c restarts                 : 82         
3092.98/775.21	c dynamic restarts         : 0          
3092.98/775.21	c static restarts          : 82         
3092.98/775.21	c full restarts            : 4          
3092.98/775.21	c total simplify time      : 1.30       
3092.98/775.21	c learnts DL2              : 0          
3092.98/775.21	c learnts size 2           : 273        
3092.98/775.21	c learnts size 1           : 157         (44.86     % of vars)
3092.98/775.21	c filedLit time            : 0.23        (0.03      % time)
3092.98/775.21	c v-elim SatELite          : 5           (1.43      % vars)
3092.98/775.21	c SatELite time            : 18.12       (2.34      % time)
3092.98/775.21	c v-elim xor               : 0           (0.00      % vars)
3092.98/775.21	c xor elim time            : 0.03        (0.00      % time)
3092.98/775.21	c num binary xor trees     : 0          
3092.98/775.21	c binxor trees' crown      : 0           (nan       leafs/tree)
3092.98/775.21	c bin xor find time        : 0.00       
3092.98/775.21	c OTF clause improved      : 159273      (0.05      clauses/conflict)
3092.98/775.21	c OTF impr. size diff      : 168927      (1.06       lits/clause)
3092.98/775.21	c OTF cl watch-shrink      : 946771      (0.27      clauses/conflict)
3092.98/775.21	c OTF cl watch-sh-lit      : 1222394     (1.29       lits/clause)
3092.98/775.21	c tried to recurMin cls    : 343054      (9.73       % of conflicts)
3092.98/775.21	c updated cache            : 8724        (0.03       lits/tried recurMin)
3092.98/775.21	c unit cls recevied        : 1           (0.64      % of units)
3092.98/775.21	c unit cls sent            : 6           (3.82      % of units)
3092.98/775.21	c bin cls recevied         : 13         
3092.98/775.21	c bin cls sent             : 83         
3092.98/775.21	c clauses over max glue    : 0           (0.00      % of all clauses)
3092.98/775.21	c conflicts                : 3524430     (4548.56   / sec)
3092.98/775.21	c decisions                : 4035991     (0.65      % random)
3092.98/775.21	c bogo-props               : 105683149739 (136392596.94 / sec)
3092.98/775.21	c conflict literals        : 59633794    (30.68     % deleted)
3092.98/775.21	c Memory used              : 479.01      MB
3092.98/775.21	c single-thread CPU time   : 774.85      s
3092.98/775.21	c all-threads sum CPU time : 3091.72     s
3092.98/775.21	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: 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-3366514-1305405872/watcher-3366514-1305405872 -o /tmp/evaluation-result-3366514-1305405872/solver-3366514-1305405872 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366514-1305405872.cnf 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 6.82 7.82 7.94 3/312 7995
/proc/meminfo: memFree=11154480/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=51168 CPUtime=0.01 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 412 0 0 0 1 0 0 0 25 0 4 0 652189558 52396032 352 33554432000 4194304 4580107 140734824274000 18446744073709551615 47744344761881 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 12792 352 302 95 0 7774 0
[pid=7995/tid=7996] ppid=7993 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652189558 52396032 352 33554432000 4194304 4580107 140734824274000 18446744073709551615 47744344762290 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652189558 52396032 352 33554432000 4194304 4580107 140734824274000 18446744073709551615 47744344761881 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652189558 52396032 352 33554432000 4194304 4580107 140734824274000 18446744073709551615 47744344761875 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.113774 s]
/proc/loadavg: 6.82 7.82 7.94 3/312 7995
/proc/meminfo: memFree=11154480/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=281988 CPUtime=0.42 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 1521 0 0 0 42 0 0 0 18 0 4 0 652189558 288755712 1422 33554432000 4194304 4580107 140734824274000 18446744073709551615 4293184 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 70497 1422 377 95 0 65479 0
[pid=7995/tid=7996] ppid=7993 vsize=281988 CPUtime=0.1 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 282 0 0 0 10 0 0 0 25 0 4 0 652189558 288755712 1422 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=281988 CPUtime=0.1 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 284 0 0 0 10 0 0 0 18 0 4 0 652189558 288755712 1422 33554432000 4194304 4580107 140734824274000 18446744073709551615 4321235 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=281988 CPUtime=0.1 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 241 0 0 0 10 0 0 0 18 0 4 0 652189558 288755712 1422 33554432000 4194304 4580107 140734824274000 18446744073709551615 4295687 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 281988

[startup+0.200708 s]
/proc/loadavg: 6.82 7.82 7.94 3/312 7995
/proc/meminfo: memFree=11154480/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=282928 CPUtime=0.77 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 2000 0 0 0 77 0 0 0 18 0 4 0 652189558 289718272 1463 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 70732 1463 377 95 0 65714 0
[pid=7995/tid=7996] ppid=7993 vsize=282928 CPUtime=0.18 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 401 0 0 0 18 0 0 0 25 0 4 0 652189558 289718272 1463 33554432000 4194304 4580107 140734824274000 18446744073709551615 4295838 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=282928 CPUtime=0.19 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 403 0 0 0 19 0 0 0 18 0 4 0 652189558 289718272 1463 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=282928 CPUtime=0.19 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 361 0 0 0 19 0 0 0 18 0 4 0 652189558 289718272 1463 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 282928

[startup+0.300689 s]
/proc/loadavg: 6.82 7.82 7.94 3/312 7995
/proc/meminfo: memFree=11154480/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=283060 CPUtime=1.17 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 2360 0 0 0 117 0 0 0 18 0 4 0 652189558 289853440 1823 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 70765 1823 377 95 0 65747 0
[pid=7995/tid=7996] ppid=7993 vsize=283060 CPUtime=0.28 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 491 0 0 0 28 0 0 0 25 0 4 0 652189558 289853440 1823 33554432000 4194304 4580107 140734824274000 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=283060 CPUtime=0.29 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 495 0 0 0 29 0 0 0 18 0 4 0 652189558 289853440 1823 33554432000 4194304 4580107 140734824274000 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=283060 CPUtime=0.29 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 448 0 0 0 29 0 0 0 18 0 4 0 652189558 289853440 1823 33554432000 4194304 4580107 140734824274000 18446744073709551615 4293938 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283060

[startup+0.700613 s]
/proc/loadavg: 6.82 7.82 7.94 3/312 7995
/proc/meminfo: memFree=11154480/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=284336 CPUtime=2.77 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 3984 0 0 0 277 0 0 0 18 0 4 0 652189558 291160064 2154 33554432000 4194304 4580107 140734824274000 18446744073709551615 4293216 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 71084 2154 377 95 0 66066 0
[pid=7995/tid=7996] ppid=7993 vsize=284336 CPUtime=0.68 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 937 0 0 0 68 0 0 0 25 0 4 0 652189558 291160064 2154 33554432000 4194304 4580107 140734824274000 18446744073709551615 4321240 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=284336 CPUtime=0.69 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 933 0 0 0 69 0 0 0 18 0 4 0 652189558 291160064 2154 33554432000 4194304 4580107 140734824274000 18446744073709551615 4321160 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=284336 CPUtime=0.69 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 770 0 0 0 69 0 0 0 18 0 4 0 652189558 291160064 2154 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284336

[startup+1.50046 s]
/proc/loadavg: 6.82 7.82 7.94 9/324 8007
/proc/meminfo: memFree=11132944/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=284904 CPUtime=5.95 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 7217 0 0 0 595 0 0 0 20 0 4 0 652189558 291741696 3955 33554432000 4194304 4580107 140734824274000 18446744073709551615 4293932 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 71226 3955 379 95 0 66208 0
[pid=7995/tid=7996] ppid=7993 vsize=284904 CPUtime=1.47 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 1438 0 0 0 147 0 0 0 25 0 4 0 652189558 291741696 3955 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=284904 CPUtime=1.49 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 1436 0 0 0 149 0 0 0 19 0 4 0 652189558 291741696 3955 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=284904 CPUtime=1.49 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 1379 0 0 0 149 0 0 0 20 0 4 0 652189558 291741696 3955 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 284904

[startup+3.10116 s]
/proc/loadavg: 6.82 7.82 7.94 9/324 8007
/proc/meminfo: memFree=11101572/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=291556 CPUtime=12.34 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 14947 0 0 0 1233 1 0 0 25 0 4 0 652189558 298553344 7683 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294468 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 72889 7683 379 95 0 67871 0
[pid=7995/tid=7996] ppid=7993 vsize=291556 CPUtime=3.06 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 3251 0 0 0 306 0 0 0 25 0 4 0 652189558 298553344 7683 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=291556 CPUtime=3.09 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 3814 0 0 0 309 0 0 0 25 0 4 0 652189558 298553344 7684 33554432000 4194304 4580107 140734824274000 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=291556 CPUtime=3.09 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 3766 0 0 0 309 0 0 0 25 0 4 0 652189558 298553344 7684 33554432000 4194304 4580107 140734824274000 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 291556

[startup+6.30055 s]
/proc/loadavg: 6.91 7.83 7.94 9/324 8007
/proc/meminfo: memFree=11074944/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=292300 CPUtime=25.11 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 23870 0 0 0 2508 3 0 0 25 0 4 0 652189558 299315200 11005 33554432000 4194304 4580107 140734824274000 18446744073709551615 4406483 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 73075 11005 379 95 0 68057 0
[pid=7995/tid=7996] ppid=7993 vsize=292300 CPUtime=6.22 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 5873 0 0 0 622 0 0 0 25 0 4 0 652189558 299315200 11005 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=292300 CPUtime=6.28 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 6151 0 0 0 628 0 0 0 25 0 4 0 652189558 299315200 11005 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=292300 CPUtime=6.28 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 5189 0 0 0 628 0 0 0 25 0 4 0 652189558 299315200 11005 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 292300

[startup+12.7003 s]
/proc/loadavg: 7.00 7.83 7.94 9/324 8007
/proc/meminfo: memFree=11043328/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=297588 CPUtime=50.64 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 36500 0 0 0 5059 5 0 0 25 0 4 0 652189558 304730112 13872 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 74397 13872 379 95 0 69379 0
[pid=7995/tid=7996] ppid=7993 vsize=297588 CPUtime=12.55 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 9235 0 0 0 1255 0 0 0 25 0 4 0 652189558 304730112 13872 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=297588 CPUtime=12.69 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 8832 0 0 0 1268 1 0 0 25 0 4 0 652189558 304730112 13872 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=297588 CPUtime=12.68 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 8470 0 0 0 1267 1 0 0 25 0 4 0 652189558 304730112 13872 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 297588

[startup+25.5009 s]
/proc/loadavg: 7.22 7.83 7.94 9/324 8008
/proc/meminfo: memFree=11011464/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=300984 CPUtime=101.71 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 56032 0 0 0 10163 8 0 0 25 0 4 0 652189558 308207616 18419 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 75246 18419 379 95 0 70228 0
[pid=7995/tid=7996] ppid=7993 vsize=300984 CPUtime=25.21 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 14443 0 0 0 2520 1 0 0 25 0 4 0 652189558 308207616 18419 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=300984 CPUtime=25.49 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 14091 0 0 0 2548 1 0 0 25 0 4 0 652189558 308207616 18419 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=300984 CPUtime=25.49 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 12988 0 0 0 2547 2 0 0 25 0 4 0 652189558 308207616 18419 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 300984

[startup+51.101 s]
/proc/loadavg: 7.56 7.86 7.95 9/324 8008
/proc/meminfo: memFree=10967396/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=283196 CPUtime=203.86 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 84861 0 0 0 20372 14 0 0 25 0 4 0 652189558 289992704 25018 33554432000 4194304 4580107 140734824274000 18446744073709551615 4295679 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 70799 25018 379 95 0 65781 0
[pid=7995/tid=7996] ppid=7993 vsize=283196 CPUtime=50.57 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 22370 0 0 0 5054 3 0 0 25 0 4 0 652189558 289992704 25018 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=283196 CPUtime=51.09 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 21569 0 0 0 5106 3 0 0 25 0 4 0 652189558 289992704 25018 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=283196 CPUtime=51.08 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 19271 0 0 0 5105 3 0 0 25 0 4 0 652189558 289992704 25018 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.86
Current children cumulated vsize (KiB) 283196

[startup+102.301 s]
/proc/loadavg: 7.81 7.88 7.95 9/324 8010
/proc/meminfo: memFree=10922492/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=314536 CPUtime=408.17 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 129169 0 0 0 40791 26 0 0 25 0 4 0 652189558 322084864 28478 33554432000 4194304 4580107 140734824274000 18446744073709551615 4406440 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 78634 28478 379 95 0 73616 0
[pid=7995/tid=7996] ppid=7993 vsize=314536 CPUtime=101.25 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 32652 0 0 0 10119 6 0 0 25 0 4 0 652189558 322084864 28480 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=314536 CPUtime=102.3 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 32684 0 0 0 10223 7 0 0 25 0 4 0 652189558 322084864 28480 33554432000 4194304 4580107 140734824274000 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=314536 CPUtime=102.3 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 31606 0 0 0 10224 6 0 0 25 0 4 0 652189558 322084864 28480 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.17
Current children cumulated vsize (KiB) 314536

[startup+162.301 s]

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

/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 73681 0 0 0 46207 22 0 0 25 0 4 0 652189558 406720512 64491 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1844.52
Current children cumulated vsize (KiB) 397188

[startup+522.3 s]
/proc/loadavg: 8.11 8.07 8.01 9/324 8021
/proc/meminfo: memFree=10623996/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=474260 CPUtime=2083.91 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 337507 0 0 0 208287 104 0 0 25 0 4 0 652189558 485642240 68717 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 118565 68717 379 95 0 113547 0
[pid=7995/tid=7996] ppid=7993 vsize=474260 CPUtime=516.99 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 76780 0 0 0 51676 23 0 0 25 0 4 0 652189558 485642240 68717 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=474260 CPUtime=522.31 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 95361 0 0 0 52201 30 0 0 25 0 4 0 652189558 485642240 68717 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=474260 CPUtime=522.29 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 77381 0 0 0 52206 23 0 0 25 0 4 0 652189558 485642240 68717 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2083.91
Current children cumulated vsize (KiB) 474260

[startup+582.301 s]
/proc/loadavg: 8.09 8.07 8.01 9/324 8023
/proc/meminfo: memFree=10584296/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=486208 CPUtime=2323.31 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 355607 0 0 0 232219 112 0 0 25 0 4 0 652189558 497876992 72417 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 121552 72417 379 95 0 116534 0
[pid=7995/tid=7996] ppid=7993 vsize=486208 CPUtime=576.38 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 80895 0 0 0 57613 25 0 0 25 0 4 0 652189558 497876992 72417 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=486208 CPUtime=582.31 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 102709 0 0 0 58199 32 0 0 25 0 4 0 652189558 497876992 72417 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=486208 CPUtime=582.29 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 80064 0 0 0 58205 24 0 0 25 0 4 0 652189558 497876992 72417 33554432000 4194304 4580107 140734824274000 18446744073709551615 4397336 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2323.31
Current children cumulated vsize (KiB) 486208

[startup+642.301 s]
/proc/loadavg: 8.03 8.06 8.00 9/324 8024
/proc/meminfo: memFree=10578924/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=497440 CPUtime=2562.72 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 368922 0 0 0 256155 117 0 0 25 0 4 0 652189558 509378560 71997 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294517 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 124360 71997 379 95 0 119342 0
[pid=7995/tid=7996] ppid=7993 vsize=497440 CPUtime=635.78 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 83453 0 0 0 63552 26 0 0 25 0 4 0 652189558 509378560 71997 33554432000 4194304 4580107 140734824274000 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=497440 CPUtime=642.31 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 107311 0 0 0 64198 33 0 0 25 0 4 0 652189558 509378560 71997 33554432000 4194304 4580107 140734824274000 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=497440 CPUtime=642.29 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 82059 0 0 0 64204 25 0 0 25 0 4 0 652189558 509378560 71997 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2562.72
Current children cumulated vsize (KiB) 497440

[startup+702.301 s]
/proc/loadavg: 8.05 8.06 8.00 9/324 8026
/proc/meminfo: memFree=10548888/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=412512 CPUtime=2802.11 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 387064 0 0 0 280087 124 0 0 25 0 4 0 652189558 422412288 71578 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 103128 71578 379 95 0 98110 0
[pid=7995/tid=7996] ppid=7993 vsize=412512 CPUtime=695.16 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 87783 0 0 0 69489 27 0 0 25 0 4 0 652189558 422412288 71578 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=412512 CPUtime=702.31 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 113258 0 0 0 70195 36 0 0 25 0 4 0 652189558 422412288 71578 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294558 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=412512 CPUtime=702.29 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 85390 0 0 0 70203 26 0 0 25 0 4 0 652189558 422412288 71578 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2802.11
Current children cumulated vsize (KiB) 412512

[startup+762.301 s]
/proc/loadavg: 8.09 8.07 8.01 9/324 8027
/proc/meminfo: memFree=10521948/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=478196 CPUtime=3041.54 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 405484 0 0 0 304022 132 0 0 25 0 4 0 652189558 489672704 72495 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 119549 72495 379 95 0 114531 0
[pid=7995/tid=7996] ppid=7993 vsize=478196 CPUtime=754.57 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 91543 0 0 0 75428 29 0 0 25 0 4 0 652189558 489672704 72496 33554432000 4194304 4580107 140734824274000 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=478196 CPUtime=762.33 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 119815 0 0 0 76194 39 0 0 25 0 4 0 652189558 489672704 72496 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=478196 CPUtime=762.31 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 87821 0 0 0 76203 28 0 0 25 0 4 0 652189558 489672704 72496 33554432000 4194304 4580107 140734824274000 18446744073709551615 4304864 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3041.54
Current children cumulated vsize (KiB) 478196

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

[startup+768.001 s]
/proc/loadavg: 8.08 8.07 8.01 9/324 8028
/proc/meminfo: memFree=10508680/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=490504 CPUtime=3064.25 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 408698 0 0 0 306292 133 0 0 25 0 4 0 652189558 502276096 73250 33554432000 4194304 4580107 140734824274000 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 122626 73250 379 95 0 117608 0
[pid=7995/tid=7996] ppid=7993 vsize=490504 CPUtime=760.2 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 91968 0 0 0 75991 29 0 0 25 0 4 0 652189558 502276096 73250 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=490504 CPUtime=768.02 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 120203 0 0 0 76763 39 0 0 25 0 4 0 652189558 502276096 73250 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=490504 CPUtime=767.99 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 89002 0 0 0 76771 28 0 0 25 0 4 0 652189558 502276096 73250 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3064.25
Current children cumulated vsize (KiB) 490504

[startup+771.212 s]
/proc/loadavg: 8.08 8.07 8.01 9/324 8028
/proc/meminfo: memFree=10506820/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=490504 CPUtime=3077.06 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 409465 0 0 0 307573 133 0 0 25 0 4 0 652189558 502276096 73959 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 122626 73959 379 95 0 117608 0
[pid=7995/tid=7996] ppid=7993 vsize=490504 CPUtime=763.38 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 92084 0 0 0 76309 29 0 0 25 0 4 0 652189558 502276096 73959 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=490504 CPUtime=771.23 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 120411 0 0 0 77084 39 0 0 25 0 4 0 652189558 502276096 73959 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=490504 CPUtime=771.2 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 89210 0 0 0 77092 28 0 0 25 0 4 0 652189558 502276096 73959 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3077.06
Current children cumulated vsize (KiB) 490504

[startup+772.801 s]
/proc/loadavg: 8.08 8.07 8.01 9/324 8028
/proc/meminfo: memFree=10521948/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=490504 CPUtime=3083.4 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 409873 0 0 0 308207 133 0 0 25 0 4 0 652189558 502276096 74367 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 122626 74367 379 95 0 117608 0
[pid=7995/tid=7996] ppid=7993 vsize=490504 CPUtime=764.96 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 92154 0 0 0 76467 29 0 0 25 0 4 0 652189558 502276096 74367 33554432000 4194304 4580107 140734824274000 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=490504 CPUtime=772.81 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 120531 0 0 0 77242 39 0 0 25 0 4 0 652189558 502276096 74367 33554432000 4194304 4580107 140734824274000 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=490504 CPUtime=772.79 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 89312 0 0 0 77251 28 0 0 25 0 4 0 652189558 502276096 74367 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3083.4
Current children cumulated vsize (KiB) 490504

[startup+774.401 s]
/proc/loadavg: 8.16 8.09 8.01 9/324 8028
/proc/meminfo: memFree=10518476/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=490504 CPUtime=3089.82 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 410256 0 0 0 308848 134 0 0 25 0 4 0 652189558 502276096 74750 33554432000 4194304 4580107 140734824274000 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 122626 74750 379 95 0 117608 0
[pid=7995/tid=7996] ppid=7993 vsize=490504 CPUtime=766.54 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 92224 0 0 0 76625 29 0 0 25 0 4 0 652189558 502276096 74750 33554432000 4194304 4580107 140734824274000 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=490504 CPUtime=774.42 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 120653 0 0 0 77403 39 0 0 25 0 4 0 652189558 502276096 74750 33554432000 4194304 4580107 140734824274000 18446744073709551615 4305280 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=490504 CPUtime=774.4 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 89406 0 0 0 77412 28 0 0 25 0 4 0 652189558 502276096 74750 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3089.82
Current children cumulated vsize (KiB) 490504

[startup+774.8 s]
/proc/loadavg: 8.16 8.09 8.01 9/324 8028
/proc/meminfo: memFree=10518476/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=490504 CPUtime=3091.39 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 410342 0 0 0 309005 134 0 0 25 0 4 0 652189558 502276096 74836 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 122626 74836 379 95 0 117608 0
[pid=7995/tid=7996] ppid=7993 vsize=490504 CPUtime=766.93 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 92239 0 0 0 76664 29 0 0 25 0 4 0 652189558 502276096 74836 33554432000 4194304 4580107 140734824274000 18446744073709551615 4323580 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=490504 CPUtime=774.81 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 120676 0 0 0 77442 39 0 0 25 0 4 0 652189558 502276096 74836 33554432000 4194304 4580107 140734824274000 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=490504 CPUtime=774.79 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 89428 0 0 0 77451 28 0 0 25 0 4 0 652189558 502276096 74836 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3091.39
Current children cumulated vsize (KiB) 490504

[startup+775.2 s]
/proc/loadavg: 8.16 8.09 8.01 9/324 8028
/proc/meminfo: memFree=10518476/32951124 swapFree=67093864/67111528
[pid=7995] ppid=7993 vsize=490504 CPUtime=3092.98 cores=0,2,4,6
/proc/7995/stat : 7995 (strangenight2-m) R 7993 7995 7962 0 -1 4202496 410423 0 0 0 309164 134 0 0 25 0 4 0 652189558 502276096 74917 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294551 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/7995/statm: 122626 74917 379 95 0 117608 0
[pid=7995/tid=7996] ppid=7993 vsize=490504 CPUtime=767.33 cores=0,2,4,6
/proc/7995/task/7996/stat : 7996 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 92255 0 0 0 76704 29 0 0 25 0 4 0 652189558 502276096 74917 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=7995/tid=7997] ppid=7993 vsize=490504 CPUtime=775.21 cores=0,2,4,6
/proc/7995/task/7997/stat : 7997 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 120695 0 0 0 77482 39 0 0 25 0 4 0 652189558 502276096 74917 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=7995/tid=7998] ppid=7993 vsize=490504 CPUtime=775.19 cores=0,2,4,6
/proc/7995/task/7998/stat : 7998 (strangenight2-m) R 7993 7995 7962 0 -1 4202560 89452 0 0 0 77491 28 0 0 25 0 4 0 652189558 502276096 74917 33554432000 4194304 4580107 140734824274000 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3092.98
Current children cumulated vsize (KiB) 490504

Child status: 20
Real time (s): 775.233
CPU time (s): 3093.08
CPU user time (s): 3091.72
CPU system time (s): 1.35679
CPU usage (%): 398.987
Max. virtual memory (cumulated for all children) (KiB): 502896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3091.72
system time used= 1.35679
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 410430
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= 195
involuntary context switches= 22919

runsolver used 2.22566 second user time and 5.53616 second system time

The end

Launcher Data

Begin job on node102 at 2011-05-14 22:44:32
IDJOB=3366514
IDBENCH=82923
IDSOLVER=1844
FILE ID=node102/3366514-1305405872
RUNJOBID= node102-1305405872-7980
PBS_JOBID= 13324503
Free space on /tmp= 73536 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
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-3366514-1305405872/watcher-3366514-1305405872 -o /tmp/evaluation-result-3366514-1305405872/solver-3366514-1305405872 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366514-1305405872.cnf

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

MD5SUM BENCH= 7fa3ae3894a5c333ebdaa99700e2c639
RANDOM SEED=1848912439

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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:      11154752 kB
Buffers:        256112 kB
Cached:        2804368 kB
SwapCached:       1128 kB
Active:       19515292 kB
Inactive:      1984732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      11154752 kB
SwapTotal:    67111528 kB
SwapFree:     67093864 kB
Dirty:           11012 kB
Writeback:           0 kB
AnonPages:    18439080 kB
Mapped:          25860 kB
Slab:           177208 kB
PageTables:      53184 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 59041352 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= 73524 MiB
End job on node102 at 2011-05-14 22:57:27