Trace number 3257579

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-mtUNSAT 905.185 226.618

General information on the benchmark

NameCRAFTED/modcircuits/
mod4block_2vars_8gates_u2.cnf
MD5SUMa5bb71bc1d85a401ce9f42ed1404d63e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark238.524
Satisfiable
(Un)Satisfiability was proved
Number of variables387
Number of clauses62656
Sum of the clauses size362132
Maximum clause length24
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 21453
Number of clauses of size 30
Number of clauses of size 41977
Number of clauses of size 53842
Number of clauses of size over 555320

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3257579-1304028732.cnf'
0.00/0.00	c -- header says num vars:            387
0.00/0.00	c -- header says num clauses:       62656
0.00/0.08	c -- clauses added:            0 learnts,        62656 normals,            0 xors
0.00/0.08	c -- vars added        387
0.00/0.08	c Parsing time:  0.02 s
0.00/0.08	c  N st     0         0       387     61139      1453         0    362068         0   no data   no data
0.00/0.18	c asymm  cl-useful: 498/20610/36563 lits-rem:498 time: 0.10
0.00/0.19	c Flit:    18 Blit:      7 bXBeca:    0 bXProp:    9 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
0.00/0.20	c Replacing        9 vars Replaced     3546 lits Time:     0.00 s 
0.00/0.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.25	c bin-w-bin subsume rem          319 bins  time:  0.00 s
0.00/0.25	c subs with bin:    10248  lits-rem:         0  v-fix:    0  time:  0.03 s
0.00/0.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    289 time:  0.00 s
0.00/0.25	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.83/0.82	c lits-rem:        27  cl-subs:      193  v-elim:     41  v-fix:    0  time:  0.03 s
0.83/0.82	c Finding binary XORs  T:     0.00 s  found:       0
0.83/0.82	c Finding non-binary XORs:     0.01 s (found:       8, avg size: 4.0)
0.83/0.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.83/0.82	c calculated reachability. Time: 0.00
0.83/0.82	c Calc default polars -  time:   0.00 s pos:      51 undec:     148 neg:     188
0.83/0.82	c =========================================================================================
0.83/0.82	c types(t): F = full restart, N = normal restart
0.83/0.82	c types(t): S = simplification begin/end, E = solution found
0.83/0.82	c restart types(rt): st = static, dy = dynamic
0.83/0.82	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.83/0.82	c  B st     0         0       248     15872       625         0     97183         0   no data   no data
0.83/0.82	c  N dy    19      5093       243     15872       651      4865     97129     61717      7.16      7.58
0.83/0.82	c  N dy    42      9458       240     15872       666      8973     97100    112908      7.39      7.83
0.83/0.82	c  N dy    64     13689       239     15871       496     12903     96692    164450      7.48      7.89
0.83/0.82	c Finding binary XORs  T:     0.00 s  found:       0
0.83/0.82	c  N dy    90     18052       239     15871       472     16744     96613    218603      7.65      8.19
0.83/0.88	c  N dy   109     22101       236     15162       450     11001     92119     97240      7.63      8.12
3.60/0.97	c  F st   132     25000       236     15162       451     13808     92105    139301      7.74   no data
4.00/1.01	c  N st   135     26192       236     15162       455     14949     92103    158433      7.74   no data
4.40/1.15	c  S st   138     30000       235     15162       455     18566     92090    214425      7.74   no data
4.40/1.18	c  S st   138     30501       234     15162       457     19046     92075    220283      7.74   no data
4.40/1.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.40/1.19	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     29 BRemL:     25 BRemN:      0 P:  0.5M T:  0.01
4.40/1.20	c blocked clauses removed:        1 vars:      2 tried:         201 T: 0.00 s
4.40/1.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.20	c subs with bin:      194  lits-rem:      4747  v-fix:    0  time:  0.01 s
4.77/1.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    231 time:  0.00 s
4.77/1.20	c Removed useless bin:      33  fixed:     0  props:   0.00M  time:  0.00 s
4.77/1.21	c lits-rem:       379  cl-subs:       79  v-elim:      0  v-fix:    0  time:  0.01 s
4.77/1.22	c subs with bin:       49  lits-rem:       664  v-fix:    0  time:  0.01 s
5.57/1.42	c lits-rem:      5236  cl-subs:     1662  v-elim:      0  v-fix:    0  time:  0.20 s
5.57/1.42	c Added XOR as norm:0
6.37/1.62	c asymm  cl-useful: 806/13512/13512 lits-rem:1146 time: 0.19
6.37/1.62	c calculated reachability. Time: 0.00
6.37/1.62	c  N dy   138     30501       231     13512       417     17175     76160    196387      7.74   no data
6.37/1.62	c Finding binary XORs  T:     0.00 s  found:       0
7.18/1.82	c  N dy   169     34582       231     13512       420     21119     76146    259410      7.90      8.79
7.97/2.04	c  N dy   183     38736       231     13512       441     25049     76139    323909      7.83      8.24
9.17/2.31	c  N dy   215     42813       231     13512       444     14671     76135    115878      7.93      8.45
9.57/2.43	c  S st   240     45752       230     13512       444     17517     76131    163139      8.04   no data
9.57/2.46	c  S st   240     46253       230     13512       445     18004     76127    170340      8.04   no data
9.57/2.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.57/2.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      8 BRemL:     13 BRemN:      0 P:  0.5M T:  0.01
9.57/2.47	c Replacing        1 vars Replaced       69 lits Time:     0.00 s 
9.57/2.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.57/2.47	c bin-w-bin subsume rem            7 bins  time:  0.00 s
9.57/2.48	c subs with bin:        5  lits-rem:         4  v-fix:    0  time:  0.00 s
9.57/2.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    228 time:  0.00 s
9.57/2.48	c Removed useless bin:       3  fixed:     0  props:   0.00M  time:  0.00 s
9.57/2.48	c lits-rem:       247  cl-subs:      249  v-elim:      0  v-fix:    0  time:  0.01 s
9.57/2.49	c subs with bin:       26  lits-rem:        29  v-fix:    0  time:  0.00 s
9.97/2.56	c lits-rem:       841  cl-subs:      396  v-elim:      0  v-fix:    0  time:  0.06 s
9.97/2.56	c Added XOR as norm:0
9.97/2.56	c vivif2 --  cl tried    13077 cl shrink        0 lits rem          0 time: 0.00
9.97/2.56	c vivif2 --  cl tried    17559 cl shrink       98 lits rem        300 time: 0.00
10.76/2.77	c asymm  cl-useful: 410/13077/13077 lits-rem:525 time: 0.21
10.76/2.78	c calculated reachability. Time: 0.00
10.76/2.78	c  N dy   240     46253       228     13077       401     17559     73387    164787      8.04   no data
10.76/2.78	c Finding binary XORs  T:     0.00 s  found:       0
11.58/3.00	c  N dy   250     50396       227     13077       410     21427     73382    226175      7.95      8.42
12.76/3.24	c  N dy   286     54942       227     13077       410     25813     73378    297717      8.07      8.59
13.55/3.49	c  N dy   305     58980       227     13077       411     29633     73375    360456      8.08      8.72
14.75/3.78	c  N dy   338     62984       226     13077       415     33497     73371    426475      8.17      8.65
15.97/4.05	c  N dy   371     67049       226     13077       415     19777     73369    177026      8.27     10.99
16.37/4.17	c  S st   388     69379       226     13077       415     21962     73369    210529      8.33      8.17
16.75/4.21	c  S st   388     69881       226     13077       415     22450     73365    217312      8.33   no data
16.75/4.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.75/4.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:      3 BRemL:     14 BRemN:      0 P:  0.5M T:  0.01
16.75/4.22	c Replacing        1 vars Replaced      101 lits Time:     0.00 s 
16.75/4.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.75/4.22	c bin-w-bin subsume rem            2 bins  time:  0.00 s
16.75/4.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.75/4.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    225 time:  0.00 s
16.75/4.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.75/4.23	c lits-rem:        70  cl-subs:       47  v-elim:      0  v-fix:    0  time:  0.01 s
16.75/4.24	c subs with bin:       12  lits-rem:        46  v-fix:    0  time:  0.00 s
17.15/4.34	c lits-rem:      1308  cl-subs:      800  v-elim:      0  v-fix:    0  time:  0.10 s
17.15/4.34	c Added XOR as norm:0
17.15/4.35	c vivif2 --  cl tried    12898 cl shrink       34 lits rem         34 time: 0.00
17.15/4.35	c vivif2 --  cl tried    21393 cl shrink      160 lits rem        257 time: 0.00
18.35/4.62	c asymm  cl-useful: 252/12898/12898 lits-rem:346 time: 0.27
18.35/4.62	c calculated reachability. Time: 0.00
18.35/4.62	c  N dy   388     69881       225     12882       374     21393     71980    205431      8.33   no data
18.35/4.62	c Finding binary XORs  T:     0.00 s  found:       0
19.55/4.90	c  N dy   419     74691       225     12882       376     25972     71980    282771      8.40      8.84
20.76/5.22	c  N dy   455     79500       225     12882       376     30574     71979    358972      8.49      9.07
22.34/5.64	c  N dy   489     84618       225     12882       379     35456     71979    440328      8.55      9.00
23.14/5.89	c  F st   503     87500       225     12882       381     38118     71978    482255      8.56   no data
24.35/6.11	c  N st   508     90798       225     12882       381     21687     71977    187521      8.56   no data
25.54/6.49	c  N dy   527     96681       225     12882       381     27224     71977    282091      8.57      9.14
27.14/6.84	c Finding binary XORs  T:     0.00 s  found:       0
27.54/6.93	c  N dy   564    102911       225     12882       386     33048     71976    377261      8.61     10.23
27.94/7.08	c  S st   582    104821       225     12882       386     34851     71976    408417      8.65   no data
28.34/7.14	c  S st   582    105328       225     12882       386     35352     71976    416922      8.65   no data
28.34/7.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.34/7.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:      3 BRemN:      0 P:  0.7M T:  0.02
28.34/7.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.34/7.16	c bin-w-bin subsume rem           14 bins  time:  0.00 s
28.34/7.17	c subs with bin:       21  lits-rem:         0  v-fix:    0  time:  0.00 s
28.34/7.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    224 time:  0.00 s
28.34/7.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.34/7.17	c lits-rem:        12  cl-subs:       44  v-elim:      0  v-fix:    0  time:  0.01 s
28.74/7.20	c subs with bin:       30  lits-rem:        49  v-fix:    0  time:  0.01 s
30.33/7.65	c lits-rem:      3690  cl-subs:     1876  v-elim:      0  v-fix:    0  time:  0.45 s
30.33/7.65	c Added XOR as norm:0
30.33/7.65	c vivif2 --  cl tried    12572 cl shrink        0 lits rem          0 time: 0.00
30.33/7.66	c vivif2 --  cl tried    31965 cl shrink      479 lits rem       1094 time: 0.01
31.93/8.00	c asymm  cl-useful: 121/11108/12572 lits-rem:145 time: 0.34
31.93/8.00	c calculated reachability. Time: 0.00
31.93/8.00	c  N dy   582    105328       224     12572       358     31965     69997    364277      8.65   no data
33.95/8.60	c  N dy   629    112190       224     12572       360     38536     69997    474824      8.71      9.17
36.33/9.14	c  N dy   678    119415       223     12572       362     25167     69997    235288      8.78     10.49
38.35/9.64	c  N dy   746    127120       223     12572       362     32584     69997    365718      8.93     12.79
41.12/10.33	c  N dy   809    135241       223     12572       363     40296     69995    502308      9.04     10.72
43.51/10.96	c Finding binary XORs  T:     0.00 s  found:       0
43.91/11.06	c  N dy   861    143945       223     12508       352     26278     69717    240576      9.10     11.03
46.73/11.73	c  N dy   924    153336       223     12508       352     35248     69714    394701      9.15      9.69
48.31/12.13	c  S st   965    157992       223     12508       354     39732     69714    476125      9.21   no data
48.71/12.20	c  S st   965    158497       223     12508       354     40225     69714    483398      9.21   no data
48.71/12.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.71/12.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:     12 BRemN:      0 P:  0.8M T:  0.02
48.71/12.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.71/12.22	c bin-w-bin subsume rem            1 bins  time:  0.00 s
48.71/12.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.71/12.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    223 time:  0.00 s
48.71/12.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.71/12.23	c lits-rem:         3  cl-subs:       13  v-elim:      0  v-fix:    0  time:  0.01 s
48.71/12.25	c subs with bin:       37  lits-rem:       165  v-fix:    0  time:  0.01 s
50.71/12.79	c lits-rem:      4552  cl-subs:     1464  v-elim:      0  v-fix:    0  time:  0.54 s
50.71/12.79	c Added XOR as norm:0
50.71/12.79	c vivif2 --  cl tried    12482 cl shrink        0 lits rem          0 time: 0.00
51.12/12.81	c vivif2 --  cl tried    38737 cl shrink      481 lits rem        866 time: 0.01
51.12/12.85	c asymm  cl-useful: 1/1374/12482 lits-rem:3 time: 0.04
51.12/12.85	c calculated reachability. Time: 0.00
51.12/12.85	c  N dy   965    158497       223     12481       343     38737     69573    457632      9.21   no data
53.90/13.50	c Finding binary XORs  T:     0.00 s  found:       0
55.10/13.85	c  N dy  1015    168706       222     12481       352     25022     69573    203892      9.21     12.06
57.50/14.49	c Finding binary XORs  T:     0.00 s  found:       0
58.30/14.65	c  N dy  1096    179474       222     12481       373     35123     69533    388432      9.29     11.26
62.69/15.77	c  N dy  1193    190934       222     12481       373     46116     69531    580712      9.41     13.52
63.89/16.01	c Finding binary XORs  T:     0.00 s  found:       0
67.48/16.96	c  N dy  1247    204239       221     12396       459     34086     69129    330691      9.39      9.97
71.47/17.91	c Finding binary XORs  T:     0.00 s  found:       0
72.27/18.17	c  N dy  1334    217346       220     12269       441     43686     68435    514688      9.44     10.91
75.07/18.81	c Finding binary XORs  T:     0.00 s  found:       0
78.27/19.65	c  N dy  1419    234566       220     12269       467     36006     68434    402383      9.49     10.01
79.47/19.94	c  S st  1444    237747       220     12269       467     39063     68434    455611      9.52   no data
79.87/20.01	c  S st  1444    238251       220     12269       467     39559     68433    463109      9.52   no data
79.87/20.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
79.87/20.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:    161 BRemN:      0 P:  0.8M T:  0.02
79.87/20.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
79.87/20.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
79.87/20.03	c subs with bin:        2  lits-rem:         1  v-fix:    0  time:  0.00 s
79.87/20.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    220 time:  0.00 s
79.87/20.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
79.87/20.04	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.01 s
79.87/20.06	c subs with bin:       91  lits-rem:      1276  v-fix:    0  time:  0.01 s
81.88/20.60	c lits-rem:      4699  cl-subs:     1594  v-elim:      0  v-fix:    0  time:  0.54 s
81.88/20.60	c Added XOR as norm:0
82.28/20.60	c vivif2 --  cl tried    12241 cl shrink      242 lits rem        281 time: 0.00
82.28/20.61	c vivif2 --  cl tried    37896 cl shrink      582 lits rem       1347 time: 0.01
83.46/20.94	c asymm  cl-useful: 139/7975/12241 lits-rem:469 time: 0.33
83.46/20.95	c calculated reachability. Time: 0.00
83.46/20.95	c  N dy  1444    238251       220     12176       373     37895     67640    430784      9.52   no data
83.46/20.95	c Finding binary XORs  T:     0.00 s  found:       0
90.25/22.63	c  N dy  1521    253559       219     12176       379     26662     67640    206005      9.55     10.15
95.83/24.08	c  N dy  1632    270079       219     12176       380     42426     67640    481242      9.62     10.19
95.83/24.09	c Finding binary XORs  T:     0.00 s  found:       0
104.25/26.12	c  N dy  1731    288531       219     12115       364     32685     67357    300219      9.65     10.33
111.02/27.88	c  F st  1840    306250       219     12115       365     49461     67357    605845      9.70      8.77
111.82/28.02	c  N st  1843    307441       219     12115       365     50590     67357    625720      9.70   no data
119.41/29.90	c  N dy  1936    327111       219     12115       366     41100     67357    444288      9.73     10.25
124.21/31.19	c Finding binary XORs  T:     0.00 s  found:       0
129.00/32.36	c  N dy  2090    347147       219     12115       367     30843     67357    241269      9.82     14.53
132.59/33.21	c  S st  2136    357376       219     12115       367     40566     67357    422870      9.83      7.40
132.59/33.27	c  S st  2136    357876       219     12115       367     41055     67357    430550      9.83   no data
132.59/33.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
132.59/33.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     18 BRemL:     19 BRemN:      0 P:  0.8M T:  0.02
132.59/33.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
132.59/33.29	c bin-w-bin subsume rem           56 bins  time:  0.00 s
132.59/33.29	c subs with bin:       93  lits-rem:        25  v-fix:    0  time:  0.00 s
132.59/33.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    219 time:  0.00 s
132.59/33.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
132.99/33.30	c lits-rem:         9  cl-subs:       20  v-elim:      0  v-fix:    0  time:  0.01 s
132.99/33.32	c subs with bin:      183  lits-rem:        58  v-fix:    0  time:  0.01 s
134.61/33.74	c lits-rem:      3606  cl-subs:     1503  v-elim:      0  v-fix:    0  time:  0.42 s
134.61/33.74	c Added XOR as norm:0
134.61/33.74	c vivif2 --  cl tried    12000 cl shrink       13 lits rem         13 time: 0.00
134.61/33.75	c vivif2 --  cl tried    39371 cl shrink      379 lits rem        688 time: 0.01
135.39/33.93	c asymm  cl-useful: 21/4025/12000 lits-rem:54 time: 0.18
135.39/33.93	c calculated reachability. Time: 0.00
135.39/33.93	c  N dy  2136    357876       219     11986       324     39371     66614    405073      9.83   no data
135.39/33.93	c Finding binary XORs  T:     0.00 s  found:       0
144.17/36.17	c Finding binary XORs  T:     0.00 s  found:       0
144.97/36.36	c  N dy  2264    377897       219     11986       334     58345     66614    741990      9.89     14.18
153.76/38.57	c  N dy  2379    398008       218     11986       338     47005     66614    494848      9.91     10.57
158.55/39.76	c Finding binary XORs  T:     0.00 s  found:       0
164.55/41.22	c  N dy  2528    418072       218     11745       332     34771     65330    292388      9.98     11.94
173.34/43.40	c  N dy  2608    439002       218     11745       332     54578     65329    640243      9.96     10.53
183.35/45.94	c  N dy  2735    459046       218     11745       332     41405     65327    394916      9.99     13.42
193.70/48.54	c  N dy  2863    479631       218     11745       332     60881     65325    731047     10.02     10.62
198.90/49.83	c Finding binary XORs  T:     0.00 s  found:       0
203.69/51.00	c  N dy  2995    499706       217     11549       336     45879     64300    474659     10.06     11.86
214.48/53.77	c  N dy  3127    519767       217     11549       336     64759     64300    794133     10.09     10.64
222.07/55.70	c Finding binary XORs  T:     0.00 s  found:       0
222.49/55.72	c  S st  3229    536814       217     11549       338     47233     64300    484174     10.11   no data
222.49/55.80	c  S st  3229    537318       217     11549       338     47724     64300    491749     10.11   no data
222.89/55.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
222.89/55.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      3 BRemL:     17 BRemN:      0 P:  0.9M T:  0.02
222.89/55.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
222.89/55.82	c bin-w-bin subsume rem            1 bins  time:  0.00 s
222.89/55.83	c subs with bin:      153  lits-rem:        78  v-fix:    0  time:  0.00 s
222.89/55.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    217 time:  0.00 s
222.89/55.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
222.89/55.84	c lits-rem:         1  cl-subs:       17  v-elim:      0  v-fix:    0  time:  0.01 s
222.89/55.87	c subs with bin:      274  lits-rem:       497  v-fix:    0  time:  0.02 s
225.26/56.49	c lits-rem:      4915  cl-subs:     2319  v-elim:      0  v-fix:    0  time:  0.62 s
225.26/56.49	c Added XOR as norm:0
225.26/56.49	c vivif2 --  cl tried    11374 cl shrink        0 lits rem          0 time: 0.00
225.66/56.50	c vivif2 --  cl tried    45136 cl shrink      393 lits rem        793 time: 0.01
226.06/56.69	c asymm  cl-useful: 70/2308/11374 lits-rem:93 time: 0.18
226.06/56.69	c calculated reachability. Time: 0.00
226.06/56.69	c  N dy  3229    537318       217     11374       324     45136     63181    455083     10.11   no data
237.64/59.56	c  N dy  3325    559728       216     11374       326     66074     63181    796323     10.11     10.79
240.46/60.26	c Finding binary XORs  T:     0.00 s  found:       0
247.23/61.99	c  N dy  3437    579757       216     11242       313     49358     62439    506675     10.13     10.74
259.22/64.98	c  N dy  3554    599932       216     11242       313     68307     62439    830985     10.15     10.72
269.21/67.45	c  N dy  3687    620164       216     11242       315     52151     62438    545714     10.17     10.73
280.79/70.31	c Finding binary XORs  T:     0.00 s  found:       0
281.59/70.52	c  N dy  3819    640184       216     11242       317     70823     62438    857055     10.21     10.79
291.58/73.02	c  N dy  3922    660445       216     11242       317     53555     62438    557271     10.22     10.82
304.36/76.23	c  N dy  4057    680544       216     11242       318     72349     62438    876700     10.25     13.84
314.76/78.86	c  N dy  4191    700719       216     11242       318     54067     62438    570450     10.28     10.91
328.72/82.35	c Finding binary XORs  T:     0.00 s  found:       0
329.92/82.66	c  N dy  4359    720781       216     11242       326     72859     62438    886623     10.33     10.92
338.30/84.70	c Finding binary XORs  T:     0.00 s  found:       0
341.12/85.49	c  N dy  4456    740829       216     11242       336     53062     62438    526247     10.34     13.09
354.71/88.81	c  N dy  4612    760831       215     11242       338     71868     62438    849390     10.38     15.76
359.47/90.04	c Finding binary XORs  T:     0.00 s  found:       0
366.68/91.87	c  N dy  4731    780913       214     11083       321     51129     61682    484665     10.40     11.65
379.85/95.10	c  N dy  4855    800969       213     11083       321     69790     61681    789586     10.42     11.64
383.44/96.07	c  S st  4894    805978       213     11083       321     74507     61681    870863     10.43   no data
383.84/96.19	c  S st  4894    806484       213     11083       321     75005     61680    878337     10.43   no data
384.24/96.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
384.24/96.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:     14 BRemN:      0 P:  1.3M T:  0.03
384.24/96.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
384.24/96.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
384.24/96.23	c subs with bin:      146  lits-rem:        77  v-fix:    0  time:  0.00 s
384.24/96.23	c Subs w/ non-existent bins:      2 l-rem:      0 v-fix:     0 done:    213 time:  0.00 s
384.24/96.23	c Removed useless bin:       3  fixed:     0  props:   0.00M  time:  0.00 s
384.24/96.25	c lits-rem:         8  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.02 s
384.65/96.30	c subs with bin:       91  lits-rem:       109  v-fix:    0  time:  0.02 s
395.42/99.07	c lits-rem:     11642  cl-subs:     5372  v-elim:      0  v-fix:    0  time:  2.76 s
395.42/99.07	c Added XOR as norm:0
395.42/99.07	c vivif2 --  cl tried    10654 cl shrink       72 lits rem         72 time: 0.00
395.42/99.09	c vivif2 --  cl tried    66703 cl shrink     1162 lits rem       2542 time: 0.02
396.23/99.29	c asymm  cl-useful: 11/1697/10654 lits-rem:11 time: 0.20
396.23/99.29	c calculated reachability. Time: 0.00
396.23/99.29	c  N dy  4894    806484       213     10654       293     66703     59261    756494     10.43   no data
406.62/101.82	c Finding binary XORs  T:     0.00 s  found:       0
409.81/102.65	c  N dy  4994    826505       213     10654       294     46922     59261    431795     10.43     11.22
421.00/105.46	c  N dy  5078    846537       213     10654       295     65327     59261    718226     10.43     12.69
435.77/109.18	c Finding binary XORs  T:     0.00 s  found:       0
436.57/109.33	c  N dy  5202    866596       213     10654       298     43847     59261    363823     10.44     12.83
447.75/112.16	c  N dy  5325    886641       213     10654       298     62506     59261    668500     10.46     12.97
462.94/115.98	c  N dy  5437    907073       213     10654       299     81337     59261    967038     10.47     11.12
474.92/118.97	c  N dy  5569    927075       213     10654       299     58724     59261    597813     10.49     15.12
489.30/122.56	c  N dy  5670    947158       213     10654       299     77168     59261    893461     10.49     11.18
503.29/126.06	c  N dy  5791    967235       213     10654       300     53446     59261    500359     10.51     11.12
516.07/129.27	c  N dy  5867    987280       213     10654       300     71953     59261    804383     10.50     12.46
532.84/133.40	c  N dy  5987   1007300       213     10654       301     47065     59261    390480     10.51     12.50
544.43/136.30	c  N dy  6062   1027369       213     10654       301     65479     59261    669520     10.50     11.09
552.82/138.44	c Finding binary XORs  T:     0.00 s  found:       0
560.41/140.32	c  N dy  6180   1047389       213     10654       302     83996     59261    963682     10.51     12.52
575.19/144.02	c  N dy  6302   1068879       213     10654       304     59567     59261    587492     10.53     11.21
576.79/144.49	c  F st  6314   1071876       213     10654       304     62296     59261    627584     10.53   no data
590.37/147.83	c  N dy  6375   1088922       213     10654       304     77817     59261    873946     10.53     15.51
606.75/151.98	c  N dy  6441   1110370       213     10654       306     51882     59261    432344     10.51     11.08
606.75/151.98	c Finding binary XORs  T:     0.00 s  found:       0
619.92/155.29	c  N dy  6528   1130434       213     10654       308     70248     59261    723053     10.51     13.38
635.11/159.05	c Finding binary XORs  T:     0.00 s  found:       2
636.70/159.47	c  N dy  6644   1150436       212     10653       301     81186     59223    924402     10.52     11.22
649.48/162.67	c  N dy  6765   1170504       212     10653       301     61041     59223    602475     10.53     14.79
665.47/166.65	c  N dy  6891   1190792       211     10653       301     79710     59223    907677     10.54     11.18
683.04/171.00	c  S st  7003   1209727       211     10653       301     50501     59223    417103     10.55      8.40
683.44/171.10	c  S st  7003   1210232       211     10653       301     50989     59223    424162     10.55   no data
683.44/171.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
683.44/171.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      1 BRemL:     26 BRemN:      0 P:  1.0M T:  0.02
683.44/171.13	c Replacing        2 vars Replaced      310 lits Time:     0.01 s 
683.44/171.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
683.44/171.14	c bin-w-bin subsume rem           11 bins  time:  0.00 s
683.44/171.14	c subs with bin:      201  lits-rem:       105  v-fix:    0  time:  0.00 s
683.44/171.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    209 time:  0.00 s
683.44/171.14	c Removed useless bin:       1  fixed:     0  props:   0.00M  time:  0.00 s
683.44/171.15	c lits-rem:        23  cl-subs:        1  v-elim:      1  v-fix:    0  time:  0.01 s
683.44/171.18	c subs with bin:      662  lits-rem:       855  v-fix:    0  time:  0.02 s
685.43/171.67	c lits-rem:      3008  cl-subs:     2367  v-elim:      0  v-fix:    0  time:  0.49 s
685.43/171.67	c Added XOR as norm:0
685.43/171.67	c vivif2 --  cl tried    10076 cl shrink       60 lits rem         60 time: 0.00
685.43/171.68	c vivif2 --  cl tried    46972 cl shrink      144 lits rem        226 time: 0.01
687.43/172.12	c asymm  cl-useful: 49/4827/10068 lits-rem:49 time: 0.43
687.43/172.12	c calculated reachability. Time: 0.00
687.43/172.12	c  N dy  7003   1210232       208     10068       239     46972     55644    385713     10.55   no data
687.43/172.12	c Finding binary XORs  T:     0.00 s  found:       0
700.62/175.40	c  N dy  7099   1230761       208     10068       244     65618     55644    667854     10.56     11.19
705.01/176.53	c Finding binary XORs  T:     0.00 s  found:       0
716.19/179.34	c  N dy  7193   1250817       208     10068       245     83999     55643    956043     10.55     14.24
732.60/183.43	c  N dy  7260   1270884       207     10068       245     55395     55642    483151     10.55     11.20
747.35/187.17	c  N dy  7407   1291032       207     10068       245     74005     55642    780018     10.56     11.13
767.34/192.17	c  N dy  7533   1311075       207     10068       246     92300     55642   1067414     10.57     12.56
782.10/195.87	c  N dy  7629   1331115       206     10068       246     62588     55642    598282     10.58     12.09
798.50/199.92	c Finding binary XORs  T:     0.00 s  found:       0
798.50/199.95	c  N dy  7638   1354605       205      9332       218     64026     51149    627455     10.54     11.18
814.46/203.90	c  N dy  7741   1374964       205      9332       220     49980     51149    421369     10.54     11.10
828.04/207.32	c  N dy  7817   1395522       204      9332       221     68696     51149    706999     10.54     11.16
833.65/208.76	c Finding binary XORs  T:     0.00 s  found:       0
843.62/211.29	c  N dy  7879   1415624       203      9012       212     81102     49505    898876     10.53     12.68
861.20/215.62	c  N dy  7944   1435709       202      9012       212     54637     49505    479312     10.52     11.81
872.38/218.43	c Finding binary XORs  T:     0.00 s  found:       0
876.77/219.52	c  N dy  8026   1457487       202      8797       210     74065     48329    757365     10.51     11.08
890.38/222.92	c Finding binary XORs  T:     0.00 s  found:      11
890.38/222.99	c Replacing       11 vars Replaced    15996 lits Time:     0.07 s 
896.34/224.44	c  N dy  8059   1480272       178      7478       108     84623     40929    911826     10.49     11.05
901.94/225.83	c Finding binary XORs  T:     0.00 s  found:       0
905.13/226.60	c Following stats are for *FIRST FINISHED THREAD ONLY*
905.13/226.60	c num threads              : 4          
905.13/226.60	c restarts                 : 7812       
905.13/226.60	c dynamic restarts         : 7782       
905.13/226.60	c static restarts          : 30         
905.13/226.60	c full restarts            : 4          
905.13/226.60	c total simplify time      : 0.44       
905.13/226.60	c learnts DL2              : 0          
905.13/226.60	c learnts size 2           : 2355       
905.13/226.60	c learnts size 1           : 196         (50.65     % of vars)
905.13/226.60	c filedLit time            : 0.11        (0.05      % time)
905.13/226.60	c v-elim SatELite          : 44          (11.37     % vars)
905.13/226.60	c SatELite time            : 3.16        (1.40      % time)
905.13/226.60	c v-elim xor               : 0           (0.00      % vars)
905.13/226.60	c xor elim time            : 0.01        (0.01      % time)
905.13/226.60	c num binary xor trees     : 5          
905.13/226.60	c binxor trees' crown      : 24          (4.80      leafs/tree)
905.13/226.60	c bin xor find time        : 0.01       
905.13/226.60	c OTF clause improved      : 102250      (0.07      clauses/conflict)
905.13/226.60	c OTF impr. size diff      : 106885      (1.05       lits/clause)
905.13/226.60	c OTF cl watch-shrink      : 350366      (0.24      clauses/conflict)
905.13/226.60	c OTF cl watch-sh-lit      : 586055      (1.67       lits/clause)
905.13/226.60	c tried to recurMin cls    : 326531      (22.31      % of conflicts)
905.13/226.60	c updated cache            : 1341        (0.00       lits/tried recurMin)
905.13/226.60	c unit cls recevied        : 20          (10.20     % of units)
905.13/226.60	c unit cls sent            : 25          (12.76     % of units)
905.13/226.60	c bin cls recevied         : 398        
905.13/226.60	c bin cls sent             : 284        
905.13/226.60	c clauses over max glue    : 0           (0.00      % of all clauses)
905.13/226.60	c conflicts                : 1463876     (6464.75   / sec)
905.13/226.60	c decisions                : 1967588     (0.65      % random)
905.13/226.60	c bogo-props               : 34483907732 (152287460.05 / sec)
905.13/226.60	c conflict literals        : 23165831    (21.31     % deleted)
905.13/226.60	c Memory used              : 351.29      MB
905.13/226.60	c single-thread CPU time   : 226.44      s
905.13/226.60	c all-threads sum CPU time : 904.59      s
905.13/226.60	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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3257579-1304028732/watcher-3257579-1304028732 -o /tmp/evaluation-result-3257579-1304028732/solver-3257579-1304028732 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3257579-1304028732.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: 1.16 0.27 0.09 5/180 6921
/proc/meminfo: memFree=15072720/32950928 swapFree=67111528/67111528
[pid=6921] ppid=6919 vsize=183252 CPUtime=0 cores=1,3,5,7
/proc/6921/stat : 6921 (strangenight2-m) R 6919 6921 6848 0 -1 4202496 763 0 0 0 0 0 0 0 22 0 4 0 514471970 187650048 687 33554432000 4194304 4627427 140736277414352 18446744073709551615 251814240059 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6921/statm: 45813 711 329 106 0 40784 0
[pid=6921/tid=6922] ppid=6919 vsize=183252 CPUtime=0 cores=1,3,5,7
/proc/6921/task/6922/stat : 6922 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 19 0 0 0 0 0 0 0 23 0 4 0 514471970 187650048 907 33554432000 4194304 4627427 140736277414352 18446744073709551615 251813900997 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6921/tid=6923] ppid=6919 vsize=183252 CPUtime=0 cores=1,3,5,7
/proc/6921/task/6923/stat : 6923 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 193 0 0 0 0 0 0 0 23 0 4 0 514471970 187650048 940 33554432000 4194304 4627427 140736277414352 18446744073709551615 251814240059 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6921/tid=6924] ppid=6919 vsize=183252 CPUtime=0 cores=1,3,5,7
/proc/6921/task/6924/stat : 6924 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 204 0 0 0 0 0 0 0 23 0 4 0 514471970 187650048 972 33554432000 4194304 4627427 140736277414352 18446744073709551615 251814240059 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.101557 s]
/proc/loadavg: 1.16 0.27 0.09 5/180 6921
/proc/meminfo: memFree=15072720/32950928 swapFree=67111528/67111528
[pid=6921] ppid=6919 vsize=289452 CPUtime=0.83 cores=1,3,5,7
/proc/6921/stat : 6921 (strangenight2-m) R 6919 6921 6848 0 -1 4202496 8612 0 0 0 81 2 0 0 18 0 4 0 514471970 296398848 8531 33554432000 4194304 4627427 140736277414352 18446744073709551615 4415609 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6921/statm: 73337 11352 390 106 0 68308 0
[pid=6921/tid=6922] ppid=6919 vsize=293348 CPUtime=0.79 cores=1,3,5,7
/proc/6921/task/6922/stat : 6922 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 3477 0 0 0 79 0 0 0 19 0 4 0 514471970 300388352 11352 33554432000 4194304 4627427 140736277414352 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6921/tid=6923] ppid=6919 vsize=293348 CPUtime=0.8 cores=1,3,5,7
/proc/6921/task/6923/stat : 6923 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 3560 0 0 0 79 1 0 0 19 0 4 0 514471970 300388352 11352 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309290 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6921/tid=6924] ppid=6919 vsize=293348 CPUtime=0.79 cores=1,3,5,7
/proc/6921/task/6924/stat : 6924 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 2624 0 0 0 79 0 0 0 19 0 4 0 514471970 300388352 11352 33554432000 4194304 4627427 140736277414352 18446744073709551615 251813907418 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.83
Current children cumulated vsize (KiB) 289452

[startup+0.907302 s]
/proc/loadavg: 1.16 0.27 0.09 5/180 6921
/proc/meminfo: memFree=15072720/32950928 swapFree=67111528/67111528
[pid=6921] ppid=6919 vsize=296040 CPUtime=3.6 cores=1,3,5,7
/proc/6921/stat : 6921 (strangenight2-m) R 6919 6921 6848 0 -1 4202496 14485 0 0 0 357 3 0 0 18 0 4 0 514471970 303144960 9522 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309155 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6921/statm: 74010 9522 390 106 0 68981 0
[pid=6921/tid=6922] ppid=6919 vsize=296040 CPUtime=0.9 cores=1,3,5,7
/proc/6921/task/6922/stat : 6922 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 3820 0 0 0 89 1 0 0 19 0 4 0 514471970 303144960 9522 33554432000 4194304 4627427 140736277414352 18446744073709551615 4333279 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6921/tid=6923] ppid=6919 vsize=296040 CPUtime=0.9 cores=1,3,5,7
/proc/6921/task/6923/stat : 6923 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 3880 0 0 0 89 1 0 0 19 0 4 0 514471970 303144960 9522 33554432000 4194304 4627427 140736277414352 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6921/tid=6924] ppid=6919 vsize=296040 CPUtime=0.89 cores=1,3,5,7
/proc/6921/task/6924/stat : 6924 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 2686 0 0 0 89 0 0 0 19 0 4 0 514471970 303144960 9522 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 296040

[startup+1.00729 s]
/proc/loadavg: 1.16 0.27 0.09 5/180 6921
/proc/meminfo: memFree=15072720/32950928 swapFree=67111528/67111528
[pid=6921] ppid=6919 vsize=296304 CPUtime=4 cores=1,3,5,7
/proc/6921/stat : 6921 (strangenight2-m) R 6919 6921 6848 0 -1 4202496 14708 0 0 0 397 3 0 0 19 0 4 0 514471970 303415296 9745 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6921/statm: 74076 9745 390 106 0 69047 0
[pid=6921/tid=6922] ppid=6919 vsize=296304 CPUtime=1 cores=1,3,5,7
/proc/6921/task/6922/stat : 6922 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 3876 0 0 0 99 1 0 0 19 0 4 0 514471970 303415296 9745 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309111 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6921/tid=6923] ppid=6919 vsize=296304 CPUtime=1 cores=1,3,5,7
/proc/6921/task/6923/stat : 6923 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 3931 0 0 0 99 1 0 0 19 0 4 0 514471970 303415296 9745 33554432000 4194304 4627427 140736277414352 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6921/tid=6924] ppid=6919 vsize=296304 CPUtime=0.99 cores=1,3,5,7
/proc/6921/task/6924/stat : 6924 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 2744 0 0 0 99 0 0 0 19 0 4 0 514471970 303415296 9745 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 296304

[startup+1.10727 s]
/proc/loadavg: 1.16 0.27 0.09 5/180 6921
/proc/meminfo: memFree=15072720/32950928 swapFree=67111528/67111528
[pid=6921] ppid=6919 vsize=296304 CPUtime=4.4 cores=1,3,5,7
/proc/6921/stat : 6921 (strangenight2-m) R 6919 6921 6848 0 -1 4202496 14941 0 0 0 437 3 0 0 19 0 4 0 514471970 303415296 9978 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6921/statm: 74076 9978 390 106 0 69047 0
[pid=6921/tid=6922] ppid=6919 vsize=296304 CPUtime=1.1 cores=1,3,5,7
/proc/6921/task/6922/stat : 6922 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 3932 0 0 0 109 1 0 0 19 0 4 0 514471970 303415296 9978 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309149 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6921/tid=6923] ppid=6919 vsize=296304 CPUtime=1.1 cores=1,3,5,7
/proc/6921/task/6923/stat : 6923 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 3992 0 0 0 109 1 0 0 19 0 4 0 514471970 303415296 9978 33554432000 4194304 4627427 140736277414352 18446744073709551615 4306010 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6921/tid=6924] ppid=6919 vsize=296304 CPUtime=1.09 cores=1,3,5,7
/proc/6921/task/6924/stat : 6924 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 2810 0 0 0 109 0 0 0 19 0 4 0 514471970 303415296 9978 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 296304

[startup+1.50021 s]
/proc/loadavg: 1.16 0.27 0.09 5/180 6921
/proc/meminfo: memFree=15072720/32950928 swapFree=67111528/67111528
[pid=6921] ppid=6919 vsize=296892 CPUtime=5.97 cores=1,3,5,7
/proc/6921/stat : 6921 (strangenight2-m) R 6919 6921 6848 0 -1 4202496 17076 0 0 0 593 4 0 0 19 0 4 0 514471970 304017408 11705 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6921/statm: 74223 11705 393 106 0 69194 0
[pid=6921/tid=6922] ppid=6919 vsize=296892 CPUtime=1.49 cores=1,3,5,7
/proc/6921/task/6922/stat : 6922 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 4140 0 0 0 148 1 0 0 20 0 4 0 514471970 304017408 11705 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6921/tid=6923] ppid=6919 vsize=296892 CPUtime=1.49 cores=1,3,5,7
/proc/6921/task/6923/stat : 6923 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 4242 0 0 0 148 1 0 0 19 0 4 0 514471970 304017408 11705 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6921/tid=6924] ppid=6919 vsize=296892 CPUtime=1.48 cores=1,3,5,7
/proc/6921/task/6924/stat : 6924 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 3080 0 0 0 148 0 0 0 20 0 4 0 514471970 304017408 11705 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 296892

[startup+3.10093 s]
/proc/loadavg: 1.16 0.27 0.09 9/184 6925
/proc/meminfo: memFree=14994828/32950928 swapFree=67111528/67111528
[pid=6921] ppid=6919 vsize=286004 CPUtime=12.36 cores=1,3,5,7
/proc/6921/stat : 6921 (strangenight2-m) R 6919 6921 6848 0 -1 4202496 25135 0 0 0 1230 6 0 0 24 0 4 0 514471970 292868096 16055 33554432000 4194304 4627427 140736277414352 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6921/statm: 71501 16055 391 106 0 66472 0
[pid=6921/tid=6922] ppid=6919 vsize=286004 CPUtime=3.08 cores=1,3,5,7
/proc/6921/task/6922/stat : 6922 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 6526 0 0 0 307 1 0 0 25 0 4 0 514471970 292868096 16055 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309186 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6921/tid=6923] ppid=6919 vsize=286004 CPUtime=3.08 cores=1,3,5,7
/proc/6921/task/6923/stat : 6923 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 5933 0 0 0 307 1 0 0 25 0 4 0 514471970 292868096 16055 33554432000 4194304 4627427 140736277414352 18446744073709551615 4321603 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6921/tid=6924] ppid=6919 vsize=286004 CPUtime=3.07 cores=1,3,5,7
/proc/6921/task/6924/stat : 6924 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 6081 0 0 0 306 1 0 0 25 0 4 0 514471970 292868096 16055 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309197 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 286004

[startup+6.3064 s]
/proc/loadavg: 1.71 0.40 0.13 9/184 6925
/proc/meminfo: memFree=14969420/32950928 swapFree=67111528/67111528
[pid=6921] ppid=6919 vsize=286140 CPUtime=25.16 cores=1,3,5,7
/proc/6921/stat : 6921 (strangenight2-m) R 6919 6921 6848 0 -1 4202496 30643 0 0 0 2508 8 0 0 25 0 4 0 514471970 293007360 19768 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6921/statm: 71535 19768 391 106 0 66506 0
[pid=6921/tid=6922] ppid=6919 vsize=286140 CPUtime=6.29 cores=1,3,5,7
/proc/6921/task/6922/stat : 6922 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 7885 0 0 0 627 2 0 0 25 0 4 0 514471970 293007360 19768 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6921/tid=6923] ppid=6919 vsize=286140 CPUtime=6.29 cores=1,3,5,7
/proc/6921/task/6923/stat : 6923 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 7116 0 0 0 628 1 0 0 25 0 4 0 514471970 293007360 19768 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6921/tid=6924] ppid=6919 vsize=286140 CPUtime=6.26 cores=1,3,5,7
/proc/6921/task/6924/stat : 6924 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 7155 0 0 0 625 1 0 0 25 0 4 0 514471970 293007360 19768 33554432000 4194304 4627427 140736277414352 18446744073709551615 4324267 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 286140

[startup+12.7003 s]
/proc/loadavg: 2.21 0.53 0.17 9/184 6925
/proc/meminfo: memFree=14911008/32950928 swapFree=67111528/67111528
[pid=6921] ppid=6919 vsize=325480 CPUtime=50.71 cores=1,3,5,7
/proc/6921/stat : 6921 (strangenight2-m) R 6919 6921 6848 0 -1 4202496 40567 0 0 0 5061 10 0 0 25 0 4 0 514471970 333291520 27003 33554432000 4194304 4627427 140736277414352 18446744073709551615 4427152 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6921/statm: 81370 27003 391 106 0 76341 0
[pid=6921/tid=6922] ppid=6919 vsize=325480 CPUtime=12.68 cores=1,3,5,7
/proc/6921/task/6922/stat : 6922 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 9043 0 0 0 1266 2 0 0 25 0 4 0 514471970 333291520 27003 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309598 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6921/tid=6923] ppid=6919 vsize=325480 CPUtime=12.68 cores=1,3,5,7
/proc/6921/task/6923/stat : 6923 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 9256 0 0 0 1266 2 0 0 25 0 4 0 514471970 333291520 27003 33554432000 4194304 4627427 140736277414352 18446744073709551615 4310154 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6921/tid=6924] ppid=6919 vsize=325480 CPUtime=12.63 cores=1,3,5,7
/proc/6921/task/6924/stat : 6924 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 10168 0 0 0 1261 2 0 0 25 0 4 0 514471970 333291520 27003 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 325480

[startup+25.5012 s]
/proc/loadavg: 3.49 0.89 0.30 10/184 6926
/proc/meminfo: memFree=14857724/32950928 swapFree=67111528/67111528
[pid=6921] ppid=6919 vsize=326396 CPUtime=101.84 cores=1,3,5,7
/proc/6921/stat : 6921 (strangenight2-m) R 6919 6921 6848 0 -1 4202496 54135 0 0 0 10170 14 0 0 25 0 4 0 514471970 334229504 28369 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309077 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6921/statm: 81599 28369 391 106 0 76570 0
[pid=6921/tid=6922] ppid=6919 vsize=326396 CPUtime=25.48 cores=1,3,5,7
/proc/6921/task/6922/stat : 6922 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 11045 0 0 0 2545 3 0 0 25 0 4 0 514471970 334229504 28369 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6921/tid=6923] ppid=6919 vsize=326396 CPUtime=25.48 cores=1,3,5,7
/proc/6921/task/6923/stat : 6923 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 12844 0 0 0 2545 3 0 0 25 0 4 0 514471970 334229504 28369 33554432000 4194304 4627427 140736277414352 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6921/tid=6924] ppid=6919 vsize=326396 CPUtime=25.35 cores=1,3,5,7
/proc/6921/task/6924/stat : 6924 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 14103 0 0 0 2533 2 0 0 25 0 4 0 514471970 334229504 28369 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309209 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 326396

[startup+51.1009 s]
/proc/loadavg: 5.11 1.48 0.51 9/184 6926
/proc/meminfo: memFree=14806608/32950928 swapFree=67111528/67111528
[pid=6921] ppid=6919 vsize=307416 CPUtime=204.09 cores=1,3,5,7
/proc/6921/stat : 6921 (strangenight2-m) R 6919 6921 6848 0 -1 4202496 83773 0 0 0 20385 24 0 0 25 0 4 0 514471970 314793984 30722 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309392 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6921/statm: 76854 30722 391 106 0 71825 0
[pid=6921/tid=6922] ppid=6919 vsize=307416 CPUtime=51.09 cores=1,3,5,7
/proc/6921/task/6922/stat : 6922 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 20124 0 0 0 5103 6 0 0 25 0 4 0 514471970 314793984 30722 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6921/tid=6923] ppid=6919 vsize=307416 CPUtime=51.08 cores=1,3,5,7
/proc/6921/task/6923/stat : 6923 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 19725 0 0 0 5102 6 0 0 25 0 4 0 514471970 314793984 30722 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6921/tid=6924] ppid=6919 vsize=307416 CPUtime=50.81 cores=1,3,5,7
/proc/6921/task/6924/stat : 6924 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 20603 0 0 0 5076 5 0 0 25 0 4 0 514471970 314793984 30722 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 307416

[startup+102.3 s]
/proc/loadavg: 6.79 2.50 0.90 9/184 6928
/proc/meminfo: memFree=14797852/32950928 swapFree=67111528/67111528
[pid=6921] ppid=6919 vsize=323744 CPUtime=408.61 cores=1,3,5,7
/proc/6921/stat : 6921 (strangenight2-m) R 6919 6921 6848 0 -1 4202496 118138 0 0 0 40825 36 0 0 25 0 4 0 514471970 331513856 37490 33554432000 4194304 4627427 140736277414352 18446744073709551615 4324721 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6921/statm: 80936 37490 391 106 0 75907 0
[pid=6921/tid=6922] ppid=6919 vsize=323744 CPUtime=102.29 cores=1,3,5,7
/proc/6921/task/6922/stat : 6922 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 26895 0 0 0 10220 9 0 0 25 0 4 0 514471970 331513856 37490 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6921/tid=6923] ppid=6919 vsize=323744 CPUtime=102.29 cores=1,3,5,7
/proc/6921/task/6923/stat : 6923 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 27086 0 0 0 10219 10 0 0 25 0 4 0 514471970 331513856 37490 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6921/tid=6924] ppid=6919 vsize=323744 CPUtime=101.74 cores=1,3,5,7
/proc/6921/task/6924/stat : 6924 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 28962 0 0 0 10167 7 0 0 25 0 4 0 514471970 331513856 37490 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309242 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 408.61
Current children cumulated vsize (KiB) 323744

[startup+162.301 s]
/proc/loadavg: 7.71 3.54 1.36 9/184 6929
/proc/meminfo: memFree=14706300/32950928 swapFree=67111528/67111528
[pid=6921] ppid=6919 vsize=347528 CPUtime=648.29 cores=1,3,5,7
/proc/6921/stat : 6921 (strangenight2-m) R 6919 6921 6848 0 -1 4202496 143698 0 0 0 64783 46 0 0 25 0 4 0 514471970 355868672 46616 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309244 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6921/statm: 86882 46616 391 106 0 81853 0
[pid=6921/tid=6922] ppid=6919 vsize=347528 CPUtime=162.29 cores=1,3,5,7
/proc/6921/task/6922/stat : 6922 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 31312 0 0 0 16218 11 0 0 25 0 4 0 514471970 355868672 46616 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6921/tid=6923] ppid=6919 vsize=347528 CPUtime=162.29 cores=1,3,5,7
/proc/6921/task/6923/stat : 6923 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 36558 0 0 0 16216 13 0 0 25 0 4 0 514471970 355868672 46616 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6921/tid=6924] ppid=6919 vsize=347528 CPUtime=161.41 cores=1,3,5,7
/proc/6921/task/6924/stat : 6924 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 33661 0 0 0 16133 8 0 0 25 0 4 0 514471970 355868672 46616 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 648.29
Current children cumulated vsize (KiB) 347528

[startup+222.301 s]
/proc/loadavg: 8.01 4.38 1.78 9/184 6931
/proc/meminfo: memFree=14630992/32950928 swapFree=67111528/67111528
[pid=6921] ppid=6919 vsize=359712 CPUtime=887.97 cores=1,3,5,7
/proc/6921/stat : 6921 (strangenight2-m) R 6919 6921 6848 0 -1 4202496 168540 0 0 0 88739 58 0 0 25 0 4 0 514471970 368345088 48710 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309350 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6921/statm: 89928 48710 391 106 0 84899 0
[pid=6921/tid=6922] ppid=6919 vsize=359712 CPUtime=222.28 cores=1,3,5,7
/proc/6921/task/6922/stat : 6922 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 38917 0 0 0 22215 13 0 0 25 0 4 0 514471970 368345088 48710 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6921/tid=6923] ppid=6919 vsize=359712 CPUtime=222.29 cores=1,3,5,7
/proc/6921/task/6923/stat : 6923 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 41954 0 0 0 22213 16 0 0 25 0 4 0 514471970 368345088 48710 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6921/tid=6924] ppid=6919 vsize=359712 CPUtime=221.08 cores=1,3,5,7
/proc/6921/task/6924/stat : 6924 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 39328 0 0 0 22097 11 0 0 25 0 4 0 514471970 368345088 48710 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 887.97
Current children cumulated vsize (KiB) 359712

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

[startup+224.701 s]
/proc/loadavg: 8.01 4.38 1.78 9/184 6931
/proc/meminfo: memFree=14625288/32950928 swapFree=67111528/67111528
[pid=6921] ppid=6919 vsize=359712 CPUtime=897.54 cores=1,3,5,7
/proc/6921/stat : 6921 (strangenight2-m) R 6919 6921 6848 0 -1 4202496 168868 0 0 0 89696 58 0 0 25 0 4 0 514471970 368345088 49038 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6921/statm: 89928 49038 391 106 0 84899 0
[pid=6921/tid=6922] ppid=6919 vsize=359712 CPUtime=224.68 cores=1,3,5,7
/proc/6921/task/6922/stat : 6922 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 38917 0 0 0 22455 13 0 0 25 0 4 0 514471970 368345088 49038 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6921/tid=6923] ppid=6919 vsize=359712 CPUtime=224.69 cores=1,3,5,7
/proc/6921/task/6923/stat : 6923 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 41954 0 0 0 22453 16 0 0 25 0 4 0 514471970 368345088 49038 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6921/tid=6924] ppid=6919 vsize=359712 CPUtime=223.47 cores=1,3,5,7
/proc/6921/task/6924/stat : 6924 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 39509 0 0 0 22336 11 0 0 25 0 4 0 514471970 368345088 49038 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 897.54
Current children cumulated vsize (KiB) 359712

[startup+225.501 s]
/proc/loadavg: 8.01 4.44 1.82 9/184 6931
/proc/meminfo: memFree=14617724/32950928 swapFree=67111528/67111528
[pid=6921] ppid=6919 vsize=359712 CPUtime=900.74 cores=1,3,5,7
/proc/6921/stat : 6921 (strangenight2-m) R 6919 6921 6848 0 -1 4202496 169505 0 0 0 90016 58 0 0 25 0 4 0 514471970 368345088 49675 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6921/statm: 89928 49675 391 106 0 84899 0
[pid=6921/tid=6922] ppid=6919 vsize=359712 CPUtime=225.48 cores=1,3,5,7
/proc/6921/task/6922/stat : 6922 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 38917 0 0 0 22535 13 0 0 25 0 4 0 514471970 368345088 49675 33554432000 4194304 4627427 140736277414352 18446744073709551615 4324192 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6921/tid=6923] ppid=6919 vsize=359712 CPUtime=225.49 cores=1,3,5,7
/proc/6921/task/6923/stat : 6923 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 41954 0 0 0 22533 16 0 0 25 0 4 0 514471970 368345088 49675 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6921/tid=6924] ppid=6919 vsize=359712 CPUtime=224.26 cores=1,3,5,7
/proc/6921/task/6924/stat : 6924 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 39559 0 0 0 22415 11 0 0 25 0 4 0 514471970 368345088 49675 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 900.74
Current children cumulated vsize (KiB) 359712

[startup+226.306 s]
/proc/loadavg: 8.01 4.44 1.82 9/184 6931
/proc/meminfo: memFree=14621196/32950928 swapFree=67111528/67111528
[pid=6921] ppid=6919 vsize=359712 CPUtime=903.95 cores=1,3,5,7
/proc/6921/stat : 6921 (strangenight2-m) R 6919 6921 6848 0 -1 4202496 169638 0 0 0 90337 58 0 0 25 0 4 0 514471970 368345088 49808 33554432000 4194304 4627427 140736277414352 18446744073709551615 4507260 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6921/statm: 89928 49808 391 106 0 84899 0
[pid=6921/tid=6922] ppid=6919 vsize=359712 CPUtime=226.29 cores=1,3,5,7
/proc/6921/task/6922/stat : 6922 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 38917 0 0 0 22616 13 0 0 25 0 4 0 514471970 368345088 49808 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6921/tid=6923] ppid=6919 vsize=359712 CPUtime=226.29 cores=1,3,5,7
/proc/6921/task/6923/stat : 6923 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 41954 0 0 0 22613 16 0 0 25 0 4 0 514471970 368345088 49808 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6921/tid=6924] ppid=6919 vsize=359712 CPUtime=225.06 cores=1,3,5,7
/proc/6921/task/6924/stat : 6924 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 39599 0 0 0 22495 11 0 0 25 0 4 0 514471970 368345088 49808 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 903.95
Current children cumulated vsize (KiB) 359712

[startup+226.5 s]
/proc/loadavg: 8.01 4.44 1.82 9/184 6931
/proc/meminfo: memFree=14621196/32950928 swapFree=67111528/67111528
[pid=6921] ppid=6919 vsize=359712 CPUtime=904.73 cores=1,3,5,7
/proc/6921/stat : 6921 (strangenight2-m) R 6919 6921 6848 0 -1 4202496 169665 0 0 0 90415 58 0 0 25 0 4 0 514471970 368345088 49835 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6921/statm: 89928 49835 391 106 0 84899 0
[pid=6921/tid=6922] ppid=6919 vsize=359712 CPUtime=226.48 cores=1,3,5,7
/proc/6921/task/6922/stat : 6922 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 38917 0 0 0 22635 13 0 0 25 0 4 0 514471970 368345088 49835 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6921/tid=6923] ppid=6919 vsize=359712 CPUtime=226.49 cores=1,3,5,7
/proc/6921/task/6923/stat : 6923 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 41954 0 0 0 22633 16 0 0 25 0 4 0 514471970 368345088 49835 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6921/tid=6924] ppid=6919 vsize=359712 CPUtime=225.25 cores=1,3,5,7
/proc/6921/task/6924/stat : 6924 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 39609 0 0 0 22514 11 0 0 25 0 4 0 514471970 368345088 49835 33554432000 4194304 4627427 140736277414352 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 904.73
Current children cumulated vsize (KiB) 359712

[startup+226.6 s]
/proc/loadavg: 8.01 4.44 1.82 9/184 6931
/proc/meminfo: memFree=14621196/32950928 swapFree=67111528/67111528
[pid=6921] ppid=6919 vsize=359712 CPUtime=905.13 cores=1,3,5,7
/proc/6921/stat : 6921 (strangenight2-m) R 6919 6921 6848 0 -1 4202496 169679 0 0 0 90455 58 0 0 25 0 4 0 514471970 368345088 49849 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/6921/statm: 89928 49849 391 106 0 84899 0
[pid=6921/tid=6922] ppid=6919 vsize=359712 CPUtime=226.58 cores=1,3,5,7
/proc/6921/task/6922/stat : 6922 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 38917 0 0 0 22645 13 0 0 25 0 4 0 514471970 368345088 49849 33554432000 4194304 4627427 140736277414352 18446744073709551615 4310126 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=6921/tid=6923] ppid=6919 vsize=359712 CPUtime=226.59 cores=1,3,5,7
/proc/6921/task/6923/stat : 6923 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 41954 0 0 0 22643 16 0 0 25 0 4 0 514471970 368345088 49849 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=6921/tid=6924] ppid=6919 vsize=359712 CPUtime=225.35 cores=1,3,5,7
/proc/6921/task/6924/stat : 6924 (strangenight2-m) R 6919 6921 6848 0 -1 4202560 39615 0 0 0 22524 11 0 0 25 0 4 0 514471970 368345088 49849 33554432000 4194304 4627427 140736277414352 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 905.13
Current children cumulated vsize (KiB) 359712

Child status: 20
Real time (s): 226.618
CPU time (s): 905.185
CPU user time (s): 904.587
CPU system time (s): 0.598908
CPU usage (%): 399.432
Max. virtual memory (cumulated for all children) (KiB): 369540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 904.586
system time used= 0.598908
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 169683
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= 1760
involuntary context switches= 6503

runsolver used 0.363944 second user time and 0.875866 second system time

The end

Launcher Data

Begin job on node126 at 2011-04-29 00:12:13
IDJOB=3257579
IDBENCH=71150
IDSOLVER=1586
FILE ID=node126/3257579-1304028732
RUNJOBID= node126-1304028687-6868
PBS_JOBID= 13170326
Free space on /tmp= 71592 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
BENCH NAME= SAT09/CRAFTED/modcircuits/mod4block_2vars_8gates_u2.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3257579-1304028732/watcher-3257579-1304028732 -o /tmp/evaluation-result-3257579-1304028732/solver-3257579-1304028732 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3257579-1304028732.cnf

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

MD5SUM BENCH= a5bb71bc1d85a401ce9f42ed1404d63e
RANDOM SEED=1767925473

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15073000 kB
Buffers:       1838996 kB
Cached:       15248268 kB
SwapCached:          0 kB
Active:        6755120 kB
Inactive:     10540836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15073000 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           14000 kB
Writeback:           0 kB
AnonPages:      208136 kB
Mapped:          15516 kB
Slab:           519452 kB
PageTables:       4976 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   416196 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= 71584 MiB
End job on node126 at 2011-04-29 00:15:59