Trace number 3369072

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-mt (fixed)UNSAT 1702.58 426.932

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-3369072-1305411516.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.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.11	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.11	c calculated reachability. Time: 0.00
0.00/0.11	c Calc default polars -  time:   0.00 s pos:      33 undec:       3 neg:      39
0.00/0.11	c =========================================================================================
0.00/0.11	c types(t): F = full restart, N = normal restart
0.00/0.11	c types(t): S = simplification begin/end, E = solution found
0.00/0.11	c restart types(rt): st = static, dy = dynamic
0.00/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.11	c  B st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.00/0.11	c Decided on static restart strategy
0.00/0.11	c  N st     8      4916        75      1597         0      4462      7985     75595   no data   no data  --
0.77/0.26	c  N st    10     11298        75      1597         0      4120      7985     58621   no data   no data  --
1.57/0.43	c  N st    11     17041        75      1597         0      9342      7985    149039   no data   no data  --
2.77/0.75	c  F st    12     25000        75      1597         0     11425      7985    180260   no data   no data  --
2.77/0.75	c  N st    12     25000        75      1597         0     11425      7985    180260   no data   no data  --
3.57/0.95	c Decided on static restart strategy
3.57/0.95	c  N st    18     30000        75      1597         0      9797      7985    146005   no data   no data  --
3.57/0.95	c  S st    18     30000        75      1597         0      9797      7985    146005   no data   no data  --
3.57/0.99	c  S st    18     30502        75      1597         0     10262      7985    154109   no data   no data  --
3.57/0.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.57/0.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.57/0.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.57/0.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.57/0.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.81/1.21	c lits-rem:      1622  cl-subs:     2617  v-elim:      0  v-fix:    0  time:  0.86 s
4.81/1.24	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.12
4.81/1.24	c calculated reachability. Time: 0.00
4.81/1.24	c  N st    18     30502        75      1597         0      7645      7985    110786   no data   no data  --
5.95/1.55	c  N st    20     37612        75      1597         0     14048      7985    213120   no data   no data  --
7.15/1.81	c  N st    21     44011        75      1597         0     12761      7985    180006   no data   no data  --
7.15/1.89	c  S st    22     45755        75      1597         0     14343      7985    205540   no data   no data  --
7.55/1.93	c  S st    22     46259        75      1597         0     14818      7985    214150   no data   no data  --
7.55/1.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.55/1.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.55/1.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
7.55/1.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.55/1.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.55/1.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.55/1.94	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.14/2.81	c lits-rem:      2179  cl-subs:     3196  v-elim:      0  v-fix:    0  time:  3.48 s
11.14/2.81	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
11.14/2.82	c vivif2 --  cl tried    11622 cl shrink        0 lits rem          0 time: 0.01
11.14/2.86	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.17
11.14/2.86	c calculated reachability. Time: 0.00
11.14/2.86	c  N st    22     46259        75      1597         0     11622      7985    165516   no data   no data  --
13.93/3.58	c  N st    23     60657        75      1597         0     16630      7985    230739   no data   no data  --
15.53/3.98	c  N st    24     69388        75      1597         0     15669      7985    219082   no data   no data  --
15.53/3.98	c  S st    24     69388        75      1597         0     15669      7985    219082   no data   no data  --
15.93/4.02	c  S st    24     69894        75      1597         0     16151      7985    227796   no data   no data  --
15.93/4.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.93/4.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.93/4.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.93/4.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.93/4.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.93/4.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
15.93/4.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.91/5.05	c lits-rem:      2514  cl-subs:     3156  v-elim:      0  v-fix:    0  time:  4.06 s
19.91/5.05	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
19.91/5.05	c vivif2 --  cl tried    12995 cl shrink        0 lits rem          0 time: 0.01
20.31/5.10	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.20
20.31/5.11	c calculated reachability. Time: 0.00
20.31/5.11	c  N st    24     69894        75      1597         0     12995      7985    179548   no data   no data  --
23.50/5.98	c  F st    25     87500        75      1597         0     19204      7985    277447   no data   no data  --
23.50/5.98	c  N st    25     87500        75      1597         0     19204      7985    277447   no data   no data  --
25.11/6.31	c Decided on static restart strategy
25.51/6.44	c  N st    32     95539        75      1597         0     15729      7985    210075   no data   no data  --
27.49/6.96	c  N st    34    104842        75      1597         0     12465      7985    153802   no data   no data  --
27.49/6.96	c  S st    34    104842        75      1597         0     12465      7985    153802   no data   no data  --
27.49/6.99	c  S st    34    105345        75      1597         0     12936      7985    162109   no data   no data  --
27.49/6.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.49/6.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.89/7.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
27.89/7.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.89/7.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.89/7.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
27.89/7.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.89/7.60	c lits-rem:       663  cl-subs:      988  v-elim:      0  v-fix:    0  time:  2.38 s
29.89/7.60	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
30.29/7.60	c vivif2 --  cl tried    11948 cl shrink        0 lits rem          0 time: 0.01
30.29/7.64	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.19
30.29/7.65	c calculated reachability. Time: 0.00
30.29/7.65	c  N st    34    105345        75      1597         0     11948      7985    146615   no data   no data  --
32.28/8.19	c  N st    35    114947        75      1597         0     20656      7985    298266   no data   no data  --
35.87/9.00	c  N st    36    129345        75      1597         0     21054      7985    291253   no data   no data  --
41.05/10.32	c  N st    37    150940        75      1597         0     26926      7985    364623   no data   no data  --
43.05/10.80	c  S st    38    158018        75      1597         0     18898      7985    236825   no data   no data  --
43.05/10.85	c  S st    38    158520        75      1597         0     19366      7985    245560   no data   no data  --
43.05/10.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.05/10.85	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.05/10.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
43.05/10.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.05/10.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.05/10.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
43.05/10.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.04/11.83	c lits-rem:      1725  cl-subs:     2399  v-elim:      0  v-fix:    0  time:  3.85 s
47.04/11.83	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
47.04/11.83	c vivif2 --  cl tried    16967 cl shrink        0 lits rem          0 time: 0.01
47.44/11.90	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.26
47.44/11.90	c calculated reachability. Time: 0.00
47.44/11.90	c  N st    38    158520        75      1597         0     16967      7985    208237   no data   no data  --
61.00/15.34	c  N st    39    207110        75      1597         0     29138      7985    383707   no data   no data  --
70.61/17.72	c  N st    40    237782        75      1597         0     21864      7985    257150   no data   no data  --
70.61/17.72	c  S st    40    237782        75      1597         0     21864      7985    257150   no data   no data  --
70.61/17.77	c  S st    40    238287        75      1597         0     22338      7985    265790   no data   no data  --
70.61/17.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
70.61/17.77	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
70.61/17.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
70.61/17.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
70.61/17.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
70.61/17.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
70.61/17.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.00/18.86	c lits-rem:      1906  cl-subs:     2371  v-elim:      0  v-fix:    0  time:  4.27 s
75.00/18.86	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
75.00/18.86	c vivif2 --  cl tried    19967 cl shrink        0 lits rem          0 time: 0.01
75.35/18.93	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.29
75.35/18.93	c calculated reachability. Time: 0.00
75.35/18.93	c  N st    40    238287        75      1597         0     19967      7985    232684   no data   no data  --
98.09/24.62	c  F st    41    306252        75      1597         0     21984      7985    243303   no data   no data  --
98.09/24.62	c  N st    41    306252        75      1597         0     21984      7985    243303   no data   no data  --
99.68/25.05	c Decided on static restart strategy
108.05/27.19	c  N st    51    334556        75      1597         0     25815      7985    296408   no data   no data  --
116.83/29.31	c  N st    53    357431        75      1597         0     23859      7985    258478   no data   no data  --
116.83/29.31	c  S st    53    357431        75      1597         0     23859      7985    258478   no data   no data  --
116.83/29.38	c  S st    53    357935        75      1597         0     24325      7985    267046   no data   no data  --
116.83/29.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
116.83/29.38	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
116.83/29.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
116.83/29.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
116.83/29.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
116.83/29.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
116.83/29.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
121.22/30.44	c lits-rem:       921  cl-subs:     1345  v-elim:      0  v-fix:    0  time:  4.17 s
121.22/30.44	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
121.22/30.44	c vivif2 --  cl tried    22980 cl shrink        0 lits rem          0 time: 0.01
121.62/30.52	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.33
121.62/30.53	c calculated reachability. Time: 0.00
121.62/30.53	c  N st    53    357935        75      1597         0     22980      7985    248107   no data   no data  --
135.16/33.99	c  N st    54    390328        75      1597         0     28760      7985    327333   no data   no data  --
154.70/38.86	c  N st    55    438916        75      1597         0     48113      7985    636103   no data   no data  --
184.25/46.22	c  N st    56    511798        75      1597         0     35408      7985    412648   no data   no data  --
195.79/49.10	c  N st    57    536902        75      1597         0     30133      7985    322031   no data   no data  --
195.79/49.10	c  S st    57    536902        75      1597         0     30133      7985    322031   no data   no data  --
195.79/49.17	c  S st    57    537407        75      1597         0     30602      7985    330774   no data   no data  --
195.79/49.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
195.79/49.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
195.79/49.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
195.79/49.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
195.79/49.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
195.79/49.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
195.79/49.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
200.57/50.34	c lits-rem:      1178  cl-subs:     1596  v-elim:      0  v-fix:    0  time:  4.56 s
200.57/50.34	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
200.57/50.34	c vivif2 --  cl tried    29006 cl shrink        0 lits rem          0 time: 0.02
200.97/50.45	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.43
200.97/50.45	c calculated reachability. Time: 0.00
200.97/50.45	c  N st    57    537407        75      1597         0     29006      7985    308938   no data   no data  --
273.95/68.73	c  N st    58    701392        75      1597         0     55536      7984    679771   no data   no data  --
323.41/81.17	c  N st    59    806111        75      1597         0     49961      7984    580138   no data   no data  --
323.41/81.17	c  S st    59    806111        75      1597         0     49961      7984    580138   no data   no data  --
324.21/81.30	c  S st    59    806621        75      1597         0     50440      7984    589196   no data   no data  --
324.21/81.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
324.21/81.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
324.21/81.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
324.21/81.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
324.21/81.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
324.21/81.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
324.21/81.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
337.78/84.77	c lits-rem:      2359  cl-subs:     9161  v-elim:      0  v-fix:    0  time: 13.71 s
337.78/84.77	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
337.78/84.78	c vivif2 --  cl tried    41279 cl shrink        0 lits rem          0 time: 0.02
338.55/84.97	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.77
338.55/84.97	c calculated reachability. Time: 0.00
338.55/84.97	c  N st    59    806621        75      1597         0     41279      7984    469373   no data   no data  --
475.75/119.31	c  F st    60   1071875        75      1597         0     56537      7984    647055   no data   no data  --
475.75/119.31	c  N st    60   1071875        75      1597         0     56537      7984    647055   no data   no data  --
478.94/120.14	c Decided on static restart strategy
495.29/124.28	c  N st    70   1100183        75      1597         0     41953      7984    424911   no data   no data  --
516.43/129.53	c  N st    72   1136176        75      1597         0     74035      7984    938421   no data   no data  --
536.37/134.52	c  N st    73   1168570        75      1597         0     62005      7984    752900   no data   no data  --
562.68/141.14	c  N st    74   1209931        75      1597         0     56942      7984    655176   no data   no data  --
562.68/141.14	c  S st    74   1209931        75      1597         0     56942      7984    655176   no data   no data  --
563.48/141.30	c  S st    74   1210434        75      1597         0     57405      7984    663628   no data   no data  --
563.48/141.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
563.48/141.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
563.48/141.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
563.48/141.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
563.48/141.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
563.48/141.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
563.48/141.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
585.82/146.96	c lits-rem:      3536  cl-subs:     7534  v-elim:      0  v-fix:    0  time: 22.41 s
585.82/146.96	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
585.82/146.97	c vivif2 --  cl tried    49871 cl shrink        0 lits rem          0 time: 0.03
587.01/147.25	c asymm  cl-useful: 0/1479/1597 lits-rem:0 time: 1.14
587.01/147.25	c calculated reachability. Time: 0.00
587.01/147.25	c  N st    74   1210434        75      1597         0     49871      7984    559874   no data   no data  --
636.09/159.51	c  N st    75   1283319        75      1597         0     72249      7984    899245   no data   no data  --
705.47/176.90	c  N st    76   1392643        75      1597         0     81744      7984   1054244   no data   no data  --
819.13/205.48	c  N st    77   1556628        75      1597         0     88290      7984   1080901   no data   no data  --
929.20/233.02	c  N st    78   1710434        75      1597         0     78463      7984    903726   no data   no data  --
929.20/233.02	c  S st    78   1710434        75      1597         0     78463      7984    903726   no data   no data  --
930.01/233.27	c  S st    78   1710938        75      1597         0     78927      7984    912164   no data   no data  --
930.01/233.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
930.01/233.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
930.44/233.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.12
930.44/233.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
930.44/233.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
930.44/233.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
930.44/233.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
967.88/242.73	c lits-rem:       895  cl-subs:    17234  v-elim:      0  v-fix:    0  time: 37.47 s
967.88/242.74	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
967.88/242.75	c vivif2 --  cl tried    61693 cl shrink        0 lits rem          0 time: 0.04
969.08/243.07	c asymm  cl-useful: 0/1256/1597 lits-rem:0 time: 1.31
969.08/243.07	c calculated reachability. Time: 0.00
969.08/243.07	c  N st    78   1710938        75      1597         0     61693      7984    696657   no data   no data  --
1239.06/310.76	c  N st    79   2079902        75      1597         1     74527      7982    835065   no data   no data  --
1345.55/337.45	c  N st    80   2210938        75      1597         1     78104      7982    858681   no data   no data  --
1345.55/337.45	c  S st    80   2210938        75      1597         1     78104      7982    858681   no data   no data  --
1345.55/337.45	c Finding binary XORs  T:     0.00 s  found:       0
1346.35/337.66	c  S st    80   2211441        75      1597         3     78578      7982    867267   no data   no data  --
1346.35/337.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1346.35/337.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1346.35/337.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.12
1346.77/337.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1349.94/338.55	c subs with bin:     3229  lits-rem:      6382  v-fix:    0  time:  3.31 s
1351.16/338.83	c Subs w/ non-existent bins:   1282 l-rem:   2021 v-fix:     0 done:     75 time:  1.13 s
1351.16/338.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1382.64/346.70	c lits-rem:      2705  cl-subs:    11838  v-elim:      0  v-fix:    0  time: 31.38 s
1382.64/346.70	c vivif2 --  cl tried     1588 cl shrink        0 lits rem          0 time: 0.00
1382.64/346.71	c vivif2 --  cl tried    62238 cl shrink       96 lits rem         96 time: 0.04
1383.84/347.01	c asymm  cl-useful: 0/1174/1588 lits-rem:0 time: 1.17
1383.84/347.01	c calculated reachability. Time: 0.00
1383.84/347.01	c  N st    80   2211441        75      1588         3     62238      7929    660114   no data   no data  --
1495.50/375.01	c Finding binary XORs  T:     0.00 s  found:       0
1541.37/386.58	c Finding binary XORs  T:     0.00 s  found:       0
1680.17/421.36	c Finding binary XORs  T:     0.00 s  found:       0
1702.53/426.92	c  E st    81   2660748        71      1374        12     64667      6660    654818   no data   no data  --
1702.53/426.92	c Following stats are for *FIRST FINISHED THREAD ONLY*
1702.53/426.92	c num threads              : 4          
1702.53/426.92	c restarts                 : 81         
1702.53/426.92	c dynamic restarts         : 0          
1702.53/426.92	c static restarts          : 81         
1702.53/426.92	c full restarts            : 4          
1702.53/426.92	c total simplify time      : 4.40       
1702.53/426.92	c learnts DL2              : 0          
1702.53/426.92	c learnts size 2           : 57         
1702.53/426.92	c learnts size 1           : 5           (6.67      % of vars)
1702.53/426.92	c filedLit time            : 0.50        (0.03      % time)
1702.53/426.92	c v-elim SatELite          : 0           (0.00      % vars)
1702.53/426.92	c SatELite time            : 133.19      (7.83      % time)
1702.53/426.92	c v-elim xor               : 0           (0.00      % vars)
1702.53/426.92	c xor elim time            : 0.08        (0.00      % time)
1702.53/426.92	c num binary xor trees     : 0          
1702.53/426.92	c binxor trees' crown      : 0           (nan       leafs/tree)
1702.53/426.92	c bin xor find time        : 0.00       
1702.53/426.92	c OTF clause improved      : 304689      (0.11      clauses/conflict)
1702.53/426.92	c OTF impr. size diff      : 311056      (1.02       lits/clause)
1702.53/426.92	c OTF cl watch-shrink      : 99355       (0.04      clauses/conflict)
1702.53/426.92	c OTF cl watch-sh-lit      : 105548      (1.06       lits/clause)
1702.53/426.92	c tried to recurMin cls    : 227804      (8.56       % of conflicts)
1702.53/426.92	c updated cache            : 1272        (0.01       lits/tried recurMin)
1702.53/426.92	c unit cls received        : 1           (20.00     % of units)
1702.53/426.92	c unit cls sent            : 3           (60.00     % of units)
1702.53/426.92	c bin cls received         : 2          
1702.53/426.92	c bin cls sent             : 44         
1702.53/426.92	c clauses over max glue    : 0           (0.00      % of all clauses)
1702.53/426.92	c conflicts                : 2660748     (1563.52   / sec)
1702.53/426.92	c decisions                : 2899777     (0.24      % random)
1702.53/426.92	c bogo-props               : 77161574415 (45341997.98 / sec)
1702.53/426.92	c conflict literals        : 39897335    (25.21     % deleted)
1702.53/426.92	c Memory used              : 369.02      MB
1702.53/426.92	c single-thread CPU time   : 1701.77     s
1702.53/426.92	c all-threads sum CPU time : 1701.77     s
1702.53/426.92	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3369072-1305411516/watcher-3369072-1305411516 -o /tmp/evaluation-result-3369072-1305411516/solver-3369072-1305411516 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3369072-1305411516.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.97 8.03 7.78 6/367 16004
/proc/meminfo: memFree=22836252/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 416 0 0 0 0 0 0 0 25 0 4 0 731382247 52465664 356 33554432000 4194304 4650419 140735180482912 18446744073709551615 260905394107 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 12809 356 306 112 0 7774 0
[pid=16004/tid=16005] ppid=16002 vsize=281772 CPUtime=0 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 74 0 0 0 0 0 0 0 25 0 4 0 731382247 288534528 612 33554432000 4194304 4650419 140735180482912 18446744073709551615 4370723 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=281772 CPUtime=0 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 76 0 0 0 0 0 0 0 25 0 4 0 731382247 288534528 612 33554432000 4194304 4650419 140735180482912 18446744073709551615 260905054917 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=281772 CPUtime=0 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 39 0 0 0 0 0 0 0 25 0 4 0 731382247 288534528 613 33554432000 4194304 4650419 140735180482912 18446744073709551615 260905499118 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.113581 s]
/proc/loadavg: 7.97 8.03 7.78 6/367 16004
/proc/meminfo: memFree=22836252/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=283132 CPUtime=0.42 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 1857 0 0 0 42 0 0 0 25 0 4 0 731382247 289927168 1427 33554432000 4194304 4650419 140735180482912 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 70783 1427 391 112 0 65748 0
[pid=16004/tid=16005] ppid=16002 vsize=283132 CPUtime=0.1 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 405 0 0 0 10 0 0 0 25 0 4 0 731382247 289927168 1427 33554432000 4194304 4650419 140735180482912 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=283132 CPUtime=0.1 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 330 0 0 0 10 0 0 0 25 0 4 0 731382247 289927168 1427 33554432000 4194304 4650419 140735180482912 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=283132 CPUtime=0.1 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 307 0 0 0 10 0 0 0 25 0 4 0 731382247 289927168 1427 33554432000 4194304 4650419 140735180482912 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 283132

[startup+0.200508 s]
/proc/loadavg: 7.97 8.03 7.78 6/367 16004
/proc/meminfo: memFree=22836252/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=283480 CPUtime=0.77 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 2271 0 0 0 77 0 0 0 25 0 4 0 731382247 290283520 1737 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 70870 1737 391 112 0 65835 0
[pid=16004/tid=16005] ppid=16002 vsize=283480 CPUtime=0.19 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 502 0 0 0 19 0 0 0 25 0 4 0 731382247 290283520 1737 33554432000 4194304 4650419 140735180482912 18446744073709551615 4328106 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=283480 CPUtime=0.19 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 481 0 0 0 19 0 0 0 25 0 4 0 731382247 290283520 1737 33554432000 4194304 4650419 140735180482912 18446744073709551615 4333238 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=283480 CPUtime=0.18 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 394 0 0 0 18 0 0 0 25 0 4 0 731382247 290283520 1737 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283480

[startup+0.300491 s]
/proc/loadavg: 7.97 8.03 7.78 6/367 16004
/proc/meminfo: memFree=22836252/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=284292 CPUtime=1.17 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 3012 0 0 0 117 0 0 0 25 0 4 0 731382247 291115008 1841 33554432000 4194304 4650419 140735180482912 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 71073 1841 391 112 0 66038 0
[pid=16004/tid=16005] ppid=16002 vsize=284292 CPUtime=0.29 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 688 0 0 0 29 0 0 0 25 0 4 0 731382247 291115008 1841 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=284292 CPUtime=0.29 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 672 0 0 0 29 0 0 0 25 0 4 0 731382247 291115008 1841 33554432000 4194304 4650419 140735180482912 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=284292 CPUtime=0.28 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 565 0 0 0 28 0 0 0 25 0 4 0 731382247 291115008 1841 33554432000 4194304 4650419 140735180482912 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 284292

[startup+0.700417 s]
/proc/loadavg: 7.97 8.03 7.78 6/367 16004
/proc/meminfo: memFree=22836252/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=284884 CPUtime=2.77 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 4472 0 0 0 277 0 0 0 25 0 4 0 731382247 291721216 2491 33554432000 4194304 4650419 140735180482912 18446744073709551615 4333421 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 71221 2491 391 112 0 66186 0
[pid=16004/tid=16005] ppid=16002 vsize=284884 CPUtime=0.69 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 1080 0 0 0 69 0 0 0 25 0 4 0 731382247 291721216 2491 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=284884 CPUtime=0.69 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 1033 0 0 0 69 0 0 0 25 0 4 0 731382247 291721216 2491 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=284884 CPUtime=0.68 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 905 0 0 0 68 0 0 0 25 0 4 0 731382247 291721216 2491 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284884

[startup+1.50027 s]
/proc/loadavg: 7.97 8.03 7.78 9/371 16008
/proc/meminfo: memFree=22799640/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=286240 CPUtime=5.95 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 8657 0 0 0 595 0 0 0 25 0 4 0 731382247 293109760 4905 33554432000 4194304 4650419 140735180482912 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 71560 4905 393 112 0 66525 0
[pid=16004/tid=16005] ppid=16002 vsize=286240 CPUtime=1.49 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 2493 0 0 0 149 0 0 0 25 0 4 0 731382247 293109760 4905 33554432000 4194304 4650419 140735180482912 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=286240 CPUtime=1.49 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 1753 0 0 0 149 0 0 0 25 0 4 0 731382247 293109760 4905 33554432000 4194304 4650419 140735180482912 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=286240 CPUtime=1.47 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 1531 0 0 0 147 0 0 0 25 0 4 0 731382247 293109760 4905 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 286240

[startup+3.10098 s]
/proc/loadavg: 7.97 8.03 7.78 11/371 16008
/proc/meminfo: memFree=22781212/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=297872 CPUtime=12.34 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 14862 0 0 0 1233 1 0 0 25 0 4 0 731382247 305020928 8951 33554432000 4194304 4650419 140735180482912 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 74468 8951 393 112 0 69433 0
[pid=16004/tid=16005] ppid=16002 vsize=297872 CPUtime=3.09 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 3951 0 0 0 309 0 0 0 25 0 4 0 731382247 305020928 8951 33554432000 4194304 4650419 140735180482912 18446744073709551615 4439082 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=297872 CPUtime=3.09 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 3534 0 0 0 309 0 0 0 25 0 4 0 731382247 305020928 8951 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=297872 CPUtime=3.05 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 3544 0 0 0 305 0 0 0 25 0 4 0 731382247 305020928 8951 33554432000 4194304 4650419 140735180482912 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 297872

[startup+6.30039 s]
/proc/loadavg: 7.97 8.03 7.78 9/371 16009
/proc/meminfo: memFree=22770920/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=300784 CPUtime=25.11 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 21273 0 0 0 2508 3 0 0 25 0 4 0 731382247 308002816 10049 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 75196 10050 393 112 0 70161 0
[pid=16004/tid=16005] ppid=16002 vsize=300784 CPUtime=6.28 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 5399 0 0 0 628 0 0 0 25 0 4 0 731382247 308002816 10050 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=300784 CPUtime=6.28 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 5250 0 0 0 628 0 0 0 25 0 4 0 731382247 308002816 10050 33554432000 4194304 4650419 140735180482912 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=300784 CPUtime=6.21 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 4861 0 0 0 621 0 0 0 25 0 4 0 731382247 308002816 10050 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 300784

[startup+12.7002 s]
/proc/loadavg: 7.97 8.03 7.78 9/371 16009
/proc/meminfo: memFree=22754684/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=296480 CPUtime=50.62 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 32692 0 0 0 5057 5 0 0 25 0 4 0 731382247 303595520 13025 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365276 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 74120 13025 393 112 0 69085 0
[pid=16004/tid=16005] ppid=16002 vsize=296480 CPUtime=12.68 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 7857 0 0 0 1267 1 0 0 25 0 4 0 731382247 303595520 13025 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365435 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=296480 CPUtime=12.69 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 8238 0 0 0 1268 1 0 0 25 0 4 0 731382247 303595520 13025 33554432000 4194304 4650419 140735180482912 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=296480 CPUtime=12.53 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 7777 0 0 0 1252 1 0 0 25 0 4 0 731382247 303595520 13025 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 296480

[startup+25.5009 s]
/proc/loadavg: 8.04 8.05 7.79 9/371 16009
/proc/meminfo: memFree=22732104/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=310564 CPUtime=101.67 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 47908 0 0 0 10158 9 0 0 25 0 4 0 731382247 318017536 17380 33554432000 4194304 4650419 140735180482912 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 77641 17380 393 112 0 72606 0
[pid=16004/tid=16005] ppid=16002 vsize=310564 CPUtime=25.49 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 11704 0 0 0 2547 2 0 0 25 0 4 0 731382247 318017536 17380 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=310564 CPUtime=25.49 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 13235 0 0 0 2547 2 0 0 25 0 4 0 731382247 318017536 17380 33554432000 4194304 4650419 140735180482912 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=310564 CPUtime=25.17 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 10078 0 0 0 2516 1 0 0 25 0 4 0 731382247 318017536 17380 33554432000 4194304 4650419 140735180482912 18446744073709551615 4367249 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.67
Current children cumulated vsize (KiB) 310564

[startup+51.1012 s]
/proc/loadavg: 8.03 8.04 7.79 9/371 16010
/proc/meminfo: memFree=22733440/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=329468 CPUtime=203.76 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 73141 0 0 0 20360 16 0 0 25 0 4 0 731382247 337375232 24226 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 82367 24226 393 112 0 77332 0
[pid=16004/tid=16005] ppid=16002 vsize=329468 CPUtime=51.08 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 18808 0 0 0 5104 4 0 0 25 0 4 0 731382247 337375232 24226 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=329468 CPUtime=51.09 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 19847 0 0 0 5105 4 0 0 25 0 4 0 731382247 337375232 24226 33554432000 4194304 4650419 140735180482912 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=329468 CPUtime=50.48 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 13995 0 0 0 5045 3 0 0 25 0 4 0 731382247 337375232 24226 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.76
Current children cumulated vsize (KiB) 329468

[startup+102.301 s]
/proc/loadavg: 7.74 7.97 7.78 9/371 16042
/proc/meminfo: memFree=23106416/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=376252 CPUtime=407.98 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 109255 0 0 0 40771 27 0 0 25 0 4 0 731382247 385282048 29516 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 94063 29516 393 112 0 89028 0
[pid=16004/tid=16005] ppid=16002 vsize=376252 CPUtime=102.29 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 28805 0 0 0 10222 7 0 0 25 0 4 0 731382247 385282048 29517 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=376252 CPUtime=102.3 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 25882 0 0 0 10225 5 0 0 25 0 4 0 731382247 385282048 29517 33554432000 4194304 4650419 140735180482912 18446744073709551615 4366150 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=376252 CPUtime=101.07 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 21176 0 0 0 10102 5 0 0 25 0 4 0 731382247 385282048 29517 33554432000 4194304 4650419 140735180482912 18446744073709551615 4311360 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.98
Current children cumulated vsize (KiB) 376252

[startup+162.301 s]

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

/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 34053 0 0 0 21957 9 0 0 25 0 4 0 731382247 433180672 42998 33554432000 4194304 4650419 140735180482912 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 886.57
Current children cumulated vsize (KiB) 423028

[startup+282.301 s]
/proc/loadavg: 8.23 8.08 7.85 9/371 16047
/proc/meminfo: memFree=22961236/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=415224 CPUtime=1125.81 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 210619 0 0 0 112524 57 0 0 25 0 4 0 731382247 425189376 48409 33554432000 4194304 4650419 140735180482912 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 103806 48409 394 112 0 98771 0
[pid=16004/tid=16005] ppid=16002 vsize=415224 CPUtime=282.25 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 51710 0 0 0 28211 14 0 0 25 0 4 0 731382247 425189376 48409 33554432000 4194304 4650419 140735180482912 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=415224 CPUtime=282.3 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 55028 0 0 0 28216 14 0 0 25 0 4 0 731382247 425189376 48409 33554432000 4194304 4650419 140735180482912 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=415224 CPUtime=278.95 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 37354 0 0 0 27884 11 0 0 25 0 4 0 731382247 425189376 48409 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1125.81
Current children cumulated vsize (KiB) 415224

[startup+342.301 s]
/proc/loadavg: 8.12 8.08 7.86 9/371 16048
/proc/meminfo: memFree=22899528/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=428796 CPUtime=1365.09 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 235851 0 0 0 136442 67 0 0 25 0 4 0 731382247 439087104 49057 33554432000 4194304 4650419 140735180482912 18446744073709551615 4439103 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 107199 49057 394 112 0 102164 0
[pid=16004/tid=16005] ppid=16002 vsize=428796 CPUtime=342.24 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 56553 0 0 0 34208 16 0 0 25 0 4 0 731382247 439087104 49057 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=428796 CPUtime=342.29 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 62618 0 0 0 34213 16 0 0 25 0 4 0 731382247 439087104 49057 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=428796 CPUtime=338.22 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 41955 0 0 0 33810 12 0 0 25 0 4 0 731382247 439087104 49057 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1365.09
Current children cumulated vsize (KiB) 428796

[startup+402.301 s]
/proc/loadavg: 8.22 8.11 7.88 9/371 16050
/proc/meminfo: memFree=22885196/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=443304 CPUtime=1604.37 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 261361 0 0 0 160361 76 0 0 25 0 4 0 731382247 453943296 52690 33554432000 4194304 4650419 140735180482912 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 110826 52690 394 112 0 105791 0
[pid=16004/tid=16005] ppid=16002 vsize=443304 CPUtime=402.23 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 62729 0 0 0 40204 19 0 0 25 0 4 0 731382247 453943296 52690 33554432000 4194304 4650419 140735180482912 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=443304 CPUtime=402.3 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 69430 0 0 0 40212 18 0 0 25 0 4 0 731382247 453943296 52690 33554432000 4194304 4650419 140735180482912 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=443304 CPUtime=397.52 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 47363 0 0 0 39738 14 0 0 25 0 4 0 731382247 453943296 52690 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1604.37
Current children cumulated vsize (KiB) 443304

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

[startup+409.601 s]
/proc/loadavg: 8.20 8.10 7.88 9/371 16050
/proc/meminfo: memFree=22878984/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=443360 CPUtime=1633.49 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 264523 0 0 0 163271 78 0 0 25 0 4 0 731382247 454000640 54118 33554432000 4194304 4650419 140735180482912 18446744073709551615 4364766 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 110840 54118 394 112 0 105805 0
[pid=16004/tid=16005] ppid=16002 vsize=443360 CPUtime=409.52 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 64020 0 0 0 40933 19 0 0 25 0 4 0 731382247 454000640 54118 33554432000 4194304 4650419 140735180482912 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=443360 CPUtime=409.59 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 69540 0 0 0 40941 18 0 0 25 0 4 0 731382247 454000640 54118 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=443360 CPUtime=404.73 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 47871 0 0 0 40459 14 0 0 25 0 4 0 731382247 454000640 54118 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1633.49
Current children cumulated vsize (KiB) 443360

[startup+416 s]
/proc/loadavg: 8.17 8.10 7.88 9/371 16050
/proc/meminfo: memFree=22872032/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=443360 CPUtime=1659.01 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 266093 0 0 0 165822 79 0 0 25 0 4 0 731382247 454000640 55687 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 110840 55687 394 112 0 105805 0
[pid=16004/tid=16005] ppid=16002 vsize=443360 CPUtime=415.92 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 64388 0 0 0 41573 19 0 0 25 0 4 0 731382247 454000640 55687 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=443360 CPUtime=415.99 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 69897 0 0 0 41581 18 0 0 25 0 4 0 731382247 454000640 55687 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=443360 CPUtime=411.05 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 48163 0 0 0 41091 14 0 0 25 0 4 0 731382247 454000640 55687 33554432000 4194304 4650419 140735180482912 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1659.01
Current children cumulated vsize (KiB) 443360

[startup+422.4 s]
/proc/loadavg: 8.16 8.10 7.88 9/371 16051
/proc/meminfo: memFree=22886152/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=377876 CPUtime=1684.56 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 267543 0 0 0 168376 80 0 0 25 0 4 0 731382247 386945024 52213 33554432000 4194304 4650419 140735180482912 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 94469 52213 394 112 0 89434 0
[pid=16004/tid=16005] ppid=16002 vsize=377876 CPUtime=422.34 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 65466 0 0 0 42214 20 0 0 25 0 4 0 731382247 386945024 52214 33554432000 4194304 4650419 140735180482912 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=377876 CPUtime=422.41 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 69897 0 0 0 42223 18 0 0 25 0 4 0 731382247 386945024 52214 33554432000 4194304 4650419 140735180482912 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=377876 CPUtime=417.39 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 48163 0 0 0 41725 14 0 0 25 0 4 0 731382247 386945024 52214 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1684.56
Current children cumulated vsize (KiB) 377876

[startup+424.001 s]
/proc/loadavg: 8.16 8.10 7.88 9/371 16051
/proc/meminfo: memFree=22883300/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=377876 CPUtime=1690.92 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 268170 0 0 0 169012 80 0 0 25 0 4 0 731382247 386945024 52840 33554432000 4194304 4650419 140735180482912 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 94469 52840 394 112 0 89434 0
[pid=16004/tid=16005] ppid=16002 vsize=377876 CPUtime=423.92 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 65578 0 0 0 42372 20 0 0 25 0 4 0 731382247 386945024 52840 33554432000 4194304 4650419 140735180482912 18446744073709551615 4366956 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=377876 CPUtime=423.99 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 70411 0 0 0 42381 18 0 0 25 0 4 0 731382247 386945024 52840 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=377876 CPUtime=418.96 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 48163 0 0 0 41882 14 0 0 25 0 4 0 731382247 386945024 52840 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1690.92
Current children cumulated vsize (KiB) 377876

[startup+425.601 s]
/proc/loadavg: 8.14 8.10 7.89 9/371 16051
/proc/meminfo: memFree=22885780/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=377876 CPUtime=1697.31 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 268278 0 0 0 169651 80 0 0 25 0 4 0 731382247 386945024 52948 33554432000 4194304 4650419 140735180482912 18446744073709551615 4366950 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 94469 52948 394 112 0 89434 0
[pid=16004/tid=16005] ppid=16002 vsize=377876 CPUtime=425.52 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 65686 0 0 0 42532 20 0 0 25 0 4 0 731382247 386945024 52948 33554432000 4194304 4650419 140735180482912 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=377876 CPUtime=425.59 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 70411 0 0 0 42541 18 0 0 25 0 4 0 731382247 386945024 52948 33554432000 4194304 4650419 140735180482912 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=377876 CPUtime=420.55 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 48163 0 0 0 42041 14 0 0 25 0 4 0 731382247 386945024 52948 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1697.31
Current children cumulated vsize (KiB) 377876

[startup+426.4 s]
/proc/loadavg: 8.14 8.10 7.89 9/371 16051
/proc/meminfo: memFree=22884168/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=377876 CPUtime=1700.49 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 268343 0 0 0 169969 80 0 0 25 0 4 0 731382247 386945024 53013 33554432000 4194304 4650419 140735180482912 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 94469 53013 394 112 0 89434 0
[pid=16004/tid=16005] ppid=16002 vsize=377876 CPUtime=426.32 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 65751 0 0 0 42612 20 0 0 25 0 4 0 731382247 386945024 53013 33554432000 4194304 4650419 140735180482912 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=377876 CPUtime=426.39 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 70411 0 0 0 42621 18 0 0 25 0 4 0 731382247 386945024 53013 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=377876 CPUtime=421.33 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 48163 0 0 0 42119 14 0 0 25 0 4 0 731382247 386945024 53013 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1700.49
Current children cumulated vsize (KiB) 377876

[startup+426.8 s]
/proc/loadavg: 8.14 8.10 7.89 9/371 16051
/proc/meminfo: memFree=22882308/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=377876 CPUtime=1702.11 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 268377 0 0 0 170131 80 0 0 25 0 4 0 731382247 386945024 53047 33554432000 4194304 4650419 140735180482912 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 94469 53047 394 112 0 89434 0
[pid=16004/tid=16005] ppid=16002 vsize=377876 CPUtime=426.73 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 65786 0 0 0 42653 20 0 0 25 0 4 0 731382247 386945024 53048 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=377876 CPUtime=426.81 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 70411 0 0 0 42663 18 0 0 25 0 4 0 731382247 386945024 53048 33554432000 4194304 4650419 140735180482912 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=377876 CPUtime=421.73 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 48163 0 0 0 42159 14 0 0 25 0 4 0 731382247 386945024 53048 33554432000 4194304 4650419 140735180482912 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1702.11
Current children cumulated vsize (KiB) 377876

[startup+426.913 s]
/proc/loadavg: 8.14 8.10 7.89 9/371 16051
/proc/meminfo: memFree=22882308/32950928 swapFree=65730864/67111528
[pid=16004] ppid=16002 vsize=377876 CPUtime=1702.53 cores=0,2,4,6
/proc/16004/stat : 16004 (strangenight1-m) R 16002 16004 15496 0 -1 4202496 268387 0 0 0 170173 80 0 0 25 0 4 0 731382247 386945024 53057 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365348 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/16004/statm: 94469 53057 394 112 0 89434 0
[pid=16004/tid=16005] ppid=16002 vsize=377876 CPUtime=426.83 cores=0,2,4,6
/proc/16004/task/16005/stat : 16005 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 65795 0 0 0 42663 20 0 0 25 0 4 0 731382247 386945024 53057 33554432000 4194304 4650419 140735180482912 18446744073709551615 4366857 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=16004/tid=16006] ppid=16002 vsize=377876 CPUtime=426.91 cores=0,2,4,6
/proc/16004/task/16006/stat : 16006 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 70411 0 0 0 42673 18 0 0 25 0 4 0 731382247 386945024 53057 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=16004/tid=16007] ppid=16002 vsize=377876 CPUtime=421.83 cores=0,2,4,6
/proc/16004/task/16007/stat : 16007 (strangenight1-m) R 16002 16004 15496 0 -1 4202560 48163 0 0 0 42169 14 0 0 25 0 4 0 731382247 386945024 53057 33554432000 4194304 4650419 140735180482912 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1702.53
Current children cumulated vsize (KiB) 377876

Child status: 20
Real time (s): 426.932
CPU time (s): 1702.58
CPU user time (s): 1701.77
CPU system time (s): 0.813876
CPU usage (%): 398.795
Max. virtual memory (cumulated for all children) (KiB): 466380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1701.77
system time used= 0.813876
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268390
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= 193
involuntary context switches= 12225

runsolver used 1.49777 second user time and 3.56846 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-15 00:18:36
IDJOB=3369072
IDBENCH=83081
IDSOLVER=1846
FILE ID=node116/3369072-1305411516
RUNJOBID= node116-1305410264-15848
PBS_JOBID= 13324511
Free space on /tmp= 73132 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
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-3369072-1305411516/watcher-3369072-1305411516 -o /tmp/evaluation-result-3369072-1305411516/solver-3369072-1305411516 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3369072-1305411516.cnf

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

MD5SUM BENCH= 0e5f93b3b44a8a3d689954a8a212e867
RANDOM SEED=331938735

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      22836532 kB
Buffers:         42448 kB
Cached:         112844 kB
SwapCached:      12356 kB
Active:        9847672 kB
Inactive:        59704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      22836532 kB
SwapTotal:    67111528 kB
SwapFree:     65730864 kB
Dirty:            6236 kB
Writeback:           0 kB
AnonPages:     9750404 kB
Mapped:          16388 kB
Slab:            96644 kB
PageTables:      45160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 83313052 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73124 MiB
End job on node116 at 2011-05-15 00:25:43