Trace number 3368734

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-1-mt (fixed)? (TO) 4800.3 1203.14

General information on the benchmark

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

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368734-1305401896.cnf'
0.00/0.01	c -- header says num vars:            700
0.00/0.01	c -- header says num clauses:        2982
0.00/0.01	c -- clauses added:            0 learnts,         2982 normals,            0 xors
0.00/0.01	c -- vars added        700
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       700      2982         0         0      8946         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/2982/2982 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.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:    700 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.11	c lits-rem:         0  cl-subs:        0  v-elim:     21  v-fix:    0  time:  0.01 s
0.00/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.11	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.11	c calculated reachability. Time: 0.00
0.00/0.11	c Calc default polars -  time:   0.00 s pos:     300 undec:      74 neg:     326
0.00/0.11	c =========================================================================================
0.00/0.11	c types(t): F = full restart, N = normal restart
0.00/0.11	c types(t): S = simplification begin/end, E = solution found
0.00/0.11	c restart types(rt): st = static, dy = dynamic
0.00/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.11	c  B st     0         0       679      2951         0         0      8968         0   no data   no data  --
0.00/0.11	c Decided on static restart strategy
0.42/0.18	c  N st     8      4915       679      2951         0      4869      8968    148313   no data   no data  --
1.57/0.46	c  N st    10     11297       679      2951         0      4504      8968     94745   no data   no data  --
2.77/0.75	c  N st    11     17041       679      2951         0     10208      8968    273851   no data   no data  --
4.38/1.18	c  F st    12     25000       679      2951         0     12514      8968    330234   no data   no data  --
4.38/1.18	c  N st    12     25000       679      2951         0     12514      8968    330234   no data   no data  --
5.55/1.44	c Decided on static restart strategy
5.55/1.44	c  N st    18     30001       679      2951         0     10752      8968    256034   no data   no data  --
5.55/1.44	c  S st    18     30001       679      2951         0     10752      8968    256034   no data   no data  --
5.55/1.47	c  S st    18     30504       679      2951         0     11255      8968    269573   no data   no data  --
5.55/1.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.55/1.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.55/1.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
5.55/1.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.55/1.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.55/1.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
5.55/1.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.76/1.78	c lits-rem:       102  cl-subs:      197  v-elim:      0  v-fix:    0  time:  1.19 s
6.76/1.79	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.04
6.76/1.79	c calculated reachability. Time: 0.00
6.76/1.79	c  N st    18     30504       679      2951         0     11058      8968    262181   no data   no data  --
8.77/2.21	c  N st    20     37616       679      2951         0     10297      8968    209828   no data   no data  --
10.35/2.64	c  N st    21     44015       679      2951         0     16619      8968    411890   no data   no data  --
10.75/2.76	c  S st    22     45756       679      2951         0      9504      8968    164909   no data   no data  --
10.75/2.79	c  S st    22     46258       679      2951         0     10005      8968    179053   no data   no data  --
10.75/2.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.75/2.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.75/2.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
10.75/2.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.75/2.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.75/2.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
10.75/2.80	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.55/2.95	c lits-rem:        25  cl-subs:       32  v-elim:      0  v-fix:    0  time:  0.61 s
11.55/2.95	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
11.55/2.95	c vivif2 --  cl tried     9973 cl shrink        0 lits rem          0 time: 0.01
11.55/2.96	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.03
11.55/2.96	c calculated reachability. Time: 0.00
11.55/2.96	c  N st    22     46258       679      2951         0      9973      8968    177967   no data   no data  --
15.53/3.97	c  N st    23     60655       679      2951         0     14319      8968    290043   no data   no data  --
18.32/4.65	c  N st    24     69387       679      2951         0     12099      8968    218540   no data   no data  --
18.32/4.65	c  S st    24     69387       679      2951         0     12099      8968    218540   no data   no data  --
18.32/4.68	c  S st    24     69893       679      2951         0     12605      8968    231924   no data   no data  --
18.32/4.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.32/4.68	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.32/4.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
18.32/4.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.32/4.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.32/4.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
18.32/4.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
19.92/5.00	c lits-rem:       216  cl-subs:       64  v-elim:      0  v-fix:    0  time:  1.23 s
19.92/5.00	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
19.92/5.00	c vivif2 --  cl tried    12541 cl shrink        0 lits rem          0 time: 0.01
19.92/5.01	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.04
19.92/5.01	c calculated reachability. Time: 0.00
19.92/5.01	c  N st    24     69893       679      2951         0     12541      8968    229794   no data   no data  --
25.51/6.43	c  F st    25     87502       679      2951         0     18068      8968    406747   no data   no data  --
25.51/6.43	c  N st    25     87502       679      2951         0     18068      8968    406747   no data   no data  --
27.10/6.83	c Decided on static restart strategy
27.90/7.07	c  N st    32     95542       679      2951         0     13188      8968    212473   no data   no data  --
30.71/7.77	c  N st    34    104840       679      2951         0     22351      8968    488482   no data   no data  --
30.71/7.77	c  S st    34    104840       679      2951         0     22351      8968    488482   no data   no data  --
31.13/7.83	c  S st    34    105343       679      2951         0     22853      8968    501880   no data   no data  --
31.13/7.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
31.13/7.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.13/7.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
31.13/7.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.13/7.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.13/7.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
31.13/7.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.68/9.25	c lits-rem:       265  cl-subs:      601  v-elim:      0  v-fix:    0  time:  5.56 s
36.68/9.25	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
36.68/9.25	c vivif2 --  cl tried    22252 cl shrink        0 lits rem          0 time: 0.02
36.68/9.27	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.08
36.68/9.27	c calculated reachability. Time: 0.00
36.68/9.27	c  N st    34    105343       679      2951         0     22252      8968    480747   no data   no data  --
40.67/10.21	c  N st    35    114941       679      2951         0     17927      8968    335368   no data   no data  --
46.26/11.60	c  N st    36    129340       679      2951         0     17319      8968    289385   no data   no data  --
54.23/13.63	c  N st    37    150938       679      2951         0     22834      8968    451517   no data   no data  --
57.05/14.35	c  S st    38    158014       679      2951         0     29786      8968    654132   no data   no data  --
57.47/14.43	c  S st    38    158519       679      2951         0     30290      8968    667671   no data   no data  --
57.47/14.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
57.47/14.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
57.47/14.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
57.47/14.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.47/14.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.47/14.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
57.47/14.46	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
65.41/16.45	c lits-rem:       535  cl-subs:      981  v-elim:      0  v-fix:    0  time:  7.96 s
65.41/16.45	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
65.41/16.46	c vivif2 --  cl tried    29309 cl shrink        0 lits rem          0 time: 0.03
65.41/16.49	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.10
65.41/16.49	c calculated reachability. Time: 0.00
65.41/16.49	c  N st    38    158519       679      2951         0     29309      8968    634757   no data   no data  --
87.78/22.08	c  N st    39    207109       679      2951         0     23963      8968    422890   no data   no data  --
103.31/25.91	c  N st    40    237778       679      2951         0     34370      8968    721728   no data   no data  --
103.31/25.91	c  S st    40    237778       679      2951         0     34370      8968    721728   no data   no data  --
103.31/25.99	c  S st    40    238281       679      2951         0     34871      8968    735622   no data   no data  --
103.71/26.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
103.71/26.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
103.71/26.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
103.71/26.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
103.71/26.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.71/26.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
103.71/26.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
113.70/28.51	c lits-rem:       886  cl-subs:     1803  v-elim:      0  v-fix:    0  time:  9.88 s
113.70/28.51	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
113.70/28.52	c vivif2 --  cl tried    33068 cl shrink        0 lits rem          0 time: 0.03
113.70/28.55	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.12
113.70/28.55	c calculated reachability. Time: 0.00
113.70/28.55	c  N st    40    238281       679      2951         0     33068      8968    675641   no data   no data  --
147.19/36.96	c  F st    41    306251       679      2951         0     35103      8968    713721   no data   no data  --
147.19/36.96	c  N st    41    306251       679      2951         0     35103      8968    713721   no data   no data  --
157.57/39.50	c  N dy    73    325982       679      2951         0     30940      8968    470550     19.49     20.57  --
169.14/42.46	c  N dy   140    346176       679      2951         0     26198      8968    293812     19.21     20.24  --
174.33/43.76	c  S st   189    357422       679      2951         0     37363      8968    612557     19.22   no data  --
174.73/43.85	c  S st   189    357926       679      2951         0     37867      8968    626744     19.22   no data  --
174.73/43.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
174.73/43.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
174.73/43.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
174.73/43.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
174.73/43.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
174.73/43.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
174.73/43.89	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
183.11/45.90	c lits-rem:       477  cl-subs:      287  v-elim:      0  v-fix:    0  time:  8.01 s
183.11/45.90	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
183.11/45.91	c vivif2 --  cl tried    37580 cl shrink        0 lits rem          0 time: 0.03
183.11/45.94	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.14
183.11/45.94	c calculated reachability. Time: 0.00
183.11/45.94	c  N dy   189    357926       679      2951         0     37580      8968    616702     19.22   no data  --
195.08/48.90	c  N dy   291    377982       679      2951         0     31712      8968    424897     19.31     21.06  --
208.64/52.33	c  N dy   404    397998       679      2951         0     51596      8968    995414     19.46     20.50  --
220.61/55.35	c  N dy   490    419410       679      2951         0     46070      8968    799038     19.41     20.65  --
233.37/58.57	c  N dy   557    440648       679      2951         0     39353      8968    578085     19.32     20.52  --
247.35/62.07	c  N dy   656    461000       679      2951         0     30789      8968    307307     19.38     20.61  --
259.35/65.03	c  N dy   736    481134       679      2951         0     50753      8968    873977     19.36     20.41  --
274.08/68.70	c  N dy   838    503187       679      2951         0     42865      8968    625911     19.40     20.54  --
289.25/72.59	c  N dy   954    523249       679      2951         0     32040      8968    297141     19.48     23.59  --
297.22/74.55	c  S st  1010    536889       679      2951         0     45559      8968    678396     19.48     19.89  --
297.62/74.66	c  S st  1010    537392       679      2951         0     46061      8968    692291     19.48   no data  --
297.62/74.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
297.62/74.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
297.62/74.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
298.02/74.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
298.02/74.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
298.02/74.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
298.02/74.70	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
306.80/77.00	c lits-rem:       659  cl-subs:      491  v-elim:      0  v-fix:    0  time:  9.16 s
306.80/77.00	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
307.22/77.01	c vivif2 --  cl tried    45570 cl shrink        0 lits rem          0 time: 0.03
307.22/77.06	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.18
307.22/77.06	c calculated reachability. Time: 0.00
307.22/77.06	c  N dy  1010    537392       679      2951         0     45570      8968    676324     19.48   no data  --
323.16/81.01	c  N dy  1119    557521       679      2951         0     33812      8968    320597     19.54     20.79  --
336.72/84.43	c  N dy  1216    579102       679      2951         0     55195      8968    940189     19.57     20.63  --
352.68/88.44	c  N dy  1293    600275       679      2951         0     43433      8968    561737     19.54     20.68  --
368.24/92.32	c  N dy  1384    620305       679      2951         0     63281      8968   1135866     19.57     21.61  --
381.82/95.76	c  N dy  1430    640710       679      2951         0     49763      8968    725839     19.51     20.61  --
400.95/100.55	c  N dy  1551    660729       679      2951         0     34951      8968    280848     19.56     20.71  --
414.12/103.83	c  N dy  1597    680774       679      2951         0     54699      8968    836338     19.46     23.82  --
431.68/108.24	c  N dy  1674    700900       679      2951         0     39031      8968    377314     19.46     20.75  --
446.84/112.03	c  N dy  1751    720931       679      2951         0     58837      8968    941541     19.45     20.73  --
464.00/116.32	c  N dy  1813    741134       679      2951         0     42262      8968    446285     19.42     20.79  --
479.16/120.12	c  N dy  1911    761200       679      2951         0     62174      8968   1025340     19.44     20.77  --
496.36/124.46	c  N dy  1981    781296       679      2951         0     44431      8968    488291     19.42     22.06  --
512.67/128.55	c  N dy  2079    801335       679      2951         0     64291      8968   1061074     19.45     21.41  --
517.87/129.82	c  S st  2115    806088       679      2951         0     69012      8968   1200247     19.46     17.68  --
518.64/130.01	c  S st  2115    806591       679      2951         0     69515      8968   1213990     19.46   no data  --
518.64/130.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
518.64/130.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
518.64/130.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
518.64/130.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
518.64/130.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
518.64/130.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
518.64/130.08	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
525.83/131.86	c lits-rem:       371  cl-subs:      880  v-elim:      0  v-fix:    0  time:  7.10 s
525.83/131.86	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
525.83/131.88	c vivif2 --  cl tried    68635 cl shrink        0 lits rem          0 time: 0.06
526.23/131.96	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.35
526.23/131.97	c calculated reachability. Time: 0.00
526.23/131.97	c  N dy  2115    806591       679      2951         0     68635      8968   1185069     19.46   no data  --
543.80/136.31	c  N dy  2205    827783       679      2951         0     51002      8968    652861     19.46     20.51  --
562.19/140.99	c  N dy  2329    847833       679      2951         0     70888      8968   1227821     19.50     22.86  --
582.49/146.05	c  N dy  2441    869681       679      2951         0     52868      8968    683357     19.52     20.67  --
601.27/150.79	c  N dy  2542    889818       679      2951         0     72842      8968   1264453     19.53     20.58  --
619.24/155.28	c  N dy  2620    910149       679      2951         0     52342      8968    636104     19.53     20.58  --
639.15/160.25	c  N dy  2703    931533       679      2951         0     73500      8968   1250303     19.54     20.61  --
660.30/165.58	c  N dy  2785    955203       679      2951         0     55288      8968    693532     19.52     20.61  --
679.85/170.44	c  N dy  2858    975214       679      2951         0     75066      8968   1258330     19.51     22.01  --
700.59/175.60	c  N dy  2950    996338       679      2951         0     53447      8968    626561     19.52     21.13  --
719.35/180.31	c  N dy  3004   1016976       679      2951         0     73848      8968   1210544     19.50     20.64  --
740.09/185.53	c  N dy  3098   1036986       679      2951         0     50146      8968    513686     19.51     25.51  --
757.25/189.89	c  N dy  3187   1056997       679      2951         0     69976      8968   1086545     19.52     20.64  --
775.20/194.38	c  F st  3248   1071877       679      2951         0     84704      8968   1505627     19.52   no data  --
781.63/195.92	c Decided on static restart strategy
781.63/195.92	c  N st  3254   1077068       679      2951         0     45293      8968    348705     19.52   no data  --
796.75/199.73	c  N st  3258   1100179       679      2951         0     68034      8968   1033432     19.52   no data  --
827.48/207.48	c  N st  3260   1136175       679      2951         0     58034      8968   1147836     19.52   no data  --
858.20/215.11	c  N st  3261   1168568       679      2951         0     90038      8968   2204174     19.52   no data  --
902.88/226.31	c  N st  3262   1209887       679      2951         0     84474      8968   2007117     19.52   no data  --
902.88/226.31	c  S st  3262   1209887       679      2951         0     84474      8968   2007117     19.52   no data  --
903.68/226.56	c  S st  3262   1210390       679      2951         0     84977      8968   2021663     19.52   no data  --
903.68/226.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
903.68/226.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
904.10/226.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
904.10/226.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
904.10/226.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
904.10/226.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
904.10/226.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
934.40/234.24	c lits-rem:        64  cl-subs:     3304  v-elim:      0  v-fix:    0  time: 30.17 s
934.40/234.24	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
934.40/234.26	c vivif2 --  cl tried    81673 cl shrink        0 lits rem          0 time: 0.09
934.82/234.38	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.44
934.82/234.38	c calculated reachability. Time: 0.00
934.82/234.38	c  N st  3262   1210390       679      2951         0     81673      8968   1908865     19.52   no data  --
1004.63/251.89	c  N st  3263   1283272       679      2951         0     57900      8968    987761     19.52   no data  --
1107.56/277.66	c  N st  3264   1392596       679      2951         0     65886      8968   1147450     19.52   no data  --
1277.16/320.11	c  N st  3265   1556583       679      2951         0     70795      8968   1243482     19.52   no data  --
1465.06/367.21	c  N st  3266   1710390       679      2951         0     56864      8968    701207     19.52   no data  --
1465.06/367.21	c  S st  3266   1710390       679      2951         0     56864      8968    701207     19.52   no data  --
1465.46/367.36	c  S st  3266   1710898       679      2951         0     57372      8968    715294     19.52   no data  --
1465.46/367.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1465.46/367.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1465.46/367.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
1465.87/367.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1465.87/367.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1465.87/367.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
1465.87/367.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1473.84/369.48	c lits-rem:       388  cl-subs:      184  v-elim:      0  v-fix:    0  time:  8.26 s
1473.84/369.48	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
1473.84/369.49	c vivif2 --  cl tried    57188 cl shrink        0 lits rem          0 time: 0.04
1474.24/369.55	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.26
1474.24/369.56	c calculated reachability. Time: 0.00
1474.24/369.56	c  N st  3266   1710898       679      2951         0     57188      8968    710206     19.52   no data  --
1934.28/484.87	c  N st  3267   2079864       679      2951         0     63046      8968    742768     19.52   no data  --
2100.65/526.51	c  N st  3268   2210901       679      2951         0     64846      8968    740714     19.52   no data  --
2100.65/526.51	c  S st  3268   2210901       679      2951         0     64846      8968    740714     19.52   no data  --
2101.05/526.67	c  S st  3268   2211401       679      2951         0     65346      8968    755563     19.52   no data  --
2101.05/526.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2101.05/526.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2101.45/526.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
2101.45/526.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2101.45/526.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2101.45/526.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
2101.45/526.73	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2110.24/528.91	c lits-rem:       304  cl-subs:      144  v-elim:      0  v-fix:    0  time:  8.72 s
2110.24/528.91	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
2110.24/528.92	c vivif2 --  cl tried    65202 cl shrink        0 lits rem          0 time: 0.04
2110.64/529.00	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.30
2110.64/529.00	c calculated reachability. Time: 0.00
2110.64/529.00	c  N st  3268   2211401       679      2951         0     65202      8968    751310     19.52   no data  --
2778.16/696.33	c  N st  3269   2711401       679      2951         0     81652      8968   1115679     19.52   no data  --
2778.16/696.33	c  S st  3269   2711401       679      2951         0     81652      8968   1115679     19.52   no data  --
2778.93/696.56	c  S st  3269   2711906       679      2951         0     82153      8968   1129356     19.52   no data  --
2778.93/696.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2778.93/696.57	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2779.33/696.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
2779.33/696.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2779.33/696.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2779.33/696.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
2779.33/696.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2787.36/698.68	c lits-rem:       137  cl-subs:     1599  v-elim:      0  v-fix:    0  time:  8.09 s
2787.36/698.68	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
2787.36/698.69	c vivif2 --  cl tried    80554 cl shrink        0 lits rem          0 time: 0.06
2787.72/698.79	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.41
2788.12/698.80	c calculated reachability. Time: 0.00
2788.12/698.80	c  N st  3269   2711906       679      2951         0     80554      8968   1084004     19.52   no data  --
3538.61/886.92	c  N st  3270   3211907       679      2951         0    127021      8968   2470972     19.52   no data  --
3538.61/886.92	c  S st  3270   3211907       679      2951         0    127021      8968   2470972     19.52   no data  --
3540.21/887.33	c  S st  3270   3212409       679      2951         0    127523      8968   2484857     19.52   no data  --
3540.21/887.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3540.21/887.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3540.61/887.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.27
3540.61/887.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3540.61/887.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3540.61/887.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
3540.61/887.49	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3617.20/906.66	c lits-rem:       124  cl-subs:     5904  v-elim:      0  v-fix:    0  time: 76.43 s
3617.20/906.66	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
3617.20/906.68	c vivif2 --  cl tried   121619 cl shrink        0 lits rem          0 time: 0.11
3618.00/906.87	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.74
3618.00/906.87	c calculated reachability. Time: 0.00
3618.00/906.87	c  N st  3270   3212409       679      2951         0    121619      8968   2296134     19.52   no data  --
4409.20/1105.15	c  N st  3271   3712409       679      2951         0    132462      8968   2420372     19.52   no data  --
4409.20/1105.15	c  S st  3271   3712409       679      2951         0    132462      8968   2420372     19.52   no data  --
4410.82/1105.53	c  S st  3271   3712910       679      2951         0    132963      8968   2435526     19.52   no data  --
4410.82/1105.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4410.82/1105.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4411.24/1105.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.28
4411.24/1105.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4411.24/1105.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4411.24/1105.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
4411.24/1105.69	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4480.23/1122.99	c lits-rem:       297  cl-subs:     6053  v-elim:      0  v-fix:    0  time: 69.01 s
4480.23/1122.99	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
4480.63/1123.02	c vivif2 --  cl tried   126910 cl shrink        0 lits rem          0 time: 0.12
4481.46/1123.23	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.80
4481.46/1123.23	c calculated reachability. Time: 0.00
4481.46/1123.23	c  N st  3271   3712910       679      2951         0    126910      8968   2274446     19.52   no data  --
4561.62/1143.31	c  F st  3272   3751563       679      2951         0    164892      8968   3468841     19.52   no data  --
4561.62/1143.32	c  N st  3272   3751563       679      2951         0    164892      8968   3468841     19.52   no data  --
4571.60/1145.82	c Decided on static restart strategy
4600.32/1153.09	c  N st  3282   3779866       679      2951         0    109515      8968   1682306     19.52   no data  --
4657.77/1167.41	c  N st  3284   3815860       679      2951         0    144840      8968   2746691     19.52   no data  --
4718.47/1182.65	c  N st  3285   3848252       679      2951         0     92195      8968   1111776     19.52   no data  --
4795.44/1201.93	c  N st  3286   3896842       679      2951         0    140153      8968   2627642     19.52   no data  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 8.02 8.06 8.02 2/313 14262
/proc/meminfo: memFree=28022748/32950928 swapFree=60199044/67111528
[pid=14262] ppid=14259 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 415 0 0 0 0 0 0 0 25 0 4 0 651788420 52465664 356 33554432000 4194304 4650419 140736107380672 18446744073709551615 47218937656861 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 12809 356 306 112 0 7774 0
[pid=14262/tid=14263] ppid=14259 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 651788420 52465664 356 33554432000 4194304 4650419 140736107380672 18446744073709551615 47218937656857 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651788420 52465664 356 33554432000 4194304 4650419 140736107380672 18446744073709551615 47218937657266 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651788421 52465664 356 33554432000 4194304 4650419 140736107380672 18446744073709551615 47218937656857 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.11181 s]
/proc/loadavg: 8.02 8.06 8.02 2/313 14262
/proc/meminfo: memFree=28022748/32950928 swapFree=60199044/67111528
[pid=14262] ppid=14259 vsize=282872 CPUtime=0.42 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 1962 0 0 0 42 0 0 0 25 0 4 0 651788420 289660928 1814 33554432000 4194304 4650419 140736107380672 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 70718 1814 391 112 0 65683 0
[pid=14262/tid=14263] ppid=14259 vsize=282872 CPUtime=0.1 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 443 0 0 0 10 0 0 0 25 0 4 0 651788420 289660928 1814 33554432000 4194304 4650419 140736107380672 18446744073709551615 4363541 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=282872 CPUtime=0.09 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 399 0 0 0 9 0 0 0 25 0 4 0 651788420 289660928 1814 33554432000 4194304 4650419 140736107380672 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=282872 CPUtime=0.1 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 293 0 0 0 10 0 0 0 25 0 4 0 651788421 289660928 1814 33554432000 4194304 4650419 140736107380672 18446744073709551615 4363506 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282872

[startup+0.200746 s]
/proc/loadavg: 8.02 8.06 8.02 2/313 14262
/proc/meminfo: memFree=28022748/32950928 swapFree=60199044/67111528
[pid=14262] ppid=14259 vsize=284176 CPUtime=0.77 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 2798 0 0 0 77 0 0 0 25 0 4 0 651788420 290996224 1935 33554432000 4194304 4650419 140736107380672 18446744073709551615 4334336 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 71044 1935 393 112 0 66009 0
[pid=14262/tid=14263] ppid=14259 vsize=284176 CPUtime=0.19 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 654 0 0 0 19 0 0 0 25 0 4 0 651788420 290996224 1935 33554432000 4194304 4650419 140736107380672 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=284176 CPUtime=0.18 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 605 0 0 0 18 0 0 0 25 0 4 0 651788420 290996224 1935 33554432000 4194304 4650419 140736107380672 18446744073709551615 4364738 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=284176 CPUtime=0.19 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 502 0 0 0 19 0 0 0 25 0 4 0 651788421 290996224 1935 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 284176

[startup+0.300727 s]
/proc/loadavg: 8.02 8.06 8.02 2/313 14262
/proc/meminfo: memFree=28022748/32950928 swapFree=60199044/67111528
[pid=14262] ppid=14259 vsize=284176 CPUtime=1.17 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 3151 0 0 0 117 0 0 0 25 0 4 0 651788420 290996224 2288 33554432000 4194304 4650419 140736107380672 18446744073709551615 4366845 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 71044 2288 393 112 0 66009 0
[pid=14262/tid=14263] ppid=14259 vsize=284176 CPUtime=0.29 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 736 0 0 0 29 0 0 0 25 0 4 0 651788420 290996224 2288 33554432000 4194304 4650419 140736107380672 18446744073709551615 4333980 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=284176 CPUtime=0.28 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 696 0 0 0 28 0 0 0 25 0 4 0 651788420 290996224 2288 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365273 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=284176 CPUtime=0.29 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 600 0 0 0 29 0 0 0 25 0 4 0 651788421 290996224 2288 33554432000 4194304 4650419 140736107380672 18446744073709551615 4363568 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284176

[startup+0.700657 s]
/proc/loadavg: 8.02 8.06 8.02 2/313 14262
/proc/meminfo: memFree=28022748/32950928 swapFree=60199044/67111528
[pid=14262] ppid=14259 vsize=285308 CPUtime=2.77 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 4983 0 0 0 277 0 0 0 25 0 4 0 651788420 292155392 3062 33554432000 4194304 4650419 140736107380672 18446744073709551615 4366928 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 71327 3062 393 112 0 66292 0
[pid=14262/tid=14263] ppid=14259 vsize=285308 CPUtime=0.69 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 1198 0 0 0 69 0 0 0 25 0 4 0 651788420 292155392 3062 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=285308 CPUtime=0.68 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 1150 0 0 0 68 0 0 0 25 0 4 0 651788420 292155392 3062 33554432000 4194304 4650419 140736107380672 18446744073709551615 4334332 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=285308 CPUtime=0.69 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 1034 0 0 0 69 0 0 0 25 0 4 0 651788421 292155392 3062 33554432000 4194304 4650419 140736107380672 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285308

[startup+1.50052 s]
/proc/loadavg: 8.02 8.06 8.02 9/324 14279
/proc/meminfo: memFree=27990932/32950928 swapFree=60199044/67111528
[pid=14262] ppid=14259 vsize=286648 CPUtime=5.96 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 10147 0 0 0 595 1 0 0 25 0 4 0 651788420 293527552 5289 33554432000 4194304 4650419 140736107380672 18446744073709551615 4476519 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 71662 5289 395 112 0 66627 0
[pid=14262/tid=14263] ppid=14259 vsize=286648 CPUtime=1.49 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 2120 0 0 0 149 0 0 0 25 0 4 0 651788420 293527552 5289 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=286648 CPUtime=1.47 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 2085 0 0 0 147 0 0 0 25 0 4 0 651788420 293527552 5289 33554432000 4194304 4650419 140736107380672 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=286648 CPUtime=1.49 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 1850 0 0 0 149 0 0 0 25 0 4 0 651788421 293527552 5289 33554432000 4194304 4650419 140736107380672 18446744073709551615 4367284 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286648

[startup+3.10023 s]
/proc/loadavg: 8.02 8.06 8.02 9/324 14279
/proc/meminfo: memFree=27962744/32950928 swapFree=60199044/67111528
[pid=14262] ppid=14259 vsize=283160 CPUtime=12.34 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 18765 0 0 0 1232 2 0 0 25 0 4 0 651788420 289955840 10905 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 70790 10905 395 112 0 65755 0
[pid=14262/tid=14263] ppid=14259 vsize=283160 CPUtime=3.09 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 4402 0 0 0 309 0 0 0 25 0 4 0 651788420 289955840 10905 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=283160 CPUtime=3.05 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 4986 0 0 0 305 0 0 0 25 0 4 0 651788420 289955840 10905 33554432000 4194304 4650419 140736107380672 18446744073709551615 4540553 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=283160 CPUtime=3.08 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 4146 0 0 0 308 0 0 0 25 0 4 0 651788421 289955840 10906 33554432000 4194304 4650419 140736107380672 18446744073709551615 4363452 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 283160

[startup+6.30066 s]
/proc/loadavg: 8.01 8.06 8.02 9/324 14279
/proc/meminfo: memFree=27894800/32950928 swapFree=60199044/67111528
[pid=14262] ppid=14259 vsize=292204 CPUtime=25.11 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 28574 0 0 0 2508 3 0 0 25 0 4 0 651788420 299216896 14159 33554432000 4194304 4650419 140736107380672 18446744073709551615 4328378 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 73051 14160 395 112 0 68016 0
[pid=14262/tid=14263] ppid=14259 vsize=292204 CPUtime=6.29 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 7565 0 0 0 629 0 0 0 25 0 4 0 651788420 299216896 14160 33554432000 4194304 4650419 140736107380672 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=292204 CPUtime=6.22 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 7356 0 0 0 621 1 0 0 25 0 4 0 651788420 299216896 14160 33554432000 4194304 4650419 140736107380672 18446744073709551615 4366882 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=292204 CPUtime=6.28 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 5832 0 0 0 628 0 0 0 25 0 4 0 651788421 299216896 14160 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 292204

[startup+12.7005 s]
/proc/loadavg: 8.09 8.08 8.03 9/324 14279
/proc/meminfo: memFree=27849156/32950928 swapFree=60199044/67111528
[pid=14262] ppid=14259 vsize=299436 CPUtime=50.65 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 43460 0 0 0 5059 6 0 0 25 0 4 0 651788420 306622464 20793 33554432000 4194304 4650419 140736107380672 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 74859 20793 395 112 0 69824 0
[pid=14262/tid=14263] ppid=14259 vsize=299436 CPUtime=12.69 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 11589 0 0 0 1268 1 0 0 25 0 4 0 651788420 306622464 20793 33554432000 4194304 4650419 140736107380672 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=299436 CPUtime=12.56 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 11569 0 0 0 1254 2 0 0 25 0 4 0 651788420 306622464 20793 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=299436 CPUtime=12.68 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 8212 0 0 0 1268 0 0 0 25 0 4 0 651788421 306622464 20793 33554432000 4194304 4650419 140736107380672 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.65
Current children cumulated vsize (KiB) 299436

[startup+25.5012 s]
/proc/loadavg: 8.07 8.07 8.03 9/324 14280
/proc/meminfo: memFree=27776628/32950928 swapFree=60199044/67111528
[pid=14262] ppid=14259 vsize=314052 CPUtime=101.71 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 69211 0 0 0 10160 11 0 0 25 0 4 0 651788420 321589248 31260 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365246 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 78513 31260 395 112 0 73478 0
[pid=14262/tid=14263] ppid=14259 vsize=314052 CPUtime=25.49 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 19576 0 0 0 2547 2 0 0 25 0 4 0 651788420 321589248 31260 33554432000 4194304 4650419 140736107380672 18446744073709551615 4504183 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=314052 CPUtime=25.22 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 18823 0 0 0 2519 3 0 0 25 0 4 0 651788420 321589248 31260 33554432000 4194304 4650419 140736107380672 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=314052 CPUtime=25.48 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 11946 0 0 0 2547 1 0 0 25 0 4 0 651788421 321589248 31260 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 314052

[startup+51.1007 s]
/proc/loadavg: 8.05 8.07 8.02 9/324 14280
/proc/meminfo: memFree=27725968/32950928 swapFree=60199044/67111528
[pid=14262] ppid=14259 vsize=302768 CPUtime=203.85 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 98368 0 0 0 20363 22 0 0 25 0 4 0 651788420 310034432 36209 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 75692 36209 395 112 0 70657 0
[pid=14262/tid=14263] ppid=14259 vsize=302768 CPUtime=51.08 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 26300 0 0 0 5103 5 0 0 25 0 4 0 651788420 310034432 36209 33554432000 4194304 4650419 140736107380672 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=302768 CPUtime=50.57 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 26544 0 0 0 5051 6 0 0 25 0 4 0 651788420 310034432 36209 33554432000 4194304 4650419 140736107380672 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=302768 CPUtime=51.09 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 16953 0 0 0 5105 4 0 0 25 0 4 0 651788421 310034432 36209 33554432000 4194304 4650419 140736107380672 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.85
Current children cumulated vsize (KiB) 302768

[startup+102.301 s]
/proc/loadavg: 8.10 8.08 8.03 9/324 14282
/proc/meminfo: memFree=27637900/32950928 swapFree=60199044/67111528
[pid=14262] ppid=14259 vsize=476008 CPUtime=408.16 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 128868 0 0 0 40782 34 0 0 25 0 4 0 651788420 487432192 50400 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 119002 50400 395 112 0 113967 0
[pid=14262/tid=14263] ppid=14259 vsize=476008 CPUtime=102.29 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 30249 0 0 0 10222 7 0 0 25 0 4 0 651788420 487432192 50402 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=476008 CPUtime=101.26 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 34468 0 0 0 10117 9 0 0 25 0 4 0 651788420 487432192 50402 33554432000 4194304 4650419 140736107380672 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=476008 CPUtime=102.29 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 26361 0 0 0 10221 8 0 0 25 0 4 0 651788421 487432192 50402 33554432000 4194304 4650419 140736107380672 18446744073709551615 4364503 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.16
Current children cumulated vsize (KiB) 476008

[startup+162.301 s]

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

[pid=14262] ppid=14259 vsize=624644 CPUtime=2562.69 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 367181 0 0 0 256147 122 0 0 25 0 4 0 651788420 639635456 95943 33554432000 4194304 4650419 140736107380672 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 156161 95943 395 112 0 151126 0
[pid=14262/tid=14263] ppid=14259 vsize=624644 CPUtime=642.19 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 58161 0 0 0 64200 19 0 0 25 0 4 0 651788420 639635456 95943 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=624644 CPUtime=635.88 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 106584 0 0 0 63554 34 0 0 25 0 4 0 651788420 639635456 95943 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365333 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=624644 CPUtime=642.29 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 93719 0 0 0 64195 34 0 0 25 0 4 0 651788421 639635456 95943 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2562.69
Current children cumulated vsize (KiB) 624644

[startup+702.301 s]
/proc/loadavg: 8.12 8.12 8.06 9/324 14298
/proc/meminfo: memFree=27126236/32950928 swapFree=60199044/67111528
[pid=14262] ppid=14259 vsize=647952 CPUtime=2802.08 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 388670 0 0 0 280075 133 0 0 25 0 4 0 651788420 663502848 100987 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 161988 100987 395 112 0 156953 0
[pid=14262/tid=14263] ppid=14259 vsize=647952 CPUtime=702.19 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 62867 0 0 0 70197 22 0 0 25 0 4 0 651788420 663502848 100987 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=647952 CPUtime=695.27 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 115946 0 0 0 69489 38 0 0 25 0 4 0 651788420 663502848 100987 33554432000 4194304 4650419 140736107380672 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=647952 CPUtime=702.29 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 97016 0 0 0 70193 36 0 0 25 0 4 0 651788421 663502848 100987 33554432000 4194304 4650419 140736107380672 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2802.08
Current children cumulated vsize (KiB) 647952

[startup+762.301 s]
/proc/loadavg: 8.10 8.11 8.06 9/324 14299
/proc/meminfo: memFree=27105604/32950928 swapFree=60199044/67111528
[pid=14262] ppid=14259 vsize=659772 CPUtime=3041.48 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 407557 0 0 0 304005 143 0 0 25 0 4 0 651788420 675606528 105635 33554432000 4194304 4650419 140736107380672 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 164943 105635 395 112 0 159908 0
[pid=14262/tid=14263] ppid=14259 vsize=659772 CPUtime=762.18 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 67105 0 0 0 76194 24 0 0 25 0 4 0 651788420 675606528 105636 33554432000 4194304 4650419 140736107380672 18446744073709551615 4426580 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=659772 CPUtime=754.68 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 123487 0 0 0 75426 42 0 0 25 0 4 0 651788420 675606528 105636 33554432000 4194304 4650419 140736107380672 18446744073709551615 4328325 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=659772 CPUtime=762.29 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 99811 0 0 0 76191 38 0 0 25 0 4 0 651788421 675606528 105636 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3041.48
Current children cumulated vsize (KiB) 659772

[startup+822.301 s]
/proc/loadavg: 8.09 8.10 8.06 9/324 14301
/proc/meminfo: memFree=27109048/32950928 swapFree=60199044/67111528
[pid=14262] ppid=14259 vsize=660416 CPUtime=3280.86 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 422951 0 0 0 327935 151 0 0 25 0 4 0 651788420 676265984 106237 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 165104 106237 395 112 0 160069 0
[pid=14262/tid=14263] ppid=14259 vsize=660416 CPUtime=822.16 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 67706 0 0 0 82192 24 0 0 25 0 4 0 651788420 676265984 106237 33554432000 4194304 4650419 140736107380672 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=660416 CPUtime=814.08 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 131085 0 0 0 81362 46 0 0 25 0 4 0 651788420 676265984 106237 33554432000 4194304 4650419 140736107380672 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=660416 CPUtime=822.28 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 102703 0 0 0 82188 40 0 0 25 0 4 0 651788421 676265984 106237 33554432000 4194304 4650419 140736107380672 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3280.86
Current children cumulated vsize (KiB) 660416

[startup+882.312 s]
/proc/loadavg: 8.08 8.10 8.06 9/324 14302
/proc/meminfo: memFree=27075416/32950928 swapFree=60199044/67111528
[pid=14262] ppid=14259 vsize=660624 CPUtime=3520.3 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 437399 0 0 0 351872 158 0 0 25 0 4 0 651788420 676478976 105921 33554432000 4194304 4650419 140736107380672 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 165156 105921 395 112 0 160121 0
[pid=14262/tid=14263] ppid=14259 vsize=660624 CPUtime=882.17 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 67987 0 0 0 88192 25 0 0 25 0 4 0 651788420 676478976 105921 33554432000 4194304 4650419 140736107380672 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=660624 CPUtime=873.49 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 138353 0 0 0 87300 49 0 0 25 0 4 0 651788420 676478976 105921 33554432000 4194304 4650419 140736107380672 18446744073709551615 4363866 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=660624 CPUtime=882.3 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 105467 0 0 0 88188 42 0 0 25 0 4 0 651788421 676478976 105921 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365255 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3520.3
Current children cumulated vsize (KiB) 660624

[startup+942.301 s]
/proc/loadavg: 8.07 8.09 8.06 9/324 14304
/proc/meminfo: memFree=27057652/32950928 swapFree=60199044/67111528
[pid=14262] ppid=14259 vsize=661200 CPUtime=3759.65 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 453725 0 0 0 375799 166 0 0 25 0 4 0 651788420 677068800 105458 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 165300 105458 395 112 0 160265 0
[pid=14262/tid=14263] ppid=14259 vsize=661200 CPUtime=942.14 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 68386 0 0 0 94189 25 0 0 25 0 4 0 651788420 677068800 105458 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=661200 CPUtime=932.89 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 145192 0 0 0 93237 52 0 0 25 0 4 0 651788420 677068800 105458 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=661200 CPUtime=942.28 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 107561 0 0 0 94185 43 0 0 25 0 4 0 651788421 677068800 105458 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3759.65
Current children cumulated vsize (KiB) 661200

[startup+1002.3 s]
/proc/loadavg: 8.06 8.08 8.06 9/324 14306
/proc/meminfo: memFree=26988684/32950928 swapFree=60199044/67111528
[pid=14262] ppid=14259 vsize=695464 CPUtime=3999.04 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 476798 0 0 0 399731 173 0 0 25 0 4 0 651788420 712155136 116627 33554432000 4194304 4650419 140736107380672 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 173866 116627 395 112 0 168831 0
[pid=14262/tid=14263] ppid=14259 vsize=695464 CPUtime=1002.13 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 68808 0 0 0 100188 25 0 0 25 0 4 0 651788420 712155136 116627 33554432000 4194304 4650419 140736107380672 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=695464 CPUtime=992.28 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 154534 0 0 0 99174 54 0 0 25 0 4 0 651788420 712155136 116627 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=695464 CPUtime=1002.29 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 114135 0 0 0 100183 46 0 0 25 0 4 0 651788421 712155136 116627 33554432000 4194304 4650419 140736107380672 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3999.04
Current children cumulated vsize (KiB) 695464

[startup+1062.3 s]
/proc/loadavg: 8.06 8.08 8.06 9/324 14307
/proc/meminfo: memFree=26967332/32950928 swapFree=60199044/67111528
[pid=14262] ppid=14259 vsize=661908 CPUtime=4238.44 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 499746 0 0 0 423659 185 0 0 25 0 4 0 651788420 677793792 118645 33554432000 4194304 4650419 140736107380672 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 165477 118645 395 112 0 160442 0
[pid=14262/tid=14263] ppid=14259 vsize=661908 CPUtime=1062.13 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 69433 0 0 0 106188 25 0 0 25 0 4 0 651788420 677793792 118645 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=661908 CPUtime=1051.69 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 162900 0 0 0 105110 59 0 0 25 0 4 0 651788420 677793792 118645 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=661908 CPUtime=1062.29 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 119929 0 0 0 106180 49 0 0 25 0 4 0 651788421 677793792 118645 33554432000 4194304 4650419 140736107380672 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4238.44
Current children cumulated vsize (KiB) 661908

[startup+1122.3 s]
/proc/loadavg: 8.13 8.10 8.06 9/324 14309
/proc/meminfo: memFree=26923408/32950928 swapFree=60199044/67111528
[pid=14262] ppid=14259 vsize=775660 CPUtime=4477.83 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 522958 0 0 0 447588 195 0 0 25 0 4 0 651788420 794275840 125036 33554432000 4194304 4650419 140736107380672 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 193915 125036 395 112 0 188880 0
[pid=14262/tid=14263] ppid=14259 vsize=775660 CPUtime=1122.12 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 69982 0 0 0 112186 26 0 0 25 0 4 0 651788420 794275840 125036 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=775660 CPUtime=1111.08 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 170590 0 0 0 111046 62 0 0 25 0 4 0 651788420 794275840 125036 33554432000 4194304 4650419 140736107380672 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=775660 CPUtime=1122.28 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 124192 0 0 0 112177 51 0 0 25 0 4 0 651788421 794275840 125036 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4477.83
Current children cumulated vsize (KiB) 775660

[startup+1182.3 s]
/proc/loadavg: 8.16 8.10 8.06 9/324 14310
/proc/meminfo: memFree=26878124/32950928 swapFree=60199044/67111528
[pid=14262] ppid=14259 vsize=728140 CPUtime=4717.22 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 542662 0 0 0 471519 203 0 0 25 0 4 0 651788420 745615360 127139 33554432000 4194304 4650419 140736107380672 18446744073709551615 4364762 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 182035 127139 395 112 0 177000 0
[pid=14262/tid=14263] ppid=14259 vsize=728140 CPUtime=1182.12 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 70649 0 0 0 118185 27 0 0 25 0 4 0 651788420 745615360 127139 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=728140 CPUtime=1170.49 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 179440 0 0 0 116984 65 0 0 25 0 4 0 651788420 745615360 127139 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=728140 CPUtime=1182.28 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 126940 0 0 0 118176 52 0 0 25 0 4 0 651788421 745615360 127139 33554432000 4194304 4650419 140736107380672 18446744073709551615 4364400 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4717.22
Current children cumulated vsize (KiB) 728140



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.1 s]
/proc/loadavg: 8.10 8.10 8.06 7/323 14312
/proc/meminfo: memFree=26921264/32950928 swapFree=60199044/67111528
[pid=14262] ppid=14259 vsize=831028 CPUtime=4800.24 cores=0,2,4,6
/proc/14262/stat : 14262 (strangenight1-m) R 14259 14262 13843 0 -1 4202496 546906 0 0 0 479819 205 0 0 25 0 4 0 651788420 850972672 131383 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14262/statm: 207757 131383 395 112 0 202722 0
[pid=14262/tid=14263] ppid=14259 vsize=831028 CPUtime=1202.93 cores=0,2,4,6
/proc/14262/task/14263/stat : 14263 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 70679 0 0 0 120266 27 0 0 25 0 4 0 651788420 850972672 131383 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14262/tid=14264] ppid=14259 vsize=831028 CPUtime=1191.08 cores=0,2,4,6
/proc/14262/task/14264/stat : 14264 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 180745 0 0 0 119043 65 0 0 25 0 4 0 651788420 850972672 131383 33554432000 4194304 4650419 140736107380672 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14262/tid=14265] ppid=14259 vsize=831028 CPUtime=1203.1 cores=0,2,4,6
/proc/14262/task/14265/stat : 14265 (strangenight1-m) R 14259 14262 13843 0 -1 4202560 128012 0 0 0 120257 53 0 0 25 0 4 0 651788421 850972672 131383 33554432000 4194304 4650419 140736107380672 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 831028

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): 1203.14
CPU time (s): 4800.3
CPU user time (s): 4798.23
CPU system time (s): 2.07368
CPU usage (%): 398.982
Max. virtual memory (cumulated for all children) (KiB): 883084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4798.23
system time used= 2.07368
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 546908
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= 186
involuntary context switches= 23190

runsolver used 3.33449 second user time and 8.72167 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-14 21:38:16
IDJOB=3368734
IDBENCH=82743
IDSOLVER=1846
FILE ID=node122/3368734-1305401896
RUNJOBID= node122-1305400691-14158
PBS_JOBID= 13324448
Free space on /tmp= 73428 MiB

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

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

MD5SUM BENCH= 90af97b0aabddb9e07bb7ada8a5dcbc1
RANDOM SEED=504091320

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28015216 kB
Buffers:        272604 kB
Cached:        3352132 kB
SwapCached:      50104 kB
Active:         872608 kB
Inactive:      3854652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28015216 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:            6268 kB
Writeback:           0 kB
AnonPages:     1062376 kB
Mapped:          13564 kB
Slab:           112572 kB
PageTables:      31988 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52524396 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= 73424 MiB
End job on node122 at 2011-05-14 21:58:21