Trace number 3173944

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 1180.01 295.405

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.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-3173944-1304073894.cnf'
0.00/0.00	c -- header says num vars:             75
0.00/0.00	c -- header says num clauses:        1597
0.00/0.00	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.00	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.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.05	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.05	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.05	c calculated reachability. Time: 0.00
0.00/0.05	c Calc default polars -  time:   0.00 s pos:      35 undec:       1 neg:      39
0.00/0.05	c =========================================================================================
0.00/0.05	c types(t): F = full restart, N = normal restart
0.00/0.05	c types(t): S = simplification begin/end, E = solution found
0.00/0.05	c restart types(rt): st = static, dy = dynamic
0.00/0.05	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.05	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.05	c Decided on static restart strategy
0.40/0.15	c  N st     8      4915        75      1597         0      4509      7985     77817   no data   no data
0.77/0.28	c  N st    10     11302        75      1597         0      4134      7985     57906   no data   no data
1.57/0.43	c  N st    11     17047        75      1597         0      9336      7985    148026   no data   no data
2.77/0.71	c  F st    12     25000        75      1597         0     11417      7985    177478   no data   no data
2.77/0.71	c  N st    12     25000        75      1597         0     11417      7985    177478   no data   no data
3.57/0.90	c Decided on static restart strategy
3.57/0.90	c  N st    18     30005        75      1597         0      9794      7985    143141   no data   no data
3.57/0.90	c  S st    18     30005        75      1597         0      9794      7985    143141   no data   no data
3.57/0.93	c  S st    18     30509        75      1597         0     10269      7985    151610   no data   no data
3.57/0.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.57/0.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.57/0.93	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.57/0.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.57/0.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.57/0.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.97/1.10	c lits-rem:       302  cl-subs:     2531  v-elim:      0  v-fix:    0  time:  0.16 s
4.38/1.13	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
4.38/1.13	c calculated reachability. Time: 0.00
4.38/1.13	c  N st    18     30509        75      1597         0      7738      7985    112838   no data   no data
5.57/1.41	c  N st    20     37625        75      1597         0      7134      7985     93335   no data   no data
6.37/1.68	c  N st    21     44027        75      1597         0     12954      7985    191907   no data   no data
6.77/1.78	c  S st    22     45763        75      1597         0     14529      7985    217312   no data   no data
7.17/1.82	c  S st    22     46267        75      1597         0     14999      7985    226080   no data   no data
7.17/1.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.17/1.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.17/1.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.17/1.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.17/1.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.17/1.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.17/1.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.17/1.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.17/1.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.37/2.15	c lits-rem:       362  cl-subs:     2763  v-elim:      0  v-fix:    0  time:  0.31 s
8.37/2.15	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
8.37/2.15	c vivif2 --  cl tried    12236 cl shrink        0 lits rem          0 time: 0.00
8.37/2.19	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.37/2.19	c calculated reachability. Time: 0.00
8.37/2.19	c  N st    22     46267        75      1597         0     12236      7985    182136   no data   no data
11.56/2.90	c  N st    23     60666        75      1597         0     17177      7985    243884   no data   no data
13.17/3.31	c  N st    24     69401        75      1597         0     16134      7985    223329   no data   no data
13.17/3.31	c  S st    24     69401        75      1597         0     16134      7985    223329   no data   no data
13.17/3.35	c  S st    24     69904        75      1597         0     16608      7985    231773   no data   no data
13.17/3.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.17/3.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.17/3.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.17/3.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.17/3.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.17/3.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
13.17/3.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.17/3.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.17/3.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.76/3.72	c lits-rem:       303  cl-subs:     3438  v-elim:      0  v-fix:    0  time:  0.35 s
14.76/3.72	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.76/3.72	c vivif2 --  cl tried    13170 cl shrink        0 lits rem          0 time: 0.00
14.76/3.77	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.05
14.76/3.77	c calculated reachability. Time: 0.00
14.76/3.77	c  N st    24     69904        75      1597         0     13170      7985    182612   no data   no data
18.35/4.64	c  F st    25     87501        75      1597         0     19254      7985    265972   no data   no data
18.35/4.64	c  N st    25     87501        75      1597         0     19254      7985    265972   no data   no data
19.55/4.94	c Decided on static restart strategy
20.35/5.10	c  N st    32     95539        75      1597         0     15894      7985    212980   no data   no data
22.74/5.72	c  N st    34    104857        75      1597         0     12603      7985    152190   no data   no data
22.74/5.72	c  S st    34    104857        75      1597         0     12603      7985    152190   no data   no data
22.74/5.75	c  S st    34    105362        75      1597         0     13083      7985    161255   no data   no data
22.74/5.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.74/5.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
22.74/5.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.74/5.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.74/5.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.74/5.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
22.74/5.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.74/5.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
22.74/5.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.14/5.84	c lits-rem:        95  cl-subs:     1248  v-elim:      0  v-fix:    0  time:  0.08 s
23.14/5.84	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
23.14/5.84	c vivif2 --  cl tried    11835 cl shrink        0 lits rem          0 time: 0.00
23.14/5.88	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
23.14/5.88	c calculated reachability. Time: 0.00
23.14/5.88	c  N st    34    105362        75      1597         0     11835      7985    143908   no data   no data
25.55/6.42	c  N st    35    114960        75      1597         0     20439      7985    281856   no data   no data
28.74/7.28	c  N st    36    129357        75      1597         0     20778      7985    274400   no data   no data
34.33/8.66	c  N st    37    150954        75      1597         0     26627      7985    354113   no data   no data
36.33/9.17	c  S st    38    158043        75      1597         0     18777      7985    228467   no data   no data
36.73/9.22	c  S st    38    158547        75      1597         0     19247      7985    236898   no data   no data
36.73/9.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.73/9.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
36.73/9.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.73/9.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.73/9.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.73/9.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
36.73/9.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.73/9.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
36.73/9.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.53/9.49	c lits-rem:       300  cl-subs:     2781  v-elim:      0  v-fix:    0  time:  0.26 s
37.53/9.49	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
37.93/9.50	c vivif2 --  cl tried    16466 cl shrink        0 lits rem          0 time: 0.00
37.93/9.55	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
37.93/9.55	c calculated reachability. Time: 0.00
37.93/9.55	c  N st    38    158547        75      1597         0     16466      7985    198901   no data   no data
50.71/12.75	c  N st    39    207135        75      1597         0     28549      7985    366573   no data   no data
59.50/14.95	c  N st    40    237820        75      1597         0     21326      7985    247068   no data   no data
59.50/14.95	c  S st    40    237820        75      1597         0     21326      7985    247068   no data   no data
59.90/15.00	c  S st    40    238325        75      1597         0     21807      7985    256052   no data   no data
59.90/15.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.90/15.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
59.90/15.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
59.90/15.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.90/15.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.90/15.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
59.90/15.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
59.90/15.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
59.90/15.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.70/15.27	c lits-rem:       215  cl-subs:     2434  v-elim:      0  v-fix:    0  time:  0.25 s
60.70/15.27	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
60.70/15.27	c vivif2 --  cl tried    19373 cl shrink        0 lits rem          0 time: 0.00
61.10/15.34	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
61.10/15.34	c calculated reachability. Time: 0.00
61.10/15.34	c  N st    40    238325        75      1597         0     19373      7985    224917   no data   no data
81.48/20.47	c  F st    41    306251        75      1597         0     21210      7985    226706   no data   no data
81.48/20.47	c  N st    41    306251        75      1597         0     21210      7985    226706   no data   no data
83.07/20.84	c Decided on static restart strategy
91.06/22.85	c  N st    51    334553        75      1597         0     25289      7985    290886   no data   no data
98.65/24.78	c  N st    53    357488        75      1597         0     23479      7985    250792   no data   no data
98.65/24.78	c  S st    53    357488        75      1597         0     23479      7985    250792   no data   no data
99.05/24.83	c  S st    53    357990        75      1597         0     23948      7985    259497   no data   no data
99.05/24.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
99.05/24.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
99.05/24.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
99.05/24.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
99.05/24.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.05/24.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
99.05/24.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
99.05/24.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
99.05/24.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.85/25.03	c lits-rem:       164  cl-subs:     1687  v-elim:      0  v-fix:    0  time:  0.18 s
99.85/25.03	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
99.85/25.03	c vivif2 --  cl tried    22261 cl shrink        0 lits rem          0 time: 0.00
100.25/25.11	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.08
100.25/25.11	c calculated reachability. Time: 0.00
100.25/25.11	c  N st    53    357990        75      1597         0     22261      7985    238290   no data   no data
111.83/28.00	c  N st    54    390383        75      1597         0     28042      7985    318315   no data   no data
128.61/32.28	c  N st    55    438971        75      1597         0     47341      7985    634845   no data   no data
158.19/39.69	c  N st    56    511855        75      1597         0     34593      7985    396062   no data   no data
169.75/42.54	c  N st    57    536987        75      1597         0     29325      7985    307924   no data   no data
169.75/42.54	c  S st    57    536987        75      1597         0     29325      7985    307924   no data   no data
170.15/42.61	c  S st    57    537494        75      1597         0     29797      7985    316509   no data   no data
170.15/42.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
170.15/42.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
170.15/42.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
170.15/42.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
170.15/42.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
170.15/42.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
170.15/42.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
170.15/42.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
170.15/42.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
170.96/42.87	c lits-rem:       165  cl-subs:     1783  v-elim:      0  v-fix:    0  time:  0.23 s
170.96/42.87	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
170.96/42.87	c vivif2 --  cl tried    28014 cl shrink        0 lits rem          0 time: 0.00
171.38/42.97	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.10
171.38/42.97	c calculated reachability. Time: 0.00
171.38/42.97	c  N st    57    537494        75      1597         0     28014      7985    294404   no data   no data
240.47/60.20	c  N st    58    701479        75      1597         0     54761      7985    680301   no data   no data
286.40/71.77	c  N st    59    806243        75      1597         0     49356      7985    579552   no data   no data
286.40/71.77	c  S st    59    806243        75      1597         0     49356      7985    579552   no data   no data
286.80/71.89	c  S st    59    806748        75      1597         0     49829      7985    588570   no data   no data
287.21/71.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
287.21/71.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
287.21/71.91	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
287.21/71.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
287.21/71.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
287.21/71.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
287.21/71.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
287.21/71.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
287.21/71.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
294.41/73.72	c lits-rem:      1903  cl-subs:     7756  v-elim:      0  v-fix:    0  time:  1.79 s
294.41/73.72	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
294.41/73.73	c vivif2 --  cl tried    42073 cl shrink        0 lits rem          0 time: 0.01
295.19/73.91	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.18
295.19/73.91	c calculated reachability. Time: 0.00
295.19/73.91	c  N st    59    806748        75      1597         0     42073      7985    489273   no data   no data
423.83/106.10	c  F st    60   1071876        75      1597         0     56951      7985    648803   no data   no data
423.83/106.10	c  N st    60   1071876        75      1597         0     56951      7985    648803   no data   no data
427.02/106.92	c Decided on static restart strategy
443.00/110.97	c  N st    70   1100182        75      1597         0     42321      7985    435684   no data   no data
461.80/115.62	c  N st    72   1136174        75      1597         0     74300      7985    962384   no data   no data
480.95/120.42	c  N st    73   1168567        75      1597         0     62198      7985    738978   no data   no data
505.74/126.63	c  N st    74   1210122        75      1597         0     57322      7985    653886   no data   no data
505.74/126.63	c  S st    74   1210122        75      1597         0     57322      7985    653886   no data   no data
506.52/126.80	c  S st    74   1210625        75      1597         0     57798      7985    662726   no data   no data
506.52/126.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
506.52/126.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
506.52/126.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
506.52/126.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
506.52/126.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
506.52/126.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
506.52/126.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
506.52/126.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
506.52/126.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
515.30/129.03	c lits-rem:      1191  cl-subs:     8090  v-elim:      0  v-fix:    0  time:  2.18 s
515.30/129.03	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
515.30/129.04	c vivif2 --  cl tried    49708 cl shrink        0 lits rem          0 time: 0.01
516.10/129.27	c asymm  cl-useful: 0/1535/1597 lits-rem:0 time: 0.23
516.10/129.27	c calculated reachability. Time: 0.00
516.10/129.27	c  N st    74   1210625        75      1597         0     49708      7985    556510   no data   no data
560.84/140.40	c  N st    75   1283507        75      1597         0     72009      7985    871433   no data   no data
621.17/155.60	c  N st    76   1392831        75      1597         0     81483      7985    993708   no data   no data
718.63/179.95	c  N st    77   1556815        75      1597         0     88025      7985   1034296   no data   no data
811.71/203.24	c  N st    78   1710626        75      1597         0     78840      7985    924362   no data   no data
811.71/203.24	c  S st    78   1710626        75      1597         0     78840      7985    924362   no data   no data
812.51/203.45	c  S st    78   1711127        75      1597         0     79302      7985    932498   no data   no data
812.51/203.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
812.51/203.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
812.51/203.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
812.51/203.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
812.51/203.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
812.51/203.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
812.51/203.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
812.51/203.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
812.93/203.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
834.48/209.00	c lits-rem:      3970  cl-subs:    15005  v-elim:      0  v-fix:    0  time:  5.47 s
834.48/209.00	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
834.90/209.01	c vivif2 --  cl tried    64297 cl shrink        0 lits rem          0 time: 0.01
835.68/209.26	c asymm  cl-useful: 0/1235/1597 lits-rem:0 time: 0.25
835.68/209.26	c calculated reachability. Time: 0.00
835.68/209.26	c  N st    78   1711127        75      1597         0     64297      7985    746780   no data   no data
1091.73/273.32	c Finding binary XORs  T:     0.00 s  found:       0
1091.73/273.35	c  N st    79   2080091        74      1540         1     53384      7650    549644   no data   no data
1174.42/294.04	c  N st    80   2211127        74      1540         2     74087      7650    800895   no data   no data
1174.42/294.04	c  S st    80   2211127        74      1540         2     74087      7650    800895   no data   no data
1175.62/294.35	c Finding binary XORs  T:     0.00 s  found:       0
1176.02/294.44	c  S st    80   2211634        69      1248         6     32667      5990    304373   no data   no data
1176.02/294.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1176.02/294.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
1176.02/294.45	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1176.02/294.45	c bin-w-bin subsume rem            1 bins  time:  0.00 s
1176.02/294.45	c subs with bin:       14  lits-rem:        18  v-fix:    0  time:  0.00 s
1176.02/294.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     69 time:  0.00 s
1176.02/294.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1176.02/294.45	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.01 s
1176.82/294.69	c subs with bin:     3686  lits-rem:      3588  v-fix:    0  time:  0.23 s
1178.81/295.12	c lits-rem:      1569  cl-subs:     4613  v-elim:      0  v-fix:    0  time:  0.44 s
1178.81/295.12	c vivif2 --  cl tried     1233 cl shrink        0 lits rem          0 time: 0.00
1178.81/295.13	c vivif2 --  cl tried    24368 cl shrink        0 lits rem          0 time: 0.00
1179.21/295.23	c asymm  cl-useful: 2/1233/1233 lits-rem:2 time: 0.10
1179.21/295.23	c calculated reachability. Time: 0.00
1179.21/295.23	c  N st    80   2211634        69      1233         5     24368      5905    214653   no data   no data
1179.61/295.39	c Following stats are for *FIRST FINISHED THREAD ONLY*
1179.61/295.39	c num threads              : 4          
1179.61/295.39	c restarts                 : 80         
1179.61/295.39	c dynamic restarts         : 0          
1179.61/295.39	c static restarts          : 80         
1179.61/295.39	c full restarts            : 4          
1179.61/295.39	c total simplify time      : 0.84       
1179.61/295.39	c learnts DL2              : 0          
1179.61/295.39	c learnts size 2           : 102        
1179.61/295.39	c learnts size 1           : 53          (70.67     % of vars)
1179.61/295.39	c filedLit time            : 0.09        (0.03      % time)
1179.61/295.39	c v-elim SatELite          : 0           (0.00      % vars)
1179.61/295.39	c SatELite time            : 15.54       (5.27      % time)
1179.61/295.39	c v-elim xor               : 0           (0.00      % vars)
1179.61/295.39	c xor elim time            : 0.01        (0.00      % time)
1179.61/295.39	c num binary xor trees     : 0          
1179.61/295.39	c binxor trees' crown      : 0           (nan       leafs/tree)
1179.61/295.39	c bin xor find time        : 0.00       
1179.61/295.39	c OTF clause improved      : 244936      (0.11      clauses/conflict)
1179.61/295.39	c OTF impr. size diff      : 250992      (1.02       lits/clause)
1179.61/295.39	c OTF cl watch-shrink      : 71326       (0.03      clauses/conflict)
1179.61/295.39	c OTF cl watch-sh-lit      : 74208       (1.04       lits/clause)
1179.61/295.39	c tried to recurMin cls    : 101426      (4.76       % of conflicts)
1179.61/295.39	c updated cache            : 1270        (0.01       lits/tried recurMin)
1179.61/295.39	c unit cls recevied        : 4           (7.55      % of units)
1179.61/295.39	c unit cls sent            : 3           (5.66      % of units)
1179.61/295.39	c bin cls recevied         : 5          
1179.61/295.39	c bin cls sent             : 40         
1179.61/295.39	c clauses over max glue    : 0           (0.00      % of all clauses)
1179.61/295.39	c conflicts                : 2132153     (7222.10   / sec)
1179.61/295.39	c decisions                : 2328653     (0.63      % random)
1179.61/295.39	c bogo-props               : 56356072367 (190891215.01 / sec)
1179.61/295.39	c conflict literals        : 31766261    (24.82     % deleted)
1179.61/295.39	c Memory used              : 313.61      MB
1179.61/295.39	c single-thread CPU time   : 295.23      s
1179.61/295.39	c all-threads sum CPU time : 1179.29     s
1179.61/295.39	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-3173944-1304073894/watcher-3173944-1304073894 -o /tmp/evaluation-result-3173944-1304073894/solver-3173944-1304073894 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3173944-1304073894.cnf 

running on 4 cores: 0,2,4,6

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: 7.36 7.85 7.18 1/172 31414
/proc/meminfo: memFree=31494184/32950928 swapFree=67111404/67111528
[pid=31414] ppid=31412 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/31414/stat : 31414 (strangenight2-m) R 31412 31414 30873 0 -1 4202496 407 0 0 0 0 0 0 0 25 0 4 0 518988151 52441088 347 33554432000 4194304 4627427 140736787532976 18446744073709551615 235594922993 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31414/statm: 12803 347 299 106 0 7774 0
[pid=31414/tid=31415] ppid=31412 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/31414/task/31415/stat : 31415 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 518988152 52441088 347 33554432000 4194304 4627427 140736787532976 18446744073709551615 47860789028776 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31414/tid=31416] ppid=31412 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/31414/task/31416/stat : 31416 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 518988152 52441088 347 33554432000 4194304 4627427 140736787532976 18446744073709551615 47860789028780 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=31414/tid=31417] ppid=31412 vsize=51212 CPUtime=0 cores=0,2,4,6
/proc/31414/task/31417/stat : 31417 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 518988152 52441088 347 33554432000 4194304 4627427 140736787532976 18446744073709551615 235594922993 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.1074 s]
/proc/loadavg: 7.36 7.85 7.18 1/172 31414
/proc/meminfo: memFree=31494184/32950928 swapFree=67111404/67111528
[pid=31414] ppid=31412 vsize=282368 CPUtime=0.4 cores=0,2,4,6
/proc/31414/stat : 31414 (strangenight2-m) R 31412 31414 30873 0 -1 4202496 1604 0 0 0 40 0 0 0 25 0 4 0 518988151 289144832 1410 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31414/statm: 70592 1410 384 106 0 65563 0
[pid=31414/tid=31415] ppid=31412 vsize=282368 CPUtime=0.1 cores=0,2,4,6
/proc/31414/task/31415/stat : 31415 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 282 0 0 0 10 0 0 0 25 0 4 0 518988152 289144832 1410 33554432000 4194304 4627427 140736787532976 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31414/tid=31416] ppid=31412 vsize=282368 CPUtime=0.1 cores=0,2,4,6
/proc/31414/task/31416/stat : 31416 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 297 0 0 0 10 0 0 0 25 0 4 0 518988152 289144832 1410 33554432000 4194304 4627427 140736787532976 18446744073709551615 4350076 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31414/tid=31417] ppid=31412 vsize=282368 CPUtime=0.09 cores=0,2,4,6
/proc/31414/task/31417/stat : 31417 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 308 0 0 0 9 0 0 0 25 0 4 0 518988152 289144832 1410 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282368

[startup+0.200383 s]
/proc/loadavg: 7.36 7.85 7.18 1/172 31414
/proc/meminfo: memFree=31494184/32950928 swapFree=67111404/67111528
[pid=31414] ppid=31412 vsize=283260 CPUtime=0.77 cores=0,2,4,6
/proc/31414/stat : 31414 (strangenight2-m) R 31412 31414 30873 0 -1 4202496 2160 0 0 0 77 0 0 0 25 0 4 0 518988151 290058240 1661 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309111 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31414/statm: 70815 1661 384 106 0 65786 0
[pid=31414/tid=31415] ppid=31412 vsize=283260 CPUtime=0.19 cores=0,2,4,6
/proc/31414/task/31415/stat : 31415 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 431 0 0 0 19 0 0 0 25 0 4 0 518988152 290058240 1661 33554432000 4194304 4627427 140736787532976 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31414/tid=31416] ppid=31412 vsize=283260 CPUtime=0.19 cores=0,2,4,6
/proc/31414/task/31416/stat : 31416 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 448 0 0 0 19 0 0 0 25 0 4 0 518988152 290058240 1661 33554432000 4194304 4627427 140736787532976 18446744073709551615 4308414 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31414/tid=31417] ppid=31412 vsize=283260 CPUtime=0.19 cores=0,2,4,6
/proc/31414/task/31417/stat : 31417 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 406 0 0 0 19 0 0 0 25 0 4 0 518988152 290058240 1661 33554432000 4194304 4627427 140736787532976 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283260

[startup+0.300367 s]
/proc/loadavg: 7.36 7.85 7.18 1/172 31414
/proc/meminfo: memFree=31494184/32950928 swapFree=67111404/67111528
[pid=31414] ppid=31412 vsize=283900 CPUtime=1.17 cores=0,2,4,6
/proc/31414/stat : 31414 (strangenight2-m) R 31412 31414 30873 0 -1 4202496 2813 0 0 0 117 0 0 0 25 0 4 0 518988151 290713600 1689 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309195 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31414/statm: 70975 1689 384 106 0 65946 0
[pid=31414/tid=31415] ppid=31412 vsize=283900 CPUtime=0.29 cores=0,2,4,6
/proc/31414/task/31415/stat : 31415 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 600 0 0 0 29 0 0 0 25 0 4 0 518988152 290713600 1689 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31414/tid=31416] ppid=31412 vsize=283900 CPUtime=0.29 cores=0,2,4,6
/proc/31414/task/31416/stat : 31416 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 612 0 0 0 29 0 0 0 25 0 4 0 518988152 290713600 1689 33554432000 4194304 4627427 140736787532976 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31414/tid=31417] ppid=31412 vsize=283900 CPUtime=0.29 cores=0,2,4,6
/proc/31414/task/31417/stat : 31417 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 566 0 0 0 29 0 0 0 25 0 4 0 518988152 290713600 1689 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283900

[startup+0.700296 s]
/proc/loadavg: 7.36 7.85 7.18 1/172 31414
/proc/meminfo: memFree=31494184/32950928 swapFree=67111404/67111528
[pid=31414] ppid=31412 vsize=284688 CPUtime=2.77 cores=0,2,4,6
/proc/31414/stat : 31414 (strangenight2-m) R 31412 31414 30873 0 -1 4202496 4391 0 0 0 276 1 0 0 25 0 4 0 518988151 291520512 2467 33554432000 4194304 4627427 140736787532976 18446744073709551615 4321706 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31414/statm: 71172 2467 385 106 0 66143 0
[pid=31414/tid=31415] ppid=31412 vsize=284688 CPUtime=0.69 cores=0,2,4,6
/proc/31414/task/31415/stat : 31415 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 992 0 0 0 69 0 0 0 25 0 4 0 518988152 291520512 2467 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31414/tid=31416] ppid=31412 vsize=284688 CPUtime=0.69 cores=0,2,4,6
/proc/31414/task/31416/stat : 31416 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 1012 0 0 0 69 0 0 0 25 0 4 0 518988152 291520512 2467 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31414/tid=31417] ppid=31412 vsize=284688 CPUtime=0.68 cores=0,2,4,6
/proc/31414/task/31417/stat : 31417 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 961 0 0 0 68 0 0 0 25 0 4 0 518988152 291520512 2467 33554432000 4194304 4627427 140736787532976 18446744073709551615 4325068 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284688

[startup+1.50016 s]
/proc/loadavg: 7.36 7.85 7.18 9/184 31431
/proc/meminfo: memFree=31463656/32950928 swapFree=67111404/67111528
[pid=31414] ppid=31412 vsize=289592 CPUtime=5.97 cores=0,2,4,6
/proc/31414/stat : 31414 (strangenight2-m) R 31412 31414 30873 0 -1 4202496 10124 0 0 0 595 2 0 0 25 0 4 0 518988151 296542208 5932 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31414/statm: 72398 5932 388 106 0 67369 0
[pid=31414/tid=31415] ppid=31412 vsize=289592 CPUtime=1.48 cores=0,2,4,6
/proc/31414/task/31415/stat : 31415 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 2504 0 0 0 148 0 0 0 25 0 4 0 518988152 296542208 5932 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31414/tid=31416] ppid=31412 vsize=289592 CPUtime=1.48 cores=0,2,4,6
/proc/31414/task/31416/stat : 31416 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 3018 0 0 0 148 0 0 0 25 0 4 0 518988152 296542208 5932 33554432000 4194304 4627427 140736787532976 18446744073709551615 4429447 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31414/tid=31417] ppid=31412 vsize=289592 CPUtime=1.48 cores=0,2,4,6
/proc/31414/task/31417/stat : 31417 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 1612 0 0 0 148 0 0 0 25 0 4 0 518988152 296542208 5932 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 289592

[startup+3.10088 s]
/proc/loadavg: 7.36 7.85 7.18 9/184 31432
/proc/meminfo: memFree=31424472/32950928 swapFree=67111404/67111528
[pid=31414] ppid=31412 vsize=300792 CPUtime=12.36 cores=0,2,4,6
/proc/31414/stat : 31414 (strangenight2-m) R 31412 31414 30873 0 -1 4202496 16166 0 0 0 1234 2 0 0 25 0 4 0 518988151 308011008 9302 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309077 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31414/statm: 75198 9302 388 106 0 70169 0
[pid=31414/tid=31415] ppid=31412 vsize=300792 CPUtime=3.08 cores=0,2,4,6
/proc/31414/task/31415/stat : 31415 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 4392 0 0 0 308 0 0 0 25 0 4 0 518988152 308011008 9302 33554432000 4194304 4627427 140736787532976 18446744073709551615 4420258 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31414/tid=31416] ppid=31412 vsize=300792 CPUtime=3.08 cores=0,2,4,6
/proc/31414/task/31416/stat : 31416 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 3898 0 0 0 308 0 0 0 25 0 4 0 518988152 308011008 9302 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309206 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31414/tid=31417] ppid=31412 vsize=300792 CPUtime=3.08 cores=0,2,4,6
/proc/31414/task/31417/stat : 31417 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 3715 0 0 0 308 0 0 0 25 0 4 0 518988152 308011008 9302 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309079 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 300792

[startup+6.30039 s]
/proc/loadavg: 7.41 7.85 7.18 9/184 31432
/proc/meminfo: memFree=31388612/32950928 swapFree=67111404/67111528
[pid=31414] ppid=31412 vsize=312692 CPUtime=25.15 cores=0,2,4,6
/proc/31414/stat : 31414 (strangenight2-m) R 31412 31414 30873 0 -1 4202496 24319 0 0 0 2511 4 0 0 25 0 4 0 518988151 320196608 11775 33554432000 4194304 4627427 140736787532976 18446744073709551615 4310114 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31414/statm: 78173 11775 388 106 0 73144 0
[pid=31414/tid=31415] ppid=31412 vsize=312692 CPUtime=6.29 cores=0,2,4,6
/proc/31414/task/31415/stat : 31415 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 6044 0 0 0 628 1 0 0 25 0 4 0 518988152 320196608 11775 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31414/tid=31416] ppid=31412 vsize=312692 CPUtime=6.26 cores=0,2,4,6
/proc/31414/task/31416/stat : 31416 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 6195 0 0 0 626 0 0 0 25 0 4 0 518988152 320196608 11775 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31414/tid=31417] ppid=31412 vsize=312692 CPUtime=6.29 cores=0,2,4,6
/proc/31414/task/31417/stat : 31417 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 6451 0 0 0 628 1 0 0 25 0 4 0 518988152 320196608 11775 33554432000 4194304 4627427 140736787532976 18446744073709551615 4420232 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 312692

[startup+12.7002 s]
/proc/loadavg: 7.46 7.85 7.19 9/184 31432
/proc/meminfo: memFree=31358776/32950928 swapFree=67111404/67111528
[pid=31414] ppid=31412 vsize=298216 CPUtime=50.71 cores=0,2,4,6
/proc/31414/stat : 31414 (strangenight2-m) R 31412 31414 30873 0 -1 4202496 35656 0 0 0 5065 6 0 0 25 0 4 0 518988151 305373184 13102 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31414/statm: 74554 13102 388 106 0 69525 0
[pid=31414/tid=31415] ppid=31412 vsize=298216 CPUtime=12.69 cores=0,2,4,6
/proc/31414/task/31415/stat : 31415 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 9257 0 0 0 1268 1 0 0 25 0 4 0 518988152 305373184 13102 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31414/tid=31416] ppid=31412 vsize=298216 CPUtime=12.62 cores=0,2,4,6
/proc/31414/task/31416/stat : 31416 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 9500 0 0 0 1262 0 0 0 25 0 4 0 518988152 305373184 13102 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31414/tid=31417] ppid=31412 vsize=298216 CPUtime=12.69 cores=0,2,4,6
/proc/31414/task/31417/stat : 31417 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 8926 0 0 0 1267 2 0 0 25 0 4 0 518988152 305373184 13102 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 298216

[startup+25.5009 s]
/proc/loadavg: 7.65 7.88 7.20 9/184 31432
/proc/meminfo: memFree=31316832/32950928 swapFree=67111404/67111528
[pid=31414] ppid=31412 vsize=292516 CPUtime=101.84 cores=0,2,4,6
/proc/31414/stat : 31414 (strangenight2-m) R 31412 31414 30873 0 -1 4202496 57001 0 0 0 10174 10 0 0 25 0 4 0 518988151 299536384 17156 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309125 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31414/statm: 73129 17156 388 106 0 68100 0
[pid=31414/tid=31415] ppid=31412 vsize=292516 CPUtime=25.49 cores=0,2,4,6
/proc/31414/task/31415/stat : 31415 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 14823 0 0 0 2547 2 0 0 25 0 4 0 518988152 299536384 17156 33554432000 4194304 4627427 140736787532976 18446744073709551615 4333184 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31414/tid=31416] ppid=31412 vsize=292516 CPUtime=25.36 cores=0,2,4,6
/proc/31414/task/31416/stat : 31416 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 14416 0 0 0 2535 1 0 0 25 0 4 0 518988152 299536384 17156 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31414/tid=31417] ppid=31412 vsize=292516 CPUtime=25.49 cores=0,2,4,6
/proc/31414/task/31417/stat : 31417 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 14742 0 0 0 2546 3 0 0 25 0 4 0 518988152 299536384 17156 33554432000 4194304 4627427 140736787532976 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 292516

[startup+51.1004 s]
/proc/loadavg: 7.83 7.90 7.23 9/184 31433
/proc/meminfo: memFree=31277932/32950928 swapFree=67111404/67111528
[pid=31414] ppid=31412 vsize=305464 CPUtime=204.12 cores=0,2,4,6
/proc/31414/stat : 31414 (strangenight2-m) R 31412 31414 30873 0 -1 4202496 84594 0 0 0 20395 17 0 0 25 0 4 0 518988151 312795136 20930 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31414/statm: 76366 20930 388 106 0 71337 0
[pid=31414/tid=31415] ppid=31412 vsize=305464 CPUtime=51.09 cores=0,2,4,6
/proc/31414/task/31415/stat : 31415 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 21652 0 0 0 5105 4 0 0 25 0 4 0 518988152 312795136 20930 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31414/tid=31416] ppid=31412 vsize=305464 CPUtime=50.83 cores=0,2,4,6
/proc/31414/task/31416/stat : 31416 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 21834 0 0 0 5080 3 0 0 25 0 4 0 518988152 312795136 20930 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31414/tid=31417] ppid=31412 vsize=305464 CPUtime=51.08 cores=0,2,4,6
/proc/31414/task/31417/stat : 31417 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 20602 0 0 0 5104 4 0 0 25 0 4 0 518988152 312795136 20930 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.12
Current children cumulated vsize (KiB) 305464

[startup+102.3 s]
/proc/loadavg: 7.92 7.91 7.27 9/184 31434
/proc/meminfo: memFree=31217252/32950928 swapFree=67111404/67111528
[pid=31414] ppid=31412 vsize=316436 CPUtime=408.66 cores=0,2,4,6
/proc/31414/stat : 31414 (strangenight2-m) R 31412 31414 30873 0 -1 4202496 135207 0 0 0 40835 31 0 0 25 0 4 0 518988151 324030464 26311 33554432000 4194304 4627427 140736787532976 18446744073709551615 4506933 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31414/statm: 79109 26311 388 106 0 74080 0
[pid=31414/tid=31415] ppid=31412 vsize=316436 CPUtime=102.29 cores=0,2,4,6
/proc/31414/task/31415/stat : 31415 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 34389 0 0 0 10221 8 0 0 25 0 4 0 518988152 324030464 26311 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31414/tid=31416] ppid=31412 vsize=316436 CPUtime=101.76 cores=0,2,4,6
/proc/31414/task/31416/stat : 31416 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 34410 0 0 0 10170 6 0 0 25 0 4 0 518988152 324030464 26311 33554432000 4194304 4627427 140736787532976 18446744073709551615 4324104 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31414/tid=31417] ppid=31412 vsize=316436 CPUtime=102.29 cores=0,2,4,6
/proc/31414/task/31417/stat : 31417 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 32479 0 0 0 10222 7 0 0 25 0 4 0 518988152 324030464 26311 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.66
Current children cumulated vsize (KiB) 316436

[startup+162.301 s]
/proc/loadavg: 7.97 7.93 7.31 9/184 31436
/proc/meminfo: memFree=31154572/32950928 swapFree=67111404/67111528
[pid=31414] ppid=31412 vsize=311948 CPUtime=648.33 cores=0,2,4,6
/proc/31414/stat : 31414 (strangenight2-m) R 31412 31414 30873 0 -1 4202496 187869 0 0 0 64787 46 0 0 25 0 4 0 518988151 319434752 37203 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309079 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31414/statm: 77987 37203 388 106 0 72958 0
[pid=31414/tid=31415] ppid=31412 vsize=311948 CPUtime=162.29 cores=0,2,4,6
/proc/31414/task/31415/stat : 31415 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 47652 0 0 0 16216 13 0 0 25 0 4 0 518988152 319434752 37203 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309312 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31414/tid=31416] ppid=31412 vsize=311948 CPUtime=161.43 cores=0,2,4,6
/proc/31414/task/31416/stat : 31416 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 49344 0 0 0 16134 9 0 0 25 0 4 0 518988152 319434752 37203 33554432000 4194304 4627427 140736787532976 18446744073709551615 4420258 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31414/tid=31417] ppid=31412 vsize=311948 CPUtime=162.28 cores=0,2,4,6
/proc/31414/task/31417/stat : 31417 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 44921 0 0 0 16217 11 0 0 25 0 4 0 518988152 319434752 37203 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 648.33
Current children cumulated vsize (KiB) 311948

[startup+222.307 s]
/proc/loadavg: 7.99 7.94 7.35 9/184 31437
/proc/meminfo: memFree=31024560/32950928 swapFree=67111404/67111528
[pid=31414] ppid=31412 vsize=365264 CPUtime=888.03 cores=0,2,4,6
/proc/31414/stat : 31414 (strangenight2-m) R 31412 31414 30873 0 -1 4202496 225941 0 0 0 88745 58 0 0 25 0 4 0 518988151 374030336 48361 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31414/statm: 91316 48361 389 106 0 86287 0
[pid=31414/tid=31415] ppid=31412 vsize=365264 CPUtime=222.3 cores=0,2,4,6
/proc/31414/task/31415/stat : 31415 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 57477 0 0 0 22214 16 0 0 25 0 4 0 518988152 374030336 48361 33554432000 4194304 4627427 140736787532976 18446744073709551615 4420204 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31414/tid=31416] ppid=31412 vsize=365264 CPUtime=221.11 cores=0,2,4,6
/proc/31414/task/31416/stat : 31416 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 57203 0 0 0 22099 12 0 0 25 0 4 0 518988152 374030336 48361 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31414/tid=31417] ppid=31412 vsize=365264 CPUtime=222.3 cores=0,2,4,6
/proc/31414/task/31417/stat : 31417 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 54087 0 0 0 22216 14 0 0 25 0 4 0 518988152 374030336 48361 33554432000 4194304 4627427 140736787532976 18446744073709551615 4420146 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 888.03
Current children cumulated vsize (KiB) 365264

[startup+282.301 s]
/proc/loadavg: 7.99 7.95 7.39 9/184 31439
/proc/meminfo: memFree=30997112/32950928 swapFree=67111404/67111528
[pid=31414] ppid=31412 vsize=309744 CPUtime=1127.69 cores=0,2,4,6
/proc/31414/stat : 31414 (strangenight2-m) R 31412 31414 30873 0 -1 4202496 255942 0 0 0 112700 69 0 0 25 0 4 0 518988151 317177856 47880 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309109 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31414/statm: 77436 47880 389 106 0 72407 0
[pid=31414/tid=31415] ppid=31412 vsize=309744 CPUtime=282.29 cores=0,2,4,6
/proc/31414/task/31415/stat : 31415 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 66576 0 0 0 28210 19 0 0 25 0 4 0 518988152 317177856 47880 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31414/tid=31416] ppid=31412 vsize=309744 CPUtime=280.79 cores=0,2,4,6
/proc/31414/task/31416/stat : 31416 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 65301 0 0 0 28064 15 0 0 25 0 4 0 518988152 317177856 47880 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309100 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31414/tid=31417] ppid=31412 vsize=309744 CPUtime=282.28 cores=0,2,4,6
/proc/31414/task/31417/stat : 31417 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 58611 0 0 0 28213 15 0 0 25 0 4 0 518988152 317177856 47880 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1127.69
Current children cumulated vsize (KiB) 309744

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

[startup+288.001 s]
/proc/loadavg: 7.99 7.95 7.39 9/184 31439
/proc/meminfo: memFree=30975652/32950928 swapFree=67111404/67111528
[pid=31414] ppid=31412 vsize=309744 CPUtime=1150.46 cores=0,2,4,6
/proc/31414/stat : 31414 (strangenight2-m) R 31412 31414 30873 0 -1 4202496 257767 0 0 0 114977 69 0 0 25 0 4 0 518988151 317177856 49705 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309277 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31414/statm: 77436 49705 389 106 0 72407 0
[pid=31414/tid=31415] ppid=31412 vsize=309744 CPUtime=287.99 cores=0,2,4,6
/proc/31414/task/31415/stat : 31415 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 67071 0 0 0 28780 19 0 0 25 0 4 0 518988152 317177856 49705 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31414/tid=31416] ppid=31412 vsize=309744 CPUtime=286.46 cores=0,2,4,6
/proc/31414/task/31416/stat : 31416 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 65777 0 0 0 28631 15 0 0 25 0 4 0 518988152 317177856 49705 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31414/tid=31417] ppid=31412 vsize=309744 CPUtime=287.99 cores=0,2,4,6
/proc/31414/task/31417/stat : 31417 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 59433 0 0 0 28783 16 0 0 25 0 4 0 518988152 317177856 49705 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1150.46
Current children cumulated vsize (KiB) 309744

[startup+291.2 s]
/proc/loadavg: 7.99 7.95 7.39 9/184 31439
/proc/meminfo: memFree=30969824/32950928 swapFree=67111404/67111528
[pid=31414] ppid=31412 vsize=332680 CPUtime=1163.24 cores=0,2,4,6
/proc/31414/stat : 31414 (strangenight2-m) R 31412 31414 30873 0 -1 4202496 260014 0 0 0 116254 70 0 0 25 0 4 0 518988151 340664320 50384 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31414/statm: 83170 50384 389 106 0 78141 0
[pid=31414/tid=31415] ppid=31412 vsize=332680 CPUtime=291.19 cores=0,2,4,6
/proc/31414/task/31415/stat : 31415 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 67306 0 0 0 29100 19 0 0 25 0 4 0 518988152 340664320 50384 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31414/tid=31416] ppid=31412 vsize=332680 CPUtime=289.64 cores=0,2,4,6
/proc/31414/task/31416/stat : 31416 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 66728 0 0 0 28949 15 0 0 25 0 4 0 518988152 340664320 50384 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31414/tid=31417] ppid=31412 vsize=332680 CPUtime=291.19 cores=0,2,4,6
/proc/31414/task/31417/stat : 31417 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 59703 0 0 0 29103 16 0 0 25 0 4 0 518988152 340664320 50384 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1163.24
Current children cumulated vsize (KiB) 332680

[startup+292.801 s]
/proc/loadavg: 7.99 7.95 7.39 9/184 31439
/proc/meminfo: memFree=30969700/32950928 swapFree=67111404/67111528
[pid=31414] ppid=31412 vsize=321128 CPUtime=1169.63 cores=0,2,4,6
/proc/31414/stat : 31414 (strangenight2-m) R 31412 31414 30873 0 -1 4202496 260565 0 0 0 116893 70 0 0 25 0 4 0 518988151 328835072 49425 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309250 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31414/statm: 80282 49425 389 106 0 75253 0
[pid=31414/tid=31415] ppid=31412 vsize=321128 CPUtime=292.79 cores=0,2,4,6
/proc/31414/task/31415/stat : 31415 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 67401 0 0 0 29260 19 0 0 25 0 4 0 518988152 328835072 49425 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309142 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31414/tid=31416] ppid=31412 vsize=321128 CPUtime=291.22 cores=0,2,4,6
/proc/31414/task/31416/stat : 31416 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 66891 0 0 0 29107 15 0 0 25 0 4 0 518988152 328835072 49425 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31414/tid=31417] ppid=31412 vsize=321128 CPUtime=292.79 cores=0,2,4,6
/proc/31414/task/31417/stat : 31417 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 59817 0 0 0 29263 16 0 0 25 0 4 0 518988152 328835072 49425 33554432000 4194304 4627427 140736787532976 18446744073709551615 4324341 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1169.63
Current children cumulated vsize (KiB) 321128

[startup+294.401 s]
/proc/loadavg: 7.99 7.95 7.40 9/184 31439
/proc/meminfo: memFree=30967716/32950928 swapFree=67111404/67111528
[pid=31414] ppid=31412 vsize=321128 CPUtime=1176.02 cores=0,2,4,6
/proc/31414/stat : 31414 (strangenight2-m) R 31412 31414 30873 0 -1 4202496 260971 0 0 0 117532 70 0 0 25 0 4 0 518988151 328835072 48526 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31414/statm: 80282 48526 389 106 0 75253 0
[pid=31414/tid=31415] ppid=31412 vsize=321128 CPUtime=294.39 cores=0,2,4,6
/proc/31414/task/31415/stat : 31415 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 67415 0 0 0 29420 19 0 0 25 0 4 0 518988152 328835072 48526 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31414/tid=31416] ppid=31412 vsize=321128 CPUtime=292.82 cores=0,2,4,6
/proc/31414/task/31416/stat : 31416 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 67052 0 0 0 29267 15 0 0 25 0 4 0 518988152 328835072 48526 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31414/tid=31417] ppid=31412 vsize=321128 CPUtime=294.39 cores=0,2,4,6
/proc/31414/task/31417/stat : 31417 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 59916 0 0 0 29423 16 0 0 25 0 4 0 518988152 328835072 48526 33554432000 4194304 4627427 140736787532976 18446744073709551615 4308419 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1176.02
Current children cumulated vsize (KiB) 321128

[startup+295.201 s]
/proc/loadavg: 7.99 7.95 7.40 9/184 31439
/proc/meminfo: memFree=30970816/32950928 swapFree=67111404/67111528
[pid=31414] ppid=31412 vsize=321128 CPUtime=1179.21 cores=0,2,4,6
/proc/31414/stat : 31414 (strangenight2-m) R 31412 31414 30873 0 -1 4202496 261044 0 0 0 117851 70 0 0 25 0 4 0 518988151 328835072 48599 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309197 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31414/statm: 80282 48599 389 106 0 75253 0
[pid=31414/tid=31415] ppid=31412 vsize=321128 CPUtime=295.19 cores=0,2,4,6
/proc/31414/task/31415/stat : 31415 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 67421 0 0 0 29500 19 0 0 25 0 4 0 518988152 328835072 48599 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=31414/tid=31416] ppid=31412 vsize=321128 CPUtime=293.61 cores=0,2,4,6
/proc/31414/task/31416/stat : 31416 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 67116 0 0 0 29346 15 0 0 25 0 4 0 518988152 328835072 48599 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309568 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=31414/tid=31417] ppid=31412 vsize=321128 CPUtime=295.19 cores=0,2,4,6
/proc/31414/task/31417/stat : 31417 (strangenight2-m) R 31412 31414 30873 0 -1 4202560 59916 0 0 0 29503 16 0 0 25 0 4 0 518988152 328835072 48599 33554432000 4194304 4627427 140736787532976 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1179.21
Current children cumulated vsize (KiB) 321128

[startup+295.401 s]
/proc/loadavg: 7.99 7.95 7.40 9/184 31439
/proc/meminfo: memFree=30970816/32950928 swapFree=67111404/67111528
[pid=31414] ppid=31412 vsize=0 CPUtime=1180 cores=0,2,4,6
/proc/31414/stat : 31414 (strangenight2-m) Z 31412 31414 30873 0 -1 4203548 261080 0 0 0 117929 71 0 0 25 0 2 0 518988151 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/31414/statm: 0 0 0 0 0 0 0
[pid=31414/tid=31416] ppid=31412 vsize=0 CPUtime=293.82 cores=0,2,4,6
/proc/31414/task/31416/stat : 31416 (strangenight2-m) R 31412 31414 30873 0 -1 4203588 67131 0 0 0 29366 16 0 0 25 0 2 0 518988152 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1180
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 295.405
CPU time (s): 1180.01
CPU user time (s): 1179.3
CPU system time (s): 0.71889
CPU usage (%): 399.456
Max. virtual memory (cumulated for all children) (KiB): 442288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1179.3
system time used= 0.71889
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261080
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= 157
involuntary context switches= 8387

runsolver used 0.505923 second user time and 1.04184 second system time

The end

Launcher Data

Begin job on node120 at 2011-04-29 12:44:54
IDJOB=3173944
IDBENCH=82762
IDSOLVER=1586
FILE ID=node120/3173944-1304073894
RUNJOBID= node120-1304072690-31310
PBS_JOBID= 13170475
Free space on /tmp= 72076 MiB

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

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

MD5SUM BENCH= 9f541a728bb78454d33f408db36e3bd8
RANDOM SEED=1652491834

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31494596 kB
Buffers:        452524 kB
Cached:         579788 kB
SwapCached:          8 kB
Active:         384684 kB
Inactive:       711448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31494596 kB
SwapTotal:    67111528 kB
SwapFree:     67111404 kB
Dirty:            5880 kB
Writeback:           0 kB
AnonPages:       63632 kB
Mapped:          14892 kB
Slab:           295492 kB
PageTables:       4652 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188636 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= 72064 MiB
End job on node120 at 2011-04-29 12:49:49