Trace number 3174208

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt? (TO) 4800.43 1201.74

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v550-c2343-S1610857498-043.SATISFIABLE.cnf
MD5SUM0d600e03980bc39de7eca1909ca62db5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.006998
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of clauses2343
Sum of the clauses size7029
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32343
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3174208-1304115211.cnf'
0.00/0.00	c -- header says num vars:            550
0.00/0.00	c -- header says num clauses:        2343
0.00/0.00	c -- clauses added:            0 learnts,         2343 normals,            0 xors
0.00/0.00	c -- vars added        550
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       550      2343         0         0      7029         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2343/2343 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:    550 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     10  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     246 undec:      65 neg:     239
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       540      2333         0         0      7073         0   no data   no data
0.00/0.06	c Decided on static restart strategy
0.00/0.15	c  N st     8      4918       540      2333         0      4852      7073    119093   no data   no data
0.00/0.41	c  N st    10     11301       540      2333         0      4498      7073     81574   no data   no data
0.00/0.68	c  N st    11     17045       540      2333         0     10151      7073    230022   no data   no data
4.37/1.10	c  F st    12     25001       540      2333         0     12439      7073    283944   no data   no data
4.37/1.10	c  N st    12     25001       540      2333         0     12439      7073    283944   no data   no data
5.17/1.35	c Decided on static restart strategy
5.17/1.35	c  N st    18     30002       540      2333         0     10705      7073    209380   no data   no data
5.17/1.35	c  S st    18     30002       540      2333         0     10705      7073    209380   no data   no data
5.17/1.38	c  S st    18     30505       540      2333         0     11206      7073    221050   no data   no data
5.17/1.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.17/1.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.17/1.38	c blocked clauses removed:       22 vars:      4 tried:         540 T: 0.00 s
5.17/1.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.17/1.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    536 time:  0.00 s
5.17/1.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.17/1.39	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.00 s
5.58/1.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.58/1.44	c lits-rem:       118  cl-subs:      357  v-elim:      0  v-fix:    0  time:  0.04 s
5.58/1.45	c asymm  cl-useful: 0/2310/2310 lits-rem:0 time: 0.01
5.58/1.45	c calculated reachability. Time: 0.00
5.58/1.45	c  N st    18     30505       535      2310         0     10835      7007    211014   no data   no data
7.19/1.86	c  N st    20     37617       535      2310         0     10066      7007    173724   no data   no data
8.77/2.25	c  N st    21     44016       535      2310         0     16345      7007    332024   no data   no data
9.17/2.37	c  S st    22     45758       535      2310         0      9292      7007    139156   no data   no data
9.17/2.39	c  S st    22     46258       535      2310         0      9790      7007    150885   no data   no data
9.17/2.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.17/2.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.57/2.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.57/2.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.57/2.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.57/2.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
9.57/2.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
9.57/2.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.57/2.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.57/2.41	c lits-rem:        51  cl-subs:       84  v-elim:      0  v-fix:    0  time:  0.01 s
9.57/2.41	c vivif2 --  cl tried     2310 cl shrink        0 lits rem          0 time: 0.00
9.57/2.42	c vivif2 --  cl tried     9706 cl shrink        0 lits rem          0 time: 0.00
9.57/2.42	c asymm  cl-useful: 0/2310/2310 lits-rem:0 time: 0.01
9.57/2.42	c calculated reachability. Time: 0.00
9.57/2.42	c  N st    22     46258       535      2310         0      9706      7007    148431   no data   no data
13.16/3.32	c  N st    23     60655       535      2310         0     14059      7007    255356   no data   no data
15.57/3.96	c  N st    24     69387       535      2310         0     11850      7007    187894   no data   no data
15.57/3.96	c  S st    24     69387       535      2310         0     11850      7007    187894   no data   no data
15.57/4.00	c  S st    24     69890       535      2310         0     12353      7007    200062   no data   no data
15.57/4.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.98/4.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.98/4.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.98/4.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.98/4.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.98/4.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
15.98/4.00	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
15.98/4.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.98/4.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.98/4.04	c lits-rem:        42  cl-subs:      178  v-elim:      0  v-fix:    0  time:  0.02 s
15.98/4.04	c vivif2 --  cl tried     2310 cl shrink        0 lits rem          0 time: 0.00
15.98/4.04	c vivif2 --  cl tried    12175 cl shrink        0 lits rem          0 time: 0.00
15.98/4.05	c asymm  cl-useful: 0/2310/2310 lits-rem:0 time: 0.01
15.98/4.05	c calculated reachability. Time: 0.00
15.98/4.05	c  N st    24     69890       535      2310         0     12175      7007    194850   no data   no data
21.15/5.38	c  F st    25     87500       535      2310         0     17624      7007    332592   no data   no data
21.15/5.38	c  N st    25     87500       535      2310         0     17624      7007    332592   no data   no data
22.75/5.78	c Decided on static restart strategy
23.95/6.04	c  N st    32     95539       535      2310         0     25531      7007    534186   no data   no data
26.74/6.73	c  N st    34    104835       535      2310         0     21961      7007    414304   no data   no data
26.74/6.73	c  S st    34    104835       535      2310         0     21961      7007    414304   no data   no data
26.74/6.78	c  S st    34    105338       535      2310         0     22463      7007    426500   no data   no data
26.74/6.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.74/6.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
26.74/6.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.74/6.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
26.74/6.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.74/6.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
26.74/6.79	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
27.14/6.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
27.14/6.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.55/6.97	c lits-rem:       130  cl-subs:      693  v-elim:      0  v-fix:    0  time:  0.16 s
27.55/6.97	c vivif2 --  cl tried     2310 cl shrink        0 lits rem          0 time: 0.00
27.55/6.97	c vivif2 --  cl tried    21770 cl shrink        0 lits rem          0 time: 0.00
27.55/6.99	c asymm  cl-useful: 0/2310/2310 lits-rem:0 time: 0.01
27.55/6.99	c calculated reachability. Time: 0.00
27.55/6.99	c  N st    34    105338       535      2310         0     21770      7007    405542   no data   no data
31.14/7.82	c  N st    35    114936       535      2310         0     17470      7007    268792   no data   no data
36.73/9.26	c  N st    36    129334       535      2310         0     16836      7007    235891   no data   no data
44.32/11.15	c  N st    37    150930       535      2310         0     22328      7007    353953   no data   no data
47.14/11.89	c  S st    38    158008       535      2310         0     29211      7007    515067   no data   no data
47.51/11.96	c  S st    38    158509       535      2310         0     29712      7007    527044   no data   no data
47.51/11.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.51/11.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
47.51/11.97	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.51/11.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.51/11.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.51/11.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
47.51/11.97	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
47.51/11.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
47.51/11.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.52/12.41	c lits-rem:       252  cl-subs:     1723  v-elim:      0  v-fix:    0  time:  0.41 s
49.52/12.41	c vivif2 --  cl tried     2310 cl shrink        0 lits rem          0 time: 0.00
49.52/12.41	c vivif2 --  cl tried    27989 cl shrink        0 lits rem          0 time: 0.01
49.52/12.43	c asymm  cl-useful: 0/2310/2310 lits-rem:0 time: 0.02
49.52/12.43	c calculated reachability. Time: 0.00
49.52/12.43	c  N st    38    158509       535      2310         0     27989      7007    488171   no data   no data
69.11/17.32	c  N st    39    207097       535      2310         0     22762      7007    328990   no data   no data
81.47/20.49	c  N st    40    237763       535      2310         0     33187      7007    586986   no data   no data
81.47/20.49	c  S st    40    237763       535      2310         0     33187      7007    586986   no data   no data
81.89/20.58	c  S st    40    238265       535      2310         0     33689      7007    598207   no data   no data
81.89/20.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.89/20.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
81.89/20.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.89/20.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.89/20.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.89/20.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
81.89/20.59	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
82.29/20.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
82.29/20.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
84.26/21.11	c lits-rem:       280  cl-subs:     1485  v-elim:      0  v-fix:    0  time:  0.49 s
84.26/21.11	c vivif2 --  cl tried     2310 cl shrink        0 lits rem          0 time: 0.00
84.26/21.12	c vivif2 --  cl tried    32204 cl shrink        0 lits rem          0 time: 0.01
84.26/21.14	c asymm  cl-useful: 0/2310/2310 lits-rem:0 time: 0.02
84.26/21.14	c calculated reachability. Time: 0.00
84.26/21.14	c  N st    40    238265       535      2310         0     32204      7007    561948   no data   no data
114.22/28.61	c  F st    41    306250       535      2310         0     34066      7007    571353   no data   no data
114.22/28.62	c  N st    41    306250       535      2310         0     34066      7007    571353   no data   no data
116.62/29.28	c Decided on static restart strategy
127.41/31.98	c  N st    51    334556       535      2310         0     38355      7007    657824   no data   no data
139.79/35.05	c  N st    53    357397       535      2310         0     36320      7007    571404   no data   no data
139.79/35.05	c  S st    53    357397       535      2310         0     36320      7007    571404   no data   no data
140.19/35.14	c  S st    53    357899       535      2310         0     36820      7007    583488   no data   no data
140.19/35.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
140.19/35.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
140.19/35.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
140.19/35.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
140.19/35.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.19/35.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
140.19/35.15	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
140.19/35.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
140.19/35.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
141.39/35.47	c lits-rem:       312  cl-subs:     1021  v-elim:      0  v-fix:    0  time:  0.28 s
141.39/35.47	c vivif2 --  cl tried     2310 cl shrink        0 lits rem          0 time: 0.00
141.39/35.47	c vivif2 --  cl tried    35799 cl shrink        0 lits rem          0 time: 0.01
141.79/35.50	c asymm  cl-useful: 0/2310/2310 lits-rem:0 time: 0.02
141.79/35.50	c calculated reachability. Time: 0.00
141.79/35.50	c  N st    53    357899       535      2310         0     35799      7007    558812   no data   no data
160.16/40.12	c  N st    54    390292       535      2310         0     42040      7007    694580   no data   no data
190.12/47.61	c  N st    55    438880       535      2310         0     35801      7007    512035   no data   no data
230.87/57.86	c  N st    56    511762       535      2310         0     49182      7007    821982   no data   no data
245.65/61.56	c  N st    57    536852       535      2310         0     43482      7007    682053   no data   no data
245.65/61.56	c  S st    57    536852       535      2310         0     43482      7007    682053   no data   no data
246.05/61.66	c  S st    57    537357       535      2310         0     43985      7007    694476   no data   no data
246.05/61.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
246.05/61.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
246.05/61.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
246.05/61.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
246.05/61.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
246.05/61.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
246.05/61.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
246.05/61.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
246.45/61.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
248.86/62.32	c lits-rem:       318  cl-subs:     1405  v-elim:      0  v-fix:    0  time:  0.61 s
248.86/62.32	c vivif2 --  cl tried     2310 cl shrink        0 lits rem          0 time: 0.00
248.86/62.33	c vivif2 --  cl tried    42580 cl shrink        0 lits rem          0 time: 0.01
248.86/62.36	c asymm  cl-useful: 0/2310/2310 lits-rem:0 time: 0.03
248.86/62.36	c calculated reachability. Time: 0.00
248.86/62.36	c  N st    57    537357       535      2310         0     42580      7007    653136   no data   no data
359.89/90.17	c  N st    58    701344       535      2310         0     36739      7007    406945   no data   no data
444.58/111.34	c  N st    59    806035       535      2310         0     65671      7007   1131572   no data   no data
444.58/111.34	c  S st    59    806035       535      2310         0     65671      7007   1131572   no data   no data
445.38/111.51	c  S st    59    806538       535      2310         0     66173      7007   1144094   no data   no data
445.38/111.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
445.38/111.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
445.38/111.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
445.38/111.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
445.38/111.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
445.38/111.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
445.38/111.54	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
445.38/111.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
445.38/111.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
457.77/114.69	c lits-rem:       515  cl-subs:     4089  v-elim:      0  v-fix:    0  time:  3.10 s
457.77/114.69	c vivif2 --  cl tried     2310 cl shrink        0 lits rem          0 time: 0.00
458.17/114.70	c vivif2 --  cl tried    62084 cl shrink        0 lits rem          0 time: 0.01
458.17/114.76	c asymm  cl-useful: 0/2310/2310 lits-rem:0 time: 0.05
458.17/114.76	c calculated reachability. Time: 0.00
458.17/114.76	c  N st    59    806538       535      2310         0     62084      7007   1039578   no data   no data
678.67/169.91	c  F st    60   1071876       535      2310         0     77838      7007   1354642   no data   no data
678.67/169.92	c  N st    60   1071876       535      2310         0     77838      7007   1354642   no data   no data
684.66/171.45	c Decided on static restart strategy
703.84/176.23	c  N st    70   1100179       535      2310         0     61682      7007    895004   no data   no data
738.19/184.87	c  N st    72   1136174       535      2310         0     52093      7007    628938   no data   no data
766.95/192.00	c  N st    73   1168569       535      2310         0     83748      7007   1442901   no data   no data
808.10/202.33	c  N st    74   1209809       535      2310         0     78105      7007   1323959   no data   no data
808.10/202.33	c  S st    74   1209809       535      2310         0     78105      7007   1323959   no data   no data
808.90/202.57	c  S st    74   1210316       535      2310         0     78610      7007   1336615   no data   no data
808.90/202.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
809.30/202.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.04
809.30/202.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
809.30/202.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
809.30/202.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
809.30/202.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
809.30/202.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
809.30/202.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
809.30/202.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
824.08/206.34	c lits-rem:       593  cl-subs:     3263  v-elim:      0  v-fix:    0  time:  3.66 s
824.08/206.34	c vivif2 --  cl tried     2310 cl shrink        0 lits rem          0 time: 0.00
824.08/206.36	c vivif2 --  cl tried    75347 cl shrink        0 lits rem          0 time: 0.02
824.49/206.43	c asymm  cl-useful: 0/2310/2310 lits-rem:0 time: 0.07
824.49/206.43	c calculated reachability. Time: 0.00
824.49/206.43	c  N st    74   1210316       535      2310         0     75347      7007   1245047   no data   no data
900.36/225.48	c  N st    75   1283198       535      2310         0     51939      7007    575915   no data   no data
1010.22/252.90	c  N st    76   1392521       535      2310         0     59726      7007    724185   no data   no data
1173.20/293.71	c  N st    77   1556505       535      2310         0     64553      7007    815526   no data   no data
1340.18/335.50	c  N st    78   1710317       535      2310         0    106117      7007   1938573   no data   no data
1340.18/335.50	c  S st    78   1710317       535      2310         0    106117      7007   1938573   no data   no data
1341.38/335.85	c  S st    78   1710817       535      2310         0    106617      7007   1952417   no data   no data
1341.38/335.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1341.78/335.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1341.78/335.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1341.78/335.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1341.78/335.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1341.78/335.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
1341.78/335.91	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1341.78/335.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1342.18/336.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1406.10/352.02	c lits-rem:      1054  cl-subs:     8049  v-elim:      0  v-fix:    0  time: 16.03 s
1406.10/352.02	c vivif2 --  cl tried     2310 cl shrink        0 lits rem          0 time: 0.00
1406.10/352.05	c vivif2 --  cl tried    98568 cl shrink        0 lits rem          0 time: 0.02
1406.49/352.15	c asymm  cl-useful: 0/2310/2310 lits-rem:0 time: 0.10
1406.49/352.15	c calculated reachability. Time: 0.00
1406.49/352.15	c  N st    78   1710817       535      2310         0     98568      7007   1729929   no data   no data
1838.72/460.33	c  N st    79   2079781       535      2310         0    110679      7007   1978451   no data   no data
1999.30/500.55	c  N st    80   2210818       535      2310         0    114499      7007   2004578   no data   no data
1999.30/500.55	c  S st    80   2210818       535      2310         0    114499      7007   2004578   no data   no data
2000.90/500.96	c  S st    80   2211321       535      2310         0    115000      7007   2016738   no data   no data
2000.90/500.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2001.30/501.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
2001.30/501.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2001.30/501.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2001.30/501.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2001.30/501.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
2001.30/501.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2001.30/501.06	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
2001.70/501.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2064.81/516.94	c lits-rem:       788  cl-subs:     7933  v-elim:      0  v-fix:    0  time: 15.82 s
2064.81/516.94	c vivif2 --  cl tried     2310 cl shrink        0 lits rem          0 time: 0.00
2064.81/516.97	c vivif2 --  cl tried   107067 cl shrink        0 lits rem          0 time: 0.03
2065.21/517.08	c asymm  cl-useful: 0/2310/2310 lits-rem:0 time: 0.11
2065.21/517.08	c calculated reachability. Time: 0.00
2065.21/517.08	c  N st    80   2211321       535      2310         0    107067      7007   1805707   no data   no data
2697.17/675.22	c  N st    81   2711321       535      2310         0    129988      7007   2218550   no data   no data
2697.17/675.22	c  S st    81   2711321       535      2310         0    129988      7007   2218550   no data   no data
2698.76/675.69	c  S st    81   2711822       535      2310         0    130489      7007   2231432   no data   no data
2699.17/675.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2699.17/675.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.07
2699.17/675.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2699.17/675.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2699.17/675.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2699.17/675.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
2699.17/675.77	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2699.57/675.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2699.57/675.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2799.43/700.88	c lits-rem:       978  cl-subs:    14318  v-elim:      0  v-fix:    0  time: 25.01 s
2799.43/700.88	c vivif2 --  cl tried     2310 cl shrink        0 lits rem          0 time: 0.00
2799.83/700.91	c vivif2 --  cl tried   116171 cl shrink        0 lits rem          0 time: 0.03
2800.23/701.03	c asymm  cl-useful: 0/2310/2310 lits-rem:0 time: 0.12
2800.23/701.03	c calculated reachability. Time: 0.00
2800.23/701.03	c  N st    81   2711822       535      2310         0    116171      7007   1896982   no data   no data
3464.54/867.36	c  N st    82   3211822       535      2310         0     93049      7007   1188103   no data   no data
3464.54/867.36	c  S st    82   3211822       535      2310         0     93049      7007   1188103   no data   no data
3465.76/867.65	c  S st    82   3212325       535      2310         0     93551      7007   1201186   no data   no data
3465.76/867.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3466.14/867.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
3466.14/867.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3466.14/867.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3466.14/867.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3466.14/867.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
3466.14/867.70	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3466.14/867.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
3466.14/867.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3472.13/869.27	c lits-rem:       192  cl-subs:     2535  v-elim:      0  v-fix:    0  time:  1.51 s
3472.13/869.27	c vivif2 --  cl tried     2310 cl shrink        0 lits rem          0 time: 0.00
3472.13/869.29	c vivif2 --  cl tried    91016 cl shrink        0 lits rem          0 time: 0.02
3472.53/869.38	c asymm  cl-useful: 0/2310/2310 lits-rem:0 time: 0.09
3472.53/869.38	c calculated reachability. Time: 0.00
3472.53/869.38	c  N st    82   3212325       535      2310         0     91016      7007   1139763   no data   no data
4243.12/1062.27	c  N st    83   3712328       535      2310         0    101562      7007   1293545   no data   no data
4243.12/1062.27	c  S st    83   3712328       535      2310         0    101562      7007   1293545   no data   no data
4244.70/1062.67	c  S st    83   3712831       535      2310         0    102064      7007   1306162   no data   no data
4244.70/1062.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4245.10/1062.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.06
4245.10/1062.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4245.10/1062.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4245.10/1062.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4245.10/1062.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    535 time:  0.00 s
4245.10/1062.75	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4245.10/1062.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4245.50/1062.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4258.28/1066.06	c lits-rem:       348  cl-subs:     3111  v-elim:      0  v-fix:    0  time:  3.23 s
4258.28/1066.06	c vivif2 --  cl tried     2310 cl shrink        0 lits rem          0 time: 0.00
4258.28/1066.08	c vivif2 --  cl tried    98953 cl shrink        0 lits rem          0 time: 0.02
4259.08/1066.21	c asymm  cl-useful: 0/2310/2310 lits-rem:0 time: 0.13
4259.08/1066.21	c calculated reachability. Time: 0.00
4259.08/1066.21	c  N st    83   3712831       535      2310         0     98953      7007   1233060   no data   no data
4321.80/1081.96	c  F st    84   3751563       535      2310         0    136826      7007   2307883   no data   no data
4321.80/1081.96	c  N st    84   3751563       535      2310         0    136826      7007   2307883   no data   no data
4332.98/1084.76	c Decided on static restart strategy
4400.49/1101.65	c  N st    94   3779868       535      2310         0    164484      7007   3021325   no data   no data
4462.01/1117.05	c  N st    96   3815861       535      2310         0    116646      7007   1601081   no data   no data
4523.93/1132.54	c  N st    97   3848254       535      2310         0    148065      7007   2391399   no data   no data
4603.02/1152.32	c  N st    98   3896843       535      2310         0    111926      7007   1605919   no data   no data
4746.02/1188.12	c  N st    99   3969725       535      2310         0     98070      7007   1135256   no data   no data

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174208-1304115211/watcher-3174208-1304115211 -o /tmp/evaluation-result-3174208-1304115211/solver-3174208-1304115211 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174208-1304115211.cnf 

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

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


[startup+0 s]
/proc/loadavg: 6.94 7.87 7.97 4/176 19644
/proc/meminfo: memFree=27898952/32950928 swapFree=67111356/67111528
[pid=19644] ppid=19640 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 408 0 0 0 0 0 0 0 24 0 4 0 523120798 52441088 347 33554432000 4194304 4627427 140735756334416 18446744073709551615 47251558152114 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 12803 347 299 106 0 7774 0
[pid=19644/tid=19645] ppid=19640 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 523120799 52441088 347 33554432000 4194304 4627427 140735756334416 18446744073709551615 47251558152114 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 523120799 52441088 347 33554432000 4194304 4627427 140735756334416 18446744073709551615 47251558152108 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 523120799 52441088 347 33554432000 4194304 4627427 140735756334416 18446744073709551615 208080288753 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.856309 s]
/proc/loadavg: 6.94 7.87 7.97 4/176 19644
/proc/meminfo: memFree=27898952/32950928 swapFree=67111356/67111528
[pid=19644] ppid=19640 vsize=285712 CPUtime=3.4 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 5467 0 0 0 339 1 0 0 19 0 4 0 523120798 292569088 2647 33554432000 4194304 4627427 140735756334416 18446744073709551615 4327427 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 71428 2648 385 106 0 66399 0
[pid=19644/tid=19645] ppid=19640 vsize=285712 CPUtime=0.85 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 1257 0 0 0 85 0 0 0 25 0 4 0 523120799 292569088 2648 33554432000 4194304 4627427 140735756334416 18446744073709551615 4329868 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=285712 CPUtime=0.84 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 1337 0 0 0 84 0 0 0 25 0 4 0 523120799 292569088 2648 33554432000 4194304 4627427 140735756334416 18446744073709551615 4332607 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=285712 CPUtime=0.84 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 1201 0 0 0 84 0 0 0 19 0 4 0 523120799 292569088 2648 33554432000 4194304 4627427 140735756334416 18446744073709551615 4333184 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 285712

[startup+0.95629 s]
/proc/loadavg: 6.94 7.87 7.97 4/176 19644
/proc/meminfo: memFree=27898952/32950928 swapFree=67111356/67111528
[pid=19644] ppid=19640 vsize=285712 CPUtime=3.8 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 5763 0 0 0 379 1 0 0 19 0 4 0 523120798 292569088 2943 33554432000 4194304 4627427 140735756334416 18446744073709551615 208079893537 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 71428 2943 385 106 0 66399 0
[pid=19644/tid=19645] ppid=19640 vsize=285712 CPUtime=0.95 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 1327 0 0 0 95 0 0 0 25 0 4 0 523120799 292569088 2943 33554432000 4194304 4627427 140735756334416 18446744073709551615 4308408 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=285712 CPUtime=0.94 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 1413 0 0 0 94 0 0 0 25 0 4 0 523120799 292569088 2943 33554432000 4194304 4627427 140735756334416 18446744073709551615 4324721 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=285712 CPUtime=0.94 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 1275 0 0 0 94 0 0 0 19 0 4 0 523120799 292569088 2943 33554432000 4194304 4627427 140735756334416 18446744073709551615 4328355 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 285712

[startup+1.0003 s]
/proc/loadavg: 6.94 7.87 7.97 4/176 19644
/proc/meminfo: memFree=27898952/32950928 swapFree=67111356/67111528
[pid=19644] ppid=19640 vsize=285712 CPUtime=3.97 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 5864 0 0 0 396 1 0 0 19 0 4 0 523120798 292569088 3044 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 71428 3044 385 106 0 66399 0
[pid=19644/tid=19645] ppid=19640 vsize=285712 CPUtime=0.99 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 1350 0 0 0 99 0 0 0 25 0 4 0 523120799 292569088 3044 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=285712 CPUtime=0.99 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 1441 0 0 0 99 0 0 0 25 0 4 0 523120799 292569088 3044 33554432000 4194304 4627427 140735756334416 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=285712 CPUtime=0.99 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 1298 0 0 0 99 0 0 0 19 0 4 0 523120799 292569088 3044 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.97
Current children cumulated vsize (KiB) 285712

[startup+1.10029 s]
/proc/loadavg: 6.94 7.87 7.97 4/176 19644
/proc/meminfo: memFree=27898952/32950928 swapFree=67111356/67111528
[pid=19644] ppid=19640 vsize=285968 CPUtime=4.37 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 6174 0 0 0 436 1 0 0 19 0 4 0 523120798 292831232 3354 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309242 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 71492 3354 385 106 0 66463 0
[pid=19644/tid=19645] ppid=19640 vsize=285968 CPUtime=1.09 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 1425 0 0 0 109 0 0 0 25 0 4 0 523120799 292831232 3354 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=285968 CPUtime=1.09 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 1518 0 0 0 109 0 0 0 25 0 4 0 523120799 292831232 3354 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=285968 CPUtime=1.09 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 1375 0 0 0 109 0 0 0 19 0 4 0 523120799 292831232 3354 33554432000 4194304 4627427 140735756334416 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 285968

[startup+1.50119 s]
/proc/loadavg: 6.94 7.87 7.97 4/176 19644
/proc/meminfo: memFree=27898952/32950928 swapFree=67111356/67111528
[pid=19644] ppid=19640 vsize=291600 CPUtime=5.98 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 9018 0 0 0 596 2 0 0 20 0 4 0 523120798 298598400 4764 33554432000 4194304 4627427 140735756334416 18446744073709551615 4330199 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 72900 4764 389 106 0 67871 0
[pid=19644/tid=19645] ppid=19640 vsize=291600 CPUtime=1.49 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 1819 0 0 0 149 0 0 0 25 0 4 0 523120799 298598400 4764 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=291600 CPUtime=1.49 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 1897 0 0 0 149 0 0 0 25 0 4 0 523120799 298598400 4764 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=291600 CPUtime=1.49 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 1754 0 0 0 149 0 0 0 20 0 4 0 523120799 298598400 4764 33554432000 4194304 4627427 140735756334416 18446744073709551615 4308248 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 291600

[startup+3.10088 s]
/proc/loadavg: 6.94 7.87 7.97 9/184 19652
/proc/meminfo: memFree=27824076/32950928 swapFree=67111356/67111528
[pid=19644] ppid=19640 vsize=299040 CPUtime=12.36 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 18514 0 0 0 1233 3 0 0 25 0 4 0 523120798 306216960 9453 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309360 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 74760 9453 389 106 0 69731 0
[pid=19644/tid=19645] ppid=19640 vsize=299040 CPUtime=3.09 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 3979 0 0 0 309 0 0 0 25 0 4 0 523120799 306216960 9453 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=299040 CPUtime=3.09 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 5076 0 0 0 308 1 0 0 25 0 4 0 523120799 306216960 9453 33554432000 4194304 4627427 140735756334416 18446744073709551615 4308277 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=299040 CPUtime=3.07 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 4569 0 0 0 307 0 0 0 25 0 4 0 523120799 306216960 9453 33554432000 4194304 4627427 140735756334416 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 299040

[startup+6.30627 s]
/proc/loadavg: 7.02 7.87 7.97 10/184 19653
/proc/meminfo: memFree=27792204/32950928 swapFree=67111356/67111528
[pid=19644] ppid=19640 vsize=291480 CPUtime=25.16 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 29487 0 0 0 2511 5 0 0 25 0 4 0 523120798 298475520 13187 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 72870 13187 389 106 0 67841 0
[pid=19644/tid=19645] ppid=19640 vsize=291480 CPUtime=6.29 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 7462 0 0 0 628 1 0 0 25 0 4 0 523120799 298475520 13187 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=291480 CPUtime=6.29 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 8510 0 0 0 628 1 0 0 25 0 4 0 523120799 298475520 13188 33554432000 4194304 4627427 140735756334416 18446744073709551615 4506933 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=291480 CPUtime=6.26 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 6419 0 0 0 626 0 0 0 25 0 4 0 523120799 298475520 13188 33554432000 4194304 4627427 140735756334416 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 291480

[startup+12.7011 s]
/proc/loadavg: 7.10 7.87 7.97 10/184 19653
/proc/meminfo: memFree=27756404/32950928 swapFree=67111356/67111528
[pid=19644] ppid=19640 vsize=318188 CPUtime=50.71 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 46141 0 0 0 5063 8 0 0 25 0 4 0 523120798 325824512 19659 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 79547 19659 389 106 0 74518 0
[pid=19644/tid=19645] ppid=19640 vsize=318188 CPUtime=12.69 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 11296 0 0 0 1267 2 0 0 25 0 4 0 523120799 325824512 19659 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=318188 CPUtime=12.69 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 12006 0 0 0 1267 2 0 0 25 0 4 0 523120799 325824512 19659 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=318188 CPUtime=12.62 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 10786 0 0 0 1261 1 0 0 25 0 4 0 523120799 325824512 19659 33554432000 4194304 4627427 140735756334416 18446744073709551615 4308654 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 318188

[startup+25.5006 s]
/proc/loadavg: 7.30 7.88 7.97 9/184 19653
/proc/meminfo: memFree=27683748/32950928 swapFree=67111356/67111528
[pid=19644] ppid=19640 vsize=325324 CPUtime=101.84 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 71229 0 0 0 10171 13 0 0 25 0 4 0 523120798 333131776 28106 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 81331 28106 389 106 0 76302 0
[pid=19644/tid=19645] ppid=19640 vsize=325324 CPUtime=25.48 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 18275 0 0 0 2545 3 0 0 25 0 4 0 523120799 333131776 28106 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=325324 CPUtime=25.49 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 19000 0 0 0 2546 3 0 0 25 0 4 0 523120799 333131776 28106 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=325324 CPUtime=25.35 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 15450 0 0 0 2533 2 0 0 25 0 4 0 523120799 333131776 28106 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309119 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 325324

[startup+51.1007 s]
/proc/loadavg: 7.60 7.90 7.98 9/184 19654
/proc/meminfo: memFree=27627916/32950928 swapFree=67111356/67111528
[pid=19644] ppid=19640 vsize=332968 CPUtime=204.1 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 105557 0 0 0 20388 22 0 0 25 0 4 0 523120798 340959232 33040 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 83242 33040 389 106 0 78213 0
[pid=19644/tid=19645] ppid=19640 vsize=332968 CPUtime=51.08 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 27513 0 0 0 5103 5 0 0 25 0 4 0 523120799 340959232 33040 33554432000 4194304 4627427 140735756334416 18446744073709551615 4308654 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=332968 CPUtime=51.09 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 27119 0 0 0 5104 5 0 0 25 0 4 0 523120799 340959232 33040 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=332968 CPUtime=50.81 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 23545 0 0 0 5077 4 0 0 25 0 4 0 523120799 340959232 33040 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 332968

[startup+102.301 s]
/proc/loadavg: 7.95 7.95 7.99 9/184 19655
/proc/meminfo: memFree=27568244/32950928 swapFree=67111356/67111528
[pid=19644] ppid=19640 vsize=350060 CPUtime=408.63 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 157804 0 0 0 40824 39 0 0 25 0 4 0 523120798 358461440 42031 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 87515 42031 389 106 0 82486 0
[pid=19644/tid=19645] ppid=19640 vsize=350060 CPUtime=102.28 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 41386 0 0 0 10220 8 0 0 25 0 4 0 523120799 358461440 42031 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=350060 CPUtime=102.29 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 40831 0 0 0 10219 10 0 0 25 0 4 0 523120799 358461440 42031 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=350060 CPUtime=101.74 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 35886 0 0 0 10166 8 0 0 25 0 4 0 523120799 358461440 42031 33554432000 4194304 4627427 140735756334416 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 350060

[startup+162.301 s]

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

[pid=19644] ppid=19640 vsize=589576 CPUtime=2805.42 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 495784 0 0 0 280356 186 0 0 25 0 4 0 523120798 603725824 97655 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 147394 97655 389 106 0 142365 0
[pid=19644/tid=19645] ppid=19640 vsize=589576 CPUtime=702.29 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 130212 0 0 0 70180 49 0 0 25 0 4 0 523120799 603725824 97655 33554432000 4194304 4627427 140735756334416 18446744073709551615 4308362 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=589576 CPUtime=702.31 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 133367 0 0 0 70185 46 0 0 25 0 4 0 523120799 603725824 97655 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=589576 CPUtime=698.49 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 106953 0 0 0 69809 40 0 0 25 0 4 0 523120799 603725824 97655 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2805.42
Current children cumulated vsize (KiB) 589576

[startup+762.3 s]
/proc/loadavg: 8.09 8.07 8.01 10/184 19673
/proc/meminfo: memFree=27118144/32950928 swapFree=67111356/67111528
[pid=19644] ppid=19640 vsize=598824 CPUtime=3045.1 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 524370 0 0 0 304312 198 0 0 25 0 4 0 523120798 613195776 101333 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 149706 101341 389 106 0 144677 0
[pid=19644/tid=19645] ppid=19640 vsize=598824 CPUtime=762.3 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 136896 0 0 0 76178 52 0 0 25 0 4 0 523120799 613195776 101344 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=598824 CPUtime=762.32 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 141380 0 0 0 76183 49 0 0 25 0 4 0 523120799 613195776 101348 33554432000 4194304 4627427 140735756334416 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=598824 CPUtime=758.16 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 112696 0 0 0 75774 42 0 0 25 0 4 0 523120799 613195776 101352 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3045.1
Current children cumulated vsize (KiB) 598824

[startup+822.301 s]
/proc/loadavg: 8.06 8.07 8.01 9/184 19674
/proc/meminfo: memFree=27118104/32950928 swapFree=67111356/67111528
[pid=19644] ppid=19640 vsize=611724 CPUtime=3284.78 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 550090 0 0 0 328269 209 0 0 25 0 4 0 523120798 626405376 104785 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309160 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 152931 104785 389 106 0 147902 0
[pid=19644/tid=19645] ppid=19640 vsize=611724 CPUtime=822.3 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 144548 0 0 0 82174 56 0 0 25 0 4 0 523120799 626405376 104785 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=611724 CPUtime=822.32 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 148331 0 0 0 82179 53 0 0 25 0 4 0 523120799 626405376 104785 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=611724 CPUtime=817.84 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 116120 0 0 0 81742 42 0 0 25 0 4 0 523120799 626405376 104785 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3284.78
Current children cumulated vsize (KiB) 611724

[startup+882.3 s]
/proc/loadavg: 8.02 8.05 8.01 10/184 19676
/proc/meminfo: memFree=27061412/32950928 swapFree=67111356/67111528
[pid=19644] ppid=19640 vsize=613916 CPUtime=3524.45 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 576068 0 0 0 352227 218 0 0 25 0 4 0 523120798 628649984 110208 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 153479 110209 389 106 0 148450 0
[pid=19644/tid=19645] ppid=19640 vsize=613916 CPUtime=882.3 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 153267 0 0 0 88171 59 0 0 25 0 4 0 523120799 628649984 110209 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=613916 CPUtime=882.32 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 153415 0 0 0 88177 55 0 0 25 0 4 0 523120799 628649984 110210 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=613916 CPUtime=877.52 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 123711 0 0 0 87707 45 0 0 25 0 4 0 523120799 628649984 110210 33554432000 4194304 4627427 140735756334416 18446744073709551615 4420272 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3524.45
Current children cumulated vsize (KiB) 613916

[startup+942.301 s]
/proc/loadavg: 8.12 8.07 8.01 9/184 19678
/proc/meminfo: memFree=27036328/32950928 swapFree=67111356/67111528
[pid=19644] ppid=19640 vsize=614264 CPUtime=3764.16 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 600894 0 0 0 376187 229 0 0 25 0 4 0 523120798 629006336 111802 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 153566 111802 389 106 0 148537 0
[pid=19644/tid=19645] ppid=19640 vsize=614264 CPUtime=942.31 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 158317 0 0 0 94169 62 0 0 25 0 4 0 523120799 629006336 111802 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=614264 CPUtime=942.33 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 160796 0 0 0 94175 58 0 0 25 0 4 0 523120799 629006336 111802 33554432000 4194304 4627427 140735756334416 18446744073709551615 4420151 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=614264 CPUtime=937.2 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 129507 0 0 0 93673 47 0 0 25 0 4 0 523120799 629006336 111802 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3764.16
Current children cumulated vsize (KiB) 614264

[startup+1002.3 s]
/proc/loadavg: 8.12 8.07 8.01 9/184 19679
/proc/meminfo: memFree=27054024/32950928 swapFree=67111356/67111528
[pid=19644] ppid=19640 vsize=614736 CPUtime=4003.82 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 626821 0 0 0 400139 243 0 0 25 0 4 0 523120798 629489664 110153 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 153684 110153 389 106 0 148655 0
[pid=19644/tid=19645] ppid=19640 vsize=614736 CPUtime=1002.3 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 164907 0 0 0 100165 65 0 0 25 0 4 0 523120799 629489664 110153 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=614736 CPUtime=1002.32 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 167477 0 0 0 100171 61 0 0 25 0 4 0 523120799 629489664 110153 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=614736 CPUtime=996.86 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 135770 0 0 0 99636 50 0 0 25 0 4 0 523120799 629489664 110153 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4003.82
Current children cumulated vsize (KiB) 614736

[startup+1062.31 s]
/proc/loadavg: 8.11 8.07 8.01 9/184 19681
/proc/meminfo: memFree=26982444/32950928 swapFree=67111356/67111528
[pid=19644] ppid=19640 vsize=667096 CPUtime=4243.52 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 650432 0 0 0 424097 255 0 0 25 0 4 0 523120798 683106304 113361 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 166774 113361 389 106 0 161745 0
[pid=19644/tid=19645] ppid=19640 vsize=667096 CPUtime=1062.32 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 171482 0 0 0 106163 69 0 0 25 0 4 0 523120799 683106304 113361 33554432000 4194304 4627427 140735756334416 18446744073709551615 4420278 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=667096 CPUtime=1062.33 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 172699 0 0 0 106169 64 0 0 25 0 4 0 523120799 683106304 113361 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=667096 CPUtime=1056.54 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 141182 0 0 0 105601 53 0 0 25 0 4 0 523120799 683106304 113361 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4243.52
Current children cumulated vsize (KiB) 667096

[startup+1122.3 s]
/proc/loadavg: 8.10 8.07 8.01 9/184 19682
/proc/meminfo: memFree=26962452/32950928 swapFree=67111356/67111528
[pid=19644] ppid=19640 vsize=684120 CPUtime=4483.18 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 673943 0 0 0 448053 265 0 0 25 0 4 0 523120798 700538880 117713 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 171030 117713 389 106 0 166001 0
[pid=19644/tid=19645] ppid=19640 vsize=684120 CPUtime=1122.31 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 175994 0 0 0 112160 71 0 0 25 0 4 0 523120799 700538880 117713 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=684120 CPUtime=1122.33 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 178977 0 0 0 112166 67 0 0 25 0 4 0 523120799 700538880 117713 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=684120 CPUtime=1116.22 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 148960 0 0 0 111566 56 0 0 25 0 4 0 523120799 700538880 117713 33554432000 4194304 4627427 140735756334416 18446744073709551615 4324104 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4483.18
Current children cumulated vsize (KiB) 684120

[startup+1182.3 s]
/proc/loadavg: 8.13 8.08 8.02 10/184 19684
/proc/meminfo: memFree=26963792/32950928 swapFree=67111356/67111528
[pid=19644] ppid=19640 vsize=749616 CPUtime=4722.86 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 694551 0 0 0 472011 275 0 0 25 0 4 0 523120798 767606784 122853 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 187404 122853 389 106 0 182375 0
[pid=19644/tid=19645] ppid=19640 vsize=749616 CPUtime=1182.32 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 182152 0 0 0 118158 74 0 0 25 0 4 0 523120799 767606784 122853 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=749616 CPUtime=1182.33 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 185417 0 0 0 118163 70 0 0 25 0 4 0 523120799 767606784 122853 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=749616 CPUtime=1175.89 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 152259 0 0 0 117531 58 0 0 25 0 4 0 523120799 767606784 122853 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4722.86
Current children cumulated vsize (KiB) 749616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.16 8.09 8.02 10/184 19684
/proc/meminfo: memFree=26965396/32950928 swapFree=67111356/67111528
[pid=19644] ppid=19640 vsize=644496 CPUtime=4800.38 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 701419 0 0 0 479759 279 0 0 25 0 4 0 523120798 659963904 122308 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 161124 122308 389 106 0 156095 0
[pid=19644/tid=19645] ppid=19640 vsize=644496 CPUtime=1201.72 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 183562 0 0 0 120098 74 0 0 25 0 4 0 523120799 659963904 122308 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=644496 CPUtime=1201.73 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 187996 0 0 0 120102 71 0 0 25 0 4 0 523120799 659963904 122308 33554432000 4194304 4627427 140735756334416 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=644496 CPUtime=1195.19 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 152635 0 0 0 119461 58 0 0 25 0 4 0 523120799 659963904 122308 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 644496

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

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

[startup+1201.7 s]
/proc/loadavg: 8.16 8.09 8.02 10/184 19684
/proc/meminfo: memFree=26965396/32950928 swapFree=67111356/67111528
[pid=19644] ppid=19640 vsize=644496 CPUtime=4800.38 cores=1,3,5,7
/proc/19644/stat : 19644 (strangenight2-m) R 19640 19644 19311 0 -1 4202496 701419 0 0 0 479759 279 0 0 25 0 4 0 523120798 659963904 122308 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/19644/statm: 161124 122308 389 106 0 156095 0
[pid=19644/tid=19645] ppid=19640 vsize=644496 CPUtime=1201.72 cores=1,3,5,7
/proc/19644/task/19645/stat : 19645 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 183562 0 0 0 120098 74 0 0 25 0 4 0 523120799 659963904 122308 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=19644/tid=19646] ppid=19640 vsize=644496 CPUtime=1201.73 cores=1,3,5,7
/proc/19644/task/19646/stat : 19646 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 187996 0 0 0 120102 71 0 0 25 0 4 0 523120799 659963904 122308 33554432000 4194304 4627427 140735756334416 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=19644/tid=19650] ppid=19640 vsize=644496 CPUtime=1195.19 cores=1,3,5,7
/proc/19644/task/19650/stat : 19650 (strangenight2-m) R 19640 19644 19311 0 -1 4202560 152635 0 0 0 119461 58 0 0 25 0 4 0 523120799 659963904 122308 33554432000 4194304 4627427 140735756334416 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 644496

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.74
CPU time (s): 4800.43
CPU user time (s): 4797.61
CPU system time (s): 2.81357
CPU usage (%): 399.458
Max. virtual memory (cumulated for all children) (KiB): 749616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.61
system time used= 2.81357
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 701421
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= 450
involuntary context switches= 31667

runsolver used 2.02769 second user time and 4.54531 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-30 00:13:31
IDJOB=3174208
IDBENCH=83026
IDSOLVER=1586
FILE ID=node127/3174208-1304115211
RUNJOBID= node127-1304115211-19626
PBS_JOBID= 13170687
Free space on /tmp= 71820 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v550-c2343-S1610857498-043.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174208-1304115211/watcher-3174208-1304115211 -o /tmp/evaluation-result-3174208-1304115211/solver-3174208-1304115211 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174208-1304115211.cnf

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

MD5SUM BENCH= 0d600e03980bc39de7eca1909ca62db5
RANDOM SEED=1377520439

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      27899140 kB
Buffers:       1280308 kB
Cached:        3255796 kB
SwapCached:          8 kB
Active:         162620 kB
Inactive:      4436648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      27899140 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           11372 kB
Writeback:           0 kB
AnonPages:       63480 kB
Mapped:          14484 kB
Slab:           388388 kB
PageTables:       4500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   185992 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= 71808 MiB
End job on node127 at 2011-04-30 00:33:35