Trace number 3174034

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.4 1201.73

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v100-c2130-S2051088205-036.UNKNOWN.cnf
MD5SUM901aadbc76f4961d582bc9856b3c63b3
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark300.4
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of clauses2130
Sum of the clauses size10650
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 52130
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-3174034-1304077890.cnf'
0.00/0.00	c -- header says num vars:            100
0.00/0.00	c -- header says num clauses:        2130
0.00/0.00	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.00	c -- vars added        100
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       100      2130         0         0     10650         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.01
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.22/0.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.22/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.22/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.22/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
0.22/0.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.22/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.22/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.22/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.22/0.10	c calculated reachability. Time: 0.00
0.22/0.10	c Calc default polars -  time:   0.00 s pos:      52 undec:       4 neg:      44
0.22/0.10	c =========================================================================================
0.22/0.10	c types(t): F = full restart, N = normal restart
0.22/0.10	c types(t): S = simplification begin/end, E = solution found
0.22/0.10	c restart types(rt): st = static, dy = dynamic
0.22/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.22/0.10	c  B st     0         0       100      2130         0         0     10650         0   no data   no data
0.22/0.10	c Decided on static restart strategy
0.40/0.12	c  N st     8      4916       100      2130         0      4576     10650     99306   no data   no data
1.17/0.30	c  N st    10     11301       100      2130         0      4245     10650     73563   no data   no data
1.57/0.49	c  N st    11     17045       100      2130         0      9568     10650    188310   no data   no data
3.18/0.80	c  F st    12     25001       100      2130         0     11713     10650    230858   no data   no data
3.18/0.80	c  N st    12     25001       100      2130         0     11713     10650    230858   no data   no data
3.58/1.00	c Decided on static restart strategy
3.58/1.00	c  N st    18     30001       100      2130         0     10050     10650    185163   no data   no data
3.58/1.00	c  S st    18     30001       100      2130         0     10050     10650    185163   no data   no data
3.99/1.02	c  S st    18     30506       100      2130         0     10529     10650    195841   no data   no data
3.99/1.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.99/1.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.99/1.03	c blocked clauses removed:        0 vars:      0 tried:         100 T: 0.00 s
3.99/1.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.99/1.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/1.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3.99/1.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.99/1.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.99/1.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.21	c lits-rem:       250  cl-subs:     1956  v-elim:      0  v-fix:    0  time:  0.17 s
4.77/1.24	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.03
4.77/1.24	c calculated reachability. Time: 0.00
4.77/1.24	c  N st    18     30506       100      2130         0      8573     10650    154104   no data   no data
5.97/1.56	c  N st    20     37618       100      2130         0      7891     10650    127522   no data   no data
7.17/1.85	c  N st    21     44017       100      2130         0     13873     10650    257820   no data   no data
7.57/1.95	c  S st    22     45760       100      2130         0     15491     10650    292936   no data   no data
7.97/2.00	c  S st    22     46268       100      2130         0     15984     10650    303491   no data   no data
7.97/2.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.97/2.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.97/2.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.97/2.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.97/2.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.97/2.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
7.97/2.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.97/2.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.97/2.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.16/2.39	c lits-rem:       385  cl-subs:     2049  v-elim:      0  v-fix:    0  time:  0.37 s
9.16/2.39	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
9.16/2.39	c vivif2 --  cl tried    13935 cl shrink        0 lits rem          0 time: 0.00
9.57/2.44	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.05
9.57/2.44	c calculated reachability. Time: 0.00
9.57/2.44	c  N st    22     46268       100      2130         0     13935     10650    258899   no data   no data
12.36/3.18	c  N st    23     60666       100      2130         0      9878     10650    147975   no data   no data
14.35/3.63	c  N st    24     69402       100      2130         0     17968     10650    320286   no data   no data
14.35/3.63	c  S st    24     69402       100      2130         0     17968     10650    320286   no data   no data
14.35/3.68	c  S st    24     69905       100      2130         0     18452     10650    331018   no data   no data
14.35/3.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.35/3.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
14.35/3.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.35/3.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.35/3.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.35/3.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
14.35/3.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.35/3.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.75/3.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.36/4.17	c lits-rem:       299  cl-subs:     2379  v-elim:      0  v-fix:    0  time:  0.47 s
16.36/4.17	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
16.36/4.17	c vivif2 --  cl tried    16073 cl shrink        0 lits rem          0 time: 0.00
16.76/4.23	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.06
16.76/4.23	c calculated reachability. Time: 0.00
16.76/4.23	c  N st    24     69905       100      2130         0     16073     10650    281526   no data   no data
20.75/5.28	c  F st    25     87500       100      2130         0     11134     10650    158788   no data   no data
20.75/5.29	c  N st    25     87500       100      2130         0     11134     10650    158788   no data   no data
21.97/5.56	c Decided on static restart strategy
22.74/5.73	c  N st    32     95541       100      2130         0     18639     10650    321121   no data   no data
25.15/6.36	c  N st    34    104857       100      2130         0     15245     10650    244607   no data   no data
25.15/6.36	c  S st    34    104857       100      2130         0     15245     10650    244607   no data   no data
25.55/6.40	c  S st    34    105365       100      2130         0     15740     10650    255978   no data   no data
25.55/6.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.55/6.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
25.55/6.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.55/6.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.55/6.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.55/6.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
25.55/6.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.55/6.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.55/6.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.96/6.57	c lits-rem:       191  cl-subs:     1248  v-elim:      0  v-fix:    0  time:  0.16 s
25.96/6.57	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
25.96/6.57	c vivif2 --  cl tried    14492 cl shrink        0 lits rem          0 time: 0.00
26.36/6.63	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.06
26.36/6.63	c calculated reachability. Time: 0.00
26.36/6.63	c  N st    34    105365       100      2130         0     14492     10650    229520   no data   no data
28.74/7.29	c  N st    35    114963       100      2130         0     23386     10650    419864   no data   no data
32.33/8.16	c  N st    36    129360       100      2130         0     23733     10650    399896   no data   no data
38.72/9.70	c  N st    37    150956       100      2130         0     15074     10650    199471   no data   no data
40.32/10.14	c  S st    38    158047       100      2130         0     21624     10650    343034   no data   no data
40.72/10.20	c  S st    38    158556       100      2130         0     22116     10650    354056   no data   no data
40.72/10.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
40.72/10.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
40.72/10.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
40.72/10.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
40.72/10.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.72/10.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
40.72/10.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
40.72/10.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
40.72/10.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.32/10.66	c lits-rem:       313  cl-subs:     2226  v-elim:      0  v-fix:    0  time:  0.43 s
42.32/10.66	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
42.32/10.66	c vivif2 --  cl tried    19890 cl shrink        0 lits rem          0 time: 0.00
42.72/10.73	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.07
42.72/10.73	c calculated reachability. Time: 0.00
42.72/10.73	c  N st    38    158556       100      2130         0     19890     10650    307584   no data   no data
57.12/14.32	c  N st    39    207144       100      2130         0     32364     10650    552151   no data   no data
67.48/16.92	c  N st    40    237835       100      2130         0     24781     10650    375071   no data   no data
67.48/16.92	c  S st    40    237835       100      2130         0     24781     10650    375071   no data   no data
67.48/16.99	c  S st    40    238336       100      2130         0     25260     10650    385855   no data   no data
67.48/16.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
67.48/16.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
67.48/16.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
67.48/16.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
67.48/16.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
67.48/16.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
67.48/16.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
67.88/17.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
67.88/17.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
69.89/17.51	c lits-rem:       600  cl-subs:     2404  v-elim:      0  v-fix:    0  time:  0.50 s
69.89/17.51	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
69.89/17.52	c vivif2 --  cl tried    22856 cl shrink        0 lits rem          0 time: 0.00
69.89/17.60	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.08
69.89/17.60	c calculated reachability. Time: 0.00
69.89/17.60	c  N st    40    238336       100      2130         0     22856     10650    337525   no data   no data
91.46/22.97	c  F st    41    306250       100      2130         0     24891     10650    343244   no data   no data
91.46/22.97	c  N st    41    306250       100      2130         0     24891     10650    343244   no data   no data
93.45/23.40	c Decided on static restart strategy
102.64/25.71	c  N st    51    334551       100      2130         0     28862     10650    417047   no data   no data
111.43/27.92	c  N st    53    357505       100      2130         0     26945     10650    360692   no data   no data
111.43/27.92	c  S st    53    357505       100      2130         0     26945     10650    360692   no data   no data
111.43/27.99	c  S st    53    358010       100      2130         0     27434     10650    371768   no data   no data
111.43/27.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
111.83/28.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
111.83/28.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
111.83/28.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
111.83/28.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
111.83/28.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
111.83/28.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
111.83/28.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
111.83/28.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
112.63/28.27	c lits-rem:       239  cl-subs:     1273  v-elim:      0  v-fix:    0  time:  0.25 s
112.63/28.27	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
112.63/28.28	c vivif2 --  cl tried    26161 cl shrink        0 lits rem          0 time: 0.00
113.03/28.37	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.09
113.03/28.37	c calculated reachability. Time: 0.00
113.03/28.37	c  N st    53    358010       100      2130         0     26161     10650    346992   no data   no data
126.20/31.65	c  N st    54    390403       100      2130         0     32067     10650    459598   no data   no data
148.18/37.14	c  N st    55    438992       100      2130         0     26209     10650    316060   no data   no data
178.54/44.70	c  N st    56    511876       100      2130         0     38911     10650    564771   no data   no data
188.53/47.24	c  N st    57    537017       100      2130         0     33581     10650    442772   no data   no data
188.53/47.24	c  S st    57    537017       100      2130         0     33581     10650    442772   no data   no data
188.94/47.34	c  S st    57    537522       100      2130         0     34066     10650    453606   no data   no data
188.94/47.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
188.94/47.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
188.94/47.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
188.94/47.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
188.94/47.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
188.94/47.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
188.94/47.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
188.94/47.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
188.94/47.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
190.92/47.80	c lits-rem:       309  cl-subs:     1681  v-elim:      0  v-fix:    0  time:  0.43 s
190.92/47.80	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
190.92/47.81	c vivif2 --  cl tried    32385 cl shrink        0 lits rem          0 time: 0.00
191.32/47.93	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.12
191.32/47.93	c calculated reachability. Time: 0.00
191.32/47.93	c  N st    57    537522       100      2130         0     32385     10650    420764   no data   no data
268.82/67.37	c  N st    58    701507       100      2130         0     59797     10650    958764   no data   no data
323.54/81.06	c  N st    59    806286       100      2130         0     54149     10650    811068   no data   no data
323.54/81.06	c  S st    59    806286       100      2130         0     54149     10650    811068   no data   no data
324.35/81.20	c  S st    59    806788       100      2130         0     54625     10650    821961   no data   no data
324.35/81.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
324.35/81.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
324.35/81.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
324.35/81.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
324.35/81.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
324.35/81.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
324.35/81.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
324.35/81.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
324.35/81.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
335.93/84.10	c lits-rem:      1578  cl-subs:     5463  v-elim:      0  v-fix:    0  time:  2.85 s
335.93/84.10	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
335.93/84.11	c vivif2 --  cl tried    49162 cl shrink        0 lits rem          0 time: 0.01
336.73/84.36	c asymm  cl-useful: 0/2079/2130 lits-rem:0 time: 0.25
336.73/84.36	c calculated reachability. Time: 0.00
336.73/84.36	c  N st    59    806788       100      2130         0     49162     10650    715540   no data   no data
485.33/121.58	c  F st    60   1071876       100      2130         0     64192     10650    972954   no data   no data
485.33/121.58	c  N st    60   1071876       100      2130         0     64192     10650    972954   no data   no data
488.92/122.44	c Decided on static restart strategy
505.33/126.51	c  N st    70   1100183       100      2130         0     49102     10650    632726   no data   no data
529.27/132.58	c  N st    72   1136176       100      2130         0     82318     10650   1355786   no data   no data
549.26/137.59	c  N st    73   1168570       100      2130         0     69959     10650   1073409   no data   no data
577.61/144.66	c  N st    74   1210182       100      2130         0     65052     10650    944659   no data   no data
577.61/144.66	c  S st    74   1210182       100      2130         0     65052     10650    944659   no data   no data
578.41/144.85	c  S st    74   1210686       100      2130         0     65528     10650    955289   no data   no data
578.41/144.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
578.41/144.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
578.41/144.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
578.41/144.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
578.41/144.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
578.41/144.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
578.41/144.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
578.81/144.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
578.81/144.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
594.38/148.80	c lits-rem:      1121  cl-subs:     6575  v-elim:      0  v-fix:    0  time:  3.88 s
594.38/148.80	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
594.38/148.81	c vivif2 --  cl tried    58953 cl shrink        0 lits rem          0 time: 0.01
595.18/149.08	c asymm  cl-useful: 0/1867/2130 lits-rem:0 time: 0.27
595.18/149.09	c calculated reachability. Time: 0.00
595.18/149.09	c  N st    74   1210686       100      2130         0     58953     10650    830027   no data   no data
654.32/163.89	c  N st    75   1283570       100      2130         0     81702     10650   1267850   no data   no data
733.41/183.60	c  N st    76   1392893       100      2130         0     91641     10650   1519324   no data   no data
863.22/216.18	c  N st    77   1556877       100      2130         0     98826     10650   1623861   no data   no data
980.27/245.40	c  N st    78   1710686       100      2130         0     88482     10650   1356816   no data   no data
980.27/245.40	c  S st    78   1710686       100      2130         0     88482     10650   1356816   no data   no data
981.06/245.66	c  S st    78   1711189       100      2130         0     88962     10650   1368294   no data   no data
981.06/245.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
981.46/245.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
981.46/245.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
981.46/245.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
981.46/245.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
981.46/245.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
981.46/245.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
981.46/245.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
981.46/245.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1027.41/257.26	c lits-rem:      1808  cl-subs:    11271  v-elim:      0  v-fix:    0  time: 11.49 s
1027.41/257.26	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1027.41/257.28	c vivif2 --  cl tried    77691 cl shrink        0 lits rem          0 time: 0.02
1028.60/257.59	c asymm  cl-useful: 0/1524/2130 lits-rem:0 time: 0.31
1028.60/257.59	c calculated reachability. Time: 0.00
1028.60/257.59	c  N st    78   1711189       100      2130         0     77691     10650   1144268   no data   no data
1358.56/340.17	c  N st    79   2080153       100      2130         0     89109     10650   1290191   no data   no data
1478.00/370.04	c  N st    80   2211189       100      2130         0     92738     10650   1335383   no data   no data
1478.00/370.04	c  S st    80   2211189       100      2130         0     92738     10650   1335383   no data   no data
1479.20/370.35	c  S st    80   2211697       100      2130         0     93229     10650   1346818   no data   no data
1479.20/370.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1479.20/370.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1479.60/370.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1479.60/370.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1479.60/370.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1479.60/370.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
1479.60/370.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1479.60/370.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1479.60/370.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1521.94/381.05	c lits-rem:      2470  cl-subs:    12083  v-elim:      0  v-fix:    0  time: 10.59 s
1521.94/381.05	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
1521.94/381.07	c vivif2 --  cl tried    81146 cl shrink        0 lits rem          0 time: 0.02
1522.74/381.23	c asymm  cl-useful: 0/606/2130 lits-rem:0 time: 0.16
1522.74/381.24	c calculated reachability. Time: 0.00
1522.74/381.24	c  N st    80   2211697       100      2130         0     81146     10650   1126526   no data   no data
2008.11/502.78	c  N st    81   2711701       100      2130         0    104089     10650   1529357   no data   no data
2008.11/502.78	c  S st    81   2711701       100      2130         0    104089     10650   1529357   no data   no data
2009.68/503.12	c  S st    81   2712202       100      2130         0    104568     10650   1540421   no data   no data
2009.68/503.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2009.68/503.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
2009.68/503.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2009.68/503.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2009.68/503.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2009.68/503.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2009.68/503.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2010.08/503.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2010.08/503.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2061.62/516.12	c lits-rem:      2206  cl-subs:    12479  v-elim:      0  v-fix:    0  time: 12.87 s
2061.62/516.12	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2061.62/516.13	c vivif2 --  cl tried    92089 cl shrink        0 lits rem          0 time: 0.02
2062.82/516.46	c asymm  cl-useful: 0/1202/2130 lits-rem:0 time: 0.33
2062.82/516.47	c calculated reachability. Time: 0.00
2062.82/516.47	c  N st    81   2712202       100      2130         0     92089     10650   1311081   no data   no data
2615.26/654.72	c  N st    82   3212202       100      2130         0    141025     10650   2215877   no data   no data
2615.26/654.72	c  S st    82   3212202       100      2130         0    141025     10650   2215877   no data   no data
2617.26/655.25	c  S st    82   3212703       100      2130         0    141503     10650   2226805   no data   no data
2617.26/655.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2617.66/655.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
2617.66/655.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2617.66/655.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2617.66/655.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2617.66/655.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
2617.66/655.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2617.66/655.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2618.06/655.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2802.61/701.61	c lits-rem:      2091  cl-subs:    25410  v-elim:      0  v-fix:    0  time: 46.18 s
2802.61/701.61	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
2802.61/701.64	c vivif2 --  cl tried   116093 cl shrink        0 lits rem          0 time: 0.03
2804.61/702.11	c asymm  cl-useful: 0/865/2130 lits-rem:0 time: 0.47
2804.61/702.12	c calculated reachability. Time: 0.00
2804.61/702.12	c  N st    82   3212703       100      2130         0    116093     10650   1769839   no data   no data
3387.44/848.03	c  N st    83   3712704       100      2130         0    134050     10650   2022929   no data   no data
3387.44/848.03	c  S st    83   3712704       100      2130         0    134050     10650   2022929   no data   no data
3389.02/848.50	c  S st    83   3713207       100      2130         0    134526     10650   2033747   no data   no data
3389.42/848.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3389.42/848.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.07
3389.42/848.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3389.42/848.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3389.42/848.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3389.42/848.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
3389.42/848.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3389.83/848.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3389.83/848.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3517.65/880.62	c lits-rem:      2271  cl-subs:    19629  v-elim:      0  v-fix:    0  time: 31.96 s
3517.65/880.62	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
3517.65/880.64	c vivif2 --  cl tried   114897 cl shrink        0 lits rem          0 time: 0.02
3519.26/881.01	c asymm  cl-useful: 0/987/2130 lits-rem:0 time: 0.36
3519.26/881.01	c calculated reachability. Time: 0.00
3519.26/881.01	c  N st    83   3713207       100      2130         0    114897     10650   1688034   no data   no data
3576.38/895.34	c  F st    84   3751563       100      2130         0    149920     10650   2436467   no data   no data
3576.38/895.34	c  N st    84   3751563       100      2130         0    149920     10650   2436467   no data   no data
3585.96/897.72	c Decided on static restart strategy
3611.95/904.22	c  N st    94   3779866       100      2130         0    100310     10650   1333124   no data   no data
3660.66/916.40	c  N st    96   3815862       100      2130         0    133337     10650   2052641   no data   no data
3711.39/929.18	c  N st    97   3848257       100      2130         0     85630     10650    991879   no data   no data
3770.91/944.06	c  N st    98   3896845       100      2130         0    130150     10650   1980357   no data   no data
3856.80/965.57	c  N st    99   3969728       100      2130         0    118361     10650   1689378   no data   no data
4005.00/1002.70	c  N st   100   4079051       100      2130         0    138501     10650   2091099   no data   no data
4207.13/1053.24	c  N st   101   4213208       100      2130         0     99666     10650   1257154   no data   no data
4207.13/1053.24	c  S st   101   4213208       100      2130         0     99666     10650   1257154   no data   no data
4208.73/1053.68	c  S st   101   4213712       100      2130         0    100148     10650   1268278   no data   no data
4208.73/1053.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4209.14/1053.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
4209.14/1053.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4209.14/1053.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4209.14/1053.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4209.14/1053.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    100 time:  0.00 s
4209.14/1053.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4209.14/1053.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4209.55/1053.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4240.31/1061.59	c lits-rem:       742  cl-subs:     5518  v-elim:      0  v-fix:    0  time:  7.77 s
4240.31/1061.59	c vivif2 --  cl tried     2130 cl shrink        0 lits rem          0 time: 0.00
4240.68/1061.61	c vivif2 --  cl tried    94630 cl shrink        0 lits rem          0 time: 0.02
4242.28/1062.05	c asymm  cl-useful: 0/1076/2130 lits-rem:0 time: 0.45
4242.28/1062.06	c calculated reachability. Time: 0.00
4242.28/1062.06	c  N st   101   4213712       100      2130         0     94630     10650   1161052   no data   no data
4583.82/1147.55	c  N st   102   4459688       100      2130         0    153656     10650   2340272   no data   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-3174034-1304077890/watcher-3174034-1304077890 -o /tmp/evaluation-result-3174034-1304077890/solver-3174034-1304077890 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174034-1304077890.cnf 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 8.06 7.99 7.76 5/180 1461
/proc/meminfo: memFree=24570240/32951124 swapFree=67111348/67111528
[pid=1461] ppid=1459 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 408 0 0 0 0 0 0 0 25 0 4 0 598019465 52441088 347 33554432000 4194304 4627427 140734565462448 18446744073709551615 252458122225 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 12803 347 299 106 0 7774 0
[pid=1461/tid=1462] ppid=1459 vsize=208000 CPUtime=0 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 52 0 0 0 0 0 0 0 25 0 4 0 598019466 212992000 533 33554432000 4194304 4627427 140734565462448 18446744073709551615 4360952 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=208000 CPUtime=0 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 24 0 0 0 0 0 0 0 25 0 4 0 598019466 212992000 536 33554432000 4194304 4627427 140734565462448 18446744073709551615 252458065723 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=208000 CPUtime=0 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 64 0 0 0 0 0 0 0 25 0 4 0 598019466 212992000 536 33554432000 4194304 4627427 140734565462448 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.060896 s]
/proc/loadavg: 8.06 7.99 7.76 5/180 1461
/proc/meminfo: memFree=24570240/32951124 swapFree=67111348/67111528
[pid=1461] ppid=1459 vsize=216324 CPUtime=0.22 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 1430 0 0 0 22 0 0 0 25 0 4 0 598019465 221515776 1335 33554432000 4194304 4627427 140734565462448 18446744073709551615 252458170911 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 54081 1336 383 106 0 49052 0
[pid=1461/tid=1462] ppid=1459 vsize=216324 CPUtime=0.05 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 293 0 0 0 5 0 0 0 25 0 4 0 598019466 221515776 1336 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=216324 CPUtime=0.05 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 226 0 0 0 5 0 0 0 25 0 4 0 598019466 221515776 1336 33554432000 4194304 4627427 140734565462448 18446744073709551615 252458170862 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=216324 CPUtime=0.05 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 202 0 0 0 5 0 0 0 25 0 4 0 598019466 221515776 1337 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 216324

[startup+0.107343 s]
/proc/loadavg: 8.06 7.99 7.76 5/180 1461
/proc/meminfo: memFree=24570240/32951124 swapFree=67111348/67111528
[pid=1461] ppid=1459 vsize=216476 CPUtime=0.4 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 1709 0 0 0 40 0 0 0 25 0 4 0 598019465 221671424 1614 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 54119 1614 383 106 0 49090 0
[pid=1461/tid=1462] ppid=1459 vsize=216476 CPUtime=0.1 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 369 0 0 0 10 0 0 0 25 0 4 0 598019466 221671424 1614 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=216476 CPUtime=0.09 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 299 0 0 0 9 0 0 0 25 0 4 0 598019466 221671424 1614 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309304 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=216476 CPUtime=0.1 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 264 0 0 0 10 0 0 0 25 0 4 0 598019466 221671424 1614 33554432000 4194304 4627427 140734565462448 18446744073709551615 4306211 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 216476

[startup+0.300309 s]
/proc/loadavg: 8.06 7.99 7.76 5/180 1461
/proc/meminfo: memFree=24570240/32951124 swapFree=67111348/67111528
[pid=1461] ppid=1459 vsize=218192 CPUtime=1.17 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 2989 0 0 0 117 0 0 0 25 0 4 0 598019465 223428608 1974 33554432000 4194304 4627427 140734565462448 18446744073709551615 4324104 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 54548 1974 384 106 0 49519 0
[pid=1461/tid=1462] ppid=1459 vsize=218192 CPUtime=0.29 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 735 0 0 0 29 0 0 0 25 0 4 0 598019466 223428608 1974 33554432000 4194304 4627427 140734565462448 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=218192 CPUtime=0.29 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 566 0 0 0 29 0 0 0 25 0 4 0 598019466 223428608 1974 33554432000 4194304 4627427 140734565462448 18446744073709551615 4324120 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=218192 CPUtime=0.29 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 644 0 0 0 29 0 0 0 25 0 4 0 598019466 223428608 1974 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 218192

[startup+0.700233 s]
/proc/loadavg: 8.06 7.99 7.76 5/180 1461
/proc/meminfo: memFree=24570240/32951124 swapFree=67111348/67111528
[pid=1461] ppid=1459 vsize=219276 CPUtime=2.78 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 4966 0 0 0 277 1 0 0 25 0 4 0 598019465 224538624 2546 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309594 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 54819 2546 384 106 0 49790 0
[pid=1461/tid=1462] ppid=1459 vsize=219276 CPUtime=0.69 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 1178 0 0 0 69 0 0 0 25 0 4 0 598019466 224538624 2546 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309300 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=219276 CPUtime=0.69 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 1133 0 0 0 69 0 0 0 25 0 4 0 598019466 224538624 2546 33554432000 4194304 4627427 140734565462448 18446744073709551615 4321895 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=219276 CPUtime=0.69 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 1083 0 0 0 69 0 0 0 25 0 4 0 598019466 224538624 2546 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 219276

[startup+1.50108 s]
/proc/loadavg: 8.06 7.99 7.76 9/184 1465
/proc/meminfo: memFree=24558576/32951124 swapFree=67111348/67111528
[pid=1461] ppid=1459 vsize=220164 CPUtime=5.97 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 10135 0 0 0 596 1 0 0 25 0 4 0 598019465 225447936 5212 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 55041 5212 388 106 0 50012 0
[pid=1461/tid=1462] ppid=1459 vsize=220164 CPUtime=1.49 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 3007 0 0 0 149 0 0 0 25 0 4 0 598019466 225447936 5212 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=220164 CPUtime=1.48 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 1899 0 0 0 148 0 0 0 25 0 4 0 598019466 225447936 5212 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=220164 CPUtime=1.49 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 1885 0 0 0 149 0 0 0 25 0 4 0 598019466 225447936 5212 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 220164

[startup+3.10079 s]
/proc/loadavg: 8.06 7.99 7.76 9/184 1465
/proc/meminfo: memFree=24530052/32951124 swapFree=67111348/67111528
[pid=1461] ppid=1459 vsize=219036 CPUtime=12.36 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 19519 0 0 0 1234 2 0 0 25 0 4 0 598019465 224292864 11242 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309364 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 54759 11242 388 106 0 49730 0
[pid=1461/tid=1462] ppid=1459 vsize=219036 CPUtime=3.08 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 5372 0 0 0 308 0 0 0 25 0 4 0 598019466 224292864 11242 33554432000 4194304 4627427 140734565462448 18446744073709551615 4420146 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=219036 CPUtime=3.07 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 4617 0 0 0 307 0 0 0 25 0 4 0 598019466 224292864 11242 33554432000 4194304 4627427 140734565462448 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=219036 CPUtime=3.09 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 4529 0 0 0 309 0 0 0 25 0 4 0 598019466 224292864 11242 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 219036

[startup+6.3002 s]
/proc/loadavg: 8.06 7.99 7.76 9/184 1465
/proc/meminfo: memFree=24514428/32951124 swapFree=67111348/67111528
[pid=1461] ppid=1459 vsize=210556 CPUtime=25.15 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 28466 0 0 0 2511 4 0 0 25 0 4 0 598019465 215609344 13284 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 52639 13284 388 106 0 47610 0
[pid=1461/tid=1462] ppid=1459 vsize=210556 CPUtime=6.29 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 7339 0 0 0 628 1 0 0 25 0 4 0 598019466 215609344 13284 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=210556 CPUtime=6.26 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 7164 0 0 0 625 1 0 0 25 0 4 0 598019466 215609344 13284 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=210556 CPUtime=6.29 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 6573 0 0 0 628 1 0 0 25 0 4 0 598019466 215609344 13284 33554432000 4194304 4627427 140734565462448 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 210556

[startup+12.701 s]
/proc/loadavg: 8.05 7.99 7.76 9/184 1466
/proc/meminfo: memFree=24497984/32951124 swapFree=67111348/67111528
[pid=1461] ppid=1459 vsize=225352 CPUtime=50.72 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 42359 0 0 0 5065 7 0 0 25 0 4 0 598019465 230760448 15967 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 56338 15967 388 106 0 51309 0
[pid=1461/tid=1462] ppid=1459 vsize=225352 CPUtime=12.68 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 11214 0 0 0 1267 1 0 0 25 0 4 0 598019466 230760448 15967 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309598 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=225352 CPUtime=12.62 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 9926 0 0 0 1261 1 0 0 25 0 4 0 598019466 230760448 15967 33554432000 4194304 4627427 140734565462448 18446744073709551615 4415758 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=225352 CPUtime=12.68 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 10632 0 0 0 1267 1 0 0 25 0 4 0 598019466 230760448 15967 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 225352

[startup+25.5006 s]
/proc/loadavg: 8.04 7.99 7.77 9/184 1466
/proc/meminfo: memFree=24458404/32951124 swapFree=67111348/67111528
[pid=1461] ppid=1459 vsize=229940 CPUtime=101.84 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 65948 0 0 0 10173 11 0 0 25 0 4 0 598019465 235458560 20627 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309130 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 57485 20627 388 106 0 52456 0
[pid=1461/tid=1462] ppid=1459 vsize=229940 CPUtime=25.49 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 16959 0 0 0 2546 3 0 0 25 0 4 0 598019466 235458560 20627 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=229940 CPUtime=25.35 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 15942 0 0 0 2533 2 0 0 25 0 4 0 598019466 235458560 20627 33554432000 4194304 4627427 140734565462448 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=229940 CPUtime=25.48 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 16449 0 0 0 2546 2 0 0 25 0 4 0 598019466 235458560 20627 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 229940

[startup+51.1009 s]
/proc/loadavg: 8.09 8.00 7.78 9/184 1467
/proc/meminfo: memFree=24440400/32951124 swapFree=67111348/67111528
[pid=1461] ppid=1459 vsize=221216 CPUtime=204.1 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 99070 0 0 0 20391 19 0 0 25 0 4 0 598019465 226525184 26730 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 55304 26730 389 106 0 50275 0
[pid=1461/tid=1462] ppid=1459 vsize=221216 CPUtime=51.09 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 26079 0 0 0 5104 5 0 0 25 0 4 0 598019466 226525184 26730 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=221216 CPUtime=50.81 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 24965 0 0 0 5077 4 0 0 25 0 4 0 598019466 226525184 26730 33554432000 4194304 4627427 140734565462448 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=221216 CPUtime=51.08 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 24937 0 0 0 5104 4 0 0 25 0 4 0 598019466 226525184 26730 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 221216

[startup+102.306 s]
/proc/loadavg: 8.10 8.02 7.79 9/184 1468
/proc/meminfo: memFree=24425360/32951124 swapFree=67111348/67111528
[pid=1461] ppid=1459 vsize=244668 CPUtime=408.66 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 149558 0 0 0 40832 34 0 0 25 0 4 0 598019465 250540032 34947 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 61167 34947 389 106 0 56138 0
[pid=1461/tid=1462] ppid=1459 vsize=244668 CPUtime=102.3 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 35312 0 0 0 10222 8 0 0 25 0 4 0 598019466 250540032 34947 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=244668 CPUtime=101.74 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 38708 0 0 0 10165 9 0 0 25 0 4 0 598019466 250540032 34947 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=244668 CPUtime=102.3 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 38942 0 0 0 10222 8 0 0 25 0 4 0 598019466 250540032 34947 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.66
Current children cumulated vsize (KiB) 244668

[startup+162.301 s]

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

[pid=1461] ppid=1459 vsize=511896 CPUtime=2805.41 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 456829 0 0 0 280376 165 0 0 25 0 4 0 598019465 524181504 92346 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 127974 92346 388 106 0 122945 0
[pid=1461/tid=1462] ppid=1459 vsize=511896 CPUtime=702.31 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 97353 0 0 0 70196 35 0 0 25 0 4 0 598019466 524181504 92346 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=511896 CPUtime=698.47 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 122117 0 0 0 69802 45 0 0 25 0 4 0 598019466 524181504 92346 33554432000 4194304 4627427 140734565462448 18446744073709551615 4420136 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=511896 CPUtime=702.31 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 115389 0 0 0 70189 42 0 0 25 0 4 0 598019466 524181504 92347 33554432000 4194304 4627427 140734565462448 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.41
Current children cumulated vsize (KiB) 511896

[startup+762.307 s]
/proc/loadavg: 8.12 8.09 7.93 9/184 1526
/proc/meminfo: memFree=24149236/32951124 swapFree=67111348/67111528
[pid=1461] ppid=1459 vsize=564948 CPUtime=3045.11 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 483907 0 0 0 304336 175 0 0 25 0 4 0 598019465 578506752 96176 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 141237 96176 388 106 0 136208 0
[pid=1461/tid=1462] ppid=1459 vsize=564948 CPUtime=762.31 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 102764 0 0 0 76194 37 0 0 25 0 4 0 598019466 578506752 96176 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=564948 CPUtime=758.14 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 128487 0 0 0 75767 47 0 0 25 0 4 0 598019466 578506752 96176 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=564948 CPUtime=762.31 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 123379 0 0 0 76186 45 0 0 25 0 4 0 598019466 578506752 96176 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.11
Current children cumulated vsize (KiB) 564948

[startup+822.301 s]
/proc/loadavg: 8.22 8.12 7.95 9/184 1527
/proc/meminfo: memFree=24129756/32951124 swapFree=67111348/67111528
[pid=1461] ppid=1459 vsize=554628 CPUtime=3284.76 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 504271 0 0 0 328292 184 0 0 25 0 4 0 598019465 567939072 94022 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309287 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 138657 94022 388 106 0 133628 0
[pid=1461/tid=1462] ppid=1459 vsize=554628 CPUtime=822.3 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 107654 0 0 0 82191 39 0 0 25 0 4 0 598019466 567939072 94022 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=554628 CPUtime=817.81 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 133392 0 0 0 81733 48 0 0 25 0 4 0 598019466 567939072 94022 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=554628 CPUtime=822.31 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 129748 0 0 0 82183 48 0 0 25 0 4 0 598019466 567939072 94022 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.76
Current children cumulated vsize (KiB) 554628

[startup+882.3 s]
/proc/loadavg: 8.21 8.13 7.96 9/184 1529
/proc/meminfo: memFree=24095020/32951124 swapFree=67111348/67111528
[pid=1461] ppid=1459 vsize=505516 CPUtime=3524.44 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 518390 0 0 0 352253 191 0 0 25 0 4 0 598019465 517648384 99777 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309242 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 126379 99777 388 106 0 121350 0
[pid=1461/tid=1462] ppid=1459 vsize=505516 CPUtime=882.31 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 110854 0 0 0 88190 41 0 0 25 0 4 0 598019466 517648384 99777 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=505516 CPUtime=877.48 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 137761 0 0 0 87698 50 0 0 25 0 4 0 598019466 517648384 99777 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=505516 CPUtime=882.31 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 133732 0 0 0 88181 50 0 0 25 0 4 0 598019466 517648384 99777 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.44
Current children cumulated vsize (KiB) 505516

[startup+942.3 s]
/proc/loadavg: 8.20 8.13 7.97 9/184 1530
/proc/meminfo: memFree=24081728/32951124 swapFree=67111348/67111528
[pid=1461] ppid=1459 vsize=544448 CPUtime=3764.12 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 535408 0 0 0 376213 199 0 0 25 0 4 0 598019465 557514752 98999 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 136112 98999 388 106 0 131083 0
[pid=1461/tid=1462] ppid=1459 vsize=544448 CPUtime=942.32 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 114472 0 0 0 94188 44 0 0 25 0 4 0 598019466 557514752 98999 33554432000 4194304 4627427 140734565462448 18446744073709551615 4327410 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=544448 CPUtime=937.16 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 141739 0 0 0 93664 52 0 0 25 0 4 0 598019466 557514752 98999 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=544448 CPUtime=942.32 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 137168 0 0 0 94180 52 0 0 25 0 4 0 598019466 557514752 98999 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.12
Current children cumulated vsize (KiB) 544448

[startup+1002.3 s]
/proc/loadavg: 8.18 8.14 7.98 9/184 1532
/proc/meminfo: memFree=24041404/32951124 swapFree=67111348/67111528
[pid=1461] ppid=1459 vsize=591304 CPUtime=4003.81 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 555068 0 0 0 400172 209 0 0 25 0 4 0 598019465 605495296 105089 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 147826 105089 388 106 0 142797 0
[pid=1461/tid=1462] ppid=1459 vsize=591304 CPUtime=1002.32 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 120196 0 0 0 100185 47 0 0 25 0 4 0 598019466 605495296 105089 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=591304 CPUtime=996.83 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 147534 0 0 0 99627 56 0 0 25 0 4 0 598019466 605495296 105089 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=591304 CPUtime=1002.31 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 144549 0 0 0 100178 53 0 0 25 0 4 0 598019466 605495296 105089 33554432000 4194304 4627427 140734565462448 18446744073709551615 4420265 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.81
Current children cumulated vsize (KiB) 591304

[startup+1062.3 s]
/proc/loadavg: 8.12 8.12 7.98 9/184 1534
/proc/meminfo: memFree=24026632/32951124 swapFree=67111348/67111528
[pid=1461] ppid=1459 vsize=587392 CPUtime=4243.48 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 571537 0 0 0 424131 217 0 0 25 0 4 0 598019465 601489408 109197 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 146848 109197 388 106 0 141819 0
[pid=1461/tid=1462] ppid=1459 vsize=587392 CPUtime=1062.31 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 122630 0 0 0 106183 48 0 0 25 0 4 0 598019466 601489408 109197 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=587392 CPUtime=1056.5 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 154699 0 0 0 105592 58 0 0 25 0 4 0 598019466 601489408 109197 33554432000 4194304 4627427 140734565462448 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=587392 CPUtime=1062.31 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 146601 0 0 0 106176 55 0 0 25 0 4 0 598019466 601489408 109197 33554432000 4194304 4627427 140734565462448 18446744073709551615 4302769 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.48
Current children cumulated vsize (KiB) 587392

[startup+1122.3 s]
/proc/loadavg: 8.10 8.11 7.99 9/184 1535
/proc/meminfo: memFree=23997092/32951124 swapFree=67111348/67111528
[pid=1461] ppid=1459 vsize=587436 CPUtime=4483.16 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 582430 0 0 0 448093 223 0 0 25 0 4 0 598019465 601534464 115658 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 146859 115658 388 106 0 141830 0
[pid=1461/tid=1462] ppid=1459 vsize=587436 CPUtime=1122.32 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 124757 0 0 0 112182 50 0 0 25 0 4 0 598019466 601534464 115658 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=587436 CPUtime=1116.18 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 155952 0 0 0 111559 59 0 0 25 0 4 0 598019466 601534464 115658 33554432000 4194304 4627427 140734565462448 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=587436 CPUtime=1122.32 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 149532 0 0 0 112175 57 0 0 25 0 4 0 598019466 601534464 115658 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.16
Current children cumulated vsize (KiB) 587436

[startup+1182.3 s]
/proc/loadavg: 8.08 8.11 8.00 9/184 1537
/proc/meminfo: memFree=23970036/32951124 swapFree=67111348/67111528
[pid=1461] ppid=1459 vsize=573800 CPUtime=4722.84 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 596783 0 0 0 472053 231 0 0 25 0 4 0 598019465 587571200 120004 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309160 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 143450 120004 388 106 0 138421 0
[pid=1461/tid=1462] ppid=1459 vsize=573800 CPUtime=1182.32 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 127890 0 0 0 118180 52 0 0 25 0 4 0 598019466 587571200 120004 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=573800 CPUtime=1175.85 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 156455 0 0 0 117526 59 0 0 25 0 4 0 598019466 587571200 120004 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=573800 CPUtime=1182.32 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 154082 0 0 0 118173 59 0 0 25 0 4 0 598019466 587571200 120004 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309119 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.84
Current children cumulated vsize (KiB) 573800



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.06 8.10 8.00 9/184 1537
/proc/meminfo: memFree=23967432/32951124 swapFree=67111348/67111528
[pid=1461] ppid=1459 vsize=593856 CPUtime=4800.35 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 601835 0 0 0 479803 232 0 0 25 0 4 0 598019465 608108544 118410 33554432000 4194304 4627427 140734565462448 18446744073709551615 4310109 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 148464 118410 388 106 0 143435 0
[pid=1461/tid=1462] ppid=1459 vsize=593856 CPUtime=1201.73 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 128117 0 0 0 120121 52 0 0 25 0 4 0 598019466 608108544 118410 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=593856 CPUtime=1195.14 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 156455 0 0 0 119455 59 0 0 25 0 4 0 598019466 608108544 118410 33554432000 4194304 4627427 140734565462448 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=593856 CPUtime=1201.73 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 158627 0 0 0 120113 60 0 0 25 0 4 0 598019466 608108544 118410 33554432000 4194304 4627427 140734565462448 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 593856

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

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

[startup+1201.7 s]
/proc/loadavg: 8.06 8.10 8.00 9/184 1537
/proc/meminfo: memFree=23967432/32951124 swapFree=67111348/67111528
[pid=1461] ppid=1459 vsize=593856 CPUtime=4800.35 cores=1,3,5,7
/proc/1461/stat : 1461 (strangenight2-m) R 1459 1461 1375 0 -1 4202496 601835 0 0 0 479803 232 0 0 25 0 4 0 598019465 608108544 118410 33554432000 4194304 4627427 140734565462448 18446744073709551615 4310109 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/1461/statm: 148464 118410 388 106 0 143435 0
[pid=1461/tid=1462] ppid=1459 vsize=593856 CPUtime=1201.73 cores=1,3,5,7
/proc/1461/task/1462/stat : 1462 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 128117 0 0 0 120121 52 0 0 25 0 4 0 598019466 608108544 118410 33554432000 4194304 4627427 140734565462448 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=1461/tid=1463] ppid=1459 vsize=593856 CPUtime=1195.14 cores=1,3,5,7
/proc/1461/task/1463/stat : 1463 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 156455 0 0 0 119455 59 0 0 25 0 4 0 598019466 608108544 118410 33554432000 4194304 4627427 140734565462448 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=1461/tid=1464] ppid=1459 vsize=593856 CPUtime=1201.73 cores=1,3,5,7
/proc/1461/task/1464/stat : 1464 (strangenight2-m) R 1459 1461 1375 0 -1 4202560 158627 0 0 0 120113 60 0 0 25 0 4 0 598019466 608108544 118410 33554432000 4194304 4627427 140734565462448 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.35
Current children cumulated vsize (KiB) 593856

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.4
CPU user time (s): 4798.06
CPU system time (s): 2.34164
CPU usage (%): 399.457
Max. virtual memory (cumulated for all children) (KiB): 645316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.06
system time used= 2.34164
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 601835
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= 172
involuntary context switches= 30962

runsolver used 1.9547 second user time and 4.6153 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-29 13:51:30
IDJOB=3174034
IDBENCH=82852
IDSOLVER=1586
FILE ID=node111/3174034-1304077890
RUNJOBID= node111-1304077317-1394
PBS_JOBID= 13170507
Free space on /tmp= 70892 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v100-c2130-S2051088205-036.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174034-1304077890/watcher-3174034-1304077890 -o /tmp/evaluation-result-3174034-1304077890/solver-3174034-1304077890 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174034-1304077890.cnf

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

MD5SUM BENCH= 901aadbc76f4961d582bc9856b3c63b3
RANDOM SEED=1212173870

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.849
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.849
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.83
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.849
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.67
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.849
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:     32951124 kB
MemFree:      24570396 kB
Buffers:       1277032 kB
Cached:        6319828 kB
SwapCached:        124 kB
Active:        3401376 kB
Inactive:      4490672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24570396 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            5672 kB
Writeback:          28 kB
AnonPages:      294880 kB
Mapped:          15492 kB
Slab:           425060 kB
PageTables:       5412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   547748 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= 70888 MiB
End job on node111 at 2011-04-29 14:11:34