Trace number 3175470

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-1-mtUNSAT 1604.65 403.23

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1431779634-058.UNKNOWN.cnf
MD5SUMd127ce957526b50c62d4f1f191caa738
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.93794
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 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175470-1304125504.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.02
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.03/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.03/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.03/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.03/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.03/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.03/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.03/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.03/0.10	c calculated reachability. Time: 0.00
0.03/0.10	c Calc default polars -  time:   0.00 s pos:      48 undec:       4 neg:      23
0.03/0.10	c =========================================================================================
0.03/0.10	c types(t): F = full restart, N = normal restart
0.03/0.10	c types(t): S = simplification begin/end, E = solution found
0.03/0.10	c restart types(rt): st = static, dy = dynamic
0.03/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.03/0.10	c  B st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.03/0.10	c Decided on static restart strategy
0.03/0.10	c  N st     8      4914        75      1597         0      4471      7985     78116   no data   no data  --
0.77/0.26	c  N st    10     11298        75      1597         0      4161      7985     58974   no data   no data  --
1.57/0.44	c  N st    11     17042        75      1597         0      9335      7985    144688   no data   no data  --
2.37/0.70	c  F st    12     25000        75      1597         0     11415      7985    179096   no data   no data  --
2.77/0.70	c  N st    12     25000        75      1597         0     11415      7985    179096   no data   no data  --
3.17/0.88	c Decided on static restart strategy
3.17/0.88	c  N st    18     30000        75      1597         0      9791      7985    143306   no data   no data  --
3.17/0.88	c  S st    18     30000        75      1597         0      9791      7985    143306   no data   no data  --
3.57/0.91	c  S st    18     30502        75      1597         0     10270      7985    152145   no data   no data  --
3.57/0.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.57/0.91	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.57/0.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.57/0.91	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.91	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.91	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.57/0.91	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.39/1.12	c lits-rem:      1573  cl-subs:     2483  v-elim:      0  v-fix:    0  time:  0.82 s
4.39/1.15	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.12
4.39/1.15	c calculated reachability. Time: 0.00
4.39/1.15	c  N st    18     30502        75      1597         0      7787      7985    112115   no data   no data  --
5.57/1.44	c  N st    20     37616        75      1597         0      7181      7985     92849   no data   no data  --
6.77/1.70	c  N st    21     44016        75      1597         0     12923      7985    187465   no data   no data  --
6.77/1.78	c  S st    22     45756        75      1597         0     14500      7985    216128   no data   no data  --
7.17/1.82	c  S st    22     46256        75      1597         0     14969      7985    224461   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.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 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.01
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
10.76/2.77	c lits-rem:      2755  cl-subs:     2624  v-elim:      0  v-fix:    0  time:  3.76 s
10.76/2.77	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
10.76/2.77	c vivif2 --  cl tried    12345 cl shrink        0 lits rem          0 time: 0.00
11.16/2.82	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.18
11.16/2.82	c calculated reachability. Time: 0.00
11.16/2.82	c  N st    22     46256        75      1597         0     12345      7985    180813   no data   no data  --
13.55/3.48	c  N st    23     60654        75      1597         0     17405      7985    253712   no data   no data  --
15.15/3.87	c  N st    24     69387        75      1597         0     16418      7985    232475   no data   no data  --
15.15/3.87	c  S st    24     69387        75      1597         0     16418      7985    232475   no data   no data  --
15.55/3.92	c  S st    24     69889        75      1597         0     16890      7985    241109   no data   no data  --
15.55/3.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.55/3.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.55/3.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
15.55/3.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.55/3.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.55/3.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
15.55/3.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.55/4.97	c lits-rem:      2512  cl-subs:     3076  v-elim:      0  v-fix:    0  time:  4.17 s
19.55/4.97	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
19.55/4.97	c vivif2 --  cl tried    13814 cl shrink        0 lits rem          0 time: 0.01
19.95/5.03	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.22
19.95/5.03	c calculated reachability. Time: 0.00
19.95/5.03	c  N st    24     69889        75      1597         0     13814      7985    191761   no data   no data  --
23.54/5.91	c  F st    25     87501        75      1597         0     19914      7985    283178   no data   no data  --
23.54/5.91	c  N st    25     87501        75      1597         0     19914      7985    283178   no data   no data  --
24.74/6.22	c Decided on static restart strategy
25.14/6.36	c  N st    32     95543        75      1597         0     16453      7985    225218   no data   no data  --
27.54/6.92	c  N st    34    104834        75      1597         0     13167      7985    163881   no data   no data  --
27.54/6.92	c  S st    34    104834        75      1597         0     13167      7985    163881   no data   no data  --
27.54/6.96	c  S st    34    105337        75      1597         0     13640      7985    172866   no data   no data  --
27.54/6.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.54/6.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.54/6.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
27.54/6.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.54/6.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.54/6.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
27.54/6.97	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.35/7.61	c lits-rem:       954  cl-subs:     1302  v-elim:      0  v-fix:    0  time:  2.58 s
30.35/7.61	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
30.35/7.61	c vivif2 --  cl tried    12338 cl shrink        0 lits rem          0 time: 0.01
30.35/7.66	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.19
30.35/7.66	c calculated reachability. Time: 0.00
30.35/7.66	c  N st    34    105337        75      1597         0     12338      7985    152674   no data   no data  --
32.73/8.20	c  N st    35    114937        75      1597         0     20927      7985    292776   no data   no data  --
35.92/9.04	c  N st    36    129334        75      1597         0     21362      7985    295706   no data   no data  --
41.11/10.30	c  N st    37    150929        75      1597         0     27336      7985    390098   no data   no data  --
42.71/10.71	c  S st    38    158006        75      1597         0     19311      7985    242425   no data   no data  --
42.71/10.76	c  S st    38    158509        75      1597         0     19780      7985    250896   no data   no data  --
42.71/10.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.71/10.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
42.71/10.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
42.71/10.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.71/10.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.71/10.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
42.71/10.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.11/11.82	c lits-rem:      2026  cl-subs:     2689  v-elim:      0  v-fix:    0  time:  4.18 s
47.11/11.82	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
47.11/11.82	c vivif2 --  cl tried    17091 cl shrink        0 lits rem          0 time: 0.01
47.11/11.89	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.26
47.11/11.89	c calculated reachability. Time: 0.00
47.11/11.89	c  N st    38    158509        75      1597         0     17091      7985    209389   no data   no data  --
62.69/15.73	c  N st    39    207099        75      1597         0     29212      7985    377368   no data   no data  --
72.28/18.14	c  N st    40    237763        75      1597         0     21886      7985    257462   no data   no data  --
72.28/18.14	c  S st    40    237763        75      1597         0     21886      7985    257462   no data   no data  --
72.68/18.20	c  S st    40    238269        75      1597         0     22367      7985    266205   no data   no data  --
72.68/18.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
72.68/18.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
72.68/18.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
72.68/18.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
72.68/18.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
72.68/18.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
72.68/18.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
77.07/19.30	c lits-rem:      1475  cl-subs:     2736  v-elim:      0  v-fix:    0  time:  4.33 s
77.07/19.30	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
77.07/19.30	c vivif2 --  cl tried    19631 cl shrink        0 lits rem          0 time: 0.01
77.07/19.37	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.29
77.07/19.37	c calculated reachability. Time: 0.00
77.07/19.37	c  N st    40    238269        75      1597         0     19631      7985    229810   no data   no data  --
99.84/25.04	c  F st    41    306251        75      1597         0     21536      7985    232045   no data   no data  --
99.84/25.04	c  N st    41    306251        75      1597         0     21536      7985    232045   no data   no data  --
101.44/25.48	c Decided on static restart strategy
110.62/27.78	c  N st    51    334558        75      1597         0     25468      7985    290003   no data   no data  --
119.01/29.82	c  N st    53    357403        75      1597         0     23639      7985    253312   no data   no data  --
119.01/29.82	c  S st    53    357403        75      1597         0     23639      7985    253312   no data   no data  --
119.01/29.88	c  S st    53    357908        75      1597         0     24121      7985    262399   no data   no data  --
119.01/29.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
119.01/29.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
119.01/29.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
119.41/29.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
119.41/29.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
119.41/29.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
119.41/29.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
123.03/30.88	c lits-rem:      1148  cl-subs:     1512  v-elim:      0  v-fix:    0  time:  3.92 s
123.03/30.88	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
123.03/30.88	c vivif2 --  cl tried    22609 cl shrink        0 lits rem          0 time: 0.01
123.40/30.96	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.31
123.40/30.96	c calculated reachability. Time: 0.00
123.40/30.96	c  N st    53    357908        75      1597         0     22609      7985    242095   no data   no data  --
136.98/34.36	c  N st    54    390300        75      1597         0     28305      7985    320610   no data   no data  --
155.77/39.06	c  N st    55    438888        75      1597         0     47356      7985    602373   no data   no data  --
186.12/46.64	c  N st    56    511771        75      1597         0     34886      7985    403663   no data   no data  --
196.10/49.11	c  N st    57    536863        75      1597         0     29694      7985    315054   no data   no data  --
196.10/49.11	c  S st    57    536863        75      1597         0     29694      7985    315054   no data   no data  --
196.10/49.18	c  S st    57    537367        75      1597         0     30168      7985    324045   no data   no data  --
196.10/49.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
196.10/49.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
196.10/49.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
196.50/49.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
196.50/49.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
196.50/49.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
196.50/49.20	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
200.90/50.35	c lits-rem:       854  cl-subs:     1749  v-elim:      0  v-fix:    0  time:  4.59 s
200.90/50.35	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
200.90/50.35	c vivif2 --  cl tried    28419 cl shrink        0 lits rem          0 time: 0.02
201.30/50.46	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.43
201.30/50.46	c calculated reachability. Time: 0.00
201.30/50.46	c  N st    57    537367        75      1597         0     28419      7985    301014   no data   no data  --
272.02/68.12	c  N st    58    701353        75      1597         0     54982      7985    678614   no data   no data  --
319.54/80.07	c  N st    59    806050        75      1597         0     49443      7985    592395   no data   no data  --
319.54/80.07	c  S st    59    806050        75      1597         0     49443      7985    592395   no data   no data  --
320.36/80.20	c  S st    59    806557        75      1597         0     49920      7985    601233   no data   no data  --
320.36/80.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
320.36/80.21	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
320.36/80.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
320.36/80.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
320.36/80.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
320.36/80.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
320.36/80.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
332.72/83.35	c lits-rem:      2832  cl-subs:     7574  v-elim:      0  v-fix:    0  time: 12.44 s
332.72/83.35	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
332.72/83.36	c vivif2 --  cl tried    42346 cl shrink        0 lits rem          0 time: 0.02
333.54/83.54	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.71
333.54/83.54	c calculated reachability. Time: 0.00
333.54/83.54	c  N st    59    806557        75      1597         0     42346      7985    494803   no data   no data  --
474.15/118.77	c  F st    60   1071875        75      1597         0     57294      7985    685177   no data   no data  --
474.15/118.77	c  N st    60   1071875        75      1597         0     57294      7985    685177   no data   no data  --
478.12/119.76	c Decided on static restart strategy
494.49/123.88	c  N st    70   1100177        75      1597         0     42822      7985    442557   no data   no data  --
516.06/129.25	c  N st    72   1136170        75      1597         0     74913      7985    972924   no data   no data  --
534.84/133.98	c  N st    73   1168564        75      1597         0     62842      7985    753011   no data   no data  --
560.00/140.25	c  N st    74   1209835        75      1597         0     57793      7985    665727   no data   no data  --
560.00/140.25	c  S st    74   1209835        75      1597         0     57793      7985    665727   no data   no data  --
560.80/140.46	c  S st    74   1210339        75      1597         0     58268      7985    674885   no data   no data  --
560.80/140.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
560.80/140.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
560.80/140.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
561.20/140.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
561.20/140.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
561.20/140.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
561.20/140.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
579.60/145.14	c lits-rem:      2515  cl-subs:     7702  v-elim:      0  v-fix:    0  time: 18.48 s
579.60/145.14	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
579.60/145.14	c vivif2 --  cl tried    50566 cl shrink        0 lits rem          0 time: 0.03
580.38/145.37	c asymm  cl-useful: 0/1426/1597 lits-rem:0 time: 0.91
580.38/145.37	c calculated reachability. Time: 0.00
580.38/145.37	c  N st    74   1210339        75      1597         0     50566      7985    572794   no data   no data  --
622.72/155.91	c  N st    75   1283223        75      1597         0     72891      7985    897703   no data   no data  --
689.04/172.55	c  N st    76   1392547        75      1597         0     82175      7985   1026356   no data   no data  --
795.68/199.23	c  N st    77   1556534        75      1597         0     89011      7985   1102895   no data   no data  --
893.95/223.87	c  N st    78   1710341        75      1597         0     78841      7985    909709   no data   no data  --
893.95/223.87	c  S st    78   1710341        75      1597         0     78841      7985    909709   no data   no data  --
895.15/224.15	c  S st    78   1710845        75      1597         0     79318      7985    918569   no data   no data  --
895.15/224.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
895.15/224.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
895.55/224.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.16
895.55/224.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
895.55/224.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
895.55/224.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
895.55/224.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
937.89/234.81	c lits-rem:      2109  cl-subs:    17039  v-elim:      0  v-fix:    0  time: 42.26 s
937.89/234.81	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
937.89/234.83	c vivif2 --  cl tried    62279 cl shrink        0 lits rem          0 time: 0.04
939.09/235.16	c asymm  cl-useful: 0/1191/1597 lits-rem:0 time: 1.33
939.09/235.16	c calculated reachability. Time: 0.00
939.09/235.16	c  N st    78   1710845        75      1597         0     62279      7985    707562   no data   no data  --
1183.16/296.28	c  N st    79   2079809        75      1597         1     74894      7985    829148   no data   no data  --
1279.42/320.32	c  N st    80   2210846        75      1597         1     78218      7985    840454   no data   no data  --
1279.42/320.32	c  S st    80   2210846        75      1597         1     78218      7985    840454   no data   no data  --
1279.42/320.32	c Finding binary XORs  T:     0.00 s  found:       0
1280.22/320.53	c  S st    80   2211350        75      1597         2     78696      7985    849105   no data   no data  --
1280.22/320.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1280.22/320.54	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1280.22/320.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.11
1280.22/320.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1283.81/321.46	c subs with bin:     3605  lits-rem:      4184  v-fix:    0  time:  3.47 s
1283.81/321.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
1283.81/321.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1312.98/328.76	c lits-rem:      1336  cl-subs:    15576  v-elim:      0  v-fix:    0  time: 29.15 s
1312.98/328.76	c vivif2 --  cl tried     1594 cl shrink        0 lits rem          0 time: 0.00
1312.98/328.77	c vivif2 --  cl tried    59518 cl shrink        0 lits rem          0 time: 0.04
1314.17/329.09	c asymm  cl-useful: 0/1247/1594 lits-rem:0 time: 1.27
1314.17/329.09	c calculated reachability. Time: 0.00
1314.17/329.09	c  N st    80   2211350        75      1594         2     59518      7966    620274   no data   no data  --
1585.82/397.08	c Finding binary XORs  T:     0.00 s  found:       1
1586.22/397.15	c Replacing        1 vars Replaced    17234 lits Time:     0.30 s 
1604.59/403.21	c Following stats are for *FIRST FINISHED THREAD ONLY*
1604.59/403.21	c num threads              : 4          
1604.59/403.21	c restarts                 : 80         
1604.59/403.21	c dynamic restarts         : 0          
1604.59/403.21	c static restarts          : 80         
1604.59/403.21	c full restarts            : 4          
1604.59/403.21	c total simplify time      : 1.32       
1604.59/403.21	c learnts DL2              : 0          
1604.59/403.21	c learnts size 2           : 137        
1604.59/403.21	c learnts size 1           : 64          (85.33     % of vars)
1604.59/403.21	c filedLit time            : 0.48        (0.03      % time)
1604.59/403.21	c v-elim SatELite          : 0           (0.00      % vars)
1604.59/403.21	c SatELite time            : 140.70      (8.77      % time)
1604.59/403.21	c v-elim xor               : 0           (0.00      % vars)
1604.59/403.21	c xor elim time            : 0.08        (0.00      % time)
1604.59/403.21	c num binary xor trees     : 1          
1604.59/403.21	c binxor trees' crown      : 1           (1.00      leafs/tree)
1604.59/403.21	c bin xor find time        : 0.01       
1604.59/403.21	c OTF clause improved      : 302779      (0.12      clauses/conflict)
1604.59/403.21	c OTF impr. size diff      : 310675      (1.03       lits/clause)
1604.59/403.21	c OTF cl watch-shrink      : 132585      (0.05      clauses/conflict)
1604.59/403.21	c OTF cl watch-sh-lit      : 143305      (1.08       lits/clause)
1604.59/403.21	c tried to recurMin cls    : 215070      (8.31       % of conflicts)
1604.59/403.21	c updated cache            : 1182        (0.01       lits/tried recurMin)
1604.59/403.21	c unit cls received        : 1           (1.56      % of units)
1604.59/403.21	c unit cls sent            : 7           (10.94     % of units)
1604.59/403.21	c bin cls received         : 4          
1604.59/403.21	c bin cls sent             : 68         
1604.59/403.21	c clauses over max glue    : 0           (0.00      % of all clauses)
1604.59/403.21	c conflicts                : 2587713     (1613.46   / sec)
1604.59/403.21	c decisions                : 2817820     (0.37      % random)
1604.59/403.21	c bogo-props               : 74594993322 (46510502.01 / sec)
1604.59/403.21	c conflict literals        : 38337766    (25.94     % deleted)
1604.59/403.21	c Memory used              : 437.31      MB
1604.59/403.21	c single-thread CPU time   : 1603.83     s
1604.59/403.21	c all-threads sum CPU time : 1603.83     s
1604.59/403.21	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-3175470-1304125504/watcher-3175470-1304125504 -o /tmp/evaluation-result-3175470-1304125504/solver-3175470-1304125504 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175470-1304125504.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: 8.49 8.21 8.07 5/184 26339
/proc/meminfo: memFree=25360620/32951124 swapFree=67111412/67111528
[pid=26339] ppid=26337 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26339/stat : 26339 (strangenight1-m) R 26337 26339 26027 0 -1 4202496 417 0 0 0 0 0 0 0 25 0 4 0 524148600 52465664 357 33554432000 4194304 4650419 140737239662992 18446744073709551615 232335892411 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26339/statm: 12809 357 306 112 0 7774 0
[pid=26339/tid=26340] ppid=26337 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26339/task/26340/stat : 26340 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 524148600 52465664 357 33554432000 4194304 4650419 140737239662992 18446744073709551615 47220685141942 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26339/tid=26341] ppid=26337 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26339/task/26341/stat : 26341 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 524148600 52465664 357 33554432000 4194304 4650419 140737239662992 18446744073709551615 47220685141938 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/26339/task/26342/stat : 26342 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 524148600 52465664 357 33554432000 4194304 4650419 140737239662992 18446744073709551615 232330939478 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0147451 s]
/proc/loadavg: 8.49 8.21 8.07 5/184 26339
/proc/meminfo: memFree=25360620/32951124 swapFree=67111412/67111528
[pid=26339] ppid=26337 vsize=282080 CPUtime=0.03 cores=0,2,4,6
/proc/26339/stat : 26339 (strangenight1-m) D 26337 26339 26027 0 -1 4202496 953 0 0 0 3 0 0 0 25 0 4 0 524148600 288849920 821 33554432000 4194304 4650419 140737239662992 18446744073709551615 232335935671 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26339/statm: 70520 821 376 112 0 65485 0
[pid=26339/tid=26340] ppid=26337 vsize=282080 CPUtime=0.01 cores=0,2,4,6
/proc/26339/task/26340/stat : 26340 (strangenight1-m) D 26337 26339 26027 0 -1 4202560 156 0 0 0 1 0 0 0 25 0 4 0 524148600 288849920 821 33554432000 4194304 4650419 140737239662992 18446744073709551615 232335553221 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26339/tid=26341] ppid=26337 vsize=282080 CPUtime=0 cores=0,2,4,6
/proc/26339/task/26341/stat : 26341 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 139 0 0 0 0 0 0 0 25 0 4 0 524148600 288849920 821 33554432000 4194304 4650419 140737239662992 18446744073709551615 232335553569 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=282080 CPUtime=0.01 cores=0,2,4,6
/proc/26339/task/26342/stat : 26342 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 103 0 0 0 1 0 0 0 25 0 4 0 524148600 288849920 821 33554432000 4194304 4650419 140737239662992 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 282080

[startup+0.106761 s]
/proc/loadavg: 8.49 8.21 8.07 5/184 26339
/proc/meminfo: memFree=25360620/32951124 swapFree=67111412/67111528
[pid=26339] ppid=26337 vsize=282592 CPUtime=0.4 cores=0,2,4,6
/proc/26339/stat : 26339 (strangenight1-m) R 26337 26339 26027 0 -1 4202496 1683 0 0 0 40 0 0 0 25 0 4 0 524148600 289374208 1450 33554432000 4194304 4650419 140737239662992 18446744073709551615 4351660 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26339/statm: 70648 1450 391 112 0 65613 0
[pid=26339/tid=26340] ppid=26337 vsize=282592 CPUtime=0.1 cores=0,2,4,6
/proc/26339/task/26340/stat : 26340 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 326 0 0 0 10 0 0 0 25 0 4 0 524148600 289374208 1450 33554432000 4194304 4650419 140737239662992 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26339/tid=26341] ppid=26337 vsize=282592 CPUtime=0.09 cores=0,2,4,6
/proc/26339/task/26341/stat : 26341 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 304 0 0 0 9 0 0 0 25 0 4 0 524148600 289374208 1450 33554432000 4194304 4650419 140737239662992 18446744073709551615 4365348 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=282592 CPUtime=0.1 cores=0,2,4,6
/proc/26339/task/26342/stat : 26342 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 319 0 0 0 10 0 0 0 25 0 4 0 524148600 289374208 1450 33554432000 4194304 4650419 140737239662992 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 282592

[startup+0.300672 s]
/proc/loadavg: 8.49 8.21 8.07 5/184 26339
/proc/meminfo: memFree=25360620/32951124 swapFree=67111412/67111528
[pid=26339] ppid=26337 vsize=284056 CPUtime=1.17 cores=0,2,4,6
/proc/26339/stat : 26339 (strangenight1-m) R 26337 26339 26027 0 -1 4202496 3011 0 0 0 117 0 0 0 25 0 4 0 524148600 290873344 1830 33554432000 4194304 4650419 140737239662992 18446744073709551615 4365195 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26339/statm: 71014 1830 391 112 0 65979 0
[pid=26339/tid=26340] ppid=26337 vsize=284056 CPUtime=0.29 cores=0,2,4,6
/proc/26339/task/26340/stat : 26340 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 681 0 0 0 29 0 0 0 25 0 4 0 524148600 290873344 1830 33554432000 4194304 4650419 140737239662992 18446744073709551615 4328259 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26339/tid=26341] ppid=26337 vsize=284056 CPUtime=0.29 cores=0,2,4,6
/proc/26339/task/26341/stat : 26341 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 648 0 0 0 29 0 0 0 25 0 4 0 524148600 290873344 1830 33554432000 4194304 4650419 140737239662992 18446744073709551615 4331989 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=284056 CPUtime=0.29 cores=0,2,4,6
/proc/26339/task/26342/stat : 26342 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 593 0 0 0 29 0 0 0 25 0 4 0 524148600 290873344 1830 33554432000 4194304 4650419 140737239662992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284056

[startup+0.700601 s]
/proc/loadavg: 8.49 8.21 8.07 5/184 26339
/proc/meminfo: memFree=25360620/32951124 swapFree=67111412/67111528
[pid=26339] ppid=26337 vsize=284836 CPUtime=2.77 cores=0,2,4,6
/proc/26339/stat : 26339 (strangenight1-m) R 26337 26339 26027 0 -1 4202496 4451 0 0 0 277 0 0 0 25 0 4 0 524148600 291672064 2467 33554432000 4194304 4650419 140737239662992 18446744073709551615 4256836 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26339/statm: 71209 2467 392 112 0 66174 0
[pid=26339/tid=26340] ppid=26337 vsize=284836 CPUtime=0.69 cores=0,2,4,6
/proc/26339/task/26340/stat : 26340 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 1056 0 0 0 69 0 0 0 25 0 4 0 524148600 291672064 2467 33554432000 4194304 4650419 140737239662992 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26339/tid=26341] ppid=26337 vsize=284836 CPUtime=0.69 cores=0,2,4,6
/proc/26339/task/26341/stat : 26341 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 1003 0 0 0 69 0 0 0 25 0 4 0 524148600 291672064 2467 33554432000 4194304 4650419 140737239662992 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=284836 CPUtime=0.69 cores=0,2,4,6
/proc/26339/task/26342/stat : 26342 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 921 0 0 0 69 0 0 0 25 0 4 0 524148600 291672064 2467 33554432000 4194304 4650419 140737239662992 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284836

[startup+1.50046 s]
/proc/loadavg: 8.49 8.21 8.07 9/188 26343
/proc/meminfo: memFree=25345212/32951124 swapFree=67111412/67111528
[pid=26339] ppid=26337 vsize=289288 CPUtime=5.97 cores=0,2,4,6
/proc/26339/stat : 26339 (strangenight1-m) R 26337 26339 26027 0 -1 4202496 8841 0 0 0 595 2 0 0 25 0 4 0 524148600 296230912 4738 33554432000 4194304 4650419 140737239662992 18446744073709551615 4366313 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26339/statm: 72322 4738 393 112 0 67287 0
[pid=26339/tid=26340] ppid=26337 vsize=289288 CPUtime=1.48 cores=0,2,4,6
/proc/26339/task/26340/stat : 26340 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 2493 0 0 0 148 0 0 0 25 0 4 0 524148600 296230912 4738 33554432000 4194304 4650419 140737239662992 18446744073709551615 4336726 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26339/tid=26341] ppid=26337 vsize=289288 CPUtime=1.48 cores=0,2,4,6
/proc/26339/task/26341/stat : 26341 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 1708 0 0 0 148 0 0 0 25 0 4 0 524148600 296230912 4738 33554432000 4194304 4650419 140737239662992 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=289288 CPUtime=1.48 cores=0,2,4,6
/proc/26339/task/26342/stat : 26342 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 1599 0 0 0 148 0 0 0 25 0 4 0 524148600 296230912 4738 33554432000 4194304 4650419 140737239662992 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 289288

[startup+3.10018 s]
/proc/loadavg: 8.45 8.20 8.07 9/188 26343
/proc/meminfo: memFree=25325748/32951124 swapFree=67111412/67111528
[pid=26339] ppid=26337 vsize=293528 CPUtime=12.36 cores=0,2,4,6
/proc/26339/stat : 26339 (strangenight1-m) R 26337 26339 26027 0 -1 4202496 15376 0 0 0 1233 3 0 0 25 0 4 0 524148600 300572672 8909 33554432000 4194304 4650419 140737239662992 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26339/statm: 73382 8909 393 112 0 68347 0
[pid=26339/tid=26340] ppid=26337 vsize=293528 CPUtime=3.08 cores=0,2,4,6
/proc/26339/task/26340/stat : 26340 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 4164 0 0 0 308 0 0 0 25 0 4 0 524148600 300572672 8909 33554432000 4194304 4650419 140737239662992 18446744073709551615 4433084 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26339/tid=26341] ppid=26337 vsize=293528 CPUtime=3.07 cores=0,2,4,6
/proc/26339/task/26341/stat : 26341 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 3597 0 0 0 307 0 0 0 25 0 4 0 524148600 300572672 8909 33554432000 4194304 4650419 140737239662992 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=293528 CPUtime=3.09 cores=0,2,4,6
/proc/26339/task/26342/stat : 26342 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 3552 0 0 0 308 1 0 0 25 0 4 0 524148600 300572672 8909 33554432000 4194304 4650419 140737239662992 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 293528

[startup+6.30061 s]
/proc/loadavg: 8.45 8.20 8.07 9/188 26343
/proc/meminfo: memFree=25321556/32951124 swapFree=67111412/67111528
[pid=26339] ppid=26337 vsize=294560 CPUtime=25.14 cores=0,2,4,6
/proc/26339/stat : 26339 (strangenight1-m) R 26337 26339 26027 0 -1 4202496 21759 0 0 0 2511 3 0 0 25 0 4 0 524148600 301629440 10364 33554432000 4194304 4650419 140737239662992 18446744073709551615 4365286 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26339/statm: 73640 10364 393 112 0 68605 0
[pid=26339/tid=26340] ppid=26337 vsize=294560 CPUtime=6.29 cores=0,2,4,6
/proc/26339/task/26340/stat : 26340 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 5484 0 0 0 628 1 0 0 25 0 4 0 524148600 301629440 10364 33554432000 4194304 4650419 140737239662992 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26339/tid=26341] ppid=26337 vsize=294560 CPUtime=6.25 cores=0,2,4,6
/proc/26339/task/26341/stat : 26341 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 5469 0 0 0 625 0 0 0 25 0 4 0 524148600 301629440 10364 33554432000 4194304 4650419 140737239662992 18446744073709551615 4366172 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=294560 CPUtime=6.29 cores=0,2,4,6
/proc/26339/task/26342/stat : 26342 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 4829 0 0 0 628 1 0 0 25 0 4 0 524148600 301629440 10364 33554432000 4194304 4650419 140737239662992 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 294560

[startup+12.7005 s]
/proc/loadavg: 8.53 8.23 8.08 9/188 26344
/proc/meminfo: memFree=25307948/32951124 swapFree=67111412/67111528
[pid=26339] ppid=26337 vsize=287684 CPUtime=50.7 cores=0,2,4,6
/proc/26339/stat : 26339 (strangenight1-m) R 26337 26339 26027 0 -1 4202496 33837 0 0 0 5065 5 0 0 25 0 4 0 524148600 294588416 13376 33554432000 4194304 4650419 140737239662992 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26339/statm: 71921 13376 393 112 0 66886 0
[pid=26339/tid=26340] ppid=26337 vsize=287684 CPUtime=12.69 cores=0,2,4,6
/proc/26339/task/26340/stat : 26340 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 8287 0 0 0 1268 1 0 0 25 0 4 0 524148600 294588416 13376 33554432000 4194304 4650419 140737239662992 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26339/tid=26341] ppid=26337 vsize=287684 CPUtime=12.61 cores=0,2,4,6
/proc/26339/task/26341/stat : 26341 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 8679 0 0 0 1261 0 0 0 25 0 4 0 524148600 294588416 13376 33554432000 4194304 4650419 140737239662992 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=287684 CPUtime=12.69 cores=0,2,4,6
/proc/26339/task/26342/stat : 26342 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 7829 0 0 0 1268 1 0 0 25 0 4 0 524148600 294588416 13376 33554432000 4194304 4650419 140737239662992 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 287684

[startup+25.5002 s]
/proc/loadavg: 8.52 8.24 8.09 9/188 26344
/proc/meminfo: memFree=25279420/32951124 swapFree=67111412/67111528
[pid=26339] ppid=26337 vsize=293264 CPUtime=101.83 cores=0,2,4,6
/proc/26339/stat : 26339 (strangenight1-m) R 26337 26339 26027 0 -1 4202496 50900 0 0 0 10174 9 0 0 25 0 4 0 524148600 300302336 16662 33554432000 4194304 4650419 140737239662992 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26339/statm: 73316 16662 393 112 0 68281 0
[pid=26339/tid=26340] ppid=26337 vsize=293264 CPUtime=25.49 cores=0,2,4,6
/proc/26339/task/26340/stat : 26340 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 13022 0 0 0 2546 3 0 0 25 0 4 0 524148600 300302336 16662 33554432000 4194304 4650419 140737239662992 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26339/tid=26341] ppid=26337 vsize=293264 CPUtime=25.34 cores=0,2,4,6
/proc/26339/task/26341/stat : 26341 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 13554 0 0 0 2533 1 0 0 25 0 4 0 524148600 300302336 16662 33554432000 4194304 4650419 140737239662992 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=293264 CPUtime=25.48 cores=0,2,4,6
/proc/26339/task/26342/stat : 26342 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 10244 0 0 0 2547 1 0 0 25 0 4 0 524148600 300302336 16662 33554432000 4194304 4650419 140737239662992 18446744073709551615 4365337 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 293264

[startup+51.1007 s]
/proc/loadavg: 8.52 8.26 8.10 9/188 26345
/proc/meminfo: memFree=25265340/32951124 swapFree=67111412/67111528
[pid=26339] ppid=26337 vsize=300784 CPUtime=204.09 cores=0,2,4,6
/proc/26339/stat : 26339 (strangenight1-m) R 26337 26339 26027 0 -1 4202496 79365 0 0 0 20393 16 0 0 25 0 4 0 524148600 308002816 21959 33554432000 4194304 4650419 140737239662992 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26339/statm: 75196 21959 393 112 0 70161 0
[pid=26339/tid=26340] ppid=26337 vsize=300784 CPUtime=51.09 cores=0,2,4,6
/proc/26339/task/26340/stat : 26340 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 21703 0 0 0 5104 5 0 0 25 0 4 0 524148600 308002816 21959 33554432000 4194304 4650419 140737239662992 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26339/tid=26341] ppid=26337 vsize=300784 CPUtime=50.8 cores=0,2,4,6
/proc/26339/task/26341/stat : 26341 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 20826 0 0 0 5077 3 0 0 25 0 4 0 524148600 308002816 21959 33554432000 4194304 4650419 140737239662992 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=300784 CPUtime=51.09 cores=0,2,4,6
/proc/26339/task/26342/stat : 26342 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 14405 0 0 0 5106 3 0 0 25 0 4 0 524148600 308002816 21959 33554432000 4194304 4650419 140737239662992 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 300784

[startup+102.307 s]
/proc/loadavg: 8.27 8.23 8.09 9/188 26346
/proc/meminfo: memFree=25200696/32951124 swapFree=67111412/67111528
[pid=26339] ppid=26337 vsize=295188 CPUtime=408.63 cores=0,2,4,6
/proc/26339/stat : 26339 (strangenight1-m) R 26337 26339 26027 0 -1 4202496 123994 0 0 0 40835 28 0 0 25 0 4 0 524148600 302272512 30319 33554432000 4194304 4650419 140737239662992 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26339/statm: 73797 30319 393 112 0 68762 0
[pid=26339/tid=26340] ppid=26337 vsize=295188 CPUtime=102.29 cores=0,2,4,6
/proc/26339/task/26340/stat : 26340 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 33503 0 0 0 10220 9 0 0 25 0 4 0 524148600 302272512 30319 33554432000 4194304 4650419 140737239662992 18446744073709551615 4365263 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26339/tid=26341] ppid=26337 vsize=295188 CPUtime=101.72 cores=0,2,4,6
/proc/26339/task/26341/stat : 26341 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 33779 0 0 0 10165 7 0 0 25 0 4 0 524148600 302272512 30319 33554432000 4194304 4650419 140737239662992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=295188 CPUtime=102.29 cores=0,2,4,6
/proc/26339/task/26342/stat : 26342 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 20918 0 0 0 10225 4 0 0 25 0 4 0 524148600 302272512 30319 33554432000 4194304 4650419 140737239662992 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 295188

[startup+162.301 s]
/proc/loadavg: 8.27 8.23 8.10 9/188 26348
/proc/meminfo: memFree=25161712/32951124 swapFree=67111412/67111528
[pid=26339] ppid=26337 vsize=319044 CPUtime=648.28 cores=0,2,4,6
/proc/26339/stat : 26339 (strangenight1-m) R 26337 26339 26027 0 -1 4202496 163543 0 0 0 64789 39 0 0 25 0 4 0 524148600 326701056 34954 33554432000 4194304 4650419 140737239662992 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26339/statm: 79761 34954 393 112 0 74726 0
[pid=26339/tid=26340] ppid=26337 vsize=319044 CPUtime=162.29 cores=0,2,4,6
/proc/26339/task/26340/stat : 26340 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 45786 0 0 0 16217 12 0 0 25 0 4 0 524148600 326701056 34954 33554432000 4194304 4650419 140737239662992 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26339/tid=26341] ppid=26337 vsize=319044 CPUtime=161.39 cores=0,2,4,6
/proc/26339/task/26341/stat : 26341 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 45412 0 0 0 16129 10 0 0 25 0 4 0 524148600 326701056 34954 33554432000 4194304 4650419 140737239662992 18446744073709551615 4365280 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=319044 CPUtime=162.29 cores=0,2,4,6
/proc/26339/task/26342/stat : 26342 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 26113 0 0 0 16223 6 0 0 25 0 4 0 524148600 326701056 34954 33554432000 4194304 4650419 140737239662992 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 648.28
Current children cumulated vsize (KiB) 319044

[startup+222.3 s]
/proc/loadavg: 8.16 8.20 8.09 9/188 26349
/proc/meminfo: memFree=25122388/32951124 swapFree=67111412/67111528
[pid=26339] ppid=26337 vsize=308864 CPUtime=887.95 cores=0,2,4,6
/proc/26339/stat : 26339 (strangenight1-m) R 26337 26339 26027 0 -1 4202496 200557 0 0 0 88745 50 0 0 25 0 4 0 524148600 316276736 43091 33554432000 4194304 4650419 140737239662992 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26339/statm: 77216 43091 393 112 0 72181 0
[pid=26339/tid=26340] ppid=26337 vsize=308864 CPUtime=222.29 cores=0,2,4,6
/proc/26339/task/26340/stat : 26340 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 55860 0 0 0 22214 15 0 0 25 0 4 0 524148600 316276736 43091 33554432000 4194304 4650419 140737239662992 18446744073709551615 4363866 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26339/tid=26341] ppid=26337 vsize=308864 CPUtime=221.05 cores=0,2,4,6
/proc/26339/task/26341/stat : 26341 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 55816 0 0 0 22092 13 0 0 25 0 4 0 524148600 316276736 43091 33554432000 4194304 4650419 140737239662992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=308864 CPUtime=222.29 cores=0,2,4,6
/proc/26339/task/26342/stat : 26342 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 32315 0 0 0 22222 7 0 0 25 0 4 0 524148600 316276736 43091 33554432000 4194304 4650419 140737239662992 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 887.95
Current children cumulated vsize (KiB) 308864

[startup+282.301 s]
/proc/loadavg: 8.24 8.21 8.10 9/188 26351
/proc/meminfo: memFree=25084556/32951124 swapFree=67111412/67111528
[pid=26339] ppid=26337 vsize=328640 CPUtime=1127.63 cores=0,2,4,6
/proc/26339/stat : 26339 (strangenight1-m) R 26337 26339 26027 0 -1 4202496 232930 0 0 0 112700 63 0 0 25 0 4 0 524148600 336527360 47024 33554432000 4194304 4650419 140737239662992 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26339/statm: 82160 47024 394 112 0 77125 0
[pid=26339/tid=26340] ppid=26337 vsize=328640 CPUtime=282.3 cores=0,2,4,6
/proc/26339/task/26340/stat : 26340 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 64701 0 0 0 28211 19 0 0 25 0 4 0 524148600 336527360 47024 33554432000 4194304 4650419 140737239662992 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26339/tid=26341] ppid=26337 vsize=328640 CPUtime=280.72 cores=0,2,4,6
/proc/26339/task/26341/stat : 26341 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 64375 0 0 0 28056 16 0 0 25 0 4 0 524148600 336527360 47024 33554432000 4194304 4650419 140737239662992 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=328640 CPUtime=282.29 cores=0,2,4,6
/proc/26339/task/26342/stat : 26342 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 37180 0 0 0 28219 10 0 0 25 0 4 0 524148600 336527360 47024 33554432000 4194304 4650419 140737239662992 18446744073709551615 4336062 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1127.63
Current children cumulated vsize (KiB) 328640

[startup+342.301 s]
/proc/loadavg: 8.14 8.19 8.09 9/188 26353
/proc/meminfo: memFree=25088132/32951124 swapFree=67111412/67111528
[pid=26339] ppid=26337 vsize=332416 CPUtime=1367.3 cores=0,2,4,6
/proc/26339/stat : 26339 (strangenight1-m) R 26337 26339 26027 0 -1 4202496 259344 0 0 0 136660 70 0 0 25 0 4 0 524148600 340393984 49439 33554432000 4194304 4650419 140737239662992 18446744073709551615 4366839 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26339/statm: 83104 49439 394 112 0 78069 0
[pid=26339/tid=26340] ppid=26337 vsize=332416 CPUtime=342.3 cores=0,2,4,6
/proc/26339/task/26340/stat : 26340 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 72332 0 0 0 34209 21 0 0 25 0 4 0 524148600 340393984 49439 33554432000 4194304 4650419 140737239662992 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26339/tid=26341] ppid=26337 vsize=332416 CPUtime=340.39 cores=0,2,4,6
/proc/26339/task/26341/stat : 26341 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 70643 0 0 0 34021 18 0 0 25 0 4 0 524148600 340393984 49439 33554432000 4194304 4650419 140737239662992 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=332416 CPUtime=342.29 cores=0,2,4,6
/proc/26339/task/26342/stat : 26342 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 41254 0 0 0 34218 11 0 0 25 0 4 0 524148600 340393984 49439 33554432000 4194304 4650419 140737239662992 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1367.3
Current children cumulated vsize (KiB) 332416

[startup+402.3 s]
/proc/loadavg: 7.99 8.15 8.08 7/188 26354
/proc/meminfo: memFree=25065288/32951124 swapFree=67111412/67111528
[pid=26339] ppid=26337 vsize=447804 CPUtime=1602.79 cores=0,2,4,6
/proc/26339/stat : 26339 (strangenight1-m) S 26337 26339 26027 0 -1 4202496 285801 0 0 0 160199 80 0 0 25 0 4 0 524148600 458551296 55033 33554432000 4194304 4650419 140737239662992 18446744073709551615 47220685141556 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26339/statm: 111951 55033 395 112 0 106916 0
[pid=26339/tid=26340] ppid=26337 vsize=447804 CPUtime=402.29 cores=0,2,4,6
/proc/26339/task/26340/stat : 26340 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 79319 0 0 0 40206 23 0 0 25 0 4 0 524148600 458551296 55033 33554432000 4194304 4650419 140737239662992 18446744073709551615 47220685116971 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26339/tid=26341] ppid=26337 vsize=447804 CPUtime=400.08 cores=0,2,4,6
/proc/26339/task/26341/stat : 26341 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 79027 0 0 0 39987 21 0 0 25 0 4 0 524148600 458551296 55033 33554432000 4194304 4650419 140737239662992 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=447804 CPUtime=400.2 cores=0,2,4,6
/proc/26339/task/26342/stat : 26342 (strangenight1-m) S 26337 26339 26027 0 -1 4202560 45596 0 0 0 40007 13 0 0 25 0 4 0 524148600 458551296 55033 33554432000 4194304 4650419 140737239662992 18446744073709551615 47220685141556 0 0 4096 2 18446604448594881600 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1602.79
Current children cumulated vsize (KiB) 447804

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

[startup+402.7 s]
/proc/loadavg: 7.99 8.15 8.08 7/188 26354
/proc/meminfo: memFree=25063428/32951124 swapFree=67111412/67111528
[pid=26339] ppid=26337 vsize=447804 CPUtime=1603.59 cores=0,2,4,6
/proc/26339/stat : 26339 (strangenight1-m) S 26337 26339 26027 0 -1 4202496 285801 0 0 0 160279 80 0 0 25 0 4 0 524148600 458551296 55033 33554432000 4194304 4650419 140737239662992 18446744073709551615 47220685141556 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26339/statm: 111951 55033 395 112 0 106916 0
[pid=26339/tid=26340] ppid=26337 vsize=447804 CPUtime=402.69 cores=0,2,4,6
/proc/26339/task/26340/stat : 26340 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 79319 0 0 0 40246 23 0 0 25 0 4 0 524148600 458551296 55033 33554432000 4194304 4650419 140737239662992 18446744073709551615 47220685116971 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26339/tid=26341] ppid=26337 vsize=447804 CPUtime=400.48 cores=0,2,4,6
/proc/26339/task/26341/stat : 26341 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 79027 0 0 0 40027 21 0 0 25 0 4 0 524148600 458551296 55033 33554432000 4194304 4650419 140737239662992 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=447804 CPUtime=400.2 cores=0,2,4,6
/proc/26339/task/26342/stat : 26342 (strangenight1-m) S 26337 26339 26027 0 -1 4202560 45596 0 0 0 40007 13 0 0 25 0 4 0 524148600 458551296 55033 33554432000 4194304 4650419 140737239662992 18446744073709551615 47220685141556 0 0 4096 2 18446604448594881600 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1603.59
Current children cumulated vsize (KiB) 447804

[startup+403.101 s]
/proc/loadavg: 7.99 8.15 8.08 7/188 26354
/proc/meminfo: memFree=25063428/32951124 swapFree=67111412/67111528
[pid=26339] ppid=26337 vsize=447804 CPUtime=1604.39 cores=0,2,4,6
/proc/26339/stat : 26339 (strangenight1-m) S 26337 26339 26027 0 -1 4202496 285843 0 0 0 160359 80 0 0 25 0 4 0 524148600 458551296 55075 33554432000 4194304 4650419 140737239662992 18446744073709551615 47220685141556 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26339/statm: 111951 55075 395 112 0 106916 0
[pid=26339/tid=26340] ppid=26337 vsize=447804 CPUtime=403.09 cores=0,2,4,6
/proc/26339/task/26340/stat : 26340 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 79319 0 0 0 40286 23 0 0 25 0 4 0 524148600 458551296 55075 33554432000 4194304 4650419 140737239662992 18446744073709551615 47220685116971 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26339/tid=26341] ppid=26337 vsize=447804 CPUtime=400.88 cores=0,2,4,6
/proc/26339/task/26341/stat : 26341 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 79069 0 0 0 40067 21 0 0 25 0 4 0 524148600 458551296 55075 33554432000 4194304 4650419 140737239662992 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=447804 CPUtime=400.2 cores=0,2,4,6
/proc/26339/task/26342/stat : 26342 (strangenight1-m) S 26337 26339 26027 0 -1 4202560 45596 0 0 0 40007 13 0 0 25 0 4 0 524148600 458551296 55075 33554432000 4194304 4650419 140737239662992 18446744073709551615 47220685141556 0 0 4096 2 18446604448594881600 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1604.39
Current children cumulated vsize (KiB) 447804

[startup+403.2 s]
/proc/loadavg: 7.99 8.15 8.08 7/188 26354
/proc/meminfo: memFree=25063428/32951124 swapFree=67111412/67111528
[pid=26339] ppid=26337 vsize=447804 CPUtime=1604.59 cores=0,2,4,6
/proc/26339/stat : 26339 (strangenight1-m) S 26337 26339 26027 0 -1 4202496 285843 0 0 0 160379 80 0 0 25 0 4 0 524148600 458551296 55075 33554432000 4194304 4650419 140737239662992 18446744073709551615 47220685141556 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/26339/statm: 111951 55075 395 112 0 106916 0
[pid=26339/tid=26340] ppid=26337 vsize=447804 CPUtime=403.19 cores=0,2,4,6
/proc/26339/task/26340/stat : 26340 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 79319 0 0 0 40296 23 0 0 25 0 4 0 524148600 458551296 55075 33554432000 4194304 4650419 140737239662992 18446744073709551615 47220685117124 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=26339/tid=26341] ppid=26337 vsize=447804 CPUtime=400.98 cores=0,2,4,6
/proc/26339/task/26341/stat : 26341 (strangenight1-m) R 26337 26339 26027 0 -1 4202560 79069 0 0 0 40077 21 0 0 25 0 4 0 524148600 458551296 55075 33554432000 4194304 4650419 140737239662992 18446744073709551615 4370730 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26339/tid=26342] ppid=26337 vsize=447804 CPUtime=400.2 cores=0,2,4,6
/proc/26339/task/26342/stat : 26342 (strangenight1-m) S 26337 26339 26027 0 -1 4202560 45596 0 0 0 40007 13 0 0 25 0 4 0 524148600 458551296 55075 33554432000 4194304 4650419 140737239662992 18446744073709551615 47220685141556 0 0 4096 2 18446604448594881600 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1604.59
Current children cumulated vsize (KiB) 447804

Child status: 20
Real time (s): 403.23
CPU time (s): 1604.65
CPU user time (s): 1603.83
CPU system time (s): 0.817875
CPU usage (%): 397.949
Max. virtual memory (cumulated for all children) (KiB): 448704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1603.83
system time used= 0.817875
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285846
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= 230
involuntary context switches= 23272

runsolver used 0.643902 second user time and 1.56176 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-30 03:05:04
IDJOB=3175470
IDBENCH=83088
IDSOLVER=1588
FILE ID=node132/3175470-1304125504
RUNJOBID= node132-1304122669-26045
PBS_JOBID= 13170746
Free space on /tmp= 71868 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1431779634-058.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175470-1304125504/watcher-3175470-1304125504 -o /tmp/evaluation-result-3175470-1304125504/solver-3175470-1304125504 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175470-1304125504.cnf

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

MD5SUM BENCH= d127ce957526b50c62d4f1f191caa738
RANDOM SEED=1648969267

node132.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.833
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.66
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.833
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.74
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.833
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.76
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.833
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.833
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.77
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.833
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.67
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.833
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.833
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:     32951124 kB
MemFree:      25360784 kB
Buffers:        686788 kB
Cached:        6014580 kB
SwapCached:        112 kB
Active:        1845172 kB
Inactive:      5263008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25360784 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:            7544 kB
Writeback:           0 kB
AnonPages:      406000 kB
Mapped:          15480 kB
Slab:           417868 kB
PageTables:       5704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   655588 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71860 MiB
End job on node132 at 2011-04-30 03:11:48