Trace number 3366583

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v700-c2982-S1863077195-052.SATISFIABLE.cnf
MD5SUM95ba8379aa2e59896c8d6334d91cdeab
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.010997
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of clauses2982
Sum of the clauses size8946
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32982
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366583-1305409221.cnf'
0.00/0.01	c -- header says num vars:            700
0.00/0.01	c -- header says num clauses:        2982
0.00/0.01	c -- clauses added:            0 learnts,         2982 normals,            0 xors
0.00/0.01	c -- vars added        700
0.00/0.01	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0       700      2982         0         0      8946         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/2982/2982 lits-rem:0 time: 0.00
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.43/0.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.43/0.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.43/0.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.43/0.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    700 time:  0.00 s
0.43/0.19	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.43/0.19	c lits-rem:         0  cl-subs:        0  v-elim:     16  v-fix:    0  time:  0.00 s
0.43/0.19	c Finding binary XORs  T:     0.00 s  found:       0
0.43/0.19	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.43/0.19	c calculated reachability. Time: 0.00
0.43/0.19	c Calc default polars -  time:   0.00 s pos:     295 undec:      70 neg:     335
0.43/0.19	c =========================================================================================
0.43/0.19	c types(t): F = full restart, N = normal restart
0.43/0.19	c types(t): S = simplification begin/end, E = solution found
0.43/0.19	c restart types(rt): st = static, dy = dynamic
0.43/0.19	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.16/0.86	c  B st     0         0       684      2960         0         0      8990         0   no data   no data
3.16/0.86	c Decided on static restart strategy
3.16/0.86	c  N st     8      4914       684      2960         0      4864      8990    142172   no data   no data
3.16/0.86	c  N st    10     11298       684      2960         0      4506      8990     91456   no data   no data
3.16/0.86	c  N st    11     17041       684      2960         0     10184      8990    269924   no data   no data
4.76/1.26	c  F st    12     25002       684      2960         0     12489      8990    343820   no data   no data
4.76/1.26	c  N st    12     25002       684      2960         0     12489      8990    343820   no data   no data
5.55/1.48	c  N dy    18     30001       684      2960         0     10741      8990    262961   no data   no data
5.55/1.48	c  S st    18     30001       684      2960         0     10741      8990    262961   no data   no data
5.95/1.51	c  S st    18     30506       684      2960         0     11246      8990    276926   no data   no data
5.95/1.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.95/1.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.95/1.51	c blocked clauses removed:       19 vars:      3 tried:         684 T: 0.00 s
5.95/1.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.95/1.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.95/1.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    681 time:  0.00 s
5.95/1.51	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.95/1.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.95/1.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.95/1.57	c lits-rem:       168  cl-subs:      223  v-elim:      0  v-fix:    0  time:  0.04 s
5.95/1.58	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.01
5.95/1.58	c calculated reachability. Time: 0.00
5.95/1.58	c  N dy    18     30506       681      2941         0     10981      8933    266361   no data   no data
7.15/1.83	c  N dy    36     34576       681      2941         0     15025      8933    379796     18.86     24.73
7.95/2.08	c  N dy    59     38980       681      2941         0     11577      8933    220013     19.27     20.31
9.14/2.36	c  N dy    77     43264       681      2941         0     15823      8933    338447     19.22     20.29
9.94/2.53	c  S st    82     45760       681      2941         0      9421      8933    125045     19.02     18.61
9.94/2.56	c  S st    82     46267       681      2941         0      9928      8933    139068     19.02   no data
9.94/2.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.94/2.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.94/2.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.94/2.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.94/2.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.94/2.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    681 time:  0.00 s
9.94/2.56	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.94/2.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.94/2.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.94/2.58	c lits-rem:        15  cl-subs:       13  v-elim:      0  v-fix:    0  time:  0.01 s
9.94/2.58	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
9.94/2.58	c vivif2 --  cl tried     9915 cl shrink        0 lits rem          0 time: 0.00
9.94/2.59	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.01
9.94/2.59	c calculated reachability. Time: 0.00
9.94/2.59	c  N dy    82     46267       681      2941         0      9915      8933    138595     19.02   no data
11.14/2.83	c  N dy    98     50428       681      2941         0     14053      8933    253654     19.00     20.07
12.34/3.11	c  N dy   121     54449       681      2941         0     18053      8933    365917     19.06     20.17
13.53/3.42	c  N dy   141     59036       681      2941         0     12700      8933    187810     19.09     20.23
14.33/3.69	c  N dy   166     63220       681      2941         0     16858      8933    308438     19.22     20.32
15.92/4.01	c  N dy   180     67306       681      2941         0     20917      8933    424046     19.20     20.49
16.33/4.16	c  S st   184     69401       681      2941         0     12082      8933    148744     19.15     17.64
16.73/4.20	c  S st   184     69902       681      2941         0     12582      8933    162998     19.15   no data
16.73/4.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.73/4.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
16.73/4.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.73/4.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.73/4.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.73/4.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    681 time:  0.00 s
16.73/4.20	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
16.73/4.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
16.73/4.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.73/4.22	c lits-rem:         5  cl-subs:       25  v-elim:      0  v-fix:    0  time:  0.01 s
16.73/4.22	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
16.73/4.22	c vivif2 --  cl tried    12557 cl shrink        0 lits rem          0 time: 0.00
16.73/4.23	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.01
16.73/4.23	c calculated reachability. Time: 0.00
16.73/4.23	c  N dy   184     69902       681      2941         0     12557      8933    162164     19.15   no data
17.91/4.55	c  N dy   196     74552       681      2941         0     17154      8933    288763     19.08     20.26
21.78/6.55	c  N dy   219     79394       681      2941         0     21954      8933    426797     19.12     20.13
21.78/6.93	c  N dy   231     84472       681      2941         0     15094      8933    209692     19.02     20.10
21.78/7.14	c  F st   248     87500       681      2941         0     18105      8933    295165     19.06     18.72
24.12/7.39	c  N st   253     90796       681      2941         0     21374      8933    389127     19.06   no data
24.12/7.61	c Decided on static restart strategy
30.18/8.50	c  N st   256     99806       681      2941         0     17369      8933    405667     19.06   no data
32.13/8.93	c  S st   257    104853       681      2941         0     22346      8933    558968     19.06   no data
32.13/8.99	c  S st   257    105365       681      2941         0     22856      8933    573107     19.06   no data
32.13/8.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
32.13/8.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
32.13/9.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
32.13/9.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
32.13/9.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.13/9.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    681 time:  0.00 s
32.13/9.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
32.53/9.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
32.53/9.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.70/9.34	c lits-rem:       360  cl-subs:      821  v-elim:      0  v-fix:    0  time:  0.31 s
33.70/9.34	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
33.70/9.35	c vivif2 --  cl tried    22035 cl shrink        0 lits rem          0 time: 0.01
33.70/9.37	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.01
33.70/9.37	c calculated reachability. Time: 0.00
33.70/9.37	c  N st   257    105365       681      2941         0     22035      8933    541535     19.06   no data
37.28/10.24	c  N st   258    114963       681      2941         0     17689      8933    361254     19.06   no data
42.85/11.61	c  N st   259    129360       681      2941         0     17105      8933    346495     19.06   no data
50.42/13.58	c  N st   260    150955       681      2941         0     22626      8933    475358     19.06   no data
53.59/14.32	c  S st   261    158048       681      2941         0     29631      8933    699250     19.06   no data
54.00/14.40	c  S st   261    158555       681      2941         0     30138      8933    713739     19.06   no data
54.00/14.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
54.00/14.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
54.00/14.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
54.00/14.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
54.00/14.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.00/14.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    681 time:  0.00 s
54.00/14.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
54.00/14.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
54.00/14.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
55.60/14.81	c lits-rem:       123  cl-subs:      872  v-elim:      0  v-fix:    0  time:  0.37 s
55.60/14.81	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
55.60/14.82	c vivif2 --  cl tried    29266 cl shrink        0 lits rem          0 time: 0.01
55.60/14.84	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.02
55.60/14.84	c calculated reachability. Time: 0.00
55.60/14.84	c  N st   261    158555       681      2941         0     29266      8933    684970     19.06   no data
75.50/19.86	c  N st   262    207143       681      2941         0     23991      8933    462550     19.06   no data
89.46/23.39	c  N st   263    237832       681      2941         0     34411      8933    749043     19.06   no data
89.46/23.39	c  S st   263    237832       681      2941         0     34411      8933    749043     19.06   no data
89.86/23.47	c  S st   263    238336       681      2941         0     34915      8933    763828     19.06   no data
89.86/23.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
89.86/23.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
89.86/23.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
89.86/23.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
89.86/23.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
89.86/23.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    681 time:  0.00 s
89.86/23.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
90.26/23.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
90.26/23.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
93.03/24.28	c lits-rem:       384  cl-subs:     1489  v-elim:      0  v-fix:    0  time:  0.76 s
93.03/24.28	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
93.03/24.29	c vivif2 --  cl tried    33426 cl shrink        0 lits rem          0 time: 0.01
93.42/24.31	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.02
93.42/24.31	c calculated reachability. Time: 0.00
93.42/24.31	c  N st   263    238336       681      2941         0     33426      8933    714759     19.06   no data
126.95/32.71	c  F st   264    306250       681      2941         0     35246      8933    715544     19.06   no data
126.95/32.72	c  N st   264    306250       681      2941         0     35246      8933    715544     19.06   no data
129.70/33.48	c Decided on static restart strategy
141.23/36.38	c  N st   274    334558       681      2941         0     39603      8933    850393     19.06   no data
153.25/39.35	c  N st   276    357508       681      2941         0     37668      8933    777644     19.06   no data
153.25/39.35	c  S st   276    357508       681      2941         0     37668      8933    777644     19.06   no data
153.59/39.45	c  S st   276    358010       681      2941         0     38170      8933    791973     19.06   no data
153.59/39.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
153.59/39.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
153.59/39.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
153.59/39.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
153.59/39.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
153.59/39.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    681 time:  0.00 s
153.59/39.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
153.59/39.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
153.99/39.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
155.59/39.90	c lits-rem:       493  cl-subs:      706  v-elim:      0  v-fix:    0  time:  0.40 s
155.59/39.90	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
155.59/39.91	c vivif2 --  cl tried    37464 cl shrink        0 lits rem          0 time: 0.01
155.59/39.94	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.03
155.59/39.94	c calculated reachability. Time: 0.00
155.59/39.94	c  N st   276    358010       681      2941         0     37464      8933    763228     19.06   no data
173.92/44.54	c  N st   277    390402       681      2941         0     43816      8933    942503     19.06   no data
203.39/51.90	c  N st   278    438992       681      2941         0     37501      8933    692776     19.06   no data
245.28/62.47	c  N st   279    511874       681      2941         0     51287      8933   1088921     19.06   no data
259.58/66.03	c  N st   280    537016       681      2941         0     45471      8933    871929     19.06   no data
259.58/66.03	c  S st   280    537016       681      2941         0     45471      8933    871929     19.06   no data
259.98/66.15	c  S st   280    537516       681      2941         0     45969      8933    886164     19.06   no data
259.98/66.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
259.98/66.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.02
259.98/66.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
259.98/66.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
259.98/66.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
259.98/66.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    681 time:  0.00 s
259.98/66.18	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
259.98/66.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
260.38/66.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
262.82/66.88	c lits-rem:       190  cl-subs:     1056  v-elim:      0  v-fix:    0  time:  0.66 s
262.82/66.88	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
262.82/66.89	c vivif2 --  cl tried    44913 cl shrink        0 lits rem          0 time: 0.01
263.16/66.92	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.04
263.16/66.93	c calculated reachability. Time: 0.00
263.16/66.93	c  N st   280    537516       681      2941         0     44913      8933    848596     19.06   no data
376.42/95.40	c  N st   281    701501       681      2941         0     38726      8933    527954     19.06   no data
452.89/114.56	c  N st   282    806274       681      2941         0     67580      8933   1351681     19.06   no data
452.89/114.56	c  S st   282    806274       681      2941         0     67580      8933   1351681     19.06   no data
453.69/114.75	c  S st   282    806777       681      2941         0     68082      8933   1366136     19.06   no data
453.69/114.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
453.69/114.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
453.69/114.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
453.69/114.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
453.69/114.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
453.69/114.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    681 time:  0.00 s
453.69/114.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
454.09/114.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
454.09/114.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
474.40/119.96	c lits-rem:       679  cl-subs:     4824  v-elim:      0  v-fix:    0  time:  5.11 s
474.40/119.96	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
474.40/119.97	c vivif2 --  cl tried    63258 cl shrink        0 lits rem          0 time: 0.02
474.80/120.03	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.06
474.80/120.04	c calculated reachability. Time: 0.00
474.80/120.04	c  N st   282    806777       681      2941         0     63258      8933   1223279     19.06   no data
689.66/173.96	c  F st   283   1071876       681      2941         0     79091      8933   1593171     19.06   no data
689.66/173.96	c  N st   283   1071876       681      2941         0     79091      8933   1593171     19.06   no data
696.03/175.56	c Decided on static restart strategy
714.40/180.14	c  N st   293   1100178       681      2941         0     62988      8933   1083874     19.06   no data
749.06/188.83	c  N st   295   1136172       681      2941         0     53275      8933    751968     19.06   no data
779.33/196.48	c  N st   296   1168566       681      2941         0     85125      8933   1725987     19.06   no data
813.59/205.06	c  N st   297   1210165       681      2941         0     79850      8933   1581992     19.06   no data
813.59/205.06	c  S st   297   1210165       681      2941         0     79850      8933   1581992     19.06   no data
814.39/205.30	c  S st   297   1210667       681      2941         0     80352      8933   1595262     19.06   no data
814.39/205.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
814.83/205.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
814.83/205.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
814.83/205.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
814.83/205.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
814.83/205.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    681 time:  0.00 s
814.83/205.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
814.83/205.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
815.24/205.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
831.53/209.56	c lits-rem:       725  cl-subs:     2781  v-elim:      0  v-fix:    0  time:  4.15 s
831.53/209.56	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
831.53/209.59	c vivif2 --  cl tried    77571 cl shrink        0 lits rem          0 time: 0.02
831.93/209.66	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.08
831.93/209.67	c calculated reachability. Time: 0.00
831.93/209.67	c  N st   297   1210667       681      2941         0     77571      8933   1504280     19.06   no data
901.66/227.14	c  N st   298   1283550       681      2941         0     53903      8933    727867     19.06   no data
994.12/250.34	c  N st   299   1392877       681      2941         0     62201      8933    973319     19.06   no data
1163.12/292.70	c  N st   300   1556864       681      2941         0     66926      8933   1060328     19.06   no data
1337.70/336.56	c  N st   301   1710669       681      2941         0    109234      8933   2554572     19.06   no data
1337.70/336.56	c  S st   301   1710669       681      2941         0    109234      8933   2554572     19.06   no data
1338.89/336.89	c  S st   301   1711173       681      2941         0    109737      8933   2569444     19.06   no data
1339.29/336.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1339.29/336.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.06
1339.29/336.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1339.29/336.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1339.29/336.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1339.29/336.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    681 time:  0.00 s
1339.29/336.96	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1339.29/336.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1339.69/337.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1398.32/351.73	c lits-rem:      1468  cl-subs:     4532  v-elim:      0  v-fix:    0  time: 14.66 s
1398.32/351.73	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
1398.32/351.76	c vivif2 --  cl tried   105205 cl shrink        0 lits rem          0 time: 0.03
1398.66/351.88	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.12
1398.66/351.89	c calculated reachability. Time: 0.00
1398.66/351.89	c  N st   301   1711173       681      2941         0    105205      8933   2392093     19.06   no data
1843.92/463.50	c  N st   302   2080139       681      2941         0    116832      8933   2610240     19.06   no data
2009.34/505.07	c  N st   303   2211174       681      2941         0    120567      8933   2680321     19.06   no data
2009.34/505.07	c  S st   303   2211174       681      2941         0    120567      8933   2680321     19.06   no data
2010.94/505.45	c  S st   303   2211680       681      2941         0    121073      8933   2694886     19.06   no data
2010.94/505.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2011.34/505.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2011.34/505.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2011.34/505.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2011.34/505.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2011.34/505.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    681 time:  0.00 s
2011.34/505.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2011.34/505.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2011.77/505.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2083.87/523.76	c lits-rem:       855  cl-subs:     5526  v-elim:      0  v-fix:    0  time: 18.12 s
2083.87/523.76	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
2084.28/523.80	c vivif2 --  cl tried   115547 cl shrink        0 lits rem          0 time: 0.04
2084.68/523.95	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.15
2084.68/523.96	c calculated reachability. Time: 0.00
2084.68/523.96	c  N st   303   2211680       681      2941         0    115547      8933   2495340     19.06   no data
2756.36/692.41	c  N st   304   2711682       681      2941         0    139040      8933   3000678     19.06   no data
2756.36/692.41	c  S st   304   2711682       681      2941         0    139040      8933   3000678     19.06   no data
2758.34/692.97	c  S st   304   2712185       681      2941         0    139543      8933   3014995     19.06   no data
2758.34/692.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2758.74/693.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.09
2758.74/693.07	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2758.74/693.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2758.74/693.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2758.74/693.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    681 time:  0.00 s
2758.74/693.07	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2759.14/693.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2759.54/693.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2853.62/716.88	c lits-rem:       877  cl-subs:     7845  v-elim:      0  v-fix:    0  time: 23.67 s
2853.62/716.88	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
2854.03/716.92	c vivif2 --  cl tried   131698 cl shrink        0 lits rem          0 time: 0.04
2854.37/717.07	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.15
2854.37/717.08	c calculated reachability. Time: 0.00
2854.37/717.08	c  N st   304   2712185       681      2941         0    131698      8933   2785475     19.06   no data
3515.37/882.87	c  N st   305   3212186       681      2941         0    107700      8933   1910628     19.06   no data
3515.37/882.87	c  S st   305   3212186       681      2941         0    107700      8933   1910628     19.06   no data
3517.35/883.30	c  S st   305   3212687       681      2941         0    108199      8933   1924919     19.06   no data
3517.35/883.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3517.35/883.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.07
3517.35/883.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3517.35/883.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3517.35/883.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3517.35/883.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    681 time:  0.00 s
3517.35/883.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3517.75/883.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3517.75/883.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3551.27/891.85	c lits-rem:       463  cl-subs:     2671  v-elim:      0  v-fix:    0  time:  8.37 s
3551.27/891.85	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
3551.27/891.88	c vivif2 --  cl tried   105528 cl shrink        0 lits rem          0 time: 0.03
3552.00/892.04	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.15
3552.00/892.04	c calculated reachability. Time: 0.00
3552.00/892.04	c  N st   305   3212687       681      2941         0    105528      8933   1834990     19.06   no data
4329.75/1087.15	c  N st   306   3712687       681      2941         0    116142      8933   2003030     19.06   no data
4329.75/1087.15	c  S st   306   3712687       681      2941         0    116142      8933   2003030     19.06   no data
4330.95/1087.51	c  S st   306   3713192       681      2941         0    116647      8933   2017259     19.06   no data
4331.39/1087.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4331.39/1087.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
4331.39/1087.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4331.39/1087.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4331.39/1087.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4331.39/1087.58	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    681 time:  0.00 s
4331.39/1087.58	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4331.80/1087.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4331.80/1087.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4363.63/1095.61	c lits-rem:       336  cl-subs:     3812  v-elim:      0  v-fix:    0  time:  7.94 s
4363.63/1095.61	c vivif2 --  cl tried     2941 cl shrink        0 lits rem          0 time: 0.00
4363.63/1095.64	c vivif2 --  cl tried   112835 cl shrink        0 lits rem          0 time: 0.03
4364.43/1095.81	c asymm  cl-useful: 0/2941/2941 lits-rem:0 time: 0.17
4364.43/1095.82	c calculated reachability. Time: 0.00
4364.43/1095.82	c  N st   306   3713192       681      2941         0    112835      8933   1901487     19.06   no data
4436.61/1113.97	c  F st   307   3751562       681      2941         0    150704      8933   3250856     19.06   no data
4436.61/1113.97	c  N st   307   3751562       681      2941         0    150704      8933   3250856     19.06   no data
4449.34/1117.20	c Decided on static restart strategy
4488.40/1126.93	c  N st   317   3779867       681      2941         0     95126      8933   1215873     19.06   no data
4540.59/1140.01	c  N st   319   3815860       681      2941         0    130613      8933   2380378     19.06   no data
4606.37/1156.56	c  N st   320   3848252       681      2941         0    162392      8933   3423138     19.06   no data
4685.69/1176.47	c  N st   321   3896841       681      2941         0    125773      8933   2240811     19.06   no data
4797.29/1204.49	c  N st   322   3969723       681      2941         0    111760      8933   1759785     19.06   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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3366583-1305409221/watcher-3366583-1305409221 -o /tmp/evaluation-result-3366583-1305409221/solver-3366583-1305409221 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366583-1305409221.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: 4.64 7.11 7.74 7/401 29194
/proc/meminfo: memFree=24241612/32951132 swapFree=67093844/67111528
[pid=29194] ppid=29192 vsize=51168 CPUtime=0.02 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 407 0 0 0 2 0 0 0 23 0 4 0 652520790 52396032 347 33554432000 4194304 4580107 140737286266976 18446744073709551615 47455622633394 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/29194/statm: 12792 347 299 95 0 7774 0
[pid=29194/tid=29195] ppid=29192 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 652520790 52396032 352 33554432000 4194304 4580107 140737286266976 18446744073709551615 242965597270 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 4 0 652520790 52396032 352 33554432000 4194304 4580107 140737286266976 18446744073709551615 242965597270 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=51168 CPUtime=0.01 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 4 0 0 0 1 0 0 0 24 0 4 0 652520790 52396032 352 33554432000 4194304 4580107 140737286266976 18446744073709551615 242970550203 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0627451 s]
/proc/loadavg: 4.64 7.11 7.74 7/401 29194
/proc/meminfo: memFree=24241612/32951132 swapFree=67093844/67111528
[pid=29194] ppid=29192 vsize=282000 CPUtime=0.22 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 1693 0 0 0 22 0 0 0 24 0 4 0 652520790 288768000 1527 33554432000 4194304 4580107 140737286266976 18446744073709551615 242970655214 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29194/statm: 70500 1527 376 95 0 65482 0
[pid=29194/tid=29195] ppid=29192 vsize=282000 CPUtime=0.04 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 316 0 0 0 4 0 0 0 18 0 4 0 652520790 288768000 1527 33554432000 4194304 4580107 140737286266976 18446744073709551615 4318708 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=282000 CPUtime=0.05 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 340 0 0 0 5 0 0 0 18 0 4 0 652520790 288768000 1527 33554432000 4194304 4580107 140737286266976 18446744073709551615 242970215636 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=282000 CPUtime=0.05 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 224 0 0 0 5 0 0 0 18 0 4 0 652520790 288768000 1527 33554432000 4194304 4580107 140737286266976 18446744073709551615 242970655263 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 282000

[startup+0.11568 s]
/proc/loadavg: 4.64 7.11 7.74 7/401 29194
/proc/meminfo: memFree=24241612/32951132 swapFree=67093844/67111528
[pid=29194] ppid=29192 vsize=282000 CPUtime=0.43 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 1953 0 0 0 43 0 0 0 24 0 4 0 652520790 288768000 1787 33554432000 4194304 4580107 140737286266976 18446744073709551615 4293105 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29194/statm: 70500 1787 377 95 0 65482 0
[pid=29194/tid=29195] ppid=29192 vsize=282000 CPUtime=0.1 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 379 0 0 0 10 0 0 0 18 0 4 0 652520790 288768000 1787 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=282000 CPUtime=0.11 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 410 0 0 0 11 0 0 0 18 0 4 0 652520790 288768000 1787 33554432000 4194304 4580107 140737286266976 18446744073709551615 4293918 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=282000 CPUtime=0.11 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 279 0 0 0 11 0 0 0 18 0 4 0 652520790 288768000 1787 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 282000

[startup+0.300649 s]
/proc/loadavg: 4.64 7.11 7.74 7/401 29194
/proc/meminfo: memFree=24241612/32951132 swapFree=67093844/67111528
[pid=29194] ppid=29192 vsize=283692 CPUtime=1.17 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 3039 0 0 0 117 0 0 0 25 0 4 0 652520790 290500608 2171 33554432000 4194304 4580107 140737286266976 18446744073709551615 4293158 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29194/statm: 70923 2171 377 95 0 65905 0
[pid=29194/tid=29195] ppid=29192 vsize=283692 CPUtime=0.28 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 646 0 0 0 28 0 0 0 18 0 4 0 652520790 290500608 2171 33554432000 4194304 4580107 140737286266976 18446744073709551615 4317131 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=283692 CPUtime=0.29 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 687 0 0 0 29 0 0 0 18 0 4 0 652520790 290500608 2171 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=283692 CPUtime=0.29 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 567 0 0 0 29 0 0 0 18 0 4 0 652520790 290500608 2172 33554432000 4194304 4580107 140737286266976 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283692

[startup+0.700581 s]
/proc/loadavg: 4.64 7.11 7.74 7/401 29194
/proc/meminfo: memFree=24241612/32951132 swapFree=67093844/67111528
[pid=29194] ppid=29192 vsize=284820 CPUtime=2.76 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 4832 0 0 0 276 0 0 0 25 0 4 0 652520790 291655680 2905 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29194/statm: 71205 2905 377 95 0 66187 0
[pid=29194/tid=29195] ppid=29192 vsize=284820 CPUtime=0.68 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 1094 0 0 0 68 0 0 0 18 0 4 0 652520790 291655680 2905 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=284820 CPUtime=0.69 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 1108 0 0 0 69 0 0 0 18 0 4 0 652520790 291655680 2905 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=284820 CPUtime=0.69 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 1033 0 0 0 69 0 0 0 18 0 4 0 652520790 291655680 2905 33554432000 4194304 4580107 140737286266976 18446744073709551615 4316717 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 284820

[startup+1.50044 s]
/proc/loadavg: 4.64 7.11 7.74 9/405 29198
/proc/meminfo: memFree=24222360/32951132 swapFree=67093844/67111528
[pid=29194] ppid=29192 vsize=286220 CPUtime=5.95 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 8401 0 0 0 594 1 0 0 25 0 4 0 652520790 293089280 3495 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29194/statm: 71555 3495 378 95 0 66537 0
[pid=29194/tid=29195] ppid=29192 vsize=286220 CPUtime=1.48 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 1996 0 0 0 148 0 0 0 20 0 4 0 652520790 293089280 3495 33554432000 4194304 4580107 140737286266976 18446744073709551615 4293155 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=286220 CPUtime=1.49 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 2011 0 0 0 149 0 0 0 20 0 4 0 652520790 293089280 3495 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=286220 CPUtime=1.49 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 1913 0 0 0 149 0 0 0 19 0 4 0 652520790 293089280 3495 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 286220

[startup+3.10017 s]
/proc/loadavg: 4.64 7.11 7.74 9/405 29198
/proc/meminfo: memFree=24196688/32951132 swapFree=67093844/67111528
[pid=29194] ppid=29192 vsize=286008 CPUtime=12.34 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 20226 0 0 0 1231 3 0 0 25 0 4 0 652520790 292872192 11364 33554432000 4194304 4580107 140737286266976 18446744073709551615 4293198 0 0 4096 2 18446744073709551615 0 0 17 6 0 0 0
/proc/29194/statm: 71502 11364 379 95 0 66484 0
[pid=29194/tid=29195] ppid=29192 vsize=286008 CPUtime=3.07 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 4445 0 0 0 307 0 0 0 25 0 4 0 652520790 292872192 11364 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=286008 CPUtime=3.08 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 5520 0 0 0 308 0 0 0 25 0 4 0 652520790 292872192 11364 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=286008 CPUtime=3.09 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 5014 0 0 0 308 1 0 0 25 0 4 0 652520790 292872192 11364 33554432000 4194304 4580107 140737286266976 18446744073709551615 4342211 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 286008

[startup+7.2711 s]
/proc/loadavg: 4.91 7.13 7.74 10/405 29198
/proc/meminfo: memFree=24145724/32951132 swapFree=67093844/67111528
[pid=29194] ppid=29192 vsize=286976 CPUtime=26.76 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 33210 0 0 0 2669 7 0 0 25 0 4 0 652520790 293863424 15931 33554432000 4194304 4580107 140737286266976 18446744073709551615 4321122 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/29194/statm: 71744 16088 379 95 0 66726 0
[pid=29194/tid=29195] ppid=29192 vsize=277564 CPUtime=7.54 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 9239 0 0 0 753 1 0 0 19 0 4 0 652520790 284225536 15743 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=277576 CPUtime=7.29 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 10040 0 0 0 728 1 0 0 25 0 4 0 652520790 284237824 15539 33554432000 4194304 4580107 140737286266976 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=277576 CPUtime=7.35 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 7779 0 0 0 733 2 0 0 25 0 4 0 652520790 284237824 15725 33554432000 4194304 4580107 140737286266976 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 26.76
Current children cumulated vsize (KiB) 286976

[startup+12.7005 s]
/proc/loadavg: 5.39 7.19 7.76 9/405 29198
/proc/meminfo: memFree=24086520/32951132 swapFree=67093844/67111528
[pid=29194] ppid=29192 vsize=295572 CPUtime=47.23 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 48346 0 0 0 4708 15 0 0 25 0 4 0 652520790 302665728 22813 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29194/statm: 73893 22813 379 95 0 68875 0
[pid=29194/tid=29195] ppid=29192 vsize=295572 CPUtime=12.34 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 13437 0 0 0 1230 4 0 0 25 0 4 0 652520790 302665728 22813 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=295572 CPUtime=12.16 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 11692 0 0 0 1215 1 0 0 25 0 4 0 652520790 302665728 22813 33554432000 4194304 4580107 140737286266976 18446744073709551615 4293097 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=295572 CPUtime=12 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 12075 0 0 0 1194 6 0 0 25 0 4 0 652520790 302665728 22813 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 47.23
Current children cumulated vsize (KiB) 295572

[startup+25.5003 s]
/proc/loadavg: 5.97 7.23 7.76 9/405 29198
/proc/meminfo: memFree=23997352/32951132 swapFree=67093844/67111528
[pid=29194] ppid=29192 vsize=295460 CPUtime=98.22 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 74175 0 0 0 9801 21 0 0 25 0 4 0 652520790 302551040 34462 33554432000 4194304 4580107 140737286266976 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29194/statm: 73865 34462 379 95 0 68847 0
[pid=29194/tid=29195] ppid=29192 vsize=295460 CPUtime=25.12 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 20873 0 0 0 2507 5 0 0 25 0 4 0 652520790 302551040 34462 33554432000 4194304 4580107 140737286266976 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=295460 CPUtime=24.95 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 16307 0 0 0 2493 2 0 0 25 0 4 0 652520790 302551040 34462 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=295460 CPUtime=24.61 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 16529 0 0 0 2454 7 0 0 25 0 4 0 652520790 302551040 34462 33554432000 4194304 4580107 140737286266976 18446744073709551615 4293110 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 98.22
Current children cumulated vsize (KiB) 295460

[startup+51.1009 s]
/proc/loadavg: 6.72 7.31 7.77 9/405 29199
/proc/meminfo: memFree=23912848/32951132 swapFree=67093844/67111528
[pid=29194] ppid=29192 vsize=317772 CPUtime=200.21 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 111261 0 0 0 19988 33 0 0 25 0 4 0 652520790 325398528 45355 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29194/statm: 79443 45355 379 95 0 74425 0
[pid=29194/tid=29195] ppid=29192 vsize=317772 CPUtime=50.69 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 30238 0 0 0 5061 8 0 0 25 0 4 0 652520790 325398528 45355 33554432000 4194304 4580107 140737286266976 18446744073709551615 4305975 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=317772 CPUtime=50.55 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 26535 0 0 0 5050 5 0 0 25 0 4 0 652520790 325398528 45356 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=317772 CPUtime=49.86 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 23852 0 0 0 4974 12 0 0 25 0 4 0 652520790 325398528 45356 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 200.21
Current children cumulated vsize (KiB) 317772

[startup+102.301 s]
/proc/loadavg: 7.44 7.41 7.78 9/405 29201
/proc/meminfo: memFree=23841412/32951132 swapFree=67093844/67111528
[pid=29194] ppid=29192 vsize=406400 CPUtime=404.28 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 158374 0 0 0 40379 49 0 0 25 0 4 0 652520790 416153600 56835 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29194/statm: 101600 56835 379 95 0 96582 0
[pid=29194/tid=29195] ppid=29192 vsize=406400 CPUtime=101.86 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 42445 0 0 0 10175 11 0 0 25 0 4 0 652520790 416153600 56835 33554432000 4194304 4580107 140737286266976 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=406400 CPUtime=101.74 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 39105 0 0 0 10165 9 0 0 25 0 4 0 652520790 416153600 56835 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=406400 CPUtime=100.37 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 34520 0 0 0 10021 16 0 0 25 0 4 0 652520790 416153600 56835 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 404.28
Current children cumulated vsize (KiB) 406400

[startup+162.301 s]

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

[pid=29194] ppid=29192 vsize=735432 CPUtime=2795.81 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 498283 0 0 0 279387 194 0 0 25 0 4 0 652520790 753082368 116207 33554432000 4194304 4580107 140737286266976 18446744073709551615 4406476 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29194/statm: 183858 116207 379 95 0 178840 0
[pid=29194/tid=29195] ppid=29192 vsize=735432 CPUtime=701.7 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 134177 0 0 0 70122 48 0 0 25 0 4 0 652520790 753082368 116207 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=735432 CPUtime=701.54 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 146402 0 0 0 70104 50 0 0 25 0 4 0 652520790 753082368 116207 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=735432 CPUtime=692.32 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 66129 0 0 0 69192 40 0 0 25 0 4 0 652520790 753082368 116207 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2795.81
Current children cumulated vsize (KiB) 735432

[startup+762.301 s]
/proc/loadavg: 8.08 8.03 7.93 9/405 29218
/proc/meminfo: memFree=23283484/32951132 swapFree=67093844/67111528
[pid=29194] ppid=29192 vsize=645536 CPUtime=3034.97 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 525527 0 0 0 303289 208 0 0 25 0 4 0 652520790 661028864 124208 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29194/statm: 161384 124208 379 95 0 156366 0
[pid=29194/tid=29195] ppid=29192 vsize=645536 CPUtime=761.7 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 141716 0 0 0 76118 52 0 0 25 0 4 0 652520790 661028864 124208 33554432000 4194304 4580107 140737286266976 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=645536 CPUtime=761.54 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 155379 0 0 0 76099 55 0 0 25 0 4 0 652520790 661028864 124208 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=645536 CPUtime=751.49 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 69857 0 0 0 75105 44 0 0 25 0 4 0 652520790 661028864 124208 33554432000 4194304 4580107 140737286266976 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3034.97
Current children cumulated vsize (KiB) 645536

[startup+822.3 s]
/proc/loadavg: 8.10 8.04 7.94 9/405 29220
/proc/meminfo: memFree=23284976/32951132 swapFree=67093844/67111528
[pid=29194] ppid=29192 vsize=698132 CPUtime=3274.19 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 547844 0 0 0 327199 220 0 0 25 0 4 0 652520790 714887168 123438 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294524 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29194/statm: 174533 123438 379 95 0 169515 0
[pid=29194/tid=29195] ppid=29192 vsize=698132 CPUtime=821.71 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 149709 0 0 0 82116 55 0 0 25 0 4 0 652520790 714887168 123438 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=698132 CPUtime=821.54 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 163245 0 0 0 82094 60 0 0 25 0 4 0 652520790 714887168 123438 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=698132 CPUtime=810.7 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 70146 0 0 0 81025 45 0 0 25 0 4 0 652520790 714887168 123438 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3274.19
Current children cumulated vsize (KiB) 698132

[startup+882.301 s]
/proc/loadavg: 8.15 8.06 7.95 9/405 29221
/proc/meminfo: memFree=23264764/32951132 swapFree=67093844/67111528
[pid=29194] ppid=29192 vsize=688768 CPUtime=3513.37 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 584558 0 0 0 351100 237 0 0 25 0 4 0 652520790 705298432 121927 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29194/statm: 172192 121927 379 95 0 167174 0
[pid=29194/tid=29195] ppid=29192 vsize=688768 CPUtime=881.71 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 164879 0 0 0 88113 58 0 0 25 0 4 0 652520790 705298432 121927 33554432000 4194304 4580107 140737286266976 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=688768 CPUtime=881.54 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 171272 0 0 0 88089 65 0 0 25 0 4 0 652520790 705298432 121927 33554432000 4194304 4580107 140737286266976 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=688768 CPUtime=869.87 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 75179 0 0 0 86938 49 0 0 25 0 4 0 652520790 705298432 121927 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3513.37
Current children cumulated vsize (KiB) 688768

[startup+942.301 s]
/proc/loadavg: 8.11 8.06 7.95 9/405 29223
/proc/meminfo: memFree=23259300/32951132 swapFree=67093844/67111528
[pid=29194] ppid=29192 vsize=766532 CPUtime=3752.54 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 605919 0 0 0 375005 249 0 0 25 0 4 0 652520790 784928768 129949 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294449 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29194/statm: 191633 129949 379 95 0 186615 0
[pid=29194/tid=29195] ppid=29192 vsize=766532 CPUtime=941.71 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 169478 0 0 0 94111 60 0 0 25 0 4 0 652520790 784928768 129949 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=766532 CPUtime=941.55 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 178374 0 0 0 94087 68 0 0 25 0 4 0 652520790 784928768 129949 33554432000 4194304 4580107 140737286266976 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=766532 CPUtime=929.01 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 79352 0 0 0 92849 52 0 0 25 0 4 0 652520790 784928768 129949 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3752.54
Current children cumulated vsize (KiB) 766532

[startup+1002.3 s]
/proc/loadavg: 8.10 8.06 7.96 9/405 29225
/proc/meminfo: memFree=23228416/32951132 swapFree=67093844/67111528
[pid=29194] ppid=29192 vsize=779212 CPUtime=3991.69 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 630050 0 0 0 398906 263 0 0 25 0 4 0 652520790 797913088 132322 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29194/statm: 194803 132322 379 95 0 189785 0
[pid=29194/tid=29195] ppid=29192 vsize=779212 CPUtime=1001.71 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 177502 0 0 0 100106 65 0 0 25 0 4 0 652520790 797913088 132322 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=779212 CPUtime=1001.54 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 182888 0 0 0 100084 70 0 0 25 0 4 0 652520790 797913088 132322 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294358 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=779212 CPUtime=988.21 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 83342 0 0 0 98765 56 0 0 25 0 4 0 652520790 797913088 132322 33554432000 4194304 4580107 140737286266976 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3991.69
Current children cumulated vsize (KiB) 779212

[startup+1062.32 s]
/proc/loadavg: 8.09 8.06 7.96 9/405 29226
/proc/meminfo: memFree=23241068/32951132 swapFree=67093844/67111528
[pid=29194] ppid=29192 vsize=780084 CPUtime=4230.94 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 654414 0 0 0 422818 276 0 0 25 0 4 0 652520790 798806016 132042 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29194/statm: 195021 132042 379 95 0 190003 0
[pid=29194/tid=29195] ppid=29192 vsize=780084 CPUtime=1061.72 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 185499 0 0 0 106103 69 0 0 25 0 4 0 652520790 798806016 132042 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=780084 CPUtime=1061.55 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 190674 0 0 0 106081 74 0 0 25 0 4 0 652520790 798806016 132042 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=780084 CPUtime=1047.41 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 83948 0 0 0 104684 57 0 0 25 0 4 0 652520790 798806016 132042 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4230.94
Current children cumulated vsize (KiB) 780084

[startup+1122.3 s]
/proc/loadavg: 8.14 8.08 7.97 9/405 29228
/proc/meminfo: memFree=23170640/32951132 swapFree=67093844/67111528
[pid=29194] ppid=29192 vsize=907676 CPUtime=4470.06 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 679194 0 0 0 446716 290 0 0 25 0 4 0 652520790 929460224 142344 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294127 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29194/statm: 226919 142344 379 95 0 221901 0
[pid=29194/tid=29195] ppid=29192 vsize=907676 CPUtime=1121.71 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 194636 0 0 0 112099 72 0 0 25 0 4 0 652520790 929460224 142344 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=907676 CPUtime=1121.53 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 196268 0 0 0 112076 77 0 0 25 0 4 0 652520790 929460224 142344 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=907676 CPUtime=1106.57 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 86555 0 0 0 110597 60 0 0 25 0 4 0 652520790 929460224 142344 33554432000 4194304 4580107 140737286266976 18446744073709551615 4293179 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4470.06
Current children cumulated vsize (KiB) 907676

[startup+1182.3 s]
/proc/loadavg: 8.18 8.10 7.98 9/405 29229
/proc/meminfo: memFree=23155256/32951132 swapFree=67093844/67111528
[pid=29194] ppid=29192 vsize=800180 CPUtime=4709.2 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 703773 0 0 0 470618 302 0 0 25 0 4 0 652520790 819384320 140299 33554432000 4194304 4580107 140737286266976 18446744073709551615 4293229 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29194/statm: 200045 140299 379 95 0 195027 0
[pid=29194/tid=29195] ppid=29192 vsize=800180 CPUtime=1181.71 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 201942 0 0 0 118094 77 0 0 25 0 4 0 652520790 819384320 140299 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=800180 CPUtime=1181.53 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 205709 0 0 0 118074 79 0 0 25 0 4 0 652520790 819384320 140299 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=800180 CPUtime=1165.71 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 86950 0 0 0 116509 62 0 0 25 0 4 0 652520790 819384320 140299 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4709.2
Current children cumulated vsize (KiB) 800180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1205.1 s]
/proc/loadavg: 8.12 8.09 7.98 5/400 29231
/proc/meminfo: memFree=23676344/32951132 swapFree=67093844/67111528
[pid=29194] ppid=29192 vsize=800272 CPUtime=4800.12 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 713452 0 0 0 479705 307 0 0 25 0 4 0 652520790 819478528 141192 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29194/statm: 200068 141192 379 95 0 195050 0
[pid=29194/tid=29195] ppid=29192 vsize=800272 CPUtime=1204.52 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 204890 0 0 0 120374 78 0 0 25 0 4 0 652520790 819478528 141192 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=800272 CPUtime=1204.35 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 207670 0 0 0 120354 81 0 0 25 0 4 0 652520790 819478528 141192 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=800272 CPUtime=1188.2 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 88354 0 0 0 118757 63 0 0 25 0 4 0 652520790 819478528 141192 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 800272

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

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

[startup+1205.1 s]
/proc/loadavg: 8.12 8.09 7.98 5/400 29231
/proc/meminfo: memFree=23676344/32951132 swapFree=67093844/67111528
[pid=29194] ppid=29192 vsize=800272 CPUtime=4800.12 cores=0,2,4,6
/proc/29194/stat : 29194 (strangenight2-m) R 29192 29194 28827 0 -1 4202496 713452 0 0 0 479705 307 0 0 25 0 4 0 652520790 819478528 141192 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/29194/statm: 200068 141192 379 95 0 195050 0
[pid=29194/tid=29195] ppid=29192 vsize=800272 CPUtime=1204.52 cores=0,2,4,6
/proc/29194/task/29195/stat : 29195 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 204890 0 0 0 120374 78 0 0 25 0 4 0 652520790 819478528 141192 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=29194/tid=29196] ppid=29192 vsize=800272 CPUtime=1204.35 cores=0,2,4,6
/proc/29194/task/29196/stat : 29196 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 207670 0 0 0 120354 81 0 0 25 0 4 0 652520790 819478528 141192 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=29194/tid=29197] ppid=29192 vsize=800272 CPUtime=1188.2 cores=0,2,4,6
/proc/29194/task/29197/stat : 29197 (strangenight2-m) R 29192 29194 28827 0 -1 4202560 88354 0 0 0 118757 63 0 0 25 0 4 0 652520790 819478528 141192 33554432000 4194304 4580107 140737286266976 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.12
Current children cumulated vsize (KiB) 800272

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1205.15
CPU time (s): 4800.19
CPU user time (s): 4797.09
CPU system time (s): 3.10553
CPU usage (%): 398.307
Max. virtual memory (cumulated for all children) (KiB): 957408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.09
system time used= 3.10553
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 713455
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= 486
involuntary context switches= 20816

runsolver used 4.80827 second user time and 12.0692 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-14 23:40:21
IDJOB=3366583
IDBENCH=82992
IDSOLVER=1844
FILE ID=node128/3366583-1305409221
RUNJOBID= node128-1305409221-29171
PBS_JOBID= 13324496
Free space on /tmp= 73604 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v700-c2982-S1863077195-052.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366583-1305409221/watcher-3366583-1305409221 -o /tmp/evaluation-result-3366583-1305409221/solver-3366583-1305409221 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366583-1305409221.cnf

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

MD5SUM BENCH= 95ba8379aa2e59896c8d6334d91cdeab
RANDOM SEED=154740427

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24241768 kB
Buffers:        266804 kB
Cached:        2891732 kB
SwapCached:       1440 kB
Active:        6330244 kB
Inactive:      2089004 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24241768 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:           10980 kB
Writeback:          36 kB
AnonPages:     5258340 kB
Mapped:          31704 kB
Slab:           187344 kB
PageTables:      38440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 100758352 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73596 MiB
End job on node128 at 2011-05-15 00:00:29