Trace number 3366353

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 1183.64 296.7

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1227489160-001.UNKNOWN.cnf
MD5SUM9f541a728bb78454d33f408db36e3bd8
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.08007
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-3366353-1305402291.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.01	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.01
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.72	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.72	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.72	c calculated reachability. Time: 0.00
0.00/0.72	c Calc default polars -  time:   0.00 s pos:      35 undec:       1 neg:      39
0.00/0.72	c =========================================================================================
0.00/0.72	c types(t): F = full restart, N = normal restart
0.00/0.72	c types(t): S = simplification begin/end, E = solution found
0.00/0.72	c restart types(rt): st = static, dy = dynamic
0.00/0.72	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.75	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.75	c Decided on static restart strategy
0.00/0.75	c  N st     8      4915        75      1597         0      4509      7985     77817   no data   no data
0.00/0.75	c  N st    10     11302        75      1597         0      4134      7985     57906   no data   no data
0.00/0.75	c  N st    11     17047        75      1597         0      9336      7985    148026   no data   no data
0.00/0.75	c  F st    12     25000        75      1597         0     11417      7985    177478   no data   no data
0.00/0.75	c  N st    12     25000        75      1597         0     11417      7985    177478   no data   no data
3.57/0.95	c Decided on static restart strategy
3.57/0.95	c  N st    18     30005        75      1597         0      9794      7985    143141   no data   no data
3.57/0.95	c  S st    18     30005        75      1597         0      9794      7985    143141   no data   no data
3.57/0.95	c  S st    18     30509        75      1597         0     10269      7985    151610   no data   no data
3.57/0.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.57/0.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.57/0.95	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.57/0.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.57/0.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.95	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.57/0.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.36/1.15	c lits-rem:       302  cl-subs:     2531  v-elim:      0  v-fix:    0  time:  0.16 s
4.36/1.15	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
4.36/1.15	c calculated reachability. Time: 0.00
4.36/1.15	c  N st    18     30509        75      1597         0      7738      7985    112838   no data   no data
5.56/1.42	c  N st    20     37625        75      1597         0      7134      7985     93335   no data   no data
6.37/1.70	c  N st    21     44027        75      1597         0     12954      7985    191907   no data   no data
6.78/1.80	c  S st    22     45763        75      1597         0     14529      7985    217312   no data   no data
7.20/1.84	c  S st    22     46267        75      1597         0     14999      7985    226080   no data   no data
7.20/1.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.20/1.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.20/1.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.20/1.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.20/1.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.20/1.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.20/1.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.20/1.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.20/1.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.36/2.16	c lits-rem:       362  cl-subs:     2763  v-elim:      0  v-fix:    0  time:  0.31 s
8.36/2.16	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
8.36/2.16	c vivif2 --  cl tried    12236 cl shrink        0 lits rem          0 time: 0.00
8.76/2.21	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.76/2.21	c calculated reachability. Time: 0.00
8.76/2.21	c  N st    22     46267        75      1597         0     12236      7985    182136   no data   no data
11.59/2.92	c  N st    23     60666        75      1597         0     17177      7985    243884   no data   no data
13.15/3.33	c  N st    24     69401        75      1597         0     16134      7985    223329   no data   no data
13.15/3.33	c  S st    24     69401        75      1597         0     16134      7985    223329   no data   no data
13.15/3.37	c  S st    24     69904        75      1597         0     16608      7985    231773   no data   no data
13.15/3.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.15/3.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.15/3.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.15/3.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.15/3.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.15/3.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
13.15/3.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.15/3.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.15/3.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.75/3.74	c lits-rem:       303  cl-subs:     3438  v-elim:      0  v-fix:    0  time:  0.35 s
14.75/3.74	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.75/3.74	c vivif2 --  cl tried    13170 cl shrink        0 lits rem          0 time: 0.00
14.75/3.79	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.05
14.75/3.79	c calculated reachability. Time: 0.00
14.75/3.79	c  N st    24     69904        75      1597         0     13170      7985    182612   no data   no data
18.34/4.66	c  F st    25     87501        75      1597         0     19254      7985    265972   no data   no data
18.34/4.66	c  N st    25     87501        75      1597         0     19254      7985    265972   no data   no data
19.54/4.97	c Decided on static restart strategy
20.37/5.12	c  N st    32     95539        75      1597         0     15894      7985    212980   no data   no data
22.73/5.75	c  N st    34    104857        75      1597         0     12603      7985    152190   no data   no data
22.73/5.75	c  S st    34    104857        75      1597         0     12603      7985    152190   no data   no data
22.73/5.78	c  S st    34    105362        75      1597         0     13083      7985    161255   no data   no data
22.73/5.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.73/5.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
22.73/5.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.73/5.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.73/5.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.73/5.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
22.73/5.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.73/5.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
22.73/5.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.13/5.87	c lits-rem:        95  cl-subs:     1248  v-elim:      0  v-fix:    0  time:  0.07 s
23.13/5.87	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
23.13/5.87	c vivif2 --  cl tried    11835 cl shrink        0 lits rem          0 time: 0.00
23.53/5.91	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
23.53/5.91	c calculated reachability. Time: 0.00
23.53/5.91	c  N st    34    105362        75      1597         0     11835      7985    143908   no data   no data
25.51/6.45	c  N st    35    114960        75      1597         0     20439      7985    281856   no data   no data
29.15/7.32	c  N st    36    129357        75      1597         0     20778      7985    274400   no data   no data
34.70/8.71	c  N st    37    150954        75      1597         0     26627      7985    354113   no data   no data
36.70/9.21	c  S st    38    158043        75      1597         0     18777      7985    228467   no data   no data
36.70/9.26	c  S st    38    158547        75      1597         0     19247      7985    236898   no data   no data
36.70/9.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.70/9.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
36.70/9.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.70/9.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.70/9.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.70/9.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
36.70/9.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.70/9.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
36.70/9.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.93/9.54	c lits-rem:       300  cl-subs:     2781  v-elim:      0  v-fix:    0  time:  0.26 s
37.93/9.54	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
37.93/9.54	c vivif2 --  cl tried    16466 cl shrink        0 lits rem          0 time: 0.00
37.93/9.60	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
38.29/9.60	c calculated reachability. Time: 0.00
38.29/9.60	c  N st    38    158547        75      1597         0     16466      7985    198901   no data   no data
51.10/12.82	c  N st    39    207135        75      1597         0     28549      7985    366573   no data   no data
59.88/15.02	c  N st    40    237820        75      1597         0     21326      7985    247068   no data   no data
59.88/15.02	c  S st    40    237820        75      1597         0     21326      7985    247068   no data   no data
59.88/15.07	c  S st    40    238325        75      1597         0     21807      7985    256052   no data   no data
59.88/15.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.88/15.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
59.88/15.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
59.88/15.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.88/15.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.88/15.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
59.88/15.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
59.88/15.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
59.88/15.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.03/15.34	c lits-rem:       215  cl-subs:     2434  v-elim:      0  v-fix:    0  time:  0.25 s
61.03/15.34	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
61.03/15.34	c vivif2 --  cl tried    19373 cl shrink        0 lits rem          0 time: 0.00
61.43/15.41	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
61.43/15.41	c calculated reachability. Time: 0.00
61.43/15.41	c  N st    40    238325        75      1597         0     19373      7985    224917   no data   no data
81.83/20.57	c  F st    41    306251        75      1597         0     21210      7985    226706   no data   no data
81.83/20.57	c  N st    41    306251        75      1597         0     21210      7985    226706   no data   no data
83.39/20.95	c Decided on static restart strategy
91.36/22.96	c  N st    51    334553        75      1597         0     25289      7985    290886   no data   no data
98.97/24.89	c  N st    53    357488        75      1597         0     23479      7985    250792   no data   no data
98.97/24.89	c  S st    53    357488        75      1597         0     23479      7985    250792   no data   no data
99.39/24.95	c  S st    53    357990        75      1597         0     23948      7985    259497   no data   no data
99.39/24.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
99.39/24.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
99.39/24.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
99.39/24.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
99.39/24.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.39/24.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
99.39/24.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
99.39/24.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
99.39/24.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
100.14/25.14	c lits-rem:       164  cl-subs:     1687  v-elim:      0  v-fix:    0  time:  0.18 s
100.14/25.14	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
100.14/25.14	c vivif2 --  cl tried    22261 cl shrink        0 lits rem          0 time: 0.00
100.54/25.22	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.08
100.54/25.22	c calculated reachability. Time: 0.00
100.54/25.22	c  N st    53    357990        75      1597         0     22261      7985    238290   no data   no data
112.13/28.13	c  N st    54    390383        75      1597         0     28042      7985    318315   no data   no data
129.29/32.46	c  N st    55    438971        75      1597         0     47341      7985    634845   no data   no data
158.81/39.87	c  N st    56    511855        75      1597         0     34593      7985    396062   no data   no data
170.38/42.72	c  N st    57    536987        75      1597         0     29325      7985    307924   no data   no data
170.38/42.72	c  S st    57    536987        75      1597         0     29325      7985    307924   no data   no data
170.78/42.80	c  S st    57    537494        75      1597         0     29797      7985    316509   no data   no data
170.78/42.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
170.78/42.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
170.78/42.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
170.78/42.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
170.78/42.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
170.78/42.80	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
170.78/42.80	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
170.78/42.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
170.78/42.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
171.58/43.05	c lits-rem:       165  cl-subs:     1783  v-elim:      0  v-fix:    0  time:  0.23 s
171.58/43.05	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
171.58/43.06	c vivif2 --  cl tried    28014 cl shrink        0 lits rem          0 time: 0.00
171.98/43.16	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.10
171.98/43.16	c calculated reachability. Time: 0.00
171.98/43.16	c  N st    57    537494        75      1597         0     28014      7985    294404   no data   no data
241.02/60.46	c  N st    58    701479        75      1597         0     54761      7985    680301   no data   no data
287.32/72.10	c  N st    59    806243        75      1597         0     49356      7985    579552   no data   no data
287.32/72.10	c  S st    59    806243        75      1597         0     49356      7985    579552   no data   no data
288.15/72.23	c  S st    59    806748        75      1597         0     49829      7985    588570   no data   no data
288.15/72.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
288.15/72.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
288.15/72.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
288.15/72.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
288.15/72.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
288.15/72.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
288.15/72.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
288.15/72.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
288.15/72.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
295.31/74.05	c lits-rem:      1903  cl-subs:     7756  v-elim:      0  v-fix:    0  time:  1.78 s
295.31/74.05	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
295.31/74.05	c vivif2 --  cl tried    42073 cl shrink        0 lits rem          0 time: 0.01
296.11/74.23	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.18
296.11/74.23	c calculated reachability. Time: 0.00
296.11/74.23	c  N st    59    806748        75      1597         0     42073      7985    489273   no data   no data
425.00/106.59	c  F st    60   1071876        75      1597         0     56951      7985    648803   no data   no data
425.00/106.59	c  N st    60   1071876        75      1597         0     56951      7985    648803   no data   no data
428.63/107.41	c Decided on static restart strategy
444.57/111.48	c  N st    70   1100182        75      1597         0     42321      7985    435684   no data   no data
463.34/116.19	c  N st    72   1136174        75      1597         0     74300      7985    962384   no data   no data
482.87/121.01	c  N st    73   1168567        75      1597         0     62198      7985    738978   no data   no data
507.65/127.27	c  N st    74   1210122        75      1597         0     57322      7985    653886   no data   no data
507.65/127.27	c  S st    74   1210122        75      1597         0     57322      7985    653886   no data   no data
508.41/127.44	c  S st    74   1210625        75      1597         0     57798      7985    662726   no data   no data
508.41/127.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
508.41/127.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
508.41/127.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
508.41/127.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
508.41/127.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
508.41/127.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
508.41/127.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
508.41/127.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
508.41/127.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
517.19/129.65	c lits-rem:      1191  cl-subs:     8090  v-elim:      0  v-fix:    0  time:  2.17 s
517.19/129.65	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
517.19/129.66	c vivif2 --  cl tried    49708 cl shrink        0 lits rem          0 time: 0.01
517.99/129.89	c asymm  cl-useful: 0/1535/1597 lits-rem:0 time: 0.23
517.99/129.90	c calculated reachability. Time: 0.00
517.99/129.90	c  N st    74   1210625        75      1597         0     49708      7985    556510   no data   no data
562.69/141.09	c  N st    75   1283507        75      1597         0     72009      7985    871433   no data   no data
623.75/156.37	c  N st    76   1392831        75      1597         0     81483      7985    993708   no data   no data
721.52/180.81	c  N st    77   1556815        75      1597         0     88025      7985   1034296   no data   no data
814.95/204.29	c  N st    78   1710626        75      1597         0     78840      7985    924362   no data   no data
814.95/204.29	c  S st    78   1710626        75      1597         0     78840      7985    924362   no data   no data
816.10/204.50	c  S st    78   1711127        75      1597         0     79302      7985    932498   no data   no data
816.10/204.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
816.10/204.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
816.10/204.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
816.10/204.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
816.10/204.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
816.10/204.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
816.10/204.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
816.10/204.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
816.10/204.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
838.05/210.03	c lits-rem:      3970  cl-subs:    15005  v-elim:      0  v-fix:    0  time:  5.45 s
838.05/210.03	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
838.05/210.04	c vivif2 --  cl tried    64297 cl shrink        0 lits rem          0 time: 0.01
838.85/210.29	c asymm  cl-useful: 0/1235/1597 lits-rem:0 time: 0.25
838.85/210.29	c calculated reachability. Time: 0.00
838.85/210.29	c  N st    78   1711127        75      1597         0     64297      7985    746780   no data   no data
1095.07/274.48	c Finding binary XORs  T:     0.00 s  found:       0
1095.07/274.50	c  N st    79   2080091        74      1540         1     53384      7650    549644   no data   no data
1178.07/295.26	c  N st    80   2211127        74      1540         2     74087      7650    800895   no data   no data
1178.07/295.26	c  S st    80   2211127        74      1540         2     74087      7650    800895   no data   no data
1178.89/295.50	c Finding binary XORs  T:     0.00 s  found:       0
1179.30/295.59	c  S st    80   2211630        70      1301         8     38358      6293    367699   no data   no data
1179.30/295.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1179.66/295.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
1179.66/295.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1179.66/295.60	c bin-w-bin subsume rem            1 bins  time:  0.00 s
1179.66/295.60	c subs with bin:       19  lits-rem:        23  v-fix:    0  time:  0.00 s
1179.66/295.60	c Subs w/ non-existent bins:      1 l-rem:      1 v-fix:     0 done:     70 time:  0.00 s
1179.66/295.60	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1179.66/295.61	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.01 s
1181.26/296.06	c subs with bin:     6165  lits-rem:      6558  v-fix:    0  time:  0.44 s
1183.26/296.57	c lits-rem:      1647  cl-subs:     5023  v-elim:      0  v-fix:    0  time:  0.51 s
1183.26/296.57	c vivif2 --  cl tried     1280 cl shrink        0 lits rem          0 time: 0.00
1183.26/296.57	c vivif2 --  cl tried    27170 cl shrink      128 lits rem        128 time: 0.00
1183.47/296.68	c asymm  cl-useful: 4/1280/1280 lits-rem:4 time: 0.11
1183.47/296.68	c calculated reachability. Time: 0.00
1183.47/296.68	c  N st    80   2211630        70      1280         7     27170      6176    242501   no data   no data
1183.47/296.68	c Following stats are for *FIRST FINISHED THREAD ONLY*
1183.47/296.68	c num threads              : 4          
1183.47/296.68	c restarts                 : 80         
1183.47/296.68	c dynamic restarts         : 0          
1183.47/296.68	c static restarts          : 80         
1183.47/296.68	c full restarts            : 4          
1183.47/296.68	c total simplify time      : 0.71       
1183.47/296.68	c learnts DL2              : 0          
1183.47/296.68	c learnts size 2           : 109        
1183.47/296.68	c learnts size 1           : 51          (68.00     % of vars)
1183.47/296.68	c filedLit time            : 0.09        (0.03      % time)
1183.47/296.68	c v-elim SatELite          : 0           (0.00      % vars)
1183.47/296.68	c SatELite time            : 15.39       (5.19      % time)
1183.47/296.68	c v-elim xor               : 0           (0.00      % vars)
1183.47/296.68	c xor elim time            : 0.01        (0.00      % time)
1183.47/296.68	c num binary xor trees     : 0          
1183.47/296.68	c binxor trees' crown      : 0           (nan       leafs/tree)
1183.47/296.68	c bin xor find time        : 0.00       
1183.47/296.68	c OTF clause improved      : 244852      (0.11      clauses/conflict)
1183.47/296.68	c OTF impr. size diff      : 250879      (1.02       lits/clause)
1183.47/296.68	c OTF cl watch-shrink      : 72030       (0.03      clauses/conflict)
1183.47/296.68	c OTF cl watch-sh-lit      : 75103       (1.04       lits/clause)
1183.47/296.68	c tried to recurMin cls    : 101260      (4.75       % of conflicts)
1183.47/296.68	c updated cache            : 1261        (0.01       lits/tried recurMin)
1183.47/296.68	c unit cls recevied        : 3           (5.88      % of units)
1183.47/296.68	c unit cls sent            : 7           (13.73     % of units)
1183.47/296.68	c bin cls recevied         : 5          
1183.47/296.68	c bin cls sent             : 54         
1183.47/296.68	c clauses over max glue    : 0           (0.00      % of all clauses)
1183.47/296.68	c conflicts                : 2131006     (7187.76   / sec)
1183.47/296.68	c decisions                : 2327389     (0.63      % random)
1183.47/296.68	c bogo-props               : 56320652168 (189966391.48 / sec)
1183.47/296.68	c conflict literals        : 31747997    (24.80     % deleted)
1183.47/296.68	c Memory used              : 423.82      MB
1183.47/296.68	c single-thread CPU time   : 296.48      s
1183.47/296.68	c all-threads sum CPU time : 1182.86     s
1183.47/296.68	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-3366353-1305402291/watcher-3366353-1305402291 -o /tmp/evaluation-result-3366353-1305402291/solver-3366353-1305402291 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366353-1305402291.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: 8.16 8.09 8.05 1/290 20443
/proc/meminfo: memFree=27777732/32951124 swapFree=63649232/67111528
[pid=20443] ppid=20441 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/20443/stat : 20443 (strangenight2-m) R 20441 20443 20027 0 -1 4202496 406 0 0 0 0 0 0 0 25 0 4 0 651827651 52396032 347 33554432000 4194304 4580107 140735604658256 18446744073709551615 47764066420658 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20443/statm: 12792 347 299 95 0 7774 0
[pid=20443/tid=20444] ppid=20441 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/20443/task/20444/stat : 20444 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 651827651 52396032 351 33554432000 4194304 4580107 140735604658256 18446744073709551615 47764066420249 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20443/tid=20445] ppid=20441 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/20443/task/20445/stat : 20445 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 651827651 52396032 351 33554432000 4194304 4580107 140735604658256 18446744073709551615 47764066420648 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20443/tid=20446] ppid=20441 vsize=51168 CPUtime=0 cores=1,3,5,7
/proc/20443/task/20446/stat : 20446 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 651827652 52396032 351 33554432000 4194304 4580107 140735604658256 18446744073709551615 47764066420249 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.768733 s]
/proc/loadavg: 8.16 8.09 8.05 1/290 20443
/proc/meminfo: memFree=27777732/32951124 swapFree=63649232/67111528
[pid=20443] ppid=20441 vsize=293528 CPUtime=3.04 cores=1,3,5,7
/proc/20443/stat : 20443 (strangenight2-m) R 20441 20443 20027 0 -1 4202496 4927 0 0 0 303 1 0 0 19 0 4 0 651827651 300572672 2535 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20443/statm: 73382 2535 378 95 0 68364 0
[pid=20443/tid=20444] ppid=20441 vsize=293528 CPUtime=0.76 cores=1,3,5,7
/proc/20443/task/20444/stat : 20444 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 1143 0 0 0 76 0 0 0 18 0 4 0 651827651 300572672 2535 33554432000 4194304 4580107 140735604658256 18446744073709551615 210204690567 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20443/tid=20445] ppid=20441 vsize=293528 CPUtime=0.75 cores=1,3,5,7
/proc/20443/task/20445/stat : 20445 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 1192 0 0 0 75 0 0 0 19 0 4 0 651827651 300572672 2535 33554432000 4194304 4580107 140735604658256 18446744073709551615 4485991 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20443/tid=20446] ppid=20441 vsize=293528 CPUtime=0.75 cores=1,3,5,7
/proc/20443/task/20446/stat : 20446 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 1103 0 0 0 75 0 0 0 19 0 4 0 651827652 300572672 2535 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294422 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 293528

[startup+0.800382 s]
/proc/loadavg: 8.16 8.09 8.05 1/290 20443
/proc/meminfo: memFree=27777732/32951124 swapFree=63649232/67111528
[pid=20443] ppid=20441 vsize=284904 CPUtime=3.17 cores=1,3,5,7
/proc/20443/stat : 20443 (strangenight2-m) R 20441 20443 20027 0 -1 4202496 5118 0 0 0 316 1 0 0 19 0 4 0 651827651 291741696 2254 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294468 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20443/statm: 71226 2254 378 95 0 66208 0
[pid=20443/tid=20444] ppid=20441 vsize=284904 CPUtime=0.79 cores=1,3,5,7
/proc/20443/task/20444/stat : 20444 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 1160 0 0 0 79 0 0 0 18 0 4 0 651827651 291741696 2254 33554432000 4194304 4580107 140735604658256 18446744073709551615 4321192 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20443/tid=20445] ppid=20441 vsize=284904 CPUtime=0.78 cores=1,3,5,7
/proc/20443/task/20445/stat : 20445 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 1215 0 0 0 78 0 0 0 19 0 4 0 651827651 291741696 2254 33554432000 4194304 4580107 140735604658256 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20443/tid=20446] ppid=20441 vsize=284904 CPUtime=0.78 cores=1,3,5,7
/proc/20443/task/20446/stat : 20446 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 1119 0 0 0 78 0 0 0 19 0 4 0 651827652 291741696 2254 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 284904

[startup+0.900365 s]
/proc/loadavg: 8.16 8.09 8.05 1/290 20443
/proc/meminfo: memFree=27777732/32951124 swapFree=63649232/67111528
[pid=20443] ppid=20441 vsize=284904 CPUtime=3.57 cores=1,3,5,7
/proc/20443/stat : 20443 (strangenight2-m) R 20441 20443 20027 0 -1 4202496 5323 0 0 0 356 1 0 0 19 0 4 0 651827651 291741696 2459 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294581 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20443/statm: 71226 2460 378 95 0 66208 0
[pid=20443/tid=20444] ppid=20441 vsize=284904 CPUtime=0.89 cores=1,3,5,7
/proc/20443/task/20444/stat : 20444 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 1213 0 0 0 89 0 0 0 19 0 4 0 651827651 291741696 2460 33554432000 4194304 4580107 140735604658256 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20443/tid=20445] ppid=20441 vsize=284904 CPUtime=0.88 cores=1,3,5,7
/proc/20443/task/20445/stat : 20445 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 1269 0 0 0 88 0 0 0 19 0 4 0 651827651 291741696 2460 33554432000 4194304 4580107 140735604658256 18446744073709551615 4320813 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20443/tid=20446] ppid=20441 vsize=284904 CPUtime=0.88 cores=1,3,5,7
/proc/20443/task/20446/stat : 20446 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 1169 0 0 0 88 0 0 0 19 0 4 0 651827652 291741696 2460 33554432000 4194304 4580107 140735604658256 18446744073709551615 4489474 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 284904

[startup+1.00035 s]
/proc/loadavg: 8.16 8.09 8.05 1/290 20443
/proc/meminfo: memFree=27777732/32951124 swapFree=63649232/67111528
[pid=20443] ppid=20441 vsize=284904 CPUtime=3.96 cores=1,3,5,7
/proc/20443/stat : 20443 (strangenight2-m) R 20441 20443 20027 0 -1 4202496 6603 0 0 0 395 1 0 0 19 0 4 0 651827651 291741696 3739 33554432000 4194304 4580107 140735604658256 18446744073709551615 4406451 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20443/statm: 71226 3739 379 95 0 66208 0
[pid=20443/tid=20444] ppid=20441 vsize=284904 CPUtime=0.99 cores=1,3,5,7
/proc/20443/task/20444/stat : 20444 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 1264 0 0 0 99 0 0 0 19 0 4 0 651827651 291741696 3739 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20443/tid=20445] ppid=20441 vsize=284904 CPUtime=0.98 cores=1,3,5,7
/proc/20443/task/20445/stat : 20445 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 1324 0 0 0 98 0 0 0 19 0 4 0 651827651 291741696 3739 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20443/tid=20446] ppid=20441 vsize=284904 CPUtime=0.98 cores=1,3,5,7
/proc/20443/task/20446/stat : 20446 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 1217 0 0 0 98 0 0 0 19 0 4 0 651827652 291741696 3739 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3.96
Current children cumulated vsize (KiB) 284904

[startup+1.50027 s]
/proc/loadavg: 8.16 8.09 8.05 1/290 20443
/proc/meminfo: memFree=27777732/32951124 swapFree=63649232/67111528
[pid=20443] ppid=20441 vsize=288688 CPUtime=5.97 cores=1,3,5,7
/proc/20443/stat : 20443 (strangenight2-m) R 20441 20443 20027 0 -1 4202496 9697 0 0 0 595 2 0 0 20 0 4 0 651827651 295616512 5530 33554432000 4194304 4580107 140735604658256 18446744073709551615 4321079 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20443/statm: 72172 5530 379 95 0 67154 0
[pid=20443/tid=20444] ppid=20441 vsize=288688 CPUtime=1.49 cores=1,3,5,7
/proc/20443/task/20444/stat : 20444 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 2396 0 0 0 149 0 0 0 19 0 4 0 651827651 295616512 5530 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20443/tid=20445] ppid=20441 vsize=288688 CPUtime=1.48 cores=1,3,5,7
/proc/20443/task/20445/stat : 20445 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 2604 0 0 0 148 0 0 0 20 0 4 0 651827651 295616512 5530 33554432000 4194304 4580107 140735604658256 18446744073709551615 210204344528 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20443/tid=20446] ppid=20441 vsize=288688 CPUtime=1.48 cores=1,3,5,7
/proc/20443/task/20446/stat : 20446 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 1594 0 0 0 148 0 0 0 20 0 4 0 651827652 295616512 5530 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 288688

[startup+3.101 s]
/proc/loadavg: 8.14 8.09 8.05 9/302 20463
/proc/meminfo: memFree=27701656/32951124 swapFree=63649232/67111528
[pid=20443] ppid=20441 vsize=293172 CPUtime=12.35 cores=1,3,5,7
/proc/20443/stat : 20443 (strangenight2-m) R 20441 20443 20027 0 -1 4202496 16419 0 0 0 1232 3 0 0 25 0 4 0 651827651 300208128 9006 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20443/statm: 73293 9006 379 95 0 68275 0
[pid=20443/tid=20444] ppid=20441 vsize=293172 CPUtime=3.08 cores=1,3,5,7
/proc/20443/task/20444/stat : 20444 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 4090 0 0 0 308 0 0 0 25 0 4 0 651827651 300208128 9006 33554432000 4194304 4580107 140735604658256 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20443/tid=20445] ppid=20441 vsize=293172 CPUtime=3.06 cores=1,3,5,7
/proc/20443/task/20445/stat : 20445 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 4020 0 0 0 306 0 0 0 25 0 4 0 651827651 300208128 9006 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20443/tid=20446] ppid=20441 vsize=293172 CPUtime=3.08 cores=1,3,5,7
/proc/20443/task/20446/stat : 20446 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 3747 0 0 0 308 0 0 0 25 0 4 0 651827652 300208128 9006 33554432000 4194304 4580107 140735604658256 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 293172

[startup+6.30047 s]
/proc/loadavg: 8.14 8.09 8.05 9/302 20463
/proc/meminfo: memFree=27673880/32951124 swapFree=63649232/67111528
[pid=20443] ppid=20441 vsize=284960 CPUtime=25.11 cores=1,3,5,7
/proc/20443/stat : 20443 (strangenight2-m) R 20441 20443 20027 0 -1 4202496 24028 0 0 0 2507 4 0 0 25 0 4 0 651827651 291799040 10510 33554432000 4194304 4580107 140735604658256 18446744073709551615 4305176 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20443/statm: 71240 10510 380 95 0 66222 0
[pid=20443/tid=20444] ppid=20441 vsize=284960 CPUtime=6.28 cores=1,3,5,7
/proc/20443/task/20444/stat : 20444 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 5734 0 0 0 628 0 0 0 25 0 4 0 651827651 291799040 10510 33554432000 4194304 4580107 140735604658256 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20443/tid=20445] ppid=20441 vsize=284960 CPUtime=6.23 cores=1,3,5,7
/proc/20443/task/20445/stat : 20445 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 6445 0 0 0 623 0 0 0 25 0 4 0 651827651 291799040 10510 33554432000 4194304 4580107 140735604658256 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20443/tid=20446] ppid=20441 vsize=284960 CPUtime=6.29 cores=1,3,5,7
/proc/20443/task/20446/stat : 20446 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 5413 0 0 0 628 1 0 0 25 0 4 0 651827652 291799040 10512 33554432000 4194304 4580107 140735604658256 18446744073709551615 4401342 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 284960

[startup+12.7004 s]
/proc/loadavg: 8.12 8.09 8.05 9/302 20463
/proc/meminfo: memFree=27649352/32951124 swapFree=63649232/67111528
[pid=20443] ppid=20441 vsize=296048 CPUtime=50.68 cores=1,3,5,7
/proc/20443/stat : 20443 (strangenight2-m) R 20441 20443 20027 0 -1 4202496 36973 0 0 0 5062 6 0 0 25 0 4 0 651827651 303153152 12956 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20443/statm: 74012 12956 379 95 0 68994 0
[pid=20443/tid=20444] ppid=20441 vsize=296048 CPUtime=12.7 cores=1,3,5,7
/proc/20443/task/20444/stat : 20444 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 8725 0 0 0 1269 1 0 0 25 0 4 0 651827651 303153152 12959 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20443/tid=20445] ppid=20441 vsize=296048 CPUtime=12.58 cores=1,3,5,7
/proc/20443/task/20445/stat : 20445 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 9747 0 0 0 1257 1 0 0 25 0 4 0 651827651 303153152 12959 33554432000 4194304 4580107 140735604658256 18446744073709551615 4295727 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20443/tid=20446] ppid=20441 vsize=296048 CPUtime=12.69 cores=1,3,5,7
/proc/20443/task/20446/stat : 20446 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 8832 0 0 0 1268 1 0 0 25 0 4 0 651827652 303153152 12959 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 296048

[startup+25.5003 s]
/proc/loadavg: 8.10 8.08 8.05 9/302 20463
/proc/meminfo: memFree=27605696/32951124 swapFree=63649232/67111528
[pid=20443] ppid=20441 vsize=293008 CPUtime=101.75 cores=1,3,5,7
/proc/20443/stat : 20443 (strangenight2-m) R 20441 20443 20027 0 -1 4202496 58425 0 0 0 10164 11 0 0 25 0 4 0 651827651 300040192 17294 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20443/statm: 73252 17294 379 95 0 68234 0
[pid=20443/tid=20444] ppid=20441 vsize=293008 CPUtime=25.48 cores=1,3,5,7
/proc/20443/task/20444/stat : 20444 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 14105 0 0 0 2546 2 0 0 25 0 4 0 651827651 300040192 17294 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20443/tid=20445] ppid=20441 vsize=293008 CPUtime=25.26 cores=1,3,5,7
/proc/20443/task/20445/stat : 20445 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 14632 0 0 0 2524 2 0 0 25 0 4 0 651827651 300040192 17294 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20443/tid=20446] ppid=20441 vsize=293008 CPUtime=25.49 cores=1,3,5,7
/proc/20443/task/20446/stat : 20446 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 14596 0 0 0 2546 3 0 0 25 0 4 0 651827652 300040192 17294 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 293008

[startup+51.101 s]
/proc/loadavg: 8.14 8.09 8.05 9/302 20464
/proc/meminfo: memFree=27569772/32951124 swapFree=63649232/67111528
[pid=20443] ppid=20441 vsize=306836 CPUtime=203.91 cores=1,3,5,7
/proc/20443/stat : 20443 (strangenight2-m) R 20441 20443 20027 0 -1 4202496 86375 0 0 0 20372 19 0 0 25 0 4 0 651827651 314200064 20421 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294468 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20443/statm: 76709 20421 379 95 0 71691 0
[pid=20443/tid=20444] ppid=20441 vsize=306836 CPUtime=51.09 cores=1,3,5,7
/proc/20443/task/20444/stat : 20444 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 21019 0 0 0 5105 4 0 0 25 0 4 0 651827651 314200064 20421 33554432000 4194304 4580107 140735604658256 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20443/tid=20445] ppid=20441 vsize=306836 CPUtime=50.63 cores=1,3,5,7
/proc/20443/task/20445/stat : 20445 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 21156 0 0 0 5059 4 0 0 25 0 4 0 651827651 314200064 20421 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20443/tid=20446] ppid=20441 vsize=306836 CPUtime=51.09 cores=1,3,5,7
/proc/20443/task/20446/stat : 20446 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 21192 0 0 0 5104 5 0 0 25 0 4 0 651827652 314200064 20421 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294436 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.91
Current children cumulated vsize (KiB) 306836

[startup+102.3 s]
/proc/loadavg: 8.06 8.08 8.05 9/302 20465
/proc/meminfo: memFree=27482312/32951124 swapFree=63649232/67111528
[pid=20443] ppid=20441 vsize=321820 CPUtime=408.24 cores=1,3,5,7
/proc/20443/stat : 20443 (strangenight2-m) R 20441 20443 20027 0 -1 4202496 133294 0 0 0 40791 33 0 0 25 0 4 0 651827651 329543680 28912 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294589 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20443/statm: 80455 28912 379 95 0 75437 0
[pid=20443/tid=20444] ppid=20441 vsize=321820 CPUtime=102.28 cores=1,3,5,7
/proc/20443/task/20444/stat : 20444 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 31450 0 0 0 10221 7 0 0 25 0 4 0 651827651 329543680 28912 33554432000 4194304 4580107 140735604658256 18446744073709551615 4305152 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20443/tid=20445] ppid=20441 vsize=321820 CPUtime=101.36 cores=1,3,5,7
/proc/20443/task/20445/stat : 20445 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 33365 0 0 0 10129 7 0 0 25 0 4 0 651827651 329543680 28912 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20443/tid=20446] ppid=20441 vsize=321820 CPUtime=102.28 cores=1,3,5,7
/proc/20443/task/20446/stat : 20446 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 33069 0 0 0 10220 8 0 0 25 0 4 0 651827652 329543680 28912 33554432000 4194304 4580107 140735604658256 18446744073709551615 4322530 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.24
Current children cumulated vsize (KiB) 321820

[startup+162.3 s]
/proc/loadavg: 8.16 8.09 8.05 9/302 20467
/proc/meminfo: memFree=27427200/32951124 swapFree=63649232/67111528
[pid=20443] ppid=20441 vsize=323520 CPUtime=647.72 cores=1,3,5,7
/proc/20443/stat : 20443 (strangenight2-m) R 20441 20443 20027 0 -1 4202496 183635 0 0 0 64723 49 0 0 25 0 4 0 651827651 331284480 37401 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20443/statm: 80880 37401 379 95 0 75862 0
[pid=20443/tid=20444] ppid=20441 vsize=323520 CPUtime=162.29 cores=1,3,5,7
/proc/20443/task/20444/stat : 20444 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 42565 0 0 0 16219 10 0 0 25 0 4 0 651827651 331284480 37402 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20443/tid=20445] ppid=20441 vsize=323520 CPUtime=160.82 cores=1,3,5,7
/proc/20443/task/20445/stat : 20445 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 47960 0 0 0 16071 11 0 0 25 0 4 0 651827651 331284480 37402 33554432000 4194304 4580107 140735604658256 18446744073709551615 4406473 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20443/tid=20446] ppid=20441 vsize=323520 CPUtime=162.3 cores=1,3,5,7
/proc/20443/task/20446/stat : 20446 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 46104 0 0 0 16217 13 0 0 25 0 4 0 651827652 331284480 37402 33554432000 4194304 4580107 140735604658256 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 647.72
Current children cumulated vsize (KiB) 323520

[startup+222.3 s]
/proc/loadavg: 8.13 8.09 8.05 9/302 20468
/proc/meminfo: memFree=27334876/32951124 swapFree=63649232/67111528
[pid=20443] ppid=20441 vsize=336720 CPUtime=887.14 cores=1,3,5,7
/proc/20443/stat : 20443 (strangenight2-m) R 20441 20443 20027 0 -1 4202496 217013 0 0 0 88653 61 0 0 25 0 4 0 651827651 344801280 49517 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294520 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20443/statm: 84180 49517 379 95 0 79162 0
[pid=20443/tid=20444] ppid=20441 vsize=336720 CPUtime=222.29 cores=1,3,5,7
/proc/20443/task/20444/stat : 20444 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 50820 0 0 0 22215 14 0 0 25 0 4 0 651827651 344801280 49517 33554432000 4194304 4580107 140735604658256 18446744073709551615 4406358 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20443/tid=20445] ppid=20441 vsize=336720 CPUtime=220.25 cores=1,3,5,7
/proc/20443/task/20445/stat : 20445 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 53481 0 0 0 22012 13 0 0 25 0 4 0 651827651 344801280 49517 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20443/tid=20446] ppid=20441 vsize=336720 CPUtime=222.29 cores=1,3,5,7
/proc/20443/task/20446/stat : 20446 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 55390 0 0 0 22213 16 0 0 25 0 4 0 651827652 344801280 49517 33554432000 4194304 4580107 140735604658256 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 887.14
Current children cumulated vsize (KiB) 336720

[startup+282.311 s]
/proc/loadavg: 8.12 8.09 8.05 9/302 20470
/proc/meminfo: memFree=27297276/32951124 swapFree=63649232/67111528
[pid=20443] ppid=20441 vsize=379972 CPUtime=1126.64 cores=1,3,5,7
/proc/20443/stat : 20443 (strangenight2-m) R 20441 20443 20027 0 -1 4202496 242572 0 0 0 112589 75 0 0 25 0 4 0 651827651 389091328 51013 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20443/statm: 94993 51013 379 95 0 89975 0
[pid=20443/tid=20444] ppid=20441 vsize=379972 CPUtime=282.3 cores=1,3,5,7
/proc/20443/task/20444/stat : 20444 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 57824 0 0 0 28213 17 0 0 25 0 4 0 651827651 389091328 51013 33554432000 4194304 4580107 140735604658256 18446744073709551615 4304894 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20443/tid=20445] ppid=20441 vsize=379972 CPUtime=279.71 cores=1,3,5,7
/proc/20443/task/20445/stat : 20445 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 55668 0 0 0 27957 14 0 0 25 0 4 0 651827651 389091328 51013 33554432000 4194304 4580107 140735604658256 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20443/tid=20446] ppid=20441 vsize=379972 CPUtime=282.3 cores=1,3,5,7
/proc/20443/task/20446/stat : 20446 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 62784 0 0 0 28210 20 0 0 25 0 4 0 651827652 389091328 51013 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1126.64
Current children cumulated vsize (KiB) 379972

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

[startup+288.6 s]
/proc/loadavg: 8.11 8.08 8.05 9/302 20470
/proc/meminfo: memFree=27280660/32951124 swapFree=63649232/67111528
[pid=20443] ppid=20441 vsize=314468 CPUtime=1151.74 cores=1,3,5,7
/proc/20443/stat : 20443 (strangenight2-m) R 20441 20443 20027 0 -1 4202496 244702 0 0 0 115098 76 0 0 25 0 4 0 651827651 322015232 50352 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20443/statm: 78617 50352 379 95 0 73599 0
[pid=20443/tid=20444] ppid=20441 vsize=314468 CPUtime=288.58 cores=1,3,5,7
/proc/20443/task/20444/stat : 20444 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 59058 0 0 0 28841 17 0 0 25 0 4 0 651827651 322015232 50352 33554432000 4194304 4580107 140735604658256 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20443/tid=20445] ppid=20441 vsize=314468 CPUtime=285.95 cores=1,3,5,7
/proc/20443/task/20445/stat : 20445 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 55668 0 0 0 28581 14 0 0 25 0 4 0 651827651 322015232 50352 33554432000 4194304 4580107 140735604658256 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20443/tid=20446] ppid=20441 vsize=314468 CPUtime=288.59 cores=1,3,5,7
/proc/20443/task/20446/stat : 20446 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 63079 0 0 0 28839 20 0 0 25 0 4 0 651827652 322015232 50352 33554432000 4194304 4580107 140735604658256 18446744073709551615 4293235 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1151.74
Current children cumulated vsize (KiB) 314468

[startup+291.801 s]
/proc/loadavg: 8.11 8.08 8.05 9/302 20470
/proc/meminfo: memFree=27277056/32951124 swapFree=63649232/67111528
[pid=20443] ppid=20441 vsize=445540 CPUtime=1164.51 cores=1,3,5,7
/proc/20443/stat : 20443 (strangenight2-m) R 20441 20443 20027 0 -1 4202496 246497 0 0 0 116375 76 0 0 25 0 4 0 651827651 456232960 52147 33554432000 4194304 4580107 140735604658256 18446744073709551615 4293064 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20443/statm: 111385 52147 379 95 0 106367 0
[pid=20443/tid=20444] ppid=20441 vsize=445540 CPUtime=291.79 cores=1,3,5,7
/proc/20443/task/20444/stat : 20444 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 59295 0 0 0 29161 18 0 0 25 0 4 0 651827651 456232960 52147 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294701 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20443/tid=20445] ppid=20441 vsize=445540 CPUtime=289.12 cores=1,3,5,7
/proc/20443/task/20445/stat : 20445 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 56380 0 0 0 28898 14 0 0 25 0 4 0 651827651 456232960 52147 33554432000 4194304 4580107 140735604658256 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20443/tid=20446] ppid=20441 vsize=445540 CPUtime=291.79 cores=1,3,5,7
/proc/20443/task/20446/stat : 20446 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 63079 0 0 0 29159 20 0 0 25 0 4 0 651827652 456232960 52147 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1164.51
Current children cumulated vsize (KiB) 445540

[startup+295 s]
/proc/loadavg: 8.10 8.08 8.05 9/302 20470
/proc/meminfo: memFree=27272716/32951124 swapFree=63649232/67111528
[pid=20443] ppid=20441 vsize=433988 CPUtime=1177.27 cores=1,3,5,7
/proc/20443/stat : 20443 (strangenight2-m) R 20441 20443 20027 0 -1 4202496 247207 0 0 0 117651 76 0 0 25 0 4 0 651827651 444403712 51347 33554432000 4194304 4580107 140735604658256 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20443/statm: 108497 51347 379 95 0 103479 0
[pid=20443/tid=20444] ppid=20441 vsize=433988 CPUtime=294.99 cores=1,3,5,7
/proc/20443/task/20444/stat : 20444 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 59335 0 0 0 29481 18 0 0 25 0 4 0 651827651 444403712 51347 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20443/tid=20445] ppid=20441 vsize=433988 CPUtime=292.28 cores=1,3,5,7
/proc/20443/task/20445/stat : 20445 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 56720 0 0 0 29214 14 0 0 25 0 4 0 651827651 444403712 51347 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20443/tid=20446] ppid=20441 vsize=433988 CPUtime=294.99 cores=1,3,5,7
/proc/20443/task/20446/stat : 20446 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 63079 0 0 0 29479 20 0 0 25 0 4 0 651827652 444403712 51347 33554432000 4194304 4580107 140735604658256 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1177.27
Current children cumulated vsize (KiB) 433988

[startup+295.801 s]
/proc/loadavg: 8.10 8.08 8.05 9/302 20470
/proc/meminfo: memFree=27271724/32951124 swapFree=63649232/67111528
[pid=20443] ppid=20441 vsize=433988 CPUtime=1180.46 cores=1,3,5,7
/proc/20443/stat : 20443 (strangenight2-m) R 20441 20443 20027 0 -1 4202496 247659 0 0 0 117970 76 0 0 25 0 4 0 651827651 444403712 51799 33554432000 4194304 4580107 140735604658256 18446744073709551615 4406355 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20443/statm: 108497 51799 379 95 0 103479 0
[pid=20443/tid=20444] ppid=20441 vsize=433988 CPUtime=295.79 cores=1,3,5,7
/proc/20443/task/20444/stat : 20444 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 59335 0 0 0 29561 18 0 0 25 0 4 0 651827651 444403712 51799 33554432000 4194304 4580107 140735604658256 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20443/tid=20445] ppid=20441 vsize=433988 CPUtime=293.07 cores=1,3,5,7
/proc/20443/task/20445/stat : 20445 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 56795 0 0 0 29293 14 0 0 25 0 4 0 651827651 444403712 51799 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20443/tid=20446] ppid=20441 vsize=433988 CPUtime=295.79 cores=1,3,5,7
/proc/20443/task/20446/stat : 20446 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 63427 0 0 0 29559 20 0 0 25 0 4 0 651827652 444403712 51799 33554432000 4194304 4580107 140735604658256 18446744073709551615 4321192 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1180.46
Current children cumulated vsize (KiB) 433988

[startup+296.201 s]
/proc/loadavg: 8.10 8.08 8.05 9/302 20470
/proc/meminfo: memFree=27271724/32951124 swapFree=63649232/67111528
[pid=20443] ppid=20441 vsize=433988 CPUtime=1182.07 cores=1,3,5,7
/proc/20443/stat : 20443 (strangenight2-m) R 20441 20443 20027 0 -1 4202496 247755 0 0 0 118130 77 0 0 25 0 4 0 651827651 444403712 51895 33554432000 4194304 4580107 140735604658256 18446744073709551615 4406324 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20443/statm: 108497 51895 379 95 0 103479 0
[pid=20443/tid=20444] ppid=20441 vsize=433988 CPUtime=296.19 cores=1,3,5,7
/proc/20443/task/20444/stat : 20444 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 59335 0 0 0 29601 18 0 0 25 0 4 0 651827651 444403712 51895 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=20443/tid=20445] ppid=20441 vsize=433988 CPUtime=293.47 cores=1,3,5,7
/proc/20443/task/20445/stat : 20445 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 56837 0 0 0 29333 14 0 0 25 0 4 0 651827651 444403712 51895 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=20443/tid=20446] ppid=20441 vsize=433988 CPUtime=296.19 cores=1,3,5,7
/proc/20443/task/20446/stat : 20446 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 63481 0 0 0 29599 20 0 0 25 0 4 0 651827652 444403712 51895 33554432000 4194304 4580107 140735604658256 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1182.07
Current children cumulated vsize (KiB) 433988

[startup+296.611 s]
/proc/loadavg: 8.10 8.08 8.05 7/302 20470
/proc/meminfo: memFree=27263416/32951124 swapFree=63649232/67111528
[pid=20443] ppid=20441 vsize=433988 CPUtime=1183.47 cores=1,3,5,7
/proc/20443/stat : 20443 (strangenight2-m) R 20441 20443 20027 0 -1 4202496 247793 0 0 0 118270 77 0 0 25 0 4 0 651827651 444403712 51933 33554432000 4194304 4580107 140735604658256 18446744073709551615 4294376 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/20443/statm: 108497 51933 379 95 0 103479 0
[pid=20443/tid=20444] ppid=20441 vsize=433988 CPUtime=296.48 cores=1,3,5,7
/proc/20443/task/20444/stat : 20444 (strangenight2-m) S 20441 20443 20027 0 -1 4202560 59335 0 0 0 29630 18 0 0 25 0 4 0 651827651 444403712 51933 33554432000 4194304 4580107 140735604658256 18446744073709551615 47764066420276 0 0 4096 2 18446604455112702016 0 0 -1 5 0 0 0
[pid=20443/tid=20445] ppid=20441 vsize=433988 CPUtime=293.76 cores=1,3,5,7
/proc/20443/task/20445/stat : 20445 (strangenight2-m) S 20441 20443 20027 0 -1 4202560 56854 0 0 0 29362 14 0 0 25 0 4 0 651827651 444403712 51933 33554432000 4194304 4580107 140735604658256 18446744073709551615 47764066420276 0 0 4096 2 18446604455112702016 0 0 -1 7 0 0 0
[pid=20443/tid=20446] ppid=20441 vsize=433988 CPUtime=296.59 cores=1,3,5,7
/proc/20443/task/20446/stat : 20446 (strangenight2-m) R 20441 20443 20027 0 -1 4202560 63500 0 0 0 29639 20 0 0 25 0 4 0 651827652 444403712 51933 33554432000 4194304 4580107 140735604658256 18446744073709551615 47764066395844 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1183.47
Current children cumulated vsize (KiB) 433988

Child status: 20
Real time (s): 296.7
CPU time (s): 1183.64
CPU user time (s): 1182.86
CPU system time (s): 0.780881
CPU usage (%): 398.936
Max. virtual memory (cumulated for all children) (KiB): 457044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1182.86
system time used= 0.780881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 247796
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= 218
involuntary context switches= 8414

runsolver used 0.703892 second user time and 2.03569 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-14 21:44:51
IDJOB=3366353
IDBENCH=82762
IDSOLVER=1844
FILE ID=node130/3366353-1305402291
RUNJOBID= node130-1305401086-20342
PBS_JOBID= 13324461
Free space on /tmp= 73424 MiB

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

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

MD5SUM BENCH= 9f541a728bb78454d33f408db36e3bd8
RANDOM SEED=860006042

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27777764 kB
Buffers:        255700 kB
Cached:        3594188 kB
SwapCached:      10248 kB
Active:        1141948 kB
Inactive:      3761160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27777764 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:            5488 kB
Writeback:           0 kB
AnonPages:     1051468 kB
Mapped:          13096 kB
Slab:           182680 kB
PageTables:      24724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51455796 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= 73416 MiB
End job on node130 at 2011-05-14 21:49:48