Trace number 3264575

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-mtSAT 369.928 92.6104

General information on the benchmark

NameSAT04/handmade/andrew/composite/
Composite-024BitPrimes-1.used-as.sat04-861.cnf
MD5SUM72d75022e26bed024de6755e7642ab28
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.81172
Satisfiable
(Un)Satisfiability was proved
Number of variables1199
Number of clauses11158
Sum of the clauses size49842
Maximum clause length5
Minimum clause length1
Number of clauses of size 174
Number of clauses of size 21148
Number of clauses of size 31104
Number of clauses of size 40
Number of clauses of size 58832
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-3264575-1304128083.cnf'
0.00/0.00	c -- header says num vars:           1199
0.00/0.00	c -- header says num clauses:       11158
0.00/0.01	c -- clauses added:            0 learnts,        11158 normals,            0 xors
0.00/0.01	c -- vars added       1199
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0      1199      9650      1126         0     48106         0   no data   no data
0.00/0.04	c asymm  cl-useful: 4567/9416/9416 lits-rem:5225 time: 0.02
0.00/0.04	c Flit:     1 Blit:      9 bXBeca:    0 bXProp:   38 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
0.00/0.04	c Replacing       38 vars Replaced     8375 lits Time:     0.00 s 
0.00/0.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.04	c bin-w-bin subsume rem          505 bins  time:  0.00 s
0.00/0.04	c subs with bin:       34  lits-rem:      2175  v-fix:    0  time:  0.00 s
0.00/0.04	c Subs w/ non-existent bins:     11 l-rem:      9 v-fix:     0 done:   1055 time:  0.00 s
0.00/0.04	c Removed useless bin:       7  fixed:     0  props:   0.01M  time:  0.00 s
3.58/0.90	c lits-rem:      2691  cl-subs:     1155  v-elim:      0  v-fix:    0  time:  0.01 s
3.58/0.90	c Finding binary XORs  T:     0.00 s  found:       4
3.58/0.90	c Replacing        4 vars Replaced      470 lits Time:     0.00 s 
3.58/0.90	c Finding non-binary XORs:     0.00 s (found:       1, avg size: 4.0)
3.58/0.90	c calculated reachability. Time: 0.00
3.58/0.90	c Calc default polars -  time:   0.00 s pos:     493 undec:     161 neg:     545
3.58/0.90	c =========================================================================================
3.58/0.90	c types(t): F = full restart, N = normal restart
3.58/0.90	c types(t): S = simplification begin/end, E = solution found
3.58/0.90	c restart types(rt): st = static, dy = dynamic
3.58/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.58/0.90	c  B st     0         0      1051      7957       598         0     30340         0   no data   no data
3.58/0.90	c Decided on static restart strategy
3.58/0.90	c  N st     8      4917      1051      7957       619      4712     30338    109775   no data   no data
3.58/1.00	c  N st    10     11300      1051      7957       655      4450     30338     69021   no data   no data
5.97/1.57	c  N st    11     17043      1051      7957       658      9933     30338    188867   no data   no data
9.17/2.39	c  F st    12     25002      1051      7957       711     12188     30338    213562   no data   no data
9.17/2.39	c  N st    12     25002      1051      7957       711     12188     30338    213562   no data   no data
9.17/2.39	c Finding binary XORs  T:     0.00 s  found:       0
11.56/2.91	c Decided on static restart strategy
11.56/2.91	c  N st    18     30001      1051      7957       713     10553     30337    174566   no data   no data
11.56/2.91	c  S st    18     30001      1051      7957       713     10553     30337    174566   no data   no data
11.56/2.95	c  S st    18     30502      1051      7957       713     11042     30337    181155   no data   no data
11.56/2.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
11.56/2.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     78 BRemL:     51 BRemN:      5 P:  0.3M T:  0.01
11.56/2.96	c blocked clauses removed:        0 vars:      0 tried:        1047 T: 0.00 s
11.56/2.96	c bin-w-bin subsume rem           61 bins  time:  0.00 s
11.56/2.96	c subs with bin:       50  lits-rem:        25  v-fix:    0  time:  0.00 s
11.56/2.96	c Subs w/ non-existent bins:      0 l-rem:      1 v-fix:     0 done:   1051 time:  0.00 s
11.56/2.96	c Removed useless bin:      13  fixed:     0  props:   0.02M  time:  0.00 s
11.56/2.96	c lits-rem:         1  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.00 s
11.56/2.97	c subs with bin:        5  lits-rem:       340  v-fix:    0  time:  0.00 s
12.37/3.13	c lits-rem:      1958  cl-subs:     2102  v-elim:      0  v-fix:    0  time:  0.16 s
12.37/3.16	c asymm  cl-useful: 3/7904/7904 lits-rem:3 time: 0.04
12.37/3.16	c calculated reachability. Time: 0.00
12.37/3.16	c  N st    18     30502      1051      7904       675      8935     30182    144631   no data   no data
15.56/3.93	c  N st    20     37613      1051      7904       677      8370     30182    116681   no data   no data
18.35/4.61	c  N st    21     44012      1051      7904       677     14511     30182    232308   no data   no data
18.35/4.61	c Finding binary XORs  T:     0.00 s  found:       0
18.75/4.79	c  S st    22     45755      1051      7904       724     16197     30180    267749   no data   no data
19.15/4.84	c  S st    22     46256      1051      7904       725     16692     30180    273826   no data   no data
19.15/4.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.15/4.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      2 BRemL:     51 BRemN:      1 P:  0.4M T:  0.01
19.15/4.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.15/4.85	c bin-w-bin subsume rem           13 bins  time:  0.00 s
19.15/4.85	c subs with bin:        4  lits-rem:         0  v-fix:    0  time:  0.00 s
19.15/4.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1051 time:  0.00 s
19.15/4.85	c Removed useless bin:       4  fixed:     0  props:   0.02M  time:  0.00 s
19.15/4.86	c lits-rem:         4  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
19.15/4.87	c subs with bin:        3  lits-rem:       181  v-fix:    0  time:  0.00 s
20.75/5.27	c lits-rem:      1142  cl-subs:     3562  v-elim:      0  v-fix:    0  time:  0.40 s
20.75/5.27	c vivif2 --  cl tried     7900 cl shrink        0 lits rem          0 time: 0.00
20.75/5.28	c vivif2 --  cl tried    13127 cl shrink      901 lits rem       1038 time: 0.01
21.15/5.33	c asymm  cl-useful: 3/7900/7900 lits-rem:3 time: 0.05
21.15/5.33	c calculated reachability. Time: 0.00
21.15/5.33	c  N st    22     46256      1051      7900       658     13127     30143    217073   no data   no data
28.34/7.19	c  N st    23     60654      1051      7900       658     18620     30143    334604   no data   no data
33.14/8.32	c  N st    24     69386      1051      7900       667     17527     30143    256960   no data   no data
33.14/8.32	c  S st    24     69386      1051      7900       667     17527     30143    256960   no data   no data
33.14/8.38	c  S st    24     69891      1051      7900       667     18021     30143    263150   no data   no data
33.14/8.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.14/8.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      5 BRemN:      0 P:  0.5M T:  0.01
33.14/8.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.14/8.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.14/8.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.14/8.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1051 time:  0.00 s
33.14/8.39	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
33.14/8.39	c lits-rem:         4  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
33.54/8.40	c subs with bin:        4  lits-rem:        20  v-fix:    0  time:  0.00 s
34.34/8.68	c lits-rem:      1776  cl-subs:     3687  v-elim:      0  v-fix:    0  time:  0.27 s
34.34/8.68	c vivif2 --  cl tried     7900 cl shrink        0 lits rem          0 time: 0.00
34.34/8.68	c vivif2 --  cl tried    14330 cl shrink      681 lits rem        848 time: 0.01
34.75/8.74	c asymm  cl-useful: 15/7900/7900 lits-rem:29 time: 0.05
34.75/8.74	c calculated reachability. Time: 0.00
34.75/8.74	c  N st    24     69891      1051      7893       670     14330     30119    216466   no data   no data
43.54/10.97	c  F st    25     87500      1051      7893       670     20867     30118    318667   no data   no data
43.54/10.97	c  N st    25     87500      1051      7893       670     20867     30118    318667   no data   no data
45.11/11.30	c Finding binary XORs  T:     0.00 s  found:       0
46.71/11.70	c  N dy    34     93083      1051      7893       673     14877     30118    208751     11.03     12.24
49.52/12.48	c  N dy    55     99217      1051      7893       673     20808     30118    348961     10.25     10.87
53.11/13.30	c  S st    88    104837      1051      7893       673     13384     30117    142885     10.52   no data
53.11/13.35	c  S st    88    105339      1051      7893       673     13881     30117    149548     10.52   no data
53.11/13.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
53.11/13.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      4 BRemN:      4 P:  0.5M T:  0.01
53.11/13.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
53.11/13.36	c bin-w-bin subsume rem            1 bins  time:  0.00 s
53.11/13.36	c subs with bin:        5  lits-rem:         0  v-fix:    0  time:  0.00 s
53.11/13.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1051 time:  0.00 s
53.11/13.36	c Removed useless bin:       1  fixed:     0  props:   0.02M  time:  0.00 s
53.11/13.36	c lits-rem:         2  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
53.11/13.37	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
53.51/13.40	c lits-rem:      1287  cl-subs:      312  v-elim:      0  v-fix:    0  time:  0.03 s
53.51/13.40	c vivif2 --  cl tried     7888 cl shrink        0 lits rem          0 time: 0.00
53.51/13.41	c vivif2 --  cl tried    13568 cl shrink      172 lits rem        209 time: 0.00
53.51/13.45	c asymm  cl-useful: 2/7888/7888 lits-rem:2 time: 0.05
53.51/13.45	c calculated reachability. Time: 0.00
53.51/13.45	c  N dy    88    105339      1051      7888       663     13568     30079    144728     10.52   no data
57.13/14.33	c  N dy   124    112168      1051      7888       663     20167     30079    289229     10.74     11.31
61.52/15.42	c  N dy   153    119398      1051      7888       664     27176     30079    431706     10.59     11.20
65.51/16.49	c  N dy   206    127221      1051      7888       664     21101     30079    293737     10.80     11.43
71.09/17.80	c  N dy   242    135548      1051      7888       664     29203     30079    471227     10.78     11.40
76.28/19.12	c  N dy   286    144286      1051      7888       669     23065     30079    322667     10.80     12.17
82.67/20.77	c  N dy   293    154057      1051      7888       671     16952     30079    169338     10.45     11.01
85.06/21.35	c  S st   314    158010      1051      7888       671     20805     30079    254800     10.48   no data
85.46/21.42	c  S st   314    158512      1051      7888       671     21293     30079    261286     10.48   no data
85.46/21.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
85.46/21.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      3 BRemN:      0 P:  0.6M T:  0.01
85.46/21.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
85.46/21.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
85.46/21.43	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  0.00 s
85.46/21.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1051 time:  0.00 s
85.46/21.43	c Removed useless bin:       1  fixed:     0  props:   0.02M  time:  0.00 s
85.46/21.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
85.46/21.45	c subs with bin:        0  lits-rem:        13  v-fix:    0  time:  0.00 s
85.86/21.58	c lits-rem:      3621  cl-subs:      837  v-elim:      0  v-fix:    0  time:  0.13 s
85.86/21.58	c vivif2 --  cl tried     7885 cl shrink        0 lits rem          0 time: 0.00
85.86/21.59	c vivif2 --  cl tried    20456 cl shrink      586 lits rem        672 time: 0.01
86.26/21.65	c asymm  cl-useful: 2/7885/7885 lits-rem:2 time: 0.07
86.26/21.66	c calculated reachability. Time: 0.00
86.26/21.66	c  N dy   314    158512      1051      7885       667     20456     30067    244665     10.48   no data
93.06/23.39	c  N dy   379    168979      1051      7885       667     30728     30067    479663     10.57     11.26
106.64/26.70	c  N dy   446    189810      1051      7885       667     34526     30067    533380     10.48     11.06
114.25/28.68	c  N dy   488    202066      1051      7885       667     28902     30067    434259     10.45     11.06
124.62/31.28	c  N dy   558    217283      1051      7885       667     25228     30067    311299     10.47     11.06
135.41/33.96	c  N dy   622    231324      1051      7885       667     38928     30067    625266     10.49     11.12
139.80/35.05	c  S st   657    237769      1051      7885       667     25667     30067    300459     10.51      8.92
140.22/35.13	c  S st   657    238269      1051      7885       667     26160     30067    307675     10.51   no data
140.22/35.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
140.22/35.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
140.22/35.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
140.22/35.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
140.22/35.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
140.22/35.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1051 time:  0.00 s
140.22/35.14	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
140.22/35.15	c lits-rem:         2  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
140.22/35.16	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.00 s
141.00/35.30	c lits-rem:      2882  cl-subs:      937  v-elim:      0  v-fix:    0  time:  0.14 s
141.00/35.30	c vivif2 --  cl tried     7885 cl shrink        0 lits rem          0 time: 0.00
141.00/35.31	c vivif2 --  cl tried    25223 cl shrink      522 lits rem        644 time: 0.01
141.00/35.39	c asymm  cl-useful: 0/7885/7885 lits-rem:0 time: 0.08
141.00/35.39	c calculated reachability. Time: 0.00
141.00/35.39	c  N dy   657    238269      1051      7885       668     25223     30065    291203     10.51   no data
152.18/38.15	c  N dy   704    253566      1051      7885       668     40146     30065    645368     10.43     12.45
164.17/41.12	c  N dy   776    270233      1051      7885       669     35888     30065    525368     10.42     11.11
177.75/44.50	c  N dy   867    287721      1051      7885       669     31555     30065    421875     10.43     11.32
192.53/48.25	c  F st   910    306250      1051      7885       671     27061     30065    298851     10.30      8.60
192.53/48.26	c  N st   910    306250      1051      7885       671     27061     30065    298851     10.30      8.60
208.51/52.28	c  N dy   996    325875      1051      7885       671     46192     30065    725040     10.34     11.33
224.88/56.36	c  N dy  1064    346578      1051      7885       671     43016     30065    618141     10.31     10.87
234.48/58.78	c  S st  1132    357403      1051      7885       671     29220     30065    312314     10.34   no data
234.88/58.87	c  S st  1132    357904      1051      7885       671     29717     30065    320346     10.34   no data
234.88/58.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
234.88/58.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
234.88/58.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
234.88/58.88	c bin-w-bin subsume rem            1 bins  time:  0.00 s
234.88/58.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
234.88/58.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   1051 time:  0.00 s
234.88/58.88	c Removed useless bin:       0  fixed:     0  props:   0.02M  time:  0.00 s
234.88/58.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
235.28/58.90	c subs with bin:        0  lits-rem:         4  v-fix:    0  time:  0.00 s
235.67/59.05	c lits-rem:      3300  cl-subs:      881  v-elim:      0  v-fix:    0  time:  0.15 s
235.67/59.05	c vivif2 --  cl tried     7885 cl shrink        0 lits rem          0 time: 0.00
235.67/59.06	c vivif2 --  cl tried    28836 cl shrink      608 lits rem        679 time: 0.01
236.07/59.15	c asymm  cl-useful: 4/7885/7885 lits-rem:4 time: 0.09
236.07/59.15	c calculated reachability. Time: 0.00
236.07/59.15	c  N dy  1132    357904      1051      7885       670     28836     30059    306130     10.34   no data
254.05/63.67	c  N dy  1222    378359      1051      7885       670     48741     30059    755227     10.33     11.07
271.23/67.98	c  N dy  1311    398440      1051      7885       670     43042     30059    610801     10.33     11.18
289.62/72.52	c  N dy  1399    419393      1051      7885       672     37123     30059    462857     10.32     10.92
308.37/77.21	c Finding binary XORs  T:     0.00 s  found:       0
308.77/77.38	c  N dy  1512    439436      1051      7885       677     29403     30059    272300     10.34     12.47
327.15/81.96	c  N dy  1628    459727      1051      7885       677     49255     30059    713625     10.37     11.01
345.92/86.63	c  N dy  1754    479747      1051      7885       678     40497     30059    501337     10.41     12.38
366.30/91.75	c  N dy  1862    499772      1051      7885       679     30687     30059    265862     10.42     11.24
369.89/92.60	c Following stats are for *FIRST FINISHED THREAD ONLY*
369.89/92.60	c num threads              : 4          
369.89/92.60	c restarts                 : 153        
369.89/92.60	c dynamic restarts         : 109        
369.89/92.60	c static restarts          : 44         
369.89/92.60	c full restarts            : 3          
369.89/92.60	c total simplify time      : 0.01       
369.89/92.60	c learnts DL2              : 0          
369.89/92.60	c learnts size 2           : 1562       
369.89/92.60	c learnts size 1           : 106         (8.84      % of vars)
369.89/92.60	c filedLit time            : 0.04        (0.05      % time)
369.89/92.60	c v-elim SatELite          : 0           (0.00      % vars)
369.89/92.60	c SatELite time            : 3.87        (4.20      % time)
369.89/92.60	c v-elim xor               : 0           (0.00      % vars)
369.89/92.60	c xor elim time            : 0.00        (0.00      % time)
369.89/92.60	c num binary xor trees     : 25         
369.89/92.60	c binxor trees' crown      : 42          (1.68      leafs/tree)
369.89/92.60	c bin xor find time        : 0.00       
369.89/92.60	c OTF clause improved      : 20680       (0.04      clauses/conflict)
369.89/92.60	c OTF impr. size diff      : 22315       (1.08       lits/clause)
369.89/92.60	c OTF cl watch-shrink      : 204724      (0.38      clauses/conflict)
369.89/92.60	c OTF cl watch-sh-lit      : 348482      (1.70       lits/clause)
369.89/92.60	c tried to recurMin cls    : 68167       (12.70      % of conflicts)
369.89/92.60	c updated cache            : 2773        (0.04       lits/tried recurMin)
369.89/92.60	c unit cls recevied        : 9           (8.49      % of units)
369.89/92.60	c unit cls sent            : 96          (90.57     % of units)
369.89/92.60	c bin cls recevied         : 342        
369.89/92.60	c bin cls sent             : 193        
369.89/92.60	c clauses over max glue    : 0           (0.00      % of all clauses)
369.89/92.60	c conflicts                : 536640      (5828.93   / sec)
369.89/92.60	c decisions                : 589261      (2.67      % random)
369.89/92.60	c bogo-props               : 14347737564 (155843557.23 / sec)
369.89/92.60	c conflict literals        : 10273146    (47.45     % deleted)
369.89/92.60	c Memory used              : 284.96      MB
369.89/92.60	c single-thread CPU time   : 92.07       s
369.89/92.60	c all-threads sum CPU time : 369.74      s
369.89/92.60	s SATISFIABLE
369.89/92.60	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 -597 598 599 600 601 -602 -603 -604 -605 -606 -607 -608 -609 -610 -611 -612 -613 -614 -615 -616 -617 -618 -619 -620 -621 -622 -623 -624 -625 -626 -627 -628 -629 -630 631 632 633 -634 -635 636 637 638 639 640 641 642 -643 -644 -645 646 -647 -648 -649 -650 -651 -652 653 654 -655 -656 -657 658 659 660 -661 662 663 664 -665 666 -667 668 -669 670 -671 672 -673 -674 -675 -676 677 678 -679 -680 -681 682 683 684 -685 686 687 688 -689 690 -691 692 -693 694 -695 696 -697 -698 -699 700 701 702 -703 704 705 706 707 708 709 -710 711 -712 -713 714 -715 -716 -717 -718 -719 -720 -721 722 723 -724 725 726 -727 728 729 730 731 732 733 -734 735 -736 -737 738 -739 -740 -741 -742 -743 -744 -745 746 747 -748 -749 -750 751 752 753 -754 755 -756 -757 758 -759 -760 -761 -762 -763 -764 -765 766 767 -768 769 770 -771 772 773 -774 775 776 777 -778 779 -780 -781 782 -783 -784 -785 -786 -787 -788 -789 790 791 -792 793 794 -795 796 797 -798 -799 800 801 -802 803 -804 -805 806 -807 -808 -809 -810 -811 -812 -813 814 815 -816 817 818 -819 820 821 -822 -823 -824 -825 826 827 -828 829 -830 831 -832 -833 834 835 836 -837 -838 839 -840 -841 842 843 -844 -845 -846 847 848 -849 -850 -851 852 853 854 -855 856 -857 858 -859 860 -861 862 -863 -864 -865 -866 867 868 869 -870 -871 -872 -873 874 -875 876 877 878 -879 880 -881 882 -883 884 -885 886 -887 -888 -889 -890 891 892 893 -894 -895 -896 -897 898 -899 -900 -901 -902 903 -904 -905 -906 907 908 909 -910 -911 912 913 914 -915 -916 917 918 919 -920 921 922 923 -924 -925 -926 927 -928 -929 -930 931 932 933 -934 -935 936 937 938 -939 -940 941 942 943 -944 945 946 947 -948 -949 -950 951 -952 -953 -954 955 956 957 -958 -959 960 961 962 -963 -964 965 966 967 -968 969 970 971 -972 -973 -974 975 -976 -977 -978 979 980 981 -982 -983 984 985 986 -987 -988 989 990 991 -992 993 994 995 -996 -997 -998 -999 1000 -1001 -1002 1003 -1004 1005 1006 -1007 1008 -1009 1010 -1011 1012 -1013 1014 1015 1016 -1017 -1018 1019 1020 1021 -1022 1023 -1024 -1025 -1026 1027 -1028 1029 1030 -1031 1032 -1033 1034 -1035 1036 -1037 1038 1039 1040 -1041 -1042 1043 1044 1045 -1046 1047 -1048 -1049 1050 1051 -1052 1053 -1054 -1055 -1056 1057 1058 1059 -1060 -1061 -1062 1063 1064 -1065 1066 -1067 -1068 1069 1070 -1071 1072 1073 -1074 -1075 1076 1077 -1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 -1088 -1089 1090 1091 1092 1093 -1094 1095 -1096 -1097 -1098 1099 1100 1101 -1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 -1112 -1113 1114 1115 1116 1117 -1118 1119 -1120 -1121 -1122 1123 -1124 -1125 1126 1127 1128 -1129 1130 -1131 -1132 -1133 1134 1135 -1136 1137 -1138 1139 1140 -1141 -1142 -1143 -1144 1145 1146 1147 1148 -1149 -1150 -1151 -1152 1153 -1154 -1155 1156 -1157 1158 -1159 -1160 1161 1162 -1163 1164 -1165 1166 1167 -1168 -1169 -1170 1171 -1172 -1173 1174 -1175 -1176 1177 -1178 -1179 1180 -1181 1182 -1183 -1184 1185 1186 -1187 1188 -1189 1190 1191 -1192 -1193 -1194 1195 -1196 -1197 1198 -1199 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.78 5.35 6.81 6/180 23573
/proc/meminfo: memFree=30312744/32951124 swapFree=67111364/67111528
[pid=23573] ppid=23570 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/23573/stat : 23573 (strangenight2-m) R 23570 23573 23167 0 -1 4202496 408 0 0 0 0 0 0 0 22 0 4 0 524408698 52441088 348 33554432000 4194304 4627427 140735349236592 18446744073709551615 47760467421106 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23573/statm: 12803 348 299 106 0 7774 0
[pid=23573/tid=23574] ppid=23570 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/23573/task/23574/stat : 23574 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 524408698 52441088 348 33554432000 4194304 4627427 140735349236592 18446744073709551615 47760467421106 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23573/tid=23575] ppid=23570 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/23573/task/23575/stat : 23575 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 524408698 52441088 348 33554432000 4194304 4627427 140735349236592 18446744073709551615 47760467421106 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23573/tid=23576] ppid=23570 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/23573/task/23576/stat : 23576 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 524408698 52441088 348 33554432000 4194304 4627427 140735349236592 18446744073709551615 253640915953 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.074404 s]
/proc/loadavg: 3.78 5.35 6.81 6/180 23573
/proc/meminfo: memFree=30312744/32951124 swapFree=67111364/67111528
[pid=23573] ppid=23570 vsize=285408 CPUtime=0.28 cores=1,3,5,7
/proc/23573/stat : 23573 (strangenight2-m) R 23570 23573 23167 0 -1 4202496 3709 0 0 0 27 1 0 0 18 0 4 0 524408698 292257792 3238 33554432000 4194304 4627427 140735349236592 18446744073709551615 4308425 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23573/statm: 71352 3238 385 106 0 66323 0
[pid=23573/tid=23574] ppid=23570 vsize=285408 CPUtime=0.06 cores=1,3,5,7
/proc/23573/task/23574/stat : 23574 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 969 0 0 0 6 0 0 0 18 0 4 0 524408698 292257792 3238 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23573/tid=23575] ppid=23570 vsize=285408 CPUtime=0.06 cores=1,3,5,7
/proc/23573/task/23575/stat : 23575 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 939 0 0 0 6 0 0 0 18 0 4 0 524408698 292257792 3238 33554432000 4194304 4627427 140735349236592 18446744073709551615 4308096 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23573/tid=23576] ppid=23570 vsize=285408 CPUtime=0.06 cores=1,3,5,7
/proc/23573/task/23576/stat : 23576 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 407 0 0 0 6 0 0 0 25 0 4 0 524408698 292257792 3238 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 285408

[startup+0.100397 s]
/proc/loadavg: 3.78 5.35 6.81 6/180 23573
/proc/meminfo: memFree=30312744/32951124 swapFree=67111364/67111528
[pid=23573] ppid=23570 vsize=285408 CPUtime=0.38 cores=1,3,5,7
/proc/23573/stat : 23573 (strangenight2-m) R 23570 23573 23167 0 -1 4202496 3740 0 0 0 37 1 0 0 18 0 4 0 524408698 292257792 3269 33554432000 4194304 4627427 140735349236592 18446744073709551615 4308213 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23573/statm: 71352 3269 385 106 0 66323 0
[pid=23573/tid=23574] ppid=23570 vsize=285408 CPUtime=0.09 cores=1,3,5,7
/proc/23573/task/23574/stat : 23574 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 978 0 0 0 9 0 0 0 18 0 4 0 524408698 292257792 3269 33554432000 4194304 4627427 140735349236592 18446744073709551615 4330330 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23573/tid=23575] ppid=23570 vsize=285408 CPUtime=0.09 cores=1,3,5,7
/proc/23573/task/23575/stat : 23575 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 947 0 0 0 9 0 0 0 18 0 4 0 524408698 292257792 3269 33554432000 4194304 4627427 140735349236592 18446744073709551615 4308987 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23573/tid=23576] ppid=23570 vsize=285408 CPUtime=0.09 cores=1,3,5,7
/proc/23573/task/23576/stat : 23576 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 413 0 0 0 9 0 0 0 25 0 4 0 524408698 292257792 3269 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 285408

[startup+0.300361 s]
/proc/loadavg: 3.78 5.35 6.81 6/180 23573
/proc/meminfo: memFree=30312744/32951124 swapFree=67111364/67111528
[pid=23573] ppid=23570 vsize=285540 CPUtime=1.18 cores=1,3,5,7
/proc/23573/stat : 23573 (strangenight2-m) R 23570 23573 23167 0 -1 4202496 4001 0 0 0 117 1 0 0 18 0 4 0 524408698 292392960 3530 33554432000 4194304 4627427 140735349236592 18446744073709551615 4321673 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23573/statm: 71385 3530 385 106 0 66356 0
[pid=23573/tid=23574] ppid=23570 vsize=285540 CPUtime=0.29 cores=1,3,5,7
/proc/23573/task/23574/stat : 23574 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 1052 0 0 0 29 0 0 0 18 0 4 0 524408698 292392960 3530 33554432000 4194304 4627427 140735349236592 18446744073709551615 4332952 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23573/tid=23575] ppid=23570 vsize=285540 CPUtime=0.29 cores=1,3,5,7
/proc/23573/task/23575/stat : 23575 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 1006 0 0 0 29 0 0 0 18 0 4 0 524408698 292392960 3530 33554432000 4194304 4627427 140735349236592 18446744073709551615 4308162 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23573/tid=23576] ppid=23570 vsize=285540 CPUtime=0.29 cores=1,3,5,7
/proc/23573/task/23576/stat : 23576 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 472 0 0 0 29 0 0 0 25 0 4 0 524408698 292392960 3530 33554432000 4194304 4627427 140735349236592 18446744073709551615 4227687 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 285540

[startup+0.700288 s]
/proc/loadavg: 3.78 5.35 6.81 6/180 23573
/proc/meminfo: memFree=30312744/32951124 swapFree=67111364/67111528
[pid=23573] ppid=23570 vsize=287972 CPUtime=2.78 cores=1,3,5,7
/proc/23573/stat : 23573 (strangenight2-m) R 23570 23573 23167 0 -1 4202496 5021 0 0 0 277 1 0 0 18 0 4 0 524408698 294883328 3669 33554432000 4194304 4627427 140735349236592 18446744073709551615 4308265 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23573/statm: 71993 3669 386 106 0 66964 0
[pid=23573/tid=23574] ppid=23570 vsize=287972 CPUtime=0.69 cores=1,3,5,7
/proc/23573/task/23574/stat : 23574 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 1298 0 0 0 69 0 0 0 18 0 4 0 524408698 294883328 3669 33554432000 4194304 4627427 140735349236592 18446744073709551615 4310465 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23573/tid=23575] ppid=23570 vsize=287972 CPUtime=0.69 cores=1,3,5,7
/proc/23573/task/23575/stat : 23575 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 1256 0 0 0 69 0 0 0 18 0 4 0 524408698 294883328 3669 33554432000 4194304 4627427 140735349236592 18446744073709551615 4327410 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23573/tid=23576] ppid=23570 vsize=287972 CPUtime=0.69 cores=1,3,5,7
/proc/23573/task/23576/stat : 23576 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 714 0 0 0 69 0 0 0 25 0 4 0 524408698 294883328 3669 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 287972

[startup+1.50014 s]
/proc/loadavg: 4.20 5.41 6.83 10/184 23577
/proc/meminfo: memFree=30287044/32951124 swapFree=67111364/67111528
[pid=23573] ppid=23570 vsize=270928 CPUtime=5.97 cores=1,3,5,7
/proc/23573/stat : 23573 (strangenight2-m) R 23570 23573 23167 0 -1 4202496 6590 0 0 0 596 1 0 0 20 0 4 0 524408698 277430272 4240 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23573/statm: 67732 4240 386 106 0 62703 0
[pid=23573/tid=23574] ppid=23570 vsize=270928 CPUtime=1.49 cores=1,3,5,7
/proc/23573/task/23574/stat : 23574 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 1714 0 0 0 149 0 0 0 19 0 4 0 524408698 277430272 4240 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23573/tid=23575] ppid=23570 vsize=270928 CPUtime=1.49 cores=1,3,5,7
/proc/23573/task/23575/stat : 23575 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 1642 0 0 0 149 0 0 0 20 0 4 0 524408698 277430272 4240 33554432000 4194304 4627427 140735349236592 18446744073709551615 4321603 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23573/tid=23576] ppid=23570 vsize=270928 CPUtime=1.48 cores=1,3,5,7
/proc/23573/task/23576/stat : 23576 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 1102 0 0 0 148 0 0 0 25 0 4 0 524408698 277430272 4240 33554432000 4194304 4627427 140735349236592 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 270928

[startup+3.10085 s]
/proc/loadavg: 4.20 5.41 6.83 9/184 23577
/proc/meminfo: memFree=30255780/32951124 swapFree=67111364/67111528
[pid=23573] ppid=23570 vsize=294648 CPUtime=12.37 cores=1,3,5,7
/proc/23573/stat : 23573 (strangenight2-m) R 23570 23573 23167 0 -1 4202496 10722 0 0 0 1235 2 0 0 25 0 4 0 524408698 301719552 6418 33554432000 4194304 4627427 140735349236592 18446744073709551615 4420258 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23573/statm: 73662 6418 391 106 0 68633 0
[pid=23573/tid=23574] ppid=23570 vsize=294648 CPUtime=3.08 cores=1,3,5,7
/proc/23573/task/23574/stat : 23574 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 2499 0 0 0 308 0 0 0 25 0 4 0 524408698 301719552 6418 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23573/tid=23575] ppid=23570 vsize=294648 CPUtime=3.09 cores=1,3,5,7
/proc/23573/task/23575/stat : 23575 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 2366 0 0 0 309 0 0 0 25 0 4 0 524408698 301719552 6418 33554432000 4194304 4627427 140735349236592 18446744073709551615 4330252 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23573/tid=23576] ppid=23570 vsize=294648 CPUtime=3.07 cores=1,3,5,7
/proc/23573/task/23576/stat : 23576 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 1886 0 0 0 307 0 0 0 25 0 4 0 524408698 301719552 6418 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309067 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 294648

[startup+6.30027 s]
/proc/loadavg: 4.20 5.41 6.83 9/184 23577
/proc/meminfo: memFree=30204196/32951124 swapFree=67111364/67111528
[pid=23573] ppid=23570 vsize=288960 CPUtime=25.15 cores=1,3,5,7
/proc/23573/stat : 23573 (strangenight2-m) R 23570 23573 23167 0 -1 4202496 19063 0 0 0 2512 3 0 0 25 0 4 0 524408698 295895040 11284 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309095 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23573/statm: 72240 11284 391 106 0 67211 0
[pid=23573/tid=23574] ppid=23570 vsize=288960 CPUtime=6.28 cores=1,3,5,7
/proc/23573/task/23574/stat : 23574 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 3998 0 0 0 628 0 0 0 25 0 4 0 524408698 295895040 11284 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309364 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23573/tid=23575] ppid=23570 vsize=288960 CPUtime=6.28 cores=1,3,5,7
/proc/23573/task/23575/stat : 23575 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 5194 0 0 0 628 0 0 0 25 0 4 0 524408698 295895040 11284 33554432000 4194304 4627427 140735349236592 18446744073709551615 4338620 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23573/tid=23576] ppid=23570 vsize=288960 CPUtime=6.25 cores=1,3,5,7
/proc/23573/task/23576/stat : 23576 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 4416 0 0 0 625 0 0 0 25 0 4 0 524408698 295895040 11284 33554432000 4194304 4627427 140735349236592 18446744073709551615 4324648 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 288960

[startup+12.7011 s]
/proc/loadavg: 4.85 5.51 6.84 9/184 23577
/proc/meminfo: memFree=30141340/32951124 swapFree=67111364/67111528
[pid=23573] ppid=23570 vsize=299156 CPUtime=50.72 cores=1,3,5,7
/proc/23573/stat : 23573 (strangenight2-m) R 23570 23573 23167 0 -1 4202496 27524 0 0 0 5067 5 0 0 25 0 4 0 524408698 306335744 13770 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309360 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23573/statm: 74789 13770 391 106 0 69760 0
[pid=23573/tid=23574] ppid=23570 vsize=299156 CPUtime=12.69 cores=1,3,5,7
/proc/23573/task/23574/stat : 23574 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 6534 0 0 0 1268 1 0 0 25 0 4 0 524408698 306335744 13770 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23573/tid=23575] ppid=23570 vsize=299156 CPUtime=12.68 cores=1,3,5,7
/proc/23573/task/23575/stat : 23575 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 7560 0 0 0 1268 0 0 0 25 0 4 0 524408698 306335744 13770 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23573/tid=23576] ppid=23570 vsize=299156 CPUtime=12.62 cores=1,3,5,7
/proc/23573/task/23576/stat : 23576 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 6241 0 0 0 1261 1 0 0 25 0 4 0 524408698 306335744 13770 33554432000 4194304 4627427 140735349236592 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 299156

[startup+25.5008 s]
/proc/loadavg: 5.42 5.61 6.86 9/184 23578
/proc/meminfo: memFree=30078844/32951124 swapFree=67111364/67111528
[pid=23573] ppid=23570 vsize=317320 CPUtime=101.84 cores=1,3,5,7
/proc/23573/stat : 23573 (strangenight2-m) R 23570 23573 23167 0 -1 4202496 41652 0 0 0 10177 7 0 0 25 0 4 0 524408698 324935680 18536 33554432000 4194304 4627427 140735349236592 18446744073709551615 4308432 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23573/statm: 79330 18536 391 106 0 74301 0
[pid=23573/tid=23574] ppid=23570 vsize=317320 CPUtime=25.48 cores=1,3,5,7
/proc/23573/task/23574/stat : 23574 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 10245 0 0 0 2547 1 0 0 25 0 4 0 524408698 324935680 18536 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23573/tid=23575] ppid=23570 vsize=317320 CPUtime=25.48 cores=1,3,5,7
/proc/23573/task/23575/stat : 23575 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 10906 0 0 0 2547 1 0 0 25 0 4 0 524408698 324935680 18536 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23573/tid=23576] ppid=23570 vsize=317320 CPUtime=25.35 cores=1,3,5,7
/proc/23573/task/23576/stat : 23576 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 10846 0 0 0 2534 1 0 0 25 0 4 0 524408698 324935680 18536 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 317320

[startup+51.1011 s]
/proc/loadavg: 6.30 5.80 6.89 9/184 23578
/proc/meminfo: memFree=30027936/32951124 swapFree=67111364/67111528
[pid=23573] ppid=23570 vsize=299644 CPUtime=204.12 cores=1,3,5,7
/proc/23573/stat : 23573 (strangenight2-m) R 23570 23573 23167 0 -1 4202496 60741 0 0 0 20401 11 0 0 25 0 4 0 524408698 306835456 24128 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23573/statm: 74911 24128 391 106 0 69882 0
[pid=23573/tid=23574] ppid=23570 vsize=299644 CPUtime=51.08 cores=1,3,5,7
/proc/23573/task/23574/stat : 23574 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 14425 0 0 0 5106 2 0 0 25 0 4 0 524408698 306835456 24128 33554432000 4194304 4627427 140735349236592 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23573/tid=23575] ppid=23570 vsize=299644 CPUtime=51.09 cores=1,3,5,7
/proc/23573/task/23575/stat : 23575 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 17194 0 0 0 5106 3 0 0 25 0 4 0 524408698 306835456 24128 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23573/tid=23576] ppid=23570 vsize=299644 CPUtime=50.82 cores=1,3,5,7
/proc/23573/task/23576/stat : 23576 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 17517 0 0 0 5080 2 0 0 25 0 4 0 524408698 306835456 24128 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 299644

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

[startup+76.7004 s]
/proc/loadavg: 6.94 5.99 6.92 9/184 23579
/proc/meminfo: memFree=30005360/32951124 swapFree=67111364/67111528
[pid=23573] ppid=23570 vsize=301388 CPUtime=306.38 cores=1,3,5,7
/proc/23573/stat : 23573 (strangenight2-m) R 23570 23573 23167 0 -1 4202496 76661 0 0 0 30623 15 0 0 25 0 4 0 524408698 308621312 25178 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23573/statm: 75347 25178 391 106 0 70318 0
[pid=23573/tid=23574] ppid=23570 vsize=301388 CPUtime=76.68 cores=1,3,5,7
/proc/23573/task/23574/stat : 23574 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 19899 0 0 0 7665 3 0 0 25 0 4 0 524408698 308621312 25178 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23573/tid=23575] ppid=23570 vsize=301388 CPUtime=76.69 cores=1,3,5,7
/proc/23573/task/23575/stat : 23575 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 21072 0 0 0 7665 4 0 0 25 0 4 0 524408698 308621312 25178 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309075 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23573/tid=23576] ppid=23570 vsize=301388 CPUtime=76.28 cores=1,3,5,7
/proc/23573/task/23576/stat : 23576 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 22318 0 0 0 7625 3 0 0 25 0 4 0 524408698 308621312 25178 33554432000 4194304 4627427 140735349236592 18446744073709551615 4352141 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 306.38
Current children cumulated vsize (KiB) 301388

[startup+83.1002 s]
/proc/loadavg: 7.18 6.08 6.94 9/184 23579
/proc/meminfo: memFree=29978816/32951124 swapFree=67111364/67111528
[pid=23573] ppid=23570 vsize=311412 CPUtime=331.94 cores=1,3,5,7
/proc/23573/stat : 23573 (strangenight2-m) R 23570 23573 23167 0 -1 4202496 80949 0 0 0 33177 17 0 0 25 0 4 0 524408698 318885888 27400 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23573/statm: 77853 27400 391 106 0 72824 0
[pid=23573/tid=23574] ppid=23570 vsize=311412 CPUtime=83.09 cores=1,3,5,7
/proc/23573/task/23574/stat : 23574 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 21028 0 0 0 8305 4 0 0 25 0 4 0 524408698 318885888 27400 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23573/tid=23575] ppid=23570 vsize=311412 CPUtime=83.09 cores=1,3,5,7
/proc/23573/task/23575/stat : 23575 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 22118 0 0 0 8304 5 0 0 25 0 4 0 524408698 318885888 27400 33554432000 4194304 4627427 140735349236592 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23573/tid=23576] ppid=23570 vsize=311412 CPUtime=82.65 cores=1,3,5,7
/proc/23573/task/23576/stat : 23576 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 23442 0 0 0 8261 4 0 0 25 0 4 0 524408698 318885888 27400 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 331.94
Current children cumulated vsize (KiB) 311412

[startup+89.5011 s]
/proc/loadavg: 7.25 6.11 6.94 9/184 23579
/proc/meminfo: memFree=29965796/32951124 swapFree=67111364/67111528
[pid=23573] ppid=23570 vsize=321468 CPUtime=357.51 cores=1,3,5,7
/proc/23573/stat : 23573 (strangenight2-m) R 23570 23573 23167 0 -1 4202496 84737 0 0 0 35733 18 0 0 25 0 4 0 524408698 329183232 27084 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23573/statm: 80367 27084 391 106 0 75338 0
[pid=23573/tid=23574] ppid=23570 vsize=321468 CPUtime=89.49 cores=1,3,5,7
/proc/23573/task/23574/stat : 23574 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 22121 0 0 0 8945 4 0 0 25 0 4 0 524408698 329183232 27084 33554432000 4194304 4627427 140735349236592 18446744073709551615 4308368 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23573/tid=23575] ppid=23570 vsize=321468 CPUtime=89.49 cores=1,3,5,7
/proc/23573/task/23575/stat : 23575 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 22674 0 0 0 8944 5 0 0 25 0 4 0 524408698 329183232 27084 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23573/tid=23576] ppid=23570 vsize=321468 CPUtime=89.01 cores=1,3,5,7
/proc/23573/task/23576/stat : 23576 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 24563 0 0 0 8897 4 0 0 25 0 4 0 524408698 329183232 27084 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 357.51
Current children cumulated vsize (KiB) 321468

[startup+91.1008 s]
/proc/loadavg: 7.25 6.11 6.94 9/184 23579
/proc/meminfo: memFree=29969764/32951124 swapFree=67111364/67111528
[pid=23573] ppid=23570 vsize=321468 CPUtime=363.9 cores=1,3,5,7
/proc/23573/stat : 23573 (strangenight2-m) R 23570 23573 23167 0 -1 4202496 85230 0 0 0 36372 18 0 0 25 0 4 0 524408698 329183232 27577 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309250 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23573/statm: 80367 27577 391 106 0 75338 0
[pid=23573/tid=23574] ppid=23570 vsize=321468 CPUtime=91.09 cores=1,3,5,7
/proc/23573/task/23574/stat : 23574 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 22316 0 0 0 9105 4 0 0 25 0 4 0 524408698 329183232 27577 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23573/tid=23575] ppid=23570 vsize=321468 CPUtime=91.09 cores=1,3,5,7
/proc/23573/task/23575/stat : 23575 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 22674 0 0 0 9104 5 0 0 25 0 4 0 524408698 329183232 27577 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23573/tid=23576] ppid=23570 vsize=321468 CPUtime=90.61 cores=1,3,5,7
/proc/23573/task/23576/stat : 23576 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 24725 0 0 0 9057 4 0 0 25 0 4 0 524408698 329183232 27577 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309192 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 363.9
Current children cumulated vsize (KiB) 321468

[startup+91.9006 s]
/proc/loadavg: 7.31 6.14 6.95 9/184 23579
/proc/meminfo: memFree=29963812/32951124 swapFree=67111364/67111528
[pid=23573] ppid=23570 vsize=291800 CPUtime=367.1 cores=1,3,5,7
/proc/23573/stat : 23573 (strangenight2-m) R 23570 23573 23167 0 -1 4202496 85808 0 0 0 36692 18 0 0 25 0 4 0 524408698 298803200 24811 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23573/statm: 72950 24811 391 106 0 67921 0
[pid=23573/tid=23574] ppid=23570 vsize=291800 CPUtime=91.89 cores=1,3,5,7
/proc/23573/task/23574/stat : 23574 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 22405 0 0 0 9185 4 0 0 25 0 4 0 524408698 298803200 24811 33554432000 4194304 4627427 140735349236592 18446744073709551615 4308752 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23573/tid=23575] ppid=23570 vsize=291800 CPUtime=91.89 cores=1,3,5,7
/proc/23573/task/23575/stat : 23575 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 22674 0 0 0 9184 5 0 0 25 0 4 0 524408698 298803200 24811 33554432000 4194304 4627427 140735349236592 18446744073709551615 4332648 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23573/tid=23576] ppid=23570 vsize=291800 CPUtime=91.4 cores=1,3,5,7
/proc/23573/task/23576/stat : 23576 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 24802 0 0 0 9136 4 0 0 25 0 4 0 524408698 298803200 24811 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309179 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 367.1
Current children cumulated vsize (KiB) 291800

[startup+92.3006 s]
/proc/loadavg: 7.31 6.14 6.95 9/184 23579
/proc/meminfo: memFree=29975592/32951124 swapFree=67111364/67111528
[pid=23573] ppid=23570 vsize=291800 CPUtime=368.71 cores=1,3,5,7
/proc/23573/stat : 23573 (strangenight2-m) R 23570 23573 23167 0 -1 4202496 85937 0 0 0 36853 18 0 0 25 0 4 0 524408698 298803200 24940 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309902 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23573/statm: 72950 24940 391 106 0 67921 0
[pid=23573/tid=23574] ppid=23570 vsize=291800 CPUtime=92.29 cores=1,3,5,7
/proc/23573/task/23574/stat : 23574 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 22444 0 0 0 9225 4 0 0 25 0 4 0 524408698 298803200 24940 33554432000 4194304 4627427 140735349236592 18446744073709551615 4308824 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23573/tid=23575] ppid=23570 vsize=291800 CPUtime=92.29 cores=1,3,5,7
/proc/23573/task/23575/stat : 23575 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 22674 0 0 0 9224 5 0 0 25 0 4 0 524408698 298803200 24940 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23573/tid=23576] ppid=23570 vsize=291800 CPUtime=91.8 cores=1,3,5,7
/proc/23573/task/23576/stat : 23576 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 24843 0 0 0 9176 4 0 0 25 0 4 0 524408698 298803200 24940 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 368.71
Current children cumulated vsize (KiB) 291800

[startup+92.5005 s]
/proc/loadavg: 7.31 6.14 6.95 9/184 23579
/proc/meminfo: memFree=29975592/32951124 swapFree=67111364/67111528
[pid=23573] ppid=23570 vsize=291800 CPUtime=369.49 cores=1,3,5,7
/proc/23573/stat : 23573 (strangenight2-m) R 23570 23573 23167 0 -1 4202496 86003 0 0 0 36931 18 0 0 25 0 4 0 524408698 298803200 25006 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23573/statm: 72950 25006 391 106 0 67921 0
[pid=23573/tid=23574] ppid=23570 vsize=291800 CPUtime=92.49 cores=1,3,5,7
/proc/23573/task/23574/stat : 23574 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 22462 0 0 0 9245 4 0 0 25 0 4 0 524408698 298803200 25006 33554432000 4194304 4627427 140735349236592 18446744073709551615 4328936 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23573/tid=23575] ppid=23570 vsize=291800 CPUtime=92.49 cores=1,3,5,7
/proc/23573/task/23575/stat : 23575 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 22674 0 0 0 9244 5 0 0 25 0 4 0 524408698 298803200 25006 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23573/tid=23576] ppid=23570 vsize=291800 CPUtime=92 cores=1,3,5,7
/proc/23573/task/23576/stat : 23576 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 24868 0 0 0 9196 4 0 0 25 0 4 0 524408698 298803200 25006 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 369.49
Current children cumulated vsize (KiB) 291800

[startup+92.6005 s]
/proc/loadavg: 7.31 6.14 6.95 9/184 23579
/proc/meminfo: memFree=29975592/32951124 swapFree=67111364/67111528
[pid=23573] ppid=23570 vsize=291800 CPUtime=369.89 cores=1,3,5,7
/proc/23573/stat : 23573 (strangenight2-m) R 23570 23573 23167 0 -1 4202496 86036 0 0 0 36971 18 0 0 25 0 4 0 524408698 298803200 25039 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/23573/statm: 72950 25039 391 106 0 67921 0
[pid=23573/tid=23574] ppid=23570 vsize=291800 CPUtime=92.59 cores=1,3,5,7
/proc/23573/task/23574/stat : 23574 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 22471 0 0 0 9255 4 0 0 25 0 4 0 524408698 298803200 25039 33554432000 4194304 4627427 140735349236592 18446744073709551615 4308599 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=23573/tid=23575] ppid=23570 vsize=291800 CPUtime=92.59 cores=1,3,5,7
/proc/23573/task/23575/stat : 23575 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 22674 0 0 0 9254 5 0 0 25 0 4 0 524408698 298803200 25039 33554432000 4194304 4627427 140735349236592 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=23573/tid=23576] ppid=23570 vsize=291800 CPUtime=92.1 cores=1,3,5,7
/proc/23573/task/23576/stat : 23576 (strangenight2-m) R 23570 23573 23167 0 -1 4202560 24881 0 0 0 9206 4 0 0 25 0 4 0 524408698 298803200 25039 33554432000 4194304 4627427 140735349236592 18446744073709551615 4333279 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 369.89
Current children cumulated vsize (KiB) 291800

Child status: 10
Real time (s): 92.6104
CPU time (s): 369.928
CPU user time (s): 369.736
CPU system time (s): 0.19197
CPU usage (%): 399.445
Max. virtual memory (cumulated for all children) (KiB): 330496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 369.736
system time used= 0.19197
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86044
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= 803
involuntary context switches= 2431

runsolver used 0.133979 second user time and 0.366944 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-30 03:48:03
IDJOB=3264575
IDBENCH=84755
IDSOLVER=1586
FILE ID=node106/3264575-1304128083
RUNJOBID= node106-1304128083-23551
PBS_JOBID= 13170755
Free space on /tmp= 72156 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT04/handmade/andrew/composite/Composite-024BitPrimes-1.used-as.sat04-861.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3264575-1304128083/watcher-3264575-1304128083 -o /tmp/evaluation-result-3264575-1304128083/solver-3264575-1304128083 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3264575-1304128083.cnf

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

MD5SUM BENCH= 72d75022e26bed024de6755e7642ab28
RANDOM SEED=1511450291

node106.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.830
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.66
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.830
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	: 5226.20
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.830
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.830
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.82
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.830
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.830
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30313900 kB
Buffers:        268724 kB
Cached:        2093452 kB
SwapCached:         88 kB
Active:         816684 kB
Inactive:      1609244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30313900 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           11288 kB
Writeback:           0 kB
AnonPages:       64468 kB
Mapped:          14872 kB
Slab:           146916 kB
PageTables:       4732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   230668 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= 72148 MiB
End job on node106 at 2011-04-30 03:49:36