Trace number 3175463

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 1707.16 427.389

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1825761395-059.UNKNOWN.cnf
MD5SUM0e5f93b3b44a8a3d689954a8a212e867
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.90595
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-3175463-1304125077.cnf'
0.00/0.00	c -- header says num vars:             75
0.00/0.00	c -- header says num clauses:        1597
0.00/0.01	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.01	c -- vars added         75
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.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.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:      33 undec:       3 neg:      39
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.00/0.10	c Decided on static restart strategy
0.00/0.10	c  N st     8      4916        75      1597         0      4462      7985     75595   no data   no data  --
0.78/0.26	c  N st    10     11298        75      1597         0      4120      7985     58621   no data   no data  --
1.58/0.43	c  N st    11     17041        75      1597         0      9342      7985    149039   no data   no data  --
2.78/0.75	c  F st    12     25000        75      1597         0     11425      7985    180260   no data   no data  --
2.78/0.75	c  N st    12     25000        75      1597         0     11425      7985    180260   no data   no data  --
3.58/0.95	c Decided on static restart strategy
3.58/0.95	c  N st    18     30000        75      1597         0      9797      7985    146005   no data   no data  --
3.58/0.95	c  S st    18     30000        75      1597         0      9797      7985    146005   no data   no data  --
3.58/0.99	c  S st    18     30502        75      1597         0     10262      7985    154109   no data   no data  --
3.58/0.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.58/0.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.58/0.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.58/0.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.58/0.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.58/0.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.58/0.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.79/1.21	c lits-rem:      1622  cl-subs:     2617  v-elim:      0  v-fix:    0  time:  0.87 s
4.79/1.24	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.12
4.79/1.24	c calculated reachability. Time: 0.00
4.79/1.24	c  N st    18     30502        75      1597         0      7645      7985    110786   no data   no data  --
5.97/1.55	c  N st    20     37612        75      1597         0     14048      7985    213120   no data   no data  --
7.17/1.81	c  N st    21     44011        75      1597         0     12761      7985    180006   no data   no data  --
7.17/1.89	c  S st    22     45755        75      1597         0     14343      7985    205540   no data   no data  --
7.57/1.93	c  S st    22     46259        75      1597         0     14818      7985    214150   no data   no data  --
7.57/1.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.57/1.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.57/1.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
7.57/1.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.57/1.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.57/1.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.57/1.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.16/2.81	c lits-rem:      2179  cl-subs:     3196  v-elim:      0  v-fix:    0  time:  3.48 s
11.16/2.81	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
11.16/2.81	c vivif2 --  cl tried    11622 cl shrink        0 lits rem          0 time: 0.01
11.16/2.86	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.18
11.16/2.86	c calculated reachability. Time: 0.00
11.16/2.86	c  N st    22     46259        75      1597         0     11622      7985    165516   no data   no data  --
13.96/3.58	c  N st    23     60657        75      1597         0     16630      7985    230739   no data   no data  --
15.55/3.98	c  N st    24     69388        75      1597         0     15669      7985    219082   no data   no data  --
15.55/3.98	c  S st    24     69388        75      1597         0     15669      7985    219082   no data   no data  --
15.95/4.02	c  S st    24     69894        75      1597         0     16151      7985    227796   no data   no data  --
15.95/4.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.95/4.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.95/4.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.95/4.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.95/4.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.95/4.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
15.95/4.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.95/5.05	c lits-rem:      2514  cl-subs:     3156  v-elim:      0  v-fix:    0  time:  4.06 s
19.95/5.05	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
19.95/5.05	c vivif2 --  cl tried    12995 cl shrink        0 lits rem          0 time: 0.01
20.35/5.10	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.20
20.35/5.10	c calculated reachability. Time: 0.00
20.35/5.10	c  N st    24     69894        75      1597         0     12995      7985    179548   no data   no data  --
23.54/5.98	c  F st    25     87500        75      1597         0     19204      7985    277447   no data   no data  --
23.54/5.98	c  N st    25     87500        75      1597         0     19204      7985    277447   no data   no data  --
25.14/6.31	c Decided on static restart strategy
25.54/6.44	c  N st    32     95539        75      1597         0     15729      7985    210075   no data   no data  --
27.53/6.95	c  N st    34    104842        75      1597         0     12465      7985    153802   no data   no data  --
27.53/6.95	c  S st    34    104842        75      1597         0     12465      7985    153802   no data   no data  --
27.53/6.99	c  S st    34    105345        75      1597         0     12936      7985    162109   no data   no data  --
27.53/6.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.53/6.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.53/6.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
27.93/7.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.93/7.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.93/7.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
27.93/7.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.94/7.59	c lits-rem:       663  cl-subs:      988  v-elim:      0  v-fix:    0  time:  2.39 s
29.94/7.59	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
30.34/7.60	c vivif2 --  cl tried    11948 cl shrink        0 lits rem          0 time: 0.01
30.34/7.64	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.19
30.34/7.64	c calculated reachability. Time: 0.00
30.34/7.64	c  N st    34    105345        75      1597         0     11948      7985    146615   no data   no data  --
32.33/8.18	c  N st    35    114947        75      1597         0     20656      7985    298266   no data   no data  --
35.55/8.99	c  N st    36    129345        75      1597         0     21054      7985    291253   no data   no data  --
41.12/10.32	c  N st    37    150940        75      1597         0     26926      7985    364623   no data   no data  --
43.12/10.80	c  S st    38    158018        75      1597         0     18898      7985    236825   no data   no data  --
43.12/10.85	c  S st    38    158520        75      1597         0     19366      7985    245560   no data   no data  --
43.12/10.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.12/10.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.12/10.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
43.12/10.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.12/10.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.12/10.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
43.12/10.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.11/11.82	c lits-rem:      1725  cl-subs:     2399  v-elim:      0  v-fix:    0  time:  3.83 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    16967 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    158520        75      1597         0     16967      7985    208237   no data   no data  --
61.10/15.33	c  N st    39    207110        75      1597         0     29138      7985    383707   no data   no data  --
70.69/17.71	c  N st    40    237782        75      1597         0     21864      7985    257150   no data   no data  --
70.69/17.71	c  S st    40    237782        75      1597         0     21864      7985    257150   no data   no data  --
70.69/17.76	c  S st    40    238287        75      1597         0     22338      7985    265790   no data   no data  --
70.69/17.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
70.69/17.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
70.69/17.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
70.69/17.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
70.69/17.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
70.69/17.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
70.69/17.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.09/18.84	c lits-rem:      1906  cl-subs:     2371  v-elim:      0  v-fix:    0  time:  4.25 s
75.09/18.84	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
75.09/18.84	c vivif2 --  cl tried    19967 cl shrink        0 lits rem          0 time: 0.01
75.47/18.91	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.29
75.47/18.91	c calculated reachability. Time: 0.00
75.47/18.91	c  N st    40    238287        75      1597         0     19967      7985    232684   no data   no data  --
98.24/24.60	c  F st    41    306252        75      1597         0     21984      7985    243303   no data   no data  --
98.24/24.60	c  N st    41    306252        75      1597         0     21984      7985    243303   no data   no data  --
99.84/25.03	c Decided on static restart strategy
108.22/27.19	c  N st    51    334556        75      1597         0     25815      7985    296408   no data   no data  --
117.01/29.30	c  N st    53    357431        75      1597         0     23859      7985    258478   no data   no data  --
117.01/29.30	c  S st    53    357431        75      1597         0     23859      7985    258478   no data   no data  --
117.01/29.37	c  S st    53    357935        75      1597         0     24325      7985    267046   no data   no data  --
117.01/29.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
117.01/29.37	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
117.01/29.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
117.01/29.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
117.01/29.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
117.01/29.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
117.01/29.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
121.40/30.43	c lits-rem:       921  cl-subs:     1345  v-elim:      0  v-fix:    0  time:  4.18 s
121.40/30.43	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
121.40/30.43	c vivif2 --  cl tried    22980 cl shrink        0 lits rem          0 time: 0.01
121.80/30.51	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.33
121.80/30.52	c calculated reachability. Time: 0.00
121.80/30.52	c  N st    53    357935        75      1597         0     22980      7985    248107   no data   no data  --
135.39/33.97	c  N st    54    390328        75      1597         0     28760      7985    327333   no data   no data  --
154.96/38.84	c  N st    55    438916        75      1597         0     48113      7985    636103   no data   no data  --
184.54/46.23	c  N st    56    511798        75      1597         0     35408      7985    412648   no data   no data  --
196.10/49.11	c  N st    57    536902        75      1597         0     30133      7985    322031   no data   no data  --
196.10/49.11	c  S st    57    536902        75      1597         0     30133      7985    322031   no data   no data  --
196.10/49.19	c  S st    57    537407        75      1597         0     30602      7985    330774   no data   no data  --
196.10/49.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
196.10/49.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
196.50/49.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
196.50/49.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
196.50/49.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
196.50/49.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
196.50/49.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
200.90/50.35	c lits-rem:      1178  cl-subs:     1596  v-elim:      0  v-fix:    0  time:  4.56 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    29006 cl shrink        0 lits rem          0 time: 0.01
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    537407        75      1597         0     29006      7985    308938   no data   no data  --
274.40/68.76	c  N st    58    701392        75      1597         0     55536      7984    679771   no data   no data  --
323.92/81.18	c  N st    59    806111        75      1597         0     49961      7984    580138   no data   no data  --
323.92/81.18	c  S st    59    806111        75      1597         0     49961      7984    580138   no data   no data  --
324.72/81.31	c  S st    59    806621        75      1597         0     50440      7984    589196   no data   no data  --
324.72/81.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
324.72/81.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
324.72/81.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
324.72/81.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
324.72/81.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
324.72/81.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
324.72/81.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
338.33/84.77	c lits-rem:      2359  cl-subs:     9161  v-elim:      0  v-fix:    0  time: 13.67 s
338.33/84.77	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
338.33/84.78	c vivif2 --  cl tried    41279 cl shrink        0 lits rem          0 time: 0.02
339.10/84.96	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.74
339.10/84.96	c calculated reachability. Time: 0.00
339.10/84.96	c  N st    59    806621        75      1597         0     41279      7984    469373   no data   no data  --
476.12/119.23	c  F st    60   1071875        75      1597         0     56537      7984    647055   no data   no data  --
476.12/119.23	c  N st    60   1071875        75      1597         0     56537      7984    647055   no data   no data  --
479.33/120.07	c Decided on static restart strategy
496.09/124.23	c  N st    70   1100183        75      1597         0     41953      7984    424911   no data   no data  --
516.86/129.43	c  N st    72   1136176        75      1597         0     74035      7984    938421   no data   no data  --
536.84/134.45	c  N st    73   1168570        75      1597         0     62005      7984    752900   no data   no data  --
563.20/141.06	c  N st    74   1209931        75      1597         0     56942      7984    655176   no data   no data  --
563.20/141.06	c  S st    74   1209931        75      1597         0     56942      7984    655176   no data   no data  --
564.00/141.22	c  S st    74   1210434        75      1597         0     57405      7984    663628   no data   no data  --
564.00/141.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
564.00/141.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
564.00/141.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
564.00/141.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
564.00/141.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
564.00/141.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
564.00/141.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
586.37/146.82	c lits-rem:      3536  cl-subs:     7534  v-elim:      0  v-fix:    0  time: 22.23 s
586.37/146.82	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
586.37/146.83	c vivif2 --  cl tried    49871 cl shrink        0 lits rem          0 time: 0.03
587.57/147.13	c asymm  cl-useful: 0/1479/1597 lits-rem:0 time: 1.20
587.57/147.13	c calculated reachability. Time: 0.00
587.57/147.13	c  N st    74   1210434        75      1597         0     49871      7984    559874   no data   no data  --
636.30/159.39	c  N st    75   1283319        75      1597         0     72249      7984    899245   no data   no data  --
705.40/176.62	c  N st    76   1392643        75      1597         0     81744      7984   1054244   no data   no data  --
820.04/205.39	c  N st    77   1556628        75      1597         0     88290      7984   1080901   no data   no data  --
930.69/233.07	c  N st    78   1710434        75      1597         0     78463      7984    903726   no data   no data  --
930.69/233.07	c  S st    78   1710434        75      1597         0     78463      7984    903726   no data   no data  --
931.91/233.33	c  S st    78   1710938        75      1597         0     78927      7984    912164   no data   no data  --
931.91/233.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
931.91/233.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
931.91/233.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.12
931.91/233.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
931.91/233.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
931.91/233.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
931.91/233.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
970.23/242.90	c lits-rem:       895  cl-subs:    17234  v-elim:      0  v-fix:    0  time: 37.96 s
970.23/242.90	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
970.23/242.91	c vivif2 --  cl tried    61693 cl shrink        0 lits rem          0 time: 0.04
971.45/243.23	c asymm  cl-useful: 0/1256/1597 lits-rem:0 time: 1.29
971.45/243.23	c calculated reachability. Time: 0.00
971.45/243.23	c  N st    78   1710938        75      1597         0     61693      7984    696657   no data   no data  --
1241.86/310.95	c  N st    79   2079902        75      1597         1     74527      7982    835065   no data   no data  --
1348.13/337.58	c  N st    80   2210938        75      1597         1     78104      7982    858681   no data   no data  --
1348.13/337.58	c  S st    80   2210938        75      1597         1     78104      7982    858681   no data   no data  --
1348.13/337.58	c Finding binary XORs  T:     0.00 s  found:       0
1348.94/337.80	c  S st    80   2211441        75      1597         3     78578      7982    867267   no data   no data  --
1348.94/337.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1348.94/337.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1349.34/337.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.12
1349.34/337.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1352.52/338.69	c subs with bin:     3229  lits-rem:      6382  v-fix:    0  time:  3.35 s
1353.73/338.98	c Subs w/ non-existent bins:   1282 l-rem:   2021 v-fix:     0 done:     75 time:  1.13 s
1353.73/338.98	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1385.27/346.85	c lits-rem:      2705  cl-subs:    11838  v-elim:      0  v-fix:    0  time: 31.43 s
1385.27/346.85	c vivif2 --  cl tried     1588 cl shrink        0 lits rem          0 time: 0.00
1385.27/346.86	c vivif2 --  cl tried    62238 cl shrink       96 lits rem         96 time: 0.04
1386.47/347.16	c asymm  cl-useful: 0/1174/1588 lits-rem:0 time: 1.18
1386.47/347.16	c calculated reachability. Time: 0.00
1386.47/347.16	c  N st    80   2211441        75      1588         3     62238      7929    660114   no data   no data  --
1501.11/375.86	c Finding binary XORs  T:     0.00 s  found:       0
1545.05/386.86	c Finding binary XORs  T:     0.00 s  found:       0
1684.86/421.80	c Finding binary XORs  T:     0.00 s  found:       0
1706.83/427.37	c  E st    81   2660748        71      1374        12     64667      6660    654818   no data   no data  --
1706.83/427.37	c Following stats are for *FIRST FINISHED THREAD ONLY*
1706.83/427.37	c num threads              : 4          
1706.83/427.37	c restarts                 : 81         
1706.83/427.37	c dynamic restarts         : 0          
1706.83/427.37	c static restarts          : 81         
1706.83/427.37	c full restarts            : 4          
1706.83/427.37	c total simplify time      : 4.41       
1706.83/427.37	c learnts DL2              : 0          
1706.83/427.37	c learnts size 2           : 57         
1706.83/427.37	c learnts size 1           : 5           (6.67      % of vars)
1706.83/427.37	c filedLit time            : 0.51        (0.03      % time)
1706.83/427.37	c v-elim SatELite          : 0           (0.00      % vars)
1706.83/427.37	c SatELite time            : 133.47      (7.82      % time)
1706.83/427.37	c v-elim xor               : 0           (0.00      % vars)
1706.83/427.37	c xor elim time            : 0.07        (0.00      % time)
1706.83/427.37	c num binary xor trees     : 0          
1706.83/427.37	c binxor trees' crown      : 0           (nan       leafs/tree)
1706.83/427.37	c bin xor find time        : 0.01       
1706.83/427.37	c OTF clause improved      : 304689      (0.11      clauses/conflict)
1706.83/427.37	c OTF impr. size diff      : 311056      (1.02       lits/clause)
1706.83/427.37	c OTF cl watch-shrink      : 99355       (0.04      clauses/conflict)
1706.83/427.37	c OTF cl watch-sh-lit      : 105548      (1.06       lits/clause)
1706.83/427.37	c tried to recurMin cls    : 227804      (8.56       % of conflicts)
1706.83/427.37	c updated cache            : 1272        (0.01       lits/tried recurMin)
1706.83/427.37	c unit cls received        : 1           (20.00     % of units)
1706.83/427.37	c unit cls sent            : 3           (60.00     % of units)
1706.83/427.37	c bin cls received         : 2          
1706.83/427.37	c bin cls sent             : 44         
1706.83/427.37	c clauses over max glue    : 0           (0.00      % of all clauses)
1706.83/427.37	c conflicts                : 2660748     (1559.33   / sec)
1706.83/427.37	c decisions                : 2899777     (0.24      % random)
1706.83/427.37	c bogo-props               : 77161574415 (45220420.20 / sec)
1706.83/427.37	c conflict literals        : 39897335    (25.21     % deleted)
1706.83/427.37	c Memory used              : 331.98      MB
1706.83/427.37	c single-thread CPU time   : 1706.34     s
1706.83/427.37	c all-threads sum CPU time : 1706.35     s
1706.83/427.37	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-3175463-1304125077/watcher-3175463-1304125077 -o /tmp/evaluation-result-3175463-1304125077/solver-3175463-1304125077 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175463-1304125077.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.53 8.02 8.01 7/184 26256
/proc/meminfo: memFree=25701652/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=273440 CPUtime=0 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 578 0 0 0 0 0 0 0 25 0 4 0 524105843 280002560 489 33554432000 4194304 4650419 140734575347680 18446744073709551615 4373800 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 68360 491 343 112 0 63325 0
[pid=26256/tid=26257] ppid=26254 vsize=273440 CPUtime=0 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 54 0 0 0 0 0 0 0 25 0 4 0 524105843 280002560 497 33554432000 4194304 4650419 140734575347680 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=273440 CPUtime=0 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 18 0 0 0 0 0 0 0 25 0 4 0 524105843 280002560 500 33554432000 4194304 4650419 140734575347680 18446744073709551615 232335589131 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=273440 CPUtime=0 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 57 0 0 0 0 0 0 0 25 0 4 0 524105843 280002560 505 33554432000 4194304 4650419 140734575347680 18446744073709551615 4520021 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.106718 s]
/proc/loadavg: 7.53 8.02 8.01 7/184 26256
/proc/meminfo: memFree=25701652/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=282596 CPUtime=0.4 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 1696 0 0 0 40 0 0 0 25 0 4 0 524105843 289378304 1461 33554432000 4194304 4650419 140734575347680 18446744073709551615 4341057 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 70649 1461 391 112 0 65614 0
[pid=26256/tid=26257] ppid=26254 vsize=282596 CPUtime=0.1 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 334 0 0 0 10 0 0 0 25 0 4 0 524105843 289378304 1461 33554432000 4194304 4650419 140734575347680 18446744073709551615 4313354 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=282596 CPUtime=0.1 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 287 0 0 0 10 0 0 0 25 0 4 0 524105843 289378304 1461 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=282596 CPUtime=0.1 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 335 0 0 0 10 0 0 0 25 0 4 0 524105843 289378304 1461 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365227 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) 282596

[startup+0.200702 s]
/proc/loadavg: 7.53 8.02 8.01 7/184 26256
/proc/meminfo: memFree=25701652/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=283160 CPUtime=0.78 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 2269 0 0 0 78 0 0 0 25 0 4 0 524105843 289955840 1723 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 70790 1723 391 112 0 65755 0
[pid=26256/tid=26257] ppid=26254 vsize=283160 CPUtime=0.19 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 496 0 0 0 19 0 0 0 25 0 4 0 524105843 289955840 1723 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=283160 CPUtime=0.19 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 456 0 0 0 19 0 0 0 25 0 4 0 524105843 289955840 1724 33554432000 4194304 4650419 140734575347680 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=283160 CPUtime=0.19 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 417 0 0 0 19 0 0 0 25 0 4 0 524105843 289955840 1724 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.78
Current children cumulated vsize (KiB) 283160

[startup+0.300685 s]
/proc/loadavg: 7.53 8.02 8.01 7/184 26256
/proc/meminfo: memFree=25701652/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=283940 CPUtime=1.18 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 3027 0 0 0 118 0 0 0 25 0 4 0 524105843 290754560 1844 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 70985 1844 391 112 0 65950 0
[pid=26256/tid=26257] ppid=26254 vsize=283940 CPUtime=0.29 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 688 0 0 0 29 0 0 0 25 0 4 0 524105843 290754560 1845 33554432000 4194304 4650419 140734575347680 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=283940 CPUtime=0.29 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 642 0 0 0 29 0 0 0 25 0 4 0 524105843 290754560 1845 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=283940 CPUtime=0.29 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 605 0 0 0 29 0 0 0 25 0 4 0 524105843 290754560 1845 33554432000 4194304 4650419 140734575347680 18446744073709551615 4314707 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283940

[startup+0.700613 s]
/proc/loadavg: 7.53 8.02 8.01 7/184 26256
/proc/meminfo: memFree=25701652/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=284508 CPUtime=2.78 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 4472 0 0 0 278 0 0 0 25 0 4 0 524105843 291336192 2479 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 71127 2479 391 112 0 66092 0
[pid=26256/tid=26257] ppid=26254 vsize=284508 CPUtime=0.69 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 1057 0 0 0 69 0 0 0 25 0 4 0 524105843 291336192 2479 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=284508 CPUtime=0.69 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 1020 0 0 0 69 0 0 0 25 0 4 0 524105843 291336192 2479 33554432000 4194304 4650419 140734575347680 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=284508 CPUtime=0.69 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 940 0 0 0 69 0 0 0 25 0 4 0 524105843 291336192 2479 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284508

[startup+1.50047 s]
/proc/loadavg: 7.53 8.02 8.01 9/188 26260
/proc/meminfo: memFree=25678432/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=285544 CPUtime=5.97 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 8727 0 0 0 596 1 0 0 25 0 4 0 524105843 292397056 4912 33554432000 4194304 4650419 140734575347680 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 71386 4912 393 112 0 66351 0
[pid=26256/tid=26257] ppid=26254 vsize=285544 CPUtime=1.49 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 2543 0 0 0 149 0 0 0 25 0 4 0 524105843 292397056 4912 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=285544 CPUtime=1.48 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 1696 0 0 0 148 0 0 0 25 0 4 0 524105843 292397056 4912 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=285544 CPUtime=1.49 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 1607 0 0 0 149 0 0 0 25 0 4 0 524105843 292397056 4912 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365227 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) 285544

[startup+3.10019 s]
/proc/loadavg: 7.53 8.02 8.01 9/188 26260
/proc/meminfo: memFree=25644228/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=291248 CPUtime=12.36 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 15107 0 0 0 1234 2 0 0 25 0 4 0 524105843 298237952 9119 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 72812 9119 393 112 0 67777 0
[pid=26256/tid=26257] ppid=26254 vsize=291248 CPUtime=3.08 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 4206 0 0 0 308 0 0 0 25 0 4 0 524105843 298237952 9119 33554432000 4194304 4650419 140734575347680 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=291248 CPUtime=3.07 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 3484 0 0 0 307 0 0 0 25 0 4 0 524105843 298237952 9119 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=291248 CPUtime=3.08 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 3592 0 0 0 308 0 0 0 25 0 4 0 524105843 298237952 9119 33554432000 4194304 4650419 140734575347680 18446744073709551615 4364736 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) 291248

[startup+6.30062 s]
/proc/loadavg: 7.57 8.02 8.01 9/188 26260
/proc/meminfo: memFree=25618188/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=291960 CPUtime=25.14 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 21495 0 0 0 2511 3 0 0 25 0 4 0 524105843 298967040 10122 33554432000 4194304 4650419 140734575347680 18446744073709551615 4367232 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 72990 10122 393 112 0 67955 0
[pid=26256/tid=26257] ppid=26254 vsize=291960 CPUtime=6.29 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 5533 0 0 0 628 1 0 0 25 0 4 0 524105843 298967040 10122 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=291960 CPUtime=6.25 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 5372 0 0 0 625 0 0 0 25 0 4 0 524105843 298967040 10122 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=291960 CPUtime=6.28 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 4877 0 0 0 628 0 0 0 25 0 4 0 524105843 298967040 10122 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 291960

[startup+12.7005 s]
/proc/loadavg: 7.68 8.04 8.02 9/188 26260
/proc/meminfo: memFree=25587524/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=315024 CPUtime=50.71 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 33497 0 0 0 5065 6 0 0 25 0 4 0 524105843 322584576 13587 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 78756 13587 393 112 0 73721 0
[pid=26256/tid=26257] ppid=26254 vsize=315024 CPUtime=12.68 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 8424 0 0 0 1267 1 0 0 25 0 4 0 524105843 322584576 13587 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=315024 CPUtime=12.62 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 8667 0 0 0 1261 1 0 0 25 0 4 0 524105843 322584576 13587 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=315024 CPUtime=12.69 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 7658 0 0 0 1268 1 0 0 25 0 4 0 524105843 322584576 13587 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366816 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) 315024

[startup+25.5012 s]
/proc/loadavg: 7.75 8.04 8.02 9/188 26261
/proc/meminfo: memFree=25550940/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=316928 CPUtime=101.83 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 49146 0 0 0 10174 9 0 0 25 0 4 0 524105843 324534272 17867 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365231 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 79232 17867 393 112 0 74197 0
[pid=26256/tid=26257] ppid=26254 vsize=316928 CPUtime=25.49 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 13565 0 0 0 2546 3 0 0 25 0 4 0 524105843 324534272 17867 33554432000 4194304 4650419 140734575347680 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=316928 CPUtime=25.34 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 13905 0 0 0 2533 1 0 0 25 0 4 0 524105843 324534272 17867 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=316928 CPUtime=25.48 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 8845 0 0 0 2547 1 0 0 25 0 4 0 524105843 324534272 17867 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 316928

[startup+51.1007 s]
/proc/loadavg: 7.84 8.03 8.01 9/188 26291
/proc/meminfo: memFree=25557584/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=320600 CPUtime=204.09 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 74913 0 0 0 20393 16 0 0 25 0 4 0 524105843 328294400 22942 33554432000 4194304 4650419 140734575347680 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 80150 22942 393 112 0 75115 0
[pid=26256/tid=26257] ppid=26254 vsize=320600 CPUtime=51.08 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 22440 0 0 0 5103 5 0 0 25 0 4 0 524105843 328294400 22942 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=320600 CPUtime=50.8 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 21785 0 0 0 5076 4 0 0 25 0 4 0 524105843 328294400 22942 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=320600 CPUtime=51.08 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 10309 0 0 0 5106 2 0 0 25 0 4 0 524105843 328294400 22942 33554432000 4194304 4650419 140734575347680 18446744073709551615 4311492 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 320600

[startup+102.301 s]
/proc/loadavg: 8.13 8.08 8.03 10/188 26293
/proc/meminfo: memFree=25427128/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=343240 CPUtime=408.63 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 117331 0 0 0 40834 29 0 0 25 0 4 0 524105843 351477760 31008 33554432000 4194304 4650419 140734575347680 18446744073709551615 4364785 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 85810 31008 393 112 0 80775 0
[pid=26256/tid=26257] ppid=26254 vsize=343240 CPUtime=102.28 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 35513 0 0 0 10219 9 0 0 25 0 4 0 524105843 351477760 31008 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365300 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=343240 CPUtime=101.73 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 34598 0 0 0 10165 8 0 0 25 0 4 0 524105843 351477760 31008 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=343240 CPUtime=102.3 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 14074 0 0 0 10226 4 0 0 25 0 4 0 524105843 351477760 31008 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 343240

[startup+162.301 s]

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

/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 17967 0 0 0 22225 5 0 0 25 0 4 0 524105843 340713472 41576 33554432000 4194304 4650419 140734575347680 18446744073709551615 4330361 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 887.97
Current children cumulated vsize (KiB) 332728

[startup+282.301 s]
/proc/loadavg: 8.04 8.05 8.02 9/188 26306
/proc/meminfo: memFree=25200728/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=339244 CPUtime=1127.62 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 219236 0 0 0 112703 59 0 0 25 0 4 0 524105843 347385856 48860 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 84811 48860 394 112 0 79776 0
[pid=26256/tid=26257] ppid=26254 vsize=339244 CPUtime=282.28 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 67789 0 0 0 28210 18 0 0 25 0 4 0 524105843 347385856 48860 33554432000 4194304 4650419 140734575347680 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=339244 CPUtime=280.73 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 66919 0 0 0 28056 17 0 0 25 0 4 0 524105843 347385856 48860 33554432000 4194304 4650419 140734575347680 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=339244 CPUtime=282.29 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 18592 0 0 0 28224 5 0 0 25 0 4 0 524105843 347385856 48860 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1127.62
Current children cumulated vsize (KiB) 339244

[startup+342.301 s]
/proc/loadavg: 8.29 8.12 8.04 9/188 26308
/proc/meminfo: memFree=25171832/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=351892 CPUtime=1367.29 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 245187 0 0 0 136662 67 0 0 25 0 4 0 524105843 360337408 52902 33554432000 4194304 4650419 140734575347680 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 87973 52902 394 112 0 82938 0
[pid=26256/tid=26257] ppid=26254 vsize=351892 CPUtime=342.27 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 76217 0 0 0 34207 20 0 0 25 0 4 0 524105843 360337408 52902 33554432000 4194304 4650419 140734575347680 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=351892 CPUtime=340.39 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 75563 0 0 0 34020 19 0 0 25 0 4 0 524105843 360337408 52902 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=351892 CPUtime=342.29 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 19205 0 0 0 34224 5 0 0 25 0 4 0 524105843 360337408 52902 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1367.29
Current children cumulated vsize (KiB) 351892

[startup+402.3 s]
/proc/loadavg: 8.29 8.14 8.05 10/189 26313
/proc/meminfo: memFree=25104704/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=405368 CPUtime=1606.96 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 267931 0 0 0 160619 77 0 0 25 0 4 0 524105843 415096832 57255 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 101342 57255 394 112 0 96307 0
[pid=26256/tid=26257] ppid=26254 vsize=405368 CPUtime=402.27 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 82439 0 0 0 40204 23 0 0 25 0 4 0 524105843 415096832 57255 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=405368 CPUtime=400.07 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 82081 0 0 0 39985 22 0 0 25 0 4 0 524105843 415096832 57255 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=405368 CPUtime=402.3 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 21985 0 0 0 40223 7 0 0 25 0 4 0 524105843 415096832 57255 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1606.96
Current children cumulated vsize (KiB) 405368

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

[startup+409.601 s]
/proc/loadavg: 8.55 8.20 8.07 10/189 26313
/proc/meminfo: memFree=25082252/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=470960 CPUtime=1636.13 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 271671 0 0 0 163534 79 0 0 25 0 4 0 524105843 482263040 59261 33554432000 4194304 4650419 140734575347680 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 117740 59261 394 112 0 112705 0
[pid=26256/tid=26257] ppid=26254 vsize=470960 CPUtime=409.58 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 83733 0 0 0 40934 24 0 0 25 0 4 0 524105843 482263040 59261 33554432000 4194304 4650419 140734575347680 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=470960 CPUtime=407.32 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 83283 0 0 0 40710 22 0 0 25 0 4 0 524105843 482263040 59261 33554432000 4194304 4650419 140734575347680 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=470960 CPUtime=409.6 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 21985 0 0 0 40953 7 0 0 25 0 4 0 524105843 482263040 59261 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1636.13
Current children cumulated vsize (KiB) 470960

[startup+416.001 s]
/proc/loadavg: 8.58 8.21 8.07 9/188 26313
/proc/meminfo: memFree=25087216/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=470960 CPUtime=1661.69 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 273195 0 0 0 166090 79 0 0 25 0 4 0 524105843 482263040 60785 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365195 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 117740 60785 394 112 0 112705 0
[pid=26256/tid=26257] ppid=26254 vsize=470960 CPUtime=415.98 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 84108 0 0 0 41574 24 0 0 25 0 4 0 524105843 482263040 60785 33554432000 4194304 4650419 140734575347680 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=470960 CPUtime=413.69 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 83862 0 0 0 41346 23 0 0 25 0 4 0 524105843 482263040 60785 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=470960 CPUtime=416 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 21985 0 0 0 41593 7 0 0 25 0 4 0 524105843 482263040 60785 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1661.69
Current children cumulated vsize (KiB) 470960

[startup+422.401 s]
/proc/loadavg: 8.54 8.21 8.07 9/188 26313
/proc/meminfo: memFree=25124784/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=339940 CPUtime=1687.28 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 274678 0 0 0 168648 80 0 0 25 0 4 0 524105843 348098560 55853 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 84985 55853 394 112 0 79950 0
[pid=26256/tid=26257] ppid=26254 vsize=339940 CPUtime=422.38 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 85167 0 0 0 42214 24 0 0 25 0 4 0 524105843 348098560 55853 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366839 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=339940 CPUtime=420.06 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 83881 0 0 0 41983 23 0 0 25 0 4 0 524105843 348098560 55853 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=339940 CPUtime=422.4 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 21985 0 0 0 42233 7 0 0 25 0 4 0 524105843 348098560 55853 33554432000 4194304 4650419 140734575347680 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1687.28
Current children cumulated vsize (KiB) 339940

[startup+425.6 s]
/proc/loadavg: 8.49 8.21 8.07 9/188 26313
/proc/meminfo: memFree=25129360/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=339940 CPUtime=1700.04 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 274895 0 0 0 169924 80 0 0 25 0 4 0 524105843 348098560 56070 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365300 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 84985 56070 394 112 0 79950 0
[pid=26256/tid=26257] ppid=26254 vsize=339940 CPUtime=425.58 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 85374 0 0 0 42534 24 0 0 25 0 4 0 524105843 348098560 56070 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=339940 CPUtime=423.24 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 83888 0 0 0 42301 23 0 0 25 0 4 0 524105843 348098560 56070 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=339940 CPUtime=425.6 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 21988 0 0 0 42553 7 0 0 25 0 4 0 524105843 348098560 56070 33554432000 4194304 4650419 140734575347680 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1700.04
Current children cumulated vsize (KiB) 339940

[startup+426.401 s]
/proc/loadavg: 8.49 8.21 8.07 10/188 26313
/proc/meminfo: memFree=25127624/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=339940 CPUtime=1703.24 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 274973 0 0 0 170244 80 0 0 25 0 4 0 524105843 348098560 54877 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366896 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 84985 54877 394 112 0 79950 0
[pid=26256/tid=26257] ppid=26254 vsize=339940 CPUtime=426.38 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 85443 0 0 0 42614 24 0 0 25 0 4 0 524105843 348098560 54877 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=339940 CPUtime=424.04 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 83897 0 0 0 42381 23 0 0 25 0 4 0 524105843 348098560 54877 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=339940 CPUtime=426.4 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 21988 0 0 0 42633 7 0 0 25 0 4 0 524105843 348098560 54877 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1703.24
Current children cumulated vsize (KiB) 339940

[startup+426.801 s]
/proc/loadavg: 8.49 8.21 8.07 9/188 26313
/proc/meminfo: memFree=25130476/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=339940 CPUtime=1704.85 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 275005 0 0 0 170405 80 0 0 25 0 4 0 524105843 348098560 54909 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 84985 54909 394 112 0 79950 0
[pid=26256/tid=26257] ppid=26254 vsize=339940 CPUtime=426.78 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 85475 0 0 0 42654 24 0 0 25 0 4 0 524105843 348098560 54909 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=339940 CPUtime=424.44 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 83897 0 0 0 42421 23 0 0 25 0 4 0 524105843 348098560 54909 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=339940 CPUtime=426.81 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 21988 0 0 0 42674 7 0 0 25 0 4 0 524105843 348098560 54909 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1704.85
Current children cumulated vsize (KiB) 339940

[startup+427.201 s]
/proc/loadavg: 8.49 8.21 8.07 9/188 26313
/proc/meminfo: memFree=25130476/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=339940 CPUtime=1706.43 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 275038 0 0 0 170563 80 0 0 25 0 4 0 524105843 348098560 54942 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 84985 54942 394 112 0 79950 0
[pid=26256/tid=26257] ppid=26254 vsize=339940 CPUtime=427.18 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 85508 0 0 0 42694 24 0 0 25 0 4 0 524105843 348098560 54942 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=339940 CPUtime=424.83 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 83897 0 0 0 42460 23 0 0 25 0 4 0 524105843 348098560 54942 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=339940 CPUtime=427.2 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 21988 0 0 0 42713 7 0 0 25 0 4 0 524105843 348098560 54942 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1706.43
Current children cumulated vsize (KiB) 339940

[startup+427.301 s]
/proc/loadavg: 8.49 8.21 8.07 9/188 26313
/proc/meminfo: memFree=25130476/32951124 swapFree=67111412/67111528
[pid=26256] ppid=26254 vsize=339940 CPUtime=1706.83 cores=0,2,4,6
/proc/26256/stat : 26256 (strangenight1-m) R 26254 26256 26027 0 -1 4202496 275046 0 0 0 170603 80 0 0 25 0 4 0 524105843 348098560 54950 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365231 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/26256/statm: 84985 54950 394 112 0 79950 0
[pid=26256/tid=26257] ppid=26254 vsize=339940 CPUtime=427.28 cores=0,2,4,6
/proc/26256/task/26257/stat : 26257 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 85516 0 0 0 42704 24 0 0 25 0 4 0 524105843 348098560 54950 33554432000 4194304 4650419 140734575347680 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=26256/tid=26258] ppid=26254 vsize=339940 CPUtime=424.93 cores=0,2,4,6
/proc/26256/task/26258/stat : 26258 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 83897 0 0 0 42470 23 0 0 25 0 4 0 524105843 348098560 54950 33554432000 4194304 4650419 140734575347680 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=26256/tid=26259] ppid=26254 vsize=339940 CPUtime=427.3 cores=0,2,4,6
/proc/26256/task/26259/stat : 26259 (strangenight1-m) R 26254 26256 26027 0 -1 4202560 21988 0 0 0 42723 7 0 0 25 0 4 0 524105843 348098560 54950 33554432000 4194304 4650419 140734575347680 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1706.83
Current children cumulated vsize (KiB) 339940

Child status: 20
Real time (s): 427.389
CPU time (s): 1707.16
CPU user time (s): 1706.35
CPU system time (s): 0.812876
CPU usage (%): 399.439
Max. virtual memory (cumulated for all children) (KiB): 470960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1706.35
system time used= 0.812876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 275055
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= 207
involuntary context switches= 24844

runsolver used 0.6529 second user time and 1.69074 second system time

The end

Launcher Data

Begin job on node132 at 2011-04-30 02:57:57
IDJOB=3175463
IDBENCH=83081
IDSOLVER=1588
FILE ID=node132/3175463-1304125077
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-S1825761395-059.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175463-1304125077/watcher-3175463-1304125077 -o /tmp/evaluation-result-3175463-1304125077/solver-3175463-1304125077 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175463-1304125077.cnf

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

MD5SUM BENCH= 0e5f93b3b44a8a3d689954a8a212e867
RANDOM SEED=419798723

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:      25701940 kB
Buffers:        686668 kB
Cached:        6014556 kB
SwapCached:        112 kB
Active:        1505620 kB
Inactive:      5263144 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25701940 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:           12448 kB
Writeback:           0 kB
AnonPages:       67476 kB
Mapped:          15116 kB
Slab:           417688 kB
PageTables:       4776 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   276836 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:05:04