Trace number 3366633

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 779.705 195.603

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1440346932-010.SATISFIABLE.cnf
MD5SUMb1640086ff1cfd4e86559744179c13fe
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.001999
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 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-3366633-1305410851.cnf'
0.00/0.00	c -- header says num vars:            400
0.00/0.00	c -- header says num clauses:        1704
0.00/0.00	c -- clauses added:            0 learnts,         1704 normals,            0 xors
0.00/0.00	c -- vars added        400
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       400      1704         0         0      5112         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/1704/1704 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     17  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     177 undec:      50 neg:     173
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       383      1690         0         0      5177         0   no data   no data
0.00/0.05	c Decided on static restart strategy
0.43/0.14	c  N st     8      4917       383      1690         0      4826      5177     95477   no data   no data
1.17/0.38	c  N st    10     11299       383      1690         0      4431      5177     62245   no data   no data
2.37/0.61	c  N st    11     17043       383      1690         0     10004      5177    163966   no data   no data
3.56/0.98	c  F st    12     25000       383      1690         0     12292      5177    218248   no data   no data
3.56/0.98	c  N st    12     25000       383      1690         0     12292      5177    218248   no data   no data
4.81/1.22	c Decided on static restart strategy
4.81/1.22	c  N st    18     30000       383      1690         0     10583      5177    166903   no data   no data
4.81/1.22	c  S st    18     30000       383      1690         0     10583      5177    166903   no data   no data
4.81/1.26	c  S st    18     30503       383      1690         0     11085      5177    177144   no data   no data
4.81/1.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.81/1.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.81/1.26	c blocked clauses removed:        0 vars:      0 tried:         383 T: 0.00 s
4.81/1.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.81/1.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.81/1.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    383 time:  0.00 s
4.81/1.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.81/1.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.81/1.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.15/1.33	c lits-rem:       194  cl-subs:      932  v-elim:      0  v-fix:    0  time:  0.06 s
5.15/1.33	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.01
5.15/1.33	c calculated reachability. Time: 0.00
5.15/1.33	c  N st    18     30503       383      1690         0     10153      5176    159910   no data   no data
6.75/1.73	c  N st    20     37616       383      1690         0      9413      5176    129766   no data   no data
8.34/2.10	c  N st    21     44015       383      1690         0     15617      5176    252224   no data   no data
8.34/2.20	c  S st    22     45756       383      1690         0     17313      5176    285334   no data   no data
8.76/2.24	c  S st    22     46263       383      1690         0      9120      5176    112800   no data   no data
8.76/2.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.76/2.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.76/2.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.76/2.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.76/2.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.76/2.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    383 time:  0.00 s
8.76/2.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.76/2.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.76/2.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.76/2.26	c lits-rem:        13  cl-subs:      128  v-elim:      0  v-fix:    0  time:  0.01 s
8.76/2.26	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
8.76/2.26	c vivif2 --  cl tried     8992 cl shrink        0 lits rem          0 time: 0.00
8.76/2.27	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.00
8.76/2.27	c calculated reachability. Time: 0.00
8.76/2.27	c  N st    22     46263       383      1690         0      8992      5176    110637   no data   no data
12.33/3.12	c  N st    23     60661       383      1690         0     13289      5176    188184   no data   no data
14.72/3.74	c  N st    24     69394       383      1690         0     11129      5176    138444   no data   no data
14.72/3.74	c  S st    24     69394       383      1690         0     11129      5176    138444   no data   no data
14.72/3.77	c  S st    24     69897       383      1690         0     11632      5176    148646   no data   no data
14.72/3.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.72/3.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
14.72/3.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.72/3.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.72/3.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.72/3.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    383 time:  0.00 s
14.72/3.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.72/3.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.72/3.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.72/3.79	c lits-rem:        34  cl-subs:      125  v-elim:      0  v-fix:    0  time:  0.01 s
14.72/3.79	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
14.72/3.79	c vivif2 --  cl tried    11507 cl shrink        0 lits rem          0 time: 0.00
15.12/3.80	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.01
15.12/3.80	c calculated reachability. Time: 0.00
15.12/3.80	c  N st    24     69897       383      1690         0     11507      5176    146233   no data   no data
19.50/4.94	c  F st    25     87505       383      1690         0     16938      5176    262813   no data   no data
19.50/4.94	c  N st    25     87505       383      1690         0     16938      5176    262813   no data   no data
21.10/5.33	c Decided on static restart strategy
21.92/5.60	c  N st    32     95548       383      1690         0     24763      5176    421963   no data   no data
25.09/6.32	c  N st    34    104846       383      1690         0     21167      5176    320454   no data   no data
25.09/6.32	c  S st    34    104846       383      1690         0     21167      5176    320454   no data   no data
25.09/6.38	c  S st    34    105349       383      1690         0     21667      5176    330268   no data   no data
25.09/6.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.09/6.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
25.09/6.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.09/6.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.09/6.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.09/6.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    383 time:  0.00 s
25.09/6.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.09/6.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.09/6.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.89/6.58	c lits-rem:       133  cl-subs:     1445  v-elim:      0  v-fix:    0  time:  0.18 s
25.89/6.58	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
25.89/6.58	c vivif2 --  cl tried    20222 cl shrink        0 lits rem          0 time: 0.00
25.89/6.59	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.01
25.89/6.59	c calculated reachability. Time: 0.00
25.89/6.59	c  N st    34    105349       383      1690         0     20222      5176    301149   no data   no data
29.48/7.43	c  N st    35    114947       383      1690         0     15935      5176    193820   no data   no data
34.26/8.65	c  N st    36    129345       383      1690         0     15317      5176    172198   no data   no data
41.04/10.33	c  N st    37    150940       383      1690         0     20766      5176    270813   no data   no data
43.43/10.96	c  S st    38    158024       383      1690         0     27668      5176    412963   no data   no data
43.85/11.03	c  S st    38    158526       383      1690         0     28164      5176    423394   no data   no data
43.85/11.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.85/11.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
43.85/11.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.85/11.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.85/11.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.85/11.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    383 time:  0.00 s
43.85/11.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.85/11.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
43.85/11.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.42/11.40	c lits-rem:       223  cl-subs:     1970  v-elim:      0  v-fix:    0  time:  0.34 s
45.42/11.40	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
45.42/11.41	c vivif2 --  cl tried    26194 cl shrink        0 lits rem          0 time: 0.00
45.42/11.42	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.01
45.42/11.43	c calculated reachability. Time: 0.00
45.42/11.43	c  N st    38    158526       383      1690         0     26194      5176    387078   no data   no data
64.56/16.23	c  N st    39    207115       383      1690         0     20956      5176    246997   no data   no data
76.11/19.17	c  N st    40    237790       383      1690         0     31439      5176    461189   no data   no data
76.11/19.17	c  S st    40    237790       383      1690         0     31439      5176    461189   no data   no data
76.51/19.25	c  S st    40    238295       383      1690         0     31940      5176    471807   no data   no data
76.51/19.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
76.51/19.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
76.51/19.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.51/19.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.51/19.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.51/19.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    383 time:  0.00 s
76.51/19.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
76.51/19.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
76.51/19.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.11/19.65	c lits-rem:       248  cl-subs:     1589  v-elim:      0  v-fix:    0  time:  0.37 s
78.11/19.65	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
78.11/19.65	c vivif2 --  cl tried    30351 cl shrink        0 lits rem          0 time: 0.00
78.11/19.67	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.02
78.11/19.67	c calculated reachability. Time: 0.00
78.11/19.67	c  N st    40    238295       383      1690         0     30351      5176    440409   no data   no data
107.61/27.01	c  F st    41    306252       383      1690         0     32126      5176    415378   no data   no data
107.61/27.01	c  N st    41    306252       383      1690         0     32126      5176    415378   no data   no data
109.63/27.60	c Decided on static restart strategy
120.77/30.32	c  N st    51    334555       383      1690         0     36405      5176    499387   no data   no data
131.98/33.18	c  N st    53    357444       383      1690         0     34290      5176    451009   no data   no data
131.98/33.18	c  S st    53    357444       383      1690         0     34290      5176    451009   no data   no data
132.32/33.27	c  S st    53    357946       383      1690         0     34789      5176    461062   no data   no data
132.32/33.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
132.32/33.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
132.32/33.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
132.32/33.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
132.32/33.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.32/33.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    383 time:  0.00 s
132.32/33.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
132.32/33.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
132.72/33.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
133.92/33.61	c lits-rem:       413  cl-subs:     1662  v-elim:      0  v-fix:    0  time:  0.30 s
133.92/33.61	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
133.92/33.61	c vivif2 --  cl tried    33127 cl shrink        0 lits rem          0 time: 0.00
133.92/33.63	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.02
133.92/33.63	c calculated reachability. Time: 0.00
133.92/33.63	c  N st    53    357946       383      1690         0     33127      5176    428762   no data   no data
149.09/37.45	c  N st    54    390339       383      1690         0     39372      5176    541579   no data   no data
173.78/43.60	c  N st    55    438928       383      1690         0     33168      5176    384674   no data   no data
213.25/53.50	c  N st    56    511810       383      1690         0     46692      5176    653864   no data   no data
227.20/57.09	c  N st    57    536920       383      1690         0     40982      5176    516190   no data   no data
227.20/57.09	c  S st    57    536920       383      1690         0     40982      5176    516190   no data   no data
227.60/57.20	c  S st    57    537424       383      1690         0     41484      5176    526593   no data   no data
227.60/57.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
228.01/57.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
228.01/57.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
228.01/57.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
228.01/57.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
228.01/57.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    383 time:  0.00 s
228.01/57.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
228.01/57.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
228.01/57.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
229.19/57.57	c lits-rem:       192  cl-subs:     1345  v-elim:      0  v-fix:    0  time:  0.33 s
229.19/57.57	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
229.19/57.58	c vivif2 --  cl tried    40139 cl shrink        0 lits rem          0 time: 0.01
229.59/57.60	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.03
229.59/57.60	c calculated reachability. Time: 0.00
229.59/57.60	c  N st    57    537424       383      1690         0     40139      5176    501365   no data   no data
330.43/82.97	c  N st    58    701408       383      1690         0     68757      5176   1002063   no data   no data
401.40/100.72	c  N st    59    806137       383      1690         0     62881      5176    908834   no data   no data
401.40/100.72	c  S st    59    806137       383      1690         0     62881      5176    908834   no data   no data
402.20/100.91	c  S st    59    806638       383      1690         0     63380      5176    919262   no data   no data
402.20/100.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
402.20/100.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
402.20/100.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
402.20/100.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
402.20/100.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
402.20/100.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    383 time:  0.00 s
402.20/100.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
402.20/100.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
402.20/100.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
411.77/103.39	c lits-rem:       463  cl-subs:     5313  v-elim:      0  v-fix:    0  time:  2.41 s
411.77/103.39	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
411.77/103.40	c vivif2 --  cl tried    58067 cl shrink        0 lits rem          0 time: 0.01
412.19/103.44	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.05
412.19/103.45	c calculated reachability. Time: 0.00
412.19/103.45	c  N st    59    806638       383      1690         0     58067      5176    816162   no data   no data
609.10/152.89	c  F st    60   1071875       383      1690         0     73428      5176   1010380   no data   no data
609.10/152.90	c  N st    60   1071875       383      1690         0     73428      5176   1010380   no data   no data
613.48/154.00	c Decided on static restart strategy
634.62/159.28	c  N st    70   1100178       383      1690         0     57604      5176    682519   no data   no data
664.51/166.70	c  N st    72   1136173       383      1690         0     48092      5176    471020   no data   no data
687.63/172.52	c  N st    73   1168567       383      1690         0     79542      5176   1073588   no data   no data
720.71/180.82	c  N st    74   1209958       383      1690         0     74071      5176   1009746   no data   no data
720.71/180.82	c  S st    74   1209958       383      1690         0     74071      5176   1009746   no data   no data
721.51/181.08	c  S st    74   1210461       383      1690         0     74572      5176   1020176   no data   no data
721.51/181.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
721.91/181.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
721.91/181.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
721.91/181.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
721.91/181.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
721.91/181.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    383 time:  0.00 s
721.91/181.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
721.91/181.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
721.91/181.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
736.68/184.83	c lits-rem:       486  cl-subs:     6193  v-elim:      0  v-fix:    0  time:  3.67 s
736.68/184.83	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
736.68/184.84	c vivif2 --  cl tried    68379 cl shrink        0 lits rem          0 time: 0.02
737.11/184.92	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.08
737.11/184.93	c calculated reachability. Time: 0.00
737.11/184.93	c  N st    74   1210461       383      1690         0     68379      5176    902372   no data   no data
779.31/195.58	c  E st    75   1255122         0      1690         0     65266      5176    814705   no data   no data
779.31/195.59	c Verified 1690 clauses.
779.31/195.59	c Solution needs extension. Extending.
779.31/195.59	c Verified 1690 clauses.
779.31/195.59	c Following stats are for *FIRST FINISHED THREAD ONLY*
779.31/195.59	c num threads              : 4          
779.31/195.59	c restarts                 : 75         
779.31/195.59	c dynamic restarts         : 0          
779.31/195.59	c static restarts          : 75         
779.31/195.59	c full restarts            : 4          
779.31/195.59	c total simplify time      : 0.00       
779.31/195.59	c learnts DL2              : 0          
779.31/195.59	c learnts size 2           : 0          
779.31/195.59	c learnts size 1           : 0           (0.00      % of vars)
779.31/195.59	c filedLit time            : 0.11        (0.05      % time)
779.31/195.59	c v-elim SatELite          : 17          (4.25      % vars)
779.31/195.59	c SatELite time            : 7.62        (3.90      % time)
779.31/195.59	c v-elim xor               : 0           (0.00      % vars)
779.31/195.59	c xor elim time            : 0.02        (0.01      % time)
779.31/195.59	c num binary xor trees     : 0          
779.31/195.59	c binxor trees' crown      : 0           (nan       leafs/tree)
779.31/195.59	c bin xor find time        : 0.00       
779.31/195.59	c OTF clause improved      : 40514       (0.03      clauses/conflict)
779.31/195.59	c OTF impr. size diff      : 43455       (1.07       lits/clause)
779.31/195.59	c OTF cl watch-shrink      : 350521      (0.28      clauses/conflict)
779.31/195.59	c OTF cl watch-sh-lit      : 460506      (1.31       lits/clause)
779.31/195.59	c tried to recurMin cls    : 129848      (10.35      % of conflicts)
779.31/195.59	c updated cache            : 1812        (0.01       lits/tried recurMin)
779.31/195.59	c unit cls recevied        : 0           (nan       % of units)
779.31/195.59	c unit cls sent            : 0           (nan       % of units)
779.31/195.59	c bin cls recevied         : 0          
779.31/195.59	c bin cls sent             : 0          
779.31/195.59	c clauses over max glue    : 0           (0.00      % of all clauses)
779.31/195.59	c conflicts                : 1255122     (6423.21   / sec)
779.31/195.59	c decisions                : 1470431     (0.62      % random)
779.31/195.59	c bogo-props               : 23439137720 (119952009.45 / sec)
779.31/195.59	c conflict literals        : 25507481    (26.44     % deleted)
779.31/195.59	c Memory used              : 349.50      MB
779.31/195.59	c single-thread CPU time   : 195.40      s
779.31/195.59	c all-threads sum CPU time : 779.05      s
779.31/195.59	s SATISFIABLE
779.31/195.59	v 1 -2 -3 -4 5 -6 7 8 -9 -10 11 12 -13 -14 15 -16 17 18 19 20 21 -22 23 -24 25 26 27 -28 -29 -30 -31 -32 -33 34 -35 -36 37 -38 39 40 -41 42 -43 -44 -45 -46 47 48 -49 50 -51 52 53 54 55 -56 57 -58 -59 -60 61 -62 63 64 -65 66 67 -68 -69 -70 71 -72 -73 74 75 76 77 78 -79 80 81 -82 83 84 85 -86 -87 88 -89 90 -91 92 93 94 95 96 97 98 -99 100 101 -102 103 104 -105 106 -107 108 -109 -110 111 -112 113 -114 115 116 117 118 -119 120 -121 122 123 -124 -125 -126 127 128 129 -130 -131 -132 133 -134 -135 -136 -137 -138 139 -140 141 -142 -143 144 145 146 147 -148 -149 150 -151 152 -153 154 155 -156 157 -158 -159 160 -161 162 -163 -164 165 -166 -167 -168 -169 170 -171 -172 -173 174 -175 176 -177 178 179 -180 181 -182 183 184 185 186 187 188 -189 190 -191 -192 -193 -194 195 196 197 -198 -199 -200 201 202 -203 204 -205 -206 -207 -208 209 210 -211 212 213 -214 -215 216 217 218 219 -220 221 -222 -223 -224 -225 226 -227 -228 229 230 -231 232 -233 -234 235 -236 -237 -238 -239 -240 241 -242 -243 -244 -245 -246 -247 248 -249 -250 251 252 -253 254 255 -256 -257 -258 -259 260 -261 262 -263 -264 -265 -266 -267 268 269 -270 -271 272 -273 -274 275 -276 277 -278 279 -280 281 282 -283 -284 285 286 287 288 -289 -290 -291 292 293 294 -295 -296 -297 298 299 300 301 302 303 304 -305 -306 307 308 -309 -310 -311 312 -313 -314 -315 316 317 -318 319 -320 321 -322 323 324 325 -326 -327 328 -329 -330 331 -332 333 -334 -335 336 337 338 -339 340 341 -342 343 344 345 -346 -347 -348 -349 -350 351 352 353 354 355 356 -357 -358 359 -360 361 362 363 -364 365 366 367 368 -369 370 371 -372 373 -374 375 376 377 378 -379 -380 -381 -382 383 -384 -385 -386 387 388 389 390 391 -392 393 394 395 -396 397 398 -399 -400 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-3366633-1305410851/watcher-3366633-1305410851 -o /tmp/evaluation-result-3366633-1305410851/solver-3366633-1305410851 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366633-1305410851.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: 0.00 0.00 0.06 1/408 8613
/proc/meminfo: memFree=21343816/32950940 swapFree=67111356/67111528
[pid=8613] ppid=8611 vsize=117676 CPUtime=0 cores=1,3,5,7
/proc/8613/stat : 8613 (strangenight2-m) D 8611 8613 8585 0 -1 4202496 505 0 0 0 0 0 0 0 23 0 4 0 731315851 120500224 430 33554432000 4194304 4580107 140735448188384 18446744073709551615 4253840 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8613/statm: 45804 434 333 95 0 40786 0
[pid=8613/tid=8614] ppid=8611 vsize=282176 CPUtime=0.01 cores=1,3,5,7
/proc/8613/task/8614/stat : 8614 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 183 0 0 0 1 0 0 0 24 0 4 0 731315851 288948224 1003 33554432000 4194304 4580107 140735448188384 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8613/tid=8615] ppid=8611 vsize=282176 CPUtime=0 cores=1,3,5,7
/proc/8613/task/8615/stat : 8615 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 236 0 0 0 0 0 0 0 24 0 4 0 731315851 288948224 1003 33554432000 4194304 4580107 140735448188384 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8613/tid=8616] ppid=8611 vsize=282176 CPUtime=0 cores=1,3,5,7
/proc/8613/task/8616/stat : 8616 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 70 0 0 0 0 0 0 0 24 0 4 0 731315851 288948224 1003 33554432000 4194304 4580107 140735448188384 18446744073709551615 215988697582 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.115748 s]
/proc/loadavg: 0.00 0.00 0.06 1/408 8613
/proc/meminfo: memFree=21343816/32950940 swapFree=67111356/67111528
[pid=8613] ppid=8611 vsize=282472 CPUtime=0.43 cores=1,3,5,7
/proc/8613/stat : 8613 (strangenight2-m) R 8611 8613 8585 0 -1 4202496 1619 0 0 0 43 0 0 0 23 0 4 0 731315851 289251328 1513 33554432000 4194304 4580107 140735448188384 18446744073709551615 4295841 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8613/statm: 70618 1513 377 95 0 65600 0
[pid=8613/tid=8614] ppid=8611 vsize=282472 CPUtime=0.11 cores=1,3,5,7
/proc/8613/task/8614/stat : 8614 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 307 0 0 0 11 0 0 0 24 0 4 0 731315851 289251328 1513 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8613/tid=8615] ppid=8611 vsize=282472 CPUtime=0.1 cores=1,3,5,7
/proc/8613/task/8615/stat : 8615 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 363 0 0 0 10 0 0 0 24 0 4 0 731315851 289251328 1513 33554432000 4194304 4580107 140735448188384 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8613/tid=8616] ppid=8611 vsize=282472 CPUtime=0.1 cores=1,3,5,7
/proc/8613/task/8616/stat : 8616 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 206 0 0 0 10 0 0 0 24 0 4 0 731315851 289251328 1513 33554432000 4194304 4580107 140735448188384 18446744073709551615 4301834 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 282472

[startup+0.200733 s]
/proc/loadavg: 0.00 0.00 0.06 1/408 8613
/proc/meminfo: memFree=21343816/32950940 swapFree=67111356/67111528
[pid=8613] ppid=8611 vsize=283492 CPUtime=0.77 cores=1,3,5,7
/proc/8613/stat : 8613 (strangenight2-m) R 8611 8613 8585 0 -1 4202496 2131 0 0 0 77 0 0 0 23 0 4 0 731315851 290295808 1539 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294546 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8613/statm: 70873 1539 377 95 0 65855 0
[pid=8613/tid=8614] ppid=8611 vsize=283492 CPUtime=0.19 cores=1,3,5,7
/proc/8613/task/8614/stat : 8614 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 425 0 0 0 19 0 0 0 25 0 4 0 731315851 290295808 1539 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8613/tid=8615] ppid=8611 vsize=283492 CPUtime=0.19 cores=1,3,5,7
/proc/8613/task/8615/stat : 8615 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 497 0 0 0 19 0 0 0 25 0 4 0 731315851 290295808 1539 33554432000 4194304 4580107 140735448188384 18446744073709551615 4320616 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8613/tid=8616] ppid=8611 vsize=283492 CPUtime=0.18 cores=1,3,5,7
/proc/8613/task/8616/stat : 8616 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 339 0 0 0 18 0 0 0 24 0 4 0 731315851 290295808 1539 33554432000 4194304 4580107 140735448188384 18446744073709551615 4322703 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283492

[startup+0.300716 s]
/proc/loadavg: 0.00 0.00 0.06 1/408 8613
/proc/meminfo: memFree=21343816/32950940 swapFree=67111356/67111528
[pid=8613] ppid=8611 vsize=283788 CPUtime=1.17 cores=1,3,5,7
/proc/8613/stat : 8613 (strangenight2-m) R 8611 8613 8585 0 -1 4202496 2510 0 0 0 117 0 0 0 23 0 4 0 731315851 290598912 1918 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8613/statm: 70947 1918 377 95 0 65929 0
[pid=8613/tid=8614] ppid=8611 vsize=283788 CPUtime=0.29 cores=1,3,5,7
/proc/8613/task/8614/stat : 8614 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 522 0 0 0 29 0 0 0 25 0 4 0 731315851 290598912 1918 33554432000 4194304 4580107 140735448188384 18446744073709551615 4318435 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8613/tid=8615] ppid=8611 vsize=283788 CPUtime=0.29 cores=1,3,5,7
/proc/8613/task/8615/stat : 8615 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 586 0 0 0 29 0 0 0 25 0 4 0 731315851 290598912 1918 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8613/tid=8616] ppid=8611 vsize=283788 CPUtime=0.28 cores=1,3,5,7
/proc/8613/task/8616/stat : 8616 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 439 0 0 0 28 0 0 0 25 0 4 0 731315851 290598912 1918 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294482 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283788

[startup+0.700646 s]
/proc/loadavg: 0.00 0.00 0.06 1/408 8613
/proc/meminfo: memFree=21343816/32950940 swapFree=67111356/67111528
[pid=8613] ppid=8611 vsize=285100 CPUtime=2.77 cores=1,3,5,7
/proc/8613/stat : 8613 (strangenight2-m) R 8611 8613 8585 0 -1 4202496 4377 0 0 0 277 0 0 0 25 0 4 0 731315851 291942400 2127 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294504 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8613/statm: 71275 2127 377 95 0 66257 0
[pid=8613/tid=8614] ppid=8611 vsize=285100 CPUtime=0.69 cores=1,3,5,7
/proc/8613/task/8614/stat : 8614 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 971 0 0 0 69 0 0 0 25 0 4 0 731315851 291942400 2127 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8613/tid=8615] ppid=8611 vsize=285100 CPUtime=0.69 cores=1,3,5,7
/proc/8613/task/8615/stat : 8615 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 1060 0 0 0 69 0 0 0 25 0 4 0 731315851 291942400 2127 33554432000 4194304 4580107 140735448188384 18446744073709551615 4321874 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8613/tid=8616] ppid=8611 vsize=285100 CPUtime=0.68 cores=1,3,5,7
/proc/8613/task/8616/stat : 8616 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 939 0 0 0 68 0 0 0 25 0 4 0 731315851 291942400 2127 33554432000 4194304 4580107 140735448188384 18446744073709551615 4316677 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 285100

[startup+1.50051 s]
/proc/loadavg: 0.32 0.07 0.08 11/420 8630
/proc/meminfo: memFree=21311964/32950940 swapFree=67111356/67111528
[pid=8613] ppid=8611 vsize=288756 CPUtime=5.95 cores=1,3,5,7
/proc/8613/stat : 8613 (strangenight2-m) R 8611 8613 8585 0 -1 4202496 7736 0 0 0 594 1 0 0 25 0 4 0 731315851 295686144 4144 33554432000 4194304 4580107 140735448188384 18446744073709551615 4295723 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8613/statm: 72189 4144 379 95 0 67171 0
[pid=8613/tid=8614] ppid=8611 vsize=288756 CPUtime=1.49 cores=1,3,5,7
/proc/8613/task/8614/stat : 8614 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 1501 0 0 0 149 0 0 0 25 0 4 0 731315851 295686144 4144 33554432000 4194304 4580107 140735448188384 18446744073709551615 4293904 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8613/tid=8615] ppid=8611 vsize=288756 CPUtime=1.49 cores=1,3,5,7
/proc/8613/task/8615/stat : 8615 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 1646 0 0 0 149 0 0 0 25 0 4 0 731315851 295686144 4144 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8613/tid=8616] ppid=8611 vsize=288756 CPUtime=1.46 cores=1,3,5,7
/proc/8613/task/8616/stat : 8616 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 1484 0 0 0 146 0 0 0 25 0 4 0 731315851 295686144 4144 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 288756

[startup+3.10023 s]
/proc/loadavg: 0.32 0.07 0.08 9/420 8630
/proc/meminfo: memFree=21291132/32950940 swapFree=67111356/67111528
[pid=8613] ppid=8611 vsize=293368 CPUtime=12.33 cores=1,3,5,7
/proc/8613/stat : 8613 (strangenight2-m) R 8611 8613 8585 0 -1 4202496 16182 0 0 0 1231 2 0 0 25 0 4 0 731315851 300408832 7803 33554432000 4194304 4580107 140735448188384 18446744073709551615 4306071 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8613/statm: 73342 7803 379 95 0 68324 0
[pid=8613/tid=8614] ppid=8611 vsize=293368 CPUtime=3.08 cores=1,3,5,7
/proc/8613/task/8614/stat : 8614 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 3493 0 0 0 308 0 0 0 25 0 4 0 731315851 300408832 7803 33554432000 4194304 4580107 140735448188384 18446744073709551615 4320897 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8613/tid=8615] ppid=8611 vsize=293368 CPUtime=3.08 cores=1,3,5,7
/proc/8613/task/8615/stat : 8615 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 4539 0 0 0 308 0 0 0 25 0 4 0 731315851 300408832 7803 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8613/tid=8616] ppid=8611 vsize=293368 CPUtime=3.05 cores=1,3,5,7
/proc/8613/task/8616/stat : 8616 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 3909 0 0 0 305 0 0 0 25 0 4 0 731315851 300408832 7803 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 293368

[startup+6.30067 s]
/proc/loadavg: 0.93 0.20 0.12 9/420 8630
/proc/meminfo: memFree=21241284/32950940 swapFree=67111356/67111528
[pid=8613] ppid=8611 vsize=299780 CPUtime=25.09 cores=1,3,5,7
/proc/8613/stat : 8613 (strangenight2-m) R 8611 8613 8585 0 -1 4202496 24832 0 0 0 2505 4 0 0 25 0 4 0 731315851 306974720 10724 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8613/statm: 74945 10724 379 95 0 69927 0
[pid=8613/tid=8614] ppid=8611 vsize=299780 CPUtime=6.29 cores=1,3,5,7
/proc/8613/task/8614/stat : 8614 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 5989 0 0 0 628 1 0 0 25 0 4 0 731315851 306974720 10724 33554432000 4194304 4580107 140735448188384 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8613/tid=8615] ppid=8611 vsize=299780 CPUtime=6.29 cores=1,3,5,7
/proc/8613/task/8615/stat : 8615 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 7304 0 0 0 628 1 0 0 25 0 4 0 731315851 306974720 10724 33554432000 4194304 4580107 140735448188384 18446744073709551615 4295687 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8613/tid=8616] ppid=8611 vsize=299780 CPUtime=6.2 cores=1,3,5,7
/proc/8613/task/8616/stat : 8616 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 5476 0 0 0 620 0 0 0 25 0 4 0 731315851 306974720 10724 33554432000 4194304 4580107 140735448188384 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 299780

[startup+12.7005 s]
/proc/loadavg: 1.50 0.33 0.16 9/420 8630
/proc/meminfo: memFree=21187876/32950940 swapFree=67111356/67111528
[pid=8613] ppid=8611 vsize=320400 CPUtime=50.6 cores=1,3,5,7
/proc/8613/stat : 8613 (strangenight2-m) R 8611 8613 8585 0 -1 4202496 38705 0 0 0 5054 6 0 0 25 0 4 0 731315851 328089600 16434 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8613/statm: 80100 16434 379 95 0 75082 0
[pid=8613/tid=8614] ppid=8611 vsize=320400 CPUtime=12.68 cores=1,3,5,7
/proc/8613/task/8614/stat : 8614 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 8391 0 0 0 1267 1 0 0 25 0 4 0 731315851 328089600 16434 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294442 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8613/tid=8615] ppid=8611 vsize=320400 CPUtime=12.69 cores=1,3,5,7
/proc/8613/task/8615/stat : 8615 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 10020 0 0 0 1268 1 0 0 25 0 4 0 731315851 328089600 16434 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8613/tid=8616] ppid=8611 vsize=320400 CPUtime=12.51 cores=1,3,5,7
/proc/8613/task/8616/stat : 8616 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 9601 0 0 0 1250 1 0 0 25 0 4 0 731315851 328089600 16434 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 320400

[startup+25.5013 s]
/proc/loadavg: 2.94 0.70 0.29 9/420 8631
/proc/meminfo: memFree=21145752/32950940 swapFree=67111356/67111528
[pid=8613] ppid=8611 vsize=336388 CPUtime=101.62 cores=1,3,5,7
/proc/8613/stat : 8613 (strangenight2-m) R 8611 8613 8585 0 -1 4202496 58272 0 0 0 10151 11 0 0 25 0 4 0 731315851 344461312 22322 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8613/statm: 84097 22322 379 95 0 79079 0
[pid=8613/tid=8614] ppid=8611 vsize=336388 CPUtime=25.49 cores=1,3,5,7
/proc/8613/task/8614/stat : 8614 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 12670 0 0 0 2547 2 0 0 25 0 4 0 731315851 344461312 22322 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8613/tid=8615] ppid=8611 vsize=336388 CPUtime=25.48 cores=1,3,5,7
/proc/8613/task/8615/stat : 8615 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 15968 0 0 0 2546 2 0 0 25 0 4 0 731315851 344461312 22322 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8613/tid=8616] ppid=8611 vsize=336388 CPUtime=25.13 cores=1,3,5,7
/proc/8613/task/8616/stat : 8616 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 13767 0 0 0 2511 2 0 0 25 0 4 0 731315851 344461312 22322 33554432000 4194304 4580107 140735448188384 18446744073709551615 4293682 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.62
Current children cumulated vsize (KiB) 336388

[startup+51.1008 s]
/proc/loadavg: 4.73 1.30 0.49 9/420 8631
/proc/meminfo: memFree=21095144/32950940 swapFree=67111356/67111528
[pid=8613] ppid=8611 vsize=338980 CPUtime=203.68 cores=1,3,5,7
/proc/8613/stat : 8613 (strangenight2-m) R 8611 8613 8585 0 -1 4202496 87395 0 0 0 20347 21 0 0 25 0 4 0 731315851 347115520 27308 33554432000 4194304 4580107 140735448188384 18446744073709551615 4319747 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8613/statm: 84745 27308 379 95 0 79727 0
[pid=8613/tid=8614] ppid=8611 vsize=338980 CPUtime=51.09 cores=1,3,5,7
/proc/8613/task/8614/stat : 8614 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 18610 0 0 0 5105 4 0 0 25 0 4 0 731315851 347115520 27308 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8613/tid=8615] ppid=8611 vsize=338980 CPUtime=51.09 cores=1,3,5,7
/proc/8613/task/8615/stat : 8615 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 24403 0 0 0 5104 5 0 0 25 0 4 0 731315851 347115520 27308 33554432000 4194304 4580107 140735448188384 18446744073709551615 4293198 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8613/tid=8616] ppid=8611 vsize=338980 CPUtime=50.39 cores=1,3,5,7
/proc/8613/task/8616/stat : 8616 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 21179 0 0 0 5035 4 0 0 25 0 4 0 731315851 347115520 27308 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.68
Current children cumulated vsize (KiB) 338980

[startup+102.301 s]
/proc/loadavg: 6.71 2.36 0.90 9/420 8633
/proc/meminfo: memFree=21041932/32950940 swapFree=67111356/67111528
[pid=8613] ppid=8611 vsize=356952 CPUtime=407.81 cores=1,3,5,7
/proc/8613/stat : 8613 (strangenight2-m) R 8611 8613 8585 0 -1 4202496 132689 0 0 0 40745 36 0 0 25 0 4 0 731315851 365518848 36327 33554432000 4194304 4580107 140735448188384 18446744073709551615 4406451 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8613/statm: 89238 36327 379 95 0 84220 0
[pid=8613/tid=8614] ppid=8611 vsize=356952 CPUtime=102.3 cores=1,3,5,7
/proc/8613/task/8614/stat : 8614 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 25624 0 0 0 10223 7 0 0 25 0 4 0 731315851 365518848 36329 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8613/tid=8615] ppid=8611 vsize=356952 CPUtime=102.3 cores=1,3,5,7
/proc/8613/task/8615/stat : 8615 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 36094 0 0 0 10221 9 0 0 25 0 4 0 731315851 365518848 36329 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8613/tid=8616] ppid=8611 vsize=356952 CPUtime=100.9 cores=1,3,5,7
/proc/8613/task/8616/stat : 8616 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 33553 0 0 0 10082 8 0 0 25 0 4 0 731315851 365518848 36329 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.81
Current children cumulated vsize (KiB) 356952

[startup+162.3 s]
/proc/loadavg: 7.65 3.42 1.35 9/420 8634
/proc/meminfo: memFree=21005592/32950940 swapFree=67111356/67111528
[pid=8613] ppid=8611 vsize=347772 CPUtime=646.97 cores=1,3,5,7
/proc/8613/stat : 8613 (strangenight2-m) R 8611 8613 8585 0 -1 4202496 176762 0 0 0 64642 55 0 0 25 0 4 0 731315851 356118528 40853 33554432000 4194304 4580107 140735448188384 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8613/statm: 86943 40853 379 95 0 81925 0
[pid=8613/tid=8614] ppid=8611 vsize=347772 CPUtime=162.29 cores=1,3,5,7
/proc/8613/task/8614/stat : 8614 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 35234 0 0 0 16217 12 0 0 25 0 4 0 731315851 356118528 40853 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8613/tid=8615] ppid=8611 vsize=347772 CPUtime=162.28 cores=1,3,5,7
/proc/8613/task/8615/stat : 8615 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 49666 0 0 0 16214 14 0 0 25 0 4 0 731315851 356118528 40853 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294513 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8613/tid=8616] ppid=8611 vsize=347772 CPUtime=160.08 cores=1,3,5,7
/proc/8613/task/8616/stat : 8616 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 43764 0 0 0 15996 12 0 0 25 0 4 0 731315851 356118528 40853 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 646.97
Current children cumulated vsize (KiB) 347772

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

[startup+179.2 s]
/proc/loadavg: 7.72 3.64 1.45 9/420 8635
/proc/meminfo: memFree=20990580/32950940 swapFree=67111356/67111528
[pid=8613] ppid=8611 vsize=348068 CPUtime=714.35 cores=1,3,5,7
/proc/8613/stat : 8613 (strangenight2-m) R 8611 8613 8585 0 -1 4202496 187901 0 0 0 71375 60 0 0 25 0 4 0 731315851 356421632 43947 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8613/statm: 87017 43947 379 95 0 81999 0
[pid=8613/tid=8614] ppid=8611 vsize=348068 CPUtime=179.19 cores=1,3,5,7
/proc/8613/task/8614/stat : 8614 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 38187 0 0 0 17906 13 0 0 25 0 4 0 731315851 356421632 43947 33554432000 4194304 4580107 140735448188384 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8613/tid=8615] ppid=8611 vsize=348068 CPUtime=179.19 cores=1,3,5,7
/proc/8613/task/8615/stat : 8615 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 51883 0 0 0 17903 16 0 0 25 0 4 0 731315851 356421632 43947 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8613/tid=8616] ppid=8611 vsize=348068 CPUtime=176.75 cores=1,3,5,7
/proc/8613/task/8616/stat : 8616 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 46558 0 0 0 17662 13 0 0 25 0 4 0 731315851 356421632 43948 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 714.35
Current children cumulated vsize (KiB) 348068

[startup+185.6 s]
/proc/loadavg: 7.75 3.72 1.49 9/420 8635
/proc/meminfo: memFree=20972972/32950940 swapFree=67111356/67111528
[pid=8613] ppid=8611 vsize=357820 CPUtime=739.85 cores=1,3,5,7
/proc/8613/stat : 8613 (strangenight2-m) R 8611 8613 8585 0 -1 4202496 194339 0 0 0 73923 62 0 0 25 0 4 0 731315851 366407680 48200 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294396 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8613/statm: 89455 48200 379 95 0 84437 0
[pid=8613/tid=8614] ppid=8611 vsize=357820 CPUtime=185.59 cores=1,3,5,7
/proc/8613/task/8614/stat : 8614 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 41196 0 0 0 18545 14 0 0 25 0 4 0 731315851 366407680 48200 33554432000 4194304 4580107 140735448188384 18446744073709551615 4406476 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8613/tid=8615] ppid=8611 vsize=357820 CPUtime=185.58 cores=1,3,5,7
/proc/8613/task/8615/stat : 8615 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 53206 0 0 0 18542 16 0 0 25 0 4 0 731315851 366407680 48200 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8613/tid=8616] ppid=8611 vsize=357820 CPUtime=183.06 cores=1,3,5,7
/proc/8613/task/8616/stat : 8616 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 46978 0 0 0 18292 14 0 0 25 0 4 0 731315851 366407680 48200 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 739.85
Current children cumulated vsize (KiB) 357820

[startup+192.001 s]
/proc/loadavg: 7.78 3.86 1.56 9/420 8635
/proc/meminfo: memFree=20961684/32950940 swapFree=67111356/67111528
[pid=8613] ppid=8611 vsize=357844 CPUtime=765.37 cores=1,3,5,7
/proc/8613/stat : 8613 (strangenight2-m) R 8611 8613 8585 0 -1 4202496 196317 0 0 0 76473 64 0 0 25 0 4 0 731315851 366432256 45163 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294634 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8613/statm: 89461 45163 379 95 0 84443 0
[pid=8613/tid=8614] ppid=8611 vsize=357844 CPUtime=191.99 cores=1,3,5,7
/proc/8613/task/8614/stat : 8614 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 42140 0 0 0 19185 14 0 0 25 0 4 0 731315851 366432256 45163 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8613/tid=8615] ppid=8611 vsize=357844 CPUtime=191.99 cores=1,3,5,7
/proc/8613/task/8615/stat : 8615 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 53721 0 0 0 19182 17 0 0 25 0 4 0 731315851 366432256 45163 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8613/tid=8616] ppid=8611 vsize=357844 CPUtime=189.37 cores=1,3,5,7
/proc/8613/task/8616/stat : 8616 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 46998 0 0 0 18923 14 0 0 25 0 4 0 731315851 366432256 45163 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 765.37
Current children cumulated vsize (KiB) 357844

[startup+193.601 s]
/proc/loadavg: 7.78 3.86 1.56 9/420 8635
/proc/meminfo: memFree=20965900/32950940 swapFree=67111356/67111528
[pid=8613] ppid=8611 vsize=357860 CPUtime=771.76 cores=1,3,5,7
/proc/8613/stat : 8613 (strangenight2-m) R 8611 8613 8585 0 -1 4202496 197599 0 0 0 77112 64 0 0 25 0 4 0 731315851 366448640 44653 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294386 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8613/statm: 89465 44653 379 95 0 84447 0
[pid=8613/tid=8614] ppid=8611 vsize=357860 CPUtime=193.6 cores=1,3,5,7
/proc/8613/task/8614/stat : 8614 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 42370 0 0 0 19346 14 0 0 25 0 4 0 731315851 366448640 44658 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8613/tid=8615] ppid=8611 vsize=357860 CPUtime=193.6 cores=1,3,5,7
/proc/8613/task/8615/stat : 8615 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 53844 0 0 0 19343 17 0 0 25 0 4 0 731315851 366448640 44658 33554432000 4194304 4580107 140735448188384 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8613/tid=8616] ppid=8611 vsize=357860 CPUtime=190.95 cores=1,3,5,7
/proc/8613/task/8616/stat : 8616 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 46998 0 0 0 19081 14 0 0 25 0 4 0 731315851 366448640 44658 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 771.76
Current children cumulated vsize (KiB) 357860

[startup+194.401 s]
/proc/loadavg: 7.78 3.86 1.56 9/420 8635
/proc/meminfo: memFree=20965900/32950940 swapFree=67111356/67111528
[pid=8613] ppid=8611 vsize=357888 CPUtime=774.93 cores=1,3,5,7
/proc/8613/stat : 8613 (strangenight2-m) R 8611 8613 8585 0 -1 4202496 198493 0 0 0 77429 64 0 0 25 0 4 0 731315851 366477312 43829 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8613/statm: 89472 43829 379 95 0 84454 0
[pid=8613/tid=8614] ppid=8611 vsize=357888 CPUtime=194.39 cores=1,3,5,7
/proc/8613/task/8614/stat : 8614 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 42478 0 0 0 19425 14 0 0 25 0 4 0 731315851 366477312 43829 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8613/tid=8615] ppid=8611 vsize=357888 CPUtime=194.39 cores=1,3,5,7
/proc/8613/task/8615/stat : 8615 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 54502 0 0 0 19422 17 0 0 25 0 4 0 731315851 366477312 43829 33554432000 4194304 4580107 140735448188384 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8613/tid=8616] ppid=8611 vsize=357888 CPUtime=191.74 cores=1,3,5,7
/proc/8613/task/8616/stat : 8616 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 46998 0 0 0 19160 14 0 0 25 0 4 0 731315851 366477312 43829 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 774.93
Current children cumulated vsize (KiB) 357888

[startup+195.201 s]
/proc/loadavg: 7.78 3.86 1.56 9/420 8635
/proc/meminfo: memFree=20967264/32950940 swapFree=67111356/67111528
[pid=8613] ppid=8611 vsize=357888 CPUtime=778.11 cores=1,3,5,7
/proc/8613/stat : 8613 (strangenight2-m) R 8611 8613 8585 0 -1 4202496 198780 0 0 0 77747 64 0 0 25 0 4 0 731315851 366477312 44116 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8613/statm: 89472 44116 379 95 0 84454 0
[pid=8613/tid=8614] ppid=8611 vsize=357888 CPUtime=195.19 cores=1,3,5,7
/proc/8613/task/8614/stat : 8614 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 42547 0 0 0 19505 14 0 0 25 0 4 0 731315851 366477312 44116 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=8613/tid=8615] ppid=8611 vsize=357888 CPUtime=195.19 cores=1,3,5,7
/proc/8613/task/8615/stat : 8615 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 54614 0 0 0 19502 17 0 0 25 0 4 0 731315851 366477312 44116 33554432000 4194304 4580107 140735448188384 18446744073709551615 4322556 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=8613/tid=8616] ppid=8611 vsize=357888 CPUtime=192.52 cores=1,3,5,7
/proc/8613/task/8616/stat : 8616 (strangenight2-m) R 8611 8613 8585 0 -1 4202560 47000 0 0 0 19238 14 0 0 25 0 4 0 731315851 366477312 44116 33554432000 4194304 4580107 140735448188384 18446744073709551615 4294627 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 778.11
Current children cumulated vsize (KiB) 357888

[startup+195.601 s]
/proc/loadavg: 7.78 3.86 1.56 9/420 8635
/proc/meminfo: memFree=20967264/32950940 swapFree=67111356/67111528
[pid=8613] ppid=8611 vsize=0 CPUtime=779.69 cores=1,3,5,7
/proc/8613/stat : 8613 (strangenight2-m) Z 8611 8613 8585 0 -1 4202524 198902 0 0 0 77904 65 0 0 25 0 2 0 731315851 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/8613/statm: 0 0 0 0 0 0 0
[pid=8613/tid=8615] ppid=8611 vsize=0 CPUtime=195.59 cores=1,3,5,7
/proc/8613/task/8615/stat : 8615 (strangenight2-m) R 8611 8613 8585 0 -1 4203588 54656 0 0 0 19541 18 0 0 25 0 2 0 731315851 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 779.69
Current children cumulated vsize (KiB) 0

Child status: 10
Real time (s): 195.603
CPU time (s): 779.705
CPU user time (s): 779.05
CPU system time (s): 0.6559
CPU usage (%): 398.617
Max. virtual memory (cumulated for all children) (KiB): 368452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 779.05
system time used= 0.6559
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198902
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= 291
involuntary context switches= 5452

runsolver used 0.713891 second user time and 1.9657 second system time

The end

Launcher Data

Begin job on node117 at 2011-05-15 00:07:31
IDJOB=3366633
IDBENCH=83042
IDSOLVER=1844
FILE ID=node117/3366633-1305410851
RUNJOBID= node117-1305410849-8604
PBS_JOBID= 13324528
Free space on /tmp= 73416 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S1440346932-010.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366633-1305410851/watcher-3366633-1305410851 -o /tmp/evaluation-result-3366633-1305410851/solver-3366633-1305410851 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366633-1305410851.cnf

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

MD5SUM BENCH= b1640086ff1cfd4e86559744179c13fe
RANDOM SEED=1106751146

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

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

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      21344096 kB
Buffers:        299368 kB
Cached:        3074904 kB
SwapCached:          0 kB
Active:        9378688 kB
Inactive:      1874000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      21344096 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            5468 kB
Writeback:           0 kB
AnonPages:     7878316 kB
Mapped:          31492 kB
Slab:           243436 kB
PageTables:      44088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS: 100403536 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= 73404 MiB
End job on node117 at 2011-05-15 00:10:47