Trace number 3367135

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-2-mt (fixed)SAT 764.151 191.603

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_1_keyfind_1.cnf
MD5SUM9e18e0ee8a56ea2c59fe8e682ff6c747
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.783
Satisfiable
(Un)Satisfiability was proved
Number of variables596
Number of clauses2780
Sum of the clauses size10460
Maximum clause length5
Minimum clause length1
Number of clauses of size 1132
Number of clauses of size 280
Number of clauses of size 31168
Number of clauses of size 4336
Number of clauses of size 51064
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3367135-1305414923.cnf'
0.00/0.00	c -- header says num vars:            596
0.00/0.00	c -- header says num clauses:        2780
0.00/0.00	c -- clauses added:            0 learnts,         2780 normals,            0 xors
0.00/0.00	c -- vars added        596
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       596      2552        80         0     10248         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/2040/2040 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:  160 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c Replacing      160 vars Replaced     3688 lits Time:     0.00 s 
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    304 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:     160, avg size: 3.8)
0.00/0.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     28 locsubst:     0 time:   0.00
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:       2 undec:     320 neg:     274
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       276       632        16         0      2864         0   no data   no data
0.00/0.05	c Decided on static restart strategy
0.37/0.12	c  N st     8      4915       276       632        25      4603      2864    102864   no data   no data
1.17/0.34	c  N st    10     11298       276       632        35      4283      2864     70311   no data   no data
1.97/0.56	c  N st    11     17042       276       632        35      9751      2864    203819   no data   no data
3.57/0.94	c  F st    12     25000       276       632        37     11958      2864    238803   no data   no data
3.57/0.94	c  N st    12     25000       276       632        37     11958      2864    238803   no data   no data
4.40/1.17	c Decided on static restart strategy
4.40/1.17	c  N st    18     30000       276       632        40     10336      2864    193092   no data   no data
4.40/1.17	c  S st    18     30000       276       632        40     10336      2864    193092   no data   no data
4.75/1.20	c  S st    18     30504       276       632        43     10815      2864    200952   no data   no data
4.75/1.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      4 locsubst:     0 time:   0.00
4.75/1.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   18 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.75/1.22	c Replacing       18 vars Replaced    28765 lits Time:     0.01 s 
4.75/1.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.75/1.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.75/1.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.75/1.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    254 time:  0.00 s
4.75/1.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.75/1.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.75/1.22	c subs with bin:        6  lits-rem:        55  v-fix:    0  time:  0.00 s
5.56/1.40	c lits-rem:      1697  cl-subs:     1558  v-elim:      0  v-fix:    0  time:  0.17 s
5.56/1.40	c asymm  cl-useful: 0/632/632 lits-rem:0 time: 0.00
5.56/1.40	c calculated reachability. Time: 0.00
5.56/1.40	c  N st    18     30504       254       632         7      7927      2824    140667   no data   no data
5.96/1.58	c Finding binary XORs  T:     0.00 s  found:       3
5.96/1.58	c Replacing        3 vars Replaced     1856 lits Time:     0.00 s 
7.16/1.82	c  N st    20     37615       251       632         5      7844      2824    125089   no data   no data
8.37/2.17	c  N st    21     44015       251       632         5     13710      2824    255762   no data   no data
9.14/2.31	c  S st    22     45757       251       632         8     15318      2824    293286   no data   no data
9.14/2.34	c  S st    22     46260       251       632        12     15795      2824    300466   no data   no data
9.14/2.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.14/2.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    3 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.14/2.35	c Replacing        3 vars Replaced     2001 lits Time:     0.00 s 
9.14/2.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.14/2.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.14/2.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.14/2.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    248 time:  0.00 s
9.14/2.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.14/2.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.14/2.36	c subs with bin:        4  lits-rem:        52  v-fix:    0  time:  0.00 s
11.54/2.93	c lits-rem:       766  cl-subs:     3436  v-elim:      0  v-fix:    0  time:  0.57 s
11.54/2.93	c vivif2 --  cl tried      632 cl shrink        0 lits rem          0 time: 0.00
11.54/2.94	c vivif2 --  cl tried    12353 cl shrink        0 lits rem          0 time: 0.00
11.54/2.94	c asymm  cl-useful: 0/632/632 lits-rem:0 time: 0.00
11.54/2.94	c calculated reachability. Time: 0.00
11.54/2.94	c  N st    22     46260       248       632         6     12353      2824    227862   no data   no data
16.73/4.21	c  N st    23     60657       248       632         6     17891      2824    359962   no data   no data
16.73/4.21	c Finding binary XORs  T:     0.00 s  found:       3
16.73/4.21	c Replacing        3 vars Replaced      604 lits Time:     0.00 s 
18.72/4.75	c  N st    24     69391       245       632         4     17089      2824    317025   no data   no data
18.72/4.75	c  S st    24     69391       245       632         4     17089      2824    317025   no data   no data
18.72/4.78	c  S st    24     69891       245       632         4     17568      2824    325071   no data   no data
18.72/4.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.72/4.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
18.72/4.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.72/4.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.72/4.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.72/4.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    245 time:  0.00 s
18.72/4.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
18.72/4.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
19.12/4.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.11/5.32	c lits-rem:      1480  cl-subs:     2695  v-elim:      0  v-fix:    0  time:  0.53 s
21.11/5.32	c vivif2 --  cl tried      632 cl shrink        0 lits rem          0 time: 0.00
21.11/5.33	c vivif2 --  cl tried    14873 cl shrink        0 lits rem          0 time: 0.00
21.11/5.33	c asymm  cl-useful: 0/632/632 lits-rem:0 time: 0.01
21.11/5.33	c calculated reachability. Time: 0.00
21.11/5.33	c  N st    24     69891       245       632         4     14873      2824    271613   no data   no data
26.35/6.69	c  F st    25     87500       245       632         4     21337      2824    412230   no data   no data
26.35/6.69	c  N st    25     87500       245       632         4     21337      2824    412230   no data   no data
27.90/7.06	c Decided on static restart strategy
28.70/7.28	c  N st    32     95538       245       632         6     17820      2824    319770   no data   no data
31.48/7.99	c  N st    34    104836       245       632         6     14371      2824    223672   no data   no data
31.48/7.99	c  S st    34    104836       245       632         6     14371      2824    223672   no data   no data
31.88/8.01	c  S st    34    105338       245       632         6     14850      2824    231950   no data   no data
31.88/8.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
31.88/8.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
31.88/8.02	c Replacing        2 vars Replaced     1013 lits Time:     0.00 s 
31.88/8.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31.88/8.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
31.88/8.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.88/8.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    243 time:  0.00 s
31.88/8.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.88/8.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
31.88/8.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
32.28/8.18	c lits-rem:       447  cl-subs:     1064  v-elim:      0  v-fix:    0  time:  0.15 s
32.28/8.18	c vivif2 --  cl tried      632 cl shrink        0 lits rem          0 time: 0.00
32.28/8.18	c vivif2 --  cl tried    13786 cl shrink        0 lits rem          0 time: 0.00
32.28/8.19	c asymm  cl-useful: 0/632/632 lits-rem:0 time: 0.01
32.28/8.19	c calculated reachability. Time: 0.00
32.28/8.19	c  N st    34    105338       243       632         2     13786      2824    212024   no data   no data
35.13/8.83	c  N st    35    114937       243       632         2     22698      2824    413152   no data   no data
39.51/9.95	c  N st    36    129335       243       632         3     23269      2824    418247   no data   no data
47.04/11.84	c  N st    37    150931       243       632         3     29334      2824    545927   no data   no data
47.04/11.84	c Finding binary XORs  T:     0.00 s  found:       1
49.03/12.37	c  S st    38    158007       243       632         4     21018      2824    350439   no data   no data
49.43/12.41	c  S st    38    158510       243       632         4     21496      2824    358943   no data   no data
49.43/12.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
49.43/12.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
49.43/12.42	c Replacing        1 vars Replaced       91 lits Time:     0.00 s 
49.43/12.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
49.43/12.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
49.43/12.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.43/12.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    242 time:  0.00 s
49.43/12.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.43/12.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
49.43/12.43	c subs with bin:        0  lits-rem:       158  v-fix:    0  time:  0.00 s
51.84/13.00	c lits-rem:       426  cl-subs:     2685  v-elim:      0  v-fix:    0  time:  0.57 s
51.84/13.00	c vivif2 --  cl tried      632 cl shrink        0 lits rem          0 time: 0.00
51.84/13.01	c vivif2 --  cl tried    18811 cl shrink        0 lits rem          0 time: 0.00
51.84/13.02	c asymm  cl-useful: 0/632/632 lits-rem:0 time: 0.01
51.84/13.02	c calculated reachability. Time: 0.00
51.84/13.02	c  N st    38    158510       242       632         2     18811      2824    305471   no data   no data
68.18/17.11	c  N st    39    207098       242       632         2     31270      2824    580333   no data   no data
78.58/19.80	c  N st    40    237766       242       632         3     23714      2824    376762   no data   no data
78.58/19.80	c  S st    40    237766       242       632         3     23714      2824    376762   no data   no data
79.00/19.87	c  S st    40    238269       242       632         3     24207      2824    386747   no data   no data
79.00/19.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
79.00/19.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
79.00/19.88	c Replacing        1 vars Replaced     1175 lits Time:     0.00 s 
79.00/19.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
79.00/19.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
79.00/19.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.00/19.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    241 time:  0.00 s
79.00/19.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
79.00/19.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
79.35/19.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.15/20.65	c lits-rem:       718  cl-subs:     3213  v-elim:      0  v-fix:    0  time:  0.75 s
82.15/20.65	c vivif2 --  cl tried      632 cl shrink        0 lits rem          0 time: 0.00
82.15/20.65	c vivif2 --  cl tried    20993 cl shrink        0 lits rem          0 time: 0.00
82.15/20.66	c asymm  cl-useful: 0/632/632 lits-rem:0 time: 0.01
82.15/20.66	c calculated reachability. Time: 0.00
82.15/20.66	c  N st    40    238269       241       632         1     20993      2824    324564   no data   no data
112.86/28.30	c  F st    41    306251       241       632         1     23411      2824    352625   no data   no data
112.86/28.30	c  N st    41    306251       241       632         1     23411      2824    352625   no data   no data
114.45/28.75	c Decided on static restart strategy
123.62/31.04	c  N st    51    334552       241       632         2     27297      2824    430335   no data   no data
133.99/33.60	c  N st    53    357404       241       632         2     25359      2824    384180   no data   no data
133.99/33.61	c  S st    53    357404       241       632         2     25359      2824    384180   no data   no data
133.99/33.66	c  S st    53    357908       241       632         2     25849      2824    393117   no data   no data
133.99/33.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
133.99/33.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
133.99/33.67	c Replacing        1 vars Replaced       45 lits Time:     0.00 s 
133.99/33.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
133.99/33.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
133.99/33.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
133.99/33.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
133.99/33.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
133.99/33.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
133.99/33.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
135.61/34.11	c lits-rem:       873  cl-subs:     1552  v-elim:      0  v-fix:    0  time:  0.42 s
135.61/34.11	c vivif2 --  cl tried      632 cl shrink        0 lits rem          0 time: 0.00
136.03/34.11	c vivif2 --  cl tried    24297 cl shrink        0 lits rem          0 time: 0.00
136.03/34.12	c asymm  cl-useful: 0/632/632 lits-rem:0 time: 0.01
136.03/34.12	c calculated reachability. Time: 0.00
136.03/34.12	c  N st    53    357908       240       632         0     24297      2824    363350   no data   no data
149.94/37.60	c  N st    54    390300       240       632         0     30204      2824    482047   no data   no data
171.12/42.97	c  N st    55    438888       240       632         0     50277      2824    895522   no data   no data
205.39/51.54	c  N st    56    511770       240       632         0     37544      2824    598503   no data   no data
218.14/54.77	c  N st    57    536862       240       632         0     32148      2824    478843   no data   no data
218.14/54.77	c  S st    57    536862       240       632         0     32148      2824    478843   no data   no data
218.54/54.84	c  S st    57    537363       240       632         0     32637      2824    487674   no data   no data
218.54/54.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
218.54/54.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
218.54/54.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
218.54/54.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
218.54/54.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
218.54/54.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
218.54/54.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
218.54/54.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
218.54/54.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
220.53/55.32	c lits-rem:      1026  cl-subs:     1811  v-elim:      0  v-fix:    0  time:  0.45 s
220.53/55.32	c vivif2 --  cl tried      632 cl shrink        0 lits rem          0 time: 0.00
220.53/55.32	c vivif2 --  cl tried    30826 cl shrink        0 lits rem          0 time: 0.01
220.53/55.34	c asymm  cl-useful: 0/632/632 lits-rem:0 time: 0.02
220.53/55.34	c calculated reachability. Time: 0.00
220.53/55.34	c  N st    57    537363       240       632         0     30826      2824    453840   no data   no data
295.53/74.17	c  N st    58    701349       240       632         0     57202      2824    950810   no data   no data
360.53/90.49	c  N st    59    806044       240       632         0     52594      2824    874831   no data   no data
360.53/90.49	c  S st    59    806044       240       632         0     52594      2824    874831   no data   no data
361.33/90.60	c  S st    59    806546       240       632         0     53086      2824    883522   no data   no data
361.33/90.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
361.33/90.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
361.33/90.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
361.33/90.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
361.33/90.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
361.33/90.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
361.33/90.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
361.33/90.63	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
361.33/90.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
393.23/98.67	c lits-rem:      1105  cl-subs:    10094  v-elim:      0  v-fix:    0  time:  8.02 s
393.23/98.67	c vivif2 --  cl tried      632 cl shrink        0 lits rem          0 time: 0.00
393.23/98.68	c vivif2 --  cl tried    42992 cl shrink        0 lits rem          0 time: 0.01
393.64/98.72	c asymm  cl-useful: 0/632/632 lits-rem:0 time: 0.04
393.64/98.73	c calculated reachability. Time: 0.00
393.64/98.73	c  N st    59    806546       240       632         0     42992      2824    694047   no data   no data
577.91/144.92	c  F st    60   1071875       240       632         0     58893      2824    944818   no data   no data
577.91/144.92	c  N st    60   1071875       240       632         0     58893      2824    944818   no data   no data
581.50/145.86	c Decided on static restart strategy
600.24/150.54	c  N st    70   1100182       240       632         0     43238      2824    629131   no data   no data
622.18/156.01	c  N st    72   1136174       240       632         0     76758      2824   1380869   no data   no data
638.92/160.22	c  N st    73   1168567       240       632         0     64577      2824   1073557   no data   no data
667.23/167.38	c  N st    74   1209819       240       632         0     58917      2824    955529   no data   no data
667.23/167.38	c  S st    74   1209819       240       632         0     58917      2824    955529   no data   no data
668.03/167.53	c  S st    74   1210320       240       632         0     59400      2824    965839   no data   no data
668.03/167.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
668.03/167.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
668.03/167.56	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
668.03/167.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
668.03/167.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
668.03/167.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    240 time:  0.00 s
668.03/167.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
668.03/167.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
668.03/167.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
689.17/172.81	c lits-rem:      2648  cl-subs:     8758  v-elim:      0  v-fix:    0  time:  5.21 s
689.17/172.81	c vivif2 --  cl tried      632 cl shrink        0 lits rem          0 time: 0.00
689.17/172.82	c vivif2 --  cl tried    50642 cl shrink        0 lits rem          0 time: 0.01
689.17/172.85	c asymm  cl-useful: 0/632/632 lits-rem:0 time: 0.03
689.17/172.86	c calculated reachability. Time: 0.00
689.17/172.86	c  N st    74   1210320       240       632         0     50642      2824    803348   no data   no data
730.26/183.11	c  N st    75   1283202       240       632         0     74057      2824   1256256   no data   no data
763.75/191.59	c Following stats are for *FIRST FINISHED THREAD ONLY*
763.75/191.59	c num threads              : 4          
763.75/191.59	c restarts                 : 75         
763.75/191.59	c dynamic restarts         : 0          
763.75/191.59	c static restarts          : 75         
763.75/191.59	c full restarts            : 4          
763.75/191.59	c total simplify time      : 0.00       
763.75/191.59	c learnts DL2              : 0          
763.75/191.59	c learnts size 2           : 384        
763.75/191.59	c learnts size 1           : 132         (22.15     % of vars)
763.75/191.59	c filedLit time            : 0.06        (0.03      % time)
763.75/191.59	c v-elim SatELite          : 0           (0.00      % vars)
763.75/191.59	c SatELite time            : 24.50       (12.80     % time)
763.75/191.59	c v-elim xor               : 0           (0.00      % vars)
763.75/191.59	c xor elim time            : 0.01        (0.01      % time)
763.75/191.59	c num binary xor trees     : 192        
763.75/191.59	c binxor trees' crown      : 192         (1.00      leafs/tree)
763.75/191.59	c bin xor find time        : 0.00       
763.75/191.59	c OTF clause improved      : 81956       (0.07      clauses/conflict)
763.75/191.59	c OTF impr. size diff      : 84984       (1.04       lits/clause)
763.75/191.59	c OTF cl watch-shrink      : 329879      (0.27      clauses/conflict)
763.75/191.59	c OTF cl watch-sh-lit      : 568705      (1.72       lits/clause)
763.75/191.59	c tried to recurMin cls    : 37625       (3.06       % of conflicts)
763.75/191.59	c updated cache            : 2413        (0.06       lits/tried recurMin)
763.75/191.59	c unit cls recevied        : 0           (0.00      % of units)
763.75/191.59	c unit cls sent            : 0           (0.00      % of units)
763.75/191.59	c bin cls recevied         : 51         
763.75/191.59	c bin cls sent             : 7          
763.75/191.59	c clauses over max glue    : 0           (0.00      % of all clauses)
763.75/191.59	c conflicts                : 1229282     (6419.47   / sec)
763.75/191.59	c decisions                : 1342701     (1.43      % random)
763.75/191.59	c bogo-props               : 43098564853 (225066138.50 / sec)
763.75/191.59	c conflict literals        : 26708586    (33.99     % deleted)
763.75/191.59	c Memory used              : 367.47      MB
763.75/191.59	c single-thread CPU time   : 191.49      s
763.75/191.59	c all-threads sum CPU time : 763.76      s
763.75/191.59	s SATISFIABLE
763.75/191.59	v -1 2 -3 4 5 6 7 8 9 10 11 12 13 14 -15 -16 17 -18 19 20 21 -22 -23 24 -25 -26 -27 -28 -29 30 31 32 33 34 -35 -36 37 -38 39 40 -41 -42 -43 -44 45 46 -47 48 49 -50 -51 -52 -53 54 -55 56 -57 -58 -59 60 61 62 -63 -64 -65 66 67 -68 69 70 71 -72 73 -74 75 76 77 78 -79 80 81 -82 -83 84 -85 86 -87 88 89 90 -91 -92 93 94 95 -96 -97 -98 99 -100 -101 -102 103 -104 105 -106 107 -108 -109 -110 111 -112 -113 114 -115 -116 -117 118 -119 -120 121 122 -123 -124 -125 126 -127 -128 129 130 131 -132 -133 134 -135 -136 137 -138 139 140 141 142 143 -144 145 -146 -147 -148 149 150 -151 -152 -153 -154 -155 156 -157 158 159 160 161 162 163 164 -165 166 -167 -168 -169 170 -171 -172 -173 -174 175 176 177 -178 -179 180 -181 182 -183 184 -185 186 187 -188 189 -190 -191 192 -193 -194 195 196 -197 -198 -199 200 -201 202 -203 -204 -205 -206 -207 208 -209 -210 211 -212 213 214 -215 -216 217 218 -219 -220 221 -222 -223 224 225 226 227 -228 229 -230 -231 232 233 -234 235 -236 237 238 239 240 241 242 -243 -244 -245 -246 -247 248 249 250 -251 252 253 -254 -255 -256 -257 258 -259 260 261 262 -263 264 265 -266 -267 268 269 270 271 272 273 274 -275 -276 277 -278 -279 -280 -281 282 -283 284 -285 -286 -287 288 289 290 291 -292 293 -294 295 -296 297 298 299 300 -301 -302 303 304 305 -306 307 -308 309 310 311 -312 -313 -314 315 316 -317 318 319 320 321 -322 323 324 325 -326 -327 328 -329 -330 331 -332 -333 -334 -335 336 -337 338 -339 -340 -341 342 -343 -344 -345 346 -347 -348 -349 350 351 -352 -353 -354 -355 356 357 358 359 -360 361 -362 363 364 -365 -366 -367 -368 -369 -370 371 372 373 -374 375 376 -377 378 -379 380 381 382 383 -384 -385 386 -387 -388 -389 -390 391 392 393 394 395 396 397 -398 -399 400 -401 402 -403 404 405 406 -407 408 -409 -410 -411 412 413 -414 415 416 -417 -418 -419 -420 421 -422 423 424 -425 -426 427 -428 429 430 -431 432 -433 -434 435 436 437 -438 439 440 -441 -442 443 444 445 -446 -447 -448 -449 -450 -451 452 453 454 -455 -456 457 -458 -459 -460 461 462 -463 464 -465 -466 467 -468 -469 470 471 -472 -473 474 -475 476 477 -478 -479 -480 -481 482 -483 484 485 486 487 488 489 490 491 -492 -493 -494 495 -496 -497 -498 499 500 501 -502 -503 504 -505 506 -507 -508 509 -510 511 -512 513 -514 -515 516 -517 -518 -519 -520 -521 522 -523 -524 -525 526 -527 -528 -529 530 531 -532 -533 534 -535 536 537 538 539 -540 -541 -542 -543 -544 -545 -546 547 548 -549 550 -551 552 553 -554 555 556 -557 558 559 -560 -561 562 -563 564 -565 566 -567 568 569 570 571 -572 -573 574 575 -576 -577 -578 -579 580 -581 -582 583 -584 -585 -586 587 588 -589 -590 591 -592 -593 -594 595 -596 0

Verifier Data

OK

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-3367135-1305414923/watcher-3367135-1305414923 -o /tmp/evaluation-result-3367135-1305414923/solver-3367135-1305414923 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3367135-1305414923.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: 3.42 4.83 6.39 2/353 16176
/proc/meminfo: memFree=25230008/32950928 swapFree=38710892/67111528
[pid=16176] ppid=16174 vsize=273652 CPUtime=0 cores=0,2,4,6
/proc/16176/stat : 16176 (strangenight2-m) R 16174 16176 15445 0 -1 4202496 776 0 0 0 0 0 0 0 23 0 4 0 731723004 280219648 696 33554432000 4194304 4580107 140734388857280 18446744073709551615 251367215537 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16176/statm: 68413 697 337 95 0 63395 0
[pid=16176/tid=16178] ppid=16174 vsize=282376 CPUtime=0 cores=0,2,4,6
/proc/16176/task/16178/stat : 16178 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 98 0 0 0 0 0 0 0 24 0 4 0 731723005 289153024 1123 33554432000 4194304 4580107 140734388857280 18446744073709551615 4354950 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=16176/tid=16179] ppid=16174 vsize=282376 CPUtime=0 cores=0,2,4,6
/proc/16176/task/16179/stat : 16179 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 260 0 0 0 0 0 0 0 24 0 4 0 731723005 289153024 1123 33554432000 4194304 4580107 140734388857280 18446744073709551615 4415729 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=282288 CPUtime=0 cores=0,2,4,6
/proc/16176/task/16180/stat : 16180 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 153 0 0 0 0 0 0 0 24 0 4 0 731723005 289062912 1123 33554432000 4194304 4580107 140734388857280 18446744073709551615 4319898 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0754359 s]
/proc/loadavg: 3.42 4.83 6.39 2/353 16176
/proc/meminfo: memFree=25230008/32950928 swapFree=38710892/67111528
[pid=16176] ppid=16174 vsize=282436 CPUtime=0.27 cores=0,2,4,6
/proc/16176/stat : 16176 (strangenight2-m) R 16174 16176 15445 0 -1 4202496 1675 0 0 0 27 0 0 0 23 0 4 0 731723004 289214464 1593 33554432000 4194304 4580107 140734388857280 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16176/statm: 70609 1594 379 95 0 65591 0
[pid=16176/tid=16178] ppid=16174 vsize=282436 CPUtime=0.06 cores=0,2,4,6
/proc/16176/task/16178/stat : 16178 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 322 0 0 0 6 0 0 0 24 0 4 0 731723005 289214464 1594 33554432000 4194304 4580107 140734388857280 18446744073709551615 4293904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16176/tid=16179] ppid=16174 vsize=282436 CPUtime=0.06 cores=0,2,4,6
/proc/16176/task/16179/stat : 16179 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 341 0 0 0 6 0 0 0 24 0 4 0 731723005 289214464 1594 33554432000 4194304 4580107 140734388857280 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=282436 CPUtime=0.07 cores=0,2,4,6
/proc/16176/task/16180/stat : 16180 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 235 0 0 0 7 0 0 0 24 0 4 0 731723005 289214464 1595 33554432000 4194304 4580107 140734388857280 18446744073709551615 4295695 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 282436

[startup+0.100431 s]
/proc/loadavg: 3.42 4.83 6.39 2/353 16176
/proc/meminfo: memFree=25230008/32950928 swapFree=38710892/67111528
[pid=16176] ppid=16174 vsize=282436 CPUtime=0.37 cores=0,2,4,6
/proc/16176/stat : 16176 (strangenight2-m) R 16174 16176 15445 0 -1 4202496 1814 0 0 0 37 0 0 0 23 0 4 0 731723004 289214464 1732 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16176/statm: 70609 1733 379 95 0 65591 0
[pid=16176/tid=16178] ppid=16174 vsize=282436 CPUtime=0.08 cores=0,2,4,6
/proc/16176/task/16178/stat : 16178 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 361 0 0 0 8 0 0 0 24 0 4 0 731723005 289214464 1733 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16176/tid=16179] ppid=16174 vsize=282436 CPUtime=0.09 cores=0,2,4,6
/proc/16176/task/16179/stat : 16179 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 372 0 0 0 9 0 0 0 24 0 4 0 731723005 289214464 1733 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294993 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=282436 CPUtime=0.09 cores=0,2,4,6
/proc/16176/task/16180/stat : 16180 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 269 0 0 0 9 0 0 0 24 0 4 0 731723005 289214464 1733 33554432000 4194304 4580107 140734388857280 18446744073709551615 4489504 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282436

[startup+0.300394 s]
/proc/loadavg: 3.42 4.83 6.39 2/353 16176
/proc/meminfo: memFree=25230008/32950928 swapFree=38710892/67111528
[pid=16176] ppid=16174 vsize=283680 CPUtime=1.17 cores=0,2,4,6
/proc/16176/stat : 16176 (strangenight2-m) R 16174 16176 15445 0 -1 4202496 2806 0 0 0 117 0 0 0 23 0 4 0 731723004 290488320 2190 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16176/statm: 70920 2190 379 95 0 65902 0
[pid=16176/tid=16178] ppid=16174 vsize=283680 CPUtime=0.28 cores=0,2,4,6
/proc/16176/task/16178/stat : 16178 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 625 0 0 0 28 0 0 0 25 0 4 0 731723005 290488320 2190 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16176/tid=16179] ppid=16174 vsize=283680 CPUtime=0.29 cores=0,2,4,6
/proc/16176/task/16179/stat : 16179 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 602 0 0 0 29 0 0 0 25 0 4 0 731723005 290488320 2190 33554432000 4194304 4580107 140734388857280 18446744073709551615 4321016 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=283680 CPUtime=0.29 cores=0,2,4,6
/proc/16176/task/16180/stat : 16180 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 515 0 0 0 29 0 0 0 25 0 4 0 731723005 290488320 2190 33554432000 4194304 4580107 140734388857280 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283680

[startup+0.700321 s]
/proc/loadavg: 3.42 4.83 6.39 2/353 16176
/proc/meminfo: memFree=25230008/32950928 swapFree=38710892/67111528
[pid=16176] ppid=16174 vsize=284816 CPUtime=2.77 cores=0,2,4,6
/proc/16176/stat : 16176 (strangenight2-m) R 16174 16176 15445 0 -1 4202496 4603 0 0 0 277 0 0 0 25 0 4 0 731723004 291651584 2452 33554432000 4194304 4580107 140734388857280 18446744073709551615 4318504 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16176/statm: 71204 2452 379 95 0 66186 0
[pid=16176/tid=16178] ppid=16174 vsize=284816 CPUtime=0.68 cores=0,2,4,6
/proc/16176/task/16178/stat : 16178 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 1105 0 0 0 68 0 0 0 25 0 4 0 731723005 291651584 2452 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16176/tid=16179] ppid=16174 vsize=284816 CPUtime=0.69 cores=0,2,4,6
/proc/16176/task/16179/stat : 16179 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 1066 0 0 0 69 0 0 0 25 0 4 0 731723005 291651584 2452 33554432000 4194304 4580107 140734388857280 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=284816 CPUtime=0.69 cores=0,2,4,6
/proc/16176/task/16180/stat : 16180 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 872 0 0 0 69 0 0 0 25 0 4 0 731723005 291651584 2452 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294544 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) 284816

[startup+1.50018 s]
/proc/loadavg: 3.42 4.83 6.39 9/365 16188
/proc/meminfo: memFree=25202748/32950928 swapFree=38710892/67111528
[pid=16176] ppid=16174 vsize=290424 CPUtime=5.96 cores=0,2,4,6
/proc/16176/stat : 16176 (strangenight2-m) R 16174 16176 15445 0 -1 4202496 8206 0 0 0 595 1 0 0 25 0 4 0 731723004 297394176 4264 33554432000 4194304 4580107 140734388857280 18446744073709551615 4295272 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16176/statm: 72606 4264 380 95 0 67588 0
[pid=16176/tid=16178] ppid=16174 vsize=290424 CPUtime=1.47 cores=0,2,4,6
/proc/16176/task/16178/stat : 16178 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 1848 0 0 0 147 0 0 0 25 0 4 0 731723005 297394176 4265 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16176/tid=16179] ppid=16174 vsize=290424 CPUtime=1.48 cores=0,2,4,6
/proc/16176/task/16179/stat : 16179 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 1607 0 0 0 148 0 0 0 25 0 4 0 731723005 297394176 4265 33554432000 4194304 4580107 140734388857280 18446744073709551615 4295103 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=290424 CPUtime=1.49 cores=0,2,4,6
/proc/16176/task/16180/stat : 16180 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 1594 0 0 0 149 0 0 0 25 0 4 0 731723005 297394176 4265 33554432000 4194304 4580107 140734388857280 18446744073709551615 4489196 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 290424

[startup+3.10088 s]
/proc/loadavg: 3.42 4.83 6.39 9/365 16188
/proc/meminfo: memFree=25180056/32950928 swapFree=38710892/67111528
[pid=16176] ppid=16174 vsize=285744 CPUtime=12.34 cores=0,2,4,6
/proc/16176/stat : 16176 (strangenight2-m) R 16174 16176 15445 0 -1 4202496 16258 0 0 0 1232 2 0 0 25 0 4 0 731723004 292601856 9273 33554432000 4194304 4580107 140734388857280 18446744073709551615 4293938 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16176/statm: 71436 9273 380 95 0 66418 0
[pid=16176/tid=16178] ppid=16174 vsize=285744 CPUtime=3.06 cores=0,2,4,6
/proc/16176/task/16178/stat : 16178 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 3635 0 0 0 306 0 0 0 25 0 4 0 731723005 292601856 9273 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16176/tid=16179] ppid=16174 vsize=285744 CPUtime=3.08 cores=0,2,4,6
/proc/16176/task/16179/stat : 16179 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 3968 0 0 0 308 0 0 0 25 0 4 0 731723005 292601856 9273 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=285744 CPUtime=3.08 cores=0,2,4,6
/proc/16176/task/16180/stat : 16180 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 4106 0 0 0 308 0 0 0 25 0 4 0 731723005 292601856 9273 33554432000 4194304 4580107 140734388857280 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 285744

[startup+6.30029 s]
/proc/loadavg: 3.87 4.90 6.40 9/365 16188
/proc/meminfo: memFree=25131032/32950928 swapFree=38710892/67111528
[pid=16176] ppid=16174 vsize=303088 CPUtime=25.11 cores=0,2,4,6
/proc/16176/stat : 16176 (strangenight2-m) R 16174 16176 15445 0 -1 4202496 24291 0 0 0 2507 4 0 0 25 0 4 0 731723004 310362112 13553 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16176/statm: 75772 13553 380 95 0 70754 0
[pid=16176/tid=16178] ppid=16174 vsize=303088 CPUtime=6.22 cores=0,2,4,6
/proc/16176/task/16178/stat : 16178 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 6230 0 0 0 622 0 0 0 25 0 4 0 731723005 310362112 13553 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16176/tid=16179] ppid=16174 vsize=303088 CPUtime=6.28 cores=0,2,4,6
/proc/16176/task/16179/stat : 16179 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 6174 0 0 0 628 0 0 0 25 0 4 0 731723005 310362112 13553 33554432000 4194304 4580107 140734388857280 18446744073709551615 4295107 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=303088 CPUtime=6.28 cores=0,2,4,6
/proc/16176/task/16180/stat : 16180 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 5846 0 0 0 627 1 0 0 25 0 4 0 731723005 310362112 13553 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 303088

[startup+12.7011 s]
/proc/loadavg: 4.36 4.99 6.42 9/365 16189
/proc/meminfo: memFree=25062340/32950928 swapFree=38710892/67111528
[pid=16176] ppid=16174 vsize=304160 CPUtime=50.64 cores=0,2,4,6
/proc/16176/stat : 16176 (strangenight2-m) R 16174 16176 15445 0 -1 4202496 34721 0 0 0 5058 6 0 0 25 0 4 0 731723004 311459840 18672 33554432000 4194304 4580107 140734388857280 18446744073709551615 4406334 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16176/statm: 76040 18672 380 95 0 71022 0
[pid=16176/tid=16178] ppid=16174 vsize=304160 CPUtime=12.54 cores=0,2,4,6
/proc/16176/task/16178/stat : 16178 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 9199 0 0 0 1253 1 0 0 25 0 4 0 731723005 311459840 18672 33554432000 4194304 4580107 140734388857280 18446744073709551615 4318760 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16176/tid=16179] ppid=16174 vsize=304160 CPUtime=12.68 cores=0,2,4,6
/proc/16176/task/16179/stat : 16179 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 8140 0 0 0 1268 0 0 0 25 0 4 0 731723005 311459840 18672 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=304160 CPUtime=12.69 cores=0,2,4,6
/proc/16176/task/16180/stat : 16180 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 9989 0 0 0 1267 2 0 0 25 0 4 0 731723005 311459840 18672 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 304160

[startup+25.5007 s]
/proc/loadavg: 5.16 5.13 6.44 9/365 16189
/proc/meminfo: memFree=24986560/32950928 swapFree=38710892/67111528
[pid=16176] ppid=16174 vsize=305976 CPUtime=101.69 cores=0,2,4,6
/proc/16176/stat : 16176 (strangenight2-m) R 16174 16176 15445 0 -1 4202496 49843 0 0 0 10160 9 0 0 25 0 4 0 731723004 313319424 23002 33554432000 4194304 4580107 140734388857280 18446744073709551615 4322656 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16176/statm: 76494 23002 380 95 0 71476 0
[pid=16176/tid=16178] ppid=16174 vsize=305976 CPUtime=25.2 cores=0,2,4,6
/proc/16176/task/16178/stat : 16178 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 13450 0 0 0 2518 2 0 0 25 0 4 0 731723005 313319424 23002 33554432000 4194304 4580107 140734388857280 18446744073709551615 4316670 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16176/tid=16179] ppid=16174 vsize=305976 CPUtime=25.48 cores=0,2,4,6
/proc/16176/task/16179/stat : 16179 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 12403 0 0 0 2547 1 0 0 25 0 4 0 731723005 313319424 23002 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=305976 CPUtime=25.48 cores=0,2,4,6
/proc/16176/task/16180/stat : 16180 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 15133 0 0 0 2546 2 0 0 25 0 4 0 731723005 313319424 23002 33554432000 4194304 4580107 140734388857280 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 305976

[startup+51.101 s]
/proc/loadavg: 6.13 5.36 6.48 9/365 16190
/proc/meminfo: memFree=24928232/32950928 swapFree=38710892/67111528
[pid=16176] ppid=16174 vsize=287824 CPUtime=203.79 cores=0,2,4,6
/proc/16176/stat : 16176 (strangenight2-m) R 16174 16176 15445 0 -1 4202496 79009 0 0 0 20364 15 0 0 25 0 4 0 731723004 294731776 26530 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16176/statm: 71956 26530 380 95 0 66938 0
[pid=16176/tid=16178] ppid=16174 vsize=287824 CPUtime=50.5 cores=0,2,4,6
/proc/16176/task/16178/stat : 16178 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 18559 0 0 0 5048 2 0 0 25 0 4 0 731723005 294731776 26530 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16176/tid=16179] ppid=16174 vsize=287824 CPUtime=51.08 cores=0,2,4,6
/proc/16176/task/16179/stat : 16179 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 20179 0 0 0 5105 3 0 0 25 0 4 0 731723005 294731776 26530 33554432000 4194304 4580107 140734388857280 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=287824 CPUtime=51.09 cores=0,2,4,6
/proc/16176/task/16180/stat : 16180 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 22819 0 0 0 5105 4 0 0 25 0 4 0 731723005 294731776 26530 33554432000 4194304 4580107 140734388857280 18446744073709551615 4324229 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 203.79
Current children cumulated vsize (KiB) 287824

[startup+102.315 s]
/proc/loadavg: 7.26 5.79 6.57 9/365 16191
/proc/meminfo: memFree=24835464/32950928 swapFree=38710892/67111528
[pid=16176] ppid=16174 vsize=302660 CPUtime=408.04 cores=0,2,4,6
/proc/16176/stat : 16176 (strangenight2-m) R 16174 16176 15445 0 -1 4202496 123337 0 0 0 40781 23 0 0 25 0 4 0 731723004 309923840 36309 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16176/statm: 75665 36309 380 95 0 70647 0
[pid=16176/tid=16178] ppid=16174 vsize=302660 CPUtime=101.29 cores=0,2,4,6
/proc/16176/task/16178/stat : 16178 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 26772 0 0 0 10125 4 0 0 25 0 4 0 731723005 309923840 36309 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16176/tid=16179] ppid=16174 vsize=302660 CPUtime=102.12 cores=0,2,4,6
/proc/16176/task/16179/stat : 16179 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 27783 0 0 0 10207 5 0 0 25 0 4 0 731723005 309923840 36309 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=302660 CPUtime=102.3 cores=0,2,4,6
/proc/16176/task/16180/stat : 16180 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 36808 0 0 0 10224 6 0 0 25 0 4 0 731723005 309923840 36309 33554432000 4194304 4580107 140734388857280 18446744073709551615 4406378 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.04
Current children cumulated vsize (KiB) 302660

[startup+162.3 s]
/proc/loadavg: 7.73 6.19 6.66 9/365 16193
/proc/meminfo: memFree=24756204/32950928 swapFree=38710892/67111528
[pid=16176] ppid=16174 vsize=357784 CPUtime=647.3 cores=0,2,4,6
/proc/16176/stat : 16176 (strangenight2-m) R 16174 16176 15445 0 -1 4202496 168132 0 0 0 64697 33 0 0 25 0 4 0 731723004 366370816 44635 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16176/statm: 89446 44635 380 95 0 84428 0
[pid=16176/tid=16178] ppid=16174 vsize=357784 CPUtime=161.27 cores=0,2,4,6
/proc/16176/task/16178/stat : 16178 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 35859 0 0 0 16121 6 0 0 25 0 4 0 731723005 366370816 44635 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16176/tid=16179] ppid=16174 vsize=357784 CPUtime=161.43 cores=0,2,4,6
/proc/16176/task/16179/stat : 16179 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 37663 0 0 0 16136 7 0 0 25 0 4 0 731723005 366370816 44635 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=357784 CPUtime=162.29 cores=0,2,4,6
/proc/16176/task/16180/stat : 16180 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 49343 0 0 0 16221 8 0 0 25 0 4 0 731723005 366370816 44635 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 647.3
Current children cumulated vsize (KiB) 357784

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

[startup+166.301 s]
/proc/loadavg: 7.75 6.22 6.66 9/365 16193
/proc/meminfo: memFree=24757064/32950928 swapFree=38710892/67111528
[pid=16176] ppid=16174 vsize=357864 CPUtime=663.25 cores=0,2,4,6
/proc/16176/stat : 16176 (strangenight2-m) R 16174 16176 15445 0 -1 4202496 170931 0 0 0 66291 34 0 0 25 0 4 0 731723004 366452736 45602 33554432000 4194304 4580107 140734388857280 18446744073709551615 4320689 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16176/statm: 89466 45602 380 95 0 84448 0
[pid=16176/tid=16178] ppid=16174 vsize=357864 CPUtime=165.28 cores=0,2,4,6
/proc/16176/task/16178/stat : 16178 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 36290 0 0 0 16521 7 0 0 25 0 4 0 731723005 366452736 45602 33554432000 4194304 4580107 140734388857280 18446744073709551615 4485991 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16176/tid=16179] ppid=16174 vsize=357864 CPUtime=165.37 cores=0,2,4,6
/proc/16176/task/16179/stat : 16179 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 38096 0 0 0 16530 7 0 0 25 0 4 0 731723005 366452736 45602 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=357864 CPUtime=166.29 cores=0,2,4,6
/proc/16176/task/16180/stat : 16180 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 50014 0 0 0 16620 9 0 0 25 0 4 0 731723005 366452736 45602 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 663.25
Current children cumulated vsize (KiB) 357864

[startup+179.1 s]
/proc/loadavg: 7.87 6.30 6.68 9/365 16193
/proc/meminfo: memFree=24764500/32950928 swapFree=38710892/67111528
[pid=16176] ppid=16174 vsize=298728 CPUtime=714.31 cores=0,2,4,6
/proc/16176/stat : 16176 (strangenight2-m) R 16174 16176 15445 0 -1 4202496 177454 0 0 0 71395 36 0 0 25 0 4 0 731723004 305897472 42054 33554432000 4194304 4580107 140734388857280 18446744073709551615 4305571 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16176/statm: 74682 42054 380 95 0 69664 0
[pid=16176/tid=16178] ppid=16174 vsize=298728 CPUtime=178.07 cores=0,2,4,6
/proc/16176/task/16178/stat : 16178 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 37548 0 0 0 17800 7 0 0 25 0 4 0 731723005 305897472 42054 33554432000 4194304 4580107 140734388857280 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16176/tid=16179] ppid=16174 vsize=298728 CPUtime=178.04 cores=0,2,4,6
/proc/16176/task/16179/stat : 16179 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 38571 0 0 0 17796 8 0 0 25 0 4 0 731723005 305897472 42054 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=298728 CPUtime=179.09 cores=0,2,4,6
/proc/16176/task/16180/stat : 16180 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 52236 0 0 0 17900 9 0 0 25 0 4 0 731723005 305897472 42054 33554432000 4194304 4580107 140734388857280 18446744073709551615 4318407 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 714.31
Current children cumulated vsize (KiB) 298728

[startup+185.501 s]
/proc/loadavg: 7.88 6.33 6.69 9/365 16193
/proc/meminfo: memFree=24740440/32950928 swapFree=38710892/67111528
[pid=16176] ppid=16174 vsize=298772 CPUtime=739.83 cores=0,2,4,6
/proc/16176/stat : 16176 (strangenight2-m) R 16174 16176 15445 0 -1 4202496 181433 0 0 0 73947 36 0 0 25 0 4 0 731723004 305942528 43976 33554432000 4194304 4580107 140734388857280 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16176/statm: 74693 43976 380 95 0 69675 0
[pid=16176/tid=16178] ppid=16174 vsize=298772 CPUtime=184.48 cores=0,2,4,6
/proc/16176/task/16178/stat : 16178 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 38237 0 0 0 18441 7 0 0 25 0 4 0 731723005 305942528 43976 33554432000 4194304 4580107 140734388857280 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16176/tid=16179] ppid=16174 vsize=298772 CPUtime=184.36 cores=0,2,4,6
/proc/16176/task/16179/stat : 16179 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 39970 0 0 0 18428 8 0 0 25 0 4 0 731723005 305942528 43976 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=298772 CPUtime=185.49 cores=0,2,4,6
/proc/16176/task/16180/stat : 16180 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 52360 0 0 0 18540 9 0 0 25 0 4 0 731723005 305942528 43976 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 739.83
Current children cumulated vsize (KiB) 298772

[startup+188.701 s]
/proc/loadavg: 7.89 6.35 6.70 9/365 16193
/proc/meminfo: memFree=24739940/32950928 swapFree=38710892/67111528
[pid=16176] ppid=16174 vsize=376288 CPUtime=752.6 cores=0,2,4,6
/proc/16176/stat : 16176 (strangenight2-m) R 16174 16176 15445 0 -1 4202496 185129 0 0 0 75223 37 0 0 25 0 4 0 731723004 385318912 43863 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16176/statm: 94072 43863 380 95 0 89054 0
[pid=16176/tid=16178] ppid=16174 vsize=376288 CPUtime=187.68 cores=0,2,4,6
/proc/16176/task/16178/stat : 16178 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 39305 0 0 0 18761 7 0 0 25 0 4 0 731723005 385318912 43863 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16176/tid=16179] ppid=16174 vsize=376288 CPUtime=187.52 cores=0,2,4,6
/proc/16176/task/16179/stat : 16179 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 40336 0 0 0 18744 8 0 0 25 0 4 0 731723005 385318912 43863 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=376288 CPUtime=188.69 cores=0,2,4,6
/proc/16176/task/16180/stat : 16180 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 53403 0 0 0 18860 9 0 0 25 0 4 0 731723005 385318912 43863 33554432000 4194304 4580107 140734388857280 18446744073709551615 4415773 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 752.6
Current children cumulated vsize (KiB) 376288

[startup+190.313 s]
/proc/loadavg: 7.90 6.38 6.70 9/365 16194
/proc/meminfo: memFree=24727788/32950928 swapFree=38710892/67111528
[pid=16176] ppid=16174 vsize=376288 CPUtime=759.02 cores=0,2,4,6
/proc/16176/stat : 16176 (strangenight2-m) R 16174 16176 15445 0 -1 4202496 186722 0 0 0 75865 37 0 0 25 0 4 0 731723004 385318912 45399 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16176/statm: 94072 45399 380 95 0 89054 0
[pid=16176/tid=16178] ppid=16174 vsize=376288 CPUtime=189.29 cores=0,2,4,6
/proc/16176/task/16178/stat : 16178 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 39504 0 0 0 18922 7 0 0 25 0 4 0 731723005 385318912 45399 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16176/tid=16179] ppid=16174 vsize=376288 CPUtime=189.11 cores=0,2,4,6
/proc/16176/task/16179/stat : 16179 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 41274 0 0 0 18903 8 0 0 25 0 4 0 731723005 385318912 45399 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294986 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=376288 CPUtime=190.3 cores=0,2,4,6
/proc/16176/task/16180/stat : 16180 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 53622 0 0 0 19021 9 0 0 25 0 4 0 731723005 385318912 45399 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 759.02
Current children cumulated vsize (KiB) 376288

[startup+191.101 s]
/proc/loadavg: 7.90 6.38 6.70 9/365 16194
/proc/meminfo: memFree=24727788/32950928 swapFree=38710892/67111528
[pid=16176] ppid=16174 vsize=376288 CPUtime=762.17 cores=0,2,4,6
/proc/16176/stat : 16176 (strangenight2-m) R 16174 16176 15445 0 -1 4202496 187160 0 0 0 76180 37 0 0 25 0 4 0 731723004 385318912 45837 33554432000 4194304 4580107 140734388857280 18446744073709551615 4293235 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16176/statm: 94072 45837 380 95 0 89054 0
[pid=16176/tid=16178] ppid=16174 vsize=376288 CPUtime=190.08 cores=0,2,4,6
/proc/16176/task/16178/stat : 16178 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 39589 0 0 0 19001 7 0 0 25 0 4 0 731723005 385318912 45837 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16176/tid=16179] ppid=16174 vsize=376288 CPUtime=189.89 cores=0,2,4,6
/proc/16176/task/16179/stat : 16179 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 41407 0 0 0 18981 8 0 0 25 0 4 0 731723005 385318912 45837 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=376288 CPUtime=191.1 cores=0,2,4,6
/proc/16176/task/16180/stat : 16180 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 53737 0 0 0 19100 10 0 0 25 0 4 0 731723005 385318912 45837 33554432000 4194304 4580107 140734388857280 18446744073709551615 4293090 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 762.17
Current children cumulated vsize (KiB) 376288

[startup+191.501 s]
/proc/loadavg: 7.90 6.38 6.70 9/365 16194
/proc/meminfo: memFree=24722948/32950928 swapFree=38710892/67111528
[pid=16176] ppid=16174 vsize=376288 CPUtime=763.75 cores=0,2,4,6
/proc/16176/stat : 16176 (strangenight2-m) R 16174 16176 15445 0 -1 4202496 187367 0 0 0 76338 37 0 0 25 0 4 0 731723004 385318912 46044 33554432000 4194304 4580107 140734388857280 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16176/statm: 94072 46044 380 95 0 89054 0
[pid=16176/tid=16178] ppid=16174 vsize=376288 CPUtime=190.48 cores=0,2,4,6
/proc/16176/task/16178/stat : 16178 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 39634 0 0 0 19041 7 0 0 25 0 4 0 731723005 385318912 46044 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294595 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16176/tid=16179] ppid=16174 vsize=376288 CPUtime=190.28 cores=0,2,4,6
/proc/16176/task/16179/stat : 16179 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 41467 0 0 0 19020 8 0 0 25 0 4 0 731723005 385318912 46044 33554432000 4194304 4580107 140734388857280 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=16176/tid=16180] ppid=16174 vsize=376288 CPUtime=191.5 cores=0,2,4,6
/proc/16176/task/16180/stat : 16180 (strangenight2-m) R 16174 16176 15445 0 -1 4202560 53786 0 0 0 19140 10 0 0 25 0 4 0 731723005 385318912 46044 33554432000 4194304 4580107 140734388857280 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 763.75
Current children cumulated vsize (KiB) 376288

[startup+191.601 s]
/proc/loadavg: 7.90 6.38 6.70 9/365 16194
/proc/meminfo: memFree=24722948/32950928 swapFree=38710892/67111528
[pid=16176] ppid=16174 vsize=0 CPUtime=764.14 cores=0,2,4,6
/proc/16176/stat : 16176 (strangenight2-m) Z 16174 16176 15445 0 -1 4203548 187425 0 0 0 76376 38 0 0 25 0 2 0 731723004 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16176/statm: 0 0 0 0 0 0 0
[pid=16176/tid=16179] ppid=16174 vsize=0 CPUtime=190.38 cores=0,2,4,6
/proc/16176/task/16179/stat : 16179 (strangenight2-m) R 16174 16176 15445 0 -1 4203588 41482 0 0 0 19029 9 0 0 25 0 2 0 731723005 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 764.14
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 191.603
CPU time (s): 764.151
CPU user time (s): 763.762
CPU system time (s): 0.38894
CPU usage (%): 398.82
Max. virtual memory (cumulated for all children) (KiB): 376288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 763.762
system time used= 0.38894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187425
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= 212
involuntary context switches= 4105

runsolver used 0.688895 second user time and 1.54576 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-15 01:15:23
IDJOB=3367135
IDBENCH=83420
IDSOLVER=1844
FILE ID=node113/3367135-1305414923
RUNJOBID= node113-1305414923-16161
PBS_JOBID= 13324530
Free space on /tmp= 73444 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/64/aes_64_1_keyfind_1.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367135-1305414923/watcher-3367135-1305414923 -o /tmp/evaluation-result-3367135-1305414923/solver-3367135-1305414923 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3367135-1305414923.cnf

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

MD5SUM BENCH= 9e18e0ee8a56ea2c59fe8e682ff6c747
RANDOM SEED=121799461

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25230288 kB
Buffers:        259044 kB
Cached:        2812320 kB
SwapCached:      93712 kB
Active:         755444 kB
Inactive:      6704036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25230288 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:           10932 kB
Writeback:           0 kB
AnonPages:     4305756 kB
Mapped:          13412 kB
Slab:           105508 kB
PageTables:      91220 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87041516 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= 73432 MiB
End job on node113 at 2011-05-15 01:18:35