Trace number 3368917

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)SAT 1149.88 288.192

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1636883934-028.SATISFIABLE.cnf
MD5SUMf499dfbb776939482f3f42f9fdb448de
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.028994
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368917-1305405941.cnf'
3.17/0.83	c -- header says num vars:             75
3.17/0.83	c -- header says num clauses:        1597
3.17/0.83	c -- clauses added:            0 learnts,         1597 normals,            0 xors
3.17/0.83	c -- vars added         75
3.17/0.83	c Parsing time:  0.00 s
3.17/0.83	c  N st     0         0        75      1597         0         0      7985         0   no data   no data  --
3.17/0.83	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.02
3.17/0.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
3.17/0.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.17/0.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.17/0.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.17/0.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.17/0.83	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.83	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.83	c calculated reachability. Time: 0.00
3.17/0.83	c Calc default polars -  time:   0.00 s pos:      37 undec:       6 neg:      32
3.17/0.83	c =========================================================================================
3.17/0.83	c types(t): F = full restart, N = normal restart
3.17/0.83	c types(t): S = simplification begin/end, E = solution found
3.17/0.83	c restart types(rt): st = static, dy = dynamic
3.17/0.83	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.83	c  B st     0         0        75      1597         0         0      7985         0   no data   no data  --
3.17/0.83	c Decided on static restart strategy
3.17/0.83	c  N st     8      4916        75      1597         0      4464      7985     75511   no data   no data  --
3.17/0.83	c  N st    10     11301        75      1597         0      4126      7985     57768   no data   no data  --
3.17/0.83	c  N st    11     17046        75      1597         0      9277      7985    142638   no data   no data  --
3.17/0.83	c  F st    12     25000        75      1597         0     11362      7985    176135   no data   no data  --
3.17/0.83	c  N st    12     25000        75      1597         0     11362      7985    176135   no data   no data  --
3.57/0.93	c Decided on static restart strategy
3.57/0.93	c  N st    18     30003        75      1597         0      9788      7985    143272   no data   no data  --
3.57/0.93	c  S st    18     30003        75      1597         0      9788      7985    143272   no data   no data  --
3.99/1.03	c  S st    18     30504        75      1597         0     10261      7985    151876   no data   no data  --
3.99/1.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.99/1.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.99/1.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.99/1.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.99/1.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/1.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.99/1.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.75/1.23	c lits-rem:      1622  cl-subs:     2661  v-elim:      0  v-fix:    0  time:  0.84 s
4.75/1.23	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.11
4.75/1.23	c calculated reachability. Time: 0.00
4.75/1.23	c  N st    18     30504        75      1597         0      7600      7985    109741   no data   no data  --
5.56/1.49	c  N st    20     37615        75      1597         0     13993      7985    217370   no data   no data  --
6.76/1.75	c  N st    21     44014        75      1597         0     12775      7985    185266   no data   no data  --
7.16/1.81	c  S st    22     45756        75      1597         0     14339      7985    211139   no data   no data  --
7.16/1.86	c  S st    22     46262        75      1597         0     14816      7985    219799   no data   no data  --
7.16/1.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.16/1.86	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.16/1.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
7.16/1.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.16/1.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.16/1.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.16/1.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.14/2.80	c lits-rem:      2104  cl-subs:     2964  v-elim:      0  v-fix:    0  time:  3.75 s
11.14/2.80	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
11.14/2.81	c vivif2 --  cl tried    11852 cl shrink        0 lits rem          0 time: 0.01
11.14/2.85	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.18
11.14/2.85	c calculated reachability. Time: 0.00
11.14/2.85	c  N st    22     46262        75      1597         0     11852      7985    171994   no data   no data  --
13.94/3.54	c  N st    23     60659        75      1597         0     16895      7985    248041   no data   no data  --
15.54/3.94	c  N st    24     69393        75      1597         0     15886      7985    222249   no data   no data  --
15.54/3.94	c  S st    24     69393        75      1597         0     15886      7985    222249   no data   no data  --
15.54/3.99	c  S st    24     69897        75      1597         0     16363      7985    230756   no data   no data  --
15.54/3.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.54/3.99	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.54/3.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.94/4.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.94/4.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.94/4.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
15.94/4.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.53/4.98	c lits-rem:      2593  cl-subs:     2850  v-elim:      0  v-fix:    0  time:  3.91 s
19.53/4.98	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
19.53/4.98	c vivif2 --  cl tried    13513 cl shrink        0 lits rem          0 time: 0.01
19.93/5.03	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.21
19.93/5.03	c calculated reachability. Time: 0.00
19.93/5.03	c  N st    24     69897        75      1597         0     13513      7985    185943   no data   no data  --
23.52/5.95	c  F st    25     87500        75      1597         0     19616      7985    278107   no data   no data  --
23.52/5.95	c  N st    25     87500        75      1597         0     19616      7985    278107   no data   no data  --
24.73/6.28	c Decided on static restart strategy
25.53/6.44	c  N st    32     95540        75      1597         0     16189      7985    216232   no data   no data  --
27.91/7.05	c  N st    34    104847        75      1597         0     12904      7985    158320   no data   no data  --
27.91/7.05	c  S st    34    104847        75      1597         0     12904      7985    158320   no data   no data  --
27.91/7.09	c  S st    34    105349        75      1597         0     13377      7985    166806   no data   no data  --
27.91/7.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.91/7.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.91/7.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
27.91/7.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.91/7.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.91/7.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
27.91/7.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
30.74/7.74	c lits-rem:       796  cl-subs:     1289  v-elim:      0  v-fix:    0  time:  2.56 s
30.74/7.74	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
30.74/7.74	c vivif2 --  cl tried    12088 cl shrink        0 lits rem          0 time: 0.01
30.74/7.79	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.19
30.74/7.79	c calculated reachability. Time: 0.00
30.74/7.79	c  N st    34    105349        75      1597         0     12088      7985    147881   no data   no data  --
33.10/8.34	c  N st    35    114951        75      1597         0     20662      7985    284653   no data   no data  --
36.29/9.17	c  N st    36    129349        75      1597         0     21069      7985    288891   no data   no data  --
41.89/10.57	c  N st    37    150946        75      1597         0     27070      7985    373752   no data   no data  --
43.92/11.01	c  S st    38    158023        75      1597         0     19102      7985    239357   no data   no data  --
43.92/11.06	c  S st    38    158528        75      1597         0     19570      7985    247712   no data   no data  --
43.92/11.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.92/11.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.92/11.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
43.92/11.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.92/11.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.92/11.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
43.92/11.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
47.90/12.06	c lits-rem:      1930  cl-subs:     2471  v-elim:      0  v-fix:    0  time:  3.95 s
47.90/12.06	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
47.90/12.06	c vivif2 --  cl tried    17099 cl shrink        0 lits rem          0 time: 0.01
48.30/12.12	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.25
48.30/12.12	c calculated reachability. Time: 0.00
48.30/12.12	c  N st    38    158528        75      1597         0     17099      7985    210046   no data   no data  --
60.25/15.18	c  N st    39    207119        75      1597         0     29358      7985    397001   no data   no data  --
70.26/17.68	c  N st    40    237792        75      1597         0     21997      7985    260841   no data   no data  --
70.26/17.68	c  S st    40    237792        75      1597         0     21997      7985    260841   no data   no data  --
70.62/17.74	c  S st    40    238293        75      1597         0     22464      7985    269334   no data   no data  --
70.62/17.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
70.62/17.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
70.62/17.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
70.62/17.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
70.62/17.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
70.62/17.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
70.62/17.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.01/18.82	c lits-rem:      1714  cl-subs:     2434  v-elim:      0  v-fix:    0  time:  4.23 s
75.01/18.82	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
75.01/18.82	c vivif2 --  cl tried    20030 cl shrink        0 lits rem          0 time: 0.01
75.01/18.89	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.29
75.01/18.89	c calculated reachability. Time: 0.00
75.01/18.89	c  N st    40    238293        75      1597         0     20030      7985    235892   no data   no data  --
98.17/24.63	c  F st    41    306250        75      1597         0     21780      7985    237890   no data   no data  --
98.17/24.63	c  N st    41    306250        75      1597         0     21780      7985    237890   no data   no data  --
99.77/25.06	c Decided on static restart strategy
107.75/27.09	c  N st    51    334554        75      1597         0     25757      7985    299867   no data   no data  --
116.13/29.19	c  N st    53    357440        75      1597         0     23980      7985    262407   no data   no data  --
116.13/29.19	c  S st    53    357440        75      1597         0     23980      7985    262407   no data   no data  --
116.53/29.26	c  S st    53    357941        75      1597         0     24451      7985    271373   no data   no data  --
116.53/29.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
116.53/29.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
116.53/29.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
116.53/29.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
116.53/29.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
116.53/29.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
116.53/29.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
120.92/30.32	c lits-rem:      1028  cl-subs:     1504  v-elim:      0  v-fix:    0  time:  4.19 s
120.92/30.32	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
120.92/30.32	c vivif2 --  cl tried    22947 cl shrink        0 lits rem          0 time: 0.01
121.32/30.41	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.34
121.32/30.41	c calculated reachability. Time: 0.00
121.32/30.41	c  N st    53    357941        75      1597         0     22947      7985    249769   no data   no data  --
132.50/33.25	c  N st    54    390336        75      1597         0     28757      7985    338829   no data   no data  --
152.46/38.27	c  N st    55    438925        75      1597         0     47777      7985    631528   no data   no data  --
180.80/45.36	c  N st    56    511809        75      1597         0     35286      7985    409343   no data   no data  --
191.97/48.15	c  N st    57    536911        75      1597         0     30128      7985    326793   no data   no data  --
191.97/48.15	c  S st    57    536911        75      1597         0     30128      7985    326793   no data   no data  --
192.37/48.23	c  S st    57    537417        75      1597         0     30609      7985    335645   no data   no data  --
192.37/48.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
192.37/48.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
192.37/48.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
192.37/48.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
192.37/48.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
192.37/48.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
192.37/48.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
196.76/49.36	c lits-rem:      1157  cl-subs:     1668  v-elim:      0  v-fix:    0  time:  4.46 s
196.76/49.36	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
196.76/49.36	c vivif2 --  cl tried    28941 cl shrink        0 lits rem          0 time: 0.02
197.19/49.47	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.42
197.19/49.47	c calculated reachability. Time: 0.00
197.19/49.47	c  N st    57    537417        75      1597         0     28941      7985    312918   no data   no data  --
271.41/68.05	c  N st    58    701402        75      1597         0     55238      7985    678539   no data   no data  --
321.70/80.64	c  N st    59    806127        75      1597         0     49973      7985    588761   no data   no data  --
321.70/80.64	c  S st    59    806127        75      1597         0     49973      7985    588761   no data   no data  --
322.10/80.78	c  S st    59    806631        75      1597         0     50450      7985    597698   no data   no data  --
322.10/80.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
322.10/80.79	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
322.50/80.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
322.50/80.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
322.50/80.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
322.50/80.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
322.50/80.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
335.27/84.01	c lits-rem:      2051  cl-subs:     8618  v-elim:      0  v-fix:    0  time: 12.74 s
335.27/84.01	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
335.27/84.02	c vivif2 --  cl tried    41832 cl shrink        0 lits rem          0 time: 0.02
336.07/84.20	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.74
336.07/84.20	c calculated reachability. Time: 0.00
336.07/84.20	c  N st    59    806631        75      1597         0     41832      7985    485890   no data   no data  --
470.19/117.81	c  F st    60   1071876        75      1597         0     56805      7985    651335   no data   no data  --
470.19/117.81	c  N st    60   1071876        75      1597         0     56805      7985    651335   no data   no data  --
472.99/118.53	c Decided on static restart strategy
490.15/122.87	c  N st    70   1100180        75      1597         0     42218      7985    435882   no data   no data  --
510.51/127.98	c  N st    72   1136172        75      1597         0     74120      7985    960895   no data   no data  --
530.08/132.87	c  N st    73   1168566        75      1597         0     62002      7985    733900   no data   no data  --
556.01/139.33	c  N st    74   1209946        75      1597         0     57035      7985    654228   no data   no data  --
556.01/139.33	c  S st    74   1209946        75      1597         0     57035      7985    654228   no data   no data  --
556.41/139.48	c  S st    74   1210452        75      1597         0     57497      7985    662355   no data   no data  --
556.41/139.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
556.41/139.49	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
556.81/139.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
556.81/139.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
556.81/139.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
556.81/139.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
556.81/139.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
576.37/144.42	c lits-rem:      2913  cl-subs:     8734  v-elim:      0  v-fix:    0  time: 19.52 s
576.37/144.42	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
576.37/144.43	c vivif2 --  cl tried    48763 cl shrink        0 lits rem          0 time: 0.03
577.56/144.71	c asymm  cl-useful: 0/1460/1597 lits-rem:0 time: 1.12
577.56/144.71	c calculated reachability. Time: 0.00
577.56/144.71	c  N st    74   1210452        75      1597         0     48763      7985    543356   no data   no data  --
623.50/156.23	c  N st    75   1283334        75      1597         0     71488      7985    908752   no data   no data  --
692.53/173.50	c  N st    76   1392659        75      1597         0     80890      7985   1025797   no data   no data  --
794.34/199.09	c  N st    77   1556644        75      1597         0     87477      7985   1095180   no data   no data  --
899.29/225.34	c  N st    78   1710453        75      1597         0     77628      7985    908375   no data   no data  --
899.29/225.34	c  S st    78   1710453        75      1597         0     77628      7985    908375   no data   no data  --
900.12/225.59	c  S st    78   1710955        75      1597         0     78101      7985    917390   no data   no data  --
900.12/225.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
900.12/225.59	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
900.48/225.62	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.12
900.48/225.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
900.48/225.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
900.48/225.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
900.48/225.65	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
938.00/235.06	c lits-rem:      5290  cl-subs:    15495  v-elim:      0  v-fix:    0  time: 37.52 s
938.00/235.06	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
938.00/235.07	c vivif2 --  cl tried    62606 cl shrink        0 lits rem          0 time: 0.04
939.23/235.39	c asymm  cl-useful: 0/1142/1597 lits-rem:0 time: 1.30
939.23/235.40	c calculated reachability. Time: 0.00
939.23/235.40	c  N st    78   1710955        75      1597         0     62606      7985    714634   no data   no data  --
1149.72/288.18	c Following stats are for *FIRST FINISHED THREAD ONLY*
1149.72/288.18	c num threads              : 4          
1149.72/288.18	c restarts                 : 78         
1149.72/288.18	c dynamic restarts         : 0          
1149.72/288.18	c static restarts          : 78         
1149.72/288.18	c full restarts            : 4          
1149.72/288.18	c total simplify time      : 0.00       
1149.72/288.18	c learnts DL2              : 0          
1149.72/288.18	c learnts size 2           : 0          
1149.72/288.18	c learnts size 1           : 0           (0.00      % of vars)
1149.72/288.18	c filedLit time            : 0.41        (0.04      % time)
1149.72/288.18	c v-elim SatELite          : 0           (0.00      % vars)
1149.72/288.18	c SatELite time            : 113.76      (9.90      % time)
1149.72/288.18	c v-elim xor               : 0           (0.00      % vars)
1149.72/288.18	c xor elim time            : 0.06        (0.00      % time)
1149.72/288.18	c num binary xor trees     : 0          
1149.72/288.18	c binxor trees' crown      : 0           (nan       leafs/tree)
1149.72/288.18	c bin xor find time        : 0.00       
1149.72/288.18	c OTF clause improved      : 220640      (0.11      clauses/conflict)
1149.72/288.18	c OTF impr. size diff      : 224742      (1.02       lits/clause)
1149.72/288.18	c OTF cl watch-shrink      : 53789       (0.03      clauses/conflict)
1149.72/288.18	c OTF cl watch-sh-lit      : 55633       (1.03       lits/clause)
1149.72/288.18	c tried to recurMin cls    : 144536      (7.43       % of conflicts)
1149.72/288.18	c updated cache            : 877         (0.01       lits/tried recurMin)
1149.72/288.18	c unit cls received        : 0           (nan       % of units)
1149.72/288.18	c unit cls sent            : 0           (nan       % of units)
1149.72/288.18	c bin cls received         : 0          
1149.72/288.18	c bin cls sent             : 0          
1149.72/288.18	c clauses over max glue    : 0           (0.00      % of all clauses)
1149.72/288.18	c conflicts                : 1944763     (1692.36   / sec)
1149.72/288.18	c decisions                : 2125188     (0.43      % random)
1149.72/288.18	c bogo-props               : 50943093718 (44331328.61 / sec)
1149.72/288.18	c conflict literals        : 30064768    (23.47     % deleted)
1149.72/288.18	c Memory used              : 343.39      MB
1149.72/288.18	c single-thread CPU time   : 1149.14     s
1149.72/288.18	c all-threads sum CPU time : 1149.15     s
1149.72/288.18	s SATISFIABLE
1149.72/288.18	v 1 -2 3 -4 5 -6 -7 8 9 -10 11 12 -13 -14 15 16 -17 -18 19 20 21 -22 -23 24 -25 -26 27 28 29 -30 -31 -32 33 -34 35 -36 37 38 -39 -40 -41 -42 43 44 45 46 -47 48 -49 50 -51 52 -53 54 -55 56 57 -58 59 60 -61 62 63 -64 -65 66 67 68 -69 -70 71 72 73 -74 75 0

Verifier Data

OK

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-3368917-1305405941/watcher-3368917-1305405941 -o /tmp/evaluation-result-3368917-1305405941/solver-3368917-1305405941 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3368917-1305405941.cnf 

running on 4 cores: 1,3,5,7

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.45 4.58 6.16 7/277 31768
/proc/meminfo: memFree=25151920/32951124 swapFree=67083432/67111528
[pid=31768] ppid=31766 vsize=51236 CPUtime=0.01 cores=1,3,5,7
/proc/31768/stat : 31768 (strangenight1-m) R 31766 31768 31021 0 -1 4202496 412 0 0 0 1 0 0 0 21 0 4 0 730824673 52465664 353 33554432000 4194304 4650419 140733283778064 18446744073709551615 47250937014188 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31768/statm: 12809 353 303 112 0 7774 0
[pid=31768/tid=31769] ppid=31766 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31768/task/31769/stat : 31769 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 4 0 730824673 52465664 353 33554432000 4194304 4650419 140733283778064 18446744073709551615 47250937014194 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31768/tid=31770] ppid=31766 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31768/task/31770/stat : 31770 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 730824673 52465664 353 33554432000 4194304 4650419 140733283778064 18446744073709551615 260020452337 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=31768/tid=31771] ppid=31766 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/31768/task/31771/stat : 31771 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 0 0 0 0 0 0 0 0 23 0 4 0 730824673 52465664 353 33554432000 4194304 4650419 140733283778064 18446744073709551615 47250937014194 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.068052 s]
/proc/loadavg: 3.45 4.58 6.16 7/277 31768
/proc/meminfo: memFree=25151920/32951124 swapFree=67083432/67111528
[pid=31768] ppid=31766 vsize=282100 CPUtime=0.24 cores=1,3,5,7
/proc/31768/stat : 31768 (strangenight1-m) R 31766 31768 31021 0 -1 4202496 1378 0 0 0 24 0 0 0 18 0 4 0 730824673 288870400 1249 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31768/statm: 70525 1249 389 112 0 65490 0
[pid=31768/tid=31769] ppid=31766 vsize=282100 CPUtime=0.06 cores=1,3,5,7
/proc/31768/task/31769/stat : 31769 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 263 0 0 0 6 0 0 0 18 0 4 0 730824673 288870400 1249 33554432000 4194304 4650419 140733283778064 18446744073709551615 4315054 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31768/tid=31770] ppid=31766 vsize=282100 CPUtime=0.05 cores=1,3,5,7
/proc/31768/task/31770/stat : 31770 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 244 0 0 0 5 0 0 0 24 0 4 0 730824673 288870400 1249 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31768/tid=31771] ppid=31766 vsize=282100 CPUtime=0.06 cores=1,3,5,7
/proc/31768/task/31771/stat : 31771 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 191 0 0 0 6 0 0 0 18 0 4 0 730824673 288870400 1249 33554432000 4194304 4650419 140733283778064 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 282100

[startup+0.101045 s]
/proc/loadavg: 3.45 4.58 6.16 7/277 31768
/proc/meminfo: memFree=25151920/32951124 swapFree=67083432/67111528
[pid=31768] ppid=31766 vsize=282236 CPUtime=0.38 cores=1,3,5,7
/proc/31768/stat : 31768 (strangenight1-m) R 31766 31768 31021 0 -1 4202496 1568 0 0 0 38 0 0 0 18 0 4 0 730824673 289009664 1439 33554432000 4194304 4650419 140733283778064 18446744073709551615 4364792 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31768/statm: 70559 1439 389 112 0 65524 0
[pid=31768/tid=31769] ppid=31766 vsize=282236 CPUtime=0.09 cores=1,3,5,7
/proc/31768/task/31769/stat : 31769 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 316 0 0 0 9 0 0 0 18 0 4 0 730824673 289009664 1439 33554432000 4194304 4650419 140733283778064 18446744073709551615 4314688 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31768/tid=31770] ppid=31766 vsize=282236 CPUtime=0.08 cores=1,3,5,7
/proc/31768/task/31770/stat : 31770 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 293 0 0 0 8 0 0 0 24 0 4 0 730824673 289009664 1439 33554432000 4194304 4650419 140733283778064 18446744073709551615 4367236 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31768/tid=31771] ppid=31766 vsize=282236 CPUtime=0.09 cores=1,3,5,7
/proc/31768/task/31771/stat : 31771 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 239 0 0 0 9 0 0 0 18 0 4 0 730824673 289009664 1439 33554432000 4194304 4650419 140733283778064 18446744073709551615 4363435 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282236

[startup+0.301011 s]
/proc/loadavg: 3.45 4.58 6.16 7/277 31768
/proc/meminfo: memFree=25151920/32951124 swapFree=67083432/67111528
[pid=31768] ppid=31766 vsize=283956 CPUtime=1.17 cores=1,3,5,7
/proc/31768/stat : 31768 (strangenight1-m) R 31766 31768 31021 0 -1 4202496 3000 0 0 0 117 0 0 0 18 0 4 0 730824673 290770944 1813 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365237 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31768/statm: 70989 1813 391 112 0 65954 0
[pid=31768/tid=31769] ppid=31766 vsize=283956 CPUtime=0.29 cores=1,3,5,7
/proc/31768/task/31769/stat : 31769 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 660 0 0 0 29 0 0 0 18 0 4 0 730824673 290770944 1813 33554432000 4194304 4650419 140733283778064 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31768/tid=31770] ppid=31766 vsize=283956 CPUtime=0.28 cores=1,3,5,7
/proc/31768/task/31770/stat : 31770 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 654 0 0 0 28 0 0 0 25 0 4 0 730824673 290770944 1813 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365308 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31768/tid=31771] ppid=31766 vsize=283956 CPUtime=0.28 cores=1,3,5,7
/proc/31768/task/31771/stat : 31771 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 616 0 0 0 28 0 0 0 18 0 4 0 730824673 290770944 1813 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283956

[startup+0.700934 s]
/proc/loadavg: 3.45 4.58 6.16 7/277 31768
/proc/meminfo: memFree=25151920/32951124 swapFree=67083432/67111528
[pid=31768] ppid=31766 vsize=284572 CPUtime=2.77 cores=1,3,5,7
/proc/31768/stat : 31768 (strangenight1-m) R 31766 31768 31021 0 -1 4202496 4444 0 0 0 277 0 0 0 18 0 4 0 730824673 291401728 2452 33554432000 4194304 4650419 140733283778064 18446744073709551615 4314818 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31768/statm: 71143 2452 391 112 0 66108 0
[pid=31768/tid=31769] ppid=31766 vsize=284572 CPUtime=0.69 cores=1,3,5,7
/proc/31768/task/31769/stat : 31769 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 1046 0 0 0 69 0 0 0 18 0 4 0 730824673 291401728 2452 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31768/tid=31770] ppid=31766 vsize=284572 CPUtime=0.68 cores=1,3,5,7
/proc/31768/task/31770/stat : 31770 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 1024 0 0 0 68 0 0 0 25 0 4 0 730824673 291401728 2452 33554432000 4194304 4650419 140733283778064 18446744073709551615 4330612 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31768/tid=31771] ppid=31766 vsize=284572 CPUtime=0.68 cores=1,3,5,7
/proc/31768/task/31771/stat : 31771 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 952 0 0 0 68 0 0 0 18 0 4 0 730824673 291401728 2452 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284572

[startup+1.50079 s]
/proc/loadavg: 3.45 4.58 6.16 11/281 31772
/proc/meminfo: memFree=25130976/32951124 swapFree=67083432/67111528
[pid=31768] ppid=31766 vsize=285648 CPUtime=5.96 cores=1,3,5,7
/proc/31768/stat : 31768 (strangenight1-m) R 31766 31768 31021 0 -1 4202496 8690 0 0 0 595 1 0 0 20 0 4 0 730824673 292503552 4791 33554432000 4194304 4650419 140733283778064 18446744073709551615 4339884 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31768/statm: 71412 4791 393 112 0 66377 0
[pid=31768/tid=31769] ppid=31766 vsize=285648 CPUtime=1.49 cores=1,3,5,7
/proc/31768/task/31769/stat : 31769 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 2525 0 0 0 149 0 0 0 19 0 4 0 730824673 292503552 4791 33554432000 4194304 4650419 140733283778064 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31768/tid=31770] ppid=31766 vsize=285648 CPUtime=1.47 cores=1,3,5,7
/proc/31768/task/31770/stat : 31770 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 1727 0 0 0 147 0 0 0 25 0 4 0 730824673 292503552 4791 33554432000 4194304 4650419 140733283778064 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31768/tid=31771] ppid=31766 vsize=285648 CPUtime=1.48 cores=1,3,5,7
/proc/31768/task/31771/stat : 31771 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 1640 0 0 0 148 0 0 0 20 0 4 0 730824673 292503552 4791 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365242 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285648

[startup+3.1005 s]
/proc/loadavg: 3.45 4.58 6.16 9/281 31772
/proc/meminfo: memFree=25099356/32951124 swapFree=67083432/67111528
[pid=31768] ppid=31766 vsize=291544 CPUtime=12.35 cores=1,3,5,7
/proc/31768/stat : 31768 (strangenight1-m) R 31766 31768 31021 0 -1 4202496 15346 0 0 0 1233 2 0 0 25 0 4 0 730824673 298541056 9148 33554432000 4194304 4650419 140733283778064 18446744073709551615 4339948 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31768/statm: 72886 9148 393 112 0 67851 0
[pid=31768/tid=31769] ppid=31766 vsize=291544 CPUtime=3.08 cores=1,3,5,7
/proc/31768/task/31769/stat : 31769 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 4272 0 0 0 308 0 0 0 25 0 4 0 730824673 298541056 9148 33554432000 4194304 4650419 140733283778064 18446744073709551615 4476288 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31768/tid=31770] ppid=31766 vsize=291544 CPUtime=3.06 cores=1,3,5,7
/proc/31768/task/31770/stat : 31770 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 3530 0 0 0 306 0 0 0 25 0 4 0 730824673 298541056 9148 33554432000 4194304 4650419 140733283778064 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31768/tid=31771] ppid=31766 vsize=291544 CPUtime=3.08 cores=1,3,5,7
/proc/31768/task/31771/stat : 31771 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 3636 0 0 0 308 0 0 0 25 0 4 0 730824673 298541056 9148 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 291544

[startup+6.3009 s]
/proc/loadavg: 3.90 4.65 6.17 9/281 31772
/proc/meminfo: memFree=25059556/32951124 swapFree=67083432/67111528
[pid=31768] ppid=31766 vsize=283224 CPUtime=25.13 cores=1,3,5,7
/proc/31768/stat : 31768 (strangenight1-m) R 31766 31768 31021 0 -1 4202496 21849 0 0 0 2509 4 0 0 25 0 4 0 730824673 290021376 10670 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365398 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31768/statm: 70806 10670 393 112 0 65771 0
[pid=31768/tid=31769] ppid=31766 vsize=283224 CPUtime=6.29 cores=1,3,5,7
/proc/31768/task/31769/stat : 31769 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 5571 0 0 0 628 1 0 0 25 0 4 0 730824673 290021376 10670 33554432000 4194304 4650419 140733283778064 18446744073709551615 4366599 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31768/tid=31770] ppid=31766 vsize=283224 CPUtime=6.24 cores=1,3,5,7
/proc/31768/task/31770/stat : 31770 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 5414 0 0 0 623 1 0 0 25 0 4 0 730824673 290021376 10670 33554432000 4194304 4650419 140733283778064 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31768/tid=31771] ppid=31766 vsize=283224 CPUtime=6.28 cores=1,3,5,7
/proc/31768/task/31771/stat : 31771 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 4958 0 0 0 628 0 0 0 25 0 4 0 730824673 290021376 10670 33554432000 4194304 4650419 140733283778064 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 283224

[startup+12.7007 s]
/proc/loadavg: 4.23 4.71 6.18 9/281 31772
/proc/meminfo: memFree=25021376/32951124 swapFree=67083432/67111528
[pid=31768] ppid=31766 vsize=315652 CPUtime=50.67 cores=1,3,5,7
/proc/31768/stat : 31768 (strangenight1-m) R 31766 31768 31021 0 -1 4202496 33063 0 0 0 5061 6 0 0 25 0 4 0 730824673 323227648 13756 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31768/statm: 78913 13756 393 112 0 73878 0
[pid=31768/tid=31769] ppid=31766 vsize=315652 CPUtime=12.68 cores=1,3,5,7
/proc/31768/task/31769/stat : 31769 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 8510 0 0 0 1267 1 0 0 25 0 4 0 730824673 323227648 13756 33554432000 4194304 4650419 140733283778064 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31768/tid=31770] ppid=31766 vsize=315652 CPUtime=12.58 cores=1,3,5,7
/proc/31768/task/31770/stat : 31770 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 8509 0 0 0 1257 1 0 0 25 0 4 0 730824673 323227648 13756 33554432000 4194304 4650419 140733283778064 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31768/tid=31771] ppid=31766 vsize=315652 CPUtime=12.68 cores=1,3,5,7
/proc/31768/task/31771/stat : 31771 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 7773 0 0 0 1267 1 0 0 25 0 4 0 730824673 323227648 13756 33554432000 4194304 4650419 140733283778064 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 315652

[startup+25.5004 s]
/proc/loadavg: 5.06 4.87 6.21 9/281 31773
/proc/meminfo: memFree=24971880/32951124 swapFree=67083432/67111528
[pid=31768] ppid=31766 vsize=317032 CPUtime=101.76 cores=1,3,5,7
/proc/31768/stat : 31768 (strangenight1-m) R 31766 31768 31021 0 -1 4202496 49732 0 0 0 10166 10 0 0 25 0 4 0 730824673 324640768 16966 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31768/statm: 79258 16966 393 112 0 74223 0
[pid=31768/tid=31769] ppid=31766 vsize=317032 CPUtime=25.49 cores=1,3,5,7
/proc/31768/task/31769/stat : 31769 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 13455 0 0 0 2546 3 0 0 25 0 4 0 730824673 324640768 16966 33554432000 4194304 4650419 140733283778064 18446744073709551615 4520322 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31768/tid=31770] ppid=31766 vsize=317032 CPUtime=25.27 cores=1,3,5,7
/proc/31768/task/31770/stat : 31770 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 13333 0 0 0 2524 3 0 0 25 0 4 0 730824673 324640768 16966 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31768/tid=31771] ppid=31766 vsize=317032 CPUtime=25.48 cores=1,3,5,7
/proc/31768/task/31771/stat : 31771 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 9517 0 0 0 2547 1 0 0 25 0 4 0 730824673 324640768 16966 33554432000 4194304 4650419 140733283778064 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 317032

[startup+51.1006 s]
/proc/loadavg: 6.14 5.13 6.26 9/281 31773
/proc/meminfo: memFree=24923700/32951124 swapFree=67083432/67111528
[pid=31768] ppid=31766 vsize=328824 CPUtime=203.95 cores=1,3,5,7
/proc/31768/stat : 31768 (strangenight1-m) R 31766 31768 31021 0 -1 4202496 76643 0 0 0 20378 17 0 0 25 0 4 0 730824673 336715776 22273 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31768/statm: 82206 22273 393 112 0 77171 0
[pid=31768/tid=31769] ppid=31766 vsize=328824 CPUtime=51.09 cores=1,3,5,7
/proc/31768/task/31769/stat : 31769 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 22140 0 0 0 5104 5 0 0 25 0 4 0 730824673 336715776 22273 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31768/tid=31770] ppid=31766 vsize=328824 CPUtime=50.66 cores=1,3,5,7
/proc/31768/task/31770/stat : 31770 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 21247 0 0 0 5062 4 0 0 25 0 4 0 730824673 336715776 22273 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31768/tid=31771] ppid=31766 vsize=328824 CPUtime=51.07 cores=1,3,5,7
/proc/31768/task/31771/stat : 31771 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 11144 0 0 0 5105 2 0 0 25 0 4 0 730824673 336715776 22273 33554432000 4194304 4650419 140733283778064 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.95
Current children cumulated vsize (KiB) 328824

[startup+102.31 s]
/proc/loadavg: 7.27 5.59 6.36 9/281 31775
/proc/meminfo: memFree=24846556/32951124 swapFree=67083432/67111528
[pid=31768] ppid=31766 vsize=317092 CPUtime=408.35 cores=1,3,5,7
/proc/31768/stat : 31768 (strangenight1-m) R 31766 31768 31021 0 -1 4202496 120556 0 0 0 40804 31 0 0 25 0 4 0 730824673 324702208 27064 33554432000 4194304 4650419 140733283778064 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31768/statm: 79273 27064 393 112 0 74238 0
[pid=31768/tid=31769] ppid=31766 vsize=317092 CPUtime=102.29 cores=1,3,5,7
/proc/31768/task/31769/stat : 31769 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 33733 0 0 0 10222 7 0 0 25 0 4 0 730824673 324702208 27064 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31768/tid=31770] ppid=31766 vsize=317092 CPUtime=101.44 cores=1,3,5,7
/proc/31768/task/31770/stat : 31770 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 34342 0 0 0 10136 8 0 0 25 0 4 0 730824673 324702208 27064 33554432000 4194304 4650419 140733283778064 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31768/tid=31771] ppid=31766 vsize=317092 CPUtime=102.28 cores=1,3,5,7
/proc/31768/task/31771/stat : 31771 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 16660 0 0 0 10224 4 0 0 25 0 4 0 730824673 324702208 27064 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.35
Current children cumulated vsize (KiB) 317092

[startup+162.301 s]
/proc/loadavg: 7.77 6.04 6.46 9/281 31776
/proc/meminfo: memFree=24756772/32951124 swapFree=67083432/67111528
[pid=31768] ppid=31766 vsize=339136 CPUtime=647.83 cores=1,3,5,7
/proc/31768/stat : 31768 (strangenight1-m) R 31766 31768 31021 0 -1 4202496 164370 0 0 0 64737 46 0 0 25 0 4 0 730824673 347275264 40012 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31768/statm: 84784 40012 394 112 0 79749 0
[pid=31768/tid=31769] ppid=31766 vsize=339136 CPUtime=162.29 cores=1,3,5,7
/proc/31768/task/31769/stat : 31769 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 45452 0 0 0 16218 11 0 0 25 0 4 0 730824673 347275264 40012 33554432000 4194304 4650419 140733283778064 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31768/tid=31770] ppid=31766 vsize=339136 CPUtime=160.94 cores=1,3,5,7
/proc/31768/task/31770/stat : 31770 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 49763 0 0 0 16080 14 0 0 25 0 4 0 730824673 347275264 40012 33554432000 4194304 4650419 140733283778064 18446744073709551615 4433066 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31768/tid=31771] ppid=31766 vsize=339136 CPUtime=162.26 cores=1,3,5,7
/proc/31768/task/31771/stat : 31771 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 19943 0 0 0 16221 5 0 0 25 0 4 0 730824673 347275264 40012 33554432000 4194304 4650419 140733283778064 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 647.83
Current children cumulated vsize (KiB) 339136

[startup+222.301 s]
/proc/loadavg: 8.02 6.42 6.56 9/281 31778
/proc/meminfo: memFree=24755152/32951124 swapFree=67083432/67111528
[pid=31768] ppid=31766 vsize=325936 CPUtime=887.32 cores=1,3,5,7
/proc/31768/stat : 31768 (strangenight1-m) R 31766 31768 31021 0 -1 4202496 200777 0 0 0 88673 59 0 0 25 0 4 0 730824673 333758464 40914 33554432000 4194304 4650419 140733283778064 18446744073709551615 4364766 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31768/statm: 81484 40914 394 112 0 76449 0
[pid=31768/tid=31769] ppid=31766 vsize=325936 CPUtime=222.29 cores=1,3,5,7
/proc/31768/task/31769/stat : 31769 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 56157 0 0 0 22215 14 0 0 25 0 4 0 730824673 333758464 40914 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31768/tid=31770] ppid=31766 vsize=325936 CPUtime=220.44 cores=1,3,5,7
/proc/31768/task/31770/stat : 31770 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 58486 0 0 0 22026 18 0 0 25 0 4 0 730824673 333758464 40914 33554432000 4194304 4650419 140733283778064 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31768/tid=31771] ppid=31766 vsize=325936 CPUtime=222.25 cores=1,3,5,7
/proc/31768/task/31771/stat : 31771 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 25776 0 0 0 22218 7 0 0 25 0 4 0 730824673 333758464 40914 33554432000 4194304 4650419 140733283778064 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 887.32
Current children cumulated vsize (KiB) 325936

[startup+282.301 s]
/proc/loadavg: 8.18 6.75 6.67 9/281 31779
/proc/meminfo: memFree=24668464/32951124 swapFree=67083432/67111528
[pid=31768] ppid=31766 vsize=351576 CPUtime=1126.8 cores=1,3,5,7
/proc/31768/stat : 31768 (strangenight1-m) R 31766 31768 31021 0 -1 4202496 232428 0 0 0 112609 71 0 0 25 0 4 0 730824673 360013824 46833 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365327 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31768/statm: 87894 46833 394 112 0 82859 0
[pid=31768/tid=31769] ppid=31766 vsize=351576 CPUtime=282.29 cores=1,3,5,7
/proc/31768/task/31769/stat : 31769 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 63309 0 0 0 28213 16 0 0 25 0 4 0 730824673 360013824 46833 33554432000 4194304 4650419 140733283778064 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31768/tid=31770] ppid=31766 vsize=351576 CPUtime=279.94 cores=1,3,5,7
/proc/31768/task/31770/stat : 31770 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 68186 0 0 0 27972 22 0 0 25 0 4 0 730824673 360013824 46833 33554432000 4194304 4650419 140733283778064 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31768/tid=31771] ppid=31766 vsize=351576 CPUtime=282.25 cores=1,3,5,7
/proc/31768/task/31771/stat : 31771 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 30347 0 0 0 28215 10 0 0 25 0 4 0 730824673 360013824 46833 33554432000 4194304 4650419 140733283778064 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1126.8
Current children cumulated vsize (KiB) 351576

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

[startup+284.701 s]
/proc/loadavg: 8.18 6.75 6.67 9/281 31779
/proc/meminfo: memFree=24678508/32951124 swapFree=67083432/67111528
[pid=31768] ppid=31766 vsize=351576 CPUtime=1136.38 cores=1,3,5,7
/proc/31768/stat : 31768 (strangenight1-m) R 31766 31768 31021 0 -1 4202496 233199 0 0 0 113567 71 0 0 25 0 4 0 730824673 360013824 47603 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31768/statm: 87894 47603 394 112 0 82859 0
[pid=31768/tid=31769] ppid=31766 vsize=351576 CPUtime=284.69 cores=1,3,5,7
/proc/31768/task/31769/stat : 31769 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 63466 0 0 0 28453 16 0 0 25 0 4 0 730824673 360013824 47603 33554432000 4194304 4650419 140733283778064 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31768/tid=31770] ppid=31766 vsize=351576 CPUtime=282.32 cores=1,3,5,7
/proc/31768/task/31770/stat : 31770 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 68394 0 0 0 28210 22 0 0 25 0 4 0 730824673 360013824 47603 33554432000 4194304 4650419 140733283778064 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31768/tid=31771] ppid=31766 vsize=351576 CPUtime=284.65 cores=1,3,5,7
/proc/31768/task/31771/stat : 31771 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 30462 0 0 0 28455 10 0 0 25 0 4 0 730824673 360013824 47603 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1136.38
Current children cumulated vsize (KiB) 351576

[startup+286.3 s]
/proc/loadavg: 8.16 6.77 6.67 9/281 31779
/proc/meminfo: memFree=24673672/32951124 swapFree=67083432/67111528
[pid=31768] ppid=31766 vsize=351576 CPUtime=1142.77 cores=1,3,5,7
/proc/31768/stat : 31768 (strangenight1-m) R 31766 31768 31021 0 -1 4202496 233608 0 0 0 114205 72 0 0 25 0 4 0 730824673 360013824 48012 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31768/statm: 87894 48012 394 112 0 82859 0
[pid=31768/tid=31769] ppid=31766 vsize=351576 CPUtime=286.3 cores=1,3,5,7
/proc/31768/task/31769/stat : 31769 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 63580 0 0 0 28613 17 0 0 25 0 4 0 730824673 360013824 48012 33554432000 4194304 4650419 140733283778064 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31768/tid=31770] ppid=31766 vsize=351576 CPUtime=283.9 cores=1,3,5,7
/proc/31768/task/31770/stat : 31770 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 68520 0 0 0 28368 22 0 0 25 0 4 0 730824673 360013824 48012 33554432000 4194304 4650419 140733283778064 18446744073709551615 4334336 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31768/tid=31771] ppid=31766 vsize=351576 CPUtime=286.24 cores=1,3,5,7
/proc/31768/task/31771/stat : 31771 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 30518 0 0 0 28614 10 0 0 25 0 4 0 730824673 360013824 48012 33554432000 4194304 4650419 140733283778064 18446744073709551615 4332671 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1142.77
Current children cumulated vsize (KiB) 351576

[startup+287.11 s]
/proc/loadavg: 8.16 6.77 6.67 9/281 31779
/proc/meminfo: memFree=24671564/32951124 swapFree=67083432/67111528
[pid=31768] ppid=31766 vsize=351576 CPUtime=1146 cores=1,3,5,7
/proc/31768/stat : 31768 (strangenight1-m) R 31766 31768 31021 0 -1 4202496 233933 0 0 0 114528 72 0 0 25 0 4 0 730824673 360013824 48337 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365323 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31768/statm: 87894 48342 394 112 0 82859 0
[pid=31768/tid=31769] ppid=31766 vsize=351576 CPUtime=287.11 cores=1,3,5,7
/proc/31768/task/31769/stat : 31769 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 63789 0 0 0 28694 17 0 0 25 0 4 0 730824673 360013824 48345 33554432000 4194304 4650419 140733283778064 18446744073709551615 4516622 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31768/tid=31770] ppid=31766 vsize=351576 CPUtime=284.7 cores=1,3,5,7
/proc/31768/task/31770/stat : 31770 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 68588 0 0 0 28448 22 0 0 25 0 4 0 730824673 360013824 48349 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31768/tid=31771] ppid=31766 vsize=351576 CPUtime=287.05 cores=1,3,5,7
/proc/31768/task/31771/stat : 31771 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 30518 0 0 0 28695 10 0 0 25 0 4 0 730824673 360013824 48353 33554432000 4194304 4650419 140733283778064 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1146
Current children cumulated vsize (KiB) 351576

[startup+287.901 s]
/proc/loadavg: 8.16 6.77 6.67 9/281 31779
/proc/meminfo: memFree=24671564/32951124 swapFree=67083432/67111528
[pid=31768] ppid=31766 vsize=351576 CPUtime=1149.16 cores=1,3,5,7
/proc/31768/stat : 31768 (strangenight1-m) R 31766 31768 31021 0 -1 4202496 234807 0 0 0 114844 72 0 0 25 0 4 0 730824673 360013824 49132 33554432000 4194304 4650419 140733283778064 18446744073709551615 4313048 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31768/statm: 87894 49132 394 112 0 82859 0
[pid=31768/tid=31769] ppid=31766 vsize=351576 CPUtime=287.9 cores=1,3,5,7
/proc/31768/task/31769/stat : 31769 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 64531 0 0 0 28773 17 0 0 25 0 4 0 730824673 360013824 49132 33554432000 4194304 4650419 140733283778064 18446744073709551615 47250936989227 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31768/tid=31770] ppid=31766 vsize=351576 CPUtime=285.49 cores=1,3,5,7
/proc/31768/task/31770/stat : 31770 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 68654 0 0 0 28527 22 0 0 25 0 4 0 730824673 360013824 49132 33554432000 4194304 4650419 140733283778064 18446744073709551615 47250937013789 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=31768/tid=31771] ppid=31766 vsize=351576 CPUtime=287.85 cores=1,3,5,7
/proc/31768/task/31771/stat : 31771 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 30518 0 0 0 28775 10 0 0 25 0 4 0 730824673 360013824 49132 33554432000 4194304 4650419 140733283778064 18446744073709551615 47250937013779 0 0 4096 2 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1149.16
Current children cumulated vsize (KiB) 351576

[startup+288.101 s]
/proc/loadavg: 8.16 6.77 6.67 7/281 31779
/proc/meminfo: memFree=24672308/32951124 swapFree=67083432/67111528
[pid=31768] ppid=31766 vsize=351576 CPUtime=1149.72 cores=1,3,5,7
/proc/31768/stat : 31768 (strangenight1-m) R 31766 31768 31021 0 -1 4202496 234807 0 0 0 114900 72 0 0 25 0 4 0 730824673 360013824 49132 33554432000 4194304 4650419 140733283778064 18446744073709551615 4313071 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/31768/statm: 87894 49132 394 112 0 82859 0
[pid=31768/tid=31769] ppid=31766 vsize=351576 CPUtime=288.11 cores=1,3,5,7
/proc/31768/task/31769/stat : 31769 (strangenight1-m) R 31766 31768 31021 0 -1 4202560 64531 0 0 0 28794 17 0 0 25 0 4 0 730824673 360013824 49132 33554432000 4194304 4650419 140733283778064 18446744073709551615 47250936989380 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=31768/tid=31770] ppid=31766 vsize=351576 CPUtime=285.56 cores=1,3,5,7
/proc/31768/task/31770/stat : 31770 (strangenight1-m) S 31766 31768 31021 0 -1 4202560 68654 0 0 0 28534 22 0 0 25 0 4 0 730824673 360013824 49132 33554432000 4194304 4650419 140733283778064 18446744073709551615 47250937013812 0 0 4096 2 18446604471127450816 0 0 -1 7 0 0 0
[pid=31768/tid=31771] ppid=31766 vsize=351576 CPUtime=287.92 cores=1,3,5,7
/proc/31768/task/31771/stat : 31771 (strangenight1-m) S 31766 31768 31021 0 -1 4202560 30518 0 0 0 28782 10 0 0 25 0 4 0 730824673 360013824 49132 33554432000 4194304 4650419 140733283778064 18446744073709551615 47250937013812 0 0 4096 2 18446604471127450816 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1149.72
Current children cumulated vsize (KiB) 351576

Child status: 10
Real time (s): 288.192
CPU time (s): 1149.88
CPU user time (s): 1149.15
CPU system time (s): 0.735888
CPU usage (%): 398.999
Max. virtual memory (cumulated for all children) (KiB): 351748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1149.15
system time used= 0.735888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 235669
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= 279
involuntary context switches= 8209

runsolver used 0.684895 second user time and 1.73474 second system time

The end

Launcher Data

Begin job on node110 at 2011-05-14 22:45:41
IDJOB=3368917
IDBENCH=82926
IDSOLVER=1846
FILE ID=node110/3368917-1305405941
RUNJOBID= node110-1305405941-31746
PBS_JOBID= 13324476
Free space on /tmp= 73588 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S1636883934-028.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368917-1305405941/watcher-3368917-1305405941 -o /tmp/evaluation-result-3368917-1305405941/solver-3368917-1305405941 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368917-1305405941.cnf

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

MD5SUM BENCH= f499dfbb776939482f3f42f9fdb448de
RANDOM SEED=1257162203

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25152076 kB
Buffers:        277792 kB
Cached:        4040960 kB
SwapCached:       1440 kB
Active:        4287084 kB
Inactive:      3182928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25152076 kB
SwapTotal:    67111528 kB
SwapFree:     67083432 kB
Dirty:           12488 kB
Writeback:           0 kB
AnonPages:     3150012 kB
Mapped:          23148 kB
Slab:           245776 kB
PageTables:      20296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 46191708 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= 73580 MiB
End job on node110 at 2011-05-14 22:50:29