Trace number 3366436

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 2297.99 576.363

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S60874767-043.UNKNOWN.cnf
MD5SUM1eb54569b93f0ee7ebd06f1e9e4582f9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.2579
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
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-3366436-1305404233.cnf'
0.00/0.01	c -- header says num vars:             75
0.00/0.01	c -- header says num clauses:        1597
0.00/0.01	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.01	c -- vars added         75
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.02	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.00
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.02	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:      31 undec:       4 neg:      40
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
0.18/0.05	c Decided on static restart strategy
0.37/0.11	c  N st     8      4915        75      1597         0      4448      7985     75617   no data   no data
0.76/0.27	c  N st    10     11298        75      1597         0      4119      7985     58619   no data   no data
1.56/0.44	c  N st    11     17042        75      1597         0      9263      7985    142456   no data   no data
2.76/0.70	c  F st    12     25001        75      1597         0     11403      7985    175161   no data   no data
2.76/0.70	c  N st    12     25001        75      1597         0     11403      7985    175161   no data   no data
3.16/0.88	c Decided on static restart strategy
3.16/0.88	c  N st    18     30000        75      1597         0      9835      7985    145402   no data   no data
3.16/0.88	c  S st    18     30000        75      1597         0      9835      7985    145402   no data   no data
3.56/0.91	c  S st    18     30504        75      1597         0     10312      7985    153977   no data   no data
3.56/0.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.56/0.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.56/0.91	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.56/0.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.56/0.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.56/0.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.56/0.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.56/0.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.56/0.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.98/1.09	c lits-rem:       249  cl-subs:     2679  v-elim:      0  v-fix:    0  time:  0.17 s
4.40/1.11	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
4.40/1.11	c calculated reachability. Time: 0.00
4.40/1.11	c  N st    18     30504        75      1597         0      7633      7985    112261   no data   no data
5.55/1.40	c  N st    20     37618        75      1597         0     14092      7985    220533   no data   no data
6.35/1.65	c  N st    21     44017        75      1597         0     12775      7985    184573   no data   no data
6.75/1.74	c  S st    22     45757        75      1597         0     14358      7985    211939   no data   no data
6.75/1.78	c  S st    22     46262        75      1597         0     14833      7985    220496   no data   no data
6.75/1.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.75/1.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
6.75/1.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.75/1.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.75/1.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.75/1.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
6.75/1.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.75/1.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
6.75/1.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.95/2.09	c lits-rem:       274  cl-subs:     2758  v-elim:      0  v-fix:    0  time:  0.29 s
7.95/2.09	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
7.95/2.09	c vivif2 --  cl tried    12075 cl shrink        0 lits rem          0 time: 0.00
8.37/2.13	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.37/2.13	c calculated reachability. Time: 0.00
8.37/2.13	c  N st    22     46262        75      1597         0     12075      7985    178527   no data   no data
11.14/2.84	c  N st    23     60660        75      1597         0     16990      7985    242486   no data   no data
12.75/3.24	c  N st    24     69393        75      1597         0     15983      7985    224576   no data   no data
12.75/3.24	c  S st    24     69393        75      1597         0     15983      7985    224576   no data   no data
12.75/3.28	c  S st    24     69897        75      1597         0     16454      7985    232968   no data   no data
12.75/3.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.75/3.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
12.75/3.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.75/3.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.75/3.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.75/3.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
12.75/3.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
12.75/3.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
12.75/3.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.32/3.67	c lits-rem:       454  cl-subs:     3140  v-elim:      0  v-fix:    0  time:  0.37 s
14.32/3.67	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.32/3.67	c vivif2 --  cl tried    13314 cl shrink        0 lits rem          0 time: 0.00
14.72/3.71	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
14.72/3.72	c calculated reachability. Time: 0.00
14.72/3.72	c  N st    24     69897        75      1597         0     13314      7985    186351   no data   no data
18.31/4.60	c  F st    25     87501        75      1597         0     19511      7985    278638   no data   no data
18.31/4.60	c  N st    25     87501        75      1597         0     19511      7985    278638   no data   no data
19.11/4.86	c Decided on static restart strategy
19.51/4.99	c  N st    32     95540        75      1597         0     16087      7985    220703   no data   no data
21.95/5.57	c  N st    34    104846        75      1597         0     12806      7985    158238   no data   no data
21.95/5.57	c  S st    34    104846        75      1597         0     12806      7985    158238   no data   no data
22.29/5.60	c  S st    34    105347        75      1597         0     13277      7985    166720   no data   no data
22.29/5.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.29/5.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
22.29/5.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.29/5.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.29/5.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.29/5.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
22.29/5.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.29/5.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
22.29/5.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.29/5.69	c lits-rem:        86  cl-subs:     1105  v-elim:      0  v-fix:    0  time:  0.08 s
22.29/5.69	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
22.69/5.70	c vivif2 --  cl tried    12172 cl shrink        0 lits rem          0 time: 0.00
22.69/5.74	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
22.69/5.74	c calculated reachability. Time: 0.00
22.69/5.74	c  N st    34    105347        75      1597         0     12172      7985    149916   no data   no data
24.69/6.25	c  N st    35    114945        75      1597         0     20808      7985    297690   no data   no data
27.88/7.05	c  N st    36    129342        75      1597         0     21308      7985    296821   no data   no data
33.86/8.50	c  N st    37    150939        75      1597         0     27120      7985    375972   no data   no data
35.45/8.94	c  S st    38    158022        75      1597         0     19187      7985    247071   no data   no data
35.85/9.00	c  S st    38    158526        75      1597         0     19658      7985    255723   no data   no data
35.85/9.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.85/9.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
35.85/9.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.85/9.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.85/9.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.85/9.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
35.85/9.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.85/9.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
35.85/9.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.65/9.26	c lits-rem:       401  cl-subs:     2086  v-elim:      0  v-fix:    0  time:  0.25 s
36.65/9.26	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
36.65/9.27	c vivif2 --  cl tried    17572 cl shrink        0 lits rem          0 time: 0.00
37.05/9.32	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
37.05/9.32	c calculated reachability. Time: 0.00
37.05/9.32	c  N st    38    158526        75      1597         0     17572      7985    223302   no data   no data
50.61/12.70	c  N st    39    207116        75      1597         0     29873      7985    414066   no data   no data
61.00/15.36	c  N st    40    237790        75      1597         0     22326      7985    268365   no data   no data
61.00/15.36	c  S st    40    237790        75      1597         0     22326      7985    268365   no data   no data
61.42/15.43	c  S st    40    238293        75      1597         0     22799      7985    277432   no data   no data
61.42/15.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.42/15.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
61.42/15.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
61.42/15.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.42/15.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.42/15.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
61.42/15.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
61.42/15.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
61.42/15.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.56/15.75	c lits-rem:       284  cl-subs:     2422  v-elim:      0  v-fix:    0  time:  0.31 s
62.56/15.75	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
62.56/15.75	c vivif2 --  cl tried    20377 cl shrink        0 lits rem          0 time: 0.00
62.96/15.82	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
62.96/15.82	c calculated reachability. Time: 0.00
62.96/15.82	c  N st    40    238293        75      1597         0     20377      7985    243812   no data   no data
85.70/21.51	c  F st    41    306252        75      1597         0     22352      7985    250184   no data   no data
85.70/21.51	c  N st    41    306252        75      1597         0     22352      7985    250184   no data   no data
87.31/21.95	c Decided on static restart strategy
96.86/24.39	c  N st    51    334551        75      1597         0     26247      7985    307022   no data   no data
106.03/26.69	c  N st    53    357440        75      1597         0     24376      7985    266742   no data   no data
106.03/26.69	c  S st    53    357440        75      1597         0     24376      7985    266742   no data   no data
106.43/26.76	c  S st    53    357946        75      1597         0     24844      7985    275519   no data   no data
106.43/26.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
106.43/26.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
106.43/26.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
106.43/26.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
106.43/26.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.43/26.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
106.43/26.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
106.43/26.77	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
106.43/26.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
107.22/26.96	c lits-rem:       117  cl-subs:     1716  v-elim:      0  v-fix:    0  time:  0.19 s
107.22/26.96	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
107.22/26.97	c vivif2 --  cl tried    23128 cl shrink        0 lits rem          0 time: 0.00
107.62/27.04	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.08
107.62/27.04	c calculated reachability. Time: 0.00
107.62/27.04	c  N st    53    357946        75      1597         0     23128      7985    252365   no data   no data
119.59/30.04	c  N st    54    390338        75      1597         0     28838      7985    332590   no data   no data
138.72/34.80	c  N st    55    438926        75      1597         0     48178      7985    645489   no data   no data
168.22/42.24	c  N st    56    511809        75      1597         0     35580      7985    426531   no data   no data
180.58/45.37	c  N st    57    536920        75      1597         0     30399      7985    330010   no data   no data
180.58/45.37	c  S st    57    536920        75      1597         0     30399      7985    330010   no data   no data
180.98/45.46	c  S st    57    537427        75      1597         0     30871      7985    338632   no data   no data
180.98/45.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
180.98/45.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
180.98/45.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
180.98/45.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
180.98/45.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
180.98/45.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
180.98/45.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
180.98/45.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
180.98/45.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
182.18/45.74	c lits-rem:       206  cl-subs:     1648  v-elim:      0  v-fix:    0  time:  0.26 s
182.18/45.74	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
182.18/45.75	c vivif2 --  cl tried    29223 cl shrink        0 lits rem          0 time: 0.00
182.58/45.84	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.10
182.58/45.84	c calculated reachability. Time: 0.00
182.58/45.84	c  N st    57    537427        75      1597         0     29223      7985    316511   no data   no data
261.93/65.74	c  N st    58    701413        75      1597         0     55947      7985    719106   no data   no data
315.81/79.23	c  N st    59    806141        75      1597         0     50164      7985    594793   no data   no data
315.81/79.23	c  S st    59    806141        75      1597         0     50164      7985    594793   no data   no data
316.15/79.37	c  S st    59    806644        75      1597         0     50636      7985    603681   no data   no data
316.15/79.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
316.15/79.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
316.15/79.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
316.15/79.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
316.15/79.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
316.15/79.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
316.15/79.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
316.55/79.40	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
316.55/79.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
324.92/81.50	c lits-rem:       636  cl-subs:     8326  v-elim:      0  v-fix:    0  time:  2.08 s
324.92/81.50	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
324.92/81.50	c vivif2 --  cl tried    42310 cl shrink        0 lits rem          0 time: 0.01
325.32/81.67	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.16
325.32/81.67	c calculated reachability. Time: 0.00
325.32/81.67	c  N st    59    806644        75      1597         0     42310      7985    493407   no data   no data
478.08/119.98	c  F st    60   1071875        75      1597         0     57159      7985    652965   no data   no data
478.08/119.98	c  N st    60   1071875        75      1597         0     57159      7985    652965   no data   no data
481.63/120.88	c Decided on static restart strategy
498.37/125.05	c  N st    70   1100183        75      1597         0     42732      7985    441538   no data   no data
519.50/130.38	c  N st    72   1136175        75      1597         0     74852      7985    980152   no data   no data
537.43/134.84	c  N st    73   1168567        75      1597         0     62748      7985    758569   no data   no data
563.75/141.42	c  N st    74   1209967        75      1597         0     57821      7985    674814   no data   no data
563.75/141.42	c  S st    74   1209967        75      1597         0     57821      7985    674814   no data   no data
564.15/141.58	c  S st    74   1210469        75      1597         0     58293      7985    683515   no data   no data
564.15/141.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
564.55/141.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
564.55/141.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
564.55/141.60	c bin-w-bin subsume rem            0 bins  time:  0.00 s
564.55/141.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
564.55/141.60	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
564.55/141.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
564.55/141.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
564.55/141.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
573.33/143.84	c lits-rem:      1141  cl-subs:     7479  v-elim:      0  v-fix:    0  time:  2.21 s
573.33/143.84	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
573.33/143.85	c vivif2 --  cl tried    50814 cl shrink        0 lits rem          0 time: 0.01
574.14/144.07	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.22
574.14/144.07	c calculated reachability. Time: 0.00
574.14/144.07	c  N st    74   1210469        75      1597         0     50814      7985    581188   no data   no data
622.39/156.18	c  N st    75   1283352        75      1597         0     72986      7985    902800   no data   no data
695.33/174.43	c  N st    76   1392677        75      1597         0     82182      7985   1019442   no data   no data
810.98/203.41	c  N st    77   1556661        75      1597         0     89219      7985   1126974   no data   no data
916.66/229.98	c  N st    78   1710469        75      1597         0     79798      7985    949603   no data   no data
916.66/229.98	c  S st    78   1710469        75      1597         0     79798      7985    949603   no data   no data
917.81/230.25	c  S st    78   1710975        75      1597         0     80265      7985    958183   no data   no data
917.81/230.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
917.81/230.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
917.81/230.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
917.81/230.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
917.81/230.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
917.81/230.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
917.81/230.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
918.21/230.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
918.21/230.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
940.94/236.02	c lits-rem:      1425  cl-subs:    14873  v-elim:      0  v-fix:    0  time:  5.68 s
940.94/236.02	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
940.94/236.03	c vivif2 --  cl tried    65392 cl shrink        0 lits rem          0 time: 0.01
941.74/236.30	c asymm  cl-useful: 0/1275/1597 lits-rem:0 time: 0.27
942.14/236.30	c calculated reachability. Time: 0.00
942.14/236.30	c  N st    78   1710975        75      1597         0     65392      7985    761703   no data   no data
1227.23/307.90	c  N st    79   2079940        75      1597         0     77429      7985    880837   no data   no data
1332.49/334.24	c  N st    80   2210975        75      1597         0     80694      7985    909436   no data   no data
1332.49/334.24	c  S st    80   2210975        75      1597         0     80694      7985    909436   no data   no data
1333.33/334.46	c  S st    80   2211478        75      1597         0     81166      7985    918140   no data   no data
1333.33/334.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1333.33/334.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
1333.33/334.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1333.33/334.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1333.33/334.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1333.33/334.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
1333.33/334.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1333.67/334.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1333.67/334.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1350.03/338.61	c lits-rem:      1389  cl-subs:    12736  v-elim:      0  v-fix:    0  time:  4.08 s
1350.03/338.61	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
1350.03/338.62	c vivif2 --  cl tried    68430 cl shrink        0 lits rem          0 time: 0.01
1350.88/338.89	c asymm  cl-useful: 0/1266/1597 lits-rem:0 time: 0.26
1350.88/338.89	c calculated reachability. Time: 0.00
1350.88/338.89	c  N st    80   2211478        75      1597         0     68430      7983    763271   no data   no data
1801.37/451.80	c  N st    81   2711478        75      1597         1     91079      7983   1032406   no data   no data
1801.37/451.80	c  S st    81   2711478        75      1597         1     91079      7983   1032406   no data   no data
1802.19/452.11	c  S st    81   2711981        75      1597         1     91548      7983   1041126   no data   no data
1802.61/452.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1802.61/452.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.04
1802.61/452.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1802.61/452.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1802.61/452.15	c subs with bin:        3  lits-rem:         2  v-fix:    0  time:  0.00 s
1802.61/452.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
1802.61/452.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1802.61/452.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1804.95/452.79	c subs with bin:     2129  lits-rem:      1021  v-fix:    0  time:  0.60 s
1826.89/458.26	c lits-rem:      1628  cl-subs:    13989  v-elim:      0  v-fix:    0  time:  5.46 s
1826.89/458.26	c vivif2 --  cl tried     1594 cl shrink        0 lits rem          0 time: 0.00
1826.89/458.27	c vivif2 --  cl tried    75430 cl shrink        0 lits rem          0 time: 0.01
1828.09/458.56	c asymm  cl-useful: 0/1141/1594 lits-rem:0 time: 0.29
1828.09/458.57	c calculated reachability. Time: 0.00
1828.09/458.57	c  N st    81   2711981        75      1594         1     75430      7968    840374   no data   no data
2297.80/576.35	c Following stats are for *FIRST FINISHED THREAD ONLY*
2297.80/576.35	c num threads              : 4          
2297.80/576.35	c restarts                 : 81         
2297.80/576.35	c dynamic restarts         : 0          
2297.80/576.35	c static restarts          : 81         
2297.80/576.35	c full restarts            : 4          
2297.80/576.35	c total simplify time      : 0.55       
2297.80/576.35	c learnts DL2              : 0          
2297.80/576.35	c learnts size 2           : 141        
2297.80/576.35	c learnts size 1           : 59          (78.67     % of vars)
2297.80/576.35	c filedLit time            : 0.19        (0.03      % time)
2297.80/576.35	c v-elim SatELite          : 0           (0.00      % vars)
2297.80/576.35	c SatELite time            : 28.78       (5.00      % time)
2297.80/576.35	c v-elim xor               : 0           (0.00      % vars)
2297.80/576.35	c xor elim time            : 0.03        (0.00      % time)
2297.80/576.35	c num binary xor trees     : 0          
2297.80/576.35	c binxor trees' crown      : 0           (nan       leafs/tree)
2297.80/576.35	c bin xor find time        : 0.00       
2297.80/576.35	c OTF clause improved      : 359145      (0.11      clauses/conflict)
2297.80/576.35	c OTF impr. size diff      : 366105      (1.02       lits/clause)
2297.80/576.35	c OTF cl watch-shrink      : 84528       (0.03      clauses/conflict)
2297.80/576.35	c OTF cl watch-sh-lit      : 88625       (1.05       lits/clause)
2297.80/576.35	c tried to recurMin cls    : 151249      (4.83       % of conflicts)
2297.80/576.35	c updated cache            : 1550        (0.01       lits/tried recurMin)
2297.80/576.35	c unit cls recevied        : 2           (3.39      % of units)
2297.80/576.35	c unit cls sent            : 5           (8.47      % of units)
2297.80/576.35	c bin cls recevied         : 3          
2297.80/576.35	c bin cls sent             : 83         
2297.80/576.35	c clauses over max glue    : 0           (0.00      % of all clauses)
2297.80/576.35	c conflicts                : 3133482     (5439.72   / sec)
2297.80/576.35	c decisions                : 3416978     (0.34      % random)
2297.80/576.35	c bogo-props               : 99039675872 (171932709.38 / sec)
2297.80/576.35	c conflict literals        : 47410723    (24.86     % deleted)
2297.80/576.35	c Memory used              : 401.64      MB
2297.80/576.35	c single-thread CPU time   : 576.04      s
2297.80/576.35	c all-threads sum CPU time : 2296.77     s
2297.80/576.35	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-3366436-1305404233/watcher-3366436-1305404233 -o /tmp/evaluation-result-3366436-1305404233/solver-3366436-1305404233 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366436-1305404233.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.75 4.77 6.39 2/365 17377
/proc/meminfo: memFree=22608008/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 407 0 0 0 0 0 0 0 22 0 4 0 652021075 52396032 347 33554432000 4194304 4580107 140737237296512 18446744073709551615 46969648093106 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 12792 347 299 95 0 7774 0
[pid=17377/tid=17379] ppid=17375 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 652021075 52396032 347 33554432000 4194304 4580107 140737237296512 18446744073709551615 46969648093106 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 652021075 52396032 347 33554432000 4194304 4580107 140737237296512 18446744073709551615 46969648093106 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 652021076 52396032 347 33554432000 4194304 4580107 140737237296512 18446744073709551615 212687731697 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.0543129 s]
/proc/loadavg: 3.75 4.77 6.39 2/365 17377
/proc/meminfo: memFree=22608008/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=281944 CPUtime=0.18 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 1184 0 0 0 18 0 0 0 24 0 4 0 652021075 288710656 1099 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 70486 1099 376 95 0 65468 0
[pid=17377/tid=17379] ppid=17375 vsize=281944 CPUtime=0.04 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 190 0 0 0 4 0 0 0 24 0 4 0 652021075 288710656 1099 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=281944 CPUtime=0.04 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 216 0 0 0 4 0 0 0 24 0 4 0 652021075 288710656 1099 33554432000 4194304 4580107 140737237296512 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=281944 CPUtime=0.03 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 154 0 0 0 3 0 0 0 25 0 4 0 652021076 288710656 1100 33554432000 4194304 4580107 140737237296512 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 281944

[startup+0.100305 s]
/proc/loadavg: 3.75 4.77 6.39 2/365 17377
/proc/meminfo: memFree=22608008/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=282096 CPUtime=0.37 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 1462 0 0 0 37 0 0 0 24 0 4 0 652021075 288866304 1377 33554432000 4194304 4580107 140737237296512 18446744073709551615 4295687 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 70524 1377 376 95 0 65506 0
[pid=17377/tid=17379] ppid=17375 vsize=282096 CPUtime=0.09 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 257 0 0 0 9 0 0 0 24 0 4 0 652021075 288866304 1377 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294634 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=282096 CPUtime=0.09 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 283 0 0 0 9 0 0 0 24 0 4 0 652021075 288866304 1377 33554432000 4194304 4580107 140737237296512 18446744073709551615 4320571 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=282096 CPUtime=0.08 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 228 0 0 0 8 0 0 0 25 0 4 0 652021076 288866304 1377 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294589 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 282096

[startup+0.300269 s]
/proc/loadavg: 3.75 4.77 6.39 2/365 17377
/proc/meminfo: memFree=22608008/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=283888 CPUtime=1.16 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 2785 0 0 0 116 0 0 0 25 0 4 0 652021075 290701312 1655 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294458 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 70972 1655 377 95 0 65954 0
[pid=17377/tid=17379] ppid=17375 vsize=283888 CPUtime=0.29 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 593 0 0 0 29 0 0 0 25 0 4 0 652021075 290701312 1655 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=283888 CPUtime=0.29 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 613 0 0 0 29 0 0 0 24 0 4 0 652021075 290701312 1655 33554432000 4194304 4580107 140737237296512 18446744073709551615 4324389 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=283888 CPUtime=0.28 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 558 0 0 0 28 0 0 0 25 0 4 0 652021076 290701312 1655 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 283888

[startup+0.700196 s]
/proc/loadavg: 3.75 4.77 6.39 2/365 17377
/proc/meminfo: memFree=22608008/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=284664 CPUtime=2.76 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 4344 0 0 0 276 0 0 0 25 0 4 0 652021075 291495936 2408 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 71166 2408 377 95 0 66148 0
[pid=17377/tid=17379] ppid=17375 vsize=284664 CPUtime=0.69 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 1003 0 0 0 69 0 0 0 25 0 4 0 652021075 291495936 2408 33554432000 4194304 4580107 140737237296512 18446744073709551615 4295735 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=284664 CPUtime=0.69 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 985 0 0 0 69 0 0 0 25 0 4 0 652021075 291495936 2408 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=284664 CPUtime=0.68 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 935 0 0 0 68 0 0 0 25 0 4 0 652021076 291495936 2408 33554432000 4194304 4580107 140737237296512 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 284664

[startup+1.50105 s]
/proc/loadavg: 3.75 4.77 6.39 9/377 17389
/proc/meminfo: memFree=22581128/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=289304 CPUtime=5.95 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 8795 0 0 0 594 1 0 0 25 0 4 0 652021075 296247296 4721 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 72326 4721 379 95 0 67308 0
[pid=17377/tid=17379] ppid=17375 vsize=289304 CPUtime=1.49 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 2494 0 0 0 149 0 0 0 25 0 4 0 652021075 296247296 4721 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=289304 CPUtime=1.49 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 1677 0 0 0 149 0 0 0 25 0 4 0 652021075 296247296 4721 33554432000 4194304 4580107 140737237296512 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=289304 CPUtime=1.46 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 1598 0 0 0 146 0 0 0 25 0 4 0 652021076 296247296 4721 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 289304

[startup+3.10076 s]
/proc/loadavg: 3.75 4.77 6.39 9/377 17389
/proc/meminfo: memFree=22545788/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=294480 CPUtime=12.33 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 16573 0 0 0 1231 2 0 0 25 0 4 0 652021075 301547520 9128 33554432000 4194304 4580107 140737237296512 18446744073709551615 4320014 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 73620 9128 379 95 0 68602 0
[pid=17377/tid=17379] ppid=17375 vsize=294480 CPUtime=3.09 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 4397 0 0 0 309 0 0 0 25 0 4 0 652021075 301547520 9128 33554432000 4194304 4580107 140737237296512 18446744073709551615 4406451 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=294480 CPUtime=3.08 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 3898 0 0 0 308 0 0 0 25 0 4 0 652021075 301547520 9128 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=294480 CPUtime=3.04 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 3854 0 0 0 304 0 0 0 25 0 4 0 652021076 301547520 9128 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 294480

[startup+6.30018 s]
/proc/loadavg: 4.09 4.82 6.40 9/377 17389
/proc/meminfo: memFree=22520736/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=295264 CPUtime=25.09 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 23873 0 0 0 2505 4 0 0 25 0 4 0 652021075 302350336 10628 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294380 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 73816 10628 379 95 0 68798 0
[pid=17377/tid=17379] ppid=17375 vsize=295264 CPUtime=6.28 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 5748 0 0 0 628 0 0 0 25 0 4 0 652021075 302350336 10628 33554432000 4194304 4580107 140737237296512 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=295264 CPUtime=6.29 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 6079 0 0 0 628 1 0 0 25 0 4 0 652021075 302350336 10628 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=295264 CPUtime=6.21 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 5516 0 0 0 620 1 0 0 25 0 4 0 652021076 302350336 10628 33554432000 4194304 4580107 140737237296512 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.09
Current children cumulated vsize (KiB) 295264

[startup+12.701 s]
/proc/loadavg: 4.41 4.88 6.41 9/377 17390
/proc/meminfo: memFree=22500880/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=298032 CPUtime=50.61 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 37159 0 0 0 5054 7 0 0 25 0 4 0 652021075 305184768 13392 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 74508 13392 379 95 0 69490 0
[pid=17377/tid=17379] ppid=17375 vsize=298032 CPUtime=12.69 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 8723 0 0 0 1267 2 0 0 25 0 4 0 652021075 305184768 13392 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=298032 CPUtime=12.68 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 9634 0 0 0 1267 1 0 0 25 0 4 0 652021075 305184768 13392 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=298032 CPUtime=12.52 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 8914 0 0 0 1251 1 0 0 25 0 4 0 652021076 305184768 13392 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.61
Current children cumulated vsize (KiB) 298032

[startup+25.5007 s]
/proc/loadavg: 5.20 5.03 6.44 9/377 17390
/proc/meminfo: memFree=22468144/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=303784 CPUtime=101.64 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 56981 0 0 0 10153 11 0 0 25 0 4 0 652021075 311074816 18157 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294440 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 75946 18157 379 95 0 70928 0
[pid=17377/tid=17379] ppid=17375 vsize=303784 CPUtime=25.49 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 13349 0 0 0 2546 3 0 0 25 0 4 0 652021075 311074816 18157 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=303784 CPUtime=25.48 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 14073 0 0 0 2546 2 0 0 25 0 4 0 652021075 311074816 18157 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=303784 CPUtime=25.16 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 14787 0 0 0 2513 3 0 0 25 0 4 0 652021076 311074816 18157 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 303784

[startup+51.101 s]
/proc/loadavg: 6.30 5.30 6.49 9/377 17391
/proc/meminfo: memFree=22430604/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=339436 CPUtime=203.71 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 86798 0 0 0 20354 17 0 0 25 0 4 0 652021075 347582464 23863 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 84859 23863 379 95 0 79841 0
[pid=17377/tid=17379] ppid=17375 vsize=339436 CPUtime=51.08 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 20445 0 0 0 5104 4 0 0 25 0 4 0 652021075 347582464 23863 33554432000 4194304 4580107 140737237296512 18446744073709551615 4305152 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=339436 CPUtime=51.08 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 21882 0 0 0 5104 4 0 0 25 0 4 0 652021075 347582464 23863 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=339436 CPUtime=50.43 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 21590 0 0 0 5039 4 0 0 25 0 4 0 652021076 347582464 23863 33554432000 4194304 4580107 140737237296512 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.71
Current children cumulated vsize (KiB) 339436

[startup+102.315 s]
/proc/loadavg: 7.42 5.75 6.58 9/377 17392
/proc/meminfo: memFree=22402324/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=321636 CPUtime=407.91 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 126688 0 0 0 40761 30 0 0 25 0 4 0 652021075 329355264 26713 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 80409 26713 379 95 0 75391 0
[pid=17377/tid=17379] ppid=17375 vsize=321636 CPUtime=102.28 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 24278 0 0 0 10222 6 0 0 25 0 4 0 652021075 329355264 26713 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=321636 CPUtime=102.3 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 33757 0 0 0 10221 9 0 0 25 0 4 0 652021075 329355264 26713 33554432000 4194304 4580107 140737237296512 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=321636 CPUtime=101 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 33307 0 0 0 10092 8 0 0 25 0 4 0 652021076 329355264 26713 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 407.91
Current children cumulated vsize (KiB) 321636

[startup+162.301 s]

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

/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 71950 0 0 0 33770 24 0 0 25 0 4 0 652021076 359596032 53941 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1364.77
Current children cumulated vsize (KiB) 351168

[startup+402.301 s]
/proc/loadavg: 8.05 7.24 6.99 9/377 17400
/proc/meminfo: memFree=22150132/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=377672 CPUtime=1604 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 292719 0 0 0 160306 94 0 0 25 0 4 0 652021075 386736128 62135 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 94418 62135 379 95 0 89400 0
[pid=17377/tid=17379] ppid=17375 vsize=377672 CPUtime=402.2 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 51047 0 0 0 40205 15 0 0 25 0 4 0 652021075 386736128 62135 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=377672 CPUtime=402.29 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 80045 0 0 0 40205 24 0 0 25 0 4 0 652021075 386736128 62135 33554432000 4194304 4580107 140737237296512 18446744073709551615 4406466 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=377672 CPUtime=397.18 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 77003 0 0 0 39691 27 0 0 25 0 4 0 652021076 386736128 62135 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1604
Current children cumulated vsize (KiB) 377672

[startup+462.301 s]
/proc/loadavg: 8.02 7.38 7.05 9/377 17402
/proc/meminfo: memFree=22143800/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=435444 CPUtime=1843.23 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 314469 0 0 0 184220 103 0 0 25 0 4 0 652021075 445894656 63929 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294612 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 108861 63929 379 95 0 103843 0
[pid=17377/tid=17379] ppid=17375 vsize=435444 CPUtime=462.19 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 55269 0 0 0 46202 17 0 0 25 0 4 0 652021075 445894656 63929 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=435444 CPUtime=462.28 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 86161 0 0 0 46201 27 0 0 25 0 4 0 652021075 445894656 63929 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=435444 CPUtime=456.41 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 80274 0 0 0 45613 28 0 0 25 0 4 0 652021076 445894656 63929 33554432000 4194304 4580107 140737237296512 18446744073709551615 4324249 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1843.23
Current children cumulated vsize (KiB) 435444

[startup+522.301 s]
/proc/loadavg: 8.06 7.50 7.11 9/377 17403
/proc/meminfo: memFree=22140456/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=436012 CPUtime=2082.48 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 338627 0 0 0 208135 113 0 0 25 0 4 0 652021075 446476288 61962 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 109003 61962 379 95 0 103985 0
[pid=17377/tid=17379] ppid=17375 vsize=436012 CPUtime=522.18 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 60793 0 0 0 52199 19 0 0 25 0 4 0 652021075 446476288 61962 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=436012 CPUtime=522.28 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 91673 0 0 0 52199 29 0 0 25 0 4 0 652021075 446476288 61962 33554432000 4194304 4580107 140737237296512 18446744073709551615 4406480 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=436012 CPUtime=515.67 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 87021 0 0 0 51536 31 0 0 25 0 4 0 652021076 446476288 61962 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2082.48
Current children cumulated vsize (KiB) 436012

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

[startup+537.5 s]
/proc/loadavg: 8.04 7.53 7.13 9/377 17404
/proc/meminfo: memFree=22123964/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=436064 CPUtime=2143.07 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 342986 0 0 0 214192 115 0 0 25 0 4 0 652021075 446529536 64024 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294345 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 109016 64024 379 95 0 103998 0
[pid=17377/tid=17379] ppid=17375 vsize=436064 CPUtime=537.38 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 61462 0 0 0 53718 20 0 0 25 0 4 0 652021075 446529536 64024 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=436064 CPUtime=537.49 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 92650 0 0 0 53719 30 0 0 25 0 4 0 652021075 446529536 64024 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=436064 CPUtime=530.68 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 87907 0 0 0 53036 32 0 0 25 0 4 0 652021076 446529536 64024 33554432000 4194304 4580107 140737237296512 18446744073709551615 4304880 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2143.07
Current children cumulated vsize (KiB) 436064

[startup+563.101 s]
/proc/loadavg: 8.10 7.58 7.15 9/377 17404
/proc/meminfo: memFree=22137604/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=436236 CPUtime=2245.17 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 350995 0 0 0 224398 119 0 0 25 0 4 0 652021075 446705664 64313 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 109059 64313 379 95 0 104041 0
[pid=17377/tid=17379] ppid=17375 vsize=436236 CPUtime=563 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 61463 0 0 0 56280 20 0 0 25 0 4 0 652021075 446705664 64313 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=436236 CPUtime=563.1 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 94865 0 0 0 56279 31 0 0 25 0 4 0 652021075 446705664 64313 33554432000 4194304 4580107 140737237296512 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=436236 CPUtime=555.96 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 91084 0 0 0 55562 34 0 0 25 0 4 0 652021076 446705664 64313 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2245.17
Current children cumulated vsize (KiB) 436236

[startup+569.501 s]
/proc/loadavg: 8.09 7.59 7.16 9/377 17404
/proc/meminfo: memFree=22155960/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=411236 CPUtime=2270.67 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 352748 0 0 0 226947 120 0 0 25 0 4 0 652021075 421105664 60459 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 102809 60459 379 95 0 97791 0
[pid=17377/tid=17379] ppid=17375 vsize=411236 CPUtime=569.38 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 61464 0 0 0 56918 20 0 0 25 0 4 0 652021075 421105664 60459 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=411236 CPUtime=569.49 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 94865 0 0 0 56918 31 0 0 25 0 4 0 652021075 421105664 60459 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294458 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=411236 CPUtime=562.27 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 91476 0 0 0 56193 34 0 0 25 0 4 0 652021076 421105664 60459 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2270.67
Current children cumulated vsize (KiB) 411236

[startup+572.701 s]
/proc/loadavg: 8.08 7.59 7.16 9/377 17405
/proc/meminfo: memFree=22149016/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=411236 CPUtime=2283.43 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 353096 0 0 0 228223 120 0 0 25 0 4 0 652021075 421105664 60749 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 102809 60749 379 95 0 97791 0
[pid=17377/tid=17379] ppid=17375 vsize=411236 CPUtime=572.58 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 61464 0 0 0 57238 20 0 0 25 0 4 0 652021075 421105664 60749 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=411236 CPUtime=572.69 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 94865 0 0 0 57238 31 0 0 25 0 4 0 652021075 421105664 60749 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=411236 CPUtime=565.43 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 91631 0 0 0 56509 34 0 0 25 0 4 0 652021076 421105664 60749 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2283.43
Current children cumulated vsize (KiB) 411236

[startup+574.301 s]
/proc/loadavg: 8.07 7.60 7.17 9/377 17405
/proc/meminfo: memFree=22146040/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=411236 CPUtime=2289.8 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 353263 0 0 0 228860 120 0 0 25 0 4 0 652021075 421105664 60916 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294358 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 102809 60916 379 95 0 97791 0
[pid=17377/tid=17379] ppid=17375 vsize=411236 CPUtime=574.18 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 61464 0 0 0 57398 20 0 0 25 0 4 0 652021075 421105664 60916 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=411236 CPUtime=574.29 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 94865 0 0 0 57398 31 0 0 25 0 4 0 652021075 421105664 60916 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=411236 CPUtime=567 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 91696 0 0 0 56666 34 0 0 25 0 4 0 652021076 421105664 60916 33554432000 4194304 4580107 140737237296512 18446744073709551615 4304894 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2289.8
Current children cumulated vsize (KiB) 411236

[startup+575.101 s]
/proc/loadavg: 8.07 7.60 7.17 9/377 17405
/proc/meminfo: memFree=22146040/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=411280 CPUtime=2292.99 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 354168 0 0 0 229179 120 0 0 25 0 4 0 652021075 421150720 59923 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 102820 59923 379 95 0 97802 0
[pid=17377/tid=17379] ppid=17375 vsize=411280 CPUtime=574.98 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 61464 0 0 0 57478 20 0 0 25 0 4 0 652021075 421150720 59923 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294471 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=411280 CPUtime=575.09 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 94865 0 0 0 57478 31 0 0 25 0 4 0 652021075 421150720 59923 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=411280 CPUtime=567.8 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 92555 0 0 0 56746 34 0 0 25 0 4 0 652021076 421150720 59923 33554432000 4194304 4580107 140737237296512 18446744073709551615 4321100 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2292.99
Current children cumulated vsize (KiB) 411280

[startup+575.9 s]
/proc/loadavg: 8.07 7.60 7.17 9/377 17405
/proc/meminfo: memFree=22148396/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=411280 CPUtime=2296.18 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 354279 0 0 0 229498 120 0 0 25 0 4 0 652021075 421150720 60034 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 102820 60034 379 95 0 97802 0
[pid=17377/tid=17379] ppid=17375 vsize=411280 CPUtime=575.78 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 61464 0 0 0 57558 20 0 0 25 0 4 0 652021075 421150720 60034 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=411280 CPUtime=575.89 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 94865 0 0 0 57558 31 0 0 25 0 4 0 652021075 421150720 60034 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=411280 CPUtime=568.58 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 92616 0 0 0 56824 34 0 0 25 0 4 0 652021076 421150720 60034 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294504 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2296.18
Current children cumulated vsize (KiB) 411280

[startup+576.3 s]
/proc/loadavg: 8.07 7.60 7.17 9/377 17405
/proc/meminfo: memFree=22147032/32951124 swapFree=67111348/67111528
[pid=17377] ppid=17375 vsize=411280 CPUtime=2297.8 cores=1,3,5,7
/proc/17377/stat : 17377 (strangenight2-m) R 17375 17377 16711 0 -1 4202496 354343 0 0 0 229659 121 0 0 25 0 4 0 652021075 421150720 60098 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294627 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/17377/statm: 102820 60098 379 95 0 97802 0
[pid=17377/tid=17379] ppid=17375 vsize=411280 CPUtime=576.2 cores=1,3,5,7
/proc/17377/task/17379/stat : 17379 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 61464 0 0 0 57600 20 0 0 25 0 4 0 652021075 421150720 60098 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=17377/tid=17380] ppid=17375 vsize=411280 CPUtime=576.3 cores=1,3,5,7
/proc/17377/task/17380/stat : 17380 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 94865 0 0 0 57599 31 0 0 25 0 4 0 652021075 421150720 60098 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=17377/tid=17384] ppid=17375 vsize=411280 CPUtime=568.98 cores=1,3,5,7
/proc/17377/task/17384/stat : 17384 (strangenight2-m) R 17375 17377 16711 0 -1 4202560 92646 0 0 0 56864 34 0 0 25 0 4 0 652021076 421150720 60098 33554432000 4194304 4580107 140737237296512 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2297.8
Current children cumulated vsize (KiB) 411280

Child status: 20
Real time (s): 576.363
CPU time (s): 2297.99
CPU user time (s): 2296.77
CPU system time (s): 1.22281
CPU usage (%): 398.705
Max. virtual memory (cumulated for all children) (KiB): 448396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2296.77
system time used= 1.22281
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 354351
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= 205
involuntary context switches= 18067

runsolver used 2.07568 second user time and 5.2712 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-14 22:17:13
IDJOB=3366436
IDBENCH=82845
IDSOLVER=1844
FILE ID=node139/3366436-1305404233
RUNJOBID= node139-1305404233-17363
PBS_JOBID= 13324464
Free space on /tmp= 73360 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S60874767-043.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366436-1305404233/watcher-3366436-1305404233 -o /tmp/evaluation-result-3366436-1305404233/solver-3366436-1305404233 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366436-1305404233.cnf

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

MD5SUM BENCH= 1eb54569b93f0ee7ebd06f1e9e4582f9
RANDOM SEED=1013803803

node139.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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22608288 kB
Buffers:        298200 kB
Cached:        2894764 kB
SwapCached:          0 kB
Active:        7974548 kB
Inactive:      2062104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22608288 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           10964 kB
Writeback:           0 kB
AnonPages:     6843904 kB
Mapped:          28404 kB
Slab:           203636 kB
PageTables:      37856 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76772688 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= 73348 MiB
End job on node139 at 2011-05-14 22:26:50