Trace number 3174224

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 789.248 198.317

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-3174224-1304115463.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.01	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
2.38/0.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.38/0.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    400 time:  0.00 s
2.38/0.66	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.38/0.66	c lits-rem:         0  cl-subs:        0  v-elim:     17  v-fix:    0  time:  0.00 s
2.38/0.66	c Finding binary XORs  T:     0.00 s  found:       0
2.38/0.66	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
2.38/0.66	c calculated reachability. Time: 0.00
2.38/0.66	c Calc default polars -  time:   0.00 s pos:     177 undec:      50 neg:     173
2.38/0.66	c =========================================================================================
2.38/0.66	c types(t): F = full restart, N = normal restart
2.38/0.66	c types(t): S = simplification begin/end, E = solution found
2.38/0.66	c restart types(rt): st = static, dy = dynamic
2.38/0.66	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.38/0.66	c  B st     0         0       383      1690         0         0      5177         0   no data   no data
2.38/0.66	c Decided on static restart strategy
3.18/0.80	c  N st     8      4917       383      1690         0      4826      5177     95477   no data   no data
3.18/0.80	c  N st    10     11299       383      1690         0      4431      5177     62245   no data   no data
3.18/0.80	c  N st    11     17043       383      1690         0     10004      5177    163966   no data   no data
3.58/1.00	c  F st    12     25000       383      1690         0     12292      5177    218248   no data   no data
3.58/1.00	c  N st    12     25000       383      1690         0     12292      5177    218248   no data   no data
4.78/1.23	c Decided on static restart strategy
4.78/1.23	c  N st    18     30000       383      1690         0     10583      5177    166903   no data   no data
4.78/1.23	c  S st    18     30000       383      1690         0     10583      5177    166903   no data   no data
4.78/1.26	c  S st    18     30503       383      1690         0     11085      5177    177144   no data   no data
4.78/1.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.78/1.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.78/1.27	c blocked clauses removed:        0 vars:      0 tried:         383 T: 0.00 s
4.78/1.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.78/1.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.78/1.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    383 time:  0.00 s
4.78/1.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.78/1.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.78/1.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.17/1.34	c lits-rem:       194  cl-subs:      932  v-elim:      0  v-fix:    0  time:  0.06 s
5.17/1.34	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.00
5.17/1.34	c calculated reachability. Time: 0.00
5.17/1.34	c  N st    18     30503       383      1690         0     10153      5176    159910   no data   no data
6.77/1.74	c  N st    20     37616       383      1690         0      9413      5176    129766   no data   no data
8.39/2.12	c  N st    21     44015       383      1690         0     15617      5176    252224   no data   no data
8.79/2.22	c  S st    22     45756       383      1690         0     17313      5176    285334   no data   no data
8.79/2.26	c  S st    22     46263       383      1690         0      9120      5176    112800   no data   no data
8.79/2.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.79/2.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.79/2.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.79/2.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.79/2.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    383 time:  0.00 s
8.79/2.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.79/2.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.79/2.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.28	c lits-rem:        13  cl-subs:      128  v-elim:      0  v-fix:    0  time:  0.01 s
8.79/2.28	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
8.79/2.28	c vivif2 --  cl tried     8992 cl shrink        0 lits rem          0 time: 0.00
8.79/2.28	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.00
8.79/2.29	c calculated reachability. Time: 0.00
8.79/2.29	c  N st    22     46263       383      1690         0      8992      5176    110637   no data   no data
12.36/3.15	c  N st    23     60661       383      1690         0     13289      5176    188184   no data   no data
14.77/3.77	c  N st    24     69394       383      1690         0     11129      5176    138444   no data   no data
14.77/3.77	c  S st    24     69394       383      1690         0     11129      5176    138444   no data   no data
15.17/3.80	c  S st    24     69897       383      1690         0     11632      5176    148646   no data   no data
15.17/3.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.17/3.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
15.17/3.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.17/3.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.17/3.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.17/3.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    383 time:  0.00 s
15.17/3.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.17/3.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.17/3.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.17/3.83	c lits-rem:        34  cl-subs:      125  v-elim:      0  v-fix:    0  time:  0.01 s
15.17/3.83	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
15.17/3.83	c vivif2 --  cl tried    11507 cl shrink        0 lits rem          0 time: 0.00
15.17/3.83	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.01
15.17/3.83	c calculated reachability. Time: 0.00
15.17/3.83	c  N st    24     69897       383      1690         0     11507      5176    146233   no data   no data
19.56/4.98	c  F st    25     87505       383      1690         0     16938      5176    262813   no data   no data
20.35/5.19	c  N st    25     87505       383      1690         0     16938      5176    262813   no data   no data
21.15/5.37	c Decided on static restart strategy
22.35/5.65	c  N st    32     95548       383      1690         0     24763      5176    421963   no data   no data
25.15/6.37	c  N st    34    104846       383      1690         0     21167      5176    320454   no data   no data
25.15/6.37	c  S st    34    104846       383      1690         0     21167      5176    320454   no data   no data
25.55/6.43	c  S st    34    105349       383      1690         0     21667      5176    330268   no data   no data
25.55/6.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.55/6.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
25.55/6.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.55/6.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.55/6.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.55/6.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    383 time:  0.00 s
25.55/6.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.55/6.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.55/6.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.37/6.64	c lits-rem:       133  cl-subs:     1445  v-elim:      0  v-fix:    0  time:  0.18 s
26.37/6.64	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
26.37/6.64	c vivif2 --  cl tried    20222 cl shrink        0 lits rem          0 time: 0.00
26.37/6.65	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.01
26.37/6.65	c calculated reachability. Time: 0.00
26.37/6.65	c  N st    34    105349       383      1690         0     20222      5176    301149   no data   no data
29.54/7.49	c  N st    35    114947       383      1690         0     15935      5176    193820   no data   no data
34.62/8.71	c  N st    36    129345       383      1690         0     15317      5176    172198   no data   no data
41.37/10.40	c  N st    37    150940       383      1690         0     20766      5176    270813   no data   no data
43.79/11.03	c  S st    38    158024       383      1690         0     27668      5176    412963   no data   no data
44.17/11.10	c  S st    38    158526       383      1690         0     28164      5176    423394   no data   no data
44.17/11.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.17/11.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
44.17/11.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.17/11.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.17/11.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.17/11.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    383 time:  0.00 s
44.17/11.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.17/11.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
44.17/11.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.37/11.48	c lits-rem:       223  cl-subs:     1970  v-elim:      0  v-fix:    0  time:  0.35 s
45.37/11.48	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
45.37/11.49	c vivif2 --  cl tried    26194 cl shrink        0 lits rem          0 time: 0.00
45.77/11.50	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.01
45.77/11.50	c calculated reachability. Time: 0.00
45.77/11.50	c  N st    38    158526       383      1690         0     26194      5176    387078   no data   no data
64.94/16.32	c  N st    39    207115       383      1690         0     20956      5176    246997   no data   no data
76.53/19.26	c  N st    40    237790       383      1690         0     31439      5176    461189   no data   no data
76.53/19.26	c  S st    40    237790       383      1690         0     31439      5176    461189   no data   no data
76.93/19.35	c  S st    40    238295       383      1690         0     31940      5176    471807   no data   no data
76.93/19.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
76.93/19.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
76.93/19.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.93/19.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.93/19.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.93/19.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    383 time:  0.00 s
76.93/19.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
76.93/19.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
76.93/19.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.54/19.75	c lits-rem:       248  cl-subs:     1589  v-elim:      0  v-fix:    0  time:  0.37 s
78.54/19.75	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
78.54/19.75	c vivif2 --  cl tried    30351 cl shrink        0 lits rem          0 time: 0.01
78.54/19.77	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.02
78.54/19.77	c calculated reachability. Time: 0.00
78.54/19.77	c  N st    40    238295       383      1690         0     30351      5176    440409   no data   no data
108.07/27.11	c  F st    41    306252       383      1690         0     32126      5176    415378   no data   no data
108.07/27.11	c  N st    41    306252       383      1690         0     32126      5176    415378   no data   no data
110.46/27.70	c Decided on static restart strategy
121.24/30.42	c  N st    51    334555       383      1690         0     36405      5176    499387   no data   no data
132.40/33.28	c  N st    53    357444       383      1690         0     34290      5176    451009   no data   no data
132.40/33.28	c  S st    53    357444       383      1690         0     34290      5176    451009   no data   no data
132.80/33.36	c  S st    53    357946       383      1690         0     34789      5176    461062   no data   no data
132.80/33.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
132.80/33.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
132.80/33.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
132.80/33.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
132.80/33.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.80/33.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    383 time:  0.00 s
132.80/33.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
132.80/33.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
132.80/33.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
134.40/33.70	c lits-rem:       413  cl-subs:     1662  v-elim:      0  v-fix:    0  time:  0.31 s
134.40/33.70	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
134.40/33.71	c vivif2 --  cl tried    33127 cl shrink        0 lits rem          0 time: 0.01
134.40/33.73	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.02
134.40/33.73	c calculated reachability. Time: 0.00
134.40/33.73	c  N st    53    357946       383      1690         0     33127      5176    428762   no data   no data
149.58/37.55	c  N st    54    390339       383      1690         0     39372      5176    541579   no data   no data
174.32/43.70	c  N st    55    438928       383      1690         0     33168      5176    384674   no data   no data
213.46/53.59	c  N st    56    511810       383      1690         0     46692      5176    653864   no data   no data
227.85/57.18	c  N st    57    536920       383      1690         0     40982      5176    516190   no data   no data
227.85/57.18	c  S st    57    536920       383      1690         0     40982      5176    516190   no data   no data
228.25/57.29	c  S st    57    537424       383      1690         0     41484      5176    526593   no data   no data
228.25/57.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
228.63/57.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
228.63/57.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
228.63/57.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
228.63/57.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
228.63/57.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    383 time:  0.00 s
228.63/57.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
228.63/57.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
228.63/57.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
229.83/57.66	c lits-rem:       192  cl-subs:     1345  v-elim:      0  v-fix:    0  time:  0.33 s
229.83/57.66	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
229.83/57.67	c vivif2 --  cl tried    40139 cl shrink        0 lits rem          0 time: 0.01
230.23/57.70	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.03
230.23/57.70	c calculated reachability. Time: 0.00
230.23/57.70	c  N st    57    537424       383      1690         0     40139      5176    501365   no data   no data
331.26/83.09	c  N st    58    701408       383      1690         0     68757      5176   1002063   no data   no data
402.74/100.95	c  N st    59    806137       383      1690         0     62881      5176    908834   no data   no data
402.74/100.95	c  S st    59    806137       383      1690         0     62881      5176    908834   no data   no data
403.55/101.13	c  S st    59    806638       383      1690         0     63380      5176    919262   no data   no data
403.55/101.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
403.55/101.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
403.55/101.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
403.55/101.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
403.55/101.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
403.55/101.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    383 time:  0.00 s
403.55/101.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
403.55/101.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
403.55/101.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
413.52/103.60	c lits-rem:       463  cl-subs:     5313  v-elim:      0  v-fix:    0  time:  2.40 s
413.52/103.60	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
413.52/103.62	c vivif2 --  cl tried    58067 cl shrink        0 lits rem          0 time: 0.01
413.52/103.66	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.04
413.52/103.66	c calculated reachability. Time: 0.00
413.52/103.66	c  N st    59    806638       383      1690         0     58067      5176    816162   no data   no data
611.99/153.32	c  F st    60   1071875       383      1690         0     73428      5176   1010380   no data   no data
611.99/153.32	c  N st    60   1071875       383      1690         0     73428      5176   1010380   no data   no data
616.38/154.42	c Decided on static restart strategy
637.56/159.75	c  N st    70   1100178       383      1690         0     57604      5176    682519   no data   no data
667.52/167.24	c  N st    72   1136173       383      1690         0     48092      5176    471020   no data   no data
690.65/173.09	c  N st    73   1168567       383      1690         0     79542      5176   1073588   no data   no data
724.22/181.50	c  N st    74   1209958       383      1690         0     74071      5176   1009746   no data   no data
724.22/181.50	c  S st    74   1209958       383      1690         0     74071      5176   1009746   no data   no data
725.41/181.76	c  S st    74   1210461       383      1690         0     74572      5176   1020176   no data   no data
725.41/181.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
725.41/181.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
725.81/181.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
725.81/181.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
725.81/181.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
725.81/181.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    383 time:  0.00 s
725.81/181.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
725.81/181.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
725.81/181.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
741.38/185.73	c lits-rem:       486  cl-subs:     6193  v-elim:      0  v-fix:    0  time:  3.88 s
741.38/185.73	c vivif2 --  cl tried     1690 cl shrink        0 lits rem          0 time: 0.00
741.38/185.74	c vivif2 --  cl tried    68379 cl shrink        0 lits rem          0 time: 0.01
741.79/185.83	c asymm  cl-useful: 0/1690/1690 lits-rem:0 time: 0.08
741.79/185.83	c calculated reachability. Time: 0.00
741.79/185.83	c  N st    74   1210461       383      1690         0     68379      5176    902372   no data   no data
786.12/196.95	c  E st    75   1255122         0      1690         0     65266      5176    814705   no data   no data
786.12/196.96	c Verified 1690 clauses.
786.12/196.96	c Solution needs extension. Extending.
789.21/198.30	c Verified 1690 clauses.
789.21/198.30	c Following stats are for *FIRST FINISHED THREAD ONLY*
789.21/198.30	c num threads              : 4          
789.21/198.30	c restarts                 : 75         
789.21/198.30	c dynamic restarts         : 0          
789.21/198.30	c static restarts          : 75         
789.21/198.30	c full restarts            : 4          
789.21/198.30	c total simplify time      : 0.00       
789.21/198.30	c learnts DL2              : 0          
789.21/198.30	c learnts size 2           : 0          
789.21/198.30	c learnts size 1           : 0           (0.00      % of vars)
789.21/198.30	c filedLit time            : 0.11        (0.05      % time)
789.21/198.30	c v-elim SatELite          : 17          (4.25      % vars)
789.21/198.30	c SatELite time            : 7.87        (3.97      % time)
789.21/198.30	c v-elim xor               : 0           (0.00      % vars)
789.21/198.30	c xor elim time            : 0.02        (0.01      % time)
789.21/198.30	c num binary xor trees     : 0          
789.21/198.30	c binxor trees' crown      : 0           (nan       leafs/tree)
789.21/198.30	c bin xor find time        : 0.00       
789.21/198.30	c OTF clause improved      : 40514       (0.03      clauses/conflict)
789.21/198.30	c OTF impr. size diff      : 43455       (1.07       lits/clause)
789.21/198.30	c OTF cl watch-shrink      : 350521      (0.28      clauses/conflict)
789.21/198.30	c OTF cl watch-sh-lit      : 460506      (1.31       lits/clause)
789.21/198.30	c tried to recurMin cls    : 129848      (10.35      % of conflicts)
789.21/198.30	c updated cache            : 1812        (0.01       lits/tried recurMin)
789.21/198.30	c unit cls recevied        : 0           (nan       % of units)
789.21/198.30	c unit cls sent            : 0           (nan       % of units)
789.21/198.30	c bin cls recevied         : 0          
789.21/198.30	c bin cls sent             : 0          
789.21/198.30	c clauses over max glue    : 0           (0.00      % of all clauses)
789.21/198.30	c conflicts                : 1255122     (6336.16   / sec)
789.21/198.30	c decisions                : 1470431     (0.62      % random)
789.21/198.30	c bogo-props               : 23439137720 (118326365.06 / sec)
789.21/198.30	c conflict literals        : 25507481    (26.44     % deleted)
789.21/198.30	c Memory used              : 333.09      MB
789.21/198.30	c single-thread CPU time   : 198.09      s
789.21/198.30	c all-threads sum CPU time : 788.49      s
789.21/198.30	s SATISFIABLE
789.21/198.30	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: 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-3174224-1304115463/watcher-3174224-1304115463 -o /tmp/evaluation-result-3174224-1304115463/solver-3174224-1304115463 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174224-1304115463.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.67 6.26 7.25 6/178 14741
/proc/meminfo: memFree=31273628/32951132 swapFree=67111364/67111528
[pid=14741] ppid=14739 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/14741/stat : 14741 (strangenight2-m) R 14739 14741 13971 0 -1 4202496 407 0 0 0 0 0 0 0 22 0 4 0 523144997 52441088 347 33554432000 4194304 4627427 140737209432400 18446744073709551615 46982886619058 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14741/statm: 12803 347 299 106 0 7774 0
[pid=14741/tid=14742] ppid=14739 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/14741/task/14742/stat : 14742 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 523144997 52441088 347 33554432000 4194304 4627427 140737209432400 18446744073709551615 46982886619056 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14741/tid=14743] ppid=14739 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/14741/task/14743/stat : 14743 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 523144997 52441088 347 33554432000 4194304 4627427 140737209432400 18446744073709551615 46982886619052 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14741/tid=14744] ppid=14739 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/14741/task/14744/stat : 14744 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 523144997 52441088 347 33554432000 4194304 4627427 140737209432400 18446744073709551615 242970606577 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0184619 s]
/proc/loadavg: 3.67 6.26 7.25 6/178 14741
/proc/meminfo: memFree=31273628/32951132 swapFree=67111364/67111528
[pid=14741] ppid=14739 vsize=281996 CPUtime=0.05 cores=1,3,5,7
/proc/14741/stat : 14741 (strangenight2-m) R 14739 14741 13971 0 -1 4202496 1161 0 0 0 5 0 0 0 18 0 4 0 523144997 288763904 1082 33554432000 4194304 4627427 140737209432400 18446744073709551615 4329858 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14741/statm: 70499 1082 384 106 0 65470 0
[pid=14741/tid=14742] ppid=14739 vsize=281996 CPUtime=0.01 cores=1,3,5,7
/proc/14741/task/14742/stat : 14742 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 216 0 0 0 1 0 0 0 18 0 4 0 523144997 288763904 1082 33554432000 4194304 4627427 140737209432400 18446744073709551615 4333536 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14741/tid=14743] ppid=14739 vsize=281996 CPUtime=0.01 cores=1,3,5,7
/proc/14741/task/14743/stat : 14743 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 206 0 0 0 1 0 0 0 18 0 4 0 523144997 288763904 1082 33554432000 4194304 4627427 140737209432400 18446744073709551615 4321768 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14741/tid=14744] ppid=14739 vsize=281996 CPUtime=0.01 cores=1,3,5,7
/proc/14741/task/14744/stat : 14744 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 95 0 0 0 1 0 0 0 25 0 4 0 523144997 288763904 1082 33554432000 4194304 4627427 140737209432400 18446744073709551615 4308359 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 281996

[startup+0.100448 s]
/proc/loadavg: 3.67 6.26 7.25 6/178 14741
/proc/meminfo: memFree=31273628/32951132 swapFree=67111364/67111528
[pid=14741] ppid=14739 vsize=281996 CPUtime=0.38 cores=1,3,5,7
/proc/14741/stat : 14741 (strangenight2-m) R 14739 14741 13971 0 -1 4202496 1518 0 0 0 38 0 0 0 18 0 4 0 523144997 288763904 1439 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309568 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14741/statm: 70499 1439 384 106 0 65470 0
[pid=14741/tid=14742] ppid=14739 vsize=281996 CPUtime=0.09 cores=1,3,5,7
/proc/14741/task/14742/stat : 14742 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 299 0 0 0 9 0 0 0 18 0 4 0 523144997 288763904 1439 33554432000 4194304 4627427 140737209432400 18446744073709551615 4310577 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14741/tid=14743] ppid=14739 vsize=281996 CPUtime=0.09 cores=1,3,5,7
/proc/14741/task/14743/stat : 14743 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 282 0 0 0 9 0 0 0 18 0 4 0 523144997 288763904 1439 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14741/tid=14744] ppid=14739 vsize=281996 CPUtime=0.09 cores=1,3,5,7
/proc/14741/task/14744/stat : 14744 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 196 0 0 0 9 0 0 0 25 0 4 0 523144997 288763904 1439 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309256 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) 281996

[startup+0.300414 s]
/proc/loadavg: 3.67 6.26 7.25 6/178 14741
/proc/meminfo: memFree=31273628/32951132 swapFree=67111364/67111528
[pid=14741] ppid=14739 vsize=283324 CPUtime=1.18 cores=1,3,5,7
/proc/14741/stat : 14741 (strangenight2-m) R 14739 14741 13971 0 -1 4202496 2488 0 0 0 118 0 0 0 18 0 4 0 523144997 290123776 1923 33554432000 4194304 4627427 140737209432400 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14741/statm: 70831 1923 385 106 0 65802 0
[pid=14741/tid=14742] ppid=14739 vsize=283324 CPUtime=0.29 cores=1,3,5,7
/proc/14741/task/14742/stat : 14742 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 551 0 0 0 29 0 0 0 18 0 4 0 523144997 290123776 1923 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14741/tid=14743] ppid=14739 vsize=283324 CPUtime=0.29 cores=1,3,5,7
/proc/14741/task/14743/stat : 14743 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 529 0 0 0 29 0 0 0 18 0 4 0 523144997 290123776 1923 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14741/tid=14744] ppid=14739 vsize=283324 CPUtime=0.29 cores=1,3,5,7
/proc/14741/task/14744/stat : 14744 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 430 0 0 0 29 0 0 0 25 0 4 0 523144997 290123776 1923 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309145 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) 283324

[startup+0.700346 s]
/proc/loadavg: 3.67 6.26 7.25 6/178 14741
/proc/meminfo: memFree=31273628/32951132 swapFree=67111364/67111528
[pid=14741] ppid=14739 vsize=284780 CPUtime=2.77 cores=1,3,5,7
/proc/14741/stat : 14741 (strangenight2-m) R 14739 14741 13971 0 -1 4202496 4358 0 0 0 277 0 0 0 18 0 4 0 523144997 291614720 2136 33554432000 4194304 4627427 140737209432400 18446744073709551615 4332890 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14741/statm: 71195 2136 385 106 0 66166 0
[pid=14741/tid=14742] ppid=14739 vsize=284780 CPUtime=0.69 cores=1,3,5,7
/proc/14741/task/14742/stat : 14742 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 1007 0 0 0 69 0 0 0 18 0 4 0 523144997 291614720 2136 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14741/tid=14743] ppid=14739 vsize=284780 CPUtime=0.69 cores=1,3,5,7
/proc/14741/task/14743/stat : 14743 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 1002 0 0 0 69 0 0 0 18 0 4 0 523144997 291614720 2136 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14741/tid=14744] ppid=14739 vsize=284780 CPUtime=0.69 cores=1,3,5,7
/proc/14741/task/14744/stat : 14744 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 907 0 0 0 69 0 0 0 25 0 4 0 523144997 291614720 2136 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309145 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) 284780

[startup+1.50021 s]
/proc/loadavg: 3.67 6.26 7.25 7/176 14760
/proc/meminfo: memFree=31264644/32951132 swapFree=67111364/67111528
[pid=14741] ppid=14739 vsize=293988 CPUtime=5.97 cores=1,3,5,7
/proc/14741/stat : 14741 (strangenight2-m) R 14739 14741 13971 0 -1 4202496 7854 0 0 0 596 1 0 0 20 0 4 0 523144997 301043712 4285 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14741/statm: 73497 4288 389 106 0 68468 0
[pid=14741/tid=14742] ppid=14739 vsize=293988 CPUtime=1.49 cores=1,3,5,7
/proc/14741/task/14742/stat : 14742 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 1549 0 0 0 149 0 0 0 19 0 4 0 523144997 301043712 4288 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14741/tid=14743] ppid=14739 vsize=293988 CPUtime=1.49 cores=1,3,5,7
/proc/14741/task/14743/stat : 14743 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 1718 0 0 0 149 0 0 0 20 0 4 0 523144997 301043712 4288 33554432000 4194304 4627427 140737209432400 18446744073709551615 4503199 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14741/tid=14744] ppid=14739 vsize=293988 CPUtime=1.48 cores=1,3,5,7
/proc/14741/task/14744/stat : 14744 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 1464 0 0 0 148 0 0 0 25 0 4 0 523144997 301043712 4288 33554432000 4194304 4627427 140737209432400 18446744073709551615 4308712 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) 293988

[startup+3.10093 s]
/proc/loadavg: 3.67 6.26 7.25 9/182 14775
/proc/meminfo: memFree=31237004/32951132 swapFree=67111364/67111528
[pid=14741] ppid=14739 vsize=291956 CPUtime=12.36 cores=1,3,5,7
/proc/14741/stat : 14741 (strangenight2-m) R 14739 14741 13971 0 -1 4202496 16209 0 0 0 1234 2 0 0 25 0 4 0 523144997 298962944 7973 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309209 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14741/statm: 72989 7973 389 106 0 67960 0
[pid=14741/tid=14742] ppid=14739 vsize=291956 CPUtime=3.09 cores=1,3,5,7
/proc/14741/task/14742/stat : 14742 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 3551 0 0 0 309 0 0 0 25 0 4 0 523144997 298962944 7973 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14741/tid=14743] ppid=14739 vsize=291956 CPUtime=3.09 cores=1,3,5,7
/proc/14741/task/14743/stat : 14743 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 4477 0 0 0 309 0 0 0 25 0 4 0 523144997 298962944 7973 33554432000 4194304 4627427 140737209432400 18446744073709551615 4332992 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14741/tid=14744] ppid=14739 vsize=291956 CPUtime=3.07 cores=1,3,5,7
/proc/14741/task/14744/stat : 14744 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 3852 0 0 0 307 0 0 0 25 0 4 0 523144997 298962944 7973 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 291956

[startup+6.30038 s]
/proc/loadavg: 4.02 6.29 7.26 11/182 14775
/proc/meminfo: memFree=31185912/32951132 swapFree=67111364/67111528
[pid=14741] ppid=14739 vsize=283672 CPUtime=25.15 cores=1,3,5,7
/proc/14741/stat : 14741 (strangenight2-m) R 14739 14741 13971 0 -1 4202496 24958 0 0 0 2511 4 0 0 25 0 4 0 523144997 290480128 10579 33554432000 4194304 4627427 140737209432400 18446744073709551615 4308307 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14741/statm: 70918 10579 390 106 0 65889 0
[pid=14741/tid=14742] ppid=14739 vsize=283672 CPUtime=6.29 cores=1,3,5,7
/proc/14741/task/14742/stat : 14742 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 6264 0 0 0 628 1 0 0 25 0 4 0 523144997 290480128 10579 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14741/tid=14743] ppid=14739 vsize=283672 CPUtime=6.28 cores=1,3,5,7
/proc/14741/task/14743/stat : 14743 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 7086 0 0 0 628 0 0 0 25 0 4 0 523144997 290480128 10579 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14741/tid=14744] ppid=14739 vsize=283672 CPUtime=6.25 cores=1,3,5,7
/proc/14741/task/14744/stat : 14744 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 5422 0 0 0 625 0 0 0 25 0 4 0 523144997 290480128 10579 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309098 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) 283672

[startup+12.7003 s]
/proc/loadavg: 4.34 6.32 7.26 9/182 14775
/proc/meminfo: memFree=31130428/32951132 swapFree=67111364/67111528
[pid=14741] ppid=14739 vsize=300332 CPUtime=50.56 cores=1,3,5,7
/proc/14741/stat : 14741 (strangenight2-m) R 14739 14741 13971 0 -1 4202496 39644 0 0 0 5043 13 0 0 25 0 4 0 523144997 307539968 15837 33554432000 4194304 4627427 140737209432400 18446744073709551615 4308416 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14741/statm: 75083 15837 389 106 0 70054 0
[pid=14741/tid=14742] ppid=14739 vsize=300332 CPUtime=12.55 cores=1,3,5,7
/proc/14741/task/14742/stat : 14742 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 9301 0 0 0 1248 7 0 0 25 0 4 0 523144997 307539968 15837 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14741/tid=14743] ppid=14739 vsize=300332 CPUtime=12.68 cores=1,3,5,7
/proc/14741/task/14743/stat : 14743 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 9666 0 0 0 1267 1 0 0 25 0 4 0 523144997 307539968 15837 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14741/tid=14744] ppid=14739 vsize=300332 CPUtime=12.62 cores=1,3,5,7
/proc/14741/task/14744/stat : 14744 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 9580 0 0 0 1261 1 0 0 25 0 4 0 523144997 307539968 15837 33554432000 4194304 4627427 140737209432400 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.56
Current children cumulated vsize (KiB) 300332

[startup+25.5011 s]
/proc/loadavg: 5.15 6.40 7.27 9/182 14776
/proc/meminfo: memFree=31079368/32951132 swapFree=67111364/67111528
[pid=14741] ppid=14739 vsize=301384 CPUtime=101.68 cores=1,3,5,7
/proc/14741/stat : 14741 (strangenight2-m) R 14739 14741 13971 0 -1 4202496 60942 0 0 0 10150 18 0 0 25 0 4 0 523144997 308617216 20215 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14741/statm: 75346 20215 389 106 0 70317 0
[pid=14741/tid=14742] ppid=14739 vsize=301384 CPUtime=25.34 cores=1,3,5,7
/proc/14741/task/14742/stat : 14742 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 14755 0 0 0 2526 8 0 0 25 0 4 0 523144997 308617216 20215 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14741/tid=14743] ppid=14739 vsize=301384 CPUtime=25.48 cores=1,3,5,7
/proc/14741/task/14743/stat : 14743 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 15709 0 0 0 2546 2 0 0 25 0 4 0 523144997 308617216 20215 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14741/tid=14744] ppid=14739 vsize=301384 CPUtime=25.35 cores=1,3,5,7
/proc/14741/task/14744/stat : 14744 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 13857 0 0 0 2533 2 0 0 25 0 4 0 523144997 308617216 20215 33554432000 4194304 4627427 140737209432400 18446744073709551615 4308326 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 301384

[startup+51.1007 s]
/proc/loadavg: 6.20 6.54 7.29 9/182 14776
/proc/meminfo: memFree=31011084/32951132 swapFree=67111364/67111528
[pid=14741] ppid=14739 vsize=304920 CPUtime=203.87 cores=1,3,5,7
/proc/14741/stat : 14741 (strangenight2-m) R 14739 14741 13971 0 -1 4202496 93857 0 0 0 20354 33 0 0 25 0 4 0 523144997 312238080 26269 33554432000 4194304 4627427 140737209432400 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14741/statm: 76230 26269 389 106 0 71201 0
[pid=14741/tid=14742] ppid=14739 vsize=304920 CPUtime=50.89 cores=1,3,5,7
/proc/14741/task/14742/stat : 14742 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 23970 0 0 0 5072 17 0 0 25 0 4 0 523144997 312238080 26269 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309454 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14741/tid=14743] ppid=14739 vsize=304920 CPUtime=51.07 cores=1,3,5,7
/proc/14741/task/14743/stat : 14743 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 23988 0 0 0 5103 4 0 0 25 0 4 0 523144997 312238080 26269 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14741/tid=14744] ppid=14739 vsize=304920 CPUtime=50.8 cores=1,3,5,7
/proc/14741/task/14744/stat : 14744 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 21189 0 0 0 5076 4 0 0 25 0 4 0 523144997 312238080 26269 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.87
Current children cumulated vsize (KiB) 304920

[startup+102.307 s]
/proc/loadavg: 7.22 6.76 7.33 9/182 14778
/proc/meminfo: memFree=30944436/32951132 swapFree=67111364/67111528
[pid=14741] ppid=14739 vsize=317656 CPUtime=408.35 cores=1,3,5,7
/proc/14741/stat : 14741 (strangenight2-m) R 14739 14741 13971 0 -1 4202496 144205 0 0 0 40786 49 0 0 25 0 4 0 523144997 325279744 35264 33554432000 4194304 4627427 140737209432400 18446744073709551615 4420191 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14741/statm: 79414 35264 389 106 0 74385 0
[pid=14741/tid=14742] ppid=14739 vsize=317656 CPUtime=102.07 cores=1,3,5,7
/proc/14741/task/14742/stat : 14742 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 36481 0 0 0 10186 21 0 0 25 0 4 0 523144997 325279744 35264 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14741/tid=14743] ppid=14739 vsize=317656 CPUtime=102.26 cores=1,3,5,7
/proc/14741/task/14743/stat : 14743 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 35010 0 0 0 10219 7 0 0 25 0 4 0 523144997 325279744 35264 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14741/tid=14744] ppid=14739 vsize=317656 CPUtime=101.72 cores=1,3,5,7
/proc/14741/task/14744/stat : 14744 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 33964 0 0 0 10164 8 0 0 25 0 4 0 523144997 325279744 35264 33554432000 4194304 4627427 140737209432400 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.35
Current children cumulated vsize (KiB) 317656

[startup+162.301 s]
/proc/loadavg: 7.82 7.02 7.38 9/182 14779
/proc/meminfo: memFree=30910648/32951132 swapFree=67111364/67111528
[pid=14741] ppid=14739 vsize=330088 CPUtime=647.93 cores=1,3,5,7
/proc/14741/stat : 14741 (strangenight2-m) R 14739 14741 13971 0 -1 4202496 190016 0 0 0 64727 66 0 0 25 0 4 0 523144997 338010112 37882 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309396 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14741/statm: 82522 37882 389 106 0 77493 0
[pid=14741/tid=14742] ppid=14739 vsize=330088 CPUtime=162.03 cores=1,3,5,7
/proc/14741/task/14742/stat : 14742 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 48036 0 0 0 16178 25 0 0 25 0 4 0 523144997 338010112 37882 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14741/tid=14743] ppid=14739 vsize=330088 CPUtime=162.24 cores=1,3,5,7
/proc/14741/task/14743/stat : 14743 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 48575 0 0 0 16212 12 0 0 25 0 4 0 523144997 338010112 37882 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14741/tid=14744] ppid=14739 vsize=330088 CPUtime=161.38 cores=1,3,5,7
/proc/14741/task/14744/stat : 14744 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 43966 0 0 0 16125 13 0 0 25 0 4 0 523144997 338010112 37882 33554432000 4194304 4627427 140737209432400 18446744073709551615 4327427 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 647.93
Current children cumulated vsize (KiB) 330088

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

[startup+179.101 s]
/proc/loadavg: 7.86 7.06 7.39 9/182 14780
/proc/meminfo: memFree=30886948/32951132 swapFree=67111364/67111528
[pid=14741] ppid=14739 vsize=319568 CPUtime=715.02 cores=1,3,5,7
/proc/14741/stat : 14741 (strangenight2-m) R 14739 14741 13971 0 -1 4202496 199596 0 0 0 71432 70 0 0 25 0 4 0 523144997 327237632 39350 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14741/statm: 79892 39350 389 106 0 74863 0
[pid=14741/tid=14742] ppid=14739 vsize=319568 CPUtime=178.82 cores=1,3,5,7
/proc/14741/task/14742/stat : 14742 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 49787 0 0 0 17856 26 0 0 25 0 4 0 523144997 327237632 39350 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309350 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14741/tid=14743] ppid=14739 vsize=319568 CPUtime=179.04 cores=1,3,5,7
/proc/14741/task/14743/stat : 14743 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 50797 0 0 0 17891 13 0 0 25 0 4 0 523144997 327237632 39350 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14741/tid=14744] ppid=14739 vsize=319568 CPUtime=178.09 cores=1,3,5,7
/proc/14741/task/14744/stat : 14744 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 46387 0 0 0 17795 14 0 0 25 0 4 0 523144997 327237632 39350 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 715.02
Current children cumulated vsize (KiB) 319568

[startup+191.9 s]
/proc/loadavg: 7.89 7.11 7.40 9/182 14780
/proc/meminfo: memFree=30857172/32951132 swapFree=67111364/67111528
[pid=14741] ppid=14739 vsize=330192 CPUtime=766.13 cores=1,3,5,7
/proc/14741/stat : 14741 (strangenight2-m) R 14739 14741 13971 0 -1 4202496 210422 0 0 0 76540 73 0 0 25 0 4 0 523144997 338116608 46624 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309206 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14741/statm: 82548 46624 389 106 0 77519 0
[pid=14741/tid=14742] ppid=14739 vsize=330192 CPUtime=191.61 cores=1,3,5,7
/proc/14741/task/14742/stat : 14742 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 53852 0 0 0 19134 27 0 0 25 0 4 0 523144997 338116608 46624 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14741/tid=14743] ppid=14739 vsize=330192 CPUtime=191.83 cores=1,3,5,7
/proc/14741/task/14743/stat : 14743 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 52782 0 0 0 19169 14 0 0 25 0 4 0 523144997 338116608 46624 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14741/tid=14744] ppid=14739 vsize=330192 CPUtime=190.81 cores=1,3,5,7
/proc/14741/task/14744/stat : 14744 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 48070 0 0 0 19067 14 0 0 25 0 4 0 523144997 338116608 46624 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 766.13
Current children cumulated vsize (KiB) 330192

[startup+195.101 s]
/proc/loadavg: 7.90 7.12 7.40 9/182 14780
/proc/meminfo: memFree=30848612/32951132 swapFree=67111364/67111528
[pid=14741] ppid=14739 vsize=341076 CPUtime=778.91 cores=1,3,5,7
/proc/14741/stat : 14741 (strangenight2-m) R 14739 14741 13971 0 -1 4202496 214634 0 0 0 77817 74 0 0 25 0 4 0 523144997 349261824 47074 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14741/statm: 85269 47074 389 106 0 80240 0
[pid=14741/tid=14742] ppid=14739 vsize=341076 CPUtime=194.81 cores=1,3,5,7
/proc/14741/task/14742/stat : 14742 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 54942 0 0 0 19454 27 0 0 25 0 4 0 523144997 349261824 47074 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14741/tid=14743] ppid=14739 vsize=341076 CPUtime=195.03 cores=1,3,5,7
/proc/14741/task/14743/stat : 14743 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 53672 0 0 0 19489 14 0 0 25 0 4 0 523144997 349261824 47074 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14741/tid=14744] ppid=14739 vsize=341076 CPUtime=193.99 cores=1,3,5,7
/proc/14741/task/14744/stat : 14744 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 49403 0 0 0 19385 14 0 0 25 0 4 0 523144997 349261824 47074 33554432000 4194304 4627427 140737209432400 18446744073709551615 4420268 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 778.91
Current children cumulated vsize (KiB) 341076

[startup+196.701 s]
/proc/loadavg: 7.90 7.12 7.40 9/182 14780
/proc/meminfo: memFree=30848488/32951132 swapFree=67111364/67111528
[pid=14741] ppid=14739 vsize=341076 CPUtime=785.3 cores=1,3,5,7
/proc/14741/stat : 14741 (strangenight2-m) R 14739 14741 13971 0 -1 4202496 215068 0 0 0 78456 74 0 0 25 0 4 0 523144997 349261824 47508 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14741/statm: 85269 47508 389 106 0 80240 0
[pid=14741/tid=14742] ppid=14739 vsize=341076 CPUtime=196.41 cores=1,3,5,7
/proc/14741/task/14742/stat : 14742 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 55060 0 0 0 19614 27 0 0 25 0 4 0 523144997 349261824 47508 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=14741/tid=14743] ppid=14739 vsize=341076 CPUtime=196.63 cores=1,3,5,7
/proc/14741/task/14743/stat : 14743 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 53807 0 0 0 19649 14 0 0 25 0 4 0 523144997 349261824 47508 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=14741/tid=14744] ppid=14739 vsize=341076 CPUtime=195.58 cores=1,3,5,7
/proc/14741/task/14744/stat : 14744 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 49403 0 0 0 19544 14 0 0 25 0 4 0 523144997 349261824 47508 33554432000 4194304 4627427 140737209432400 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 785.3
Current children cumulated vsize (KiB) 341076

[startup+197.5 s]
/proc/loadavg: 7.90 7.12 7.40 9/182 14780
/proc/meminfo: memFree=30845140/32951132 swapFree=67111364/67111528
[pid=14741] ppid=14739 vsize=341076 CPUtime=787.61 cores=1,3,5,7
/proc/14741/stat : 14741 (strangenight2-m) R 14739 14741 13971 0 -1 4202496 215142 0 0 0 78687 74 0 0 25 0 4 0 523144997 349261824 47582 33554432000 4194304 4627427 140737209432400 18446744073709551615 46982886594240 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14741/statm: 85269 47582 390 106 0 80240 0
[pid=14741/tid=14742] ppid=14739 vsize=341076 CPUtime=196.77 cores=1,3,5,7
/proc/14741/task/14742/stat : 14742 (strangenight2-m) S 14739 14741 13971 0 -1 4202560 55084 0 0 0 19650 27 0 0 25 0 4 0 523144997 349261824 47582 33554432000 4194304 4627427 140737209432400 18446744073709551615 46982886618676 0 0 4096 2 18446604471137258432 0 0 -1 1 0 0 0
[pid=14741/tid=14743] ppid=14739 vsize=341076 CPUtime=196.99 cores=1,3,5,7
/proc/14741/task/14743/stat : 14743 (strangenight2-m) S 14739 14741 13971 0 -1 4202560 53830 0 0 0 19685 14 0 0 25 0 4 0 523144997 349261824 47582 33554432000 4194304 4627427 140737209432400 18446744073709551615 46982886618676 0 0 4096 2 18446604471137258432 0 0 -1 5 0 0 0
[pid=14741/tid=14744] ppid=14739 vsize=341076 CPUtime=196.37 cores=1,3,5,7
/proc/14741/task/14744/stat : 14744 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 49403 0 0 0 19623 14 0 0 25 0 4 0 523144997 349261824 47582 33554432000 4194304 4627427 140737209432400 18446744073709551615 4420272 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 787.61
Current children cumulated vsize (KiB) 341076

[startup+197.9 s]
/proc/loadavg: 7.90 7.12 7.40 7/182 14780
/proc/meminfo: memFree=30842784/32951132 swapFree=67111364/67111528
[pid=14741] ppid=14739 vsize=341076 CPUtime=788.42 cores=1,3,5,7
/proc/14741/stat : 14741 (strangenight2-m) R 14739 14741 13971 0 -1 4202496 215142 0 0 0 78768 74 0 0 25 0 4 0 523144997 349261824 47582 33554432000 4194304 4627427 140737209432400 18446744073709551615 46982886594244 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14741/statm: 85269 47582 390 106 0 80240 0
[pid=14741/tid=14742] ppid=14739 vsize=341076 CPUtime=196.77 cores=1,3,5,7
/proc/14741/task/14742/stat : 14742 (strangenight2-m) S 14739 14741 13971 0 -1 4202560 55084 0 0 0 19650 27 0 0 25 0 4 0 523144997 349261824 47582 33554432000 4194304 4627427 140737209432400 18446744073709551615 46982886618676 0 0 4096 2 18446604471137258432 0 0 -1 1 0 0 0
[pid=14741/tid=14743] ppid=14739 vsize=341076 CPUtime=196.99 cores=1,3,5,7
/proc/14741/task/14743/stat : 14743 (strangenight2-m) S 14739 14741 13971 0 -1 4202560 53830 0 0 0 19685 14 0 0 25 0 4 0 523144997 349261824 47582 33554432000 4194304 4627427 140737209432400 18446744073709551615 46982886618676 0 0 4096 2 18446604471137258432 0 0 -1 5 0 0 0
[pid=14741/tid=14744] ppid=14739 vsize=341076 CPUtime=196.78 cores=1,3,5,7
/proc/14741/task/14744/stat : 14744 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 49403 0 0 0 19664 14 0 0 25 0 4 0 523144997 349261824 47582 33554432000 4194304 4627427 140737209432400 18446744073709551615 4420204 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 788.42
Current children cumulated vsize (KiB) 341076

[startup+198.3 s]
/proc/loadavg: 7.90 7.12 7.40 7/182 14780
/proc/meminfo: memFree=30842784/32951132 swapFree=67111364/67111528
[pid=14741] ppid=14739 vsize=341076 CPUtime=789.21 cores=1,3,5,7
/proc/14741/stat : 14741 (strangenight2-m) R 14739 14741 13971 0 -1 4202496 215142 0 0 0 78847 74 0 0 25 0 4 0 523144997 349261824 47582 33554432000 4194304 4627427 140737209432400 18446744073709551615 46982886594240 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/14741/statm: 85269 47582 390 106 0 80240 0
[pid=14741/tid=14742] ppid=14739 vsize=341076 CPUtime=196.77 cores=1,3,5,7
/proc/14741/task/14742/stat : 14742 (strangenight2-m) S 14739 14741 13971 0 -1 4202560 55084 0 0 0 19650 27 0 0 25 0 4 0 523144997 349261824 47582 33554432000 4194304 4627427 140737209432400 18446744073709551615 46982886618676 0 0 4096 2 18446604471137258432 0 0 -1 1 0 0 0
[pid=14741/tid=14743] ppid=14739 vsize=341076 CPUtime=196.99 cores=1,3,5,7
/proc/14741/task/14743/stat : 14743 (strangenight2-m) S 14739 14741 13971 0 -1 4202560 53830 0 0 0 19685 14 0 0 25 0 4 0 523144997 349261824 47582 33554432000 4194304 4627427 140737209432400 18446744073709551615 46982886618676 0 0 4096 2 18446604471137258432 0 0 -1 5 0 0 0
[pid=14741/tid=14744] ppid=14739 vsize=341076 CPUtime=197.17 cores=1,3,5,7
/proc/14741/task/14744/stat : 14744 (strangenight2-m) R 14739 14741 13971 0 -1 4202560 49403 0 0 0 19703 14 0 0 25 0 4 0 523144997 349261824 47582 33554432000 4194304 4627427 140737209432400 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 789.21
Current children cumulated vsize (KiB) 341076

Child status: 10
Real time (s): 198.317
CPU time (s): 789.248
CPU user time (s): 788.492
CPU system time (s): 0.755885
CPU usage (%): 397.972
Max. virtual memory (cumulated for all children) (KiB): 341076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 788.492
system time used= 0.755885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 215150
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= 374
involuntary context switches= 3700

runsolver used 0.310952 second user time and 0.744886 second system time

The end

Launcher Data

Begin job on node128 at 2011-04-30 00:17:43
IDJOB=3174224
IDBENCH=83042
IDSOLVER=1586
FILE ID=node128/3174224-1304115463
RUNJOBID= node128-1304115463-14719
PBS_JOBID= 13170670
Free space on /tmp= 66968 MiB

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

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

MD5SUM BENCH= b1640086ff1cfd4e86559744179c13fe
RANDOM SEED=2041488068

node128.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.852
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.70
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.852
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.852
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.82
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.852
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.852
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.82
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.852
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.852
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.82
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.852
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31273784 kB
Buffers:        414184 kB
Cached:         782840 kB
SwapCached:          0 kB
Active:         138548 kB
Inactive:      1124820 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31273784 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           11380 kB
Writeback:           0 kB
AnonPages:       66464 kB
Mapped:          15560 kB
Slab:           351884 kB
PageTables:       4732 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   275736 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66964 MiB
End job on node128 at 2011-04-30 00:21:02