Trace number 3366554

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.37 1203.45

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v450-c1917-S222128792-011.SATISFIABLE.cnf
MD5SUMafacdefc4a366ba0b827e7e74ce8af4c
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.007998
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of clauses1917
Sum of the clauses size5751
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31917
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-3366554-1305407647.cnf'
0.00/0.01	c -- header says num vars:            450
0.00/0.01	c -- header says num clauses:        1917
0.00/0.01	c -- clauses added:            0 learnts,         1917 normals,            0 xors
0.00/0.01	c -- vars added        450
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       450      1917         0         0      5751         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1917/1917 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    450 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.85	c lits-rem:         0  cl-subs:        0  v-elim:     11  v-fix:    0  time:  0.00 s
3.17/0.85	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.85	c calculated reachability. Time: 0.00
3.17/0.85	c Calc default polars -  time:   0.00 s pos:     198 undec:      49 neg:     203
3.17/0.85	c =========================================================================================
3.17/0.85	c types(t): F = full restart, N = normal restart
3.17/0.85	c types(t): S = simplification begin/end, E = solution found
3.17/0.85	c restart types(rt): st = static, dy = dynamic
3.17/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.85	c  B st     0         0       439      1908         0         0      5799         0   no data   no data
3.17/0.85	c Decided on static restart strategy
3.17/0.85	c  N st     8      4919       439      1908         0      4812      5799    103178   no data   no data
3.17/0.85	c  N st    10     11302       439      1908         0      4458      5799     69621   no data   no data
3.17/0.85	c  N st    11     17045       439      1908         0     10050      5799    194775   no data   no data
4.37/1.15	c  F st    12     25002       439      1908         0     12281      5799    246124   no data   no data
4.37/1.15	c  N st    12     25002       439      1908         0     12281      5799    246124   no data   no data
5.14/1.35	c Decided on static restart strategy
5.14/1.35	c  N st    18     30001       439      1908         0     10622      5799    188280   no data   no data
5.14/1.35	c  S st    18     30001       439      1908         0     10622      5799    188280   no data   no data
5.14/1.37	c  S st    18     30502       439      1908         0     11122      5799    198963   no data   no data
5.14/1.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.14/1.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.14/1.37	c blocked clauses removed:       13 vars:      2 tried:         439 T: 0.00 s
5.14/1.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.14/1.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.14/1.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
5.14/1.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.14/1.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.14/1.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.54/1.43	c lits-rem:       255  cl-subs:      595  v-elim:      0  v-fix:    0  time:  0.05 s
5.54/1.43	c asymm  cl-useful: 0/1895/1895 lits-rem:0 time: 0.00
5.54/1.43	c calculated reachability. Time: 0.00
5.54/1.43	c  N st    18     30502       437      1895         0     10527      5760    184650   no data   no data
7.14/1.81	c  N st    20     37613       437      1895         0      9792      5760    145663   no data   no data
8.34/2.17	c  N st    21     44014       437      1895         0     16019      5760    272879   no data   no data
8.76/2.30	c  S st    22     45753       437      1895         0      9020      5760    118712   no data   no data
9.18/2.33	c  S st    22     46253       437      1895         0      9519      5760    129567   no data   no data
9.18/2.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.18/2.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.18/2.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.18/2.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.18/2.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.18/2.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
9.18/2.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.18/2.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.18/2.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.18/2.34	c lits-rem:        31  cl-subs:      112  v-elim:      0  v-fix:    0  time:  0.01 s
9.18/2.34	c vivif2 --  cl tried     1895 cl shrink        0 lits rem          0 time: 0.00
9.18/2.35	c vivif2 --  cl tried     9407 cl shrink        0 lits rem          0 time: 0.00
9.18/2.35	c asymm  cl-useful: 0/1895/1895 lits-rem:0 time: 0.00
9.18/2.35	c calculated reachability. Time: 0.00
9.18/2.35	c  N st    22     46253       437      1895         0      9407      5760    127418   no data   no data
12.73/3.26	c  N st    23     60651       437      1895         0     13640      5760    207599   no data   no data
15.12/3.87	c  N st    24     69379       437      1895         0     11483      5760    155474   no data   no data
15.12/3.87	c  S st    24     69379       437      1895         0     11483      5760    155474   no data   no data
15.52/3.91	c  S st    24     69882       437      1895         0     11985      5760    166354   no data   no data
15.52/3.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.52/3.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.52/3.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.52/3.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.52/3.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.52/3.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
15.52/3.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.52/3.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.52/3.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.52/3.94	c lits-rem:        39  cl-subs:      184  v-elim:      0  v-fix:    0  time:  0.02 s
15.52/3.94	c vivif2 --  cl tried     1895 cl shrink        0 lits rem          0 time: 0.00
15.52/3.94	c vivif2 --  cl tried    11801 cl shrink        0 lits rem          0 time: 0.00
15.52/3.94	c asymm  cl-useful: 0/1895/1895 lits-rem:0 time: 0.01
15.52/3.95	c calculated reachability. Time: 0.00
15.52/3.95	c  N st    24     69882       437      1895         0     11801      5760    162731   no data   no data
20.71/5.26	c  F st    25     87500       437      1895         0     17294      5760    271551   no data   no data
20.71/5.26	c  N st    25     87500       437      1895         0     17294      5760    271551   no data   no data
22.69/5.70	c Decided on static restart strategy
23.50/5.96	c  N st    32     95537       437      1895         0     25133      5760    439200   no data   no data
26.31/6.64	c  N st    34    104823       437      1895         0     21567      5760    346191   no data   no data
26.31/6.64	c  S st    34    104823       437      1895         0     21567      5760    346191   no data   no data
26.31/6.70	c  S st    34    105326       437      1895         0     22068      5760    356649   no data   no data
26.31/6.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.31/6.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
26.31/6.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.31/6.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.31/6.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.31/6.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
26.31/6.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.73/6.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
26.73/6.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.08/6.87	c lits-rem:        96  cl-subs:     1012  v-elim:      0  v-fix:    0  time:  0.15 s
27.08/6.87	c vivif2 --  cl tried     1895 cl shrink        0 lits rem          0 time: 0.00
27.08/6.88	c vivif2 --  cl tried    21056 cl shrink        0 lits rem          0 time: 0.00
27.08/6.89	c asymm  cl-useful: 0/1895/1895 lits-rem:0 time: 0.01
27.08/6.89	c calculated reachability. Time: 0.00
27.08/6.89	c  N st    34    105326       437      1895         0     21056      5760    334520   no data   no data
30.28/7.69	c  N st    35    114925       437      1895         0     16736      5760    223153   no data   no data
35.86/9.03	c  N st    36    129322       437      1895         0     16149      5760    195731   no data   no data
43.45/11.00	c  N st    37    150918       437      1895         0     21581      5760    305089   no data   no data
46.23/11.67	c  S st    38    157990       437      1895         0     28532      5760    461178   no data   no data
46.63/11.75	c  S st    38    158495       437      1895         0     29036      5760    472100   no data   no data
46.63/11.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.63/11.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
46.63/11.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
46.63/11.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.63/11.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.63/11.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
46.63/11.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
46.63/11.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
46.63/11.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.25/12.12	c lits-rem:       288  cl-subs:     1801  v-elim:      0  v-fix:    0  time:  0.35 s
48.25/12.12	c vivif2 --  cl tried     1895 cl shrink        0 lits rem          0 time: 0.00
48.25/12.13	c vivif2 --  cl tried    27235 cl shrink        0 lits rem          0 time: 0.00
48.25/12.14	c asymm  cl-useful: 0/1895/1895 lits-rem:0 time: 0.02
48.25/12.14	c calculated reachability. Time: 0.00
48.25/12.14	c  N st    38    158495       437      1895         0     27235      5760    433345   no data   no data
67.37/16.93	c  N st    39    207083       437      1895         0     21878      5760    276939   no data   no data
78.97/19.87	c  N st    40    237743       437      1895         0     32342      5760    515111   no data   no data
78.97/19.87	c  S st    40    237743       437      1895         0     32342      5760    515111   no data   no data
79.40/19.95	c  S st    40    238245       437      1895         0     32842      5760    526041   no data   no data
79.40/19.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
79.40/19.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
79.40/19.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
79.40/19.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
79.40/19.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.40/19.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
79.40/19.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
79.40/19.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
79.40/19.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.34/20.44	c lits-rem:       279  cl-subs:     1771  v-elim:      0  v-fix:    0  time:  0.46 s
81.34/20.44	c vivif2 --  cl tried     1895 cl shrink        0 lits rem          0 time: 0.00
81.34/20.45	c vivif2 --  cl tried    31071 cl shrink        0 lits rem          0 time: 0.01
81.34/20.47	c asymm  cl-useful: 0/1895/1895 lits-rem:0 time: 0.02
81.34/20.47	c calculated reachability. Time: 0.00
81.34/20.47	c  N st    40    238245       437      1895         0     31071      5760    485898   no data   no data
113.26/28.47	c  F st    41    306251       437      1895         0     32994      5760    475625   no data   no data
113.26/28.47	c  N st    41    306251       437      1895         0     32994      5760    475625   no data   no data
116.04/29.14	c Decided on static restart strategy
127.66/32.08	c  N st    51    334551       437      1895         0     37181      5760    551219   no data   no data
139.18/34.91	c  N st    53    357368       437      1895         0     35088      5760    496960   no data   no data
139.18/34.91	c  S st    53    357368       437      1895         0     35088      5760    496960   no data   no data
139.58/35.00	c  S st    53    357868       437      1895         0     35588      5760    508422   no data   no data
139.58/35.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
139.58/35.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
139.58/35.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
139.58/35.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
139.58/35.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.58/35.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
139.58/35.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
139.58/35.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
139.58/35.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.82/35.37	c lits-rem:       245  cl-subs:     1453  v-elim:      0  v-fix:    0  time:  0.34 s
140.82/35.37	c vivif2 --  cl tried     1895 cl shrink        0 lits rem          0 time: 0.00
140.82/35.38	c vivif2 --  cl tried    34135 cl shrink        0 lits rem          0 time: 0.01
141.17/35.40	c asymm  cl-useful: 0/1895/1895 lits-rem:0 time: 0.02
141.17/35.40	c calculated reachability. Time: 0.00
141.17/35.40	c  N st    53    357868       437      1895         0     34135      5760    476511   no data   no data
158.73/39.89	c  N st    54    390260       437      1895         0     40440      5760    607808   no data   no data
189.43/47.53	c  N st    55    438850       437      1895         0     34146      5760    416065   no data   no data
234.52/58.88	c  N st    56    511733       437      1895         0     47591      5760    669365   no data   no data
250.09/62.73	c  N st    57    536802       437      1895         0     41874      5760    559403   no data   no data
250.09/62.73	c  S st    57    536802       437      1895         0     41874      5760    559403   no data   no data
250.51/62.84	c  S st    57    537307       437      1895         0     42378      5760    570721   no data   no data
250.51/62.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
250.51/62.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
250.51/62.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
250.51/62.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
250.51/62.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
250.51/62.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
250.51/62.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
250.51/62.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
250.51/62.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
252.06/63.25	c lits-rem:       256  cl-subs:     1334  v-elim:      0  v-fix:    0  time:  0.37 s
252.06/63.25	c vivif2 --  cl tried     1895 cl shrink        0 lits rem          0 time: 0.00
252.06/63.26	c vivif2 --  cl tried    41044 cl shrink        0 lits rem          0 time: 0.01
252.06/63.29	c asymm  cl-useful: 0/1895/1895 lits-rem:0 time: 0.03
252.06/63.29	c calculated reachability. Time: 0.00
252.06/63.29	c  N st    57    537307       437      1895         0     41044      5760    541131   no data   no data
354.99/89.01	c  N st    58    701291       437      1895         0     34991      5760    332753   no data   no data
431.97/108.31	c  N st    59    805961       437      1895         0     63869      5760    963888   no data   no data
431.97/108.31	c  S st    59    805961       437      1895         0     63869      5760    963888   no data   no data
432.37/108.49	c  S st    59    806466       437      1895         0     64373      5760    975432   no data   no data
432.37/108.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
432.77/108.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
432.77/108.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
432.77/108.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
432.77/108.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
432.77/108.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
432.77/108.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
432.77/108.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
432.77/108.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
442.34/110.97	c lits-rem:       530  cl-subs:     4715  v-elim:      0  v-fix:    0  time:  2.40 s
442.34/110.97	c vivif2 --  cl tried     1895 cl shrink        0 lits rem          0 time: 0.00
442.34/110.98	c vivif2 --  cl tried    59658 cl shrink        0 lits rem          0 time: 0.01
442.74/111.03	c asymm  cl-useful: 0/1895/1895 lits-rem:0 time: 0.05
442.74/111.03	c calculated reachability. Time: 0.00
442.74/111.03	c  N st    59    806466       437      1895         0     59658      5760    877066   no data   no data
652.56/163.68	c  F st    60   1071876       437      1895         0     76006      5760   1212224   no data   no data
652.56/163.68	c  N st    60   1071876       437      1895         0     76006      5760   1212224   no data   no data
658.94/165.23	c Decided on static restart strategy
679.30/170.40	c  N st    70   1100176       437      1895         0     59831      5760    762790   no data   no data
715.21/179.39	c  N st    72   1136170       437      1895         0     50028      5760    521713   no data   no data
741.11/185.85	c  N st    73   1168562       437      1895         0     81420      5760   1218317   no data   no data
781.02/195.90	c  N st    74   1209699       437      1895         0     75623      5760   1093215   no data   no data
781.02/195.90	c  S st    74   1209699       437      1895         0     75623      5760   1093215   no data   no data
782.19/196.13	c  S st    74   1210200       437      1895         0     76121      5760   1105139   no data   no data
782.19/196.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
782.19/196.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
782.19/196.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
782.19/196.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
782.19/196.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
782.19/196.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
782.19/196.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
782.19/196.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
782.59/196.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
794.60/199.30	c lits-rem:       504  cl-subs:     5038  v-elim:      0  v-fix:    0  time:  3.07 s
794.60/199.30	c vivif2 --  cl tried     1895 cl shrink        0 lits rem          0 time: 0.00
794.95/199.31	c vivif2 --  cl tried    71083 cl shrink        0 lits rem          0 time: 0.02
794.95/199.38	c asymm  cl-useful: 0/1895/1895 lits-rem:0 time: 0.06
794.95/199.38	c calculated reachability. Time: 0.00
794.95/199.38	c  N st    74   1210200       437      1895         0     71083      5760   1000872   no data   no data
867.57/217.55	c  N st    75   1283083       437      1895         0     47839      5760    434936   no data   no data
982.44/246.32	c  N st    76   1392407       437      1895         0     55768      5760    574951   no data   no data
1149.59/288.26	c  N st    77   1556391       437      1895         0     60749      5760    647602   no data   no data
1321.90/331.42	c  N st    78   1710200       437      1895         0    101779      5760   1485262   no data   no data
1321.90/331.42	c  S st    78   1710200       437      1895         0    101779      5760   1485262   no data   no data
1323.10/331.76	c  S st    78   1710703       437      1895         0    102282      5760   1496423   no data   no data
1323.10/331.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1323.50/331.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
1323.50/331.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1323.50/331.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1323.50/331.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1323.50/331.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
1323.50/331.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1323.50/331.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1323.50/331.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1360.64/341.12	c lits-rem:       713  cl-subs:    11955  v-elim:      0  v-fix:    0  time:  9.22 s
1360.64/341.12	c vivif2 --  cl tried     1895 cl shrink        0 lits rem          0 time: 0.00
1360.64/341.14	c vivif2 --  cl tried    90327 cl shrink        0 lits rem          0 time: 0.02
1360.99/341.23	c asymm  cl-useful: 0/1895/1895 lits-rem:0 time: 0.09
1360.99/341.23	c calculated reachability. Time: 0.00
1360.99/341.23	c  N st    78   1710703       437      1895         0     90327      5760   1268715   no data   no data
1743.54/437.16	c  N st    79   2079667       437      1895         0    102820      5760   1521265   no data   no data
1886.34/472.99	c  N st    80   2210704       437      1895         0    106765      5760   1561531   no data   no data
1886.34/472.99	c  S st    80   2210704       437      1895         0    106765      5760   1561531   no data   no data
1887.93/473.36	c  S st    80   2211212       437      1895         0    107272      5760   1572762   no data   no data
1887.93/473.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1888.33/473.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1888.33/473.41	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1888.33/473.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1888.33/473.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1888.33/473.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
1888.33/473.41	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1888.33/473.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1888.33/473.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1913.86/479.86	c lits-rem:       910  cl-subs:     6353  v-elim:      0  v-fix:    0  time:  6.37 s
1913.86/479.86	c vivif2 --  cl tried     1895 cl shrink        0 lits rem          0 time: 0.00
1913.86/479.88	c vivif2 --  cl tried   100919 cl shrink        0 lits rem          0 time: 0.02
1914.26/479.98	c asymm  cl-useful: 0/1895/1895 lits-rem:0 time: 0.10
1914.26/479.98	c calculated reachability. Time: 0.00
1914.26/479.98	c  N st    80   2211212       437      1895         0    100919      5760   1441677   no data   no data
2523.77/632.74	c  N st    81   2711213       437      1895         0    124125      5760   1890549   no data   no data
2523.77/632.74	c  S st    81   2711213       437      1895         0    124125      5760   1890549   no data   no data
2525.77/633.22	c  S st    81   2711717       437      1895         0    124629      5760   1901784   no data   no data
2525.77/633.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2525.77/633.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2525.77/633.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2525.77/633.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2525.77/633.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2525.77/633.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
2525.77/633.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2526.17/633.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2526.17/633.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2581.60/647.27	c lits-rem:      1842  cl-subs:    10886  v-elim:      0  v-fix:    0  time: 13.89 s
2581.60/647.27	c vivif2 --  cl tried     1895 cl shrink        0 lits rem          0 time: 0.00
2581.60/647.29	c vivif2 --  cl tried   113743 cl shrink        0 lits rem          0 time: 0.03
2582.40/647.41	c asymm  cl-useful: 0/1895/1895 lits-rem:0 time: 0.12
2582.40/647.41	c calculated reachability. Time: 0.00
2582.40/647.41	c  N st    81   2711717       437      1895         0    113743      5760   1672130   no data   no data
3272.89/820.51	c  N st    82   3211717       437      1895         0     89852      5760    999409   no data   no data
3272.89/820.51	c  S st    82   3211717       437      1895         0     89852      5760    999409   no data   no data
3274.08/820.87	c  S st    82   3212224       437      1895         0     90358      5760   1010956   no data   no data
3274.08/820.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3274.48/820.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.05
3274.48/820.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3274.48/820.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3274.48/820.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3274.48/820.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
3274.48/820.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3274.48/820.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3274.48/820.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3280.86/822.54	c lits-rem:       195  cl-subs:     2605  v-elim:      0  v-fix:    0  time:  1.55 s
3280.86/822.54	c vivif2 --  cl tried     1895 cl shrink        0 lits rem          0 time: 0.00
3280.86/822.55	c vivif2 --  cl tried    87753 cl shrink        0 lits rem          0 time: 0.02
3281.26/822.66	c asymm  cl-useful: 0/1895/1895 lits-rem:0 time: 0.11
3281.26/822.66	c calculated reachability. Time: 0.00
3281.26/822.66	c  N st    82   3212224       437      1895         0     87753      5760    958619   no data   no data
4049.53/1015.30	c  N st    83   3712224       437      1895         0     98179      5760   1078507   no data   no data
4049.53/1015.30	c  S st    83   3712224       437      1895         0     98179      5760   1078507   no data   no data
4051.12/1015.63	c  S st    83   3712732       437      1895         0     98686      5760   1090195   no data   no data
4051.12/1015.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4051.12/1015.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
4051.12/1015.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4051.12/1015.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4051.12/1015.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4051.12/1015.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    437 time:  0.00 s
4051.12/1015.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4051.52/1015.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
4051.52/1015.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4057.91/1017.32	c lits-rem:       335  cl-subs:     4182  v-elim:      0  v-fix:    0  time:  1.58 s
4057.91/1017.32	c vivif2 --  cl tried     1895 cl shrink        0 lits rem          0 time: 0.00
4057.91/1017.34	c vivif2 --  cl tried    94504 cl shrink        0 lits rem          0 time: 0.02
4058.31/1017.43	c asymm  cl-useful: 0/1895/1895 lits-rem:0 time: 0.09
4058.31/1017.43	c calculated reachability. Time: 0.00
4058.31/1017.43	c  N st    83   3712732       437      1895         0     94504      5760   1012569   no data   no data
4116.94/1032.16	c  F st    84   3751562       437      1895         0    132167      5760   1920505   no data   no data
4116.94/1032.16	c  N st    84   3751562       437      1895         0    132167      5760   1920505   no data   no data
4129.70/1035.30	c Decided on static restart strategy
4179.16/1047.77	c  N st    94   3779869       437      1895         0    159593      5760   2533061   no data   no data
4232.62/1061.10	c  N st    96   3815861       437      1895         0    112287      5760   1384204   no data   no data
4294.05/1076.57	c  N st    97   3848255       437      1895         0    143806      5760   2081101   no data   no data
4379.80/1098.03	c  N st    98   3896843       437      1895         0    107480      5760   1242214   no data   no data
4498.67/1127.86	c  N st    99   3969725       437      1895         0     93876      5760    947358   no data   no data
4676.19/1172.33	c  N st   100   4079048       437      1895         0    114312      5760   1419701   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: 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-3366554-1305407647/watcher-3366554-1305407647 -o /tmp/evaluation-result-3366554-1305407647/solver-3366554-1305407647 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366554-1305407647.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.06 8.10 8.02 6/352 3574
/proc/meminfo: memFree=26247084/32951124 swapFree=53501236/67111528
[pid=3574] ppid=3572 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 652367290 52396032 348 33554432000 4194304 4580107 140734147379696 18446744073709551615 216634571761 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 12792 348 299 95 0 7774 0
[pid=3574/tid=3575] ppid=3572 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 652367290 52396032 352 33554432000 4194304 4580107 140734147379696 18446744073709551615 47869199062553 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652367290 52396032 352 33554432000 4194304 4580107 140734147379696 18446744073709551615 47869199062952 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652367291 52396032 352 33554432000 4194304 4580107 140734147379696 18446744073709551615 47869199062557 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.112921 s]
/proc/loadavg: 8.06 8.10 8.02 6/352 3574
/proc/meminfo: memFree=26247084/32951124 swapFree=53501236/67111528
[pid=3574] ppid=3572 vsize=282240 CPUtime=0.41 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 1617 0 0 0 41 0 0 0 18 0 4 0 652367290 289013760 1531 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 70560 1531 377 95 0 65542 0
[pid=3574/tid=3575] ppid=3572 vsize=282240 CPUtime=0.1 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 330 0 0 0 10 0 0 0 18 0 4 0 652367290 289013760 1531 33554432000 4194304 4580107 140734147379696 18446744073709551615 4293131 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=282240 CPUtime=0.09 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 288 0 0 0 9 0 0 0 25 0 4 0 652367290 289013760 1531 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=282240 CPUtime=0.1 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 270 0 0 0 10 0 0 0 18 0 4 0 652367291 289013760 1531 33554432000 4194304 4580107 140734147379696 18446744073709551615 4293134 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282240

[startup+0.200906 s]
/proc/loadavg: 8.06 8.10 8.02 6/352 3574
/proc/meminfo: memFree=26247084/32951124 swapFree=53501236/67111528
[pid=3574] ppid=3572 vsize=283492 CPUtime=0.77 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 2176 0 0 0 77 0 0 0 18 0 4 0 652367290 290295808 1564 33554432000 4194304 4580107 140734147379696 18446744073709551615 4295838 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 70873 1564 377 95 0 65855 0
[pid=3574/tid=3575] ppid=3572 vsize=283492 CPUtime=0.19 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 465 0 0 0 19 0 0 0 18 0 4 0 652367290 290295808 1564 33554432000 4194304 4580107 140734147379696 18446744073709551615 4293198 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=283492 CPUtime=0.18 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 428 0 0 0 18 0 0 0 25 0 4 0 652367290 290295808 1564 33554432000 4194304 4580107 140734147379696 18446744073709551615 4293698 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=283492 CPUtime=0.19 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 411 0 0 0 19 0 0 0 18 0 4 0 652367291 290295808 1564 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283492

[startup+0.300888 s]
/proc/loadavg: 8.06 8.10 8.02 6/352 3574
/proc/meminfo: memFree=26247084/32951124 swapFree=53501236/67111528
[pid=3574] ppid=3572 vsize=283680 CPUtime=1.16 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 2560 0 0 0 116 0 0 0 18 0 4 0 652367290 290488320 1948 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 70920 1948 377 95 0 65902 0
[pid=3574/tid=3575] ppid=3572 vsize=283680 CPUtime=0.29 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 564 0 0 0 29 0 0 0 18 0 4 0 652367290 290488320 1948 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294418 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=283680 CPUtime=0.28 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 513 0 0 0 28 0 0 0 25 0 4 0 652367290 290488320 1948 33554432000 4194304 4580107 140734147379696 18446744073709551615 4293170 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=283680 CPUtime=0.29 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 520 0 0 0 29 0 0 0 18 0 4 0 652367291 290488320 1948 33554432000 4194304 4580107 140734147379696 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 283680

[startup+0.700818 s]
/proc/loadavg: 8.06 8.10 8.02 6/352 3574
/proc/meminfo: memFree=26247084/32951124 swapFree=53501236/67111528
[pid=3574] ppid=3572 vsize=284528 CPUtime=2.77 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 4030 0 0 0 276 1 0 0 18 0 4 0 652367290 291356672 2627 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 71132 2627 377 95 0 66114 0
[pid=3574/tid=3575] ppid=3572 vsize=284528 CPUtime=0.69 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 934 0 0 0 69 0 0 0 18 0 4 0 652367290 291356672 2627 33554432000 4194304 4580107 140734147379696 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=284528 CPUtime=0.68 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 879 0 0 0 68 0 0 0 25 0 4 0 652367290 291356672 2627 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=284528 CPUtime=0.69 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 886 0 0 0 69 0 0 0 18 0 4 0 652367291 291356672 2627 33554432000 4194304 4580107 140734147379696 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284528

[startup+1.50068 s]
/proc/loadavg: 8.21 8.13 8.03 10/356 3578
/proc/meminfo: memFree=26228452/32951124 swapFree=53501236/67111528
[pid=3574] ppid=3572 vsize=285924 CPUtime=5.94 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 8122 0 0 0 593 1 0 0 20 0 4 0 652367290 292786176 4277 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294530 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 71481 4277 379 95 0 66463 0
[pid=3574/tid=3575] ppid=3572 vsize=285924 CPUtime=1.48 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 1618 0 0 0 148 0 0 0 20 0 4 0 652367290 292786176 4277 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=285924 CPUtime=1.47 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 1596 0 0 0 147 0 0 0 25 0 4 0 652367290 292786176 4278 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=285924 CPUtime=1.49 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 1602 0 0 0 149 0 0 0 20 0 4 0 652367291 292786176 4278 33554432000 4194304 4580107 140734147379696 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.94
Current children cumulated vsize (KiB) 285924

[startup+3.1004 s]
/proc/loadavg: 8.21 8.13 8.03 9/356 3578
/proc/meminfo: memFree=26192860/32951124 swapFree=53501236/67111528
[pid=3574] ppid=3572 vsize=281680 CPUtime=12.33 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 16645 0 0 0 1230 3 0 0 25 0 4 0 652367290 288440320 8843 33554432000 4194304 4580107 140734147379696 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 70420 8843 379 95 0 65402 0
[pid=3574/tid=3575] ppid=3572 vsize=281680 CPUtime=3.07 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 3691 0 0 0 307 0 0 0 25 0 4 0 652367290 288440320 8843 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=281680 CPUtime=3.05 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 4430 0 0 0 305 0 0 0 25 0 4 0 652367290 288440320 8843 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=281680 CPUtime=3.08 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 3921 0 0 0 308 0 0 0 25 0 4 0 652367291 288440320 8843 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 281680

[startup+6.30084 s]
/proc/loadavg: 8.20 8.13 8.03 9/356 3578
/proc/meminfo: memFree=26161740/32951124 swapFree=53501236/67111528
[pid=3574] ppid=3572 vsize=288624 CPUtime=25.1 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 25306 0 0 0 2505 5 0 0 25 0 4 0 652367290 295550976 12295 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294692 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 72156 12295 379 95 0 67138 0
[pid=3574/tid=3575] ppid=3572 vsize=288624 CPUtime=6.28 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 6745 0 0 0 627 1 0 0 25 0 4 0 652367290 295550976 12295 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=288624 CPUtime=6.22 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 6894 0 0 0 621 1 0 0 25 0 4 0 652367290 295550976 12295 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=288624 CPUtime=6.28 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 5113 0 0 0 628 0 0 0 25 0 4 0 652367291 295550976 12295 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 288624

[startup+12.7007 s]
/proc/loadavg: 8.18 8.12 8.03 9/356 3578
/proc/meminfo: memFree=26107556/32951124 swapFree=53501236/67111528
[pid=3574] ppid=3572 vsize=302344 CPUtime=50.63 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 40719 0 0 0 5056 7 0 0 25 0 4 0 652367290 309600256 19628 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 75586 19628 379 95 0 70568 0
[pid=3574/tid=3575] ppid=3572 vsize=302344 CPUtime=12.68 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 10262 0 0 0 1267 1 0 0 25 0 4 0 652367290 309600256 19628 33554432000 4194304 4580107 140734147379696 18446744073709551615 4321646 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=302344 CPUtime=12.55 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 9659 0 0 0 1253 2 0 0 25 0 4 0 652367290 309600256 19628 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=302344 CPUtime=12.68 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 9450 0 0 0 1267 1 0 0 25 0 4 0 652367291 309600256 19628 33554432000 4194304 4580107 140734147379696 18446744073709551615 4293904 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 302344

[startup+25.5005 s]
/proc/loadavg: 8.21 8.13 8.03 9/356 3579
/proc/meminfo: memFree=26061924/32951124 swapFree=53501236/67111528
[pid=3574] ppid=3572 vsize=322104 CPUtime=101.68 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 58732 0 0 0 10157 11 0 0 25 0 4 0 652367290 329834496 26149 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 80526 26149 379 95 0 75508 0
[pid=3574/tid=3575] ppid=3572 vsize=322104 CPUtime=25.47 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 13938 0 0 0 2546 1 0 0 25 0 4 0 652367290 329834496 26149 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=322104 CPUtime=25.2 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 14555 0 0 0 2517 3 0 0 25 0 4 0 652367290 329834496 26150 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=322104 CPUtime=25.48 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 13776 0 0 0 2546 2 0 0 25 0 4 0 652367291 329834496 26150 33554432000 4194304 4580107 140734147379696 18446744073709551615 4489273 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 322104

[startup+51.101 s]
/proc/loadavg: 8.20 8.14 8.03 9/356 3579
/proc/meminfo: memFree=26017412/32951124 swapFree=53501236/67111528
[pid=3574] ppid=3572 vsize=323680 CPUtime=203.8 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 81981 0 0 0 20363 17 0 0 25 0 4 0 652367290 331448320 31439 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 80920 31439 379 95 0 75902 0
[pid=3574/tid=3575] ppid=3572 vsize=323680 CPUtime=51.07 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 16229 0 0 0 5105 2 0 0 25 0 4 0 652367290 331448320 31439 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=323680 CPUtime=50.53 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 22630 0 0 0 5048 5 0 0 25 0 4 0 652367290 331448320 31439 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=323680 CPUtime=51.08 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 21256 0 0 0 5103 5 0 0 25 0 4 0 652367291 331448320 31439 33554432000 4194304 4580107 140734147379696 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.8
Current children cumulated vsize (KiB) 323680

[startup+102.301 s]
/proc/loadavg: 8.20 8.15 8.04 9/356 3581
/proc/meminfo: memFree=25960588/32951124 swapFree=53501236/67111528
[pid=3574] ppid=3572 vsize=334936 CPUtime=408.05 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 122348 0 0 0 40778 27 0 0 25 0 4 0 652367290 342974464 38653 33554432000 4194304 4580107 140734147379696 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 83734 38653 379 95 0 78716 0
[pid=3574/tid=3575] ppid=3572 vsize=334936 CPUtime=102.27 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 22293 0 0 0 10223 4 0 0 25 0 4 0 652367290 342974464 38657 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=334936 CPUtime=101.18 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 32659 0 0 0 10111 7 0 0 25 0 4 0 652367290 342974464 38657 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=334936 CPUtime=102.3 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 35530 0 0 0 10222 8 0 0 25 0 4 0 652367291 342974464 38657 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.05
Current children cumulated vsize (KiB) 334936

[startup+162.3 s]

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

[pid=3574] ppid=3572 vsize=560892 CPUtime=2801.39 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 405626 0 0 0 280003 136 0 0 25 0 4 0 652367290 574353408 89833 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294356 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 140223 89833 379 95 0 135205 0
[pid=3574/tid=3575] ppid=3572 vsize=560892 CPUtime=702.17 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 66747 0 0 0 70197 20 0 0 25 0 4 0 652367290 574353408 89833 33554432000 4194304 4580107 140734147379696 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=560892 CPUtime=694.61 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 105335 0 0 0 69426 35 0 0 25 0 4 0 652367290 574353408 89833 33554432000 4194304 4580107 140734147379696 18446744073709551615 4322524 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=560892 CPUtime=702.3 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 120579 0 0 0 70189 41 0 0 25 0 4 0 652367291 574353408 89833 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2801.39
Current children cumulated vsize (KiB) 560892

[startup+762.301 s]
/proc/loadavg: 8.13 8.10 8.04 9/356 3598
/proc/meminfo: memFree=25564288/32951124 swapFree=53501236/67111528
[pid=3574] ppid=3572 vsize=561172 CPUtime=3040.76 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 427491 0 0 0 303930 146 0 0 25 0 4 0 652367290 574640128 94118 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 140293 94118 379 95 0 135275 0
[pid=3574/tid=3575] ppid=3572 vsize=561172 CPUtime=762.17 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 69743 0 0 0 76196 21 0 0 25 0 4 0 652367290 574640128 94028 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=561172 CPUtime=753.97 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 110180 0 0 0 75359 38 0 0 25 0 4 0 652367290 574640128 94028 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=561172 CPUtime=762.3 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 128772 0 0 0 76187 43 0 0 25 0 4 0 652367291 574640128 94028 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3040.76
Current children cumulated vsize (KiB) 561172

[startup+822.3 s]
/proc/loadavg: 8.22 8.12 8.05 9/356 3603
/proc/meminfo: memFree=25495688/32951124 swapFree=53501236/67111528
[pid=3574] ppid=3572 vsize=561332 CPUtime=3280.06 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 444820 0 0 0 327850 156 0 0 25 0 4 0 652367290 574803968 101041 33554432000 4194304 4580107 140734147379696 18446744073709551615 4415779 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 140333 101041 379 95 0 135315 0
[pid=3574/tid=3575] ppid=3572 vsize=561332 CPUtime=822.15 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 72385 0 0 0 82192 23 0 0 25 0 4 0 652367290 574803968 101041 33554432000 4194304 4580107 140734147379696 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=561332 CPUtime=813.3 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 114178 0 0 0 81289 41 0 0 25 0 4 0 652367290 574803968 101041 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=561332 CPUtime=822.3 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 134525 0 0 0 82183 47 0 0 25 0 4 0 652367291 574803968 101041 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3280.06
Current children cumulated vsize (KiB) 561332

[startup+882.313 s]
/proc/loadavg: 8.24 8.14 8.06 9/356 3604
/proc/meminfo: memFree=25489708/32951124 swapFree=53501236/67111528
[pid=3574] ppid=3572 vsize=627060 CPUtime=3519.44 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 465359 0 0 0 351777 167 0 0 25 0 4 0 652367290 642109440 100316 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 156765 100316 379 95 0 151747 0
[pid=3574/tid=3575] ppid=3572 vsize=627060 CPUtime=882.15 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 77563 0 0 0 88190 25 0 0 25 0 4 0 652367290 642109440 100316 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=627060 CPUtime=872.64 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 120004 0 0 0 87221 43 0 0 25 0 4 0 652367290 642109440 100316 33554432000 4194304 4580107 140734147379696 18446744073709551615 4406451 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=627060 CPUtime=882.31 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 142302 0 0 0 88180 51 0 0 25 0 4 0 652367291 642109440 100316 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3519.44
Current children cumulated vsize (KiB) 627060

[startup+942.301 s]
/proc/loadavg: 8.16 8.13 8.06 9/356 3606
/proc/meminfo: memFree=25453468/32951124 swapFree=53501236/67111528
[pid=3574] ppid=3572 vsize=565536 CPUtime=3758.74 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 483927 0 0 0 375699 175 0 0 25 0 4 0 652367290 579108864 99011 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294581 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 141384 99011 379 95 0 136366 0
[pid=3574/tid=3575] ppid=3572 vsize=565536 CPUtime=942.13 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 81550 0 0 0 94187 26 0 0 25 0 4 0 652367290 579108864 99011 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=565536 CPUtime=931.99 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 122343 0 0 0 93154 45 0 0 25 0 4 0 652367290 579108864 99011 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=565536 CPUtime=942.3 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 148775 0 0 0 94176 54 0 0 25 0 4 0 652367291 579108864 99011 33554432000 4194304 4580107 140734147379696 18446744073709551615 4320772 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3758.74
Current children cumulated vsize (KiB) 565536

[startup+1002.3 s]
/proc/loadavg: 8.12 8.12 8.06 9/356 3608
/proc/meminfo: memFree=25426012/32951124 swapFree=53501236/67111528
[pid=3574] ppid=3572 vsize=618452 CPUtime=3998.06 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 497075 0 0 0 399625 181 0 0 25 0 4 0 652367290 633294848 105970 33554432000 4194304 4580107 140734147379696 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 154613 105970 379 95 0 149595 0
[pid=3574/tid=3575] ppid=3572 vsize=618452 CPUtime=1002.12 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 83186 0 0 0 100185 27 0 0 25 0 4 0 652367290 633294848 105970 33554432000 4194304 4580107 140734147379696 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=618452 CPUtime=991.33 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 126929 0 0 0 99087 46 0 0 25 0 4 0 652367290 633294848 105970 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=618452 CPUtime=1002.3 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 152950 0 0 0 100174 56 0 0 25 0 4 0 652367291 633294848 105970 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 3998.06
Current children cumulated vsize (KiB) 618452

[startup+1062.3 s]
/proc/loadavg: 8.11 8.11 8.06 9/356 3609
/proc/meminfo: memFree=25456368/32951124 swapFree=53501236/67111528
[pid=3574] ppid=3572 vsize=573612 CPUtime=4237.41 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 511995 0 0 0 423553 188 0 0 25 0 4 0 652367290 587378688 98306 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 143403 98306 379 95 0 138385 0
[pid=3574/tid=3575] ppid=3572 vsize=573612 CPUtime=1062.11 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 88236 0 0 0 106181 30 0 0 25 0 4 0 652367290 587378688 98306 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=573612 CPUtime=1050.68 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 128021 0 0 0 105021 47 0 0 25 0 4 0 652367290 587378688 98306 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=573612 CPUtime=1062.31 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 158164 0 0 0 106173 58 0 0 25 0 4 0 652367291 587378688 98306 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4237.41
Current children cumulated vsize (KiB) 573612

[startup+1122.3 s]
/proc/loadavg: 8.09 8.10 8.06 9/356 3611
/proc/meminfo: memFree=25432408/32951124 swapFree=53501236/67111528
[pid=3574] ppid=3572 vsize=560960 CPUtime=4476.74 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 529854 0 0 0 447479 195 0 0 25 0 4 0 652367290 574423040 105800 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294639 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 140240 105800 379 95 0 135222 0
[pid=3574/tid=3575] ppid=3572 vsize=560960 CPUtime=1122.1 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 92376 0 0 0 112179 31 0 0 25 0 4 0 652367290 574423040 105800 33554432000 4194304 4580107 140734147379696 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=560960 CPUtime=1110.02 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 134019 0 0 0 110952 50 0 0 25 0 4 0 652367290 574423040 105800 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=560960 CPUtime=1122.31 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 162931 0 0 0 112171 60 0 0 25 0 4 0 652367291 574423040 105800 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4476.74
Current children cumulated vsize (KiB) 560960

[startup+1182.3 s]
/proc/loadavg: 8.09 8.10 8.06 9/356 3612
/proc/meminfo: memFree=25443896/32951124 swapFree=53501236/67111528
[pid=3574] ppid=3572 vsize=627516 CPUtime=4716.08 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 546882 0 0 0 471406 202 0 0 25 0 4 0 652367290 642576384 107265 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 156879 107265 379 95 0 151861 0
[pid=3574/tid=3575] ppid=3572 vsize=627516 CPUtime=1182.09 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 98009 0 0 0 118175 34 0 0 25 0 4 0 652367290 642576384 107265 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=627516 CPUtime=1169.37 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 139613 0 0 0 116886 51 0 0 25 0 4 0 652367290 642576384 107265 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=627516 CPUtime=1182.3 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 165423 0 0 0 118170 60 0 0 25 0 4 0 652367291 642576384 107265 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4716.08
Current children cumulated vsize (KiB) 627516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.4 s]
/proc/loadavg: 8.06 8.09 8.06 6/351 3614
/proc/meminfo: memFree=25823612/32951124 swapFree=53501236/67111528
[pid=3574] ppid=3572 vsize=574964 CPUtime=4800.3 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 551312 0 0 0 479826 204 0 0 25 0 4 0 652367290 588763136 105800 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 143741 105800 379 95 0 138723 0
[pid=3574/tid=3575] ppid=3572 vsize=574964 CPUtime=1203.21 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 98918 0 0 0 120287 34 0 0 25 0 4 0 652367290 588763136 105801 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=574964 CPUtime=1190.25 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 140785 0 0 0 118973 52 0 0 25 0 4 0 652367290 588763136 105801 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=574964 CPUtime=1203.43 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 166628 0 0 0 120282 61 0 0 25 0 4 0 652367291 588763136 105801 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 574964

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

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

[startup+1203.4 s]
/proc/loadavg: 8.06 8.09 8.06 6/351 3614
/proc/meminfo: memFree=25823612/32951124 swapFree=53501236/67111528
[pid=3574] ppid=3572 vsize=574964 CPUtime=4800.3 cores=0,2,4,6
/proc/3574/stat : 3574 (strangenight2-m) R 3572 3574 3413 0 -1 4202496 551312 0 0 0 479826 204 0 0 25 0 4 0 652367290 588763136 105800 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/3574/statm: 143741 105800 379 95 0 138723 0
[pid=3574/tid=3575] ppid=3572 vsize=574964 CPUtime=1203.21 cores=0,2,4,6
/proc/3574/task/3575/stat : 3575 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 98918 0 0 0 120287 34 0 0 25 0 4 0 652367290 588763136 105801 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3574/tid=3576] ppid=3572 vsize=574964 CPUtime=1190.25 cores=0,2,4,6
/proc/3574/task/3576/stat : 3576 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 140785 0 0 0 118973 52 0 0 25 0 4 0 652367290 588763136 105801 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3574/tid=3577] ppid=3572 vsize=574964 CPUtime=1203.43 cores=0,2,4,6
/proc/3574/task/3577/stat : 3577 (strangenight2-m) R 3572 3574 3413 0 -1 4202560 166628 0 0 0 120282 61 0 0 25 0 4 0 652367291 588763136 105801 33554432000 4194304 4580107 140734147379696 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 574964

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1203.45
CPU time (s): 4800.37
CPU user time (s): 4798.31
CPU system time (s): 2.06469
CPU usage (%): 398.885
Max. virtual memory (cumulated for all children) (KiB): 679192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.31
system time used= 2.06469
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 551314
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= 207
involuntary context switches= 21579

runsolver used 3.75343 second user time and 9.44856 second system time

The end

Launcher Data

Begin job on node103 at 2011-05-14 23:14:07
IDJOB=3366554
IDBENCH=82963
IDSOLVER=1844
FILE ID=node103/3366554-1305407647
RUNJOBID= node103-1305406441-3433
PBS_JOBID= 13324513
Free space on /tmp= 72984 MiB

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

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

MD5SUM BENCH= afacdefc4a366ba0b827e7e74ce8af4c
RANDOM SEED=905585922

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26247364 kB
Buffers:        299116 kB
Cached:        3865296 kB
SwapCached:     340192 kB
Active:        1325672 kB
Inactive:      5109580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26247364 kB
SwapTotal:    67111528 kB
SwapFree:     53501236 kB
Dirty:           10940 kB
Writeback:          44 kB
AnonPages:     1941512 kB
Mapped:          11072 kB
Slab:           151492 kB
PageTables:      52692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 78376504 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= 72980 MiB
End job on node103 at 2011-05-14 23:34:12