Trace number 3366332

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)? (TO) 4800.47 1202.95

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v150-c3195-S873866006-055.UNKNOWN.cnf
MD5SUM9ec6e0c9f7f3592c1fc9e4fe986eba4f
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of clauses3195
Sum of the clauses size15975
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 53195
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-3366332-1305401927.cnf'
0.00/0.01	c -- header says num vars:            150
0.00/0.01	c -- header says num clauses:        3195
0.00/0.02	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.02	c -- vars added        150
0.00/0.02	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0       150      3195         0         0     15975         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.01
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
0.00/0.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.06	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.06	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.06	c calculated reachability. Time: 0.00
0.00/0.06	c Calc default polars -  time:   0.00 s pos:      72 undec:       8 neg:      70
0.00/0.06	c =========================================================================================
0.00/0.06	c types(t): F = full restart, N = normal restart
0.00/0.06	c types(t): S = simplification begin/end, E = solution found
0.00/0.06	c restart types(rt): st = static, dy = dynamic
0.00/0.06	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.06	c  B st     0         0       150      3195         0         0     15975         0   no data   no data
0.00/0.14	c Decided on static restart strategy
0.54/0.16	c  N st     8      4916       150      3195         0      4727     15975    146449   no data   no data
1.17/0.36	c  N st    10     11299       150      3195         0      4339     15975     99817   no data   no data
1.97/0.60	c  N st    11     17042       150      3195         0      9830     15975    271764   no data   no data
3.57/0.96	c  F st    12     25001       150      3195         0     12028     15975    334027   no data   no data
3.57/0.96	c  N st    12     25001       150      3195         0     12028     15975    334027   no data   no data
4.38/1.17	c Decided on static restart strategy
4.38/1.17	c  N st    18     30000       150      3195         0     10328     15975    267064   no data   no data
4.38/1.17	c  S st    18     30000       150      3195         0     10328     15975    267064   no data   no data
4.38/1.20	c  S st    18     30505       150      3195         0     10819     15975    281538   no data   no data
4.38/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.80/1.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.80/1.21	c blocked clauses removed:        0 vars:      0 tried:         150 T: 0.00 s
4.80/1.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.80/1.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.80/1.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4.80/1.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.80/1.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.80/1.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.55/1.41	c lits-rem:       190  cl-subs:     1126  v-elim:      0  v-fix:    0  time:  0.19 s
5.55/1.45	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.04
5.55/1.45	c calculated reachability. Time: 0.00
5.55/1.45	c  N st    18     30505       150      3195         0      9693     15975    243034   no data   no data
6.76/1.78	c  N st    20     37615       150      3195         0      8950     15975    200490   no data   no data
7.96/2.08	c  N st    21     44014       150      3195         0     15052     15975    397370   no data   no data
8.76/2.21	c  S st    22     45757       150      3195         0     16695     15975    449791   no data   no data
8.76/2.25	c  S st    22     46260       150      3195         0      8664     15975    172788   no data   no data
8.76/2.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.76/2.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.76/2.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.76/2.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.76/2.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.76/2.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
8.76/2.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.76/2.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.76/2.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.76/2.28	c lits-rem:        20  cl-subs:      146  v-elim:      0  v-fix:    0  time:  0.02 s
8.76/2.28	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
8.76/2.28	c vivif2 --  cl tried     8518 cl shrink        0 lits rem          0 time: 0.00
9.18/2.32	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.04
9.18/2.32	c calculated reachability. Time: 0.00
9.18/2.32	c  N st    22     46260       150      3195         0      8518     15975    167751   no data   no data
12.34/3.15	c  N st    23     60659       150      3195         0     12707     15975    280546   no data   no data
14.73/3.70	c  N st    24     69392       150      3195         0     10554     15975    198130   no data   no data
14.73/3.70	c  S st    24     69392       150      3195         0     10554     15975    198130   no data   no data
14.73/3.73	c  S st    24     69894       150      3195         0     11050     15975    212200   no data   no data
14.73/3.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.73/3.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.73/3.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.73/3.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.73/3.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.73/3.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
14.73/3.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.73/3.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.73/3.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.73/3.79	c lits-rem:        39  cl-subs:      260  v-elim:      0  v-fix:    0  time:  0.04 s
14.73/3.79	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
14.73/3.79	c vivif2 --  cl tried    10790 cl shrink        0 lits rem          0 time: 0.00
15.13/3.84	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.05
15.13/3.84	c calculated reachability. Time: 0.00
15.13/3.84	c  N st    24     69894       150      3195         0     10790     15975    204018   no data   no data
19.52/4.97	c  F st    25     87502       150      3195         0     16115     15975    357980   no data   no data
19.52/4.97	c  N st    25     87502       150      3195         0     16115     15975    357980   no data   no data
21.11/5.32	c Decided on static restart strategy
21.93/5.55	c  N st    32     95539       150      3195         0     23813     15975    591698   no data   no data
24.31/6.15	c  N st    34    104841       150      3195         0     20299     15975    474089   no data   no data
24.31/6.15	c  S st    34    104841       150      3195         0     20299     15975    474089   no data   no data
24.71/6.21	c  S st    34    105344       150      3195         0     20796     15975    488652   no data   no data
24.71/6.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.71/6.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
24.71/6.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.71/6.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.71/6.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.71/6.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
24.71/6.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.71/6.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
24.71/6.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.32/6.69	c lits-rem:       333  cl-subs:     1440  v-elim:      0  v-fix:    0  time:  0.46 s
26.32/6.69	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
26.32/6.69	c vivif2 --  cl tried    19356 cl shrink        0 lits rem          0 time: 0.00
26.74/6.77	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.08
26.74/6.77	c calculated reachability. Time: 0.00
26.74/6.77	c  N st    34    105344       150      3195         0     19356     15975    440323   no data   no data
29.50/7.48	c  N st    35    114943       150      3195         0     15213     15975    306276   no data   no data
33.88/8.57	c  N st    36    129342       150      3195         0     14631     15975    259412   no data   no data
40.27/10.18	c  N st    37    150937       150      3195         0     20001     15975    404846   no data   no data
42.67/10.71	c  S st    38    158016       150      3195         0     26695     15975    609215   no data   no data
42.67/10.77	c  S st    38    158523       150      3195         0     27190     15975    623588   no data   no data
42.67/10.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.67/10.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
42.67/10.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
42.67/10.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.67/10.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.67/10.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
42.67/10.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
42.67/10.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
43.07/10.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.26/11.67	c lits-rem:       442  cl-subs:     1865  v-elim:      0  v-fix:    0  time:  0.86 s
46.26/11.67	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
46.26/11.67	c vivif2 --  cl tried    25325 cl shrink        0 lits rem          0 time: 0.01
46.66/11.78	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.11
46.66/11.78	c calculated reachability. Time: 0.00
46.66/11.78	c  N st    38    158523       150      3195         0     25325     15975    561034   no data   no data
63.42/15.99	c  N st    39    207112       150      3195         0     20197     15975    362900   no data   no data
75.03/18.81	c  N st    40    237785       150      3195         0     30377     15975    673598   no data   no data
75.03/18.81	c  S st    40    237785       150      3195         0     30377     15975    673598   no data   no data
75.39/18.91	c  S st    40    238288       150      3195         0     30874     15975    688196   no data   no data
75.39/18.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.39/18.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
75.39/18.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.39/18.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.39/18.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.39/18.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
75.39/18.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.39/18.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
75.39/18.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.18/20.12	c lits-rem:       959  cl-subs:     1981  v-elim:      0  v-fix:    0  time:  1.17 s
80.18/20.12	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
80.18/20.13	c vivif2 --  cl tried    28893 cl shrink        0 lits rem          0 time: 0.01
80.58/20.26	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.12
80.58/20.26	c calculated reachability. Time: 0.00
80.58/20.26	c  N st    40    238288       150      3195         0     28893     15975    621351   no data   no data
108.52/27.29	c  F st    41    306250       150      3195         0     30713     15975    613832   no data   no data
108.52/27.29	c  N st    41    306250       150      3195         0     30713     15975    613832   no data   no data
110.91/27.83	c Decided on static restart strategy
120.09/30.16	c  N st    51    334557       150      3195         0     34924     15975    722498   no data   no data
130.07/32.67	c  N st    53    357434       150      3195         0     32888     15975    635471   no data   no data
130.07/32.67	c  S st    53    357434       150      3195         0     32888     15975    635471   no data   no data
130.47/32.75	c  S st    53    357935       150      3195         0     33380     15975    649971   no data   no data
130.47/32.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
130.47/32.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
130.47/32.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
130.47/32.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
130.47/32.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
130.47/32.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
130.47/32.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
130.47/32.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
130.47/32.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
133.26/33.49	c lits-rem:       754  cl-subs:     1448  v-elim:      0  v-fix:    0  time:  0.71 s
133.26/33.49	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
133.66/33.50	c vivif2 --  cl tried    31932 cl shrink        0 lits rem          0 time: 0.01
134.05/33.64	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.14
134.05/33.64	c calculated reachability. Time: 0.00
134.05/33.64	c  N st    53    357935       150      3195         0     31932     15975    602387   no data   no data
148.43/37.27	c  N st    54    390327       150      3195         0     37878     15975    759753   no data   no data
175.99/44.13	c  N st    55    438917       150      3195         0     31836     15975    555296   no data   no data
211.87/53.10	c  N st    56    511799       150      3195         0     45013     15975    912586   no data   no data
226.24/56.73	c  N st    57    536903       150      3195         0     39390     15975    708625   no data   no data
226.24/56.73	c  S st    57    536903       150      3195         0     39390     15975    708625   no data   no data
226.64/56.84	c  S st    57    537403       150      3195         0     39881     15975    723170   no data   no data
226.64/56.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
226.64/56.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
226.64/56.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
226.64/56.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
226.64/56.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
226.64/56.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
226.64/56.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
226.64/56.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
226.64/56.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
231.44/58.02	c lits-rem:       594  cl-subs:     2262  v-elim:      0  v-fix:    0  time:  1.14 s
231.44/58.02	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
231.44/58.03	c vivif2 --  cl tried    37619 cl shrink        0 lits rem          0 time: 0.01
232.23/58.21	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.17
232.23/58.21	c calculated reachability. Time: 0.00
232.23/58.21	c  N st    57    537403       150      3195         0     37619     15975    655951   no data   no data
325.25/81.58	c  N st    58    701388       150      3195         0     65520     15975   1394849   no data   no data
389.47/97.67	c  N st    59    806104       150      3195         0     60020     15975   1234398   no data   no data
389.47/97.67	c  S st    59    806104       150      3195         0     60020     15975   1234398   no data   no data
390.26/97.83	c  S st    59    806605       150      3195         0     60512     15975   1249126   no data   no data
390.26/97.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
390.26/97.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.03
390.26/97.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
390.26/97.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
390.26/97.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
390.26/97.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
390.26/97.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
390.26/97.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
390.67/97.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
414.60/103.93	c lits-rem:      1420  cl-subs:     4393  v-elim:      0  v-fix:    0  time:  6.02 s
414.60/103.93	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
414.60/103.95	c vivif2 --  cl tried    56119 cl shrink        0 lits rem          0 time: 0.01
415.81/104.24	c asymm  cl-useful: 0/2904/3195 lits-rem:0 time: 0.29
415.81/104.24	c calculated reachability. Time: 0.00
415.81/104.24	c  N st    59    806605       150      3195         0     56119     15975   1116315   no data   no data
610.96/153.17	c  F st    60   1071878       150      3195         0     71491     15975   1475241   no data   no data
610.96/153.17	c  N st    60   1071878       150      3195         0     71491     15975   1475241   no data   no data
616.54/154.51	c Decided on static restart strategy
636.10/159.42	c  N st    70   1100184       150      3195         0     55958     15975    988826   no data   no data
665.23/166.74	c  N st    72   1136176       150      3195         0     46651     15975    677124   no data   no data
689.97/172.94	c  N st    73   1168569       150      3195         0     77413     15975   1632982   no data   no data
726.29/182.08	c  N st    74   1209907       150      3195         0     71974     15975   1412123   no data   no data
726.29/182.08	c  S st    74   1209907       150      3195         0     71974     15975   1412123   no data   no data
727.88/182.47	c  S st    74   1210411       150      3195         0     72465     15975   1426713   no data   no data
727.88/182.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
728.28/182.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.06
728.28/182.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
728.28/182.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
728.28/182.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
728.28/182.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
728.28/182.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
728.28/182.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
728.28/182.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
803.32/201.40	c lits-rem:       845  cl-subs:     5248  v-elim:      0  v-fix:    0  time: 18.79 s
803.32/201.40	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
803.74/201.42	c vivif2 --  cl tried    67217 cl shrink        0 lits rem          0 time: 0.02
805.69/201.99	c asymm  cl-useful: 0/2534/3195 lits-rem:0 time: 0.56
805.69/201.99	c calculated reachability. Time: 0.00
805.69/201.99	c  N st    74   1210411       150      3195         0     67217     15975   1272855   no data   no data
866.75/217.23	c  N st    75   1283293       150      3195         0     90826     15975   2011782   no data   no data
965.32/241.97	c  N st    76   1392617       150      3195         0     52358     15975    759518   no data   no data
1101.00/275.90	c  N st    77   1556602       150      3195         0     56854     15975    852900   no data   no data
1226.71/307.45	c  N st    78   1710412       150      3195         0     97499     15975   2059207   no data   no data
1226.71/307.45	c  S st    78   1710412       150      3195         0     97499     15975   2059207   no data   no data
1227.91/307.74	c  S st    78   1710912       150      3195         0     97988     15975   2073621   no data   no data
1227.91/307.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1228.31/307.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1228.31/307.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1228.31/307.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1228.31/307.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1228.31/307.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1228.31/307.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1228.31/307.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1228.31/307.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1345.23/337.12	c lits-rem:      3065  cl-subs:     8718  v-elim:      0  v-fix:    0  time: 29.24 s
1345.23/337.12	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1345.23/337.15	c vivif2 --  cl tried    89270 cl shrink        0 lits rem          0 time: 0.03
1346.03/337.36	c asymm  cl-useful: 0/661/3195 lits-rem:0 time: 0.21
1346.03/337.36	c calculated reachability. Time: 0.00
1346.03/337.36	c  N st    78   1710912       150      3195         0     89270     15975   1804534   no data   no data
1711.99/429.05	c  N st    79   2079877       150      3195         0    100418     15975   2027017   no data   no data
1842.08/461.66	c  N st    80   2210912       150      3195         0    104506     15975   2110157   no data   no data
1842.08/461.66	c  S st    80   2210912       150      3195         0    104506     15975   2110157   no data   no data
1843.28/462.00	c  S st    80   2211415       150      3195         0    104995     15975   2125291   no data   no data
1843.69/462.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1843.69/462.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1843.69/462.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1843.69/462.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1843.69/462.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1843.69/462.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
1843.69/462.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1843.69/462.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1844.11/462.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1938.25/485.78	c lits-rem:      1643  cl-subs:     9107  v-elim:      0  v-fix:    0  time: 23.63 s
1938.25/485.78	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
1938.65/485.81	c vivif2 --  cl tried    95888 cl shrink        0 lits rem          0 time: 0.03
1940.26/486.31	c asymm  cl-useful: 0/1730/3195 lits-rem:0 time: 0.49
1940.68/486.31	c calculated reachability. Time: 0.00
1940.68/486.31	c  N st    80   2211415       150      3195         0     95888     15975   1859622   no data   no data
2468.22/618.54	c  N st    81   2711415       150      3195         0    118694     15975   2427935   no data   no data
2468.22/618.54	c  S st    81   2711415       150      3195         0    118694     15975   2427935   no data   no data
2469.42/618.89	c  S st    81   2711917       150      3195         0    119187     15975   2442894   no data   no data
2469.82/618.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2469.82/618.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2469.82/618.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2469.82/618.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2469.82/618.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2469.82/618.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
2469.82/618.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2469.82/618.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2470.22/619.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2620.66/656.78	c lits-rem:      3080  cl-subs:    12781  v-elim:      0  v-fix:    0  time: 37.72 s
2620.66/656.78	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
2621.08/656.81	c vivif2 --  cl tried   106406 cl shrink        0 lits rem          0 time: 0.03
2623.04/657.33	c asymm  cl-useful: 0/1393/3195 lits-rem:0 time: 0.52
2623.04/657.33	c calculated reachability. Time: 0.00
2623.04/657.33	c  N st    81   2711917       150      3195         0    106406     15975   2077292   no data   no data
3254.36/815.51	c  N st    82   3211918       150      3195         0     83754     15975   1257068   no data   no data
3254.36/815.51	c  S st    82   3211918       150      3195         0     83754     15975   1257068   no data   no data
3255.56/815.80	c  S st    82   3212421       150      3195         0     84243     15975   1271602   no data   no data
3255.56/815.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3255.56/815.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3255.56/815.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3255.56/815.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3255.56/815.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3255.56/815.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3255.56/815.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3255.56/815.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3255.96/815.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3265.13/818.25	c lits-rem:       421  cl-subs:     2009  v-elim:      0  v-fix:    0  time:  2.35 s
3265.13/818.25	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
3265.13/818.27	c vivif2 --  cl tried    82234 cl shrink        0 lits rem          0 time: 0.02
3266.72/818.60	c asymm  cl-useful: 0/1980/3195 lits-rem:0 time: 0.33
3266.72/818.61	c calculated reachability. Time: 0.00
3266.72/818.61	c  N st    82   3212421       150      3195         0     82234     15975   1207055   no data   no data
3865.77/968.75	c  N st    83   3712422       150      3195         0     93100     15975   1428591   no data   no data
3865.77/968.75	c  S st    83   3712422       150      3195         0     93100     15975   1428591   no data   no data
3866.97/969.04	c  S st    83   3712924       150      3195         0     93591     15975   1443680   no data   no data
3866.97/969.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3866.97/969.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
3866.97/969.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3866.97/969.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3866.97/969.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3866.97/969.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
3866.97/969.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3867.38/969.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3867.38/969.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3881.33/972.66	c lits-rem:       835  cl-subs:     2511  v-elim:      0  v-fix:    0  time:  3.51 s
3881.33/972.66	c vivif2 --  cl tried     3195 cl shrink        0 lits rem          0 time: 0.00
3881.33/972.68	c vivif2 --  cl tried    91080 cl shrink        0 lits rem          0 time: 0.02
3882.53/972.95	c asymm  cl-useful: 0/1215/3195 lits-rem:0 time: 0.27
3882.53/972.95	c calculated reachability. Time: 0.00
3882.53/972.95	c  N st    83   3712924       150      3195         0     91080     15975   1365841   no data   no data
3936.00/986.38	c  F st    84   3751562       150      3195         0    127498     15975   2508089   no data   no data
3936.00/986.39	c  N st    84   3751562       150      3195         0    127498     15975   2508089   no data   no data
3949.97/989.83	c Decided on static restart strategy
4002.64/1003.00	c  N st    94   3779862       150      3195         0    154330     15975   3327615   no data   no data
4052.51/1015.59	c  N st    96   3815855       150      3195         0    108343     15975   1855267   no data   no data
4104.00/1028.48	c  N st    97   3848249       150      3195         0    138871     15975   2791523   no data   no data
4171.84/1045.47	c  N st    98   3896837       150      3195         0    103480     15975   1695796   no data   no data
4279.20/1072.32	c  N st    99   3969719       150      3195         0     90192     15975   1263523   no data   no data
4432.85/1110.83	c  N st   100   4079043       150      3195         0    110346     15975   1873312   no data   no data
4644.38/1163.85	c  N st   101   4212925       150      3195         0    152802     15975   3248092   no data   no data
4644.38/1163.85	c  S st   101   4212925       150      3195         0    152802     15975   3248092   no data   no data
4646.36/1164.39	c  S st   101   4213428       150      3195         0    153296     15975   3262975   no data   no data
4646.76/1164.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4646.76/1164.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
4646.76/1164.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4646.76/1164.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4646.76/1164.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4646.76/1164.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    150 time:  0.00 s
4646.76/1164.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4647.16/1164.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4647.55/1164.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366332-1305401927/watcher-3366332-1305401927 -o /tmp/evaluation-result-3366332-1305401927/solver-3366332-1305401927 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366332-1305401927.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: 7.47 7.99 7.98 1/290 2024
/proc/meminfo: memFree=13133304/32950928 swapFree=67083212/67111528
[pid=2024] ppid=2022 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 651792340 52396032 347 33554432000 4194304 4580107 140734455291952 18446744073709551615 208080288753 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 12792 347 299 95 0 7774 0
[pid=2024/tid=2025] ppid=2022 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651792340 52396032 347 33554432000 4194304 4580107 140734455291952 18446744073709551615 47918256211890 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651792340 52396032 347 33554432000 4194304 4580107 140734455291952 18446744073709551615 47918256211884 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651792340 52396032 347 33554432000 4194304 4580107 140734455291952 18446744073709551615 208080288753 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.142949 s]
/proc/loadavg: 7.47 7.99 7.98 1/290 2024
/proc/meminfo: memFree=13133304/32950928 swapFree=67083212/67111528
[pid=2024] ppid=2022 vsize=291056 CPUtime=0.54 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 2235 0 0 0 54 0 0 0 25 0 4 0 651792340 298041344 2045 33554432000 4194304 4580107 140734455291952 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 72764 2045 376 95 0 67746 0
[pid=2024/tid=2025] ppid=2022 vsize=291056 CPUtime=0.13 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 502 0 0 0 13 0 0 0 25 0 4 0 651792340 298041344 2045 33554432000 4194304 4580107 140734455291952 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=291056 CPUtime=0.13 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 491 0 0 0 13 0 0 0 25 0 4 0 651792340 298041344 2045 33554432000 4194304 4580107 140734455291952 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=291056 CPUtime=0.13 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 345 0 0 0 13 0 0 0 25 0 4 0 651792340 298041344 2045 33554432000 4194304 4580107 140734455291952 18446744073709551615 208080275639 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 291056

[startup+0.201165 s]
/proc/loadavg: 7.47 7.99 7.98 1/290 2024
/proc/meminfo: memFree=13133304/32950928 swapFree=67083212/67111528
[pid=2024] ppid=2022 vsize=284112 CPUtime=0.77 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 2882 0 0 0 77 0 0 0 25 0 4 0 651792340 290930688 1964 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 71028 1964 376 95 0 66010 0
[pid=2024/tid=2025] ppid=2022 vsize=284112 CPUtime=0.19 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 663 0 0 0 19 0 0 0 18 0 4 0 651792340 290930688 1964 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=284112 CPUtime=0.19 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 656 0 0 0 19 0 0 0 25 0 4 0 651792340 290930688 1965 33554432000 4194304 4580107 140734455291952 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=284112 CPUtime=0.18 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 504 0 0 0 18 0 0 0 25 0 4 0 651792340 290930688 1965 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 284112

[startup+0.301146 s]
/proc/loadavg: 7.47 7.99 7.98 1/290 2024
/proc/meminfo: memFree=13133304/32950928 swapFree=67083212/67111528
[pid=2024] ppid=2022 vsize=284380 CPUtime=1.17 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 3388 0 0 0 117 0 0 0 25 0 4 0 651792340 291205120 2470 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294513 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 71095 2470 377 95 0 66077 0
[pid=2024/tid=2025] ppid=2022 vsize=284380 CPUtime=0.29 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 797 0 0 0 29 0 0 0 18 0 4 0 651792340 291205120 2470 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=284380 CPUtime=0.29 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 778 0 0 0 29 0 0 0 25 0 4 0 651792340 291205120 2470 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=284380 CPUtime=0.28 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 629 0 0 0 28 0 0 0 25 0 4 0 651792340 291205120 2470 33554432000 4194304 4580107 140734455291952 18446744073709551615 4323710 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284380

[startup+0.701071 s]
/proc/loadavg: 7.47 7.99 7.98 1/290 2024
/proc/meminfo: memFree=13133304/32950928 swapFree=67083212/67111528
[pid=2024] ppid=2022 vsize=286072 CPUtime=2.77 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 6119 0 0 0 277 0 0 0 25 0 4 0 651792340 292937728 2730 33554432000 4194304 4580107 140734455291952 18446744073709551615 4295727 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 71518 2730 377 95 0 66500 0
[pid=2024/tid=2025] ppid=2022 vsize=286072 CPUtime=0.69 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 1486 0 0 0 69 0 0 0 18 0 4 0 651792340 292937728 2730 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=286072 CPUtime=0.69 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 1447 0 0 0 69 0 0 0 25 0 4 0 651792340 292937728 2730 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=286072 CPUtime=0.68 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 1320 0 0 0 68 0 0 0 25 0 4 0 651792340 292937728 2730 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 286072

[startup+1.50092 s]
/proc/loadavg: 7.47 7.99 7.98 9/302 2039
/proc/meminfo: memFree=13100372/32950928 swapFree=67083212/67111528
[pid=2024] ppid=2022 vsize=293048 CPUtime=5.96 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 12899 0 0 0 595 1 0 0 25 0 4 0 651792340 300081152 6288 33554432000 4194304 4580107 140734455291952 18446744073709551615 4295727 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 73262 6289 379 95 0 68244 0
[pid=2024/tid=2025] ppid=2022 vsize=293048 CPUtime=1.49 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 3876 0 0 0 149 0 0 0 19 0 4 0 651792340 300081152 6289 33554432000 4194304 4580107 140734455291952 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=293048 CPUtime=1.49 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 2477 0 0 0 149 0 0 0 25 0 4 0 651792340 300081152 6289 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=293048 CPUtime=1.47 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 2368 0 0 0 147 0 0 0 25 0 4 0 651792340 300081152 6289 33554432000 4194304 4580107 140734455291952 18446744073709551615 4316288 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 293048

[startup+3.10062 s]
/proc/loadavg: 7.47 7.99 7.98 9/302 2039
/proc/meminfo: memFree=13049656/32950928 swapFree=67083212/67111528
[pid=2024] ppid=2022 vsize=293536 CPUtime=12.34 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 22571 0 0 0 1232 2 0 0 25 0 4 0 651792340 300580864 11234 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 73384 11234 379 95 0 68366 0
[pid=2024/tid=2025] ppid=2022 vsize=293536 CPUtime=3.09 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 5159 0 0 0 309 0 0 0 24 0 4 0 651792340 300580864 11234 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=293536 CPUtime=3.08 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 5816 0 0 0 308 0 0 0 25 0 4 0 651792340 300580864 11234 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=293536 CPUtime=3.06 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 5699 0 0 0 306 0 0 0 25 0 4 0 651792340 300580864 11234 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 293536

[startup+6.30101 s]
/proc/loadavg: 7.51 7.99 7.98 10/302 2039
/proc/meminfo: memFree=13023872/32950928 swapFree=67083212/67111528
[pid=2024] ppid=2022 vsize=310236 CPUtime=25.11 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 35878 0 0 0 2507 4 0 0 25 0 4 0 651792340 317681664 17051 33554432000 4194304 4580107 140734455291952 18446744073709551615 4406480 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 77559 17051 379 95 0 72541 0
[pid=2024/tid=2025] ppid=2022 vsize=310236 CPUtime=6.29 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 8513 0 0 0 628 1 0 0 25 0 4 0 651792340 317681664 17051 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=310236 CPUtime=6.28 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 9258 0 0 0 627 1 0 0 25 0 4 0 651792340 317681664 17051 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=310236 CPUtime=6.22 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 8064 0 0 0 622 0 0 0 25 0 4 0 651792340 317681664 17051 33554432000 4194304 4580107 140734455291952 18446744073709551615 4304880 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 310236

[startup+12.7008 s]
/proc/loadavg: 7.55 7.99 7.98 9/302 2039
/proc/meminfo: memFree=12989744/32950928 swapFree=67083212/67111528
[pid=2024] ppid=2022 vsize=311188 CPUtime=50.65 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 54980 0 0 0 5058 7 0 0 25 0 4 0 651792340 318656512 21293 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 77797 21293 379 95 0 72779 0
[pid=2024/tid=2025] ppid=2022 vsize=311188 CPUtime=12.69 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 12838 0 0 0 1268 1 0 0 25 0 4 0 651792340 318656512 21293 33554432000 4194304 4580107 140734455291952 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=311188 CPUtime=12.68 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 13471 0 0 0 1266 2 0 0 25 0 4 0 651792340 318656512 21293 33554432000 4194304 4580107 140734455291952 18446744073709551615 4322746 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=311188 CPUtime=12.57 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 13582 0 0 0 1256 1 0 0 25 0 4 0 651792340 318656512 21293 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 311188

[startup+25.5003 s]
/proc/loadavg: 7.65 7.99 7.98 9/302 2040
/proc/meminfo: memFree=12935568/32950928 swapFree=67083212/67111528
[pid=2024] ppid=2022 vsize=328340 CPUtime=101.73 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 84480 0 0 0 10160 13 0 0 25 0 4 0 651792340 336220160 30099 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 82085 30100 379 95 0 77067 0
[pid=2024/tid=2025] ppid=2022 vsize=328340 CPUtime=25.48 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 20228 0 0 0 2546 2 0 0 25 0 4 0 651792340 336220160 30100 33554432000 4194304 4580107 140734455291952 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=328340 CPUtime=25.48 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 21340 0 0 0 2544 4 0 0 25 0 4 0 651792340 336220160 30100 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=328340 CPUtime=25.24 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 20576 0 0 0 2522 2 0 0 25 0 4 0 651792340 336220160 30100 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 328340

[startup+51.1005 s]
/proc/loadavg: 7.85 8.00 7.98 10/302 2040
/proc/meminfo: memFree=12898012/32950928 swapFree=67083212/67111528
[pid=2024] ppid=2022 vsize=342676 CPUtime=203.89 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 125490 0 0 0 20365 24 0 0 25 0 4 0 651792340 350900224 36275 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 85669 36275 379 95 0 80651 0
[pid=2024/tid=2025] ppid=2022 vsize=342676 CPUtime=51.09 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 29074 0 0 0 5105 4 0 0 25 0 4 0 651792340 350900224 36275 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=342676 CPUtime=51.07 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 32785 0 0 0 5101 6 0 0 25 0 4 0 651792340 350900224 36275 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=342676 CPUtime=50.61 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 30752 0 0 0 5055 6 0 0 25 0 4 0 651792340 350900224 36275 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.89
Current children cumulated vsize (KiB) 342676

[startup+102.301 s]
/proc/loadavg: 7.93 8.00 7.98 9/302 2042
/proc/meminfo: memFree=12812568/32950928 swapFree=67083212/67111528
[pid=2024] ppid=2022 vsize=363124 CPUtime=408.24 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 181688 0 0 0 40784 40 0 0 25 0 4 0 651792340 371838976 51181 33554432000 4194304 4580107 140734455291952 18446744073709551615 4406350 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 90781 51181 379 95 0 85763 0
[pid=2024/tid=2025] ppid=2022 vsize=363124 CPUtime=102.3 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 34044 0 0 0 10225 5 0 0 25 0 4 0 651792340 371838976 51184 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=363124 CPUtime=102.27 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 49354 0 0 0 10216 11 0 0 25 0 4 0 651792340 371838976 51184 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=363124 CPUtime=101.36 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 48493 0 0 0 10125 11 0 0 25 0 4 0 651792340 371838976 51184 33554432000 4194304 4580107 140734455291952 18446744073709551615 4305164 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.24
Current children cumulated vsize (KiB) 363124

[startup+162.3 s]

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

[pid=2024] ppid=2022 vsize=644236 CPUtime=2563.19 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 552369 0 0 0 256154 165 0 0 25 0 4 0 651792340 659697664 115732 33554432000 4194304 4580107 140734455291952 18446744073709551615 4406355 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 161059 115732 379 95 0 156041 0
[pid=2024/tid=2025] ppid=2022 vsize=644236 CPUtime=642.31 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 102921 0 0 0 64202 29 0 0 25 0 4 0 651792340 659697664 115732 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=644236 CPUtime=642.19 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 157943 0 0 0 64170 49 0 0 25 0 4 0 651792340 659697664 115732 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=644236 CPUtime=636.37 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 147327 0 0 0 63597 40 0 0 25 0 4 0 651792340 659697664 115732 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2563.19
Current children cumulated vsize (KiB) 644236

[startup+702.3 s]
/proc/loadavg: 8.14 8.11 8.02 9/302 2088
/proc/meminfo: memFree=12332608/32950928 swapFree=67083212/67111528
[pid=2024] ppid=2022 vsize=762904 CPUtime=2802.63 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 576599 0 0 0 280086 177 0 0 25 0 4 0 651792340 781213696 118408 33554432000 4194304 4580107 140734455291952 18446744073709551615 4295735 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 190726 118408 379 95 0 185708 0
[pid=2024/tid=2025] ppid=2022 vsize=762904 CPUtime=702.31 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 110276 0 0 0 70198 33 0 0 25 0 4 0 651792340 781213696 118408 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=762904 CPUtime=702.19 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 166128 0 0 0 70165 54 0 0 25 0 4 0 651792340 781213696 118408 33554432000 4194304 4580107 140734455291952 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=762904 CPUtime=695.81 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 152838 0 0 0 69539 42 0 0 25 0 4 0 651792340 781213696 118408 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2802.63
Current children cumulated vsize (KiB) 762904

[startup+762.301 s]
/proc/loadavg: 8.12 8.12 8.03 9/302 2089
/proc/meminfo: memFree=12264516/32950928 swapFree=67083212/67111528
[pid=2024] ppid=2022 vsize=711260 CPUtime=3042.1 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 608200 0 0 0 304021 189 0 0 25 0 4 0 651792340 728330240 128018 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 177815 128018 379 95 0 172797 0
[pid=2024/tid=2025] ppid=2022 vsize=711260 CPUtime=762.33 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 115531 0 0 0 76198 35 0 0 25 0 4 0 651792340 728330240 128020 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=711260 CPUtime=762.19 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 176733 0 0 0 76161 58 0 0 25 0 4 0 651792340 728330240 128020 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=711260 CPUtime=755.27 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 162222 0 0 0 75483 44 0 0 25 0 4 0 651792340 728330240 128020 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3042.1
Current children cumulated vsize (KiB) 711260

[startup+822.301 s]
/proc/loadavg: 8.12 8.11 8.03 9/302 2091
/proc/meminfo: memFree=12249128/32950928 swapFree=67083212/67111528
[pid=2024] ppid=2022 vsize=712800 CPUtime=3281.5 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 630474 0 0 0 327950 200 0 0 25 0 4 0 651792340 729907200 128538 33554432000 4194304 4580107 140734455291952 18446744073709551615 4324117 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 178200 128538 379 95 0 173182 0
[pid=2024/tid=2025] ppid=2022 vsize=712800 CPUtime=822.32 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 119496 0 0 0 82196 36 0 0 25 0 4 0 651792340 729907200 128538 33554432000 4194304 4580107 140734455291952 18446744073709551615 4295687 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=712800 CPUtime=822.17 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 185150 0 0 0 82156 61 0 0 25 0 4 0 651792340 729907200 128538 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294821 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=712800 CPUtime=814.69 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 166412 0 0 0 81423 46 0 0 25 0 4 0 651792340 729907200 128538 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3281.5
Current children cumulated vsize (KiB) 712800

[startup+882.311 s]
/proc/loadavg: 8.08 8.10 8.03 9/302 2092
/proc/meminfo: memFree=12235340/32950928 swapFree=67083212/67111528
[pid=2024] ppid=2022 vsize=765688 CPUtime=3520.99 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 657637 0 0 0 351889 210 0 0 25 0 4 0 651792340 784064512 132348 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 191422 132348 379 95 0 186404 0
[pid=2024/tid=2025] ppid=2022 vsize=765688 CPUtime=882.33 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 126904 0 0 0 88194 39 0 0 25 0 4 0 651792340 784064512 132348 33554432000 4194304 4580107 140734455291952 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=765688 CPUtime=882.18 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 193556 0 0 0 88154 64 0 0 25 0 4 0 651792340 784064512 132348 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=765688 CPUtime=874.16 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 170644 0 0 0 87368 48 0 0 25 0 4 0 651792340 784064512 132348 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3520.99
Current children cumulated vsize (KiB) 765688

[startup+942.301 s]
/proc/loadavg: 8.06 8.09 8.03 9/302 2094
/proc/meminfo: memFree=12229752/32950928 swapFree=67083212/67111528
[pid=2024] ppid=2022 vsize=743172 CPUtime=3760.41 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 687599 0 0 0 375819 222 0 0 25 0 4 0 651792340 761008128 129505 33554432000 4194304 4580107 140734455291952 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 185793 129505 379 95 0 180775 0
[pid=2024/tid=2025] ppid=2022 vsize=743172 CPUtime=942.32 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 134498 0 0 0 94190 42 0 0 25 0 4 0 651792340 761008128 129505 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=743172 CPUtime=942.16 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 201843 0 0 0 94150 66 0 0 25 0 4 0 651792340 761008128 129505 33554432000 4194304 4580107 140734455291952 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=743172 CPUtime=933.61 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 178139 0 0 0 93310 51 0 0 25 0 4 0 651792340 761008128 129505 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294479 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3760.41
Current children cumulated vsize (KiB) 743172

[startup+1002.3 s]
/proc/loadavg: 8.17 8.12 8.04 9/302 2096
/proc/meminfo: memFree=12162404/32950928 swapFree=67083212/67111528
[pid=2024] ppid=2022 vsize=743556 CPUtime=3999.84 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 711105 0 0 0 399753 231 0 0 25 0 4 0 651792340 761401344 138736 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 185889 138736 379 95 0 180871 0
[pid=2024/tid=2025] ppid=2022 vsize=743556 CPUtime=1002.33 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 134845 0 0 0 100190 43 0 0 25 0 4 0 651792340 761401344 138736 33554432000 4194304 4580107 140734455291952 18446744073709551615 4406365 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=743556 CPUtime=1002.15 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 210928 0 0 0 100146 69 0 0 25 0 4 0 651792340 761401344 138736 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=743556 CPUtime=993.04 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 184873 0 0 0 99251 53 0 0 25 0 4 0 651792340 761401344 138736 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3999.84
Current children cumulated vsize (KiB) 743556

[startup+1062.3 s]
/proc/loadavg: 8.25 8.14 8.05 9/302 2097
/proc/meminfo: memFree=12105228/32950928 swapFree=67083212/67111528
[pid=2024] ppid=2022 vsize=687932 CPUtime=4239.29 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 731799 0 0 0 423688 241 0 0 25 0 4 0 651792340 704442368 133998 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 171983 133998 379 95 0 166965 0
[pid=2024/tid=2025] ppid=2022 vsize=687932 CPUtime=1062.32 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 136080 0 0 0 106189 43 0 0 25 0 4 0 651792340 704442368 133998 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=687932 CPUtime=1062.14 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 218871 0 0 0 106141 73 0 0 25 0 4 0 651792340 704442368 133998 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=687932 CPUtime=1052.5 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 188519 0 0 0 105195 55 0 0 25 0 4 0 651792340 704442368 133998 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4239.29
Current children cumulated vsize (KiB) 687932

[startup+1122.3 s]
/proc/loadavg: 8.23 8.14 8.05 9/302 2099
/proc/meminfo: memFree=12124192/32950928 swapFree=67083212/67111528
[pid=2024] ppid=2022 vsize=696448 CPUtime=4478.74 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 755163 0 0 0 447623 251 0 0 25 0 4 0 651792340 713162752 132004 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294595 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 174112 132004 379 95 0 169094 0
[pid=2024/tid=2025] ppid=2022 vsize=696448 CPUtime=1122.33 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 137306 0 0 0 112189 44 0 0 25 0 4 0 651792340 713162752 132004 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=696448 CPUtime=1122.14 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 227162 0 0 0 112137 77 0 0 25 0 4 0 651792340 713162752 132004 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=696448 CPUtime=1111.95 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 194493 0 0 0 111138 57 0 0 25 0 4 0 651792340 713162752 132004 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4478.74
Current children cumulated vsize (KiB) 696448

[startup+1182.3 s]
/proc/loadavg: 8.21 8.15 8.06 9/302 2100
/proc/meminfo: memFree=12044804/32950928 swapFree=67083212/67111528
[pid=2024] ppid=2022 vsize=999784 CPUtime=4718.18 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 785790 0 0 0 471557 261 0 0 25 0 4 0 651792340 1023778816 153277 33554432000 4194304 4580107 140734455291952 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 249946 153277 379 95 0 244928 0
[pid=2024/tid=2025] ppid=2022 vsize=999784 CPUtime=1182.33 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 139704 0 0 0 118188 45 0 0 25 0 4 0 651792340 1023778816 153277 33554432000 4194304 4580107 140734455291952 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=999784 CPUtime=1182.13 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 239753 0 0 0 118132 81 0 0 25 0 4 0 651792340 1023778816 153277 33554432000 4194304 4580107 140734455291952 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=999784 CPUtime=1171.4 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 198778 0 0 0 117081 59 0 0 25 0 4 0 651792340 1023778816 153277 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4718.18
Current children cumulated vsize (KiB) 999784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.9 s]
/proc/loadavg: 8.15 8.14 8.06 9/302 2101
/proc/meminfo: memFree=12016656/32950928 swapFree=67083212/67111528
[pid=2024] ppid=2022 vsize=885212 CPUtime=4800.39 cores=0,2,4,6
/proc/2024/stat : 2024 (strangenight2-m) R 2022 2024 1603 0 -1 4202496 788676 0 0 0 479776 263 0 0 25 0 4 0 651792340 906457088 155186 33554432000 4194304 4580107 140734455291952 18446744073709551615 4406466 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/2024/statm: 221303 155186 379 95 0 216285 0
[pid=2024/tid=2025] ppid=2022 vsize=885212 CPUtime=1202.94 cores=0,2,4,6
/proc/2024/task/2025/stat : 2025 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 139942 0 0 0 120249 45 0 0 25 0 4 0 651792340 906457088 155186 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=2024/tid=2026] ppid=2022 vsize=885212 CPUtime=1202.74 cores=0,2,4,6
/proc/2024/task/2026/stat : 2026 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 239753 0 0 0 120193 81 0 0 25 0 4 0 651792340 906457088 155186 33554432000 4194304 4580107 140734455291952 18446744073709551615 4406355 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=2024/tid=2027] ppid=2022 vsize=885212 CPUtime=1191.78 cores=0,2,4,6
/proc/2024/task/2027/stat : 2027 (strangenight2-m) R 2022 2024 1603 0 -1 4202560 201426 0 0 0 119118 60 0 0 25 0 4 0 651792340 906457088 155186 33554432000 4194304 4580107 140734455291952 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.39
Current children cumulated vsize (KiB) 885212

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.95
CPU time (s): 4800.47
CPU user time (s): 4797.81
CPU system time (s): 2.66059
CPU usage (%): 399.058
Max. virtual memory (cumulated for all children) (KiB): 999784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.81
system time used= 2.66059
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 788676
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= 359
involuntary context switches= 21815

runsolver used 3.11353 second user time and 8.04678 second system time

The end

Launcher Data

Begin job on node127 at 2011-05-14 21:38:47
IDJOB=3366332
IDBENCH=82741
IDSOLVER=1844
FILE ID=node127/3366332-1305401927
RUNJOBID= node127-1305400722-1918
PBS_JOBID= 13324449
Free space on /tmp= 73480 MiB

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

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

MD5SUM BENCH= 9ec6e0c9f7f3592c1fc9e4fe986eba4f
RANDOM SEED=79320839

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13133460 kB
Buffers:        288088 kB
Cached:        3359196 kB
SwapCached:       1620 kB
Active:       16814100 kB
Inactive:      2666980 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13133460 kB
SwapTotal:    67111528 kB
SwapFree:     67083212 kB
Dirty:            5488 kB
Writeback:           0 kB
AnonPages:    15832164 kB
Mapped:          25552 kB
Slab:           225944 kB
PageTables:      46692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 44320056 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= 73468 MiB
End job on node127 at 2011-05-14 21:58:52