Trace number 3366493

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 786.282 197.812

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v50-c4450-S864690872-081.SATISFIABLE.cnf
MD5SUM6689be7bde9914194ce4bfa20183e3c5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.028994
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of clauses4450
Sum of the clauses size31150
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 54450

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-3366493-1305405531.cnf'
0.00/0.00	c -- header says num vars:             50
0.00/0.00	c -- header says num clauses:        4450
0.00/0.00	c -- clauses added:            0 learnts,         4450 normals,            0 xors
0.00/0.00	c -- vars added         50
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        50      4450         0         0     31150         0   no data   no data
0.38/0.10	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.09
0.38/0.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.38/0.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.38/0.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.38/0.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.38/0.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
0.38/0.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.38/0.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.38/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.11	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.38/0.11	c calculated reachability. Time: 0.00
0.38/0.11	c Calc default polars -  time:   0.00 s pos:      24 undec:       0 neg:      26
0.38/0.11	c =========================================================================================
0.38/0.11	c types(t): F = full restart, N = normal restart
0.38/0.11	c types(t): S = simplification begin/end, E = solution found
0.38/0.11	c restart types(rt): st = static, dy = dynamic
0.38/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.11	c  B st     0         0        50      4450         0         0     31150         0   no data   no data
0.77/0.21	c  N dy    10      4097        50      4450         0      3554     31150     65353     15.59     16.94
1.17/0.37	c  N dy    13      9632        50      4450         0      6158     31150    106185     14.80     15.58
1.97/0.52	c  N dy    47     13695        50      4450         0      6023     31150    100598     15.41     17.19
3.17/0.83	c  N dy    67     21306        50      4450         0      7686     31150    123884     15.33     16.27
3.99/1.01	c  F st    89     25002        50      4450         0     10899     31150    183036     15.47   no data
3.99/1.05	c  N st    91     25627        50      4450         0     11441     31150    192833     15.47   no data
4.76/1.23	c  N dy    95     30003        50      4450         0      9373     31150    148930     15.47   no data
4.76/1.23	c  S st    95     30003        50      4450         0      9373     31150    148930     15.47   no data
4.76/1.26	c  S st    95     30504        50      4450         0      9833     31150    157542     15.47   no data
4.76/1.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.76/1.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.76/1.26	c blocked clauses removed:        0 vars:      0 tried:          50 T: 0.00 s
4.76/1.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.76/1.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
4.76/1.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.76/1.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.76/1.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.56/1.47	c lits-rem:       140  cl-subs:     1536  v-elim:      0  v-fix:    0  time:  0.20 s
6.36/1.66	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.20
6.36/1.66	c calculated reachability. Time: 0.00
6.36/1.66	c  N dy    95     30504        50      4450         0      8297     31150    131724     15.47   no data
7.15/1.88	c  N dy   122     34566        50      4450         0     11850     31150    198754     15.62     17.22
8.37/2.16	c  N dy   127     40275        50      4450         0      9990     31150    152801     15.45     16.32
9.54/2.46	c  N dy   156     45758        50      4450         0     14780     31150    241257     15.54     15.11
9.54/2.46	c  S st   156     45758        50      4450         0     14780     31150    241257     15.54     15.11
9.95/2.50	c  S st   156     46262        50      4450         0     15235     31150    249868     15.54   no data
9.95/2.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.95/2.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
9.95/2.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.95/2.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.95/2.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.95/2.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
9.95/2.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.95/2.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.95/2.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
11.15/2.88	c lits-rem:       224  cl-subs:     2478  v-elim:      0  v-fix:    0  time:  0.36 s
11.15/2.88	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
11.15/2.88	c vivif2 --  cl tried    12757 cl shrink        0 lits rem          0 time: 0.00
12.34/3.16	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.28
12.34/3.16	c calculated reachability. Time: 0.00
12.34/3.16	c  N dy   156     46262        50      4450         0     12757     31150    206655     15.54   no data
13.53/3.42	c  N dy   185     50326        50      4450         0      8720     31150    124467     15.64     16.50
15.13/3.84	c  N dy   191     58665        50      4450         0     15922     31150    249954     15.40     16.37
15.93/4.09	c  N dy   210     62796        50      4450         0     10944     31150    158007     15.44     16.26
17.14/4.33	c  N dy   219     67444        50      4450         0     14945     31150    229679     15.39     16.23
17.56/4.46	c  S st   228     69395        50      4450         0     16633     31150    260751     15.42     15.92
17.91/4.51	c  S st   228     69896        50      4450         0     17068     31150    269055     15.42   no data
17.91/4.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
17.91/4.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
17.91/4.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.91/4.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
17.91/4.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
17.91/4.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
17.91/4.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.91/4.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
17.91/4.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.51/4.93	c lits-rem:       213  cl-subs:     2575  v-elim:      0  v-fix:    0  time:  0.40 s
19.51/4.93	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
19.51/4.93	c vivif2 --  cl tried    14493 cl shrink        0 lits rem          0 time: 0.00
20.72/5.23	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.29
20.72/5.23	c calculated reachability. Time: 0.00
20.72/5.23	c  N dy   228     69896        50      4450         0     14493     31150    224109     15.42   no data
21.96/5.54	c  N dy   234     74672        50      4450         0      9354     31150    121694     15.39     16.33
23.11/5.81	c  N dy   266     79518        50      4450         0     13569     31150    200035     15.46     17.02
24.71/6.28	c  F st   271     87500        50      4450         0     20446     31150    321362     15.35     14.00
24.71/6.28	c  N st   271     87500        50      4450         0     20446     31150    321362     15.35     14.00
25.92/6.59	c  N dy   281     93151        50      4450         0     15077     31150    221989     15.36     16.23
27.90/7.04	c  N dy   308     99099        50      4450         0     20265     31150    316718     15.38     16.38
29.50/7.47	c  S st   338    104845        50      4450         0     14057     31150    195004     15.42     14.63
29.90/7.51	c  S st   338    105350        50      4450         0     14500     31150    203512     15.42   no data
29.90/7.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.90/7.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
29.90/7.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.90/7.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.90/7.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.90/7.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
29.90/7.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.90/7.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
29.90/7.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
30.32/7.69	c lits-rem:        46  cl-subs:      929  v-elim:      0  v-fix:    0  time:  0.16 s
30.32/7.69	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
30.32/7.69	c vivif2 --  cl tried    13571 cl shrink        0 lits rem          0 time: 0.00
31.49/7.99	c asymm  cl-useful: 0/4450/4450 lits-rem:0 time: 0.30
31.49/7.99	c calculated reachability. Time: 0.00
31.49/7.99	c  N dy   338    105350        50      4450         0     13571     31150    187002     15.42   no data
33.48/8.41	c  N dy   347    112097        50      4450         0     19373     31150    287744     15.34     16.29
35.87/9.04	c  N dy   384    119672        50      4450         0     13916     31150    182856     15.38     16.23
38.27/9.61	c  N dy   423    127398        50      4450         0     20642     31150    307620     15.43     16.79
41.47/10.41	c  N dy   470    136935        50      4450         0     15919     31150    210567     15.45     16.28
45.86/11.59	c  N dy   509    151859        50      4450         0     14981     31150    187499     15.42     16.27
47.87/12.04	c  S st   546    158026        50      4450         0     20346     31150    286622     15.46     14.70
47.87/12.10	c  S st   546    158530        50      4450         0     20796     31150    295355     15.46   no data
47.87/12.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
47.87/12.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
47.87/12.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
47.87/12.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
47.87/12.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
47.87/12.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
47.87/12.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.87/12.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
48.29/12.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.84/12.51	c lits-rem:       237  cl-subs:     2004  v-elim:      0  v-fix:    0  time:  0.40 s
49.84/12.51	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
49.84/12.52	c vivif2 --  cl tried    18792 cl shrink        0 lits rem          0 time: 0.00
51.04/12.86	c asymm  cl-useful: 0/4108/4450 lits-rem:0 time: 0.34
51.04/12.86	c calculated reachability. Time: 0.00
51.04/12.86	c  N dy   546    158530        50      4450         0     18792     31150    260494     15.46   no data
55.03/13.81	c  N dy   606    168707        50      4450         0     27643     31150    423395     15.50     17.31
58.22/14.69	c  N dy   645    179513        50      4450         0     22412     31150    316327     15.49     16.33
63.41/15.99	c  N dy   695    193096        50      4450         0     18572     31150    239832     15.50     16.32
68.60/17.21	c  N dy   738    206834        50      4450         0     30425     31150    454840     15.50     16.40
76.58/19.24	c  N dy   817    228219        50      4450         0     32565     31150    486958     15.50     16.51
80.16/20.11	c  S st   838    237795        50      4450         0     23582     31150    314747     15.49   no data
80.16/20.17	c  S st   838    238296        50      4450         0     24024     31150    323336     15.49   no data
80.16/20.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
80.16/20.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
80.16/20.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
80.16/20.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
80.16/20.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
80.16/20.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
80.16/20.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
80.16/20.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
80.16/20.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.56/20.72	c lits-rem:       288  cl-subs:     2213  v-elim:      0  v-fix:    0  time:  0.53 s
82.56/20.72	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
82.56/20.72	c vivif2 --  cl tried    21811 cl shrink        0 lits rem          0 time: 0.00
83.75/21.07	c asymm  cl-useful: 0/3724/4450 lits-rem:0 time: 0.35
83.75/21.07	c calculated reachability. Time: 0.00
83.75/21.07	c  N dy   838    238296        50      4450         0     21811     31150    285635     15.49   no data
90.95/22.88	c  N dy   851    258888        50      4450         0     21460     31150    265170     15.37     16.18
99.72/25.09	c  N dy   916    280600        50      4450         0     21317     31150    258121     15.35     16.18
107.69/27.00	c  N dy  1000    298571        50      4450         0     36833     31150    541768     15.37     16.74
111.30/27.94	c  F st  1048    306250        50      4450         0     23748     31150    298907     15.40     14.82
116.08/29.18	c  N dy  1094    317688        50      4450         0     33664     31150    483490     15.41     16.88
126.05/31.66	c  N dy  1204    337718        50      4450         0     30247     31150    408489     15.45     16.79
136.07/34.17	c  S st  1295    357445        50      4450         0     25679     31150    317855     15.47     16.12
136.43/34.24	c  S st  1295    357949        50      4450         0     26129     31150    326628     15.47   no data
136.43/34.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
136.43/34.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
136.43/34.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
136.43/34.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
136.43/34.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
136.43/34.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
136.43/34.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
136.43/34.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
136.43/34.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
138.02/34.68	c lits-rem:       155  cl-subs:     1598  v-elim:      0  v-fix:    0  time:  0.41 s
138.02/34.68	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
138.02/34.68	c vivif2 --  cl tried    24531 cl shrink        0 lits rem          0 time: 0.00
138.42/34.76	c asymm  cl-useful: 0/726/4450 lits-rem:0 time: 0.08
138.42/34.76	c calculated reachability. Time: 0.00
138.42/34.76	c  N dy  1295    357949        50      4450         0     24531     31150    299741     15.47   no data
147.19/36.91	c  N dy  1326    378269        50      4450         0     41895     31150    607931     15.43     16.36
156.38/39.21	c  N dy  1389    398286        50      4450         0     36914     31150    515816     15.43     17.47
173.53/43.54	c  N dy  1532    428786        50      4450         0     39922     31150    555199     15.44     16.32
185.50/46.53	c  N dy  1691    448841        50      4450         0     33288     31150    440606     15.50     17.54
198.66/49.80	c  N dy  1744    471468        50      4450         0     27680     31150    323436     15.48     16.41
208.64/52.32	c  N dy  1799    491555        50      4450         0     44936     31150    635562     15.47     17.37
221.81/55.61	c  N dy  1896    514234        50      4450         0     38684     31150    520965     15.49     16.34
235.77/59.17	c  N dy  1993    536923        50      4450         0     31516     31150    376732     15.49     12.78
235.77/59.17	c  S st  1993    536923        50      4450         0     31516     31150    376732     15.49     12.78
236.17/59.25	c  S st  1993    537425        50      4450         0     31972     31150    385564     15.49   no data
236.17/59.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
236.17/59.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
236.17/59.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
236.17/59.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
236.17/59.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
236.17/59.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
236.17/59.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
236.17/59.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
236.17/59.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
238.56/59.88	c lits-rem:       150  cl-subs:     1965  v-elim:      0  v-fix:    0  time:  0.60 s
238.56/59.88	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
238.56/59.88	c vivif2 --  cl tried    30007 cl shrink        0 lits rem          0 time: 0.00
240.16/60.25	c asymm  cl-useful: 0/2790/4450 lits-rem:0 time: 0.37
240.16/60.25	c calculated reachability. Time: 0.00
240.16/60.25	c  N dy  1993    537425        50      4450         0     30007     31150    353994     15.49   no data
251.73/63.16	c  N dy  2101    557534        50      4450         0     47352     31150    674373     15.51     16.36
270.49/67.87	c  N dy  2202    589013        50      4450         0     46888     31150    647066     15.49     16.33
283.26/71.05	c  N dy  2276    609066        50      4450         0     35830     31150    445066     15.50     18.22
295.23/74.05	c  N dy  2353    629075        50      4450         0     53009     31150    758554     15.50     18.21
308.79/77.44	c  N dy  2450    649621        50      4450         0     41498     31150    538590     15.51     16.37
324.37/81.31	c  N dy  2564    669680        50      4450         0     58858     31150    862167     15.53     16.72
336.73/84.49	c  N dy  2662    689710        50      4450         0     45910     31150    619931     15.55     16.38
352.68/88.49	c  N dy  2721    710380        50      4450         0     32682     31150    368799     15.53     16.56
365.84/91.79	c  N dy  2797    733575        50      4450         0     52613     31150    732487     15.53     16.39
383.39/96.13	c  N dy  2908    756391        50      4450         0     40504     31150    502917     15.54     16.37
398.56/99.93	c  N dy  2986    777693        50      4450         0     58869     31150    838402     15.55     16.50
414.52/103.93	c  N dy  3089    800391        50      4450         0     45697     31150    590598     15.55     16.57
418.11/104.87	c  S st  3099    806139        50      4450         0     50615     31150    678304     15.55     13.44
418.91/105.02	c  S st  3099    806643        50      4450         0     51058     31150    687225     15.55   no data
418.91/105.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
418.91/105.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
418.91/105.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
418.91/105.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
418.91/105.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
418.91/105.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
418.91/105.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
418.91/105.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
418.91/105.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
429.70/107.80	c lits-rem:       575  cl-subs:     6070  v-elim:      0  v-fix:    0  time:  2.73 s
429.70/107.80	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
430.12/107.81	c vivif2 --  cl tried    44988 cl shrink        0 lits rem          0 time: 0.01
430.88/108.03	c asymm  cl-useful: 0/894/4450 lits-rem:0 time: 0.22
430.88/108.04	c calculated reachability. Time: 0.00
430.88/108.04	c  N dy  3099    806643        50      4450         0     44988     31150    584112     15.55   no data
445.64/111.71	c  N dy  3154    826736        50      4450         0     62172     31150    890305     15.53     16.41
462.00/115.88	c  N dy  3248    850133        50      4450         0     49263     31150    651125     15.54     16.39
481.15/120.61	c  N dy  3352    871023        50      4450         0     67254     31150    984384     15.55     16.57
495.12/124.13	c  N dy  3461    891112        50      4450         0     50370     31150    665832     15.56     17.33
511.47/128.20	c  N dy  3537    911189        50      4450         0     67644     31150    982738     15.56     16.69
525.04/131.67	c  N dy  3591    931213        50      4450         0     49658     31150    636878     15.55     17.42
543.00/136.18	c  N dy  3682    951260        50      4450         0     66916     31150    954085     15.56     16.79
563.74/141.32	c  N dy  3786    978557        50      4450         0     54316     31150    714921     15.55     16.53
582.90/146.12	c  N dy  3875    999997        50      4450         0     72700     31150   1052701     15.56     16.39
601.65/150.85	c  N dy  3980   1026167        50      4450         0     58181     31150    778970     15.56     16.60
623.23/156.23	c  N dy  4108   1046251        50      4450         0     75448     31150   1102496     15.57     16.48
636.40/159.59	c  N dy  4166   1066299        50      4450         0     54899     31150    714756     15.57     16.95
641.94/160.90	c  F st  4207   1071878        50      4450         0     59715     31150    805826     15.58     15.84
656.71/164.63	c  N dy  4246   1088472        50      4450         0     73926     31150   1064481     15.57     16.55
673.87/168.91	c  N dy  4336   1108509        50      4450         0     52564     31150    667440     15.58     16.93
691.82/173.44	c  N dy  4437   1128604        50      4450         0     69852     31150    988749     15.59     16.66
728.15/182.58	c  N dy  4479   1177194        50      4450         0     71509     31150    965230     15.52     16.44
754.07/189.07	c  N dy  4587   1206265        50      4450         0     56247     31150    714946     15.52     16.36
758.05/190.04	c  S st  4606   1209964        50      4450         0     59452     31150    774791     15.53     15.16
758.86/190.24	c  S st  4606   1210469        50      4450         0     59899     31150    783431     15.53   no data
758.86/190.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
758.86/190.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.03
758.86/190.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
758.86/190.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
758.86/190.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
758.86/190.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     50 time:  0.00 s
758.86/190.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
758.86/190.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
759.28/190.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
779.19/195.31	c lits-rem:       647  cl-subs:     7030  v-elim:      0  v-fix:    0  time:  4.99 s
779.19/195.31	c vivif2 --  cl tried     4450 cl shrink        0 lits rem          0 time: 0.00
779.19/195.32	c vivif2 --  cl tried    52869 cl shrink        0 lits rem          0 time: 0.01
780.39/195.67	c asymm  cl-useful: 0/726/4450 lits-rem:0 time: 0.35
780.39/195.67	c calculated reachability. Time: 0.00
780.39/195.67	c  N dy  4606   1210469        50      4450         0     52869     31150    664310     15.53   no data
786.25/197.80	c Following stats are for *FIRST FINISHED THREAD ONLY*
786.25/197.80	c num threads              : 4          
786.25/197.80	c restarts                 : 5009       
786.25/197.80	c dynamic restarts         : 4979       
786.25/197.80	c static restarts          : 30         
786.25/197.80	c full restarts            : 4          
786.25/197.80	c total simplify time      : 0.00       
786.25/197.80	c learnts DL2              : 0          
786.25/197.80	c learnts size 2           : 0          
786.25/197.80	c learnts size 1           : 0           (0.00      % of vars)
786.25/197.80	c filedLit time            : 0.04        (0.02      % time)
786.25/197.80	c v-elim SatELite          : 0           (0.00      % vars)
786.25/197.80	c SatELite time            : 6.55        (3.34      % time)
786.25/197.80	c v-elim xor               : 0           (0.00      % vars)
786.25/197.80	c xor elim time            : 0.01        (0.00      % time)
786.25/197.80	c num binary xor trees     : 0          
786.25/197.80	c binxor trees' crown      : 0           (nan       leafs/tree)
786.25/197.80	c bin xor find time        : 0.00       
786.25/197.80	c OTF clause improved      : 167983      (0.14      clauses/conflict)
786.25/197.80	c OTF impr. size diff      : 169131      (1.01       lits/clause)
786.25/197.80	c OTF cl watch-shrink      : 0           (0.00      clauses/conflict)
786.25/197.80	c OTF cl watch-sh-lit      : 0           (nan        lits/clause)
786.25/197.80	c tried to recurMin cls    : 65580       (5.42       % of conflicts)
786.25/197.80	c updated cache            : 1           (0.00       lits/tried recurMin)
786.25/197.80	c unit cls recevied        : 0           (nan       % of units)
786.25/197.80	c unit cls sent            : 0           (nan       % of units)
786.25/197.80	c bin cls recevied         : 0          
786.25/197.80	c bin cls sent             : 0          
786.25/197.80	c clauses over max glue    : 0           (0.00      % of all clauses)
786.25/197.80	c conflicts                : 1209653     (6180.24   / sec)
786.25/197.80	c decisions                : 1387916     (0.44      % random)
786.25/197.80	c bogo-props               : 30459250965 (155619315.45 / sec)
786.25/197.80	c conflict literals        : 21931168    (11.24     % deleted)
786.25/197.80	c Memory used              : 315.55      MB
786.25/197.80	c single-thread CPU time   : 195.73      s
786.25/197.80	c all-threads sum CPU time : 785.80      s
786.25/197.80	s SATISFIABLE
786.25/197.80	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 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-3366493-1305405531/watcher-3366493-1305405531 -o /tmp/evaluation-result-3366493-1305405531/solver-3366493-1305405531 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366493-1305405531.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.39 4.36 5.95 2/313 14591
/proc/meminfo: memFree=28016580/32950928 swapFree=60199044/67111528
[pid=14591] ppid=14589 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/14591/stat : 14591 (strangenight2-m) R 14589 14591 14558 0 -1 4202496 411 0 0 0 0 0 0 0 23 0 4 0 652151891 52396032 351 33554432000 4194304 4580107 140734667126160 18446744073709551615 47095428786098 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14591/statm: 12792 351 302 95 0 7774 0
[pid=14591/tid=14592] ppid=14589 vsize=281700 CPUtime=0 cores=0,2,4,6
/proc/14591/task/14592/stat : 14592 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 79 0 0 0 0 0 0 0 25 0 4 0 652151891 288460800 887 33554432000 4194304 4580107 140734667126160 18446744073709551615 268272794094 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=14591/tid=14593] ppid=14589 vsize=281700 CPUtime=0 cores=0,2,4,6
/proc/14591/task/14593/stat : 14593 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 154 0 0 0 0 0 0 0 25 0 4 0 652151891 288460800 887 33554432000 4194304 4580107 140734667126160 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14591/tid=14594] ppid=14589 vsize=281700 CPUtime=0 cores=0,2,4,6
/proc/14591/task/14594/stat : 14594 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 151 0 0 0 0 0 0 0 25 0 4 0 652151891 288460800 887 33554432000 4194304 4580107 140734667126160 18446744073709551615 268272349893 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.015132 s]
/proc/loadavg: 3.39 4.36 5.95 2/313 14591
/proc/meminfo: memFree=28016580/32950928 swapFree=60199044/67111528
[pid=14591] ppid=14589 vsize=281696 CPUtime=0.03 cores=0,2,4,6
/proc/14591/stat : 14591 (strangenight2-m) R 14589 14591 14558 0 -1 4202496 1040 0 0 0 3 0 0 0 24 0 4 0 652151891 288456704 962 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14591/statm: 70424 963 357 95 0 65406 0
[pid=14591/tid=14592] ppid=14589 vsize=281696 CPUtime=0 cores=0,2,4,6
/proc/14591/task/14592/stat : 14592 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 140 0 0 0 0 0 0 0 25 0 4 0 652151891 288456704 963 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14591/tid=14593] ppid=14589 vsize=281696 CPUtime=0 cores=0,2,4,6
/proc/14591/task/14593/stat : 14593 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 156 0 0 0 0 0 0 0 25 0 4 0 652151891 288456704 963 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14591/tid=14594] ppid=14589 vsize=281696 CPUtime=0 cores=0,2,4,6
/proc/14591/task/14594/stat : 14594 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 163 0 0 0 0 0 0 0 25 0 4 0 652151891 288456704 963 33554432000 4194304 4580107 140734667126160 18446744073709551615 268272350241 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 281696

[startup+0.101109 s]
/proc/loadavg: 3.39 4.36 5.95 2/313 14591
/proc/meminfo: memFree=28016580/32950928 swapFree=60199044/67111528
[pid=14591] ppid=14589 vsize=281828 CPUtime=0.38 cores=0,2,4,6
/proc/14591/stat : 14591 (strangenight2-m) R 14589 14591 14558 0 -1 4202496 1210 0 0 0 38 0 0 0 24 0 4 0 652151891 288591872 1132 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294692 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14591/statm: 70457 1132 359 95 0 65439 0
[pid=14591/tid=14592] ppid=14589 vsize=281828 CPUtime=0.09 cores=0,2,4,6
/proc/14591/task/14592/stat : 14592 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 155 0 0 0 9 0 0 0 25 0 4 0 652151891 288591872 1132 33554432000 4194304 4580107 140734667126160 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14591/tid=14593] ppid=14589 vsize=281828 CPUtime=0.09 cores=0,2,4,6
/proc/14591/task/14593/stat : 14593 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 173 0 0 0 9 0 0 0 25 0 4 0 652151891 288591872 1132 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294418 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14591/tid=14594] ppid=14589 vsize=281828 CPUtime=0.09 cores=0,2,4,6
/proc/14591/task/14594/stat : 14594 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 286 0 0 0 9 0 0 0 25 0 4 0 652151891 288591872 1132 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 281828

[startup+0.301074 s]
/proc/loadavg: 3.39 4.36 5.95 2/313 14591
/proc/meminfo: memFree=28016580/32950928 swapFree=60199044/67111528
[pid=14591] ppid=14589 vsize=284616 CPUtime=1.17 cores=0,2,4,6
/proc/14591/stat : 14591 (strangenight2-m) R 14589 14591 14558 0 -1 4202496 3160 0 0 0 117 0 0 0 25 0 4 0 652151891 291446784 2448 33554432000 4194304 4580107 140734667126160 18446744073709551615 4318418 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14591/statm: 71154 2448 376 95 0 66136 0
[pid=14591/tid=14592] ppid=14589 vsize=284616 CPUtime=0.29 cores=0,2,4,6
/proc/14591/task/14592/stat : 14592 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 705 0 0 0 29 0 0 0 25 0 4 0 652151891 291446784 2448 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14591/tid=14593] ppid=14589 vsize=284616 CPUtime=0.29 cores=0,2,4,6
/proc/14591/task/14593/stat : 14593 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 739 0 0 0 29 0 0 0 25 0 4 0 652151891 291446784 2448 33554432000 4194304 4580107 140734667126160 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14591/tid=14594] ppid=14589 vsize=284616 CPUtime=0.29 cores=0,2,4,6
/proc/14591/task/14594/stat : 14594 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 520 0 0 0 29 0 0 0 25 0 4 0 652151891 291446784 2448 33554432000 4194304 4580107 140734667126160 18446744073709551615 4293222 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284616

[startup+0.701003 s]
/proc/loadavg: 3.39 4.36 5.95 2/313 14591
/proc/meminfo: memFree=28016580/32950928 swapFree=60199044/67111528
[pid=14591] ppid=14589 vsize=285656 CPUtime=2.77 cores=0,2,4,6
/proc/14591/stat : 14591 (strangenight2-m) R 14589 14591 14558 0 -1 4202496 4840 0 0 0 277 0 0 0 25 0 4 0 652151891 292511744 3120 33554432000 4194304 4580107 140734667126160 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14591/statm: 71414 3120 376 95 0 66396 0
[pid=14591/tid=14592] ppid=14589 vsize=285656 CPUtime=0.69 cores=0,2,4,6
/proc/14591/task/14592/stat : 14592 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 1096 0 0 0 69 0 0 0 25 0 4 0 652151891 292511744 3120 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14591/tid=14593] ppid=14589 vsize=285656 CPUtime=0.69 cores=0,2,4,6
/proc/14591/task/14593/stat : 14593 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 1136 0 0 0 69 0 0 0 25 0 4 0 652151891 292511744 3120 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294430 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14591/tid=14594] ppid=14589 vsize=285656 CPUtime=0.69 cores=0,2,4,6
/proc/14591/task/14594/stat : 14594 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 1022 0 0 0 69 0 0 0 25 0 4 0 652151891 292511744 3120 33554432000 4194304 4580107 140734667126160 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285656

[startup+1.50086 s]
/proc/loadavg: 3.39 4.36 5.95 9/324 14603
/proc/meminfo: memFree=27989624/32950928 swapFree=60199044/67111528
[pid=14591] ppid=14589 vsize=286832 CPUtime=5.96 cores=0,2,4,6
/proc/14591/stat : 14591 (strangenight2-m) R 14589 14591 14558 0 -1 4202496 8570 0 0 0 595 1 0 0 25 0 4 0 652151891 293715968 4678 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14591/statm: 71708 4678 378 95 0 66690 0
[pid=14591/tid=14592] ppid=14589 vsize=286832 CPUtime=1.47 cores=0,2,4,6
/proc/14591/task/14592/stat : 14592 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 1744 0 0 0 147 0 0 0 25 0 4 0 652151891 293715968 4678 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14591/tid=14593] ppid=14589 vsize=286832 CPUtime=1.49 cores=0,2,4,6
/proc/14591/task/14593/stat : 14593 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 1836 0 0 0 149 0 0 0 25 0 4 0 652151891 293715968 4678 33554432000 4194304 4580107 140734667126160 18446744073709551615 4486976 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14591/tid=14594] ppid=14589 vsize=286832 CPUtime=1.49 cores=0,2,4,6
/proc/14591/task/14594/stat : 14594 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 1753 0 0 0 149 0 0 0 25 0 4 0 652151891 293715968 4678 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 286832

[startup+3.10058 s]
/proc/loadavg: 3.39 4.36 5.95 9/324 14603
/proc/meminfo: memFree=27958128/32950928 swapFree=60199044/67111528
[pid=14591] ppid=14589 vsize=285344 CPUtime=12.34 cores=0,2,4,6
/proc/14591/stat : 14591 (strangenight2-m) R 14589 14591 14558 0 -1 4202496 16042 0 0 0 1231 3 0 0 25 0 4 0 652151891 292192256 9168 33554432000 4194304 4580107 140734667126160 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14591/statm: 71336 9168 378 95 0 66318 0
[pid=14591/tid=14592] ppid=14589 vsize=285344 CPUtime=3.06 cores=0,2,4,6
/proc/14591/task/14592/stat : 14592 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 3630 0 0 0 306 0 0 0 25 0 4 0 652151891 292192256 9168 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14591/tid=14593] ppid=14589 vsize=285344 CPUtime=3.08 cores=0,2,4,6
/proc/14591/task/14593/stat : 14593 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 4129 0 0 0 308 0 0 0 25 0 4 0 652151891 292192256 9168 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14591/tid=14594] ppid=14589 vsize=285344 CPUtime=3.08 cores=0,2,4,6
/proc/14591/task/14594/stat : 14594 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 3808 0 0 0 308 0 0 0 25 0 4 0 652151891 292192256 9168 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 285344

[startup+6.30101 s]
/proc/loadavg: 3.76 4.42 5.97 9/324 14603
/proc/meminfo: memFree=27905304/32950928 swapFree=60199044/67111528
[pid=14591] ppid=14589 vsize=279444 CPUtime=25.11 cores=0,2,4,6
/proc/14591/stat : 14591 (strangenight2-m) R 14589 14591 14558 0 -1 4202496 23506 0 0 0 2506 5 0 0 25 0 4 0 652151891 286150656 12908 33554432000 4194304 4580107 140734667126160 18446744073709551615 4305296 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14591/statm: 69861 12908 378 95 0 64843 0
[pid=14591/tid=14592] ppid=14589 vsize=279444 CPUtime=6.23 cores=0,2,4,6
/proc/14591/task/14592/stat : 14592 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 5831 0 0 0 623 0 0 0 25 0 4 0 652151891 286150656 12908 33554432000 4194304 4580107 140734667126160 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14591/tid=14593] ppid=14589 vsize=279444 CPUtime=6.29 cores=0,2,4,6
/proc/14591/task/14593/stat : 14593 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 6082 0 0 0 628 1 0 0 25 0 4 0 652151891 286150656 12908 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14591/tid=14594] ppid=14589 vsize=279444 CPUtime=6.28 cores=0,2,4,6
/proc/14591/task/14594/stat : 14594 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 5575 0 0 0 627 1 0 0 25 0 4 0 652151891 286150656 12908 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 279444

[startup+12.7009 s]
/proc/loadavg: 4.10 4.48 5.98 9/324 14603
/proc/meminfo: memFree=27867756/32950928 swapFree=60199044/67111528
[pid=14591] ppid=14589 vsize=297604 CPUtime=50.64 cores=0,2,4,6
/proc/14591/stat : 14591 (strangenight2-m) R 14589 14591 14558 0 -1 4202496 33572 0 0 0 5057 7 0 0 25 0 4 0 652151891 304746496 13794 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14591/statm: 74401 13794 378 95 0 69383 0
[pid=14591/tid=14592] ppid=14589 vsize=297604 CPUtime=12.57 cores=0,2,4,6
/proc/14591/task/14592/stat : 14592 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 8516 0 0 0 1256 1 0 0 25 0 4 0 652151891 304746496 13794 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14591/tid=14593] ppid=14589 vsize=297604 CPUtime=12.69 cores=0,2,4,6
/proc/14591/task/14593/stat : 14593 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 7604 0 0 0 1268 1 0 0 25 0 4 0 652151891 304746496 13794 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14591/tid=14594] ppid=14589 vsize=297604 CPUtime=12.69 cores=0,2,4,6
/proc/14591/task/14594/stat : 14594 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 8754 0 0 0 1267 2 0 0 25 0 4 0 652151891 304746496 13794 33554432000 4194304 4580107 140734667126160 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 297604

[startup+25.5006 s]
/proc/loadavg: 4.96 4.65 6.01 9/324 14603
/proc/meminfo: memFree=27829844/32950928 swapFree=60199044/67111528
[pid=14591] ppid=14589 vsize=308204 CPUtime=101.71 cores=0,2,4,6
/proc/14591/stat : 14591 (strangenight2-m) R 14589 14591 14558 0 -1 4202496 51110 0 0 0 10161 10 0 0 25 0 4 0 652151891 315600896 16564 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14591/statm: 77051 16564 378 95 0 72033 0
[pid=14591/tid=14592] ppid=14589 vsize=308204 CPUtime=25.23 cores=0,2,4,6
/proc/14591/task/14592/stat : 14592 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 13448 0 0 0 2522 1 0 0 25 0 4 0 652151891 315600896 16564 33554432000 4194304 4580107 140734667126160 18446744073709551615 4304894 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14591/tid=14593] ppid=14589 vsize=308204 CPUtime=25.49 cores=0,2,4,6
/proc/14591/task/14593/stat : 14593 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 11476 0 0 0 2547 2 0 0 25 0 4 0 652151891 315600896 16564 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14591/tid=14594] ppid=14589 vsize=308204 CPUtime=25.49 cores=0,2,4,6
/proc/14591/task/14594/stat : 14594 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 13153 0 0 0 2546 3 0 0 25 0 4 0 652151891 315600896 16564 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.71
Current children cumulated vsize (KiB) 308204

[startup+51.101 s]
/proc/loadavg: 6.12 4.95 6.07 9/324 14604
/proc/meminfo: memFree=27764520/32950928 swapFree=60199044/67111528
[pid=14591] ppid=14589 vsize=309284 CPUtime=203.85 cores=0,2,4,6
/proc/14591/stat : 14591 (strangenight2-m) R 14589 14591 14558 0 -1 4202496 77724 0 0 0 20369 16 0 0 25 0 4 0 652151891 316706816 20838 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294974 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14591/statm: 77321 20838 378 95 0 72303 0
[pid=14591/tid=14592] ppid=14589 vsize=309284 CPUtime=50.57 cores=0,2,4,6
/proc/14591/task/14592/stat : 14592 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 20736 0 0 0 5055 2 0 0 25 0 4 0 652151891 316706816 20838 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14591/tid=14593] ppid=14589 vsize=309284 CPUtime=51.09 cores=0,2,4,6
/proc/14591/task/14593/stat : 14593 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 18284 0 0 0 5106 3 0 0 25 0 4 0 652151891 316706816 20838 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14591/tid=14594] ppid=14589 vsize=309284 CPUtime=51.09 cores=0,2,4,6
/proc/14591/task/14594/stat : 14594 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 18984 0 0 0 5104 5 0 0 25 0 4 0 652151891 316706816 20838 33554432000 4194304 4580107 140734667126160 18446744073709551615 268272713623 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.85
Current children cumulated vsize (KiB) 309284

[startup+102.312 s]
/proc/loadavg: 7.26 5.43 6.17 9/324 14606
/proc/meminfo: memFree=27702248/32950928 swapFree=60199044/67111528
[pid=14591] ppid=14589 vsize=321196 CPUtime=408.17 cores=0,2,4,6
/proc/14591/stat : 14591 (strangenight2-m) R 14589 14591 14558 0 -1 4202496 118569 0 0 0 40788 29 0 0 25 0 4 0 652151891 328904704 23443 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14591/statm: 80299 23443 378 95 0 75281 0
[pid=14591/tid=14592] ppid=14589 vsize=321196 CPUtime=101.27 cores=0,2,4,6
/proc/14591/task/14592/stat : 14592 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 30820 0 0 0 10121 6 0 0 25 0 4 0 652151891 328904704 23443 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14591/tid=14593] ppid=14589 vsize=321196 CPUtime=102.3 cores=0,2,4,6
/proc/14591/task/14593/stat : 14593 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 27752 0 0 0 10224 6 0 0 25 0 4 0 652151891 328904704 23443 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14591/tid=14594] ppid=14589 vsize=321196 CPUtime=102.29 cores=0,2,4,6
/proc/14591/task/14594/stat : 14594 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 30822 0 0 0 10221 8 0 0 25 0 4 0 652151891 328904704 23443 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.17
Current children cumulated vsize (KiB) 321196

[startup+162.3 s]
/proc/loadavg: 7.92 5.95 6.30 9/324 14607
/proc/meminfo: memFree=27632156/32950928 swapFree=60199044/67111528
[pid=14591] ppid=14589 vsize=322540 CPUtime=647.53 cores=0,2,4,6
/proc/14591/stat : 14591 (strangenight2-m) R 14589 14591 14558 0 -1 4202496 156700 0 0 0 64712 41 0 0 25 0 4 0 652151891 330280960 27733 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14591/statm: 80635 27733 378 95 0 75617 0
[pid=14591/tid=14592] ppid=14589 vsize=322540 CPUtime=160.67 cores=0,2,4,6
/proc/14591/task/14592/stat : 14592 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 40040 0 0 0 16057 10 0 0 25 0 4 0 652151891 330280960 27733 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14591/tid=14593] ppid=14589 vsize=322540 CPUtime=162.28 cores=0,2,4,6
/proc/14591/task/14593/stat : 14593 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 36631 0 0 0 16220 8 0 0 25 0 4 0 652151891 330280960 27733 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14591/tid=14594] ppid=14589 vsize=322540 CPUtime=162.29 cores=0,2,4,6
/proc/14591/task/14594/stat : 14594 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 40164 0 0 0 16218 11 0 0 25 0 4 0 652151891 330280960 27733 33554432000 4194304 4580107 140734667126160 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 647.53
Current children cumulated vsize (KiB) 322540

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

[startup+179.1 s]
/proc/loadavg: 7.94 6.08 6.34 9/324 14608
/proc/meminfo: memFree=27634872/32950928 swapFree=60199044/67111528
[pid=14591] ppid=14589 vsize=322872 CPUtime=714.57 cores=0,2,4,6
/proc/14591/stat : 14591 (strangenight2-m) R 14589 14591 14558 0 -1 4202496 165531 0 0 0 71413 44 0 0 25 0 4 0 652151891 330620928 28127 33554432000 4194304 4580107 140734667126160 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14591/statm: 80718 28127 378 95 0 75700 0
[pid=14591/tid=14592] ppid=14589 vsize=322872 CPUtime=177.3 cores=0,2,4,6
/proc/14591/task/14592/stat : 14592 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 41896 0 0 0 17720 10 0 0 25 0 4 0 652151891 330620928 28127 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14591/tid=14593] ppid=14589 vsize=322872 CPUtime=179.09 cores=0,2,4,6
/proc/14591/task/14593/stat : 14593 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 39133 0 0 0 17899 10 0 0 25 0 4 0 652151891 330620928 28127 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14591/tid=14594] ppid=14589 vsize=322872 CPUtime=179.09 cores=0,2,4,6
/proc/14591/task/14594/stat : 14594 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 42101 0 0 0 17897 12 0 0 25 0 4 0 652151891 330620928 28127 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 714.57
Current children cumulated vsize (KiB) 322872

[startup+185.501 s]
/proc/loadavg: 7.95 6.11 6.35 9/324 14608
/proc/meminfo: memFree=27642808/32950928 swapFree=60199044/67111528
[pid=14591] ppid=14589 vsize=322972 CPUtime=740.1 cores=0,2,4,6
/proc/14591/stat : 14591 (strangenight2-m) R 14589 14591 14558 0 -1 4202496 168970 0 0 0 73965 45 0 0 25 0 4 0 652151891 330723328 28707 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14591/statm: 80743 28707 378 95 0 75725 0
[pid=14591/tid=14592] ppid=14589 vsize=322972 CPUtime=183.64 cores=0,2,4,6
/proc/14591/task/14592/stat : 14592 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 43061 0 0 0 18354 10 0 0 25 0 4 0 652151891 330723328 28707 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294440 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14591/tid=14593] ppid=14589 vsize=322972 CPUtime=185.49 cores=0,2,4,6
/proc/14591/task/14593/stat : 14593 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 39567 0 0 0 18539 10 0 0 25 0 4 0 652151891 330723328 28707 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14591/tid=14594] ppid=14589 vsize=322972 CPUtime=185.49 cores=0,2,4,6
/proc/14591/task/14594/stat : 14594 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 43318 0 0 0 18537 12 0 0 25 0 4 0 652151891 330723328 28707 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 740.1
Current children cumulated vsize (KiB) 322972

[startup+191.901 s]
/proc/loadavg: 7.95 6.14 6.35 9/324 14608
/proc/meminfo: memFree=27610692/32950928 swapFree=60199044/67111528
[pid=14591] ppid=14589 vsize=323116 CPUtime=765.63 cores=0,2,4,6
/proc/14591/stat : 14591 (strangenight2-m) R 14589 14591 14558 0 -1 4202496 178934 0 0 0 76516 47 0 0 25 0 4 0 652151891 330870784 34412 33554432000 4194304 4580107 140734667126160 18446744073709551615 4406473 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14591/statm: 80779 34412 378 95 0 75761 0
[pid=14591/tid=14592] ppid=14589 vsize=323116 CPUtime=189.97 cores=0,2,4,6
/proc/14591/task/14592/stat : 14592 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 44104 0 0 0 18987 10 0 0 25 0 4 0 652151891 330870784 34412 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14591/tid=14593] ppid=14589 vsize=323116 CPUtime=191.89 cores=0,2,4,6
/proc/14591/task/14593/stat : 14593 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 40654 0 0 0 19179 10 0 0 25 0 4 0 652151891 330870784 34412 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14591/tid=14594] ppid=14589 vsize=323116 CPUtime=191.89 cores=0,2,4,6
/proc/14591/task/14594/stat : 14594 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 48411 0 0 0 19176 13 0 0 25 0 4 0 652151891 330870784 34412 33554432000 4194304 4580107 140734667126160 18446744073709551615 4406350 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 765.63
Current children cumulated vsize (KiB) 323116

[startup+195.1 s]
/proc/loadavg: 8.03 6.19 6.37 9/324 14608
/proc/meminfo: memFree=27617512/32950928 swapFree=60199044/67111528
[pid=14591] ppid=14589 vsize=323116 CPUtime=778.39 cores=0,2,4,6
/proc/14591/stat : 14591 (strangenight2-m) R 14589 14591 14558 0 -1 4202496 179358 0 0 0 77792 47 0 0 25 0 4 0 652151891 330870784 34836 33554432000 4194304 4580107 140734667126160 18446744073709551615 4416469 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14591/statm: 80779 34836 378 95 0 75761 0
[pid=14591/tid=14592] ppid=14589 vsize=323116 CPUtime=193.14 cores=0,2,4,6
/proc/14591/task/14592/stat : 14592 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 44368 0 0 0 19303 11 0 0 25 0 4 0 652151891 330870784 34836 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294966 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14591/tid=14593] ppid=14589 vsize=323116 CPUtime=195.09 cores=0,2,4,6
/proc/14591/task/14593/stat : 14593 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 40814 0 0 0 19499 10 0 0 25 0 4 0 652151891 330870784 34836 33554432000 4194304 4580107 140734667126160 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=14591/tid=14594] ppid=14589 vsize=323116 CPUtime=195.09 cores=0,2,4,6
/proc/14591/task/14594/stat : 14594 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 48411 0 0 0 19496 13 0 0 25 0 4 0 652151891 330870784 34836 33554432000 4194304 4580107 140734667126160 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 778.39
Current children cumulated vsize (KiB) 323116

[startup+196.701 s]
/proc/loadavg: 8.03 6.19 6.37 9/324 14608
/proc/meminfo: memFree=27614536/32950928 swapFree=60199044/67111528
[pid=14591] ppid=14589 vsize=323116 CPUtime=784.05 cores=0,2,4,6
/proc/14591/stat : 14591 (strangenight2-m) S 14589 14591 14558 0 -1 4202496 179536 0 0 0 78358 47 0 0 25 0 4 0 652151891 330870784 34312 33554432000 4194304 4580107 140734667126160 18446744073709551615 47095428785716 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14591/statm: 80779 34312 378 95 0 75761 0
[pid=14591/tid=14592] ppid=14589 vsize=323116 CPUtime=194.73 cores=0,2,4,6
/proc/14591/task/14592/stat : 14592 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 44449 0 0 0 19462 11 0 0 25 0 4 0 652151891 330870784 34312 33554432000 4194304 4580107 140734667126160 18446744073709551615 47095428761284 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=14591/tid=14593] ppid=14589 vsize=323116 CPUtime=196.33 cores=0,2,4,6
/proc/14591/task/14593/stat : 14593 (strangenight2-m) S 14589 14591 14558 0 -1 4202560 40873 0 0 0 19623 10 0 0 25 0 4 0 652151891 330870784 34312 33554432000 4194304 4580107 140734667126160 18446744073709551615 47095428785716 0 0 4096 2 18446604447497529216 0 0 -1 4 0 0 0
[pid=14591/tid=14594] ppid=14589 vsize=323116 CPUtime=196.69 cores=0,2,4,6
/proc/14591/task/14594/stat : 14594 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 48411 0 0 0 19656 13 0 0 25 0 4 0 652151891 330870784 34312 33554432000 4194304 4580107 140734667126160 18446744073709551615 4415779 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 784.05
Current children cumulated vsize (KiB) 323116

[startup+197.501 s]
/proc/loadavg: 8.03 6.19 6.37 7/324 14608
/proc/meminfo: memFree=27611436/32950928 swapFree=60199044/67111528
[pid=14591] ppid=14589 vsize=323116 CPUtime=785.65 cores=0,2,4,6
/proc/14591/stat : 14591 (strangenight2-m) S 14589 14591 14558 0 -1 4202496 179536 0 0 0 78518 47 0 0 25 0 4 0 652151891 330870784 34312 33554432000 4194304 4580107 140734667126160 18446744073709551615 47095428785716 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14591/statm: 80779 34312 378 95 0 75761 0
[pid=14591/tid=14592] ppid=14589 vsize=323116 CPUtime=195.53 cores=0,2,4,6
/proc/14591/task/14592/stat : 14592 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 44449 0 0 0 19542 11 0 0 25 0 4 0 652151891 330870784 34312 33554432000 4194304 4580107 140734667126160 18446744073709551615 47095428761284 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14591/tid=14593] ppid=14589 vsize=323116 CPUtime=196.33 cores=0,2,4,6
/proc/14591/task/14593/stat : 14593 (strangenight2-m) S 14589 14591 14558 0 -1 4202560 40873 0 0 0 19623 10 0 0 25 0 4 0 652151891 330870784 34312 33554432000 4194304 4580107 140734667126160 18446744073709551615 47095428785716 0 0 4096 2 18446604447497529216 0 0 -1 4 0 0 0
[pid=14591/tid=14594] ppid=14589 vsize=323116 CPUtime=197.49 cores=0,2,4,6
/proc/14591/task/14594/stat : 14594 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 48411 0 0 0 19736 13 0 0 25 0 4 0 652151891 330870784 34312 33554432000 4194304 4580107 140734667126160 18446744073709551615 4416463 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 785.65
Current children cumulated vsize (KiB) 323116

[startup+197.701 s]
/proc/loadavg: 8.03 6.19 6.37 7/324 14608
/proc/meminfo: memFree=27611436/32950928 swapFree=60199044/67111528
[pid=14591] ppid=14589 vsize=323116 CPUtime=786.05 cores=0,2,4,6
/proc/14591/stat : 14591 (strangenight2-m) S 14589 14591 14558 0 -1 4202496 179536 0 0 0 78558 47 0 0 25 0 4 0 652151891 330870784 33621 33554432000 4194304 4580107 140734667126160 18446744073709551615 47095428785716 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14591/statm: 80779 33621 378 95 0 75761 0
[pid=14591/tid=14592] ppid=14589 vsize=323116 CPUtime=195.73 cores=0,2,4,6
/proc/14591/task/14592/stat : 14592 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 44449 0 0 0 19562 11 0 0 25 0 4 0 652151891 330870784 33621 33554432000 4194304 4580107 140734667126160 18446744073709551615 47095428761131 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14591/tid=14593] ppid=14589 vsize=323116 CPUtime=196.33 cores=0,2,4,6
/proc/14591/task/14593/stat : 14593 (strangenight2-m) S 14589 14591 14558 0 -1 4202560 40873 0 0 0 19623 10 0 0 25 0 4 0 652151891 330870784 33621 33554432000 4194304 4580107 140734667126160 18446744073709551615 47095428785716 0 0 4096 2 18446604447497529216 0 0 -1 4 0 0 0
[pid=14591/tid=14594] ppid=14589 vsize=323116 CPUtime=197.69 cores=0,2,4,6
/proc/14591/task/14594/stat : 14594 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 48411 0 0 0 19756 13 0 0 25 0 4 0 652151891 330870784 33621 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 786.05
Current children cumulated vsize (KiB) 323116

[startup+197.801 s]
/proc/loadavg: 8.03 6.19 6.37 7/324 14608
/proc/meminfo: memFree=27611436/32950928 swapFree=60199044/67111528
[pid=14591] ppid=14589 vsize=323116 CPUtime=786.25 cores=0,2,4,6
/proc/14591/stat : 14591 (strangenight2-m) S 14589 14591 14558 0 -1 4202496 179536 0 0 0 78578 47 0 0 25 0 4 0 652151891 330870784 33621 33554432000 4194304 4580107 140734667126160 18446744073709551615 47095428785716 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/14591/statm: 80779 33621 378 95 0 75761 0
[pid=14591/tid=14592] ppid=14589 vsize=323116 CPUtime=195.83 cores=0,2,4,6
/proc/14591/task/14592/stat : 14592 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 44449 0 0 0 19572 11 0 0 25 0 4 0 652151891 330870784 33621 33554432000 4194304 4580107 140734667126160 18446744073709551615 47095428761131 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=14591/tid=14593] ppid=14589 vsize=323116 CPUtime=196.33 cores=0,2,4,6
/proc/14591/task/14593/stat : 14593 (strangenight2-m) S 14589 14591 14558 0 -1 4202560 40873 0 0 0 19623 10 0 0 25 0 4 0 652151891 330870784 33621 33554432000 4194304 4580107 140734667126160 18446744073709551615 47095428785716 0 0 4096 2 18446604447497529216 0 0 -1 4 0 0 0
[pid=14591/tid=14594] ppid=14589 vsize=323116 CPUtime=197.79 cores=0,2,4,6
/proc/14591/task/14594/stat : 14594 (strangenight2-m) R 14589 14591 14558 0 -1 4202560 48411 0 0 0 19766 13 0 0 25 0 4 0 652151891 330870784 33621 33554432000 4194304 4580107 140734667126160 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 786.25
Current children cumulated vsize (KiB) 323116

Child status: 10
Real time (s): 197.812
CPU time (s): 786.282
CPU user time (s): 785.797
CPU system time (s): 0.485926
CPU usage (%): 397.489
Max. virtual memory (cumulated for all children) (KiB): 333736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 785.797
system time used= 0.485926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179544
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= 107
involuntary context switches= 5992

runsolver used 0.567913 second user time and 1.42678 second system time

The end

Launcher Data

Begin job on node122 at 2011-05-14 22:38:51
IDJOB=3366493
IDBENCH=82902
IDSOLVER=1844
FILE ID=node122/3366493-1305405531
RUNJOBID= node122-1305405531-14576
PBS_JOBID= 13324494
Free space on /tmp= 73436 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k7-r89-v50-c4450-S864690872-081.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366493-1305405531/watcher-3366493-1305405531 -o /tmp/evaluation-result-3366493-1305405531/solver-3366493-1305405531 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366493-1305405531.cnf

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

MD5SUM BENCH= 6689be7bde9914194ce4bfa20183e3c5
RANDOM SEED=332177665

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      28018224 kB
Buffers:        273968 kB
Cached:        3346136 kB
SwapCached:      50104 kB
Active:         866260 kB
Inactive:      3856300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28018224 kB
SwapTotal:    67111528 kB
SwapFree:     60199044 kB
Dirty:            7496 kB
Writeback:           0 kB
AnonPages:     1062992 kB
Mapped:          13292 kB
Slab:           112700 kB
PageTables:      32196 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52522292 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= 73428 MiB
End job on node122 at 2011-05-14 22:42:09