Trace number 3366549

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-2-mt (fixed)SAT 1150.42 288.464

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S183128297-005.SATISFIABLE.cnf
MD5SUMf0ea1852e91ab44abb725179e04ad108
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.006998
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of clauses1704
Sum of the clauses size5112
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31704
Number of clauses of size 40
Number of clauses of size 50
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 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3366549-1305407561.cnf'
0.00/0.00	c -- header says num vars:            400
0.00/0.00	c -- header says num clauses:        1704
0.00/0.00	c -- clauses added:            0 learnts,         1704 normals,            0 xors
0.00/0.00	c -- vars added        400
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       400      1704         0         0      5112         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/1704/1704 lits-rem:0 time: 0.00
0.00/0.00	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 blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
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:    400 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.10	c lits-rem:         0  cl-subs:        0  v-elim:      4  v-fix:    0  time:  0.00 s
0.00/0.10	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.10	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.10	c calculated reachability. Time: 0.00
0.00/0.10	c Calc default polars -  time:   0.00 s pos:     178 undec:      51 neg:     171
0.00/0.10	c =========================================================================================
0.00/0.10	c types(t): F = full restart, N = normal restart
0.00/0.10	c types(t): S = simplification begin/end, E = solution found
0.00/0.10	c restart types(rt): st = static, dy = dynamic
0.00/0.10	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.10	c  B st     0         0       396      1701         0         0      5126         0   no data   no data
0.00/0.10	c Decided on static restart strategy
0.77/0.20	c  N st     8      4915       396      1701         0      4821      5126     94962   no data   no data
1.17/0.37	c  N st    10     11299       396      1701         0      4461      5126     66163   no data   no data
2.36/0.62	c  N st    11     17042       396      1701         0     10045      5126    178196   no data   no data
3.96/1.01	c  F st    12     25001       396      1701         0     12389      5126    237501   no data   no data
3.96/1.01	c  N st    12     25001       396      1701         0     12389      5126    237501   no data   no data
4.80/1.26	c Decided on static restart strategy
4.80/1.26	c  N st    18     30001       396      1701         0     10640      5126    174924   no data   no data
4.80/1.26	c  S st    18     30001       396      1701         0     10640      5126    174924   no data   no data
4.80/1.29	c  S st    18     30508       396      1701         0     11145      5126    184956   no data   no data
4.80/1.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.80/1.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.80/1.29	c blocked clauses removed:        9 vars:      1 tried:         396 T: 0.00 s
4.80/1.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.80/1.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.80/1.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    395 time:  0.00 s
4.80/1.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.15/1.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.15/1.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.15/1.36	c lits-rem:       148  cl-subs:      761  v-elim:      0  v-fix:    0  time:  0.05 s
5.15/1.36	c asymm  cl-useful: 0/1692/1692 lits-rem:0 time: 0.00
5.15/1.36	c calculated reachability. Time: 0.00
5.15/1.36	c  N st    18     30508       395      1692         0     10384      5099    168667   no data   no data
6.74/1.77	c  N st    20     37620       395      1692         0      9642      5099    137927   no data   no data
8.35/2.15	c  N st    21     44019       395      1692         0     15816      5099    256395   no data   no data
8.77/2.29	c  S st    22     45763       395      1692         0      8834      5099    107955   no data   no data
9.19/2.32	c  S st    22     46268       395      1692         0      9336      5099    117913   no data   no data
9.19/2.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.19/2.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
9.19/2.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.19/2.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.19/2.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.19/2.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    395 time:  0.00 s
9.19/2.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.19/2.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.19/2.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.19/2.33	c lits-rem:        37  cl-subs:       99  v-elim:      0  v-fix:    0  time:  0.01 s
9.19/2.33	c vivif2 --  cl tried     1692 cl shrink        0 lits rem          0 time: 0.00
9.19/2.33	c vivif2 --  cl tried     9237 cl shrink        0 lits rem          0 time: 0.00
9.19/2.34	c asymm  cl-useful: 0/1692/1692 lits-rem:0 time: 0.00
9.19/2.34	c calculated reachability. Time: 0.00
9.19/2.34	c  N st    22     46268       395      1692         0      9237      5099    116003   no data   no data
12.73/3.26	c  N st    23     60666       395      1692         0     13517      5099    190833   no data   no data
15.12/3.85	c  N st    24     69402       395      1692         0     11321      5099    142189   no data   no data
15.12/3.85	c  S st    24     69402       395      1692         0     11321      5099    142189   no data   no data
15.12/3.88	c  S st    24     69907       395      1692         0     11821      5099    152190   no data   no data
15.12/3.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.12/3.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
15.12/3.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.12/3.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.12/3.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.12/3.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    395 time:  0.00 s
15.12/3.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.12/3.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
15.12/3.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.52/3.90	c lits-rem:        52  cl-subs:      186  v-elim:      0  v-fix:    0  time:  0.01 s
15.52/3.90	c vivif2 --  cl tried     1692 cl shrink        0 lits rem          0 time: 0.00
15.52/3.91	c vivif2 --  cl tried    11635 cl shrink        0 lits rem          0 time: 0.00
15.52/3.91	c asymm  cl-useful: 0/1692/1692 lits-rem:0 time: 0.01
15.52/3.91	c calculated reachability. Time: 0.00
15.52/3.91	c  N st    24     69907       395      1692         0     11635      5099    148752   no data   no data
20.30/5.13	c  F st    25     87500       395      1692         0     16960      5099    239278   no data   no data
20.30/5.13	c  N st    25     87500       395      1692         0     16960      5099    239278   no data   no data
21.93/5.54	c Decided on static restart strategy
23.10/5.80	c  N st    32     95535       395      1692         0     24771      5099    386067   no data   no data
25.50/6.45	c  N st    34    104860       395      1692         0     21190      5099    315020   no data   no data
25.50/6.45	c  S st    34    104860       395      1692         0     21190      5099    315020   no data   no data
25.90/6.51	c  S st    34    105365       395      1692         0     21693      5099    325087   no data   no data
25.90/6.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.90/6.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
25.90/6.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.90/6.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.90/6.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.90/6.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    395 time:  0.00 s
25.90/6.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.90/6.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.90/6.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
26.73/6.73	c lits-rem:       213  cl-subs:     1574  v-elim:      0  v-fix:    0  time:  0.20 s
26.73/6.73	c vivif2 --  cl tried     1692 cl shrink        0 lits rem          0 time: 0.00
26.73/6.74	c vivif2 --  cl tried    20119 cl shrink        0 lits rem          0 time: 0.00
26.73/6.75	c asymm  cl-useful: 0/1692/1692 lits-rem:0 time: 0.01
26.73/6.75	c calculated reachability. Time: 0.00
26.73/6.75	c  N st    34    105365       395      1692         0     20119      5099    294236   no data   no data
29.48/7.47	c  N st    35    114964       395      1692         0     15974      5099    196558   no data   no data
34.27/8.66	c  N st    36    129361       395      1692         0     15383      5099    170226   no data   no data
41.85/10.50	c  N st    37    150958       395      1692         0     20810      5099    262316   no data   no data
44.28/11.13	c  S st    38    158047       395      1692         0     27693      5099    395787   no data   no data
44.63/11.20	c  S st    38    158548       395      1692         0     28192      5099    405945   no data   no data
44.63/11.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
44.63/11.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
44.63/11.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.63/11.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.63/11.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.63/11.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    395 time:  0.00 s
44.63/11.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
44.63/11.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
44.63/11.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.83/11.59	c lits-rem:       120  cl-subs:     2323  v-elim:      0  v-fix:    0  time:  0.36 s
45.83/11.59	c vivif2 --  cl tried     1692 cl shrink        0 lits rem          0 time: 0.00
45.83/11.59	c vivif2 --  cl tried    25869 cl shrink        0 lits rem          0 time: 0.00
46.23/11.61	c asymm  cl-useful: 0/1692/1692 lits-rem:0 time: 0.01
46.23/11.61	c calculated reachability. Time: 0.00
46.23/11.61	c  N st    38    158548       395      1692         0     25869      5099    364791   no data   no data
64.58/16.20	c  N st    39    207136       395      1692         0     20566      5099    234808   no data   no data
76.54/19.22	c  N st    40    237824       395      1692         0     30913      5099    427201   no data   no data
76.54/19.22	c  S st    40    237824       395      1692         0     30913      5099    427201   no data   no data
76.94/19.31	c  S st    40    238329       395      1692         0     31415      5099    437402   no data   no data
76.94/19.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
76.94/19.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
76.94/19.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.94/19.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.94/19.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.94/19.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    395 time:  0.00 s
76.94/19.32	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
76.94/19.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
76.94/19.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
78.54/19.73	c lits-rem:       469  cl-subs:     1908  v-elim:      0  v-fix:    0  time:  0.40 s
78.54/19.73	c vivif2 --  cl tried     1692 cl shrink        0 lits rem          0 time: 0.00
78.54/19.74	c vivif2 --  cl tried    29507 cl shrink        0 lits rem          0 time: 0.01
78.54/19.75	c asymm  cl-useful: 0/1692/1692 lits-rem:0 time: 0.02
78.54/19.76	c calculated reachability. Time: 0.00
78.54/19.76	c  N st    40    238329       395      1692         0     29507      5099    402583   no data   no data
109.25/27.40	c  F st    41    306252       395      1692         0     31318      5099    380374   no data   no data
109.25/27.40	c  N st    41    306252       395      1692         0     31318      5099    380374   no data   no data
111.64/28.02	c Decided on static restart strategy
122.41/30.76	c  N st    51    334552       395      1692         0     35636      5099    456848   no data   no data
133.17/33.49	c  N st    53    357495       395      1692         0     33683      5099    422822   no data   no data
133.17/33.49	c  S st    53    357495       395      1692         0     33683      5099    422822   no data   no data
133.57/33.58	c  S st    53    357998       395      1692         0     34184      5099    432671   no data   no data
133.57/33.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
133.57/33.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
133.57/33.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
133.57/33.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
133.57/33.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
133.57/33.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    395 time:  0.00 s
133.57/33.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
133.57/33.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
133.97/33.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
134.78/33.88	c lits-rem:       227  cl-subs:     1565  v-elim:      0  v-fix:    0  time:  0.27 s
134.78/33.88	c vivif2 --  cl tried     1692 cl shrink        0 lits rem          0 time: 0.00
134.78/33.89	c vivif2 --  cl tried    32619 cl shrink        0 lits rem          0 time: 0.00
135.17/33.90	c asymm  cl-useful: 0/1692/1692 lits-rem:0 time: 0.02
135.17/33.90	c calculated reachability. Time: 0.00
135.17/33.90	c  N st    53    357998       395      1692         0     32619      5099    403472   no data   no data
149.93/37.60	c  N st    54    390390       395      1692         0     38867      5099    523175   no data   no data
175.89/44.19	c  N st    55    438978       395      1692         0     32572      5099    356990   no data   no data
213.74/53.62	c  N st    56    511862       395      1692         0     45998      5099    616724   no data   no data
228.89/57.46	c  N st    57    537000       395      1692         0     40372      5099    483623   no data   no data
228.89/57.46	c  S st    57    537000       395      1692         0     40372      5099    483623   no data   no data
229.29/57.58	c  S st    57    537505       395      1692         0     40876      5099    494115   no data   no data
229.29/57.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
229.29/57.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
229.29/57.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
229.29/57.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
229.29/57.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
229.29/57.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    395 time:  0.00 s
229.29/57.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
229.69/57.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
229.69/57.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
231.28/58.00	c lits-rem:       234  cl-subs:     2146  v-elim:      0  v-fix:    0  time:  0.39 s
231.28/58.00	c vivif2 --  cl tried     1692 cl shrink        0 lits rem          0 time: 0.00
231.28/58.01	c vivif2 --  cl tried    38730 cl shrink        0 lits rem          0 time: 0.01
231.28/58.03	c asymm  cl-useful: 0/1692/1692 lits-rem:0 time: 0.02
231.28/58.03	c calculated reachability. Time: 0.00
231.28/58.03	c  N st    57    537505       395      1692         0     38730      5099    456874   no data   no data
333.41/83.71	c  N st    58    701489       395      1692         0     67834      5099   1051979   no data   no data
403.18/101.12	c  N st    59    806259       395      1692         0     61690      5099    882141   no data   no data
403.18/101.12	c  S st    59    806259       395      1692         0     61690      5099    882141   no data   no data
403.60/101.30	c  S st    59    806762       395      1692         0     62190      5099    891894   no data   no data
403.60/101.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
404.02/101.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
404.02/101.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
404.02/101.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
404.02/101.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
404.02/101.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    395 time:  0.00 s
404.02/101.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
404.02/101.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
404.02/101.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
411.56/103.23	c lits-rem:       728  cl-subs:     4343  v-elim:      0  v-fix:    0  time:  1.86 s
411.56/103.23	c vivif2 --  cl tried     1692 cl shrink        0 lits rem          0 time: 0.00
411.56/103.24	c vivif2 --  cl tried    57847 cl shrink        0 lits rem          0 time: 0.01
411.56/103.28	c asymm  cl-useful: 0/1692/1692 lits-rem:0 time: 0.04
411.56/103.29	c calculated reachability. Time: 0.00
411.56/103.29	c  N st    59    806762       395      1692         0     57847      5099    808231   no data   no data
598.60/150.14	c  F st    60   1071875       395      1692         0     73194      5099   1005189   no data   no data
598.60/150.14	c  N st    60   1071875       395      1692         0     73194      5099   1005189   no data   no data
604.19/151.52	c Decided on static restart strategy
623.72/156.40	c  N st    70   1100179       395      1692         0     57183      5099    666233   no data   no data
655.64/164.42	c  N st    72   1136172       395      1692         0     47566      5099    457293   no data   no data
681.56/170.94	c  N st    73   1168564       395      1692         0     78630      5099   1025126   no data   no data
718.66/180.20	c  N st    74   1210143       395      1692         0     73411      5099    942813   no data   no data
718.66/180.20	c  S st    74   1210143       395      1692         0     73411      5099    942813   no data   no data
719.48/180.48	c  S st    74   1210646       395      1692         0     73914      5099    952850   no data   no data
719.48/180.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
719.90/180.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.04
719.90/180.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
719.90/180.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
719.90/180.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
719.90/180.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    395 time:  0.00 s
719.90/180.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
719.90/180.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
719.90/180.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
733.06/183.86	c lits-rem:       584  cl-subs:     8497  v-elim:      0  v-fix:    0  time:  3.30 s
733.06/183.86	c vivif2 --  cl tried     1692 cl shrink        0 lits rem          0 time: 0.00
733.06/183.88	c vivif2 --  cl tried    65417 cl shrink        0 lits rem          0 time: 0.01
733.41/183.93	c asymm  cl-useful: 0/1692/1692 lits-rem:0 time: 0.05
733.41/183.93	c calculated reachability. Time: 0.00
733.41/183.93	c  N st    74   1210646       395      1692         0     65417      5099    801789   no data   no data
802.84/201.39	c  N st    75   1283529       395      1692         0     89372      5099   1226214   no data   no data
898.93/225.50	c  N st    76   1392852       395      1692         0     50762      5099    464407   no data   no data
1036.92/260.03	c  N st    77   1556836       395      1692         0     55796      5099    525487   no data   no data
1150.19/288.45	c Following stats are for *FIRST FINISHED THREAD ONLY*
1150.19/288.45	c num threads              : 4          
1150.19/288.45	c restarts                 : 77         
1150.19/288.45	c dynamic restarts         : 0          
1150.19/288.45	c static restarts          : 77         
1150.19/288.45	c full restarts            : 4          
1150.19/288.45	c total simplify time      : 0.00       
1150.19/288.45	c learnts DL2              : 0          
1150.19/288.45	c learnts size 2           : 0          
1150.19/288.45	c learnts size 1           : 0           (0.00      % of vars)
1150.19/288.45	c filedLit time            : 0.09        (0.03      % time)
1150.19/288.45	c v-elim SatELite          : 5           (1.25      % vars)
1150.19/288.45	c SatELite time            : 7.54        (2.62      % time)
1150.19/288.45	c v-elim xor               : 0           (0.00      % vars)
1150.19/288.45	c xor elim time            : 0.01        (0.00      % time)
1150.19/288.45	c num binary xor trees     : 0          
1150.19/288.45	c binxor trees' crown      : 0           (nan       leafs/tree)
1150.19/288.45	c bin xor find time        : 0.00       
1150.19/288.45	c OTF clause improved      : 59748       (0.04      clauses/conflict)
1150.19/288.45	c OTF impr. size diff      : 62994       (1.05       lits/clause)
1150.19/288.45	c OTF cl watch-shrink      : 455285      (0.27      clauses/conflict)
1150.19/288.45	c OTF cl watch-sh-lit      : 592668      (1.30       lits/clause)
1150.19/288.45	c tried to recurMin cls    : 166302      (9.81       % of conflicts)
1150.19/288.45	c updated cache            : 4621        (0.03       lits/tried recurMin)
1150.19/288.45	c unit cls recevied        : 0           (nan       % of units)
1150.19/288.45	c unit cls sent            : 0           (nan       % of units)
1150.19/288.45	c bin cls recevied         : 0          
1150.19/288.45	c bin cls sent             : 0          
1150.19/288.45	c clauses over max glue    : 0           (0.00      % of all clauses)
1150.19/288.45	c conflicts                : 1696000     (5884.35   / sec)
1150.19/288.45	c decisions                : 1979310     (0.83      % random)
1150.19/288.45	c bogo-props               : 36014062029 (124952429.59 / sec)
1150.19/288.45	c conflict literals        : 33487758    (26.75     % deleted)
1150.19/288.45	c Memory used              : 389.01      MB
1150.19/288.45	c single-thread CPU time   : 288.22      s
1150.19/288.45	c all-threads sum CPU time : 1149.59     s
1150.19/288.45	s SATISFIABLE
1150.19/288.45	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 -76 -77 78 -79 -80 -81 -82 83 -84 -85 -86 -87 88 89 -90 -91 92 -93 -94 -95 -96 -97 -98 -99 100 -101 102 -103 104 105 -106 -107 -108 -109 -110 -111 112 113 -114 115 -116 117 -118 -119 120 121 -122 123 -124 125 126 127 -128 -129 130 131 132 -133 -134 135 136 137 -138 -139 140 -141 142 -143 144 145 -146 -147 148 -149 -150 -151 152 -153 154 -155 -156 -157 -158 159 -160 161 -162 -163 164 165 166 167 -168 169 170 -171 172 -173 174 -175 -176 -177 -178 -179 -180 -181 -182 183 184 -185 -186 187 188 189 -190 -191 192 -193 194 195 -196 -197 -198 -199 200 201 202 -203 -204 205 206 207 208 -209 210 -211 -212 -213 214 -215 -216 217 -218 -219 220 -221 222 223 -224 -225 -226 227 -228 -229 -230 -231 232 233 234 235 -236 237 -238 239 -240 241 -242 -243 244 -245 246 -247 -248 249 -250 -251 252 253 -254 255 256 -257 258 -259 -260 -261 -262 263 -264 265 -266 -267 -268 269 270 -271 272 -273 -274 -275 -276 -277 -278 279 -280 281 -282 283 284 285 286 -287 -288 289 -290 291 -292 293 294 -295 296 297 -298 -299 -300 -301 302 303 -304 -305 306 307 308 -309 -310 311 -312 313 314 -315 -316 317 -318 -319 320 -321 -322 323 324 325 -326 -327 -328 -329 -330 -331 332 -333 -334 -335 -336 -337 -338 339 340 -341 -342 343 -344 -345 -346 -347 -348 349 350 -351 352 353 -354 355 -356 357 358 -359 -360 -361 -362 -363 -364 365 366 367 368 369 -370 371 -372 -373 -374 -375 -376 -377 -378 379 -380 381 -382 383 384 385 -386 387 388 389 390 -391 392 -393 394 395 -396 397 398 -399 400 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-3366549-1305407561/watcher-3366549-1305407561 -o /tmp/evaluation-result-3366549-1305407561/solver-3366549-1305407561 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366549-1305407561.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: 8.12 8.12 8.04 1/359 15627
/proc/meminfo: memFree=23311060/32950928 swapFree=65730864/67111528
[pid=15627] ppid=15625 vsize=281704 CPUtime=0 cores=1,3,5,7
/proc/15627/stat : 15627 (strangenight2-m) D 15625 15627 15496 0 -1 4202496 698 0 0 0 0 0 0 0 25 0 4 0 730986753 288464896 614 33554432000 4194304 4580107 140735340825392 18446744073709551615 260905437367 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/15627/statm: 70426 617 336 95 0 65408 0
[pid=15627/tid=15628] ppid=15625 vsize=282044 CPUtime=0 cores=1,3,5,7
/proc/15627/task/15628/stat : 15628 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 121 0 0 0 0 0 0 0 25 0 4 0 730986754 288813056 951 33554432000 4194304 4580107 140735340825392 18446744073709551615 260905090827 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=15627/tid=15629] ppid=15625 vsize=282044 CPUtime=0 cores=1,3,5,7
/proc/15627/task/15629/stat : 15629 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 176 0 0 0 0 0 0 0 25 0 4 0 730986754 288813056 951 33554432000 4194304 4580107 140735340825392 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15627/tid=15630] ppid=15625 vsize=282044 CPUtime=0 cores=1,3,5,7
/proc/15627/task/15630/stat : 15630 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 121 0 0 0 0 0 0 0 25 0 4 0 730986754 288813056 951 33554432000 4194304 4580107 140735340825392 18446744073709551615 4293198 0 0 4096 2 0 0 0 -1 1 0 0 0

[startup+0.11303 s]
/proc/loadavg: 8.12 8.12 8.04 1/359 15627
/proc/meminfo: memFree=23311060/32950928 swapFree=65730864/67111528
[pid=15627] ppid=15625 vsize=282176 CPUtime=0.42 cores=1,3,5,7
/proc/15627/stat : 15627 (strangenight2-m) R 15625 15627 15496 0 -1 4202496 1607 0 0 0 42 0 0 0 25 0 4 0 730986753 288948224 1508 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15627/statm: 70544 1508 377 95 0 65526 0
[pid=15627/tid=15628] ppid=15625 vsize=282176 CPUtime=0.1 cores=1,3,5,7
/proc/15627/task/15628/stat : 15628 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 319 0 0 0 10 0 0 0 25 0 4 0 730986754 288948224 1508 33554432000 4194304 4580107 140735340825392 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15627/tid=15629] ppid=15625 vsize=282176 CPUtime=0.1 cores=1,3,5,7
/proc/15627/task/15629/stat : 15629 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 299 0 0 0 10 0 0 0 25 0 4 0 730986754 288948224 1508 33554432000 4194304 4580107 140735340825392 18446744073709551615 4319950 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15627/tid=15630] ppid=15625 vsize=282176 CPUtime=0.1 cores=1,3,5,7
/proc/15627/task/15630/stat : 15630 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 259 0 0 0 10 0 0 0 25 0 4 0 730986754 288948224 1508 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282176

[startup+0.201013 s]
/proc/loadavg: 8.12 8.12 8.04 1/359 15627
/proc/meminfo: memFree=23311060/32950928 swapFree=65730864/67111528
[pid=15627] ppid=15625 vsize=283328 CPUtime=0.77 cores=1,3,5,7
/proc/15627/stat : 15627 (strangenight2-m) R 15625 15627 15496 0 -1 4202496 2119 0 0 0 77 0 0 0 25 0 4 0 730986753 290127872 1546 33554432000 4194304 4580107 140735340825392 18446744073709551615 4321629 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15627/statm: 70832 1546 377 95 0 65814 0
[pid=15627/tid=15628] ppid=15625 vsize=283328 CPUtime=0.18 cores=1,3,5,7
/proc/15627/task/15628/stat : 15628 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 448 0 0 0 18 0 0 0 25 0 4 0 730986754 290127872 1546 33554432000 4194304 4580107 140735340825392 18446744073709551615 4293131 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15627/tid=15629] ppid=15625 vsize=283328 CPUtime=0.19 cores=1,3,5,7
/proc/15627/task/15629/stat : 15629 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 427 0 0 0 19 0 0 0 25 0 4 0 730986754 290127872 1546 33554432000 4194304 4580107 140735340825392 18446744073709551615 4293698 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15627/tid=15630] ppid=15625 vsize=283328 CPUtime=0.19 cores=1,3,5,7
/proc/15627/task/15630/stat : 15630 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 385 0 0 0 19 0 0 0 25 0 4 0 730986754 290127872 1546 33554432000 4194304 4580107 140735340825392 18446744073709551615 4317526 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.77
Current children cumulated vsize (KiB) 283328

[startup+0.300995 s]
/proc/loadavg: 8.12 8.12 8.04 1/359 15627
/proc/meminfo: memFree=23311060/32950928 swapFree=65730864/67111528
[pid=15627] ppid=15625 vsize=283480 CPUtime=1.17 cores=1,3,5,7
/proc/15627/stat : 15627 (strangenight2-m) R 15625 15627 15496 0 -1 4202496 2496 0 0 0 117 0 0 0 25 0 4 0 730986753 290283520 1923 33554432000 4194304 4580107 140735340825392 18446744073709551615 4296827 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15627/statm: 70870 1923 377 95 0 65852 0
[pid=15627/tid=15628] ppid=15625 vsize=283480 CPUtime=0.28 cores=1,3,5,7
/proc/15627/task/15628/stat : 15628 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 537 0 0 0 28 0 0 0 25 0 4 0 730986754 290283520 1923 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15627/tid=15629] ppid=15625 vsize=283480 CPUtime=0.29 cores=1,3,5,7
/proc/15627/task/15629/stat : 15629 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 518 0 0 0 29 0 0 0 25 0 4 0 730986754 290283520 1923 33554432000 4194304 4580107 140735340825392 18446744073709551615 4293698 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15627/tid=15630] ppid=15625 vsize=283480 CPUtime=0.29 cores=1,3,5,7
/proc/15627/task/15630/stat : 15630 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 481 0 0 0 29 0 0 0 25 0 4 0 730986754 290283520 1923 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283480

[startup+0.700922 s]
/proc/loadavg: 8.12 8.12 8.04 1/359 15627
/proc/meminfo: memFree=23311060/32950928 swapFree=65730864/67111528
[pid=15627] ppid=15625 vsize=284852 CPUtime=2.76 cores=1,3,5,7
/proc/15627/stat : 15627 (strangenight2-m) R 15625 15627 15496 0 -1 4202496 4359 0 0 0 276 0 0 0 25 0 4 0 730986753 291688448 2133 33554432000 4194304 4580107 140735340825392 18446744073709551615 4320644 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15627/statm: 71213 2133 377 95 0 66195 0
[pid=15627/tid=15628] ppid=15625 vsize=284852 CPUtime=0.68 cores=1,3,5,7
/proc/15627/task/15628/stat : 15628 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 994 0 0 0 68 0 0 0 25 0 4 0 730986754 291688448 2133 33554432000 4194304 4580107 140735340825392 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15627/tid=15629] ppid=15625 vsize=284852 CPUtime=0.69 cores=1,3,5,7
/proc/15627/task/15629/stat : 15629 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 986 0 0 0 69 0 0 0 25 0 4 0 730986754 291688448 2133 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15627/tid=15630] ppid=15625 vsize=284852 CPUtime=0.69 cores=1,3,5,7
/proc/15627/task/15630/stat : 15630 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 948 0 0 0 69 0 0 0 25 0 4 0 730986754 291688448 2133 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 284852

[startup+1.50078 s]
/proc/loadavg: 8.03 8.10 8.03 11/371 15644
/proc/meminfo: memFree=23283684/32950928 swapFree=65730864/67111528
[pid=15627] ppid=15625 vsize=285516 CPUtime=5.95 cores=1,3,5,7
/proc/15627/stat : 15627 (strangenight2-m) R 15625 15627 15496 0 -1 4202496 7900 0 0 0 595 0 0 0 25 0 4 0 730986753 292368384 4084 33554432000 4194304 4580107 140735340825392 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15627/statm: 71379 4084 379 95 0 66361 0
[pid=15627/tid=15628] ppid=15625 vsize=285516 CPUtime=1.47 cores=1,3,5,7
/proc/15627/task/15628/stat : 15628 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 1553 0 0 0 147 0 0 0 25 0 4 0 730986754 292368384 4084 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15627/tid=15629] ppid=15625 vsize=285516 CPUtime=1.48 cores=1,3,5,7
/proc/15627/task/15629/stat : 15629 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 1694 0 0 0 148 0 0 0 25 0 4 0 730986754 292368384 4084 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15627/tid=15630] ppid=15625 vsize=285516 CPUtime=1.49 cores=1,3,5,7
/proc/15627/task/15630/stat : 15630 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 1499 0 0 0 149 0 0 0 25 0 4 0 730986754 292368384 4084 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 285516

[startup+3.10048 s]
/proc/loadavg: 8.03 8.10 8.03 10/371 15644
/proc/meminfo: memFree=23253456/32950928 swapFree=65730864/67111528
[pid=15627] ppid=15625 vsize=293104 CPUtime=12.33 cores=1,3,5,7
/proc/15627/stat : 15627 (strangenight2-m) R 15625 15627 15496 0 -1 4202496 16041 0 0 0 1232 1 0 0 25 0 4 0 730986753 300138496 7934 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294688 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15627/statm: 73276 7934 379 95 0 68258 0
[pid=15627/tid=15628] ppid=15625 vsize=293104 CPUtime=3.05 cores=1,3,5,7
/proc/15627/task/15628/stat : 15628 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 3618 0 0 0 305 0 0 0 25 0 4 0 730986754 300138496 7934 33554432000 4194304 4580107 140735340825392 18446744073709551615 4293904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15627/tid=15629] ppid=15625 vsize=293104 CPUtime=3.08 cores=1,3,5,7
/proc/15627/task/15629/stat : 15629 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 4130 0 0 0 308 0 0 0 25 0 4 0 730986754 300138496 7934 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15627/tid=15630] ppid=15625 vsize=293104 CPUtime=3.08 cores=1,3,5,7
/proc/15627/task/15630/stat : 15630 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 3958 0 0 0 308 0 0 0 25 0 4 0 730986754 300138496 7934 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 293104

[startup+6.3009 s]
/proc/loadavg: 8.02 8.10 8.03 10/371 15644
/proc/meminfo: memFree=23208392/32950928 swapFree=65730864/67111528
[pid=15627] ppid=15625 vsize=298216 CPUtime=25.1 cores=1,3,5,7
/proc/15627/stat : 15627 (strangenight2-m) R 15625 15627 15496 0 -1 4202496 24721 0 0 0 2506 4 0 0 25 0 4 0 730986753 305373184 11207 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15627/statm: 74554 11207 379 95 0 69536 0
[pid=15627/tid=15628] ppid=15625 vsize=298216 CPUtime=6.22 cores=1,3,5,7
/proc/15627/task/15628/stat : 15628 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 6289 0 0 0 621 1 0 0 25 0 4 0 730986754 305373184 11207 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15627/tid=15629] ppid=15625 vsize=298216 CPUtime=6.28 cores=1,3,5,7
/proc/15627/task/15629/stat : 15629 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 6701 0 0 0 628 0 0 0 25 0 4 0 730986754 305373184 11207 33554432000 4194304 4580107 140735340825392 18446744073709551615 4489516 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15627/tid=15630] ppid=15625 vsize=298216 CPUtime=6.28 cores=1,3,5,7
/proc/15627/task/15630/stat : 15630 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 5539 0 0 0 628 0 0 0 25 0 4 0 730986754 305373184 11207 33554432000 4194304 4580107 140735340825392 18446744073709551615 4321235 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 298216

[startup+12.7007 s]
/proc/loadavg: 8.02 8.10 8.03 10/371 15644
/proc/meminfo: memFree=23152276/32950928 swapFree=65730864/67111528
[pid=15627] ppid=15625 vsize=299024 CPUtime=50.62 cores=1,3,5,7
/proc/15627/stat : 15627 (strangenight2-m) R 15625 15627 15496 0 -1 4202496 39891 0 0 0 5055 7 0 0 25 0 4 0 730986753 306200576 15529 33554432000 4194304 4580107 140735340825392 18446744073709551615 4295676 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15627/statm: 74756 15529 379 95 0 69738 0
[pid=15627/tid=15628] ppid=15625 vsize=299024 CPUtime=12.54 cores=1,3,5,7
/proc/15627/task/15628/stat : 15628 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 10069 0 0 0 1252 2 0 0 25 0 4 0 730986754 306200576 15529 33554432000 4194304 4580107 140735340825392 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15627/tid=15629] ppid=15625 vsize=299024 CPUtime=12.68 cores=1,3,5,7
/proc/15627/task/15629/stat : 15629 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 9310 0 0 0 1267 1 0 0 25 0 4 0 730986754 306200576 15529 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294510 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15627/tid=15630] ppid=15625 vsize=299024 CPUtime=12.68 cores=1,3,5,7
/proc/15627/task/15630/stat : 15630 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 9627 0 0 0 1267 1 0 0 25 0 4 0 730986754 306200576 15529 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294336 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 299024

[startup+25.5004 s]
/proc/loadavg: 8.02 8.09 8.03 10/371 15645
/proc/meminfo: memFree=23097884/32950928 swapFree=65730864/67111528
[pid=15627] ppid=15625 vsize=295468 CPUtime=101.66 cores=1,3,5,7
/proc/15627/stat : 15627 (strangenight2-m) R 15625 15627 15496 0 -1 4202496 60891 0 0 0 10155 11 0 0 25 0 4 0 730986753 302559232 21090 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15627/statm: 73867 21090 379 95 0 68849 0
[pid=15627/tid=15628] ppid=15625 vsize=295468 CPUtime=25.18 cores=1,3,5,7
/proc/15627/task/15628/stat : 15628 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 15783 0 0 0 2515 3 0 0 25 0 4 0 730986754 302559232 21090 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15627/tid=15629] ppid=15625 vsize=295468 CPUtime=25.48 cores=1,3,5,7
/proc/15627/task/15629/stat : 15629 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 14608 0 0 0 2546 2 0 0 25 0 4 0 730986754 302559232 21090 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294544 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15627/tid=15630] ppid=15625 vsize=295468 CPUtime=25.48 cores=1,3,5,7
/proc/15627/task/15630/stat : 15630 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 14625 0 0 0 2546 2 0 0 25 0 4 0 730986754 302559232 21090 33554432000 4194304 4580107 140735340825392 18446744073709551615 4321207 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.66
Current children cumulated vsize (KiB) 295468

[startup+51.1007 s]
/proc/loadavg: 8.01 8.08 8.03 11/371 15645
/proc/meminfo: memFree=23047076/32950928 swapFree=65730864/67111528
[pid=15627] ppid=15625 vsize=301216 CPUtime=203.77 cores=1,3,5,7
/proc/15627/stat : 15627 (strangenight2-m) R 15625 15627 15496 0 -1 4202496 91495 0 0 0 20356 21 0 0 25 0 4 0 730986753 308445184 26126 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15627/statm: 75304 26126 379 95 0 70286 0
[pid=15627/tid=15628] ppid=15625 vsize=301216 CPUtime=50.49 cores=1,3,5,7
/proc/15627/task/15628/stat : 15628 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 23834 0 0 0 5044 5 0 0 25 0 4 0 730986754 308445184 26126 33554432000 4194304 4580107 140735340825392 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15627/tid=15629] ppid=15625 vsize=301216 CPUtime=51.09 cores=1,3,5,7
/proc/15627/task/15629/stat : 15629 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 22447 0 0 0 5104 5 0 0 25 0 4 0 730986754 308445184 26126 33554432000 4194304 4580107 140735340825392 18446744073709551615 4324382 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15627/tid=15630] ppid=15625 vsize=301216 CPUtime=51.08 cores=1,3,5,7
/proc/15627/task/15630/stat : 15630 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 21734 0 0 0 5103 5 0 0 25 0 4 0 730986754 308445184 26126 33554432000 4194304 4580107 140735340825392 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.77
Current children cumulated vsize (KiB) 301216

[startup+102.301 s]
/proc/loadavg: 8.08 8.10 8.03 11/371 15647
/proc/meminfo: memFree=22970904/32950928 swapFree=65730864/67111528
[pid=15627] ppid=15625 vsize=303852 CPUtime=408 cores=1,3,5,7
/proc/15627/stat : 15627 (strangenight2-m) R 15625 15627 15496 0 -1 4202496 140994 0 0 0 40764 36 0 0 25 0 4 0 730986753 311144448 34053 33554432000 4194304 4580107 140735340825392 18446744073709551615 4406480 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15627/statm: 75963 34053 379 95 0 70945 0
[pid=15627/tid=15628] ppid=15625 vsize=303852 CPUtime=101.09 cores=1,3,5,7
/proc/15627/task/15628/stat : 15628 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 33441 0 0 0 10100 9 0 0 25 0 4 0 730986754 311144448 34055 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15627/tid=15629] ppid=15625 vsize=303852 CPUtime=102.3 cores=1,3,5,7
/proc/15627/task/15629/stat : 15629 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 33567 0 0 0 10222 8 0 0 25 0 4 0 730986754 311144448 34055 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15627/tid=15630] ppid=15625 vsize=303852 CPUtime=102.3 cores=1,3,5,7
/proc/15627/task/15630/stat : 15630 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 35104 0 0 0 10221 9 0 0 25 0 4 0 730986754 311144448 34055 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408
Current children cumulated vsize (KiB) 303852

[startup+162.3 s]
/proc/loadavg: 8.10 8.10 8.04 10/371 15648
/proc/meminfo: memFree=22937120/32950928 swapFree=65730864/67111528
[pid=15627] ppid=15625 vsize=322668 CPUtime=647.26 cores=1,3,5,7
/proc/15627/stat : 15627 (strangenight2-m) R 15625 15627 15496 0 -1 4202496 183997 0 0 0 64675 51 0 0 25 0 4 0 730986753 330412032 36008 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15627/statm: 80667 36008 379 95 0 75649 0
[pid=15627/tid=15628] ppid=15625 vsize=322668 CPUtime=160.37 cores=1,3,5,7
/proc/15627/task/15628/stat : 15628 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 42494 0 0 0 16025 12 0 0 25 0 4 0 730986754 330412032 36008 33554432000 4194304 4580107 140735340825392 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15627/tid=15629] ppid=15625 vsize=322668 CPUtime=162.29 cores=1,3,5,7
/proc/15627/task/15629/stat : 15629 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 45754 0 0 0 16216 13 0 0 25 0 4 0 730986754 330412032 36008 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15627/tid=15630] ppid=15625 vsize=322668 CPUtime=162.28 cores=1,3,5,7
/proc/15627/task/15630/stat : 15630 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 46043 0 0 0 16215 13 0 0 25 0 4 0 730986754 330412032 36008 33554432000 4194304 4580107 140735340825392 18446744073709551615 4293064 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 647.26
Current children cumulated vsize (KiB) 322668

[startup+222.314 s]
/proc/loadavg: 8.21 8.14 8.05 11/371 15650
/proc/meminfo: memFree=22822976/32950928 swapFree=65730864/67111528
[pid=15627] ppid=15625 vsize=332032 CPUtime=886.61 cores=1,3,5,7
/proc/15627/stat : 15627 (strangenight2-m) R 15625 15627 15496 0 -1 4202496 231136 0 0 0 88595 66 0 0 25 0 4 0 730986753 340000768 48867 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15627/statm: 83008 48867 379 95 0 77990 0
[pid=15627/tid=15628] ppid=15625 vsize=332032 CPUtime=219.67 cores=1,3,5,7
/proc/15627/task/15628/stat : 15628 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 54306 0 0 0 21952 15 0 0 25 0 4 0 730986754 340000768 48867 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15627/tid=15629] ppid=15625 vsize=332032 CPUtime=222.3 cores=1,3,5,7
/proc/15627/task/15629/stat : 15629 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 58596 0 0 0 22213 17 0 0 25 0 4 0 730986754 340000768 48867 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15627/tid=15630] ppid=15625 vsize=332032 CPUtime=222.3 cores=1,3,5,7
/proc/15627/task/15630/stat : 15630 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 59248 0 0 0 22214 16 0 0 25 0 4 0 730986754 340000768 48867 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 886.61
Current children cumulated vsize (KiB) 332032

[startup+282.3 s]
/proc/loadavg: 8.08 8.11 8.05 11/371 15651
/proc/meminfo: memFree=22804692/32950928 swapFree=65730864/67111528
[pid=15627] ppid=15625 vsize=398300 CPUtime=1125.86 cores=1,3,5,7
/proc/15627/stat : 15627 (strangenight2-m) R 15625 15627 15496 0 -1 4202496 265526 0 0 0 112506 80 0 0 25 0 4 0 730986753 407859200 52830 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294378 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15627/statm: 99575 52830 379 95 0 94557 0
[pid=15627/tid=15628] ppid=15625 vsize=398300 CPUtime=278.96 cores=1,3,5,7
/proc/15627/task/15628/stat : 15628 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 62629 0 0 0 27878 18 0 0 25 0 4 0 730986754 407859200 52830 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15627/tid=15629] ppid=15625 vsize=398300 CPUtime=282.29 cores=1,3,5,7
/proc/15627/task/15629/stat : 15629 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 67255 0 0 0 28207 22 0 0 25 0 4 0 730986754 407859200 52830 33554432000 4194304 4580107 140735340825392 18446744073709551615 4293216 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15627/tid=15630] ppid=15625 vsize=398300 CPUtime=282.29 cores=1,3,5,7
/proc/15627/task/15630/stat : 15630 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 67987 0 0 0 28209 20 0 0 25 0 4 0 730986754 407859200 52830 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1125.86
Current children cumulated vsize (KiB) 398300

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

[startup+284.801 s]
/proc/loadavg: 8.08 8.11 8.05 10/371 15651
/proc/meminfo: memFree=22800352/32950928 swapFree=65730864/67111528
[pid=15627] ppid=15625 vsize=398300 CPUtime=1135.84 cores=1,3,5,7
/proc/15627/stat : 15627 (strangenight2-m) R 15625 15627 15496 0 -1 4202496 266265 0 0 0 113503 81 0 0 25 0 4 0 730986753 407859200 53569 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15627/statm: 99575 53569 379 95 0 94557 0
[pid=15627/tid=15628] ppid=15625 vsize=398300 CPUtime=281.44 cores=1,3,5,7
/proc/15627/task/15628/stat : 15628 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 62629 0 0 0 28126 18 0 0 25 0 4 0 730986754 407859200 53569 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15627/tid=15629] ppid=15625 vsize=398300 CPUtime=284.79 cores=1,3,5,7
/proc/15627/task/15629/stat : 15629 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 67522 0 0 0 28457 22 0 0 25 0 4 0 730986754 407859200 53569 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15627/tid=15630] ppid=15625 vsize=398300 CPUtime=284.79 cores=1,3,5,7
/proc/15627/task/15630/stat : 15630 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 68262 0 0 0 28459 20 0 0 25 0 4 0 730986754 407859200 53569 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1135.84
Current children cumulated vsize (KiB) 398300

[startup+286.401 s]
/proc/loadavg: 8.07 8.11 8.05 11/371 15652
/proc/meminfo: memFree=22793776/32950928 swapFree=65730864/67111528
[pid=15627] ppid=15625 vsize=398300 CPUtime=1142.21 cores=1,3,5,7
/proc/15627/stat : 15627 (strangenight2-m) R 15625 15627 15496 0 -1 4202496 266665 0 0 0 114140 81 0 0 25 0 4 0 730986753 407859200 53969 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15627/statm: 99575 53969 379 95 0 94557 0
[pid=15627/tid=15628] ppid=15625 vsize=398300 CPUtime=283.01 cores=1,3,5,7
/proc/15627/task/15628/stat : 15628 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 62629 0 0 0 28283 18 0 0 25 0 4 0 730986754 407859200 53969 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15627/tid=15629] ppid=15625 vsize=398300 CPUtime=286.39 cores=1,3,5,7
/proc/15627/task/15629/stat : 15629 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 67652 0 0 0 28617 22 0 0 25 0 4 0 730986754 407859200 53969 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15627/tid=15630] ppid=15625 vsize=398300 CPUtime=286.39 cores=1,3,5,7
/proc/15627/task/15630/stat : 15630 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 68408 0 0 0 28619 20 0 0 25 0 4 0 730986754 407859200 53969 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1142.21
Current children cumulated vsize (KiB) 398300

[startup+287.214 s]
/proc/loadavg: 8.07 8.11 8.05 10/371 15652
/proc/meminfo: memFree=22791420/32950928 swapFree=65730864/67111528
[pid=15627] ppid=15625 vsize=398300 CPUtime=1145.45 cores=1,3,5,7
/proc/15627/stat : 15627 (strangenight2-m) R 15625 15627 15496 0 -1 4202496 266864 0 0 0 114464 81 0 0 25 0 4 0 730986753 407859200 54168 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294510 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15627/statm: 99575 54168 379 95 0 94557 0
[pid=15627/tid=15628] ppid=15625 vsize=398300 CPUtime=283.81 cores=1,3,5,7
/proc/15627/task/15628/stat : 15628 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 62629 0 0 0 28363 18 0 0 25 0 4 0 730986754 407859200 54168 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15627/tid=15629] ppid=15625 vsize=398300 CPUtime=287.2 cores=1,3,5,7
/proc/15627/task/15629/stat : 15629 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 67717 0 0 0 28698 22 0 0 25 0 4 0 730986754 407859200 54168 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15627/tid=15630] ppid=15625 vsize=398300 CPUtime=287.2 cores=1,3,5,7
/proc/15627/task/15630/stat : 15630 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 68478 0 0 0 28700 20 0 0 25 0 4 0 730986754 407859200 54168 33554432000 4194304 4580107 140735340825392 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1145.45
Current children cumulated vsize (KiB) 398300

[startup+288 s]
/proc/loadavg: 8.07 8.11 8.05 10/371 15652
/proc/meminfo: memFree=22791420/32950928 swapFree=65730864/67111528
[pid=15627] ppid=15625 vsize=398340 CPUtime=1148.6 cores=1,3,5,7
/proc/15627/stat : 15627 (strangenight2-m) R 15625 15627 15496 0 -1 4202496 267680 0 0 0 114778 82 0 0 25 0 4 0 730986753 407900160 53184 33554432000 4194304 4580107 140735340825392 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15627/statm: 99585 53184 379 95 0 94567 0
[pid=15627/tid=15628] ppid=15625 vsize=398340 CPUtime=284.6 cores=1,3,5,7
/proc/15627/task/15628/stat : 15628 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 62629 0 0 0 28442 18 0 0 25 0 4 0 730986754 407900160 53184 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294630 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15627/tid=15629] ppid=15625 vsize=398340 CPUtime=287.99 cores=1,3,5,7
/proc/15627/task/15629/stat : 15629 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 67786 0 0 0 28777 22 0 0 25 0 4 0 730986754 407900160 53184 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15627/tid=15630] ppid=15625 vsize=398340 CPUtime=287.99 cores=1,3,5,7
/proc/15627/task/15630/stat : 15630 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 68558 0 0 0 28779 20 0 0 25 0 4 0 730986754 407900160 53184 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1148.6
Current children cumulated vsize (KiB) 398340

[startup+288.401 s]
/proc/loadavg: 8.07 8.11 8.05 11/371 15652
/proc/meminfo: memFree=22793032/32950928 swapFree=65730864/67111528
[pid=15627] ppid=15625 vsize=398340 CPUtime=1150.19 cores=1,3,5,7
/proc/15627/stat : 15627 (strangenight2-m) R 15625 15627 15496 0 -1 4202496 267797 0 0 0 114937 82 0 0 25 0 4 0 730986753 407900160 53301 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294517 0 0 4096 2 18446744073709551615 0 0 17 3 0 0 0
/proc/15627/statm: 99585 53301 379 95 0 94567 0
[pid=15627/tid=15628] ppid=15625 vsize=398340 CPUtime=284.98 cores=1,3,5,7
/proc/15627/task/15628/stat : 15628 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 62629 0 0 0 28480 18 0 0 25 0 4 0 730986754 407900160 53301 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=15627/tid=15629] ppid=15625 vsize=398340 CPUtime=288.39 cores=1,3,5,7
/proc/15627/task/15629/stat : 15629 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 67821 0 0 0 28817 22 0 0 25 0 4 0 730986754 407900160 53301 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=15627/tid=15630] ppid=15625 vsize=398340 CPUtime=288.39 cores=1,3,5,7
/proc/15627/task/15630/stat : 15630 (strangenight2-m) R 15625 15627 15496 0 -1 4202560 68595 0 0 0 28819 20 0 0 25 0 4 0 730986754 407900160 53301 33554432000 4194304 4580107 140735340825392 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1150.19
Current children cumulated vsize (KiB) 398340

Child status: 10
Real time (s): 288.464
CPU time (s): 1150.42
CPU user time (s): 1149.59
CPU system time (s): 0.830873
CPU usage (%): 398.808
Max. virtual memory (cumulated for all children) (KiB): 409292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1149.59
system time used= 0.830873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 267821
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= 309
involuntary context switches= 6347

runsolver used 0.968852 second user time and 2.44763 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-14 23:12:41
IDJOB=3366549
IDBENCH=82958
IDSOLVER=1844
FILE ID=node116/3366549-1305407561
RUNJOBID= node116-1305406355-15515
PBS_JOBID= 13324511
Free space on /tmp= 73136 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v400-c1704-S183128297-005.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366549-1305407561/watcher-3366549-1305407561 -o /tmp/evaluation-result-3366549-1305407561/solver-3366549-1305407561 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366549-1305407561.cnf

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

MD5SUM BENCH= f0ea1852e91ab44abb725179e04ad108
RANDOM SEED=1921593718

node116.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23311464 kB
Buffers:         35556 kB
Cached:         105776 kB
SwapCached:      12356 kB
Active:        9379644 kB
Inactive:        52924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23311464 kB
SwapTotal:    67111528 kB
SwapFree:     65730864 kB
Dirty:            5480 kB
Writeback:           0 kB
AnonPages:     9290172 kB
Mapped:          15596 kB
Slab:            96432 kB
PageTables:      44088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 82747244 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73124 MiB
End job on node116 at 2011-05-14 23:17:29