Trace number 3174257

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v500-c2130-S670753028-051.UNKNOWN.cnf
MD5SUM540d28f0e1785b746f299d2e1070ed2a
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark912.297
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of clauses2130
Sum of the clauses size6390
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32130
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-3174257-1304116258.cnf'
0.00/0.00	c -- header says num vars:            500
0.00/0.00	c -- header says num clauses:        2130
0.00/0.00	c -- clauses added:            0 learnts,         2130 normals,            0 xors
0.00/0.00	c -- vars added        500
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       500      2130         0         0      6390         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/2130/2130 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    500 time:  0.00 s
0.00/0.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:     11  v-fix:    0  time:  0.00 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:     231 undec:      50 neg:     219
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0       489      2119         0         0      6434         0   no data   no data
0.00/0.10	c Decided on static restart strategy
0.78/0.20	c  N st     8      4919       489      2119         0      4851      6434    114550   no data   no data
1.58/0.42	c  N st    10     11304       489      2119         0      4478      6434     72045   no data   no data
2.38/0.68	c  N st    11     17048       489      2119         0     10059      6434    191416   no data   no data
3.97/1.07	c  F st    12     25003       489      2119         0     12339      6434    249523   no data   no data
3.97/1.07	c  N st    12     25003       489      2119         0     12339      6434    249523   no data   no data
5.16/1.32	c Decided on static restart strategy
5.16/1.32	c  N st    18     30001       489      2119         0     10659      6434    198104   no data   no data
5.16/1.32	c  S st    18     30001       489      2119         0     10659      6434    198104   no data   no data
5.16/1.35	c  S st    18     30507       489      2119         0     11163      6434    209329   no data   no data
5.16/1.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.16/1.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
5.16/1.35	c blocked clauses removed:       25 vars:      3 tried:         489 T: 0.00 s
5.16/1.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.16/1.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
5.16/1.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.16/1.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.16/1.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.42	c lits-rem:       167  cl-subs:      596  v-elim:      0  v-fix:    0  time:  0.05 s
5.57/1.42	c asymm  cl-useful: 0/2094/2094 lits-rem:0 time: 0.01
5.57/1.42	c calculated reachability. Time: 0.00
5.57/1.42	c  N st    18     30507       486      2094         0     10521      6359    193609   no data   no data
7.17/1.83	c  N st    20     37621       486      2094         0      9833      6359    158865   no data   no data
8.78/2.21	c  N st    21     44020       486      2094         0     16060      6359    300533   no data   no data
9.18/2.33	c  S st    22     45760       486      2094         0      9033      6359    123978   no data   no data
9.18/2.36	c  S st    22     46262       486      2094         0      9533      6359    135299   no data   no data
9.18/2.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.18/2.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.18/2.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.18/2.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.18/2.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.18/2.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
9.18/2.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.18/2.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.18/2.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.18/2.38	c lits-rem:        37  cl-subs:       91  v-elim:      0  v-fix:    0  time:  0.01 s
9.18/2.38	c vivif2 --  cl tried     2094 cl shrink        0 lits rem          0 time: 0.00
9.18/2.38	c vivif2 --  cl tried     9442 cl shrink        0 lits rem          0 time: 0.00
9.18/2.38	c asymm  cl-useful: 0/2094/2094 lits-rem:0 time: 0.00
9.18/2.38	c calculated reachability. Time: 0.00
9.18/2.38	c  N st    22     46262       486      2094         0      9442      6359    133177   no data   no data
12.76/3.30	c  N st    23     60661       486      2094         0     13763      6359    221001   no data   no data
15.16/3.86	c  N st    24     69394       486      2094         0     11605      6359    162200   no data   no data
15.16/3.86	c  S st    24     69394       486      2094         0     11605      6359    162200   no data   no data
15.55/3.90	c  S st    24     69895       486      2094         0     12106      6359    174117   no data   no data
15.55/3.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.55/3.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
15.55/3.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.55/3.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.55/3.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.55/3.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
15.55/3.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.55/3.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.55/3.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.55/3.93	c lits-rem:        38  cl-subs:      130  v-elim:      0  v-fix:    0  time:  0.02 s
15.55/3.93	c vivif2 --  cl tried     2094 cl shrink        0 lits rem          0 time: 0.00
15.55/3.93	c vivif2 --  cl tried    11976 cl shrink        0 lits rem          0 time: 0.00
15.55/3.93	c asymm  cl-useful: 0/2094/2094 lits-rem:0 time: 0.01
15.55/3.93	c calculated reachability. Time: 0.00
15.55/3.93	c  N st    24     69895       486      2094         0     11976      6359    171310   no data   no data
20.34/5.19	c  F st    25     87502       486      2094         0     17382      6359    287965   no data   no data
20.34/5.19	c  N st    25     87502       486      2094         0     17382      6359    287965   no data   no data
21.97/5.57	c Decided on static restart strategy
23.14/5.84	c  N st    32     95539       486      2094         0     25252      6359    468642   no data   no data
25.54/6.49	c  N st    34    104842       486      2094         0     21725      6359    384198   no data   no data
25.54/6.49	c  S st    34    104842       486      2094         0     21725      6359    384198   no data   no data
25.94/6.54	c  S st    34    105348       486      2094         0     22230      6359    395527   no data   no data
25.94/6.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.94/6.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
25.94/6.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.94/6.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.94/6.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.94/6.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
25.94/6.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.94/6.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
25.94/6.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.36/6.68	c lits-rem:       152  cl-subs:      580  v-elim:      0  v-fix:    0  time:  0.11 s
26.36/6.68	c vivif2 --  cl tried     2094 cl shrink        0 lits rem          0 time: 0.00
26.36/6.68	c vivif2 --  cl tried    21650 cl shrink        0 lits rem          0 time: 0.00
26.36/6.69	c asymm  cl-useful: 0/2094/2094 lits-rem:0 time: 0.01
26.36/6.69	c calculated reachability. Time: 0.00
26.36/6.69	c  N st    34    105348       486      2094         0     21650      6359    379859   no data   no data
29.94/7.50	c  N st    35    114947       486      2094         0     17344      6359    252790   no data   no data
34.73/8.77	c  N st    36    129345       486      2094         0     16810      6359    225498   no data   no data
42.32/10.61	c  N st    37    150943       486      2094         0     22212      6359    337474   no data   no data
44.71/11.25	c  S st    38    158025       486      2094         0     29120      6359    501359   no data   no data
45.11/11.33	c  S st    38    158529       486      2094         0     29622      6359    513277   no data   no data
45.11/11.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.11/11.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
45.11/11.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.11/11.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.11/11.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.11/11.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
45.11/11.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
45.11/11.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
45.11/11.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.71/11.77	c lits-rem:       492  cl-subs:     1592  v-elim:      0  v-fix:    0  time:  0.41 s
46.71/11.77	c vivif2 --  cl tried     2094 cl shrink        0 lits rem          0 time: 0.00
46.71/11.78	c vivif2 --  cl tried    28030 cl shrink        0 lits rem          0 time: 0.01
47.11/11.80	c asymm  cl-useful: 0/2094/2094 lits-rem:0 time: 0.02
47.11/11.80	c calculated reachability. Time: 0.00
47.11/11.80	c  N st    38    158529       486      2094         0     28030      6359    475279   no data   no data
65.08/16.37	c  N st    39    207117       486      2094         0     22692      6359    309973   no data   no data
78.27/19.62	c  N st    40    237797       486      2094         0     33096      6359    536546   no data   no data
78.27/19.62	c  S st    40    237797       486      2094         0     33096      6359    536546   no data   no data
78.67/19.71	c  S st    40    238304       486      2094         0     33600      6359    548253   no data   no data
78.67/19.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
78.67/19.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
78.67/19.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
78.67/19.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
78.67/19.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.67/19.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
78.67/19.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
78.67/19.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
78.67/19.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.66/20.27	c lits-rem:       156  cl-subs:     1900  v-elim:      0  v-fix:    0  time:  0.53 s
80.66/20.27	c vivif2 --  cl tried     2094 cl shrink        0 lits rem          0 time: 0.00
80.66/20.28	c vivif2 --  cl tried    31700 cl shrink        0 lits rem          0 time: 0.01
81.06/20.30	c asymm  cl-useful: 0/2094/2094 lits-rem:0 time: 0.02
81.06/20.30	c calculated reachability. Time: 0.00
81.06/20.30	c  N st    40    238304       486      2094         0     31700      6359    506487   no data   no data
111.02/27.87	c  F st    41    306250       486      2094         0     33671      6359    527458   no data   no data
111.02/27.87	c  N st    41    306250       486      2094         0     33671      6359    527458   no data   no data
113.81/28.51	c Decided on static restart strategy
125.40/31.40	c  N st    51    334553       486      2094         0     37963      6359    614156   no data   no data
136.21/34.18	c  N st    53    357456       486      2094         0     35935      6359    550939   no data   no data
136.21/34.18	c  S st    53    357456       486      2094         0     35935      6359    550939   no data   no data
136.61/34.27	c  S st    53    357961       486      2094         0     36439      6359    562374   no data   no data
136.61/34.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
136.61/34.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
136.61/34.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
136.61/34.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
136.61/34.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
136.61/34.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
136.61/34.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
136.99/34.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
136.99/34.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.18/34.64	c lits-rem:       234  cl-subs:     1283  v-elim:      0  v-fix:    0  time:  0.33 s
138.18/34.64	c vivif2 --  cl tried     2094 cl shrink        0 lits rem          0 time: 0.00
138.18/34.65	c vivif2 --  cl tried    35156 cl shrink        0 lits rem          0 time: 0.01
138.18/34.67	c asymm  cl-useful: 0/2094/2094 lits-rem:0 time: 0.02
138.18/34.67	c calculated reachability. Time: 0.00
138.18/34.67	c  N st    53    357961       486      2094         0     35156      6359    528988   no data   no data
155.36/38.99	c  N st    54    390356       486      2094         0     41361      6359    646972   no data   no data
183.72/46.05	c  N st    55    438945       486      2094         0     35083      6359    466321   no data   no data
224.86/56.37	c  N st    56    511828       486      2094         0     48482      6359    775694   no data   no data
238.84/59.87	c  N st    57    536941       486      2094         0     42872      6359    620601   no data   no data
238.84/59.87	c  S st    57    536941       486      2094         0     42872      6359    620601   no data   no data
239.24/59.96	c  S st    57    537443       486      2094         0     43374      6359    632121   no data   no data
239.24/59.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
239.24/59.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
239.24/59.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
239.24/59.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
239.24/59.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
239.24/59.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
239.24/59.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
239.24/59.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
239.65/60.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
241.24/60.47	c lits-rem:       651  cl-subs:     1318  v-elim:      0  v-fix:    0  time:  0.46 s
241.24/60.47	c vivif2 --  cl tried     2094 cl shrink        0 lits rem          0 time: 0.00
241.24/60.48	c vivif2 --  cl tried    42056 cl shrink        0 lits rem          0 time: 0.01
241.66/60.51	c asymm  cl-useful: 0/2094/2094 lits-rem:0 time: 0.03
241.66/60.51	c calculated reachability. Time: 0.00
241.66/60.51	c  N st    57    537443       486      2094         0     42056      6359    599969   no data   no data
352.69/88.37	c  N st    58    701428       486      2094         0     36077      6359    373728   no data   no data
422.99/105.95	c  N st    59    806164       486      2094         0     64995      6359   1046174   no data   no data
422.99/105.95	c  S st    59    806164       486      2094         0     64995      6359   1046174   no data   no data
423.79/106.13	c  S st    59    806669       486      2094         0     65500      6359   1058671   no data   no data
423.79/106.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
423.79/106.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
423.79/106.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
423.79/106.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
423.79/106.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
423.79/106.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
423.79/106.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
423.79/106.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
424.20/106.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
435.78/109.10	c lits-rem:       452  cl-subs:     4591  v-elim:      0  v-fix:    0  time:  2.88 s
435.78/109.10	c vivif2 --  cl tried     2094 cl shrink        0 lits rem          0 time: 0.00
435.78/109.11	c vivif2 --  cl tried    60909 cl shrink        0 lits rem          0 time: 0.01
435.78/109.16	c asymm  cl-useful: 0/2094/2094 lits-rem:0 time: 0.05
435.78/109.16	c calculated reachability. Time: 0.00
435.78/109.16	c  N st    59    806669       486      2094         0     60909      6359    956736   no data   no data
647.89/162.24	c  F st    60   1071876       486      2094         0     76726      6359   1236680   no data   no data
647.89/162.24	c  N st    60   1071876       486      2094         0     76726      6359   1236680   no data   no data
654.29/163.84	c Decided on static restart strategy
673.86/168.76	c  N st    70   1100181       486      2094         0     60630      6359    830575   no data   no data
709.01/177.51	c  N st    72   1136175       486      2094         0     50916      6359    580379   no data   no data
736.58/184.46	c  N st    73   1168572       486      2094         0     82421      6359   1351944   no data   no data
774.92/194.00	c  N st    74   1210003       486      2094         0     77135      6359   1256923   no data   no data
774.92/194.00	c  S st    74   1210003       486      2094         0     77135      6359   1256923   no data   no data
775.72/194.24	c  S st    74   1210507       486      2094         0     77638      6359   1268845   no data   no data
775.72/194.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
775.72/194.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
775.72/194.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
775.72/194.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
775.72/194.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
775.72/194.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
775.72/194.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
776.12/194.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
776.12/194.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
788.50/197.46	c lits-rem:       906  cl-subs:     3517  v-elim:      0  v-fix:    0  time:  3.12 s
788.50/197.46	c vivif2 --  cl tried     2094 cl shrink        0 lits rem          0 time: 0.00
788.50/197.48	c vivif2 --  cl tried    74121 cl shrink        0 lits rem          0 time: 0.02
788.90/197.55	c asymm  cl-useful: 0/2094/2094 lits-rem:0 time: 0.07
788.90/197.55	c calculated reachability. Time: 0.00
788.90/197.55	c  N st    74   1210507       486      2094         0     74121      6359   1178448   no data   no data
857.23/214.65	c  N st    75   1283389       486      2094         0     50703      6359    525437   no data   no data
959.87/240.32	c  N st    76   1392712       486      2094         0     58883      6359    696232   no data   no data
1123.65/281.31	c  N st    77   1556698       486      2094         0     63452      6359    761998   no data   no data
1287.44/322.31	c  N st    78   1710508       486      2094         0    104774      6359   1738381   no data   no data
1287.44/322.31	c  S st    78   1710508       486      2094         0    104774      6359   1738381   no data   no data
1288.63/322.67	c  S st    78   1711009       486      2094         0    105275      6359   1750431   no data   no data
1288.63/322.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1289.03/322.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1289.03/322.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1289.03/322.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1289.03/322.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1289.03/322.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
1289.03/322.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1289.03/322.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1289.43/322.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1334.57/334.11	c lits-rem:       638  cl-subs:     8787  v-elim:      0  v-fix:    0  time: 11.30 s
1334.57/334.11	c vivif2 --  cl tried     2094 cl shrink        0 lits rem          0 time: 0.00
1334.57/334.13	c vivif2 --  cl tried    96488 cl shrink        0 lits rem          0 time: 0.02
1334.97/334.23	c asymm  cl-useful: 0/2094/2094 lits-rem:0 time: 0.09
1334.97/334.23	c calculated reachability. Time: 0.00
1334.97/334.23	c  N st    78   1711009       486      2094         0     96488      6359   1555376   no data   no data
1774.77/444.34	c  N st    79   2079974       486      2094         0    108457      6359   1707888   no data   no data
1944.94/486.92	c  N st    80   2211012       486      2094         0    112462      6359   1755755   no data   no data
1944.94/486.92	c  S st    80   2211012       486      2094         0    112462      6359   1755755   no data   no data
1946.14/487.25	c  S st    80   2211516       486      2094         0    112964      6359   1768154   no data   no data
1946.14/487.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1946.55/487.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
1946.55/487.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1946.55/487.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1946.55/487.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1946.55/487.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
1946.55/487.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1946.55/487.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1946.55/487.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1985.69/497.19	c lits-rem:      1748  cl-subs:     8234  v-elim:      0  v-fix:    0  time:  9.80 s
1985.69/497.19	c vivif2 --  cl tried     2094 cl shrink        0 lits rem          0 time: 0.00
1986.10/497.22	c vivif2 --  cl tried   104730 cl shrink        0 lits rem          0 time: 0.02
1986.50/497.32	c asymm  cl-useful: 0/2094/2094 lits-rem:0 time: 0.11
1986.50/497.33	c calculated reachability. Time: 0.00
1986.50/497.33	c  N st    80   2211516       486      2094         0    104730      6359   1593468   no data   no data
2617.63/655.38	c  N st    81   2711517       486      2094         0    129242      6359   2240444   no data   no data
2617.63/655.38	c  S st    81   2711517       486      2094         0    129242      6359   2240444   no data   no data
2619.63/655.84	c  S st    81   2712024       486      2094         0    129748      6359   2252871   no data   no data
2619.63/655.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2620.03/655.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.06
2620.03/655.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2620.03/655.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2620.03/655.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2620.03/655.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
2620.03/655.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2620.03/655.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2620.43/656.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2672.76/669.12	c lits-rem:      1252  cl-subs:     6681  v-elim:      0  v-fix:    0  time: 13.10 s
2672.76/669.12	c vivif2 --  cl tried     2094 cl shrink        0 lits rem          0 time: 0.00
2672.76/669.15	c vivif2 --  cl tried   123067 cl shrink        0 lits rem          0 time: 0.03
2673.16/669.28	c asymm  cl-useful: 0/2094/2094 lits-rem:0 time: 0.13
2673.16/669.28	c calculated reachability. Time: 0.00
2673.16/669.28	c  N st    81   2712024       486      2094         0    123067      6359   2091470   no data   no data
3425.74/857.63	c  N st    82   3212027       486      2094         0     97915      6359   1207326   no data   no data
3425.74/857.63	c  S st    82   3212027       486      2094         0     97915      6359   1207326   no data   no data
3426.94/857.93	c  S st    82   3212533       486      2094         0     98419      6359   1220392   no data   no data
3426.94/857.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3426.94/857.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
3426.94/857.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3426.94/857.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3426.94/857.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3426.94/857.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
3426.94/857.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3427.36/858.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
3427.36/858.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3436.14/860.26	c lits-rem:       345  cl-subs:     4337  v-elim:      0  v-fix:    0  time:  2.22 s
3436.14/860.26	c vivif2 --  cl tried     2094 cl shrink        0 lits rem          0 time: 0.00
3436.14/860.28	c vivif2 --  cl tried    94082 cl shrink        0 lits rem          0 time: 0.02
3436.54/860.37	c asymm  cl-useful: 0/2094/2094 lits-rem:0 time: 0.09
3436.54/860.38	c calculated reachability. Time: 0.00
3436.54/860.38	c  N st    82   3212533       486      2094         0     94082      6359   1133659   no data   no data
4234.65/1060.14	c  N st    83   3712534       486      2094         0    105252      6359   1348311   no data   no data
4234.65/1060.14	c  S st    83   3712534       486      2094         0    105252      6359   1348311   no data   no data
4235.86/1060.47	c  S st    83   3713035       486      2094         0    105753      6359   1360051   no data   no data
4235.86/1060.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4236.26/1060.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
4236.26/1060.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4236.26/1060.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4236.26/1060.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4236.26/1060.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    486 time:  0.00 s
4236.26/1060.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4236.26/1060.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
4236.64/1060.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4245.82/1062.98	c lits-rem:       365  cl-subs:     3247  v-elim:      0  v-fix:    0  time:  2.38 s
4245.82/1062.98	c vivif2 --  cl tried     2094 cl shrink        0 lits rem          0 time: 0.00
4245.82/1063.00	c vivif2 --  cl tried   102506 cl shrink        0 lits rem          0 time: 0.02
4246.62/1063.10	c asymm  cl-useful: 0/2094/2094 lits-rem:0 time: 0.10
4246.62/1063.10	c calculated reachability. Time: 0.00
4246.62/1063.10	c  N st    83   3713035       486      2094         0    102506      6359   1286332   no data   no data
4319.35/1081.37	c  F st    84   3751564       486      2094         0    140333      6359   2220814   no data   no data
4319.35/1081.37	c  N st    84   3751564       486      2094         0    140333      6359   2220814   no data   no data
4330.52/1084.12	c Decided on static restart strategy
4381.65/1096.90	c  N st    94   3779865       486      2094         0     85074      6359    797668   no data   no data
4434.77/1110.22	c  N st    96   3815858       486      2094         0    120225      6359   1652238   no data   no data
4487.90/1123.55	c  N st    97   3848252       486      2094         0    151873      6359   2383655   no data   no data
4563.80/1142.58	c  N st    98   3896841       486      2094         0    115309      6359   1506667   no data   no data
4687.23/1173.40	c  N st    99   3969723       486      2094         0    101460      6359   1142331   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-3174257-1304116258/watcher-3174257-1304116258 -o /tmp/evaluation-result-3174257-1304116258/solver-3174257-1304116258 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174257-1304116258.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: 7.80 7.68 7.33 6/180 18811
/proc/meminfo: memFree=30682684/32950928 swapFree=67111448/67111528
[pid=18811] ppid=18809 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 410 0 0 0 0 0 0 0 25 0 4 0 523224530 52441088 349 33554432000 4194304 4627427 140735509635728 18446744073709551615 47792196708278 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18811/statm: 12803 349 299 106 0 7774 0
[pid=18811/tid=18812] ppid=18809 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 523224530 52441088 349 33554432000 4194304 4627427 140735509635728 18446744073709551615 47792196708274 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 523224530 52441088 349 33554432000 4194304 4627427 140735509635728 18446744073709551615 251814296561 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 523224530 52441088 349 33554432000 4194304 4627427 140735509635728 18446744073709551615 47792196708268 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.109159 s]
/proc/loadavg: 7.80 7.68 7.33 6/180 18811
/proc/meminfo: memFree=30682684/32950928 swapFree=67111448/67111528
[pid=18811] ppid=18809 vsize=282000 CPUtime=0.41 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 1746 0 0 0 41 0 0 0 25 0 4 0 523224530 288768000 1599 33554432000 4194304 4627427 140735509635728 18446744073709551615 4310392 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18811/statm: 70500 1599 384 106 0 65471 0
[pid=18811/tid=18812] ppid=18809 vsize=282000 CPUtime=0.1 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 364 0 0 0 10 0 0 0 25 0 4 0 523224530 288768000 1599 33554432000 4194304 4627427 140735509635728 18446744073709551615 4308752 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=282000 CPUtime=0.1 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 350 0 0 0 10 0 0 0 25 0 4 0 523224530 288768000 1599 33554432000 4194304 4627427 140735509635728 18446744073709551615 4308396 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=282000 CPUtime=0.1 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 277 0 0 0 10 0 0 0 25 0 4 0 523224530 288768000 1599 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282000

[startup+0.201144 s]
/proc/loadavg: 7.80 7.68 7.33 6/180 18811
/proc/meminfo: memFree=30682684/32950928 swapFree=67111448/67111528
[pid=18811] ppid=18809 vsize=283276 CPUtime=0.78 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 2350 0 0 0 78 0 0 0 25 0 4 0 523224530 290074624 1646 33554432000 4194304 4627427 140735509635728 18446744073709551615 4310445 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18811/statm: 70819 1646 385 106 0 65790 0
[pid=18811/tid=18812] ppid=18809 vsize=283276 CPUtime=0.19 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 522 0 0 0 19 0 0 0 25 0 4 0 523224530 290074624 1646 33554432000 4194304 4627427 140735509635728 18446744073709551615 4308304 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=283276 CPUtime=0.19 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 493 0 0 0 19 0 0 0 25 0 4 0 523224530 290074624 1646 33554432000 4194304 4627427 140735509635728 18446744073709551615 4330282 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=283276 CPUtime=0.19 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 421 0 0 0 19 0 0 0 25 0 4 0 523224530 290074624 1647 33554432000 4194304 4627427 140735509635728 18446744073709551615 4507218 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283276

[startup+0.301127 s]
/proc/loadavg: 7.80 7.68 7.33 6/180 18811
/proc/meminfo: memFree=30682684/32950928 swapFree=67111448/67111528
[pid=18811] ppid=18809 vsize=283452 CPUtime=1.18 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 2759 0 0 0 118 0 0 0 25 0 4 0 523224530 290254848 2055 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18811/statm: 70863 2055 385 106 0 65834 0
[pid=18811/tid=18812] ppid=18809 vsize=283452 CPUtime=0.29 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 625 0 0 0 29 0 0 0 25 0 4 0 523224530 290254848 2055 33554432000 4194304 4627427 140735509635728 18446744073709551615 4321678 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=283452 CPUtime=0.29 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 596 0 0 0 29 0 0 0 25 0 4 0 523224530 290254848 2055 33554432000 4194304 4627427 140735509635728 18446744073709551615 4308383 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=283452 CPUtime=0.29 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 529 0 0 0 29 0 0 0 25 0 4 0 523224530 290254848 2055 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283452

[startup+0.701061 s]
/proc/loadavg: 7.80 7.68 7.33 6/180 18811
/proc/meminfo: memFree=30682684/32950928 swapFree=67111448/67111528
[pid=18811] ppid=18809 vsize=284388 CPUtime=2.78 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 4255 0 0 0 278 0 0 0 25 0 4 0 523224530 291213312 2718 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18811/statm: 71097 2718 385 106 0 66068 0
[pid=18811/tid=18812] ppid=18809 vsize=284388 CPUtime=0.69 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 1010 0 0 0 69 0 0 0 25 0 4 0 523224530 291213312 2718 33554432000 4194304 4627427 140735509635728 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=284388 CPUtime=0.68 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 969 0 0 0 68 0 0 0 25 0 4 0 523224530 291213312 2718 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=284388 CPUtime=0.69 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 913 0 0 0 69 0 0 0 25 0 4 0 523224530 291213312 2718 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284388

[startup+1.50093 s]
/proc/loadavg: 7.80 7.68 7.33 10/184 18815
/proc/meminfo: memFree=30668600/32950928 swapFree=67111448/67111528
[pid=18811] ppid=18809 vsize=285560 CPUtime=5.97 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 8482 0 0 0 596 1 0 0 25 0 4 0 523224530 292413440 4427 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18811/statm: 71390 4427 389 106 0 66361 0
[pid=18811/tid=18812] ppid=18809 vsize=285560 CPUtime=1.49 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 1730 0 0 0 149 0 0 0 25 0 4 0 523224530 292413440 4427 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=285560 CPUtime=1.48 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 1723 0 0 0 148 0 0 0 25 0 4 0 523224530 292413440 4427 33554432000 4194304 4627427 140735509635728 18446744073709551615 4308139 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=285560 CPUtime=1.49 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 1648 0 0 0 149 0 0 0 25 0 4 0 523224530 292413440 4427 33554432000 4194304 4627427 140735509635728 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285560

[startup+3.10066 s]
/proc/loadavg: 7.80 7.68 7.33 10/184 18815
/proc/meminfo: memFree=30644668/32950928 swapFree=67111448/67111528
[pid=18811] ppid=18809 vsize=292880 CPUtime=12.36 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 17752 0 0 0 1234 2 0 0 25 0 4 0 523224530 299909120 8960 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309119 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18811/statm: 73220 8960 389 106 0 68191 0
[pid=18811/tid=18812] ppid=18809 vsize=292880 CPUtime=3.09 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 3876 0 0 0 309 0 0 0 25 0 4 0 523224530 299909120 8960 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=292880 CPUtime=3.08 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 4764 0 0 0 307 1 0 0 25 0 4 0 523224530 299909120 8960 33554432000 4194304 4627427 140735509635728 18446744073709551615 4308282 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=292880 CPUtime=3.09 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 4342 0 0 0 309 0 0 0 25 0 4 0 523224530 299909120 8960 33554432000 4194304 4627427 140735509635728 18446744073709551615 4332210 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 292880

[startup+6.30113 s]
/proc/loadavg: 7.81 7.69 7.33 10/184 18815
/proc/meminfo: memFree=30618432/32950928 swapFree=67111448/67111528
[pid=18811] ppid=18809 vsize=293784 CPUtime=25.14 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 27716 0 0 0 2510 4 0 0 25 0 4 0 523224530 300834816 12125 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309270 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18811/statm: 73446 12125 389 106 0 68417 0
[pid=18811/tid=18812] ppid=18809 vsize=293784 CPUtime=6.28 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 6970 0 0 0 628 0 0 0 25 0 4 0 523224530 300834816 12125 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=293784 CPUtime=6.25 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 7783 0 0 0 624 1 0 0 25 0 4 0 523224530 300834816 12125 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=293784 CPUtime=6.28 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 6078 0 0 0 628 0 0 0 25 0 4 0 523224530 300834816 12125 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 293784

[startup+12.701 s]
/proc/loadavg: 7.91 7.71 7.34 10/184 18815
/proc/meminfo: memFree=30576420/32950928 swapFree=67111448/67111528
[pid=18811] ppid=18809 vsize=301900 CPUtime=50.7 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 45219 0 0 0 5063 7 0 0 25 0 4 0 523224530 309145600 17517 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18811/statm: 75475 17517 389 106 0 70446 0
[pid=18811/tid=18812] ppid=18809 vsize=301900 CPUtime=12.68 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 11260 0 0 0 1267 1 0 0 25 0 4 0 523224530 309145600 17517 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309217 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=301900 CPUtime=12.62 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 10932 0 0 0 1260 2 0 0 25 0 4 0 523224530 309145600 17517 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=301900 CPUtime=12.68 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 10434 0 0 0 1267 1 0 0 25 0 4 0 523224530 309145600 17517 33554432000 4194304 4627427 140735509635728 18446744073709551615 4308715 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 301900

[startup+25.5009 s]
/proc/loadavg: 8.01 7.74 7.36 10/184 18816
/proc/meminfo: memFree=30545036/32950928 swapFree=67111448/67111528
[pid=18811] ppid=18809 vsize=302920 CPUtime=101.83 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 68894 0 0 0 10169 14 0 0 25 0 4 0 523224530 310190080 23171 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18811/statm: 75730 23171 389 106 0 70701 0
[pid=18811/tid=18812] ppid=18809 vsize=302920 CPUtime=25.48 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 17953 0 0 0 2545 3 0 0 25 0 4 0 523224530 310190080 23171 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=302920 CPUtime=25.35 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 17308 0 0 0 2531 4 0 0 25 0 4 0 523224530 310190080 23171 33554432000 4194304 4627427 140735509635728 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=302920 CPUtime=25.48 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 14889 0 0 0 2546 2 0 0 25 0 4 0 523224530 310190080 23171 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 302920

[startup+51.1006 s]
/proc/loadavg: 8.00 7.76 7.37 10/184 18816
/proc/meminfo: memFree=30515648/32950928 swapFree=67111448/67111528
[pid=18811] ppid=18809 vsize=307480 CPUtime=204.09 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 105066 0 0 0 20386 23 0 0 25 0 4 0 523224530 314859520 29368 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18811/statm: 76870 29368 389 106 0 71841 0
[pid=18811/tid=18812] ppid=18809 vsize=307480 CPUtime=51.09 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 27577 0 0 0 5104 5 0 0 25 0 4 0 523224530 314859520 29368 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=307480 CPUtime=50.81 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 26853 0 0 0 5075 6 0 0 25 0 4 0 523224530 314859520 29368 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=307480 CPUtime=51.08 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 22822 0 0 0 5103 5 0 0 25 0 4 0 523224530 314859520 29368 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 307480

[startup+102.301 s]
/proc/loadavg: 8.10 7.82 7.41 10/184 18818
/proc/meminfo: memFree=30469476/32950928 swapFree=67111448/67111528
[pid=18811] ppid=18809 vsize=321356 CPUtime=408.64 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 159990 0 0 0 40825 39 0 0 25 0 4 0 523224530 329068544 35368 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309160 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18811/statm: 80339 35368 389 106 0 75310 0
[pid=18811/tid=18812] ppid=18809 vsize=321356 CPUtime=102.3 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 41063 0 0 0 10221 9 0 0 25 0 4 0 523224530 329068544 35368 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=321356 CPUtime=101.73 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 39694 0 0 0 10163 10 0 0 25 0 4 0 523224530 329068544 35368 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=321356 CPUtime=102.29 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 37407 0 0 0 10220 9 0 0 25 0 4 0 523224530 329068544 35368 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.64
Current children cumulated vsize (KiB) 321356

[startup+162.301 s]

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

[pid=18811] ppid=18809 vsize=544176 CPUtime=2565.71 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 444373 0 0 0 256406 165 0 0 25 0 4 0 523224530 557236224 88005 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18811/statm: 136044 88005 389 106 0 131015 0
[pid=18811/tid=18812] ppid=18809 vsize=544176 CPUtime=642.29 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 110433 0 0 0 64187 42 0 0 25 0 4 0 523224530 557236224 88005 33554432000 4194304 4627427 140735509635728 18446744073709551615 4352156 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=544176 CPUtime=638.8 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 109487 0 0 0 63839 41 0 0 25 0 4 0 523224530 557236224 88005 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309293 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=544176 CPUtime=642.29 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 94468 0 0 0 64194 35 0 0 25 0 4 0 523224530 557236224 88005 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2565.71
Current children cumulated vsize (KiB) 544176

[startup+702.3 s]
/proc/loadavg: 8.20 8.09 7.74 10/184 18834
/proc/meminfo: memFree=30127812/32950928 swapFree=67111448/67111528
[pid=18811] ppid=18809 vsize=556540 CPUtime=2805.37 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 463678 0 0 0 280362 175 0 0 25 0 4 0 523224530 569896960 89520 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18811/statm: 139135 89520 389 106 0 134106 0
[pid=18811/tid=18812] ppid=18809 vsize=556540 CPUtime=702.3 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 116718 0 0 0 70184 46 0 0 25 0 4 0 523224530 569896960 89520 33554432000 4194304 4627427 140735509635728 18446744073709551615 4324264 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=556540 CPUtime=698.47 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 113225 0 0 0 69804 43 0 0 25 0 4 0 523224530 569896960 89520 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=556540 CPUtime=702.28 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 97286 0 0 0 70192 36 0 0 25 0 4 0 523224530 569896960 89520 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2805.37
Current children cumulated vsize (KiB) 556540

[startup+762.301 s]
/proc/loadavg: 8.19 8.10 7.76 9/184 18835
/proc/meminfo: memFree=30109424/32950928 swapFree=67111448/67111528
[pid=18811] ppid=18809 vsize=544396 CPUtime=3045.07 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 488587 0 0 0 304320 187 0 0 25 0 4 0 523224530 557461504 85847 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18811/statm: 136099 85847 389 106 0 131070 0
[pid=18811/tid=18812] ppid=18809 vsize=544396 CPUtime=762.31 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 124619 0 0 0 76182 49 0 0 25 0 4 0 523224530 557461504 85847 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=544396 CPUtime=758.14 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 120148 0 0 0 75768 46 0 0 25 0 4 0 523224530 557461504 85847 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=544396 CPUtime=762.29 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 100150 0 0 0 76191 38 0 0 25 0 4 0 523224530 557461504 85847 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3045.07
Current children cumulated vsize (KiB) 544396

[startup+822.301 s]
/proc/loadavg: 8.18 8.11 7.78 10/184 18837
/proc/meminfo: memFree=30066240/32950928 swapFree=67111448/67111528
[pid=18811] ppid=18809 vsize=582032 CPUtime=3284.74 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 510626 0 0 0 328275 199 0 0 25 0 4 0 523224530 596000768 95390 33554432000 4194304 4627427 140735509635728 18446744073709551615 4338564 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18811/statm: 145508 95390 389 106 0 140479 0
[pid=18811/tid=18812] ppid=18809 vsize=582032 CPUtime=822.3 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 132609 0 0 0 82178 52 0 0 25 0 4 0 523224530 596000768 95390 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=582032 CPUtime=817.82 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 126193 0 0 0 81732 50 0 0 25 0 4 0 523224530 596000768 95390 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=582032 CPUtime=822.29 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 103481 0 0 0 82189 40 0 0 25 0 4 0 523224530 596000768 95390 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.74
Current children cumulated vsize (KiB) 582032

[startup+882.307 s]
/proc/loadavg: 8.11 8.10 7.80 10/184 18838
/proc/meminfo: memFree=30091376/32950928 swapFree=67111448/67111528
[pid=18811] ppid=18809 vsize=582476 CPUtime=3524.43 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 537463 0 0 0 352232 211 0 0 25 0 4 0 523224530 596455424 93950 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18811/statm: 145619 93950 389 106 0 140590 0
[pid=18811/tid=18812] ppid=18809 vsize=582476 CPUtime=882.31 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 138758 0 0 0 88176 55 0 0 25 0 4 0 523224530 596455424 93950 33554432000 4194304 4627427 140735509635728 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=582476 CPUtime=877.5 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 132415 0 0 0 87697 53 0 0 25 0 4 0 523224530 596455424 93950 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=582476 CPUtime=882.29 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 110501 0 0 0 88186 43 0 0 25 0 4 0 523224530 596455424 93950 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.43
Current children cumulated vsize (KiB) 582476

[startup+942.301 s]
/proc/loadavg: 8.13 8.11 7.82 10/184 18840
/proc/meminfo: memFree=30037288/32950928 swapFree=67111448/67111528
[pid=18811] ppid=18809 vsize=623020 CPUtime=3764.08 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 563813 0 0 0 376184 224 0 0 25 0 4 0 523224530 637972480 100431 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18811/statm: 155755 100431 389 106 0 150726 0
[pid=18811/tid=18812] ppid=18809 vsize=623020 CPUtime=942.3 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 145250 0 0 0 94172 58 0 0 25 0 4 0 523224530 637972480 100431 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=623020 CPUtime=937.16 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 139432 0 0 0 93661 55 0 0 25 0 4 0 523224530 637972480 100431 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309134 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=623020 CPUtime=942.29 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 116981 0 0 0 94182 47 0 0 25 0 4 0 523224530 637972480 100431 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.08
Current children cumulated vsize (KiB) 623020

[startup+1002.3 s]
/proc/loadavg: 8.09 8.10 7.83 10/184 18842
/proc/meminfo: memFree=29968436/32950928 swapFree=67111448/67111528
[pid=18811] ppid=18809 vsize=631640 CPUtime=4003.75 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 591191 0 0 0 400138 237 0 0 25 0 4 0 523224530 646799360 118325 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309253 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18811/statm: 157910 118325 389 106 0 152881 0
[pid=18811/tid=18812] ppid=18809 vsize=631640 CPUtime=1002.3 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 154160 0 0 0 100168 62 0 0 25 0 4 0 523224530 646799360 118325 33554432000 4194304 4627427 140735509635728 18446744073709551615 4420258 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=631640 CPUtime=996.83 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 145605 0 0 0 99625 58 0 0 25 0 4 0 523224530 646799360 118325 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=631640 CPUtime=1002.29 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 123592 0 0 0 100179 50 0 0 25 0 4 0 523224530 646799360 118325 33554432000 4194304 4627427 140735509635728 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.75
Current children cumulated vsize (KiB) 631640

[startup+1062.3 s]
/proc/loadavg: 8.07 8.10 7.84 10/184 18843
/proc/meminfo: memFree=29983888/32950928 swapFree=67111448/67111528
[pid=18811] ppid=18809 vsize=579188 CPUtime=4243.43 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 607293 0 0 0 424095 248 0 0 25 0 4 0 523224530 593088512 104477 33554432000 4194304 4627427 140735509635728 18446744073709551615 4420181 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18811/statm: 144797 104477 389 106 0 139768 0
[pid=18811/tid=18812] ppid=18809 vsize=579188 CPUtime=1062.3 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 158786 0 0 0 106164 66 0 0 25 0 4 0 523224530 593088512 104477 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=579188 CPUtime=1056.51 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 148554 0 0 0 105591 60 0 0 25 0 4 0 523224530 593088512 104477 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=579188 CPUtime=1062.29 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 129319 0 0 0 106174 55 0 0 25 0 4 0 523224530 593088512 104477 33554432000 4194304 4627427 140735509635728 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.43
Current children cumulated vsize (KiB) 579188

[startup+1122.3 s]
/proc/loadavg: 8.06 8.09 7.85 9/184 18876
/proc/meminfo: memFree=29848816/32950928 swapFree=67111448/67111528
[pid=18811] ppid=18809 vsize=697516 CPUtime=4483.11 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 629511 0 0 0 448052 259 0 0 25 0 4 0 523224530 714256384 112298 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309598 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18811/statm: 174379 112298 389 106 0 169350 0
[pid=18811/tid=18812] ppid=18809 vsize=697516 CPUtime=1122.3 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 164535 0 0 0 112162 68 0 0 25 0 4 0 523224530 714256384 112298 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=697516 CPUtime=1116.18 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 155635 0 0 0 111556 62 0 0 25 0 4 0 523224530 714256384 112299 33554432000 4194304 4627427 140735509635728 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=697516 CPUtime=1122.29 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 134267 0 0 0 112172 57 0 0 25 0 4 0 523224530 714256384 112299 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.11
Current children cumulated vsize (KiB) 697516

[startup+1182.3 s]
/proc/loadavg: 8.06 8.08 7.87 9/184 18877
/proc/meminfo: memFree=29660320/32950928 swapFree=67111448/67111528
[pid=18811] ppid=18809 vsize=632100 CPUtime=4722.78 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 648253 0 0 0 472008 270 0 0 25 0 4 0 523224530 647270400 114679 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18811/statm: 158025 114679 389 106 0 152996 0
[pid=18811/tid=18812] ppid=18809 vsize=632100 CPUtime=1182.3 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 166833 0 0 0 118160 70 0 0 25 0 4 0 523224530 647270400 114679 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309408 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=632100 CPUtime=1175.86 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 160320 0 0 0 117521 65 0 0 25 0 4 0 523224530 647270400 114679 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=632100 CPUtime=1182.29 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 140171 0 0 0 118169 60 0 0 25 0 4 0 523224530 647270400 114679 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.78
Current children cumulated vsize (KiB) 632100



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.10 8.09 7.87 9/184 18878
/proc/meminfo: memFree=29579716/32950928 swapFree=67111448/67111528
[pid=18811] ppid=18809 vsize=619076 CPUtime=4800.3 cores=1,3,5,7
/proc/18811/stat : 18811 (strangenight2-m) R 18809 18811 18155 0 -1 4202496 655075 0 0 0 479756 274 0 0 25 0 4 0 523224530 633933824 108512 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309396 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/18811/statm: 154769 108512 389 106 0 149740 0
[pid=18811/tid=18812] ppid=18809 vsize=619076 CPUtime=1201.71 cores=1,3,5,7
/proc/18811/task/18812/stat : 18812 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 168242 0 0 0 120100 71 0 0 25 0 4 0 523224530 633933824 108512 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=18811/tid=18813] ppid=18809 vsize=619076 CPUtime=1195.15 cores=1,3,5,7
/proc/18811/task/18813/stat : 18813 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 162403 0 0 0 119449 66 0 0 25 0 4 0 523224530 633933824 108512 33554432000 4194304 4627427 140735509635728 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18811/tid=18814] ppid=18809 vsize=619076 CPUtime=1201.69 cores=1,3,5,7
/proc/18811/task/18814/stat : 18814 (strangenight2-m) R 18809 18811 18155 0 -1 4202560 142288 0 0 0 120108 61 0 0 25 0 4 0 523224530 633933824 108512 33554432000 4194304 4627427 140735509635728 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.3
Current children cumulated vsize (KiB) 619076

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1201.73
CPU time (s): 4800.35
CPU user time (s): 4797.58
CPU system time (s): 2.76158
CPU usage (%): 399.452
Max. virtual memory (cumulated for all children) (KiB): 749724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.58
system time used= 2.76158
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 655076
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= 253
involuntary context switches= 22884

runsolver used 1.9877 second user time and 4.5883 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-30 00:30:58
IDJOB=3174257
IDBENCH=83075
IDSOLVER=1586
FILE ID=node126/3174257-1304116258
RUNJOBID= node126-1304116137-18726
PBS_JOBID= 13170683
Free space on /tmp= 71592 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v500-c2130-S670753028-051.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174257-1304116258/watcher-3174257-1304116258 -o /tmp/evaluation-result-3174257-1304116258/solver-3174257-1304116258 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3174257-1304116258.cnf

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

MD5SUM BENCH= 540d28f0e1785b746f299d2e1070ed2a
RANDOM SEED=1716503735

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      30682840 kB
Buffers:        261856 kB
Cached:        1420036 kB
SwapCached:         76 kB
Active:         352728 kB
Inactive:      1605460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      30682840 kB
SwapTotal:    67111528 kB
SwapFree:     67111448 kB
Dirty:            5472 kB
Writeback:           0 kB
AnonPages:      276428 kB
Mapped:          15488 kB
Slab:           246944 kB
PageTables:       5332 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   536324 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= 71584 MiB
End job on node126 at 2011-04-30 00:51:02