Trace number 3366588

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)UNSAT 1516.99 380.295

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S804294807-063.UNKNOWN.cnf
MD5SUMb542abc79e1a870fc4bd1b25791c8222
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.33534
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366588-1305409483.cnf'
0.00/0.01	c -- header says num vars:            350
0.00/0.01	c -- header says num clauses:        1491
0.00/0.01	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.01	c -- vars added        350
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       350      1491         0         0      4473         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1491/1491 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
3.17/0.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.17/0.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    350 time:  0.00 s
3.17/0.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.85	c lits-rem:         0  cl-subs:        0  v-elim:      5  v-fix:    0  time:  0.00 s
3.17/0.85	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.85	c calculated reachability. Time: 0.00
3.17/0.85	c Calc default polars -  time:   0.00 s pos:     156 undec:      34 neg:     160
3.17/0.85	c =========================================================================================
3.17/0.85	c types(t): F = full restart, N = normal restart
3.17/0.85	c types(t): S = simplification begin/end, E = solution found
3.17/0.85	c restart types(rt): st = static, dy = dynamic
3.17/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.85	c  B st     0         0       345      1486         0         0      4483         0   no data   no data
3.17/0.85	c Decided on static restart strategy
3.17/0.85	c  N st     8      4915       345      1486         0      4787      4483     83812   no data   no data
3.17/0.85	c  N st    10     11299       345      1486         0      4432      4483     57460   no data   no data
3.17/0.85	c  N st    11     17044       345      1486         0      9980      4483    148975   no data   no data
3.57/0.95	c  F st    12     25000       345      1486         0     12264      4483    192404   no data   no data
3.57/0.95	c  N st    12     25000       345      1486         0     12264      4483    192404   no data   no data
4.76/1.25	c Decided on static restart strategy
4.76/1.25	c  N st    18     30000       345      1486         0     10566      4483    147094   no data   no data
4.76/1.25	c  S st    18     30000       345      1486         0     10566      4483    147094   no data   no data
4.76/1.25	c  S st    18     30503       345      1486         0     11067      4483    156086   no data   no data
4.76/1.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.76/1.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.76/1.25	c blocked clauses removed:       10 vars:      2 tried:         345 T: 0.00 s
4.76/1.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.76/1.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    343 time:  0.00 s
4.76/1.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.76/1.25	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.00 s
4.76/1.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.35	c lits-rem:       182  cl-subs:     1052  v-elim:      0  v-fix:    0  time:  0.05 s
5.16/1.35	c asymm  cl-useful: 0/1475/1475 lits-rem:0 time: 0.00
5.16/1.35	c calculated reachability. Time: 0.00
5.16/1.35	c  N st    18     30503       342      1475         0      9945      4457    138148   no data   no data
6.36/1.66	c  N st    20     37615       342      1475         0      9237      4457    113751   no data   no data
7.95/2.00	c  N st    21     44014       342      1475         0     15404      4457    217627   no data   no data
8.38/2.12	c  S st    22     45756       342      1475         0     17068      4457    245567   no data   no data
8.38/2.17	c  S st    22     46259       342      1475         0      8973      4457    100042   no data   no data
8.38/2.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.38/2.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.38/2.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.38/2.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.38/2.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/2.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
8.38/2.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.38/2.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.38/2.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.38/2.19	c lits-rem:        25  cl-subs:      217  v-elim:      0  v-fix:    0  time:  0.01 s
8.38/2.19	c vivif2 --  cl tried     1475 cl shrink        0 lits rem          0 time: 0.00
8.38/2.19	c vivif2 --  cl tried     8756 cl shrink        0 lits rem          0 time: 0.00
8.38/2.19	c asymm  cl-useful: 0/1475/1475 lits-rem:0 time: 0.00
8.38/2.19	c calculated reachability. Time: 0.00
8.38/2.19	c  N st    22     46259       342      1475         0      8756      4457     96935   no data   no data
11.95/3.04	c  N st    23     60657       342      1475         0     13000      4457    160411   no data   no data
14.33/3.66	c  N st    24     69389       342      1475         0     10808      4457    116839   no data   no data
14.33/3.66	c  S st    24     69389       342      1475         0     10808      4457    116839   no data   no data
14.33/3.69	c  S st    24     69893       342      1475         0     11311      4457    125864   no data   no data
14.33/3.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.33/3.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
14.33/3.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.33/3.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.33/3.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.33/3.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
14.33/3.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.74/3.70	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.74/3.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.74/3.72	c lits-rem:        31  cl-subs:      307  v-elim:      0  v-fix:    0  time:  0.01 s
14.74/3.72	c vivif2 --  cl tried     1475 cl shrink        0 lits rem          0 time: 0.00
14.74/3.72	c vivif2 --  cl tried    11004 cl shrink        0 lits rem          0 time: 0.00
14.74/3.72	c asymm  cl-useful: 0/1475/1475 lits-rem:0 time: 0.01
14.74/3.72	c calculated reachability. Time: 0.00
14.74/3.72	c  N st    24     69893       342      1475         0     11004      4457    121317   no data   no data
19.12/4.89	c  F st    25     87502       342      1475         0     16396      4457    205915   no data   no data
19.12/4.89	c  N st    25     87502       342      1475         0     16396      4457    205915   no data   no data
20.72/5.29	c Decided on static restart strategy
21.96/5.54	c  N st    32     95537       342      1475         0     24176      4457    332444   no data   no data
24.71/6.22	c  N st    34    104841       342      1475         0     20683      4457    272793   no data   no data
24.71/6.22	c  S st    34    104841       342      1475         0     20683      4457    272793   no data   no data
24.71/6.27	c  S st    34    105343       342      1475         0     21183      4457    282094   no data   no data
24.71/6.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.71/6.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
24.71/6.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.71/6.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.71/6.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.71/6.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
24.71/6.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
24.71/6.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
24.71/6.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.51/6.42	c lits-rem:       167  cl-subs:     1326  v-elim:      0  v-fix:    0  time:  0.14 s
25.51/6.42	c vivif2 --  cl tried     1475 cl shrink        0 lits rem          0 time: 0.00
25.51/6.43	c vivif2 --  cl tried    19857 cl shrink        0 lits rem          0 time: 0.00
25.51/6.44	c asymm  cl-useful: 0/1475/1475 lits-rem:0 time: 0.01
25.51/6.44	c calculated reachability. Time: 0.00
25.51/6.44	c  N st    34    105343       342      1475         0     19857      4457    260325   no data   no data
28.70/7.23	c  N st    35    114942       342      1475         0     15630      4457    172188   no data   no data
33.49/8.48	c  N st    36    129341       342      1475         0     15037      4457    149045   no data   no data
40.66/10.28	c  N st    37    150937       342      1475         0     20508      4457    233907   no data   no data
43.48/10.91	c  S st    38    158014       342      1475         0     27334      4457    346870   no data   no data
43.48/10.99	c  S st    38    158517       342      1475         0     27835      4457    356297   no data   no data
43.48/10.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.48/10.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
43.48/11.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.48/11.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.48/11.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.48/11.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
43.48/11.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.48/11.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
43.90/11.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.65/11.27	c lits-rem:       224  cl-subs:     2330  v-elim:      0  v-fix:    0  time:  0.26 s
44.65/11.27	c vivif2 --  cl tried     1475 cl shrink        0 lits rem          0 time: 0.00
44.65/11.27	c vivif2 --  cl tried    25505 cl shrink        0 lits rem          0 time: 0.00
44.65/11.29	c asymm  cl-useful: 0/1475/1475 lits-rem:0 time: 0.01
44.65/11.29	c calculated reachability. Time: 0.00
44.65/11.29	c  N st    38    158517       342      1475         0     25505      4457    322374   no data   no data
63.40/15.98	c  N st    39    207106       342      1475         0     20204      4457    202370   no data   no data
75.37/18.95	c  N st    40    237775       342      1475         0     30473      4457    357654   no data   no data
75.37/18.95	c  S st    40    237775       342      1475         0     30473      4457    357654   no data   no data
75.77/19.02	c  S st    40    238281       342      1475         0     30975      4457    366530   no data   no data
75.77/19.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.77/19.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
75.77/19.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.77/19.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.77/19.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.77/19.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
75.77/19.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.77/19.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
75.77/19.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.37/19.40	c lits-rem:       136  cl-subs:     3551  v-elim:      0  v-fix:    0  time:  0.35 s
77.37/19.40	c vivif2 --  cl tried     1475 cl shrink        0 lits rem          0 time: 0.00
77.37/19.41	c vivif2 --  cl tried    27424 cl shrink        0 lits rem          0 time: 0.00
77.37/19.42	c asymm  cl-useful: 0/1475/1475 lits-rem:0 time: 0.01
77.37/19.42	c calculated reachability. Time: 0.00
77.37/19.42	c  N st    40    238281       342      1475         0     27424      4457    318067   no data   no data
107.28/26.99	c  F st    41    306252       342      1475         0     29416      4457    322538   no data   no data
107.28/26.99	c  N st    41    306252       342      1475         0     29416      4457    322538   no data   no data
110.07/27.62	c Decided on static restart strategy
120.45/30.24	c  N st    51    334558       342      1475         0     33541      4457    382032   no data   no data
132.01/33.12	c  N st    53    357421       342      1475         0     31413      4457    337513   no data   no data
132.01/33.12	c  S st    53    357421       342      1475         0     31413      4457    337513   no data   no data
132.41/33.20	c  S st    53    357926       342      1475         0     31914      4457    346488   no data   no data
132.41/33.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
132.41/33.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
132.41/33.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
132.41/33.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
132.41/33.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.41/33.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
132.41/33.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
132.41/33.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
132.41/33.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
133.21/33.45	c lits-rem:       348  cl-subs:     1916  v-elim:      0  v-fix:    0  time:  0.22 s
133.21/33.45	c vivif2 --  cl tried     1475 cl shrink        0 lits rem          0 time: 0.00
133.21/33.45	c vivif2 --  cl tried    29998 cl shrink        0 lits rem          0 time: 0.00
133.21/33.47	c asymm  cl-useful: 0/1475/1475 lits-rem:0 time: 0.02
133.21/33.47	c calculated reachability. Time: 0.00
133.21/33.47	c  N st    53    357926       342      1475         0     29998      4457    317982   no data   no data
148.80/37.39	c  N st    54    390319       342      1475         0     36216      4457    412667   no data   no data
175.13/43.98	c  N st    55    438907       342      1475         0     30104      4457    288949   no data   no data
214.62/53.83	c  N st    56    511789       342      1475         0     43523      4457    512169   no data   no data
229.35/57.50	c  N st    57    536891       342      1475         0     37821      4457    398104   no data   no data
229.35/57.50	c  S st    57    536891       342      1475         0     37821      4457    398104   no data   no data
229.75/57.60	c  S st    57    537394       342      1475         0     38317      4457    407639   no data   no data
229.75/57.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
229.75/57.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
229.75/57.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
229.75/57.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
229.75/57.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
229.75/57.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
229.75/57.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
229.75/57.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
229.75/57.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
230.55/57.88	c lits-rem:       170  cl-subs:     1816  v-elim:      0  v-fix:    0  time:  0.25 s
230.55/57.88	c vivif2 --  cl tried     1475 cl shrink        0 lits rem          0 time: 0.00
230.55/57.88	c vivif2 --  cl tried    36501 cl shrink        0 lits rem          0 time: 0.00
230.95/57.91	c asymm  cl-useful: 0/1475/1475 lits-rem:0 time: 0.02
230.95/57.91	c calculated reachability. Time: 0.00
230.95/57.91	c  N st    57    537394       342      1475         0     36501      4457    381533   no data   no data
331.47/83.15	c  N st    58    701380       342      1475         0     64925      4457    811504   no data   no data
398.92/100.10	c  N st    59    806091       342      1475         1     59088      4457    663633   no data   no data
398.92/100.10	c  S st    59    806091       342      1475         1     59088      4457    663633   no data   no data
399.69/100.28	c  S st    59    806597       342      1475         1     59592      4457    672940   no data   no data
399.69/100.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
400.09/100.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
400.09/100.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
400.09/100.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
400.09/100.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
400.09/100.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
400.09/100.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
400.09/100.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
400.09/100.34	c subs with bin:       44  lits-rem:       327  v-fix:    0  time:  0.00 s
406.07/101.83	c lits-rem:       814  cl-subs:     7869  v-elim:      0  v-fix:    0  time:  1.48 s
406.07/101.83	c vivif2 --  cl tried     1475 cl shrink        0 lits rem          0 time: 0.00
406.07/101.83	c vivif2 --  cl tried    51679 cl shrink        0 lits rem          0 time: 0.01
406.07/101.87	c asymm  cl-useful: 0/1475/1475 lits-rem:0 time: 0.04
406.07/101.87	c calculated reachability. Time: 0.00
406.07/101.87	c  N st    59    806597       342      1475         1     51679      4457    566838   no data   no data
595.17/149.24	c  F st    60   1071876       342      1475         1     67345      4457    775364   no data   no data
595.17/149.24	c  N st    60   1071876       342      1475         1     67345      4457    775364   no data   no data
600.35/150.51	c Decided on static restart strategy
622.29/156.05	c  N st    70   1100186       342      1475         1     51466      4457    497768   no data   no data
651.40/163.37	c  N st    72   1136180       342      1475         1     85838      4457   1072193   no data   no data
676.53/169.61	c  N st    73   1168573       342      1475         1     72771      4457    824487   no data   no data
708.05/177.59	c  N st    74   1209895       342      1475         1     67583      4457    762419   no data   no data
708.05/177.59	c  S st    74   1209895       342      1475         1     67583      4457    762419   no data   no data
708.85/177.79	c  S st    74   1210400       342      1475         1     68085      4457    771635   no data   no data
708.85/177.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
709.26/177.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
709.26/177.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
709.26/177.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
709.26/177.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
709.26/177.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
709.26/177.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
709.26/177.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
709.26/177.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
716.42/179.69	c lits-rem:       568  cl-subs:     7063  v-elim:      0  v-fix:    0  time:  1.84 s
716.42/179.69	c vivif2 --  cl tried     1475 cl shrink        0 lits rem          0 time: 0.00
716.83/179.70	c vivif2 --  cl tried    61022 cl shrink        0 lits rem          0 time: 0.01
716.83/179.75	c asymm  cl-useful: 0/1475/1475 lits-rem:0 time: 0.05
716.83/179.75	c calculated reachability. Time: 0.00
716.83/179.75	c  N st    74   1210400       342      1475         1     61022      4457    665294   no data   no data
787.43/197.42	c  N st    75   1283283       342      1475         1     84771      4457    998839   no data   no data
884.77/221.80	c  N st    76   1392607       342      1475         1     94329      4457   1108195   no data   no data
1025.58/257.16	c  N st    77   1556592       342      1475         1    102169      4457   1259802   no data   no data
1154.43/289.42	c  N st    78   1710401       342      1475         6     91079      4457    980583   no data   no data
1154.43/289.43	c  S st    78   1710401       342      1475         6     91079      4457    980583   no data   no data
1154.43/289.43	c Finding binary XORs  T:     0.00 s  found:       0
1155.23/289.69	c  S st    78   1710904       342      1475         6     91579      4457    989841   no data   no data
1155.23/289.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1155.63/289.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1155.63/289.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1155.63/289.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1155.63/289.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1155.63/289.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    342 time:  0.00 s
1155.63/289.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1155.63/289.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1168.78/293.06	c subs with bin:    15929  lits-rem:      5030  v-fix:    0  time:  3.29 s
1173.97/294.33	c lits-rem:      1525  cl-subs:     5752  v-elim:      0  v-fix:    0  time:  1.27 s
1173.97/294.33	c vivif2 --  cl tried     1475 cl shrink        0 lits rem          0 time: 0.00
1173.97/294.34	c vivif2 --  cl tried    69898 cl shrink        0 lits rem          0 time: 0.01
1174.37/294.41	c asymm  cl-useful: 0/1475/1475 lits-rem:0 time: 0.07
1174.37/294.41	c calculated reachability. Time: 0.00
1174.37/294.41	c  N st    78   1710904       342      1475         7     69898      4457    710321   no data   no data
1432.86/359.26	c Finding binary XORs  T:     0.00 s  found:       0
1495.10/374.84	c  N st    79   2079868       339      1416        47     67567      4324    693649   no data   no data
1500.30/376.19	c Finding binary XORs  T:     0.00 s  found:       0
1513.47/379.46	c Finding binary XORs  T:     0.00 s  found:       0
1516.63/380.28	c Following stats are for *FIRST FINISHED THREAD ONLY*
1516.63/380.28	c num threads              : 4          
1516.63/380.28	c restarts                 : 79         
1516.63/380.28	c dynamic restarts         : 0          
1516.63/380.28	c static restarts          : 79         
1516.63/380.28	c full restarts            : 4          
1516.63/380.28	c total simplify time      : 0.85       
1516.63/380.28	c learnts DL2              : 0          
1516.63/380.28	c learnts size 2           : 268        
1516.63/380.28	c learnts size 1           : 189         (54.00     % of vars)
1516.63/380.28	c filedLit time            : 0.10        (0.03      % time)
1516.63/380.28	c v-elim SatELite          : 8           (2.29      % vars)
1516.63/380.28	c SatELite time            : 7.73        (2.06      % time)
1516.63/380.28	c v-elim xor               : 0           (0.00      % vars)
1516.63/380.28	c xor elim time            : 0.02        (0.00      % time)
1516.63/380.28	c num binary xor trees     : 0          
1516.63/380.28	c binxor trees' crown      : 0           (nan       leafs/tree)
1516.63/380.28	c bin xor find time        : 0.00       
1516.63/380.28	c OTF clause improved      : 99588       (0.05      clauses/conflict)
1516.63/380.28	c OTF impr. size diff      : 105693      (1.06       lits/clause)
1516.63/380.28	c OTF cl watch-shrink      : 571175      (0.26      clauses/conflict)
1516.63/380.28	c OTF cl watch-sh-lit      : 729622      (1.28       lits/clause)
1516.63/380.28	c tried to recurMin cls    : 224441      (10.25      % of conflicts)
1516.63/380.28	c updated cache            : 5299        (0.02       lits/tried recurMin)
1516.63/380.28	c unit cls recevied        : 4           (2.12      % of units)
1516.63/380.28	c unit cls sent            : 6           (3.17      % of units)
1516.63/380.28	c bin cls recevied         : 13         
1516.63/380.28	c bin cls sent             : 124        
1516.63/380.28	c clauses over max glue    : 0           (0.00      % of all clauses)
1516.63/380.28	c conflicts                : 2189976     (5826.82   / sec)
1516.63/380.28	c decisions                : 2513664     (0.72      % random)
1516.63/380.28	c bogo-props               : 49905893250 (132783578.94 / sec)
1516.63/380.28	c conflict literals        : 34039042    (31.73     % deleted)
1516.63/380.28	c Memory used              : 311.77      MB
1516.63/380.28	c single-thread CPU time   : 375.84      s
1516.63/380.28	c all-threads sum CPU time : 1515.99     s
1516.63/380.28	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3366588-1305409483/watcher-3366588-1305409483 -o /tmp/evaluation-result-3366588-1305409483/solver-3366588-1305409483 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366588-1305409483.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: 6.82 7.80 7.96 6/355 18660
/proc/meminfo: memFree=24752360/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=51168 CPUtime=0.01 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 412 0 0 0 1 0 0 0 23 0 4 0 652545396 52396032 352 33554432000 4194304 4580107 140736162931520 18446744073709551615 46972570904089 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 12792 352 302 95 0 7774 0
[pid=18660/tid=18661] ppid=18658 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 4 0 652545396 52396032 352 33554432000 4194304 4580107 140736162931520 18446744073709551615 46972570904089 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 652545396 52396032 352 33554432000 4194304 4580107 140736162931520 18446744073709551615 46972570904498 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652545396 52396032 352 33554432000 4194304 4580107 140736162931520 18446744073709551615 46972570904089 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.052563 s]
/proc/loadavg: 6.82 7.80 7.96 6/355 18660
/proc/meminfo: memFree=24752360/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=281956 CPUtime=0.18 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 1156 0 0 0 18 0 0 0 18 0 4 0 652545396 288722944 1085 33554432000 4194304 4580107 140736162931520 18446744073709551615 4293179 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 70489 1086 376 95 0 65471 0
[pid=18660/tid=18661] ppid=18658 vsize=281956 CPUtime=0.04 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 227 0 0 0 4 0 0 0 18 0 4 0 652545396 288722944 1086 33554432000 4194304 4580107 140736162931520 18446744073709551615 4489273 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=281956 CPUtime=0.03 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 172 0 0 0 3 0 0 0 25 0 4 0 652545396 288722944 1086 33554432000 4194304 4580107 140736162931520 18446744073709551615 4321214 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=281956 CPUtime=0.04 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 121 0 0 0 4 0 0 0 18 0 4 0 652545396 288722944 1086 33554432000 4194304 4580107 140736162931520 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 281956

[startup+0.100554 s]
/proc/loadavg: 6.82 7.80 7.96 6/355 18660
/proc/meminfo: memFree=24752360/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=282088 CPUtime=0.37 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 1393 0 0 0 37 0 0 0 18 0 4 0 652545396 288858112 1322 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 70522 1322 377 95 0 65504 0
[pid=18660/tid=18661] ppid=18658 vsize=282088 CPUtime=0.09 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 286 0 0 0 9 0 0 0 18 0 4 0 652545396 288858112 1322 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=282088 CPUtime=0.08 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 225 0 0 0 8 0 0 0 25 0 4 0 652545396 288858112 1322 33554432000 4194304 4580107 140736162931520 18446744073709551615 4320891 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=282088 CPUtime=0.09 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 190 0 0 0 9 0 0 0 18 0 4 0 652545396 288858112 1322 33554432000 4194304 4580107 140736162931520 18446744073709551615 4292941 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282088

[startup+0.300515 s]
/proc/loadavg: 6.82 7.80 7.96 6/355 18660
/proc/meminfo: memFree=24752360/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=282992 CPUtime=1.17 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 2313 0 0 0 117 0 0 0 18 0 4 0 652545396 289783808 1821 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 70748 1821 377 95 0 65730 0
[pid=18660/tid=18661] ppid=18658 vsize=282992 CPUtime=0.29 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 513 0 0 0 29 0 0 0 18 0 4 0 652545396 289783808 1821 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=282992 CPUtime=0.28 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 452 0 0 0 28 0 0 0 25 0 4 0 652545396 289783808 1821 33554432000 4194304 4580107 140736162931520 18446744073709551615 4293208 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=282992 CPUtime=0.29 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 416 0 0 0 29 0 0 0 18 0 4 0 652545396 289783808 1821 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294460 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 282992

[startup+0.70044 s]
/proc/loadavg: 6.82 7.80 7.96 6/355 18660
/proc/meminfo: memFree=24752360/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=284304 CPUtime=2.77 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 4084 0 0 0 277 0 0 0 18 0 4 0 652545396 291127296 2112 33554432000 4194304 4580107 140736162931520 18446744073709551615 4318990 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 71076 2112 377 95 0 66058 0
[pid=18660/tid=18661] ppid=18658 vsize=284304 CPUtime=0.69 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 954 0 0 0 69 0 0 0 18 0 4 0 652545396 291127296 2112 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=284304 CPUtime=0.68 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 889 0 0 0 68 0 0 0 25 0 4 0 652545396 291127296 2112 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=284304 CPUtime=0.69 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 859 0 0 0 69 0 0 0 18 0 4 0 652545396 291127296 2112 33554432000 4194304 4580107 140736162931520 18446744073709551615 4293198 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284304

[startup+1.50029 s]
/proc/loadavg: 6.82 7.80 7.96 10/359 18665
/proc/meminfo: memFree=24731248/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=289332 CPUtime=5.96 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 7385 0 0 0 595 1 0 0 20 0 4 0 652545396 296275968 3841 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 72333 3841 379 95 0 67315 0
[pid=18660/tid=18661] ppid=18658 vsize=289332 CPUtime=1.49 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 1443 0 0 0 149 0 0 0 19 0 4 0 652545396 296275968 3841 33554432000 4194304 4580107 140736162931520 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=289332 CPUtime=1.47 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 1519 0 0 0 147 0 0 0 25 0 4 0 652545396 296275968 3841 33554432000 4194304 4580107 140736162931520 18446744073709551615 4305975 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=289332 CPUtime=1.49 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 1458 0 0 0 149 0 0 0 20 0 4 0 652545396 296275968 3841 33554432000 4194304 4580107 140736162931520 18446744073709551615 4295676 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 289332

[startup+3.10098 s]
/proc/loadavg: 6.82 7.80 7.96 9/359 18700
/proc/meminfo: memFree=24721416/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=289816 CPUtime=12.35 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 14503 0 0 0 1233 2 0 0 25 0 4 0 652545396 296771584 7460 33554432000 4194304 4580107 140736162931520 18446744073709551615 4293134 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 72454 7460 379 95 0 67436 0
[pid=18660/tid=18661] ppid=18658 vsize=289816 CPUtime=3.09 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 3206 0 0 0 309 0 0 0 25 0 4 0 652545396 296771584 7460 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=289816 CPUtime=3.05 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 3819 0 0 0 305 0 0 0 25 0 4 0 652545396 296771584 7460 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=289816 CPUtime=3.08 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 3550 0 0 0 308 0 0 0 20 0 4 0 652545396 296771584 7460 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 289816

[startup+6.30037 s]
/proc/loadavg: 6.99 7.82 7.96 9/359 18700
/proc/meminfo: memFree=24667604/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=294460 CPUtime=25.11 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 22674 0 0 0 2506 5 0 0 25 0 4 0 652545396 301527040 10477 33554432000 4194304 4580107 140736162931520 18446744073709551615 4451663 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 73615 10477 379 95 0 68597 0
[pid=18660/tid=18661] ppid=18658 vsize=294460 CPUtime=6.29 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 5561 0 0 0 628 1 0 0 25 0 4 0 652545396 301527040 10477 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=294460 CPUtime=6.22 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 6016 0 0 0 621 1 0 0 25 0 4 0 652545396 301527040 10477 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=294460 CPUtime=6.29 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 4870 0 0 0 628 1 0 0 25 0 4 0 652545396 301527040 10477 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 294460

[startup+12.7011 s]
/proc/loadavg: 7.07 7.82 7.96 9/359 18701
/proc/meminfo: memFree=24618184/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=298644 CPUtime=50.64 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 34463 0 0 0 5057 7 0 0 25 0 4 0 652545396 305811456 13550 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 74661 13551 379 95 0 69643 0
[pid=18660/tid=18661] ppid=18658 vsize=298644 CPUtime=12.69 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 8484 0 0 0 1268 1 0 0 25 0 4 0 652545396 305811456 13551 33554432000 4194304 4580107 140736162931520 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=298644 CPUtime=12.55 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 8418 0 0 0 1254 1 0 0 25 0 4 0 652545396 305811456 13551 33554432000 4194304 4580107 140736162931520 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=298644 CPUtime=12.68 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 8312 0 0 0 1266 2 0 0 25 0 4 0 652545396 305811456 13551 33554432000 4194304 4580107 140736162931520 18446744073709551615 4321570 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 298644

[startup+25.5007 s]
/proc/loadavg: 7.41 7.86 7.97 9/359 18701
/proc/meminfo: memFree=24574884/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=301876 CPUtime=101.69 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 53016 0 0 0 10158 11 0 0 25 0 4 0 652545396 309121024 18300 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294468 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 75469 18300 379 95 0 70451 0
[pid=18660/tid=18661] ppid=18658 vsize=301876 CPUtime=25.49 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 13389 0 0 0 2547 2 0 0 25 0 4 0 652545396 309121024 18300 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=301876 CPUtime=25.21 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 13150 0 0 0 2518 3 0 0 25 0 4 0 652545396 309121024 18300 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294598 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=301876 CPUtime=25.48 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 12934 0 0 0 2545 3 0 0 25 0 4 0 652545396 309121024 18300 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294356 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 301876

[startup+51.1008 s]
/proc/loadavg: 7.61 7.87 7.97 9/359 18702
/proc/meminfo: memFree=24538336/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=304704 CPUtime=203.82 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 78987 0 0 0 20364 18 0 0 25 0 4 0 652545396 312016896 22418 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 76176 22418 379 95 0 71158 0
[pid=18660/tid=18661] ppid=18658 vsize=304704 CPUtime=51.09 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 20791 0 0 0 5105 4 0 0 25 0 4 0 652545396 312016896 22418 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=304704 CPUtime=50.53 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 18909 0 0 0 5049 4 0 0 25 0 4 0 652545396 312016896 22418 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=304704 CPUtime=51.08 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 19092 0 0 0 5104 4 0 0 25 0 4 0 652545396 312016896 22418 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 203.82
Current children cumulated vsize (KiB) 304704

[startup+102.313 s]
/proc/loadavg: 7.83 7.89 7.97 9/359 18703
/proc/meminfo: memFree=24486624/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=317180 CPUtime=408.11 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 120411 0 0 0 40779 32 0 0 25 0 4 0 652545396 324792320 28463 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294404 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 79295 28463 379 95 0 74277 0
[pid=18660/tid=18661] ppid=18658 vsize=317180 CPUtime=102.3 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 31641 0 0 0 10222 8 0 0 25 0 4 0 652545396 324792320 28463 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=317180 CPUtime=101.18 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 29036 0 0 0 10110 8 0 0 25 0 4 0 652545396 324792320 28463 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=317180 CPUtime=102.3 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 28246 0 0 0 10223 7 0 0 25 0 4 0 652545396 324792320 28463 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.11
Current children cumulated vsize (KiB) 317180

[startup+162.301 s]

################
# More data... #
################

/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 37265 0 0 0 16218 12 0 0 25 0 4 0 652545396 326156288 30884 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 647.42
Current children cumulated vsize (KiB) 318512

[startup+222.301 s]
/proc/loadavg: 8.06 7.96 7.99 9/359 18706
/proc/meminfo: memFree=24370640/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=324452 CPUtime=886.75 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 200913 0 0 0 88611 64 0 0 25 0 4 0 652545396 332238848 43774 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 81113 43774 379 95 0 76095 0
[pid=18660/tid=18661] ppid=18658 vsize=324452 CPUtime=222.29 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 51710 0 0 0 22214 15 0 0 25 0 4 0 652545396 332238848 43774 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=324452 CPUtime=219.85 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 51029 0 0 0 21968 17 0 0 25 0 4 0 652545396 332238848 43774 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=324452 CPUtime=222.3 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 48336 0 0 0 22214 16 0 0 25 0 4 0 652545396 332238848 43774 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 886.75
Current children cumulated vsize (KiB) 324452

[startup+282.301 s]
/proc/loadavg: 8.05 7.98 8.00 9/359 18709
/proc/meminfo: memFree=24334416/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=325512 CPUtime=1126.11 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 232606 0 0 0 112533 78 0 0 25 0 4 0 652545396 333324288 43580 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 81378 43580 379 95 0 76360 0
[pid=18660/tid=18661] ppid=18658 vsize=325512 CPUtime=282.3 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 59660 0 0 0 28210 20 0 0 25 0 4 0 652545396 333324288 43580 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=325512 CPUtime=279.19 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 58706 0 0 0 27899 20 0 0 25 0 4 0 652545396 333324288 43580 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=325512 CPUtime=282.3 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 56082 0 0 0 28211 19 0 0 25 0 4 0 652545396 333324288 43580 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1126.11
Current children cumulated vsize (KiB) 325512

[startup+342.301 s]
/proc/loadavg: 8.05 7.99 8.00 9/359 18710
/proc/meminfo: memFree=24290852/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=331960 CPUtime=1365.44 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 265126 0 0 0 136453 91 0 0 25 0 4 0 652545396 339927040 51440 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294430 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 82990 51440 379 95 0 77972 0
[pid=18660/tid=18661] ppid=18658 vsize=331960 CPUtime=342.3 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 68771 0 0 0 34207 23 0 0 25 0 4 0 652545396 339927040 51440 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=331960 CPUtime=338.53 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 67106 0 0 0 33829 24 0 0 25 0 4 0 652545396 339927040 51440 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=331960 CPUtime=342.3 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 63829 0 0 0 34207 23 0 0 25 0 4 0 652545396 339927040 51440 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1365.44
Current children cumulated vsize (KiB) 331960

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

[startup+358.301 s]
/proc/loadavg: 8.11 8.01 8.00 9/359 18711
/proc/meminfo: memFree=24295688/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=330388 CPUtime=1429.27 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 271186 0 0 0 142834 93 0 0 25 0 4 0 652545396 338317312 50998 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 82597 50998 379 95 0 77579 0
[pid=18660/tid=18661] ppid=18658 vsize=330388 CPUtime=358.3 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 70566 0 0 0 35807 23 0 0 25 0 4 0 652545396 338317312 50998 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=330388 CPUtime=354.36 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 67780 0 0 0 35412 24 0 0 25 0 4 0 652545396 338317312 50998 33554432000 4194304 4580107 140736162931520 18446744073709551615 4321185 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=330388 CPUtime=358.3 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 65657 0 0 0 35806 24 0 0 25 0 4 0 652545396 338317312 50998 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1429.27
Current children cumulated vsize (KiB) 330388

[startup+371.101 s]
/proc/loadavg: 8.08 8.01 8.00 9/359 18711
/proc/meminfo: memFree=24284396/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=384788 CPUtime=1480.33 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 276841 0 0 0 147937 96 0 0 25 0 4 0 652545396 394022912 51757 33554432000 4194304 4580107 140736162931520 18446744073709551615 4295890 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 96197 51757 379 95 0 91179 0
[pid=18660/tid=18661] ppid=18658 vsize=384788 CPUtime=371.1 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 72138 0 0 0 37087 23 0 0 25 0 4 0 652545396 394022912 51757 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=384788 CPUtime=367.01 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 69624 0 0 0 36676 25 0 0 25 0 4 0 652545396 394022912 51757 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=384788 CPUtime=371.1 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 67218 0 0 0 37085 25 0 0 25 0 4 0 652545396 394022912 51757 33554432000 4194304 4580107 140736162931520 18446744073709551615 4318741 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1480.33
Current children cumulated vsize (KiB) 384788

[startup+374.301 s]
/proc/loadavg: 8.08 8.01 8.00 9/359 18711
/proc/meminfo: memFree=24281296/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=384788 CPUtime=1493.09 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 277933 0 0 0 149213 96 0 0 25 0 4 0 652545396 394022912 52849 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 96197 52849 379 95 0 91179 0
[pid=18660/tid=18661] ppid=18658 vsize=384788 CPUtime=374.31 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 72372 0 0 0 37407 24 0 0 25 0 4 0 652545396 394022912 52849 33554432000 4194304 4580107 140736162931520 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=384788 CPUtime=370.18 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 69936 0 0 0 36992 26 0 0 25 0 4 0 652545396 394022912 52849 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=384788 CPUtime=374.3 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 67459 0 0 0 37405 25 0 0 25 0 4 0 652545396 394022912 52849 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294445 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1493.09
Current children cumulated vsize (KiB) 384788

[startup+377.5 s]
/proc/loadavg: 8.08 8.01 8.00 9/359 18711
/proc/meminfo: memFree=24272864/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=384788 CPUtime=1505.86 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 278928 0 0 0 150488 98 0 0 25 0 4 0 652545396 394022912 53844 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 96197 53844 379 95 0 91179 0
[pid=18660/tid=18661] ppid=18658 vsize=384788 CPUtime=377.5 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 72624 0 0 0 37726 24 0 0 25 0 4 0 652545396 394022912 53844 33554432000 4194304 4580107 140736162931520 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=384788 CPUtime=373.34 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 70180 0 0 0 37308 26 0 0 25 0 4 0 652545396 394022912 53844 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=384788 CPUtime=377.5 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 67709 0 0 0 37725 25 0 0 25 0 4 0 652545396 394022912 53844 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1505.86
Current children cumulated vsize (KiB) 384788

[startup+379.101 s]
/proc/loadavg: 8.07 8.01 8.00 9/359 18711
/proc/meminfo: memFree=24270380/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=319252 CPUtime=1512.25 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 279395 0 0 0 151127 98 0 0 25 0 4 0 652545396 326914048 52810 33554432000 4194304 4580107 140736162931520 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 79813 52810 379 95 0 74795 0
[pid=18660/tid=18661] ppid=18658 vsize=319252 CPUtime=379.1 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 72730 0 0 0 37886 24 0 0 25 0 4 0 652545396 326914048 52810 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294440 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=319252 CPUtime=374.93 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 70317 0 0 0 37467 26 0 0 25 0 4 0 652545396 326914048 52810 33554432000 4194304 4580107 140736162931520 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=319252 CPUtime=379.1 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 67805 0 0 0 37885 25 0 0 25 0 4 0 652545396 326914048 52810 33554432000 4194304 4580107 140736162931520 18446744073709551615 4295714 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1512.25
Current children cumulated vsize (KiB) 319252

[startup+379.901 s]
/proc/loadavg: 8.07 8.01 8.00 9/359 18711
/proc/meminfo: memFree=24271124/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=319252 CPUtime=1515.43 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 279547 0 0 0 151445 98 0 0 25 0 4 0 652545396 326914048 52962 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 79813 52962 379 95 0 74795 0
[pid=18660/tid=18661] ppid=18658 vsize=319252 CPUtime=379.9 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 72781 0 0 0 37966 24 0 0 25 0 4 0 652545396 326914048 52962 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=319252 CPUtime=375.72 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 70321 0 0 0 37546 26 0 0 25 0 4 0 652545396 326914048 52962 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=319252 CPUtime=379.9 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 67849 0 0 0 37964 26 0 0 25 0 4 0 652545396 326914048 52962 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1515.43
Current children cumulated vsize (KiB) 319252

[startup+380.101 s]
/proc/loadavg: 8.07 8.01 8.00 9/359 18711
/proc/meminfo: memFree=24271124/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=319252 CPUtime=1516.23 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 279586 0 0 0 151525 98 0 0 25 0 4 0 652545396 326914048 53001 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 79813 53001 379 95 0 74795 0
[pid=18660/tid=18661] ppid=18658 vsize=319252 CPUtime=380.1 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 72794 0 0 0 37986 24 0 0 25 0 4 0 652545396 326914048 53001 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=319252 CPUtime=375.92 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 70321 0 0 0 37566 26 0 0 25 0 4 0 652545396 326914048 53001 33554432000 4194304 4580107 140736162931520 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=319252 CPUtime=380.1 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 67858 0 0 0 37984 26 0 0 25 0 4 0 652545396 326914048 53001 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1516.23
Current children cumulated vsize (KiB) 319252

[startup+380.201 s]
/proc/loadavg: 8.07 8.01 8.00 9/359 18711
/proc/meminfo: memFree=24271124/32950928 swapFree=67056568/67111528
[pid=18660] ppid=18658 vsize=319252 CPUtime=1516.63 cores=1,3,5,7
/proc/18660/stat : 18660 (strangenight2-m) R 18658 18660 18278 0 -1 4202496 279604 0 0 0 151565 98 0 0 25 0 4 0 652545396 326914048 53019 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294533 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/18660/statm: 79813 53019 379 95 0 74795 0
[pid=18660/tid=18661] ppid=18658 vsize=319252 CPUtime=380.2 cores=1,3,5,7
/proc/18660/task/18661/stat : 18661 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 72800 0 0 0 37996 24 0 0 25 0 4 0 652545396 326914048 53019 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=18660/tid=18662] ppid=18658 vsize=319252 CPUtime=376.02 cores=1,3,5,7
/proc/18660/task/18662/stat : 18662 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 70321 0 0 0 37576 26 0 0 25 0 4 0 652545396 326914048 53019 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=18660/tid=18663] ppid=18658 vsize=319252 CPUtime=380.2 cores=1,3,5,7
/proc/18660/task/18663/stat : 18663 (strangenight2-m) R 18658 18660 18278 0 -1 4202560 67864 0 0 0 37994 26 0 0 25 0 4 0 652545396 326914048 53019 33554432000 4194304 4580107 140736162931520 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1516.63
Current children cumulated vsize (KiB) 319252

Child status: 20
Real time (s): 380.295
CPU time (s): 1516.99
CPU user time (s): 1515.99
CPU system time (s): 0.998848
CPU usage (%): 398.897
Max. virtual memory (cumulated for all children) (KiB): 386356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1515.99
system time used= 0.998848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 279621
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= 436
involuntary context switches= 10044

runsolver used 1.15882 second user time and 3.04054 second system time

The end

Launcher Data

Begin job on node148 at 2011-05-14 23:44:43
IDJOB=3366588
IDBENCH=82997
IDSOLVER=1844
FILE ID=node148/3366588-1305409483
RUNJOBID= node148-1305409483-18634
PBS_JOBID= 13324501
Free space on /tmp= 72836 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S804294807-063.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366588-1305409483/watcher-3366588-1305409483 -o /tmp/evaluation-result-3366588-1305409483/solver-3366588-1305409483 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366588-1305409483.cnf

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

MD5SUM BENCH= b542abc79e1a870fc4bd1b25791c8222
RANDOM SEED=2077235302

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24752896 kB
Buffers:        317056 kB
Cached:        4593712 kB
SwapCached:       8488 kB
Active:        4554428 kB
Inactive:      3292104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24752896 kB
SwapTotal:    67111528 kB
SwapFree:     67056568 kB
Dirty:           11012 kB
Writeback:           0 kB
AnonPages:     2933576 kB
Mapped:          27456 kB
Slab:           258940 kB
PageTables:      28676 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 84687796 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= 72832 MiB
End job on node148 at 2011-05-14 23:51:04