Trace number 3174107

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.35 1201.64

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S1677156340-036.UNKNOWN.cnf
MD5SUM99f3efd3bfc8a6f99ffbd289ed4a5837
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 variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174107-1304094871.cnf'
0.00/0.00	c -- header says num vars:            600
0.00/0.00	c -- header says num clauses:        2556
0.00/0.01	c -- clauses added:            0 learnts,         2556 normals,            0 xors
0.00/0.01	c -- vars added        600
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       600      2556         0         0      7668         0   no data   no data
0.00/0.01	c asymm  cl-useful: 1/2556/2556 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.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.10	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    600 time:  0.00 s
0.00/0.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:     15  v-fix:    0  time:  0.00 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:     250 undec:      81 neg:     269
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0       585      2541         1         0      7709         0   no data   no data
0.00/0.10	c Decided on static restart strategy
0.00/0.20	c  N st     8      4918       585      2541         1      4850      7709    127866   no data   no data
0.00/0.43	c  N st    10     11302       585      2541         1      4506      7709     85041   no data   no data
0.00/0.70	c  N st    11     17045       585      2541         1     10152      7709    238063   no data   no data
4.39/1.14	c  F st    12     25000       585      2541         1     12455      7709    306679   no data   no data
4.39/1.14	c  N st    12     25000       585      2541         1     12455      7709    306679   no data   no data
5.57/1.40	c  N dy    18     30002       585      2541         1     10725      7709    236709   no data   no data
5.57/1.40	c  S st    18     30002       585      2541         1     10725      7709    236709   no data   no data
5.57/1.43	c  S st    18     30503       585      2541         1     11226      7709    249668   no data   no data
5.57/1.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.57/1.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.57/1.43	c blocked clauses removed:        8 vars:      1 tried:         585 T: 0.00 s
5.57/1.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.57/1.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
5.57/1.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.57/1.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.57/1.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.96/1.50	c lits-rem:       145  cl-subs:      370  v-elim:      0  v-fix:    0  time:  0.05 s
5.96/1.51	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.01
5.96/1.51	c calculated reachability. Time: 0.00
5.96/1.51	c  N dy    18     30503       584      2533         1     10856      7685    237692   no data   no data
6.76/1.75	c  N dy    29     34608       584      2533         1     14920      7685    344801     18.29     19.56
7.58/1.98	c  N dy    46     38695       584      2533         1     11123      7685    189748     18.01     20.33
8.76/2.24	c  N dy    61     43180       584      2533         1     15584      7685    305651     17.75     18.76
9.56/2.43	c  S st    70     45755       584      2533         1      9262      7685    116137     17.59   no data
9.56/2.45	c  S st    70     46260       584      2533         1      9767      7685    128270     17.59   no data
9.56/2.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.56/2.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.56/2.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.56/2.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.56/2.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
9.56/2.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.56/2.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.56/2.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.56/2.47	c lits-rem:         6  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.01 s
9.56/2.47	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
9.56/2.47	c vivif2 --  cl tried     9764 cl shrink        0 lits rem          0 time: 0.00
9.56/2.48	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.01
9.56/2.48	c calculated reachability. Time: 0.00
9.56/2.48	c  N dy    70     46260       584      2533         1      9764      7685    128162     17.59   no data
10.76/2.71	c  N dy    86     50370       584      2533         1     13834      7685    234100     17.60     18.72
11.57/2.99	c  N dy   103     54500       584      2533         1     17943      7685    340016     17.63     18.57
13.15/3.34	c  N dy   123     59984       584      2533         1     13474      7685    197200     17.53     18.52
14.35/3.61	c  N dy   140     63991       584      2533         1     17433      7685    297770     17.56     18.54
15.55/3.94	c  N dy   154     68086       584      2533         1     21489      7685    402348     17.53     18.59
15.97/4.04	c  S st   161     69390       584      2533         1     11896      7685    136777     17.55     15.63
15.97/4.07	c  S st   161     69895       584      2533         1     12401      7685    149759     17.55   no data
15.97/4.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.97/4.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.97/4.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.97/4.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.97/4.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.97/4.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
15.97/4.07	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
15.97/4.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.97/4.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.97/4.09	c lits-rem:         7  cl-subs:       34  v-elim:      0  v-fix:    0  time:  0.01 s
15.97/4.09	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
15.97/4.09	c vivif2 --  cl tried    12367 cl shrink        0 lits rem          0 time: 0.00
16.37/4.10	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.01
16.37/4.10	c calculated reachability. Time: 0.00
16.37/4.10	c  N dy   161     69895       584      2533         1     12367      7685    148764     17.55   no data
17.55/4.43	c  N dy   183     74931       584      2533         1     17352      7685    277151     17.55     18.49
19.15/4.82	c  N dy   211     79835       584      2533         1     22220      7685    403189     17.61     18.55
21.15/5.34	c  N dy   228     87216       584      2533         1     17613      7685    264683     17.54     18.50
21.15/5.36	c  F st   231     87500       584      2533         1     17895      7685    272406     17.56   no data
22.75/5.74	c Decided on static restart strategy
23.55/5.99	c  N st   238     95541       584      2533         1     13006      7685    252647     17.56   no data
26.74/6.74	c  N st   240    104843       584      2533         1     22172      7685    509264     17.56   no data
26.74/6.74	c  S st   240    104843       584      2533         1     22172      7685    509264     17.56   no data
27.14/6.80	c  S st   240    105346       584      2533         1     22675      7685    522629     17.56   no data
27.14/6.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.14/6.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
27.14/6.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.14/6.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.14/6.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.14/6.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
27.14/6.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
27.14/6.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
27.14/6.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.93/7.04	c lits-rem:       480  cl-subs:      726  v-elim:      0  v-fix:    0  time:  0.21 s
27.93/7.04	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
27.93/7.05	c vivif2 --  cl tried    21949 cl shrink        0 lits rem          0 time: 0.01
27.93/7.06	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.01
27.93/7.06	c calculated reachability. Time: 0.00
27.93/7.06	c  N st   240    105346       584      2533         1     21949      7685    498887     17.56   no data
31.93/8.00	c  N st   241    114944       584      2533         1     17600      7685    318069     17.56   no data
37.53/9.48	c  N st   242    129342       584      2533         1     16959      7685    308998     17.56   no data
45.51/11.43	c  N st   243    150938       584      2533         1     22464      7685    413433     17.56   no data
48.31/12.14	c  S st   244    158019       584      2533         1     29460      7685    611843     17.56   no data
48.71/12.21	c  S st   244    158526       584      2533         1     29967      7685    625386     17.56   no data
48.71/12.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.71/12.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
48.71/12.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.71/12.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.71/12.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.71/12.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
48.71/12.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
48.71/12.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
48.71/12.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.71/12.72	c lits-rem:       231  cl-subs:     1444  v-elim:      0  v-fix:    0  time:  0.47 s
50.71/12.72	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
50.71/12.73	c vivif2 --  cl tried    28523 cl shrink        0 lits rem          0 time: 0.01
50.71/12.75	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.02
50.71/12.75	c calculated reachability. Time: 0.00
50.71/12.75	c  N st   244    158526       584      2533         1     28523      7685    585837     17.56   no data
71.08/17.83	c  N st   245    207114       584      2533         1     23293      7685    408257     17.56   no data
84.67/21.26	c  N st   246    237789       584      2533         1     33637      7685    631708     17.56   no data
84.67/21.26	c  S st   246    237789       584      2533         1     33637      7685    631708     17.56   no data
85.07/21.36	c  S st   246    238292       584      2533         1     34140      7685    644603     17.56   no data
85.07/21.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
85.07/21.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
85.07/21.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
85.07/21.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
85.07/21.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
85.07/21.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
85.07/21.37	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
85.07/21.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
85.47/21.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.86/22.05	c lits-rem:       145  cl-subs:     1737  v-elim:      0  v-fix:    0  time:  0.65 s
87.86/22.05	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
87.86/22.06	c vivif2 --  cl tried    32403 cl shrink        0 lits rem          0 time: 0.01
87.86/22.08	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.02
87.86/22.08	c calculated reachability. Time: 0.00
87.86/22.08	c  N st   246    238292       584      2533         1     32403      7685    598769     17.56   no data
121.02/30.35	c  F st   247    306250       584      2533         1     34284      7685    596845     17.56   no data
121.02/30.35	c  N st   247    306250       584      2533         1     34284      7685    596845     17.56   no data
123.42/30.97	c Decided on static restart strategy
135.40/33.93	c  N st   257    334556       584      2533         1     38606      7685    712868     17.56   no data
147.39/36.97	c  N st   259    357440       584      2533         1     36545      7685    632896     17.56   no data
147.39/36.97	c  S st   259    357440       584      2533         1     36545      7685    632896     17.56   no data
147.81/37.08	c  S st   259    357943       584      2533         1     37048      7685    645391     17.56   no data
147.81/37.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
147.81/37.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
147.81/37.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
147.81/37.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
147.81/37.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
147.81/37.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
147.81/37.09	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
148.21/37.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
148.21/37.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
149.38/37.48	c lits-rem:       249  cl-subs:     1042  v-elim:      0  v-fix:    0  time:  0.36 s
149.38/37.48	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
149.38/37.49	c vivif2 --  cl tried    36006 cl shrink        0 lits rem          0 time: 0.01
149.78/37.51	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.02
149.78/37.52	c calculated reachability. Time: 0.00
149.78/37.52	c  N st   259    357943       584      2533         1     36006      7685    614163     17.56   no data
167.77/42.03	c  N st   260    390335       584      2533         1     42325      7685    758917     17.56   no data
194.53/48.77	c  N st   261    438923       584      2533         1     36050      7685    572458     17.56   no data
236.48/59.27	c  N st   262    511806       584      2533         1     49642      7685    922435     17.56   no data
251.66/63.06	c  N st   263    536914       584      2533         1     43887      7685    732550     17.56   no data
251.66/63.06	c  S st   263    536914       584      2533         1     43887      7685    732550     17.56   no data
252.06/63.18	c  S st   263    537417       584      2533         1     44390      7685    745606     17.56   no data
252.06/63.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
252.46/63.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.02
252.46/63.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
252.46/63.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
252.46/63.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
252.46/63.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
252.46/63.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
252.46/63.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
252.46/63.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
254.47/63.76	c lits-rem:       252  cl-subs:     1008  v-elim:      0  v-fix:    0  time:  0.52 s
254.47/63.76	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
254.47/63.77	c vivif2 --  cl tried    43382 cl shrink        0 lits rem          0 time: 0.01
254.86/63.80	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.03
254.86/63.80	c calculated reachability. Time: 0.00
254.86/63.80	c  N st   263    537417       584      2533         1     43382      7685    715600     17.56   no data
377.11/94.42	c  N st   264    701401       584      2533         1     37417      7685    449034     17.56   no data
454.62/113.82	c  N st   265    806126       584      2533         1     66693      7685   1268604     17.56   no data
454.62/113.82	c  S st   265    806126       584      2533         1     66693      7685   1268604     17.56   no data
455.44/114.01	c  S st   265    806629       584      2533         1     67195      7685   1281825     17.56   no data
455.44/114.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
455.44/114.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
455.44/114.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
455.44/114.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
455.44/114.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
455.44/114.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
455.44/114.05	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
455.44/114.07	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
455.84/114.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
466.61/116.82	c lits-rem:       583  cl-subs:     2358  v-elim:      0  v-fix:    0  time:  2.70 s
466.61/116.82	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
466.61/116.84	c vivif2 --  cl tried    64837 cl shrink        0 lits rem          0 time: 0.02
466.61/116.90	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.06
467.01/116.90	c calculated reachability. Time: 0.00
467.01/116.90	c  N st   265    806629       584      2533         1     64837      7685   1213087     17.56   no data
708.71/177.47	c  F st   266   1071875       584      2533         1     80831      7685   1605196     17.56   no data
708.71/177.47	c  N st   266   1071875       584      2533         1     80831      7685   1605196     17.56   no data
715.49/179.11	c Decided on static restart strategy
733.08/183.59	c  N st   276   1100177       584      2533         1     64508      7685   1077978     17.56   no data
766.64/191.93	c  N st   278   1136170       584      2533         1     54675      7685    739433     17.56   no data
798.21/199.82	c  N st   279   1168563       584      2533         1     86240      7685   1559405     17.56   no data
834.94/209.00	c  N st   280   1209943       584      2533         1     80728      7685   1417576     17.56   no data
834.94/209.00	c  S st   280   1209943       584      2533         1     80728      7685   1417576     17.56   no data
835.74/209.24	c  S st   280   1210450       584      2533         1     81234      7685   1429875     17.56   no data
835.74/209.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
835.74/209.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
835.74/209.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
835.74/209.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
835.74/209.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
835.74/209.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
835.74/209.28	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
836.14/209.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
836.14/209.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
849.33/212.68	c lits-rem:       442  cl-subs:     3220  v-elim:      0  v-fix:    0  time:  3.31 s
849.33/212.68	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
849.72/212.70	c vivif2 --  cl tried    78014 cl shrink        0 lits rem          0 time: 0.02
849.72/212.79	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.10
850.12/212.80	c calculated reachability. Time: 0.00
850.12/212.80	c  N st   280   1210450       584      2533         1     78014      7685   1347568     17.56   no data
924.83/231.50	c  N st   281   1283333       584      2533         1     54594      7685    670919     17.56   no data
1028.69/257.51	c  N st   282   1392656       584      2533         1     62554      7685    851937     17.56   no data
1201.27/300.71	c  N st   283   1556640       584      2533         1     67322      7685    936856     17.56   no data
1369.87/342.91	c  N st   284   1710450       584      2533         1    109337      7685   2149211     17.56   no data
1369.87/342.91	c  S st   284   1710450       584      2533         1    109337      7685   2149211     17.56   no data
1371.04/343.27	c  S st   284   1710951       584      2533         1    109836      7685   2162540     17.56   no data
1371.04/343.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1371.44/343.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1371.44/343.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1371.44/343.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1371.44/343.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1371.44/343.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
1371.44/343.33	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1371.44/343.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1371.84/343.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1414.99/354.22	c lits-rem:      1222  cl-subs:     5073  v-elim:      0  v-fix:    0  time: 10.73 s
1414.99/354.22	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
1414.99/354.25	c vivif2 --  cl tried   104763 cl shrink        0 lits rem          0 time: 0.03
1415.39/354.36	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.11
1415.39/354.37	c calculated reachability. Time: 0.00
1415.39/354.37	c  N st   284   1710951       584      2533         1    104763      7685   2016083     17.56   no data
1870.84/468.34	c  N st   285   2079916       584      2533         1    116359      7685   2173315     17.56   no data
2039.81/510.67	c  N st   286   2210952       584      2533         1    120433      7685   2279012     17.56   no data
2039.81/510.67	c  S st   286   2210952       584      2533         1    120433      7685   2279012     17.56   no data
2041.41/511.09	c  S st   286   2211456       584      2533         1    120936      7685   2292868     17.56   no data
2041.82/511.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2041.82/511.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2041.82/511.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2041.82/511.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2041.82/511.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2041.82/511.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
2041.82/511.17	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2042.22/511.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2042.22/511.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2098.54/525.34	c lits-rem:      1279  cl-subs:     6348  v-elim:      0  v-fix:    0  time: 14.01 s
2098.54/525.34	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
2098.54/525.38	c vivif2 --  cl tried   114588 cl shrink        0 lits rem          0 time: 0.03
2099.36/525.52	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.14
2099.36/525.53	c calculated reachability. Time: 0.00
2099.36/525.53	c  N st   286   2211456       584      2533         1    114588      7685   2120253     17.56   no data
2773.29/694.30	c  N st   287   2711456       584      2533         1    138098      7685   2597942     17.56   no data
2773.29/694.30	c  S st   287   2711456       584      2533         1    138098      7685   2597942     17.56   no data
2775.29/694.78	c  S st   287   2711958       584      2533         1    138600      7685   2611263     17.56   no data
2775.29/694.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2775.71/694.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
2775.71/694.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2775.71/694.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2775.71/694.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2775.71/694.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
2775.71/694.87	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2776.11/694.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2776.11/694.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2853.18/714.27	c lits-rem:      1870  cl-subs:     8021  v-elim:      0  v-fix:    0  time: 19.18 s
2853.18/714.27	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
2853.58/714.31	c vivif2 --  cl tried   130579 cl shrink        0 lits rem          0 time: 0.04
2853.98/714.45	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.14
2853.98/714.45	c calculated reachability. Time: 0.00
2853.98/714.45	c  N st   287   2711958       584      2533         1    130579      7685   2409355     17.56   no data
3566.29/892.73	c  N st   288   3211959       584      2533         1    106380      7685   1609568     17.56   no data
3566.29/892.73	c  S st   288   3211959       584      2533         1    106380      7685   1609568     17.56   no data
3567.88/893.14	c  S st   288   3212461       584      2533         1    106881      7685   1623357     17.56   no data
3567.88/893.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3568.28/893.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.07
3568.28/893.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3568.28/893.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3568.28/893.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3568.28/893.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
3568.28/893.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3568.28/893.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
3568.68/893.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3594.64/899.83	c lits-rem:       237  cl-subs:     3954  v-elim:      0  v-fix:    0  time:  6.48 s
3594.64/899.83	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
3594.64/899.86	c vivif2 --  cl tried   102927 cl shrink        0 lits rem          0 time: 0.03
3595.04/899.97	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.11
3595.04/899.98	c calculated reachability. Time: 0.00
3595.04/899.98	c  N st   288   3212461       584      2533         1    102927      7685   1521747     17.56   no data
4348.07/1088.43	c  N st   289   3712462       584      2533         1    113805      7685   1766207     17.56   no data
4348.07/1088.43	c  S st   289   3712462       584      2533         1    113805      7685   1766207     17.56   no data
4349.29/1088.78	c  S st   289   3712967       584      2533         1    114309      7685   1780150     17.56   no data
4349.29/1088.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4349.66/1088.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
4349.66/1088.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4349.66/1088.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4349.66/1088.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4349.66/1088.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    584 time:  0.00 s
4349.66/1088.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4349.66/1088.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4350.06/1088.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4370.44/1094.03	c lits-rem:      1042  cl-subs:     3616  v-elim:      0  v-fix:    0  time:  5.08 s
4370.44/1094.03	c vivif2 --  cl tried     2533 cl shrink        0 lits rem          0 time: 0.00
4370.44/1094.06	c vivif2 --  cl tried   110693 cl shrink        0 lits rem          0 time: 0.03
4370.85/1094.18	c asymm  cl-useful: 0/2533/2533 lits-rem:0 time: 0.11
4370.85/1094.18	c calculated reachability. Time: 0.00
4370.85/1094.18	c  N st   289   3712967       584      2533         1    110693      7685   1674657     17.56   no data
4440.34/1111.56	c  F st   290   3751562       584      2533         1    148502      7685   2845766     17.56   no data
4440.34/1111.57	c  N st   290   3751562       584      2533         1    148502      7685   2845766     17.56   no data
4453.13/1114.74	c Decided on static restart strategy
4501.45/1126.84	c  N st   300   3779865       584      2533         1     93084      7685   1073295     17.56   no data
4571.37/1144.33	c  N st   302   3815860       584      2533         1    128355      7685   2091845     17.56   no data
4634.50/1160.14	c  N st   303   3848255       584      2533         1    160085      7685   2993284     17.56   no data
4704.82/1177.71	c  N st   304   3896844       584      2533         1    123397      7685   1883091     17.56   no data

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174107-1304094871/watcher-3174107-1304094871 -o /tmp/evaluation-result-3174107-1304094871/solver-3174107-1304094871 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174107-1304094871.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: 8.09 8.08 7.99 6/180 13506
/proc/meminfo: memFree=24013616/32951124 swapFree=67111524/67111528
[pid=13506] ppid=13504 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 501903278 52441088 348 33554432000 4194304 4627427 140733649970144 18446744073709551615 255106825201 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/13506/statm: 12803 348 299 106 0 7774 0
[pid=13506/tid=13507] ppid=13504 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 501903279 52441088 348 33554432000 4194304 4627427 140733649970144 18446744073709551615 47592377460652 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 501903279 52441088 348 33554432000 4194304 4627427 140733649970144 18446744073709551615 255118566454 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 501903279 52441088 348 33554432000 4194304 4627427 140733649970144 18446744073709551615 255106825201 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.167664 s]
/proc/loadavg: 8.09 8.08 7.99 6/180 13506
/proc/meminfo: memFree=24013616/32951124 swapFree=67111524/67111528
[pid=13506] ppid=13504 vsize=285684 CPUtime=3.18 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 5564 0 0 0 318 0 0 0 19 0 4 0 501903278 292540416 2551 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13506/statm: 71421 2551 385 106 0 66392 0
[pid=13506/tid=13507] ppid=13504 vsize=285684 CPUtime=0.79 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 1294 0 0 0 79 0 0 0 25 0 4 0 501903279 292540416 2551 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=285684 CPUtime=0.79 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 1307 0 0 0 79 0 0 0 18 0 4 0 501903279 292540416 2551 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=285684 CPUtime=0.79 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 1214 0 0 0 79 0 0 0 18 0 4 0 501903279 292540416 2551 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.18
Current children cumulated vsize (KiB) 285684

[startup+0.90575 s]
/proc/loadavg: 8.09 8.08 7.99 6/180 13506
/proc/meminfo: memFree=24013616/32951124 swapFree=67111524/67111528
[pid=13506] ppid=13504 vsize=285684 CPUtime=3.58 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 5822 0 0 0 358 0 0 0 19 0 4 0 501903278 292540416 2809 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13506/statm: 71421 2809 385 106 0 66392 0
[pid=13506/tid=13507] ppid=13504 vsize=285684 CPUtime=0.89 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 1356 0 0 0 89 0 0 0 25 0 4 0 501903279 292540416 2809 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=285684 CPUtime=0.89 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 1371 0 0 0 89 0 0 0 19 0 4 0 501903279 292540416 2809 33554432000 4194304 4627427 140733649970144 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=285684 CPUtime=0.89 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 1279 0 0 0 89 0 0 0 19 0 4 0 501903279 292540416 2809 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 285684

[startup+1.00573 s]
/proc/loadavg: 8.09 8.08 7.99 6/180 13506
/proc/meminfo: memFree=24013616/32951124 swapFree=67111524/67111528
[pid=13506] ppid=13504 vsize=285824 CPUtime=3.99 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 6082 0 0 0 398 1 0 0 19 0 4 0 501903278 292683776 3069 33554432000 4194304 4627427 140733649970144 18446744073709551615 4308362 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13506/statm: 71456 3069 385 106 0 66427 0
[pid=13506/tid=13507] ppid=13504 vsize=285824 CPUtime=0.99 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 1420 0 0 0 99 0 0 0 25 0 4 0 501903279 292683776 3069 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=285824 CPUtime=0.99 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 1430 0 0 0 99 0 0 0 19 0 4 0 501903279 292683776 3069 33554432000 4194304 4627427 140733649970144 18446744073709551615 4305465 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=285824 CPUtime=0.99 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 1350 0 0 0 99 0 0 0 19 0 4 0 501903279 292683776 3069 33554432000 4194304 4627427 140733649970144 18446744073709551615 4308392 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 285824

[startup+1.10572 s]
/proc/loadavg: 8.09 8.08 7.99 6/180 13506
/proc/meminfo: memFree=24013616/32951124 swapFree=67111524/67111528
[pid=13506] ppid=13504 vsize=285824 CPUtime=4.39 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 6367 0 0 0 438 1 0 0 19 0 4 0 501903278 292683776 3354 33554432000 4194304 4627427 140733649970144 18446744073709551615 4321328 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13506/statm: 71456 3355 385 106 0 66427 0
[pid=13506/tid=13507] ppid=13504 vsize=285824 CPUtime=1.09 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 1479 0 0 0 109 0 0 0 25 0 4 0 501903279 292683776 3355 33554432000 4194304 4627427 140733649970144 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=285824 CPUtime=1.09 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 1496 0 0 0 109 0 0 0 19 0 4 0 501903279 292683776 3355 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=285824 CPUtime=1.09 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 1434 0 0 0 109 0 0 0 19 0 4 0 501903279 292683776 3355 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 285824

[startup+1.50065 s]
/proc/loadavg: 8.09 8.08 7.99 6/180 13506
/proc/meminfo: memFree=24013616/32951124 swapFree=67111524/67111528
[pid=13506] ppid=13504 vsize=286388 CPUtime=5.96 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 9482 0 0 0 595 1 0 0 20 0 4 0 501903278 293261312 4845 33554432000 4194304 4627427 140733649970144 18446744073709551615 4408497 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13506/statm: 71597 4845 389 106 0 66568 0
[pid=13506/tid=13507] ppid=13504 vsize=286388 CPUtime=1.48 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 1896 0 0 0 148 0 0 0 25 0 4 0 501903279 293261312 4845 33554432000 4194304 4627427 140733649970144 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=286388 CPUtime=1.49 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 1911 0 0 0 149 0 0 0 20 0 4 0 501903279 293261312 4845 33554432000 4194304 4627427 140733649970144 18446744073709551615 4327592 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=286388 CPUtime=1.48 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 1830 0 0 0 148 0 0 0 20 0 4 0 501903279 293261312 4845 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286388

[startup+3.10037 s]
/proc/loadavg: 8.08 8.08 7.99 9/184 13510
/proc/meminfo: memFree=23966084/32951124 swapFree=67111524/67111528
[pid=13506] ppid=13504 vsize=299176 CPUtime=12.35 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 18689 0 0 0 1232 3 0 0 25 0 4 0 501903278 306356224 11056 33554432000 4194304 4627427 140733649970144 18446744073709551615 4308654 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13506/statm: 74794 11057 389 106 0 69765 0
[pid=13506/tid=13507] ppid=13504 vsize=299176 CPUtime=3.08 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 3950 0 0 0 308 0 0 0 25 0 4 0 501903279 306356224 11057 33554432000 4194304 4627427 140733649970144 18446744073709551615 4308411 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=299176 CPUtime=3.08 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 5213 0 0 0 308 0 0 0 25 0 4 0 501903279 306356224 11057 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=299176 CPUtime=3.08 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 4676 0 0 0 307 1 0 0 25 0 4 0 501903279 306356224 11057 33554432000 4194304 4627427 140733649970144 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 299176

[startup+6.30681 s]
/proc/loadavg: 8.08 8.08 7.99 9/184 13510
/proc/meminfo: memFree=23945924/32951124 swapFree=67111524/67111528
[pid=13506] ppid=13504 vsize=308956 CPUtime=25.16 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 28680 0 0 0 2511 5 0 0 25 0 4 0 501903278 316370944 15724 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13506/statm: 77239 15724 389 106 0 72210 0
[pid=13506/tid=13507] ppid=13504 vsize=308956 CPUtime=6.29 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 6354 0 0 0 628 1 0 0 25 0 4 0 501903279 316370944 15724 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=308956 CPUtime=6.29 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 8673 0 0 0 628 1 0 0 25 0 4 0 501903279 316370944 15724 33554432000 4194304 4627427 140733649970144 18446744073709551615 4427854 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=308956 CPUtime=6.29 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 6798 0 0 0 628 1 0 0 25 0 4 0 501903279 316370944 15724 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 308956

[startup+12.7007 s]
/proc/loadavg: 8.07 8.08 7.99 9/184 13510
/proc/meminfo: memFree=23909356/32951124 swapFree=67111524/67111528
[pid=13506] ppid=13504 vsize=290336 CPUtime=50.71 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 42480 0 0 0 5064 7 0 0 25 0 4 0 501903278 297304064 22842 33554432000 4194304 4627427 140733649970144 18446744073709551615 4427140 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13506/statm: 72584 22842 389 106 0 67555 0
[pid=13506/tid=13507] ppid=13504 vsize=290336 CPUtime=12.68 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 7457 0 0 0 1267 1 0 0 25 0 4 0 501903279 297304064 22842 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=290336 CPUtime=12.69 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 11840 0 0 0 1267 2 0 0 25 0 4 0 501903279 297304064 22842 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=290336 CPUtime=12.68 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 10454 0 0 0 1266 2 0 0 25 0 4 0 501903279 297304064 22842 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 290336

[startup+25.5004 s]
/proc/loadavg: 8.06 8.07 7.99 9/184 13510
/proc/meminfo: memFree=23866204/32951124 swapFree=67111524/67111528
[pid=13506] ppid=13504 vsize=292188 CPUtime=101.84 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 58347 0 0 0 10174 10 0 0 25 0 4 0 501903278 299200512 29797 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309170 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13506/statm: 73047 29797 389 106 0 68018 0
[pid=13506/tid=13507] ppid=13504 vsize=292188 CPUtime=25.48 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 8506 0 0 0 2546 2 0 0 25 0 4 0 501903279 299200512 29797 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=292188 CPUtime=25.49 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 17985 0 0 0 2546 3 0 0 25 0 4 0 501903279 299200512 29797 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=292188 CPUtime=25.49 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 13517 0 0 0 2546 3 0 0 25 0 4 0 501903279 299200512 29797 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309103 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 292188

[startup+51.1009 s]
/proc/loadavg: 8.11 8.08 7.99 9/184 13511
/proc/meminfo: memFree=23847356/32951124 swapFree=67111524/67111528
[pid=13506] ppid=13504 vsize=302996 CPUtime=204.12 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 82521 0 0 0 20395 17 0 0 25 0 4 0 501903278 310267904 37399 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13506/statm: 75749 37399 389 106 0 70720 0
[pid=13506/tid=13507] ppid=13504 vsize=302996 CPUtime=51.08 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 11088 0 0 0 5105 3 0 0 25 0 4 0 501903279 310267904 37399 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=302996 CPUtime=51.09 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 23711 0 0 0 5105 4 0 0 25 0 4 0 501903279 310267904 37399 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=302996 CPUtime=51.08 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 21286 0 0 0 5103 5 0 0 25 0 4 0 501903279 310267904 37399 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 302996

[startup+102.301 s]
/proc/loadavg: 8.04 8.07 7.99 9/184 13512
/proc/meminfo: memFree=23817088/32951124 swapFree=67111524/67111528
[pid=13506] ppid=13504 vsize=315216 CPUtime=408.67 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 116021 0 0 0 40837 30 0 0 25 0 4 0 501903278 322781184 44558 33554432000 4194304 4627427 140733649970144 18446744073709551615 4308307 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13506/statm: 78804 44558 389 106 0 73775 0
[pid=13506/tid=13507] ppid=13504 vsize=315216 CPUtime=102.27 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 13569 0 0 0 10223 4 0 0 25 0 4 0 501903279 322781184 44558 33554432000 4194304 4627427 140733649970144 18446744073709551615 4420116 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=315216 CPUtime=102.29 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 30524 0 0 0 10222 7 0 0 25 0 4 0 501903279 322781184 44558 33554432000 4194304 4627427 140733649970144 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=315216 CPUtime=102.28 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 35215 0 0 0 10218 10 0 0 25 0 4 0 501903279 322781184 44558 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.67
Current children cumulated vsize (KiB) 315216

[startup+162.3 s]

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

[pid=13506] ppid=13504 vsize=661872 CPUtime=2565.96 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 335924 0 0 0 256481 115 0 0 25 0 4 0 501903278 677756928 110541 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13506/statm: 165468 110541 389 106 0 160439 0
[pid=13506/tid=13507] ppid=13504 vsize=661872 CPUtime=642.22 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 37321 0 0 0 64209 13 0 0 25 0 4 0 501903279 677756928 110541 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=661872 CPUtime=642.29 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 94285 0 0 0 64197 32 0 0 25 0 4 0 501903279 677756928 110541 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=661872 CPUtime=642.29 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 107085 0 0 0 64192 37 0 0 25 0 4 0 501903279 677756928 110541 33554432000 4194304 4627427 140733649970144 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2565.96
Current children cumulated vsize (KiB) 661872

[startup+702.3 s]
/proc/loadavg: 8.07 8.07 8.01 9/184 13528
/proc/meminfo: memFree=23408208/32951124 swapFree=67111524/67111528
[pid=13506] ppid=13504 vsize=668052 CPUtime=2805.65 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 360606 0 0 0 280440 125 0 0 25 0 4 0 501903278 684085248 116782 33554432000 4194304 4627427 140733649970144 18446744073709551615 4420171 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13506/statm: 167013 116782 389 106 0 161984 0
[pid=13506/tid=13507] ppid=13504 vsize=668052 CPUtime=702.22 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 45474 0 0 0 70206 16 0 0 25 0 4 0 501903279 684085248 116782 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=668052 CPUtime=702.3 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 98875 0 0 0 70195 35 0 0 25 0 4 0 501903279 684085248 116782 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=668052 CPUtime=702.3 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 113831 0 0 0 70190 40 0 0 25 0 4 0 501903279 684085248 116782 33554432000 4194304 4627427 140733649970144 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.65
Current children cumulated vsize (KiB) 668052

[startup+762.301 s]
/proc/loadavg: 8.07 8.07 8.01 9/184 13530
/proc/meminfo: memFree=23375208/32951124 swapFree=67111524/67111528
[pid=13506] ppid=13504 vsize=602568 CPUtime=3045.35 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 381549 0 0 0 304401 134 0 0 25 0 4 0 501903278 617029632 117689 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13506/statm: 150642 117689 389 106 0 145613 0
[pid=13506/tid=13507] ppid=13504 vsize=602568 CPUtime=762.22 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 52199 0 0 0 76203 19 0 0 25 0 4 0 501903279 617029632 117689 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=602568 CPUtime=762.3 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 102268 0 0 0 76192 38 0 0 25 0 4 0 501903279 617029632 117689 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=602568 CPUtime=762.3 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 118499 0 0 0 76189 41 0 0 25 0 4 0 501903279 617029632 117689 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.35
Current children cumulated vsize (KiB) 602568

[startup+822.3 s]
/proc/loadavg: 7.96 8.03 7.99 9/184 13562
/proc/meminfo: memFree=23667308/32951124 swapFree=67111524/67111528
[pid=13506] ppid=13504 vsize=653168 CPUtime=3285.06 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 402751 0 0 0 328361 145 0 0 25 0 4 0 501903278 668844032 110135 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13506/statm: 163292 110135 389 106 0 158263 0
[pid=13506/tid=13507] ppid=13504 vsize=653168 CPUtime=822.21 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 60487 0 0 0 82199 22 0 0 25 0 4 0 501903279 668844032 110135 33554432000 4194304 4627427 140733649970144 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=653168 CPUtime=822.3 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 107286 0 0 0 82190 40 0 0 25 0 4 0 501903279 668844032 110135 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=653168 CPUtime=822.29 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 122567 0 0 0 82186 43 0 0 25 0 4 0 501903279 668844032 110135 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3285.06
Current children cumulated vsize (KiB) 653168

[startup+882.301 s]
/proc/loadavg: 8.16 8.06 8.01 9/184 13564
/proc/meminfo: memFree=23561516/32951124 swapFree=67111524/67111528
[pid=13506] ppid=13504 vsize=747236 CPUtime=3524.75 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 430085 0 0 0 352319 156 0 0 25 0 4 0 501903278 765169664 129189 33554432000 4194304 4627427 140733649970144 18446744073709551615 4324192 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13506/statm: 186809 129189 389 106 0 181780 0
[pid=13506/tid=13507] ppid=13504 vsize=747236 CPUtime=882.21 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 72520 0 0 0 88195 26 0 0 25 0 4 0 501903279 765169664 129189 33554432000 4194304 4627427 140733649970144 18446744073709551615 4420268 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=747236 CPUtime=882.3 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 110730 0 0 0 88188 42 0 0 25 0 4 0 501903279 765169664 129189 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=747236 CPUtime=882.29 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 127568 0 0 0 88184 45 0 0 25 0 4 0 501903279 765169664 129189 33554432000 4194304 4627427 140733649970144 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.75
Current children cumulated vsize (KiB) 747236

[startup+942.3 s]
/proc/loadavg: 8.19 8.08 8.01 9/184 13566
/proc/meminfo: memFree=23525668/32951124 swapFree=67111524/67111528
[pid=13506] ppid=13504 vsize=696368 CPUtime=3764.46 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 446136 0 0 0 376282 164 0 0 25 0 4 0 501903278 713080832 134513 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13506/statm: 174092 134513 389 106 0 169063 0
[pid=13506/tid=13507] ppid=13504 vsize=696368 CPUtime=942.2 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 76409 0 0 0 94192 28 0 0 25 0 4 0 501903279 713080832 134514 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=696368 CPUtime=942.3 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 113758 0 0 0 94187 43 0 0 25 0 4 0 501903279 713080832 134514 33554432000 4194304 4627427 140733649970144 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=696368 CPUtime=942.3 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 133512 0 0 0 94181 49 0 0 25 0 4 0 501903279 713080832 134514 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309103 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.46
Current children cumulated vsize (KiB) 696368

[startup+1002.3 s]
/proc/loadavg: 8.19 8.10 8.02 9/184 13567
/proc/meminfo: memFree=23465644/32951124 swapFree=67111524/67111528
[pid=13506] ppid=13504 vsize=696428 CPUtime=4004.12 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 463316 0 0 0 400240 172 0 0 25 0 4 0 501903278 713142272 127649 33554432000 4194304 4627427 140733649970144 18446744073709551615 4308760 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13506/statm: 174107 127649 389 106 0 169078 0
[pid=13506/tid=13507] ppid=13504 vsize=696428 CPUtime=1002.2 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 82934 0 0 0 100189 31 0 0 25 0 4 0 501903279 713142272 127649 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=696428 CPUtime=1002.3 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 116902 0 0 0 100185 45 0 0 25 0 4 0 501903279 713142272 127649 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=696428 CPUtime=1002.3 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 136841 0 0 0 100180 50 0 0 25 0 4 0 501903279 713142272 127649 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4004.12
Current children cumulated vsize (KiB) 696428

[startup+1062.31 s]
/proc/loadavg: 8.19 8.11 8.02 9/184 13569
/proc/meminfo: memFree=23385528/32951124 swapFree=67111524/67111528
[pid=13506] ppid=13504 vsize=827620 CPUtime=4243.83 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 485709 0 0 0 424202 181 0 0 25 0 4 0 501903278 847482880 140325 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309079 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13506/statm: 206905 140325 389 106 0 201876 0
[pid=13506/tid=13507] ppid=13504 vsize=827620 CPUtime=1062.2 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 88824 0 0 0 106186 34 0 0 25 0 4 0 501903279 847482880 140325 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=827620 CPUtime=1062.31 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 122459 0 0 0 106184 47 0 0 25 0 4 0 501903279 847482880 140325 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=827620 CPUtime=1062.31 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 141170 0 0 0 106179 52 0 0 25 0 4 0 501903279 847482880 140325 33554432000 4194304 4627427 140733649970144 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.83
Current children cumulated vsize (KiB) 827620

[startup+1122.3 s]
/proc/loadavg: 8.18 8.12 8.03 9/184 13570
/proc/meminfo: memFree=23384160/32951124 swapFree=67111524/67111528
[pid=13506] ppid=13504 vsize=884960 CPUtime=4483.48 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 501738 0 0 0 448161 187 0 0 25 0 4 0 501903278 906199040 134250 33554432000 4194304 4627427 140733649970144 18446744073709551615 4310114 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13506/statm: 221240 134250 389 106 0 216211 0
[pid=13506/tid=13507] ppid=13504 vsize=884960 CPUtime=1122.19 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 98349 0 0 0 112182 37 0 0 25 0 4 0 501903279 906199040 134250 33554432000 4194304 4627427 140733649970144 18446744073709551615 4420999 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=884960 CPUtime=1122.31 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 125177 0 0 0 112183 48 0 0 25 0 4 0 501903279 906199040 134250 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=884960 CPUtime=1122.3 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 142593 0 0 0 112177 53 0 0 25 0 4 0 501903279 906199040 134250 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.48
Current children cumulated vsize (KiB) 884960

[startup+1182.3 s]
/proc/loadavg: 8.11 8.11 8.03 9/184 13572
/proc/meminfo: memFree=23286180/32951124 swapFree=67111524/67111528
[pid=13506] ppid=13504 vsize=845316 CPUtime=4723.18 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 524007 0 0 0 472118 200 0 0 25 0 4 0 501903278 865603584 150389 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13506/statm: 211329 150389 389 106 0 206300 0
[pid=13506/tid=13507] ppid=13504 vsize=845316 CPUtime=1182.19 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 102410 0 0 0 118180 39 0 0 25 0 4 0 501903279 865603584 150389 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=845316 CPUtime=1182.31 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 130408 0 0 0 118180 51 0 0 25 0 4 0 501903279 865603584 150389 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=845316 CPUtime=1182.3 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 149389 0 0 0 118174 56 0 0 25 0 4 0 501903279 865603584 150389 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4723.18
Current children cumulated vsize (KiB) 845316



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.6 s]
/proc/loadavg: 8.08 8.10 8.03 9/184 13573
/proc/meminfo: memFree=23334028/32951124 swapFree=67111524/67111528
[pid=13506] ppid=13504 vsize=779820 CPUtime=4800.3 cores=0,2,4,6
/proc/13506/stat : 13506 (strangenight2-m) R 13504 13506 13368 0 -1 4202496 530956 0 0 0 479827 203 0 0 25 0 4 0 501903278 798535680 139349 33554432000 4194304 4627427 140733649970144 18446744073709551615 4310109 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/13506/statm: 194955 139349 389 106 0 189926 0
[pid=13506/tid=13507] ppid=13504 vsize=779820 CPUtime=1201.49 cores=0,2,4,6
/proc/13506/task/13507/stat : 13507 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 105061 0 0 0 120109 40 0 0 25 0 4 0 501903279 798535680 139349 33554432000 4194304 4627427 140733649970144 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=13506/tid=13508] ppid=13504 vsize=779820 CPUtime=1201.61 cores=0,2,4,6
/proc/13506/task/13508/stat : 13508 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 132779 0 0 0 120109 52 0 0 25 0 4 0 501903279 798535680 139349 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=13506/tid=13509] ppid=13504 vsize=779820 CPUtime=1201.61 cores=0,2,4,6
/proc/13506/task/13509/stat : 13509 (strangenight2-m) R 13504 13506 13368 0 -1 4202560 150242 0 0 0 120104 57 0 0 25 0 4 0 501903279 798535680 139349 33554432000 4194304 4627427 140733649970144 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 779820

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): 1201.64
CPU time (s): 4800.35
CPU user time (s): 4798.29
CPU system time (s): 2.06169
CPU usage (%): 399.484
Max. virtual memory (cumulated for all children) (KiB): 1005032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.29
system time used= 2.06169
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 530957
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= 162
involuntary context switches= 35170

runsolver used 1.82172 second user time and 4.22836 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-29 18:34:32
IDJOB=3174107
IDBENCH=82925
IDSOLVER=1586
FILE ID=node144/3174107-1304094871
RUNJOBID= node144-1304093667-13386
PBS_JOBID= 13170586
Free space on /tmp= 72404 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S1677156340-036.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174107-1304094871/watcher-3174107-1304094871 -o /tmp/evaluation-result-3174107-1304094871/solver-3174107-1304094871 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174107-1304094871.cnf

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

MD5SUM BENCH= 99f3efd3bfc8a6f99ffbd289ed4a5837
RANDOM SEED=760643675

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24013772 kB
Buffers:       2123304 kB
Cached:        5976368 kB
SwapCached:          4 kB
Active:         412560 kB
Inactive:      7975344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24013772 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5880 kB
Writeback:           0 kB
AnonPages:      286868 kB
Mapped:          15492 kB
Slab:           485900 kB
PageTables:       5244 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   509292 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72400 MiB
End job on node144 at 2011-04-29 18:54:35