Trace number 3175211

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 2376.54 594.925

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1713710439-035.UNKNOWN.cnf
MD5SUMa22e1737ea83ac381c0ce023d3bc0e5e
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.9018
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-3175211-1304099799.cnf'
0.00/0.00	c -- header says num vars:             75
0.00/0.00	c -- header says num clauses:        1597
0.00/0.00	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.00	c -- vars added         75
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.02
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.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.38/0.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.38/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.38/0.11	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.38/0.11	c calculated reachability. Time: 0.00
0.38/0.11	c Calc default polars -  time:   0.00 s pos:      40 undec:       5 neg:      30
0.38/0.11	c =========================================================================================
0.38/0.11	c types(t): F = full restart, N = normal restart
0.38/0.11	c types(t): S = simplification begin/end, E = solution found
0.38/0.11	c restart types(rt): st = static, dy = dynamic
0.38/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.38/0.11	c  B st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.38/0.11	c Decided on static restart strategy
0.38/0.11	c  N st     8      4918        75      1597         0      4498      7985     76648   no data   no data  --
3.18/0.80	c  N st    10     11302        75      1597         0      4131      7985     59379   no data   no data  --
3.18/0.80	c  N st    11     17045        75      1597         0      9315      7985    147112   no data   no data  --
3.18/0.80	c  F st    12     25001        75      1597         0     11455      7985    183427   no data   no data  --
3.18/0.80	c  N st    12     25001        75      1597         0     11455      7985    183427   no data   no data  --
3.58/1.00	c Decided on static restart strategy
3.58/1.00	c  N st    18     30000        75      1597         0      9818      7985    144306   no data   no data  --
3.58/1.00	c  S st    18     30000        75      1597         0      9818      7985    144306   no data   no data  --
3.58/1.00	c  S st    18     30501        75      1597         0     10290      7985    153025   no data   no data  --
3.58/1.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.58/1.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.58/1.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.58/1.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.58/1.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.58/1.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.58/1.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.78/1.20	c lits-rem:      1469  cl-subs:     2595  v-elim:      0  v-fix:    0  time:  0.80 s
4.78/1.22	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.13
4.78/1.22	c calculated reachability. Time: 0.00
4.78/1.22	c  N st    18     30501        75      1597         0      7695      7985    110692   no data   no data  --
5.98/1.53	c  N st    20     37616        75      1597         0      7062      7985     90657   no data   no data  --
6.77/1.79	c  N st    21     44015        75      1597         0     12842      7985    187184   no data   no data  --
7.17/1.88	c  S st    22     45751        75      1597         0     14414      7985    213163   no data   no data  --
7.57/1.93	c  S st    22     46253        75      1597         0     14889      7985    221736   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.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.57/1.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.57/1.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.57/1.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.17/2.88	c lits-rem:      2239  cl-subs:     2825  v-elim:      0  v-fix:    0  time:  3.79 s
11.17/2.88	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
11.17/2.89	c vivif2 --  cl tried    12064 cl shrink        0 lits rem          0 time: 0.01
11.57/2.93	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.19
11.57/2.93	c calculated reachability. Time: 0.00
11.57/2.93	c  N st    22     46253        75      1597         0     12064      7985    175933   no data   no data  --
14.37/3.67	c  N st    23     60651        75      1597         0     17101      7985    246504   no data   no data  --
16.37/4.11	c  N st    24     69379        75      1597         0     16010      7985    222299   no data   no data  --
16.37/4.11	c  S st    24     69379        75      1597         0     16010      7985    222299   no data   no data  --
16.37/4.15	c  S st    24     69880        75      1597         0     16486      7985    231147   no data   no data  --
16.37/4.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.37/4.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.37/4.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
16.37/4.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.37/4.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.37/4.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
16.37/4.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.35/5.18	c lits-rem:      2039  cl-subs:     3539  v-elim:      0  v-fix:    0  time:  4.06 s
20.35/5.18	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
20.35/5.18	c vivif2 --  cl tried    12947 cl shrink        0 lits rem          0 time: 0.00
20.75/5.23	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.21
20.75/5.24	c calculated reachability. Time: 0.00
20.75/5.24	c  N st    24     69880        75      1597         0     12947      7985    176301   no data   no data  --
24.75/6.28	c  F st    25     87501        75      1597         0     19059      7985    262388   no data   no data  --
24.75/6.28	c  N st    25     87501        75      1597         0     19059      7985    262388   no data   no data  --
25.96/6.60	c Decided on static restart strategy
26.75/6.74	c  N st    32     95537        75      1597         0     15730      7985    211445   no data   no data  --
28.74/7.27	c  N st    34    104821        75      1597         0     12473      7985    151499   no data   no data  --
28.74/7.27	c  S st    34    104821        75      1597         0     12473      7985    151499   no data   no data  --
29.14/7.31	c  S st    34    105327        75      1597         0     12949      7985    160212   no data   no data  --
29.14/7.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.14/7.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.14/7.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
29.14/7.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.14/7.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.14/7.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
29.14/7.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.55/7.90	c lits-rem:       623  cl-subs:     1069  v-elim:      0  v-fix:    0  time:  2.32 s
31.55/7.90	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
31.55/7.90	c vivif2 --  cl tried    11880 cl shrink        0 lits rem          0 time: 0.00
31.55/7.94	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.18
31.55/7.95	c calculated reachability. Time: 0.00
31.55/7.95	c  N st    34    105327        75      1597         0     11880      7985    143986   no data   no data  --
33.54/8.46	c  N st    35    114925        75      1597         0     20502      7985    291696   no data   no data  --
37.13/9.33	c  N st    36    129323        75      1597         0     20982      7985    292261   no data   no data  --
43.13/10.86	c  N st    37    150918        75      1597         0     26848      7985    371402   no data   no data  --
44.73/11.29	c  S st    38    157992        75      1597         0     18859      7985    237106   no data   no data  --
45.12/11.35	c  S st    38    158496        75      1597         0     19327      7985    245753   no data   no data  --
45.12/11.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.12/11.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.12/11.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
45.12/11.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.12/11.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.12/11.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
45.12/11.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.72/12.29	c lits-rem:      2234  cl-subs:     2381  v-elim:      0  v-fix:    0  time:  3.71 s
48.72/12.29	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
48.72/12.29	c vivif2 --  cl tried    16946 cl shrink        0 lits rem          0 time: 0.01
49.12/12.36	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.27
49.12/12.36	c calculated reachability. Time: 0.00
49.12/12.36	c  N st    38    158496        75      1597         0     16946      7985    208484   no data   no data  --
62.31/15.69	c  N st    39    207086        75      1597         0     29258      7985    385427   no data   no data  --
73.09/18.35	c  N st    40    237745        75      1597         0     21786      7985    254804   no data   no data  --
73.09/18.35	c  S st    40    237745        75      1597         0     21786      7985    254804   no data   no data  --
73.49/18.41	c  S st    40    238246        75      1597         0     22258      7985    263750   no data   no data  --
73.49/18.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
73.49/18.41	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
73.49/18.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
73.49/18.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
73.49/18.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
73.49/18.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
73.49/18.42	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
77.88/19.52	c lits-rem:      1519  cl-subs:     2575  v-elim:      0  v-fix:    0  time:  4.42 s
77.88/19.52	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
77.88/19.53	c vivif2 --  cl tried    19683 cl shrink        0 lits rem          0 time: 0.01
78.28/19.60	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.30
78.28/19.60	c calculated reachability. Time: 0.00
78.28/19.60	c  N st    40    238246        75      1597         0     19683      7985    227526   no data   no data  --
101.08/25.31	c  F st    41    306252        75      1597         0     21590      7985    233843   no data   no data  --
101.08/25.31	c  N st    41    306252        75      1597         0     21590      7985    233843   no data   no data  --
102.65/25.72	c Decided on static restart strategy
111.45/27.94	c  N st    51    334555        75      1597         0     25615      7985    295068   no data   no data  --
120.23/30.16	c  N st    53    357369        75      1597         0     23594      7985    254117   no data   no data  --
120.23/30.16	c  S st    53    357369        75      1597         0     23594      7985    254117   no data   no data  --
120.63/30.22	c  S st    53    357872        75      1597         0     24069      7985    262945   no data   no data  --
120.63/30.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
120.63/30.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
120.63/30.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
120.63/30.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
120.63/30.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
120.63/30.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
120.63/30.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
124.23/31.19	c lits-rem:       692  cl-subs:     1414  v-elim:      0  v-fix:    0  time:  3.82 s
124.23/31.19	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
124.63/31.20	c vivif2 --  cl tried    22655 cl shrink        0 lits rem          0 time: 0.01
124.63/31.28	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.35
124.63/31.29	c calculated reachability. Time: 0.00
124.63/31.29	c  N st    53    357872        75      1597         0     22655      7985    243704   no data   no data  --
137.01/34.32	c  N st    54    390264        75      1597         0     28517      7985    328538   no data   no data  --
157.39/39.43	c  N st    55    438853        75      1597         0     47779      7985    640320   no data   no data  --
187.35/46.93	c  N st    56    511735        75      1597         0     35156      7985    412014   no data   no data  --
199.33/49.96	c  N st    57    536809        75      1597         0     29852      7985    316670   no data   no data  --
199.33/49.96	c  S st    57    536809        75      1597         0     29852      7985    316670   no data   no data  --
199.73/50.04	c  S st    57    537314        75      1597         0     30324      7985    325884   no data   no data  --
199.73/50.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
199.73/50.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
199.73/50.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
199.73/50.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
199.73/50.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
199.73/50.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
199.73/50.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
204.53/51.25	c lits-rem:      1095  cl-subs:     1626  v-elim:      0  v-fix:    0  time:  4.76 s
204.53/51.25	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
204.53/51.25	c vivif2 --  cl tried    28698 cl shrink        0 lits rem          0 time: 0.01
204.93/51.37	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.47
204.93/51.37	c calculated reachability. Time: 0.00
204.93/51.37	c  N st    57    537314        75      1597         0     28698      7985    303783   no data   no data  --
282.03/70.65	c  N st    58    701298        75      1597         0     55372      7985    698006   no data   no data  --
337.57/84.52	c  N st    59    805971        75      1597         0     49803      7985    610087   no data   no data  --
337.57/84.52	c  S st    59    805971        75      1597         0     49803      7985    610087   no data   no data  --
337.98/84.66	c  S st    59    806477        75      1597         0     50281      7985    619238   no data   no data  --
337.98/84.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
337.98/84.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
337.98/84.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
337.98/84.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
337.98/84.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
337.98/84.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
337.98/84.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
351.16/88.00	c lits-rem:      4037  cl-subs:     6246  v-elim:      0  v-fix:    0  time: 13.19 s
351.16/88.00	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
351.57/88.01	c vivif2 --  cl tried    44035 cl shrink        0 lits rem          0 time: 0.02
352.35/88.21	c asymm  cl-useful: 0/1546/1597 lits-rem:0 time: 0.82
352.35/88.21	c calculated reachability. Time: 0.00
352.35/88.21	c  N st    59    806477        75      1597         0     44035      7985    527889   no data   no data  --
510.55/127.83	c  F st    60   1071877        75      1597         0     58858      7985    699547   no data   no data  --
510.55/127.83	c  N st    60   1071877        75      1597         0     58858      7985    699547   no data   no data  --
514.55/128.80	c Decided on static restart strategy
531.34/133.07	c  N st    70   1100184        75      1597         0     44240      7985    461740   no data   no data  --
554.10/138.77	c  N st    72   1136177        75      1597         0     76143      7985    977583   no data   no data  --
572.88/143.42	c  N st    73   1168569        75      1597         0     64193      7985    779335   no data   no data  --
603.64/151.13	c  N st    74   1209715        75      1597         0     59057      7985    692862   no data   no data  --
603.64/151.13	c  S st    74   1209715        75      1597         0     59057      7985    692862   no data   no data  --
604.44/151.30	c  S st    74   1210216        75      1597         0     59529      7985    701908   no data   no data  --
604.44/151.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
604.44/151.31	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
604.44/151.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.08
604.44/151.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
604.44/151.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
604.44/151.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
604.44/151.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
622.41/155.88	c lits-rem:      2541  cl-subs:     8025  v-elim:      0  v-fix:    0  time: 18.08 s
622.41/155.88	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
622.41/155.88	c vivif2 --  cl tried    51504 cl shrink        0 lits rem          0 time: 0.03
623.62/156.12	c asymm  cl-useful: 0/1395/1597 lits-rem:0 time: 0.94
623.62/156.12	c calculated reachability. Time: 0.00
623.62/156.12	c  N st    74   1210216        75      1597         0     51504      7985    589073   no data   no data  --
674.34/168.80	c  N st    75   1283098        75      1597         0     74230      7985    938435   no data   no data  --
751.47/188.18	c  N st    76   1392425        75      1597         0     83828      7985   1087781   no data   no data  --
870.49/217.96	c  N st    77   1556411        75      1597         0     90400      7985   1124218   no data   no data  --
994.72/249.07	c  N st    78   1710217        75      1597         0     80476      7985    951870   no data   no data  --
994.72/249.07	c  S st    78   1710217        75      1597         0     80476      7985    951870   no data   no data  --
995.92/249.34	c  S st    78   1710720        75      1597         0     80949      7985    960676   no data   no data  --
995.92/249.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
995.92/249.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
995.92/249.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.11
996.32/249.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
996.32/249.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
996.32/249.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
996.32/249.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1034.27/258.97	c lits-rem:      4153  cl-subs:    16265  v-elim:      0  v-fix:    0  time: 38.24 s
1034.27/258.97	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
1034.27/258.98	c vivif2 --  cl tried    64684 cl shrink        0 lits rem          0 time: 0.04
1035.47/259.26	c asymm  cl-useful: 0/1060/1597 lits-rem:0 time: 1.10
1035.47/259.26	c calculated reachability. Time: 0.00
1035.47/259.26	c  N st    78   1710720        75      1597         0     64684      7985    744218   no data   no data  --
1317.90/329.91	c  N st    79   2079686        75      1597         0     76874      7985    868965   no data   no data  --
1426.15/357.00	c  N st    80   2210720        75      1597         0     80587      7985    909018   no data   no data  --
1426.15/357.00	c  S st    80   2210720        75      1597         0     80587      7985    909018   no data   no data  --
1426.95/357.26	c  S st    80   2211224        75      1597         0     81054      7985    918065   no data   no data  --
1426.95/357.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1426.95/357.27	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1427.35/357.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.12
1427.35/357.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1427.35/357.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1427.35/357.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
1427.35/357.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1463.69/366.46	c lits-rem:      4010  cl-subs:    14040  v-elim:      0  v-fix:    0  time: 36.46 s
1463.69/366.46	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
1463.69/366.47	c vivif2 --  cl tried    67014 cl shrink        0 lits rem          0 time: 0.04
1464.49/366.62	c asymm  cl-useful: 0/537/1597 lits-rem:0 time: 0.59
1464.49/366.62	c calculated reachability. Time: 0.00
1464.49/366.62	c  N st    80   2211224        75      1597         0     67014      7982    730861   no data   no data  --
1931.46/483.50	c  N st    81   2711225        75      1597         3     89166      7980    960413   no data   no data  --
1931.46/483.50	c  S st    81   2711225        75      1597         3     89166      7980    960413   no data   no data  --
1931.46/483.50	c Finding binary XORs  T:     0.00 s  found:       0
1932.25/483.73	c  S st    81   2711728        75      1597         4     89630      7980    968593   no data   no data  --
1932.25/483.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1932.25/483.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1932.25/483.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.13
1932.66/483.80	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1946.66/487.38	c subs with bin:    14183  lits-rem:       743  v-fix:    0  time: 14.27 s
1946.66/487.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
1948.63/487.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1971.00/493.40	c lits-rem:      1899  cl-subs:     4013  v-elim:      0  v-fix:    0  time: 22.06 s
1971.00/493.40	c vivif2 --  cl tried     1590 cl shrink        5 lits rem          5 time: 0.00
1971.00/493.44	c vivif2 --  cl tried    68862 cl shrink     3147 lits rem       3147 time: 0.16
1972.20/493.71	c asymm  cl-useful: 0/1014/1590 lits-rem:0 time: 1.08
1972.20/493.71	c calculated reachability. Time: 0.00
1972.20/493.71	c  N st    81   2711728        75      1590         6     68862      7932    721695   no data   no data  --
2035.72/509.68	c Finding binary XORs  T:     0.00 s  found:       0
2376.48/594.91	c Following stats are for *FIRST FINISHED THREAD ONLY*
2376.48/594.91	c num threads              : 4          
2376.48/594.91	c restarts                 : 81         
2376.48/594.91	c dynamic restarts         : 0          
2376.48/594.91	c static restarts          : 81         
2376.48/594.91	c full restarts            : 4          
2376.48/594.91	c total simplify time      : 2.98       
2376.48/594.91	c learnts DL2              : 0          
2376.48/594.91	c learnts size 2           : 109        
2376.48/594.91	c learnts size 1           : 56          (74.67     % of vars)
2376.48/594.91	c filedLit time            : 0.72        (0.03      % time)
2376.48/594.91	c v-elim SatELite          : 0           (0.00      % vars)
2376.48/594.91	c SatELite time            : 236.75      (9.97      % time)
2376.48/594.91	c v-elim xor               : 0           (0.00      % vars)
2376.48/594.91	c xor elim time            : 0.10        (0.00      % time)
2376.48/594.91	c num binary xor trees     : 0          
2376.48/594.91	c binxor trees' crown      : 0           (nan       leafs/tree)
2376.48/594.91	c bin xor find time        : 0.00       
2376.48/594.91	c OTF clause improved      : 358400      (0.11      clauses/conflict)
2376.48/594.91	c OTF impr. size diff      : 366718      (1.02       lits/clause)
2376.48/594.91	c OTF cl watch-shrink      : 158884      (0.05      clauses/conflict)
2376.48/594.91	c OTF cl watch-sh-lit      : 170094      (1.07       lits/clause)
2376.48/594.91	c tried to recurMin cls    : 277126      (8.71       % of conflicts)
2376.48/594.91	c updated cache            : 1760        (0.01       lits/tried recurMin)
2376.48/594.91	c unit cls received        : 5           (8.93      % of units)
2376.48/594.91	c unit cls sent            : 3           (5.36      % of units)
2376.48/594.91	c bin cls received         : 5          
2376.48/594.91	c bin cls sent             : 52         
2376.48/594.91	c clauses over max glue    : 0           (0.00      % of all clauses)
2376.48/594.91	c conflicts                : 3180712     (1338.95   / sec)
2376.48/594.91	c decisions                : 3473506     (0.44      % random)
2376.48/594.91	c bogo-props               : 101730210537 (42824182.69 / sec)
2376.48/594.91	c conflict literals        : 47884655    (25.80     % deleted)
2376.48/594.91	c Memory used              : 409.27      MB
2376.48/594.91	c single-thread CPU time   : 2375.53     s
2376.48/594.91	c all-threads sum CPU time : 2375.53     s
2376.48/594.91	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-3175211-1304099799/watcher-3175211-1304099799 -o /tmp/evaluation-result-3175211-1304099799/solver-3175211-1304099799 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175211-1304099799.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: 3.83 5.95 7.16 7/179 1976
/proc/meminfo: memFree=25614856/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 413 0 0 0 0 0 0 0 22 0 4 0 502395342 52465664 352 33554432000 4194304 4650419 140736516907104 18446744073709551615 47287967598514 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 12809 352 303 112 0 7774 0
[pid=1976/tid=1978] ppid=1972 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 4 0 502395342 52465664 352 33554432000 4194304 4650419 140736516907104 18446744073709551615 47287967598514 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 502395342 52465664 352 33554432000 4194304 4650419 140736516907104 18446744073709551615 47287967598514 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 502395342 52465664 352 33554432000 4194304 4650419 140736516907104 18446744073709551615 228095507441 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.0585519 s]
/proc/loadavg: 3.83 5.95 7.16 7/179 1976
/proc/meminfo: memFree=25614856/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=282360 CPUtime=0.21 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 1353 0 0 0 21 0 0 0 18 0 4 0 502395342 289136640 1219 33554432000 4194304 4650419 140736516907104 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 70590 1219 389 112 0 65555 0
[pid=1976/tid=1978] ppid=1972 vsize=282360 CPUtime=0.05 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 255 0 0 0 5 0 0 0 18 0 4 0 502395342 289136640 1219 33554432000 4194304 4650419 140736516907104 18446744073709551615 4315006 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=282360 CPUtime=0.05 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 250 0 0 0 5 0 0 0 18 0 4 0 502395342 289136640 1219 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=282360 CPUtime=0.05 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 177 0 0 0 5 0 0 0 25 0 4 0 502395342 289136640 1219 33554432000 4194304 4650419 140736516907104 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 282360

[startup+0.100544 s]
/proc/loadavg: 3.83 5.95 7.16 7/179 1976
/proc/meminfo: memFree=25614856/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=282360 CPUtime=0.38 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 1592 0 0 0 38 0 0 0 18 0 4 0 502395342 289136640 1458 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 70590 1458 389 112 0 65555 0
[pid=1976/tid=1978] ppid=1972 vsize=282360 CPUtime=0.09 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 316 0 0 0 9 0 0 0 18 0 4 0 502395342 289136640 1458 33554432000 4194304 4650419 140736516907104 18446744073709551615 4352090 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=282360 CPUtime=0.09 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 308 0 0 0 9 0 0 0 18 0 4 0 502395342 289136640 1458 33554432000 4194304 4650419 140736516907104 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=282360 CPUtime=0.09 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 235 0 0 0 9 0 0 0 25 0 4 0 502395342 289136640 1458 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282360

[startup+0.300508 s]
/proc/loadavg: 3.83 5.95 7.16 7/179 1976
/proc/meminfo: memFree=25614856/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=284160 CPUtime=1.18 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 3024 0 0 0 118 0 0 0 18 0 4 0 502395342 290979840 1832 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 71040 1832 391 112 0 66005 0
[pid=1976/tid=1978] ppid=1972 vsize=284160 CPUtime=0.29 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 682 0 0 0 29 0 0 0 18 0 4 0 502395342 290979840 1832 33554432000 4194304 4650419 140736516907104 18446744073709551615 4330551 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=284160 CPUtime=0.29 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 655 0 0 0 29 0 0 0 18 0 4 0 502395342 290979840 1832 33554432000 4194304 4650419 140736516907104 18446744073709551615 4328192 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=284160 CPUtime=0.29 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 594 0 0 0 29 0 0 0 25 0 4 0 502395342 290979840 1832 33554432000 4194304 4650419 140736516907104 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 284160

[startup+0.700433 s]
/proc/loadavg: 3.83 5.95 7.16 7/179 1976
/proc/meminfo: memFree=25614856/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=284700 CPUtime=2.78 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 4449 0 0 0 278 0 0 0 18 0 4 0 502395342 291532800 2455 33554432000 4194304 4650419 140736516907104 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 71175 2455 391 112 0 66140 0
[pid=1976/tid=1978] ppid=1972 vsize=284700 CPUtime=0.69 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 1055 0 0 0 69 0 0 0 18 0 4 0 502395342 291532800 2455 33554432000 4194304 4650419 140736516907104 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=284700 CPUtime=0.69 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 1017 0 0 0 69 0 0 0 18 0 4 0 502395342 291532800 2455 33554432000 4194304 4650419 140736516907104 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=284700 CPUtime=0.69 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 923 0 0 0 69 0 0 0 25 0 4 0 502395342 291532800 2455 33554432000 4194304 4650419 140736516907104 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284700

[startup+1.50029 s]
/proc/loadavg: 3.83 5.95 7.16 13/184 1981
/proc/meminfo: memFree=25585180/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=289684 CPUtime=5.98 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 8704 0 0 0 597 1 0 0 20 0 4 0 502395342 296636416 4877 33554432000 4194304 4650419 140736516907104 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 72421 4877 393 112 0 67386 0
[pid=1976/tid=1978] ppid=1972 vsize=289684 CPUtime=1.49 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 2496 0 0 0 149 0 0 0 19 0 4 0 502395342 296636416 4877 33554432000 4194304 4650419 140736516907104 18446744073709551615 4366845 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=289684 CPUtime=1.49 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 1723 0 0 0 149 0 0 0 20 0 4 0 502395342 296636416 4877 33554432000 4194304 4650419 140736516907104 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=289684 CPUtime=1.48 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 1603 0 0 0 148 0 0 0 25 0 4 0 502395342 296636416 4877 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 289684

[startup+3.10099 s]
/proc/loadavg: 4.16 5.98 7.17 10/184 1981
/proc/meminfo: memFree=25558892/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=292564 CPUtime=12.37 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 15263 0 0 0 1235 2 0 0 25 0 4 0 502395342 299585536 9334 33554432000 4194304 4650419 140736516907104 18446744073709551615 4366835 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 73141 9334 393 112 0 68106 0
[pid=1976/tid=1978] ppid=1972 vsize=292564 CPUtime=3.09 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 4297 0 0 0 309 0 0 0 25 0 4 0 502395342 299585536 9334 33554432000 4194304 4650419 140736516907104 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=292564 CPUtime=3.09 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 3580 0 0 0 309 0 0 0 25 0 4 0 502395342 299585536 9334 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=292564 CPUtime=3.07 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 3568 0 0 0 307 0 0 0 25 0 4 0 502395342 299585536 9334 33554432000 4194304 4650419 140736516907104 18446744073709551615 4334075 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 292564

[startup+6.3004 s]
/proc/loadavg: 4.16 5.98 7.17 10/184 1981
/proc/meminfo: memFree=25515120/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=294168 CPUtime=25.15 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 20889 0 0 0 2513 2 0 0 25 0 4 0 502395342 301228032 10335 33554432000 4194304 4650419 140736516907104 18446744073709551615 4366816 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 73542 10335 393 112 0 68507 0
[pid=1976/tid=1978] ppid=1972 vsize=294168 CPUtime=6.29 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 5653 0 0 0 628 1 0 0 25 0 4 0 502395342 301228032 10335 33554432000 4194304 4650419 140736516907104 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=294168 CPUtime=6.29 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 5398 0 0 0 629 0 0 0 25 0 4 0 502395342 301228032 10335 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=294168 CPUtime=6.25 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 4938 0 0 0 625 0 0 0 25 0 4 0 502395342 301228032 10335 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 294168

[startup+12.7002 s]
/proc/loadavg: 4.75 6.05 7.18 10/184 1982
/proc/meminfo: memFree=25477572/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=288660 CPUtime=50.72 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 32409 0 0 0 5067 5 0 0 25 0 4 0 502395342 295587840 13832 33554432000 4194304 4650419 140736516907104 18446744073709551615 4364779 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 72165 13833 393 112 0 67130 0
[pid=1976/tid=1978] ppid=1972 vsize=288660 CPUtime=12.68 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 8650 0 0 0 1267 1 0 0 25 0 4 0 502395342 295587840 13833 33554432000 4194304 4650419 140736516907104 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=288660 CPUtime=12.69 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 8646 0 0 0 1268 1 0 0 25 0 4 0 502395342 295587840 13833 33554432000 4194304 4650419 140736516907104 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=288660 CPUtime=12.63 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 8031 0 0 0 1262 1 0 0 25 0 4 0 502395342 295587840 13833 33554432000 4194304 4650419 140736516907104 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 288660

[startup+25.5009 s]
/proc/loadavg: 5.25 6.11 7.19 10/184 1982
/proc/meminfo: memFree=25435428/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=298760 CPUtime=101.85 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 48125 0 0 0 10177 8 0 0 25 0 4 0 502395342 305930240 17217 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 74690 17217 393 112 0 69655 0
[pid=1976/tid=1978] ppid=1972 vsize=298760 CPUtime=25.48 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 14142 0 0 0 2546 2 0 0 25 0 4 0 502395342 305930240 17217 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=298760 CPUtime=25.48 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 13232 0 0 0 2547 1 0 0 25 0 4 0 502395342 305930240 17217 33554432000 4194304 4650419 140736516907104 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=298760 CPUtime=25.37 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 10356 0 0 0 2535 2 0 0 25 0 4 0 502395342 305930240 17217 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 298760

[startup+51.1011 s]
/proc/loadavg: 6.26 6.28 7.21 10/184 1983
/proc/meminfo: memFree=25398780/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=299948 CPUtime=204.13 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 75294 0 0 0 20399 14 0 0 25 0 4 0 502395342 307146752 21866 33554432000 4194304 4650419 140736516907104 18446744073709551615 4476297 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 74987 21866 393 112 0 69952 0
[pid=1976/tid=1978] ppid=1972 vsize=299948 CPUtime=51.09 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 21976 0 0 0 5105 4 0 0 25 0 4 0 502395342 307146752 21866 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=299948 CPUtime=51.08 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 21199 0 0 0 5105 3 0 0 25 0 4 0 502395342 307146752 21866 33554432000 4194304 4650419 140736516907104 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=299948 CPUtime=50.84 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 14020 0 0 0 5081 3 0 0 25 0 4 0 502395342 307146752 21866 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 204.13
Current children cumulated vsize (KiB) 299948

[startup+102.307 s]
/proc/loadavg: 7.45 6.60 7.26 10/184 1984
/proc/meminfo: memFree=25329800/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=307484 CPUtime=408.7 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 117701 0 0 0 40844 26 0 0 25 0 4 0 502395342 314863616 32958 33554432000 4194304 4650419 140736516907104 18446744073709551615 4364736 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 76871 32958 393 112 0 71836 0
[pid=1976/tid=1978] ppid=1972 vsize=307484 CPUtime=102.28 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 32461 0 0 0 10222 6 0 0 25 0 4 0 502395342 314863616 32958 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=307484 CPUtime=102.29 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 34305 0 0 0 10222 7 0 0 25 0 4 0 502395342 314863616 32958 33554432000 4194304 4650419 140736516907104 18446744073709551615 4355019 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=307484 CPUtime=101.8 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 20990 0 0 0 10175 5 0 0 25 0 4 0 502395342 314863616 32958 33554432000 4194304 4650419 140736516907104 18446744073709551615 4363600 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.7
Current children cumulated vsize (KiB) 307484

[startup+162.301 s]

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

/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 35708 0 0 0 28075 10 0 0 25 0 4 0 502395342 401453056 50699 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1127.73
Current children cumulated vsize (KiB) 392044

[startup+342.3 s]
/proc/loadavg: 8.14 7.45 7.45 10/184 1999
/proc/meminfo: memFree=25124544/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=469428 CPUtime=1367.41 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 226142 0 0 0 136672 69 0 0 25 0 4 0 502395342 480694272 57517 33554432000 4194304 4650419 140736516907104 18446744073709551615 4366879 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 117357 57517 394 112 0 112322 0
[pid=1976/tid=1978] ppid=1972 vsize=469428 CPUtime=342.26 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 61604 0 0 0 34210 16 0 0 25 0 4 0 502395342 480694272 57517 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=469428 CPUtime=342.29 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 76798 0 0 0 34204 25 0 0 25 0 4 0 502395342 480694272 57517 33554432000 4194304 4650419 140736516907104 18446744073709551615 4364785 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=469428 CPUtime=340.54 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 39484 0 0 0 34042 12 0 0 25 0 4 0 502395342 480694272 57517 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1367.41
Current children cumulated vsize (KiB) 469428

[startup+402.3 s]
/proc/loadavg: 8.05 7.54 7.48 10/184 2001
/proc/meminfo: memFree=25066852/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=474140 CPUtime=1607.09 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 245495 0 0 0 160634 75 0 0 25 0 4 0 502395342 485519360 69340 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 118535 69340 394 112 0 113500 0
[pid=1976/tid=1978] ppid=1972 vsize=474140 CPUtime=402.26 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 65492 0 0 0 40209 17 0 0 25 0 4 0 502395342 485519360 69340 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=474140 CPUtime=402.29 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 85093 0 0 0 40201 28 0 0 25 0 4 0 502395342 485519360 69340 33554432000 4194304 4650419 140736516907104 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=474140 CPUtime=400.23 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 43699 0 0 0 40009 14 0 0 25 0 4 0 502395342 485519360 69340 33554432000 4194304 4650419 140736516907104 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1607.09
Current children cumulated vsize (KiB) 474140

[startup+462.301 s]
/proc/loadavg: 8.02 7.63 7.51 10/184 2003
/proc/meminfo: memFree=25062112/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=474516 CPUtime=1846.78 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 263522 0 0 0 184595 83 0 0 25 0 4 0 502395342 485904384 65407 33554432000 4194304 4650419 140736516907104 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 118629 65407 394 112 0 113594 0
[pid=1976/tid=1978] ppid=1972 vsize=474516 CPUtime=462.25 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 69210 0 0 0 46206 19 0 0 25 0 4 0 502395342 485904384 65407 33554432000 4194304 4650419 140736516907104 18446744073709551615 4364766 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=474516 CPUtime=462.29 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 92552 0 0 0 46199 30 0 0 25 0 4 0 502395342 485904384 65407 33554432000 4194304 4650419 140736516907104 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=474516 CPUtime=459.9 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 47253 0 0 0 45974 16 0 0 25 0 4 0 502395342 485904384 65407 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1846.78
Current children cumulated vsize (KiB) 474516

[startup+522.301 s]
/proc/loadavg: 8.00 7.69 7.54 10/184 2004
/proc/meminfo: memFree=25047700/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=408948 CPUtime=2086.45 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 280896 0 0 0 208553 92 0 0 25 0 4 0 502395342 418762752 63241 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 102237 63241 394 112 0 97202 0
[pid=1976/tid=1978] ppid=1972 vsize=408948 CPUtime=522.25 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 73716 0 0 0 52203 22 0 0 25 0 4 0 502395342 418762752 63241 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=408948 CPUtime=522.29 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 98787 0 0 0 52196 33 0 0 25 0 4 0 502395342 418762752 63241 33554432000 4194304 4650419 140736516907104 18446744073709551615 4439103 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=408948 CPUtime=519.58 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 50750 0 0 0 51940 18 0 0 25 0 4 0 502395342 418762752 63241 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2086.45
Current children cumulated vsize (KiB) 408948

[startup+582.301 s]
/proc/loadavg: 8.04 7.76 7.57 10/184 2006
/proc/meminfo: memFree=25039636/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=419084 CPUtime=2326.13 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 293090 0 0 0 232516 97 0 0 25 0 4 0 502395342 429142016 63951 33554432000 4194304 4650419 140736516907104 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 104771 63951 394 112 0 99736 0
[pid=1976/tid=1978] ppid=1972 vsize=419084 CPUtime=582.24 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 77836 0 0 0 58201 23 0 0 25 0 4 0 502395342 429142016 63951 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=419084 CPUtime=582.29 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 102820 0 0 0 58194 35 0 0 25 0 4 0 502395342 429142016 63951 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=419084 CPUtime=579.26 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 52421 0 0 0 57907 19 0 0 25 0 4 0 502395342 429142016 63951 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2326.13
Current children cumulated vsize (KiB) 419084

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

[startup+588.701 s]
/proc/loadavg: 8.04 7.76 7.57 10/184 2006
/proc/meminfo: memFree=25034056/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=419084 CPUtime=2351.7 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 294856 0 0 0 235072 98 0 0 25 0 4 0 502395342 429142016 65717 33554432000 4194304 4650419 140736516907104 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 104771 65717 394 112 0 99736 0
[pid=1976/tid=1978] ppid=1972 vsize=419084 CPUtime=588.64 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 78328 0 0 0 58841 23 0 0 25 0 4 0 502395342 429142016 65717 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=419084 CPUtime=588.69 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 103344 0 0 0 58834 35 0 0 25 0 4 0 502395342 429142016 65717 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365321 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=419084 CPUtime=585.63 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 53171 0 0 0 58544 19 0 0 25 0 4 0 502395342 429142016 65717 33554432000 4194304 4650419 140736516907104 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2351.7
Current children cumulated vsize (KiB) 419084

[startup+591.901 s]
/proc/loadavg: 8.04 7.77 7.58 10/184 2006
/proc/meminfo: memFree=25032068/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=419084 CPUtime=2364.48 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 295563 0 0 0 236350 98 0 0 25 0 4 0 502395342 429142016 66424 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 104771 66424 394 112 0 99736 0
[pid=1976/tid=1978] ppid=1972 vsize=419084 CPUtime=591.84 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 78606 0 0 0 59161 23 0 0 25 0 4 0 502395342 429142016 66424 33554432000 4194304 4650419 140736516907104 18446744073709551615 4363311 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=419084 CPUtime=591.9 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 103561 0 0 0 59154 36 0 0 25 0 4 0 502395342 429142016 66424 33554432000 4194304 4650419 140736516907104 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=419084 CPUtime=588.81 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 53383 0 0 0 58862 19 0 0 25 0 4 0 502395342 429142016 66424 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2364.48
Current children cumulated vsize (KiB) 419084

[startup+593.501 s]
/proc/loadavg: 8.04 7.77 7.58 10/184 2006
/proc/meminfo: memFree=25027976/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=419084 CPUtime=2370.87 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 295903 0 0 0 236989 98 0 0 25 0 4 0 502395342 429142016 66764 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 104771 66764 394 112 0 99736 0
[pid=1976/tid=1978] ppid=1972 vsize=419084 CPUtime=593.44 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 78748 0 0 0 59321 23 0 0 25 0 4 0 502395342 429142016 66764 33554432000 4194304 4650419 140736516907104 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=419084 CPUtime=593.5 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 103668 0 0 0 59314 36 0 0 25 0 4 0 502395342 429142016 66764 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=419084 CPUtime=590.4 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 53474 0 0 0 59021 19 0 0 25 0 4 0 502395342 429142016 66764 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2370.87
Current children cumulated vsize (KiB) 419084

[startup+594.301 s]
/proc/loadavg: 8.04 7.77 7.58 10/184 2006
/proc/meminfo: memFree=25025744/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=419084 CPUtime=2374.08 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 296542 0 0 0 237309 99 0 0 25 0 4 0 502395342 429142016 67402 33554432000 4194304 4650419 140736516907104 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 104771 67402 394 112 0 99736 0
[pid=1976/tid=1978] ppid=1972 vsize=419084 CPUtime=594.24 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 78810 0 0 0 59401 23 0 0 25 0 4 0 502395342 429142016 67402 33554432000 4194304 4650419 140736516907104 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=419084 CPUtime=594.3 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 103698 0 0 0 59394 36 0 0 25 0 4 0 502395342 429142016 67402 33554432000 4194304 4650419 140736516907104 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=419084 CPUtime=591.2 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 53517 0 0 0 59101 19 0 0 25 0 4 0 502395342 429142016 67402 33554432000 4194304 4650419 140736516907104 18446744073709551615 4364777 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2374.08
Current children cumulated vsize (KiB) 419084

[startup+594.701 s]
/proc/loadavg: 8.04 7.77 7.58 10/184 2006
/proc/meminfo: memFree=25025744/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=419084 CPUtime=2375.68 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 296599 0 0 0 237469 99 0 0 25 0 4 0 502395342 429142016 67459 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 104771 67459 394 112 0 99736 0
[pid=1976/tid=1978] ppid=1972 vsize=419084 CPUtime=594.64 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 78845 0 0 0 59441 23 0 0 25 0 4 0 502395342 429142016 67459 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=419084 CPUtime=594.7 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 103698 0 0 0 59434 36 0 0 25 0 4 0 502395342 429142016 67459 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=419084 CPUtime=591.6 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 53539 0 0 0 59141 19 0 0 25 0 4 0 502395342 429142016 67459 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2375.68
Current children cumulated vsize (KiB) 419084

[startup+594.901 s]
/proc/loadavg: 8.04 7.77 7.58 10/184 2006
/proc/meminfo: memFree=25025744/32951124 swapFree=67111524/67111528
[pid=1976] ppid=1972 vsize=419084 CPUtime=2376.48 cores=0,2,4,6
/proc/1976/stat : 1976 (strangenight1-m) R 1972 1976 1454 0 -1 4202496 296629 0 0 0 237549 99 0 0 25 0 4 0 502395342 429142016 67489 33554432000 4194304 4650419 140736516907104 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/1976/statm: 104771 67489 394 112 0 99736 0
[pid=1976/tid=1978] ppid=1972 vsize=419084 CPUtime=594.84 cores=0,2,4,6
/proc/1976/task/1978/stat : 1978 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 78863 0 0 0 59461 23 0 0 25 0 4 0 502395342 429142016 67489 33554432000 4194304 4650419 140736516907104 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=1976/tid=1979] ppid=1972 vsize=419084 CPUtime=594.9 cores=0,2,4,6
/proc/1976/task/1979/stat : 1979 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 103698 0 0 0 59454 36 0 0 25 0 4 0 502395342 429142016 67489 33554432000 4194304 4650419 140736516907104 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=1976/tid=1980] ppid=1972 vsize=419084 CPUtime=591.8 cores=0,2,4,6
/proc/1976/task/1980/stat : 1980 (strangenight1-m) R 1972 1976 1454 0 -1 4202560 53551 0 0 0 59161 19 0 0 25 0 4 0 502395342 429142016 67489 33554432000 4194304 4650419 140736516907104 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2376.48
Current children cumulated vsize (KiB) 419084

Child status: 20
Real time (s): 594.925
CPU time (s): 2376.54
CPU user time (s): 2375.53
CPU system time (s): 1.00385
CPU usage (%): 399.468
Max. virtual memory (cumulated for all children) (KiB): 528004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2375.53
system time used= 1.00385
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 296634
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= 209
involuntary context switches= 12064

runsolver used 0.932858 second user time and 2.18767 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-29 19:56:39
IDJOB=3175211
IDBENCH=82829
IDSOLVER=1588
FILE ID=node142/3175211-1304099799
RUNJOBID= node142-1304099799-1954
PBS_JOBID= 13170602
Free space on /tmp= 71312 MiB

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

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

MD5SUM BENCH= a22e1737ea83ac381c0ce023d3bc0e5e
RANDOM SEED=627042135

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.67
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.846
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.81
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.846
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.846
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.846
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:      25615408 kB
Buffers:       1680072 kB
Cached:        5049716 kB
SwapCached:          4 kB
Active:         882832 kB
Inactive:      5911588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25615408 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           12480 kB
Writeback:           0 kB
AnonPages:       63892 kB
Mapped:          14868 kB
Slab:           477976 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   196288 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= 71304 MiB
End job on node142 at 2011-04-29 20:06:34