Trace number 3175125

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? (TO) 4800.29 1201.74

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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175125-1304090162.cnf'
0.00/0.00	c -- header says num vars:            700
0.00/0.00	c -- header says num clauses:        2982
0.00/0.10	c -- clauses added:            0 learnts,         2982 normals,            0 xors
0.00/0.10	c -- vars added        700
0.00/0.10	c Parsing time:  0.00 s
0.00/0.10	c  N st     0         0       700      2982         0         0      8946         0   no data   no data  --
0.00/0.10	c asymm  cl-useful: 0/2982/2982 lits-rem:0 time: 0.01
0.00/0.10	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 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:    700 time:  0.00 s
0.00/0.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:     21  v-fix:    0  time:  0.01 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:     300 undec:      74 neg:     326
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       679      2951         0         0      8968         0   no data   no data  --
0.00/0.10	c Decided on static restart strategy
0.41/0.20	c  N st     8      4915       679      2951         0      4869      8968    148313   no data   no data  --
1.60/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.39/1.18	c  F st    12     25000       679      2951         0     12514      8968    330234   no data   no data  --
4.39/1.18	c  N st    12     25000       679      2951         0     12514      8968    330234   no data   no data  --
5.57/1.43	c Decided on static restart strategy
5.57/1.43	c  N st    18     30001       679      2951         0     10752      8968    256034   no data   no data  --
5.57/1.43	c  S st    18     30001       679      2951         0     10752      8968    256034   no data   no data  --
5.57/1.46	c  S st    18     30504       679      2951         0     11255      8968    269573   no data   no data  --
5.57/1.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.57/1.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.57/1.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.02
5.57/1.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.57/1.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.57/1.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
5.57/1.48	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
6.76/1.76	c lits-rem:       102  cl-subs:      197  v-elim:      0  v-fix:    0  time:  1.14 s
6.76/1.77	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.04
6.76/1.77	c calculated reachability. Time: 0.00
6.76/1.77	c  N st    18     30504       679      2951         0     11058      8968    262181   no data   no data  --
8.37/2.19	c  N st    20     37616       679      2951         0     10297      8968    209828   no data   no data  --
10.37/2.62	c  N st    21     44015       679      2951         0     16619      8968    411890   no data   no data  --
10.77/2.74	c  S st    22     45756       679      2951         0      9504      8968    164909   no data   no data  --
10.77/2.77	c  S st    22     46258       679      2951         0     10005      8968    179053   no data   no data  --
10.77/2.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.77/2.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.77/2.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
10.77/2.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.77/2.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.77/2.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
10.77/2.78	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
11.57/2.92	c lits-rem:        25  cl-subs:       32  v-elim:      0  v-fix:    0  time:  0.58 s
11.57/2.92	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
11.57/2.92	c vivif2 --  cl tried     9973 cl shrink        0 lits rem          0 time: 0.01
11.57/2.93	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.03
11.57/2.93	c calculated reachability. Time: 0.00
11.57/2.93	c  N st    22     46258       679      2951         0      9973      8968    177967   no data   no data  --
15.56/3.95	c  N st    23     60655       679      2951         0     14319      8968    290043   no data   no data  --
18.36/4.61	c  N st    24     69387       679      2951         0     12099      8968    218540   no data   no data  --
18.75/4.72	c  S st    24     69387       679      2951         0     12099      8968    218540   no data   no data  --
18.75/4.72	c  S st    24     69893       679      2951         0     12605      8968    231924   no data   no data  --
18.75/4.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.75/4.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.75/4.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
18.75/4.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.75/4.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.75/4.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
18.75/4.72	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
19.55/4.96	c lits-rem:       216  cl-subs:       64  v-elim:      0  v-fix:    0  time:  1.19 s
19.55/4.96	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
19.55/4.96	c vivif2 --  cl tried    12541 cl shrink        0 lits rem          0 time: 0.01
19.55/4.97	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.04
19.55/4.97	c calculated reachability. Time: 0.00
19.55/4.97	c  N st    24     69893       679      2951         0     12541      8968    229794   no data   no data  --
25.54/6.40	c  F st    25     87502       679      2951         0     18068      8968    406747   no data   no data  --
25.54/6.40	c  N st    25     87502       679      2951         0     18068      8968    406747   no data   no data  --
26.76/6.79	c Decided on static restart strategy
27.93/7.04	c  N st    32     95542       679      2951         0     13188      8968    212473   no data   no data  --
30.76/7.74	c  N st    34    104840       679      2951         0     22351      8968    488482   no data   no data  --
30.76/7.74	c  S st    34    104840       679      2951         0     22351      8968    488482   no data   no data  --
30.76/7.80	c  S st    34    105343       679      2951         0     22853      8968    501880   no data   no data  --
30.76/7.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
30.76/7.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
31.16/7.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
31.16/7.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.16/7.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.16/7.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
31.16/7.82	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.32/9.19	c lits-rem:       265  cl-subs:      601  v-elim:      0  v-fix:    0  time:  5.44 s
36.32/9.19	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
36.32/9.19	c vivif2 --  cl tried    22252 cl shrink        0 lits rem          0 time: 0.02
36.72/9.21	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.08
36.72/9.21	c calculated reachability. Time: 0.00
36.72/9.21	c  N st    34    105343       679      2951         0     22252      8968    480747   no data   no data  --
40.32/10.15	c  N st    35    114941       679      2951         0     17927      8968    335368   no data   no data  --
45.91/11.54	c  N st    36    129340       679      2951         0     17319      8968    289385   no data   no data  --
53.91/13.57	c  N st    37    150938       679      2951         0     22834      8968    451517   no data   no data  --
56.71/14.29	c  S st    38    158014       679      2951         0     29786      8968    654132   no data   no data  --
57.12/14.36	c  S st    38    158519       679      2951         0     30290      8968    667671   no data   no data  --
57.12/14.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
57.12/14.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
57.12/14.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
57.12/14.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
57.12/14.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
57.12/14.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
57.12/14.39	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
65.09/16.32	c lits-rem:       535  cl-subs:      981  v-elim:      0  v-fix:    0  time:  7.70 s
65.09/16.32	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
65.09/16.33	c vivif2 --  cl tried    29309 cl shrink        0 lits rem          0 time: 0.03
65.09/16.35	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.10
65.09/16.36	c calculated reachability. Time: 0.00
65.09/16.36	c  N st    38    158519       679      2951         0     29309      8968    634757   no data   no data  --
87.46/21.94	c  N st    39    207109       679      2951         0     23963      8968    422890   no data   no data  --
102.64/25.76	c  N st    40    237778       679      2951         0     34370      8968    721728   no data   no data  --
102.64/25.76	c  S st    40    237778       679      2951         0     34370      8968    721728   no data   no data  --
103.04/25.85	c  S st    40    238281       679      2951         0     34871      8968    735622   no data   no data  --
103.04/25.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
103.04/25.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
103.04/25.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
103.04/25.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
103.04/25.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
103.04/25.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
103.04/25.88	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
112.63/28.29	c lits-rem:       886  cl-subs:     1803  v-elim:      0  v-fix:    0  time:  9.61 s
112.63/28.29	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
113.03/28.30	c vivif2 --  cl tried    33068 cl shrink        0 lits rem          0 time: 0.03
113.03/28.33	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.12
113.03/28.33	c calculated reachability. Time: 0.00
113.03/28.33	c  N st    40    238281       679      2951         0     33068      8968    675641   no data   no data  --
146.57/36.74	c  F st    41    306251       679      2951         0     35103      8968    713721   no data   no data  --
146.57/36.74	c  N st    41    306251       679      2951         0     35103      8968    713721   no data   no data  --
156.57/39.29	c  N dy    73    325982       679      2951         0     30940      8968    470550     19.49     20.57  --
168.55/42.25	c  N dy   140    346176       679      2951         0     26198      8968    293812     19.21     20.24  --
173.75/43.55	c  S st   189    357422       679      2951         0     37363      8968    612557     19.22   no data  --
174.15/43.64	c  S st   189    357926       679      2951         0     37867      8968    626744     19.22   no data  --
174.15/43.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
174.15/43.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
174.15/43.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
174.15/43.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
174.15/43.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
174.15/43.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
174.15/43.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
182.14/45.63	c lits-rem:       477  cl-subs:      287  v-elim:      0  v-fix:    0  time:  7.82 s
182.14/45.63	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
182.14/45.64	c vivif2 --  cl tried    37580 cl shrink        0 lits rem          0 time: 0.03
182.14/45.68	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.15
182.14/45.68	c calculated reachability. Time: 0.00
182.14/45.68	c  N dy   189    357926       679      2951         0     37580      8968    616702     19.22   no data  --
194.12/48.63	c  N dy   291    377982       679      2951         0     31712      8968    424897     19.31     21.06  --
207.70/52.05	c  N dy   404    397998       679      2951         0     51596      8968    995414     19.46     20.50  --
219.70/55.06	c  N dy   490    419410       679      2951         0     46070      8968    799038     19.41     20.65  --
232.47/58.28	c  N dy   557    440648       679      2951         0     39353      8968    578085     19.32     20.52  --
246.47/61.79	c  N dy   656    461000       679      2951         0     30789      8968    307307     19.38     20.61  --
258.44/64.75	c  N dy   736    481134       679      2951         0     50753      8968    873977     19.36     20.41  --
273.21/68.45	c  N dy   838    503187       679      2951         0     42865      8968    625911     19.40     20.54  --
288.79/72.35	c  N dy   954    523249       679      2951         0     32040      8968    297141     19.48     23.59  --
296.78/74.31	c  S st  1010    536889       679      2951         0     45559      8968    678396     19.48     19.89  --
297.18/74.43	c  S st  1010    537392       679      2951         0     46061      8968    692291     19.48   no data  --
297.18/74.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
297.18/74.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
297.18/74.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.07
297.18/74.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
297.18/74.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
297.18/74.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
297.18/74.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
306.37/76.71	c lits-rem:       659  cl-subs:      491  v-elim:      0  v-fix:    0  time:  8.93 s
306.37/76.71	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
306.37/76.72	c vivif2 --  cl tried    45570 cl shrink        0 lits rem          0 time: 0.03
306.37/76.76	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.18
306.37/76.76	c calculated reachability. Time: 0.00
306.37/76.76	c  N dy  1010    537392       679      2951         0     45570      8968    676324     19.48   no data  --
322.34/80.72	c  N dy  1119    557521       679      2951         0     33812      8968    320597     19.54     20.79  --
335.92/84.16	c  N dy  1216    579102       679      2951         0     55195      8968    940189     19.57     20.63  --
351.93/88.15	c  N dy  1293    600275       679      2951         0     43433      8968    561737     19.54     20.68  --
367.48/92.05	c  N dy  1384    620305       679      2951         0     63281      8968   1135866     19.57     21.61  --
381.07/95.48	c  N dy  1430    640710       679      2951         0     49763      8968    725839     19.51     20.61  --
400.26/100.28	c  N dy  1551    660729       679      2951         0     34951      8968    280848     19.56     20.71  --
413.45/103.54	c  N dy  1597    680774       679      2951         0     54699      8968    836338     19.46     23.82  --
431.02/107.99	c  N dy  1674    700900       679      2951         0     39031      8968    377314     19.46     20.75  --
446.58/111.82	c  N dy  1751    720931       679      2951         0     58837      8968    941541     19.45     20.73  --
463.76/116.17	c  N dy  1813    741134       679      2951         0     42262      8968    446285     19.42     20.79  --
478.95/119.96	c  N dy  1911    761200       679      2951         0     62174      8968   1025340     19.44     20.77  --
496.53/124.34	c  N dy  1981    781296       679      2951         0     44431      8968    488291     19.42     22.06  --
512.49/128.39	c  N dy  2079    801335       679      2951         0     64291      8968   1061074     19.45     21.41  --
517.68/129.66	c  S st  2115    806088       679      2951         0     69012      8968   1200247     19.46     17.68  --
518.50/129.85	c  S st  2115    806591       679      2951         0     69515      8968   1213990     19.46   no data  --
518.50/129.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
518.50/129.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
518.50/129.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.13
518.90/129.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
518.90/129.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
518.90/129.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
518.90/129.93	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
526.07/131.70	c lits-rem:       371  cl-subs:      880  v-elim:      0  v-fix:    0  time:  7.07 s
526.07/131.70	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
526.07/131.72	c vivif2 --  cl tried    68635 cl shrink        0 lits rem          0 time: 0.06
526.47/131.80	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.33
526.47/131.80	c calculated reachability. Time: 0.00
526.47/131.80	c  N dy  2115    806591       679      2951         0     68635      8968   1185069     19.46   no data  --
543.65/136.14	c  N dy  2205    827783       679      2951         0     51002      8968    652861     19.46     20.51  --
562.84/140.97	c  N dy  2329    847833       679      2951         0     70888      8968   1227821     19.50     22.86  --
582.39/145.90	c  N dy  2441    869681       679      2951         0     52868      8968    683357     19.52     20.67  --
601.57/150.65	c  N dy  2542    889818       679      2951         0     72842      8968   1264453     19.53     20.58  --
619.56/155.15	c  N dy  2620    910149       679      2951         0     52342      8968    636104     19.53     20.58  --
639.52/160.12	c  N dy  2703    931533       679      2951         0     73500      8968   1250303     19.54     20.61  --
660.68/165.43	c  N dy  2785    955203       679      2951         0     55288      8968    693532     19.52     20.61  --
680.26/170.30	c  N dy  2858    975214       679      2951         0     75066      8968   1258330     19.51     22.01  --
700.63/175.47	c  N dy  2950    996338       679      2951         0     53447      8968    626561     19.52     21.13  --
719.41/180.18	c  N dy  3004   1016976       679      2951         0     73848      8968   1210544     19.50     20.64  --
740.58/185.41	c  N dy  3098   1036986       679      2951         0     50146      8968    513686     19.51     25.51  --
757.76/189.78	c  N dy  3187   1056997       679      2951         0     69976      8968   1086545     19.52     20.64  --
775.74/194.25	c  F st  3248   1071877       679      2951         0     84704      8968   1505627     19.52   no data  --
781.72/195.80	c Decided on static restart strategy
781.72/195.80	c  N st  3254   1077068       679      2951         0     45293      8968    348705     19.52   no data  --
797.30/199.61	c  N st  3258   1100179       679      2951         0     68034      8968   1033432     19.52   no data  --
828.06/207.39	c  N st  3260   1136175       679      2951         0     58034      8968   1147836     19.52   no data  --
858.82/215.00	c  N st  3261   1168568       679      2951         0     90038      8968   2204174     19.52   no data  --
903.56/226.24	c  N st  3262   1209887       679      2951         0     84474      8968   2007117     19.52   no data  --
903.56/226.24	c  S st  3262   1209887       679      2951         0     84474      8968   2007117     19.52   no data  --
904.36/226.49	c  S st  3262   1210390       679      2951         0     84977      8968   2021663     19.52   no data  --
904.76/226.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
904.76/226.50	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
904.76/226.54	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.17
905.18/226.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
905.18/226.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
905.18/226.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
905.18/226.61	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
934.32/233.93	c lits-rem:        64  cl-subs:     3304  v-elim:      0  v-fix:    0  time: 29.21 s
934.32/233.93	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
934.32/233.95	c vivif2 --  cl tried    81673 cl shrink        0 lits rem          0 time: 0.10
934.72/234.06	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.46
934.72/234.07	c calculated reachability. Time: 0.00
934.72/234.07	c  N st  3262   1210390       679      2951         0     81673      8968   1908865     19.52   no data  --
1005.42/251.71	c  N st  3263   1283272       679      2951         0     57900      8968    987761     19.52   no data  --
1108.48/277.52	c  N st  3264   1392596       679      2951         0     65886      8968   1147450     19.52   no data  --
1277.85/319.95	c  N st  3265   1556583       679      2951         0     70795      8968   1243482     19.52   no data  --
1465.99/367.02	c  N st  3266   1710390       679      2951         0     56864      8968    701207     19.52   no data  --
1465.99/367.02	c  S st  3266   1710390       679      2951         0     56864      8968    701207     19.52   no data  --
1466.39/367.16	c  S st  3266   1710898       679      2951         0     57372      8968    715294     19.52   no data  --
1466.39/367.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1466.39/367.17	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1466.39/367.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
1466.79/367.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1466.79/367.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1466.79/367.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
1466.79/367.22	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1474.78/369.25	c lits-rem:       388  cl-subs:      184  v-elim:      0  v-fix:    0  time:  8.13 s
1474.78/369.25	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
1474.78/369.26	c vivif2 --  cl tried    57188 cl shrink        0 lits rem          0 time: 0.04
1475.18/369.33	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.26
1475.18/369.33	c calculated reachability. Time: 0.00
1475.18/369.33	c  N st  3266   1710898       679      2951         0     57188      8968    710206     19.52   no data  --
1936.54/484.84	c  N st  3267   2079864       679      2951         0     63046      8968    742768     19.52   no data  --
2103.52/526.60	c  N st  3268   2210901       679      2951         0     64846      8968    740714     19.52   no data  --
2103.52/526.60	c  S st  3268   2210901       679      2951         0     64846      8968    740714     19.52   no data  --
2103.92/526.76	c  S st  3268   2211401       679      2951         0     65346      8968    755563     19.52   no data  --
2103.92/526.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2103.92/526.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2103.92/526.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
2104.32/526.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2104.32/526.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2104.32/526.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
2104.32/526.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2112.71/528.98	c lits-rem:       304  cl-subs:      144  v-elim:      0  v-fix:    0  time:  8.63 s
2112.71/528.98	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
2112.71/528.99	c vivif2 --  cl tried    65202 cl shrink        0 lits rem          0 time: 0.04
2113.11/529.06	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.30
2113.11/529.07	c calculated reachability. Time: 0.00
2113.11/529.07	c  N st  3268   2211401       679      2951         0     65202      8968    751310     19.52   no data  --
2782.99/696.80	c  N st  3269   2711401       679      2951         0     81652      8968   1115679     19.52   no data  --
2782.99/696.80	c  S st  3269   2711401       679      2951         0     81652      8968   1115679     19.52   no data  --
2784.18/697.03	c  S st  3269   2711906       679      2951         0     82153      8968   1129356     19.52   no data  --
2784.18/697.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2784.18/697.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2784.18/697.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.15
2784.58/697.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2784.58/697.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2784.58/697.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
2784.58/697.12	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2792.57/699.16	c lits-rem:       137  cl-subs:     1599  v-elim:      0  v-fix:    0  time:  8.17 s
2792.57/699.16	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
2792.57/699.18	c vivif2 --  cl tried    80554 cl shrink        0 lits rem          0 time: 0.06
2792.97/699.28	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.41
2792.97/699.28	c calculated reachability. Time: 0.00
2792.97/699.28	c  N st  3269   2711906       679      2951         0     80554      8968   1084004     19.52   no data  --
3546.36/887.81	c  N st  3270   3211907       679      2951         0    127021      8968   2470972     19.52   no data  --
3546.36/887.81	c  S st  3270   3211907       679      2951         0    127021      8968   2470972     19.52   no data  --
3547.94/888.22	c  S st  3270   3212409       679      2951         0    127523      8968   2484857     19.52   no data  --
3547.94/888.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
3547.94/888.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3548.34/888.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.28
3548.34/888.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3548.34/888.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3548.34/888.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
3548.34/888.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3624.23/907.31	c lits-rem:       124  cl-subs:     5904  v-elim:      0  v-fix:    0  time: 75.59 s
3624.23/907.31	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
3624.23/907.34	c vivif2 --  cl tried   121619 cl shrink        0 lits rem          0 time: 0.12
3625.05/907.53	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.73
3625.05/907.53	c calculated reachability. Time: 0.00
3625.05/907.53	c  N st  3270   3212409       679      2951         0    121619      8968   2296134     19.52   no data  --
4419.55/1106.40	c  N st  3271   3712409       679      2951         0    132462      8968   2420372     19.52   no data  --
4419.55/1106.40	c  S st  3271   3712409       679      2951         0    132462      8968   2420372     19.52   no data  --
4420.77/1106.77	c  S st  3271   3712910       679      2951         0    132963      8968   2435526     19.52   no data  --
4420.77/1106.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4420.77/1106.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4421.14/1106.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.28
4421.54/1106.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4421.54/1106.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4421.54/1106.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    679 time:  0.00 s
4421.54/1106.94	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4489.44/1123.99	c lits-rem:       297  cl-subs:     6053  v-elim:      0  v-fix:    0  time: 68.11 s
4489.44/1123.99	c vivif2 --  cl tried     2951 cl shrink        0 lits rem          0 time: 0.00
4489.84/1124.02	c vivif2 --  cl tried   126910 cl shrink        0 lits rem          0 time: 0.12
4490.66/1124.23	c asymm  cl-useful: 0/2951/2951 lits-rem:0 time: 0.81
4490.66/1124.23	c calculated reachability. Time: 0.00
4490.66/1124.23	c  N st  3271   3712910       679      2951         0    126910      8968   2274446     19.52   no data  --
4570.94/1144.39	c  F st  3272   3751563       679      2951         0    164892      8968   3468841     19.52   no data  --
4570.94/1144.39	c  N st  3272   3751563       679      2951         0    164892      8968   3468841     19.52   no data  --
4580.92/1146.89	c Decided on static restart strategy
4610.08/1154.17	c  N st  3282   3779866       679      2951         0    109515      8968   1682306     19.52   no data  --
4672.79/1169.80	c  N st  3284   3815860       679      2951         0    144840      8968   2746691     19.52   no data  --
4729.12/1183.98	c  N st  3285   3848252       679      2951         0     92195      8968   1111776     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: 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-3175125-1304090162/watcher-3175125-1304090162 -o /tmp/evaluation-result-3175125-1304090162/solver-3175125-1304090162 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175125-1304090162.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: 6.83 7.81 7.88 2/174 19055
/proc/meminfo: memFree=17896252/32951124 swapFree=67111528/67111528
[pid=19055] ppid=19052 vsize=298636 CPUtime=0.01 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 1037 0 0 0 1 0 0 0 19 0 4 0 520618799 305803264 949 33554432000 4194304 4650419 140736898820160 18446744073709551615 216634182674 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 74659 960 368 112 0 69624 0
[pid=19055/tid=19058] ppid=19052 vsize=282220 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 148 0 0 0 0 0 0 0 20 0 4 0 520618799 288993280 966 33554432000 4194304 4650419 140736898820160 18446744073709551615 4536721 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=282220 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 174 0 0 0 0 0 0 0 20 0 4 0 520618799 288993280 966 33554432000 4194304 4650419 140736898820160 18446744073709551615 4225729 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=282220 CPUtime=0 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 4 0 520618799 288993280 966 33554432000 4194304 4650419 140736898820160 18446744073709551615 4331403 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.108925 s]
/proc/loadavg: 6.83 7.81 7.88 2/174 19055
/proc/meminfo: memFree=17896252/32951124 swapFree=67111528/67111528
[pid=19055] ppid=19052 vsize=282876 CPUtime=0.41 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 1983 0 0 0 41 0 0 0 19 0 4 0 520618799 289665024 1835 33554432000 4194304 4650419 140736898820160 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 70719 1836 391 112 0 65684 0
[pid=19055/tid=19058] ppid=19052 vsize=282876 CPUtime=0.1 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 413 0 0 0 10 0 0 0 20 0 4 0 520618799 289665024 1837 33554432000 4194304 4650419 140736898820160 18446744073709551615 4364495 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=282876 CPUtime=0.1 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 412 0 0 0 10 0 0 0 20 0 4 0 520618799 289665024 1837 33554432000 4194304 4650419 140736898820160 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=282876 CPUtime=0.1 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 299 0 0 0 10 0 0 0 20 0 4 0 520618799 289665024 1837 33554432000 4194304 4650419 140736898820160 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 282876

[startup+0.208908 s]
/proc/loadavg: 6.83 7.81 7.88 2/174 19055
/proc/meminfo: memFree=17896252/32951124 swapFree=67111528/67111528
[pid=19055] ppid=19052 vsize=284188 CPUtime=0.81 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 2850 0 0 0 81 0 0 0 19 0 4 0 520618799 291008512 1987 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 71047 1987 393 112 0 66012 0
[pid=19055/tid=19058] ppid=19052 vsize=284188 CPUtime=0.2 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 633 0 0 0 20 0 0 0 20 0 4 0 520618799 291008512 1987 33554432000 4194304 4650419 140736898820160 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=284188 CPUtime=0.2 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 627 0 0 0 20 0 0 0 20 0 4 0 520618799 291008512 1987 33554432000 4194304 4650419 140736898820160 18446744073709551615 4363311 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=284188 CPUtime=0.2 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 515 0 0 0 20 0 0 0 20 0 4 0 520618799 291008512 1987 33554432000 4194304 4650419 140736898820160 18446744073709551615 4310605 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.81
Current children cumulated vsize (KiB) 284188

[startup+0.30889 s]
/proc/loadavg: 6.83 7.81 7.88 2/174 19055
/proc/meminfo: memFree=17896252/32951124 swapFree=67111528/67111528
[pid=19055] ppid=19052 vsize=284360 CPUtime=1.21 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 3214 0 0 0 121 0 0 0 19 0 4 0 520618799 291184640 2351 33554432000 4194304 4650419 140736898820160 18446744073709551615 4363420 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 71090 2351 393 112 0 66055 0
[pid=19055/tid=19058] ppid=19052 vsize=284360 CPUtime=0.3 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 718 0 0 0 30 0 0 0 20 0 4 0 520618799 291184640 2351 33554432000 4194304 4650419 140736898820160 18446744073709551615 4367329 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=284360 CPUtime=0.3 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 717 0 0 0 30 0 0 0 20 0 4 0 520618799 291184640 2351 33554432000 4194304 4650419 140736898820160 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=284360 CPUtime=0.3 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 611 0 0 0 30 0 0 0 20 0 4 0 520618799 291184640 2351 33554432000 4194304 4650419 140736898820160 18446744073709551615 4310397 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 284360

[startup+0.700823 s]
/proc/loadavg: 6.83 7.81 7.88 2/174 19055
/proc/meminfo: memFree=17896252/32951124 swapFree=67111528/67111528
[pid=19055] ppid=19052 vsize=285372 CPUtime=2.77 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 5005 0 0 0 277 0 0 0 19 0 4 0 520618799 292220928 3084 33554432000 4194304 4650419 140736898820160 18446744073709551615 4316053 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 71343 3085 393 112 0 66308 0
[pid=19055/tid=19058] ppid=19052 vsize=285372 CPUtime=0.69 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 1173 0 0 0 69 0 0 0 21 0 4 0 520618799 292220928 3085 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=285372 CPUtime=0.69 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 1164 0 0 0 69 0 0 0 20 0 4 0 520618799 292220928 3085 33554432000 4194304 4650419 140736898820160 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=285372 CPUtime=0.69 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 1039 0 0 0 69 0 0 0 20 0 4 0 520618799 292220928 3085 33554432000 4194304 4650419 140736898820160 18446744073709551615 4367287 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285372

[startup+1.50068 s]
/proc/loadavg: 6.83 7.81 7.88 9/184 19065
/proc/meminfo: memFree=17870148/32951124 swapFree=67111528/67111528
[pid=19055] ppid=19052 vsize=293192 CPUtime=5.97 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 10155 0 0 0 596 1 0 0 21 0 4 0 520618799 300228608 5300 33554432000 4194304 4650419 140736898820160 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 73298 5300 395 112 0 68263 0
[pid=19055/tid=19058] ppid=19052 vsize=293192 CPUtime=1.48 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 2084 0 0 0 148 0 0 0 23 0 4 0 520618799 300228608 5300 33554432000 4194304 4650419 140736898820160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=293192 CPUtime=1.49 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 2105 0 0 0 149 0 0 0 23 0 4 0 520618799 300228608 5300 33554432000 4194304 4650419 140736898820160 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=293192 CPUtime=1.48 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 1855 0 0 0 148 0 0 0 23 0 4 0 520618799 300228608 5300 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 293192

[startup+3.1004 s]
/proc/loadavg: 6.83 7.81 7.88 9/184 19065
/proc/meminfo: memFree=17843736/32951124 swapFree=67111528/67111528
[pid=19055] ppid=19052 vsize=285256 CPUtime=12.37 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 18780 0 0 0 1234 3 0 0 25 0 4 0 520618799 292102144 10985 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 71314 10985 395 112 0 66279 0
[pid=19055/tid=19058] ppid=19052 vsize=285256 CPUtime=3.07 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 4372 0 0 0 307 0 0 0 25 0 4 0 520618799 292102144 10985 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=285256 CPUtime=3.08 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 4997 0 0 0 308 0 0 0 25 0 4 0 520618799 292102144 10985 33554432000 4194304 4650419 140736898820160 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=285256 CPUtime=3.09 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 4151 0 0 0 308 1 0 0 25 0 4 0 520618799 292102144 10986 33554432000 4194304 4650419 140736898820160 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 285256

[startup+6.30084 s]
/proc/loadavg: 6.92 7.82 7.88 9/184 19065
/proc/meminfo: memFree=17776648/32951124 swapFree=67111528/67111528
[pid=19055] ppid=19052 vsize=288000 CPUtime=25.14 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 28447 0 0 0 2509 5 0 0 25 0 4 0 520618799 294912000 14065 33554432000 4194304 4650419 140736898820160 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 72000 14065 395 112 0 66965 0
[pid=19055/tid=19058] ppid=19052 vsize=288000 CPUtime=6.26 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 7576 0 0 0 625 1 0 0 25 0 4 0 520618799 294912000 14065 33554432000 4194304 4650419 140736898820160 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=288000 CPUtime=6.29 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 7393 0 0 0 628 1 0 0 25 0 4 0 520618799 294912000 14065 33554432000 4194304 4650419 140736898820160 18446744073709551615 4366950 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=288000 CPUtime=6.28 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 5833 0 0 0 627 1 0 0 25 0 4 0 520618799 294912000 14065 33554432000 4194304 4650419 140736898820160 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 288000

[startup+12.7007 s]
/proc/loadavg: 7.01 7.82 7.88 9/184 19065
/proc/meminfo: memFree=17725856/32951124 swapFree=67111528/67111528
[pid=19055] ppid=19052 vsize=294908 CPUtime=50.71 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 43420 0 0 0 5063 8 0 0 25 0 4 0 520618799 301985792 20508 33554432000 4194304 4650419 140736898820160 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 73727 20508 395 112 0 68692 0
[pid=19055/tid=19058] ppid=19052 vsize=294908 CPUtime=12.62 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 11818 0 0 0 1260 2 0 0 25 0 4 0 520618799 301985792 20508 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=294908 CPUtime=12.69 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 11611 0 0 0 1267 2 0 0 25 0 4 0 520618799 301985792 20508 33554432000 4194304 4650419 140736898820160 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=294908 CPUtime=12.68 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 8213 0 0 0 1267 1 0 0 25 0 4 0 520618799 301985792 20508 33554432000 4194304 4650419 140736898820160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 294908

[startup+25.5005 s]
/proc/loadavg: 7.30 7.85 7.89 9/184 19066
/proc/meminfo: memFree=17654024/32951124 swapFree=67111528/67111528
[pid=19055] ppid=19052 vsize=304084 CPUtime=101.84 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 69252 0 0 0 10169 15 0 0 25 0 4 0 520618799 311382016 31367 33554432000 4194304 4650419 140736898820160 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 76021 31367 395 112 0 70986 0
[pid=19055/tid=19058] ppid=19052 vsize=304084 CPUtime=25.36 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 20003 0 0 0 2532 4 0 0 25 0 4 0 520618799 311382016 31367 33554432000 4194304 4650419 140736898820160 18446744073709551615 4441742 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=304084 CPUtime=25.49 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 18916 0 0 0 2545 4 0 0 25 0 4 0 520618799 311382016 31367 33554432000 4194304 4650419 140736898820160 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=304084 CPUtime=25.48 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 11971 0 0 0 2546 2 0 0 25 0 4 0 520618799 311382016 31367 33554432000 4194304 4650419 140736898820160 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 304084

[startup+51.101 s]
/proc/loadavg: 7.54 7.86 7.89 9/184 19066
/proc/meminfo: memFree=17588532/32951124 swapFree=67111528/67111528
[pid=19055] ppid=19052 vsize=310824 CPUtime=204.11 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 98457 0 0 0 20388 23 0 0 25 0 4 0 520618799 318283776 35541 33554432000 4194304 4650419 140736898820160 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 77706 35541 395 112 0 72671 0
[pid=19055/tid=19058] ppid=19052 vsize=310824 CPUtime=50.82 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 27672 0 0 0 5076 6 0 0 25 0 4 0 520618799 318283776 35541 33554432000 4194304 4650419 140736898820160 18446744073709551615 4438235 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=310824 CPUtime=51.09 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 26615 0 0 0 5103 6 0 0 25 0 4 0 520618799 318283776 35541 33554432000 4194304 4650419 140736898820160 18446744073709551615 4476514 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=310824 CPUtime=51.09 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 16954 0 0 0 5105 4 0 0 25 0 4 0 520618799 318283776 35541 33554432000 4194304 4650419 140736898820160 18446744073709551615 4314858 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 310824

[startup+102.301 s]
/proc/loadavg: 7.80 7.88 7.90 9/184 19068
/proc/meminfo: memFree=17498252/32951124 swapFree=67111528/67111528
[pid=19055] ppid=19052 vsize=400028 CPUtime=408.65 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 129672 0 0 0 40830 35 0 0 25 0 4 0 520618799 409628672 46204 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365110 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 100007 46204 395 112 0 94972 0
[pid=19055/tid=19058] ppid=19052 vsize=400028 CPUtime=101.75 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 35934 0 0 0 10165 10 0 0 25 0 4 0 520618799 409628672 46204 33554432000 4194304 4650419 140736898820160 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=400028 CPUtime=102.29 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 35465 0 0 0 10220 9 0 0 25 0 4 0 520618799 409628672 46204 33554432000 4194304 4650419 140736898820160 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=400028 CPUtime=102.29 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 26395 0 0 0 10222 7 0 0 25 0 4 0 520618799 409628672 46204 33554432000 4194304 4650419 140736898820160 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 400028

[startup+162.3 s]

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

[pid=19055] ppid=19052 vsize=641952 CPUtime=2565.69 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 393222 0 0 0 256431 138 0 0 25 0 4 0 520618799 657358848 99092 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 160488 99092 395 112 0 155453 0
[pid=19055/tid=19058] ppid=19052 vsize=641952 CPUtime=638.82 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 87679 0 0 0 63849 33 0 0 25 0 4 0 520618799 657358848 99092 33554432000 4194304 4650419 140736898820160 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=641952 CPUtime=642.31 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 119194 0 0 0 64188 43 0 0 25 0 4 0 520618799 657358848 99092 33554432000 4194304 4650419 140736898820160 18446744073709551615 4313323 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=641952 CPUtime=642.3 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 91189 0 0 0 64197 33 0 0 25 0 4 0 520618799 657358848 99092 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2565.69
Current children cumulated vsize (KiB) 641952

[startup+702.3 s]
/proc/loadavg: 8.00 8.00 7.94 9/184 19084
/proc/meminfo: memFree=16987876/32951124 swapFree=67111528/67111528
[pid=19055] ppid=19052 vsize=591376 CPUtime=2805.35 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 417484 0 0 0 280387 148 0 0 25 0 4 0 520618799 605569024 98113 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 147844 98113 395 112 0 142809 0
[pid=19055/tid=19058] ppid=19052 vsize=591376 CPUtime=698.49 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 91619 0 0 0 69815 34 0 0 25 0 4 0 520618799 605569024 98113 33554432000 4194304 4650419 140736898820160 18446744073709551615 4368121 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=591376 CPUtime=702.3 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 128796 0 0 0 70183 47 0 0 25 0 4 0 520618799 605569024 98113 33554432000 4194304 4650419 140736898820160 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=591376 CPUtime=702.3 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 94483 0 0 0 70196 34 0 0 25 0 4 0 520618799 605569024 98113 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2805.35
Current children cumulated vsize (KiB) 591376

[startup+762.301 s]
/proc/loadavg: 8.06 8.02 7.94 10/184 19085
/proc/meminfo: memFree=17001480/32951124 swapFree=67111528/67111528
[pid=19055] ppid=19052 vsize=591620 CPUtime=3045.05 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 438425 0 0 0 304347 158 0 0 25 0 4 0 520618799 605818880 96188 33554432000 4194304 4650419 140736898820160 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 147905 96188 395 112 0 142870 0
[pid=19055/tid=19058] ppid=19052 vsize=591620 CPUtime=758.17 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 94694 0 0 0 75781 36 0 0 25 0 4 0 520618799 605818880 96188 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=591620 CPUtime=762.31 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 136306 0 0 0 76181 50 0 0 25 0 4 0 520618799 605818880 96188 33554432000 4194304 4650419 140736898820160 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=591620 CPUtime=762.31 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 97305 0 0 0 76195 36 0 0 25 0 4 0 520618799 605818880 96188 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3045.05
Current children cumulated vsize (KiB) 591620

[startup+822.3 s]
/proc/loadavg: 8.08 8.03 7.95 9/184 19087
/proc/meminfo: memFree=16975396/32951124 swapFree=67111528/67111528
[pid=19055] ppid=19052 vsize=591840 CPUtime=3284.7 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 461360 0 0 0 328299 171 0 0 25 0 4 0 520618799 606044160 101216 33554432000 4194304 4650419 140736898820160 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 147960 101216 395 112 0 142925 0
[pid=19055/tid=19058] ppid=19052 vsize=591840 CPUtime=817.84 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 99614 0 0 0 81745 39 0 0 25 0 4 0 520618799 606044160 101216 33554432000 4194304 4650419 140736898820160 18446744073709551615 4328361 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=591840 CPUtime=822.31 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 143849 0 0 0 82177 54 0 0 25 0 4 0 520618799 606044160 101216 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=591840 CPUtime=822.31 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 100223 0 0 0 82193 38 0 0 25 0 4 0 520618799 606044160 101216 33554432000 4194304 4650419 140736898820160 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3284.7
Current children cumulated vsize (KiB) 591840

[startup+882.307 s]
/proc/loadavg: 8.08 8.03 7.95 9/184 19089
/proc/meminfo: memFree=17004860/32951124 swapFree=67111528/67111528
[pid=19055] ppid=19052 vsize=593900 CPUtime=3524.39 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 479108 0 0 0 352260 179 0 0 25 0 4 0 520618799 608153600 99116 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 148475 99116 395 112 0 143440 0
[pid=19055/tid=19058] ppid=19052 vsize=593900 CPUtime=877.51 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 102609 0 0 0 87711 40 0 0 25 0 4 0 520618799 608153600 99116 33554432000 4194304 4650419 140736898820160 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=593900 CPUtime=882.31 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 151125 0 0 0 88174 57 0 0 25 0 4 0 520618799 608153600 99116 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=593900 CPUtime=882.31 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 103019 0 0 0 88191 40 0 0 25 0 4 0 520618799 608153600 99116 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3524.39
Current children cumulated vsize (KiB) 593900

[startup+942.3 s]
/proc/loadavg: 8.08 8.04 7.96 9/184 19090
/proc/meminfo: memFree=16992680/32951124 swapFree=67111528/67111528
[pid=19055] ppid=19052 vsize=591984 CPUtime=3764.04 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 494247 0 0 0 376218 186 0 0 25 0 4 0 520618799 606191616 95703 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 147996 95703 395 112 0 142961 0
[pid=19055/tid=19058] ppid=19052 vsize=591984 CPUtime=937.18 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 105471 0 0 0 93677 41 0 0 25 0 4 0 520618799 606191616 95703 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=591984 CPUtime=942.3 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 158134 0 0 0 94170 60 0 0 25 0 4 0 520618799 606191616 95703 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=591984 CPUtime=942.3 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 104941 0 0 0 94189 41 0 0 25 0 4 0 520618799 606191616 95703 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3764.04
Current children cumulated vsize (KiB) 591984

[startup+1002.3 s]
/proc/loadavg: 8.07 8.04 7.96 9/184 19092
/proc/meminfo: memFree=16903460/32951124 swapFree=67111528/67111528
[pid=19055] ppid=19052 vsize=617584 CPUtime=4003.7 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 521892 0 0 0 400172 198 0 0 25 0 4 0 520618799 632406016 114764 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 154396 114764 395 112 0 149361 0
[pid=19055/tid=19058] ppid=19052 vsize=617584 CPUtime=996.86 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 109932 0 0 0 99642 44 0 0 25 0 4 0 520618799 632406016 114764 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=617584 CPUtime=1002.31 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 167466 0 0 0 100166 65 0 0 25 0 4 0 520618799 632406016 114764 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=617584 CPUtime=1002.31 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 112594 0 0 0 100187 44 0 0 25 0 4 0 520618799 632406016 114764 33554432000 4194304 4650419 140736898820160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4003.7
Current children cumulated vsize (KiB) 617584

[startup+1062.3 s]
/proc/loadavg: 8.02 8.03 7.96 9/184 19093
/proc/meminfo: memFree=16845748/32951124 swapFree=67111528/67111528
[pid=19055] ppid=19052 vsize=617688 CPUtime=4243.39 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 544060 0 0 0 424131 208 0 0 25 0 4 0 520618799 632512512 125404 33554432000 4194304 4650419 140736898820160 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 154422 125404 395 112 0 149387 0
[pid=19055/tid=19058] ppid=19052 vsize=617688 CPUtime=1056.54 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 115953 0 0 0 105608 46 0 0 25 0 4 0 520618799 632512512 125404 33554432000 4194304 4650419 140736898820160 18446744073709551615 4229477 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=617688 CPUtime=1062.31 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 175838 0 0 0 106163 68 0 0 25 0 4 0 520618799 632512512 125404 33554432000 4194304 4650419 140736898820160 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=617688 CPUtime=1062.31 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 117436 0 0 0 106185 46 0 0 25 0 4 0 520618799 632512512 125404 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4243.39
Current children cumulated vsize (KiB) 617688

[startup+1122.3 s]
/proc/loadavg: 8.08 8.05 7.97 10/184 19095
/proc/meminfo: memFree=16868888/32951124 swapFree=67111528/67111528
[pid=19055] ppid=19052 vsize=679252 CPUtime=4483.05 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 565971 0 0 0 448089 216 0 0 25 0 4 0 520618799 695554048 118611 33554432000 4194304 4650419 140736898820160 18446744073709551615 4476309 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 169813 118611 395 112 0 164778 0
[pid=19055/tid=19058] ppid=19052 vsize=679252 CPUtime=1116.21 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 118356 0 0 0 111574 47 0 0 25 0 4 0 520618799 695554048 118611 33554432000 4194304 4650419 140736898820160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=679252 CPUtime=1122.31 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 183616 0 0 0 112160 71 0 0 25 0 4 0 520618799 695554048 118611 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=679252 CPUtime=1122.31 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 121572 0 0 0 112183 48 0 0 25 0 4 0 520618799 695554048 118611 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4483.05
Current children cumulated vsize (KiB) 679252

[startup+1182.3 s]
/proc/loadavg: 8.07 8.06 7.98 9/184 19097
/proc/meminfo: memFree=16814920/32951124 swapFree=67111528/67111528
[pid=19055] ppid=19052 vsize=793792 CPUtime=4722.73 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 587231 0 0 0 472048 225 0 0 25 0 4 0 520618799 812843008 128984 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 198448 128984 395 112 0 193413 0
[pid=19055/tid=19058] ppid=19052 vsize=793792 CPUtime=1175.88 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 121986 0 0 0 117539 49 0 0 25 0 4 0 520618799 812843008 128985 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=793792 CPUtime=1182.32 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 193205 0 0 0 118157 75 0 0 25 0 4 0 520618799 812843008 128985 33554432000 4194304 4650419 140736898820160 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=793792 CPUtime=1182.31 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 124416 0 0 0 118182 49 0 0 25 0 4 0 520618799 812843008 128985 33554432000 4194304 4650419 140736898820160 18446744073709551615 4520352 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4722.73
Current children cumulated vsize (KiB) 793792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.12 8.07 7.99 10/184 19097
/proc/meminfo: memFree=16789124/32951124 swapFree=67111528/67111528
[pid=19055] ppid=19052 vsize=739508 CPUtime=4800.24 cores=0,2,4,6
/proc/19055/stat : 19055 (strangenight1-m) R 19052 19055 19020 0 -1 4202496 595178 0 0 0 479795 229 0 0 25 0 4 0 520618799 757256192 131929 33554432000 4194304 4650419 140736898820160 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/19055/statm: 184877 131929 395 112 0 179842 0
[pid=19055/tid=19058] ppid=19052 vsize=739508 CPUtime=1195.17 cores=0,2,4,6
/proc/19055/task/19058/stat : 19058 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 124205 0 0 0 119468 49 0 0 25 0 4 0 520618799 757256192 131929 33554432000 4194304 4650419 140736898820160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=19055/tid=19059] ppid=19052 vsize=739508 CPUtime=1201.72 cores=0,2,4,6
/proc/19055/task/19059/stat : 19059 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 196215 0 0 0 120097 75 0 0 25 0 4 0 520618799 757256192 131929 33554432000 4194304 4650419 140736898820160 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=19055/tid=19060] ppid=19052 vsize=739508 CPUtime=1201.72 cores=0,2,4,6
/proc/19055/task/19060/stat : 19060 (strangenight1-m) R 19052 19055 19020 0 -1 4202560 125409 0 0 0 120122 50 0 0 25 0 4 0 520618799 757256192 131929 33554432000 4194304 4650419 140736898820160 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4800.24
Current children cumulated vsize (KiB) 739508

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.74
CPU time (s): 4800.29
CPU user time (s): 4797.98
CPU system time (s): 2.31565
CPU usage (%): 399.446
Max. virtual memory (cumulated for all children) (KiB): 836312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.98
system time used= 2.31565
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 595179
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= 187
involuntary context switches= 29931

runsolver used 1.9977 second user time and 4.53631 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-29 17:16:02
IDJOB=3175125
IDBENCH=82743
IDSOLVER=1588
FILE ID=node103/3175125-1304090162
RUNJOBID= node103-1304090162-19038
PBS_JOBID= 13170574
Free space on /tmp= 71520 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
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-3175125-1304090162/watcher-3175125-1304090162 -o /tmp/evaluation-result-3175125-1304090162/solver-3175125-1304090162 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175125-1304090162.cnf

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

MD5SUM BENCH= 90af97b0aabddb9e07bb7ada8a5dcbc1
RANDOM SEED=189167032

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17896564 kB
Buffers:       2148464 kB
Cached:       12258348 kB
SwapCached:          0 kB
Active:        5588284 kB
Inactive:      8881876 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17896564 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12612 kB
Writeback:           0 kB
AnonPages:       63320 kB
Mapped:          14324 kB
Slab:           519744 kB
PageTables:       4644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   184676 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= 71508 MiB
End job on node103 at 2011-04-29 17:36:06