Trace number 3366450

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 866.591 217.165

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v400-c1704-S1462223811-042.SATISFIABLE.cnf
MD5SUMcd0b1f588aad9c4aef9bf4b7912f7c0d
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.004999
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.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3366450-1305404474.cnf'
0.00/0.01	c -- header says num vars:            400
0.00/0.01	c -- header says num clauses:        1704
0.00/0.01	c -- clauses added:            0 learnts,         1704 normals,            0 xors
0.00/0.01	c -- vars added        400
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       400      1704         0         0      5112         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1704/1704 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c 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.02	c lits-rem:         0  cl-subs:        0  v-elim:      7  v-fix:    0  time:  0.00 s
0.00/0.02	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.02	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.02	c calculated reachability. Time: 0.00
0.00/0.02	c Calc default polars -  time:   0.00 s pos:     185 undec:      42 neg:     173
0.00/0.02	c =========================================================================================
0.00/0.02	c types(t): F = full restart, N = normal restart
0.00/0.02	c types(t): S = simplification begin/end, E = solution found
0.00/0.02	c restart types(rt): st = static, dy = dynamic
0.00/0.02	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.02	c  B st     0         0       393      1699         0         0      5141         0   no data   no data
0.37/0.11	c Decided on static restart strategy
0.37/0.14	c  N st     8      4919       393      1699         0      4817      5141     99187   no data   no data
1.17/0.37	c  N st    10     11304       393      1699         0      4449      5141     66178   no data   no data
2.37/0.61	c  N st    11     17047       393      1699         0     10001      5141    174517   no data   no data
3.57/0.99	c  F st    12     25000       393      1699         0     12252      5141    226098   no data   no data
3.57/0.99	c  N st    12     25000       393      1699         0     12252      5141    226098   no data   no data
4.76/1.25	c Decided on static restart strategy
4.76/1.25	c  N st    18     30000       393      1699         0     10581      5141    171284   no data   no data
4.76/1.25	c  S st    18     30000       393      1699         0     10581      5141    171284   no data   no data
4.76/1.28	c  S st    18     30504       393      1699         0     11082      5141    181212   no data   no data
4.76/1.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.76/1.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
4.76/1.28	c blocked clauses removed:       16 vars:      2 tried:         393 T: 0.00 s
4.76/1.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.76/1.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.76/1.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    391 time:  0.00 s
4.76/1.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.76/1.28	c lits-rem:         0  cl-subs:        0  v-elim:      1  v-fix:    0  time:  0.00 s
4.76/1.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.16/1.35	c lits-rem:       215  cl-subs:      828  v-elim:      0  v-fix:    0  time:  0.06 s
5.16/1.35	c asymm  cl-useful: 0/1682/1682 lits-rem:0 time: 0.01
5.16/1.35	c calculated reachability. Time: 0.00
5.16/1.35	c  N st    18     30504       390      1682         0     10158      5101    163065   no data   no data
6.76/1.76	c  N st    20     37618       390      1682         0      9483      5101    135120   no data   no data
8.38/2.13	c  N st    21     44018       390      1682         0     15669      5101    252450   no data   no data
8.79/2.23	c  S st    22     45756       390      1682         0     17375      5101    288730   no data   no data
8.79/2.27	c  S st    22     46257       390      1682         0      9217      5101    115649   no data   no data
8.79/2.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.79/2.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
8.79/2.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.79/2.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.79/2.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
8.79/2.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.79/2.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
8.79/2.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.79/2.28	c lits-rem:        12  cl-subs:      133  v-elim:      0  v-fix:    0  time:  0.01 s
8.79/2.28	c vivif2 --  cl tried     1682 cl shrink        0 lits rem          0 time: 0.00
8.79/2.29	c vivif2 --  cl tried     9084 cl shrink        0 lits rem          0 time: 0.00
8.79/2.29	c asymm  cl-useful: 0/1682/1682 lits-rem:0 time: 0.00
8.79/2.29	c calculated reachability. Time: 0.00
8.79/2.29	c  N st    22     46257       390      1682         0      9084      5101    113341   no data   no data
12.35/3.16	c  N st    23     60655       390      1682         0     13420      5101    194382   no data   no data
14.74/3.74	c  N st    24     69385       390      1682         0     11262      5101    142079   no data   no data
14.74/3.74	c  S st    24     69385       390      1682         0     11262      5101    142079   no data   no data
14.74/3.78	c  S st    24     69891       390      1682         0     11765      5101    151961   no data   no data
14.74/3.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.74/3.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
14.74/3.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.74/3.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.74/3.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.74/3.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
14.74/3.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.74/3.78	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
14.74/3.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.14/3.80	c lits-rem:        73  cl-subs:      109  v-elim:      0  v-fix:    0  time:  0.01 s
15.14/3.80	c vivif2 --  cl tried     1682 cl shrink        0 lits rem          0 time: 0.00
15.14/3.80	c vivif2 --  cl tried    11656 cl shrink        0 lits rem          0 time: 0.00
15.14/3.81	c asymm  cl-useful: 0/1682/1682 lits-rem:0 time: 0.01
15.14/3.81	c calculated reachability. Time: 0.00
15.14/3.81	c  N st    24     69891       390      1682         0     11656      5101    149531   no data   no data
19.92/5.05	c  F st    25     87500       390      1682         0     17026      5101    251846   no data   no data
19.92/5.05	c  N st    25     87500       390      1682         0     17026      5101    251846   no data   no data
21.55/5.45	c Decided on static restart strategy
22.32/5.68	c  N st    32     95540       390      1682         0     24865      5101    409280   no data   no data
25.12/6.32	c  N st    34    104837       390      1682         0     21258      5101    324362   no data   no data
25.12/6.32	c  S st    34    104837       390      1682         0     21258      5101    324362   no data   no data
25.12/6.37	c  S st    34    105343       390      1682         0     21763      5101    334739   no data   no data
25.12/6.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
25.12/6.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
25.12/6.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.12/6.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.12/6.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.12/6.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
25.12/6.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
25.12/6.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
25.12/6.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.93/6.57	c lits-rem:       186  cl-subs:     1483  v-elim:      0  v-fix:    0  time:  0.18 s
25.93/6.57	c vivif2 --  cl tried     1682 cl shrink        0 lits rem          0 time: 0.00
25.93/6.57	c vivif2 --  cl tried    20280 cl shrink        0 lits rem          0 time: 0.00
25.93/6.59	c asymm  cl-useful: 0/1682/1682 lits-rem:0 time: 0.01
25.93/6.59	c calculated reachability. Time: 0.00
25.93/6.59	c  N st    34    105343       390      1682         0     20280      5101    303198   no data   no data
29.11/7.32	c  N st    35    114942       390      1682         0     16042      5101    203259   no data   no data
33.90/8.51	c  N st    36    129339       390      1682         0     15418      5101    171057   no data   no data
40.28/10.19	c  N st    37    150935       390      1682         0     20837      5101    265823   no data   no data
42.68/10.78	c  S st    38    158015       390      1682         0     27713      5101    397103   no data   no data
43.08/10.84	c  S st    38    158519       390      1682         0     28214      5101    407068   no data   no data
43.08/10.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.08/10.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
43.08/10.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.08/10.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
43.08/10.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
43.08/10.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
43.08/10.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
43.08/10.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
43.08/10.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.67/11.22	c lits-rem:       336  cl-subs:     2281  v-elim:      0  v-fix:    0  time:  0.35 s
44.67/11.22	c vivif2 --  cl tried     1682 cl shrink        0 lits rem          0 time: 0.00
44.67/11.23	c vivif2 --  cl tried    25933 cl shrink        0 lits rem          0 time: 0.00
44.67/11.24	c asymm  cl-useful: 0/1682/1682 lits-rem:0 time: 0.01
44.67/11.24	c calculated reachability. Time: 0.00
44.67/11.24	c  N st    38    158519       390      1682         0     25933      5101    367629   no data   no data
63.43/15.99	c  N st    39    207107       390      1682         0     20637      5101    230009   no data   no data
75.79/19.00	c  N st    40    237778       390      1682         0     30982      5101    411537   no data   no data
75.79/19.00	c  S st    40    237778       390      1682         0     30982      5101    411537   no data   no data
75.79/19.07	c  S st    40    238280       390      1682         0     31484      5101    422058   no data   no data
75.79/19.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
75.79/19.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
75.79/19.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
75.79/19.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
75.79/19.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
75.79/19.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
75.79/19.08	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.79/19.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
76.19/19.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.80/19.56	c lits-rem:       557  cl-subs:     2880  v-elim:      0  v-fix:    0  time:  0.46 s
77.80/19.56	c vivif2 --  cl tried     1682 cl shrink        0 lits rem          0 time: 0.00
77.80/19.57	c vivif2 --  cl tried    28604 cl shrink        0 lits rem          0 time: 0.00
77.80/19.58	c asymm  cl-useful: 0/1682/1682 lits-rem:0 time: 0.02
77.80/19.59	c calculated reachability. Time: 0.00
77.80/19.59	c  N st    40    238280       390      1682         0     28604      5101    375361   no data   no data
106.12/26.68	c  F st    41    306252       390      1682         0     30614      5101    368475   no data   no data
106.12/26.68	c  N st    41    306252       390      1682         0     30614      5101    368475   no data   no data
108.52/27.25	c Decided on static restart strategy
118.89/29.85	c  N st    51    334553       390      1682         0     34900      5101    459581   no data   no data
129.67/32.58	c  N st    53    357420       390      1682         0     32917      5101    422361   no data   no data
129.67/32.58	c  S st    53    357420       390      1682         0     32917      5101    422361   no data   no data
130.07/32.67	c  S st    53    357928       390      1682         0     33424      5101    432595   no data   no data
130.07/32.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
130.07/32.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
130.07/32.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
130.07/32.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
130.07/32.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
130.07/32.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
130.07/32.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
130.07/32.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
130.47/32.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
131.29/32.94	c lits-rem:       109  cl-subs:     1228  v-elim:      0  v-fix:    0  time:  0.25 s
131.29/32.94	c vivif2 --  cl tried     1682 cl shrink        0 lits rem          0 time: 0.00
131.29/32.95	c vivif2 --  cl tried    32196 cl shrink        0 lits rem          0 time: 0.00
131.29/32.97	c asymm  cl-useful: 0/1682/1682 lits-rem:0 time: 0.02
131.29/32.97	c calculated reachability. Time: 0.00
131.29/32.97	c  N st    53    357928       390      1682         0     32196      5101    407841   no data   no data
148.03/37.11	c  N st    54    390321       390      1682         0     38380      5101    520380   no data   no data
176.37/44.25	c  N st    55    438909       390      1682         0     31958      5101    350986   no data   no data
217.07/54.45	c  N st    56    511792       390      1682         0     45448      5101    610121   no data   no data
232.68/58.35	c  N st    57    536892       390      1682         0     39730      5101    476772   no data   no data
232.68/58.35	c  S st    57    536892       390      1682         0     39730      5101    476772   no data   no data
233.04/58.45	c  S st    57    537399       390      1682         0     40233      5101    487102   no data   no data
233.04/58.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
233.04/58.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
233.04/58.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
233.04/58.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
233.04/58.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
233.04/58.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
233.04/58.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
233.04/58.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
233.04/58.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
235.04/58.97	c lits-rem:       234  cl-subs:     2555  v-elim:      0  v-fix:    0  time:  0.48 s
235.04/58.97	c vivif2 --  cl tried     1682 cl shrink        0 lits rem          0 time: 0.00
235.04/58.98	c vivif2 --  cl tried    37678 cl shrink        0 lits rem          0 time: 0.01
235.44/59.00	c asymm  cl-useful: 0/1682/1682 lits-rem:0 time: 0.02
235.44/59.00	c calculated reachability. Time: 0.00
235.44/59.00	c  N st    57    537399       390      1682         0     37678      5101    442411   no data   no data
341.58/85.69	c  N st    58    701383       390      1682         0     66454      5101    963381   no data   no data
412.65/103.47	c  N st    59    806098       390      1682         0     60381      5101    827073   no data   no data
412.65/103.47	c  S st    59    806098       390      1682         0     60381      5101    827073   no data   no data
413.41/103.64	c  S st    59    806599       390      1682         0     60880      5101    837195   no data   no data
413.41/103.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
413.41/103.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
413.41/103.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
413.41/103.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
413.41/103.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
413.41/103.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
413.41/103.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
413.41/103.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
413.81/103.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
421.80/105.73	c lits-rem:       334  cl-subs:     5376  v-elim:      0  v-fix:    0  time:  2.02 s
421.80/105.73	c vivif2 --  cl tried     1682 cl shrink        0 lits rem          0 time: 0.00
421.80/105.74	c vivif2 --  cl tried    55504 cl shrink        0 lits rem          0 time: 0.01
421.80/105.78	c asymm  cl-useful: 0/1682/1682 lits-rem:0 time: 0.04
421.80/105.79	c calculated reachability. Time: 0.00
421.80/105.79	c  N st    59    806599       390      1682         0     55504      5101    737965   no data   no data
608.17/152.48	c  F st    60   1071875       390      1682         0     71625      5101    983325   no data   no data
608.17/152.48	c  N st    60   1071875       390      1682         0     71625      5101    983325   no data   no data
612.96/153.69	c Decided on static restart strategy
633.70/158.81	c  N st    70   1100177       390      1682         0     55636      5101    650789   no data   no data
666.85/167.12	c  N st    72   1136170       390      1682         0     45912      5101    427805   no data   no data
689.57/172.86	c  N st    73   1168562       390      1682         0     77472      5101   1143395   no data   no data
732.69/183.69	c  N st    74   1209898       390      1682         0     72057      5101    975432   no data   no data
732.69/183.69	c  S st    74   1209898       390      1682         0     72057      5101    975432   no data   no data
733.87/183.93	c  S st    74   1210400       390      1682         0     72556      5101    985507   no data   no data
733.87/183.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
733.87/183.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.03
733.87/183.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
733.87/183.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
733.87/183.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
733.87/183.96	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    390 time:  0.00 s
733.87/183.96	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
733.87/183.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
734.27/184.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
740.65/185.60	c lits-rem:       491  cl-subs:     3068  v-elim:      0  v-fix:    0  time:  1.59 s
740.65/185.60	c vivif2 --  cl tried     1682 cl shrink        0 lits rem          0 time: 0.00
740.65/185.61	c vivif2 --  cl tried    69488 cl shrink        0 lits rem          0 time: 0.01
740.65/185.68	c asymm  cl-useful: 0/1682/1682 lits-rem:0 time: 0.06
740.65/185.68	c calculated reachability. Time: 0.00
740.65/185.68	c  N st    74   1210400       390      1682         0     69488      5101    927468   no data   no data
800.52/200.60	c  N st    75   1283284       390      1682         0     93458      5101   1439432   no data   no data
866.36/217.15	c  E st    76   1373482         0      1682         0     84955      5101   1246604   no data   no data
866.36/217.15	c Verified 1682 clauses.
866.36/217.15	c Solution needs extension. Extending.
866.36/217.15	c Verified 1682 clauses.
866.36/217.15	c Following stats are for *FIRST FINISHED THREAD ONLY*
866.36/217.15	c num threads              : 4          
866.36/217.15	c restarts                 : 76         
866.36/217.15	c dynamic restarts         : 0          
866.36/217.15	c static restarts          : 76         
866.36/217.15	c full restarts            : 4          
866.36/217.15	c total simplify time      : 0.00       
866.36/217.15	c learnts DL2              : 0          
866.36/217.15	c learnts size 2           : 0          
866.36/217.15	c learnts size 1           : 0           (0.00      % of vars)
866.36/217.15	c filedLit time            : 0.10        (0.05      % time)
866.36/217.15	c v-elim SatELite          : 10          (2.50      % vars)
866.36/217.15	c SatELite time            : 5.37        (2.47      % time)
866.36/217.15	c v-elim xor               : 0           (0.00      % vars)
866.36/217.15	c xor elim time            : 0.02        (0.01      % time)
866.36/217.15	c num binary xor trees     : 0          
866.36/217.15	c binxor trees' crown      : 0           (nan       leafs/tree)
866.36/217.15	c bin xor find time        : 0.00       
866.36/217.15	c OTF clause improved      : 45283       (0.03      clauses/conflict)
866.36/217.15	c OTF impr. size diff      : 48900       (1.08       lits/clause)
866.36/217.15	c OTF cl watch-shrink      : 394072      (0.29      clauses/conflict)
866.36/217.15	c OTF cl watch-sh-lit      : 518635      (1.32       lits/clause)
866.36/217.15	c tried to recurMin cls    : 140313      (10.22      % of conflicts)
866.36/217.15	c updated cache            : 1860        (0.01       lits/tried recurMin)
866.36/217.15	c unit cls recevied        : 0           (nan       % of units)
866.36/217.15	c unit cls sent            : 0           (nan       % of units)
866.36/217.15	c bin cls recevied         : 0          
866.36/217.15	c bin cls sent             : 0          
866.36/217.15	c clauses over max glue    : 0           (0.00      % of all clauses)
866.36/217.15	c conflicts                : 1373482     (6329.23   / sec)
866.36/217.15	c decisions                : 1605803     (0.56      % random)
866.36/217.15	c bogo-props               : 26901859569 (123968269.68 / sec)
866.36/217.15	c conflict literals        : 28004672    (25.55     % deleted)
866.36/217.15	c Memory used              : 338.09      MB
866.36/217.15	c single-thread CPU time   : 217.01      s
866.36/217.15	c all-threads sum CPU time : 865.97      s
866.36/217.15	s SATISFIABLE
866.36/217.15	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-3366450-1305404474/watcher-3366450-1305404474 -o /tmp/evaluation-result-3366450-1305404474/solver-3366450-1305404474 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366450-1305404474.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.17 7.52 7.14 5/298 20713
/proc/meminfo: memFree=27333264/32951124 swapFree=63649232/67111528
[pid=20713] ppid=20711 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/20713/stat : 20713 (strangenight2-m) R 20711 20713 20027 0 -1 4202496 411 0 0 0 0 0 0 0 25 0 4 0 652045914 52396032 352 33554432000 4194304 4580107 140733373492544 18446744073709551615 47651749287852 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20713/statm: 12792 352 302 95 0 7774 0
[pid=20713/tid=20714] ppid=20711 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20714/stat : 20714 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 4 0 652045914 52396032 352 33554432000 4194304 4580107 140733373492544 18446744073709551615 47651749287449 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20713/tid=20715] ppid=20711 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652045914 52396032 352 33554432000 4194304 4580107 140733373492544 18446744073709551615 47651749287862 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652045914 52396032 352 33554432000 4194304 4580107 140733373492544 18446744073709551615 47651749287449 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.065433 s]
/proc/loadavg: 8.17 7.52 7.14 5/298 20713
/proc/meminfo: memFree=27333264/32951124 swapFree=63649232/67111528
[pid=20713] ppid=20711 vsize=281828 CPUtime=0.23 cores=0,2,4,6
/proc/20713/stat : 20713 (strangenight2-m) R 20711 20713 20027 0 -1 4202496 1348 0 0 0 23 0 0 0 18 0 4 0 652045914 288591872 1244 33554432000 4194304 4580107 140733373492544 18446744073709551615 4295676 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20713/statm: 70457 1245 377 95 0 65439 0
[pid=20713/tid=20714] ppid=20711 vsize=281828 CPUtime=0.06 cores=0,2,4,6
/proc/20713/task/20714/stat : 20714 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 268 0 0 0 6 0 0 0 18 0 4 0 652045914 288591872 1245 33554432000 4194304 4580107 140733373492544 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20713/tid=20715] ppid=20711 vsize=281828 CPUtime=0.05 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 231 0 0 0 5 0 0 0 25 0 4 0 652045914 288591872 1245 33554432000 4194304 4580107 140733373492544 18446744073709551615 4301867 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=281828 CPUtime=0.05 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 191 0 0 0 5 0 0 0 18 0 4 0 652045914 288591872 1245 33554432000 4194304 4580107 140733373492544 18446744073709551615 4316439 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 281828

[startup+0.100426 s]
/proc/loadavg: 8.17 7.52 7.14 5/298 20713
/proc/meminfo: memFree=27333264/32951124 swapFree=63649232/67111528
[pid=20713] ppid=20711 vsize=281976 CPUtime=0.37 cores=0,2,4,6
/proc/20713/stat : 20713 (strangenight2-m) R 20711 20713 20027 0 -1 4202496 1513 0 0 0 37 0 0 0 18 0 4 0 652045914 288743424 1409 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20713/statm: 70494 1409 377 95 0 65476 0
[pid=20713/tid=20714] ppid=20711 vsize=281976 CPUtime=0.09 cores=0,2,4,6
/proc/20713/task/20714/stat : 20714 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 302 0 0 0 9 0 0 0 18 0 4 0 652045914 288743424 1409 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20713/tid=20715] ppid=20711 vsize=281976 CPUtime=0.08 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 266 0 0 0 8 0 0 0 25 0 4 0 652045914 288743424 1409 33554432000 4194304 4580107 140733373492544 18446744073709551615 4318735 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=281976 CPUtime=0.09 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 244 0 0 0 9 0 0 0 18 0 4 0 652045914 288743424 1409 33554432000 4194304 4580107 140733373492544 18446744073709551615 4321921 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 281976

[startup+0.300394 s]
/proc/loadavg: 8.17 7.52 7.14 5/298 20713
/proc/meminfo: memFree=27333264/32951124 swapFree=63649232/67111528
[pid=20713] ppid=20711 vsize=283404 CPUtime=1.17 cores=0,2,4,6
/proc/20713/stat : 20713 (strangenight2-m) R 20711 20713 20027 0 -1 4202496 2504 0 0 0 117 0 0 0 18 0 4 0 652045914 290205696 1914 33554432000 4194304 4580107 140733373492544 18446744073709551615 4322856 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20713/statm: 70851 1914 377 95 0 65833 0
[pid=20713/tid=20714] ppid=20711 vsize=283404 CPUtime=0.29 cores=0,2,4,6
/proc/20713/task/20714/stat : 20714 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 559 0 0 0 29 0 0 0 18 0 4 0 652045914 290205696 1914 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20713/tid=20715] ppid=20711 vsize=283404 CPUtime=0.28 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 512 0 0 0 28 0 0 0 25 0 4 0 652045914 290205696 1914 33554432000 4194304 4580107 140733373492544 18446744073709551615 4293100 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=283404 CPUtime=0.29 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 479 0 0 0 29 0 0 0 18 0 4 0 652045914 290205696 1914 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294955 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283404

[startup+0.700328 s]
/proc/loadavg: 8.17 7.52 7.14 5/298 20713
/proc/meminfo: memFree=27333264/32951124 swapFree=63649232/67111528
[pid=20713] ppid=20711 vsize=284740 CPUtime=2.77 cores=0,2,4,6
/proc/20713/stat : 20713 (strangenight2-m) R 20711 20713 20027 0 -1 4202496 4358 0 0 0 277 0 0 0 18 0 4 0 652045914 291573760 2121 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20713/statm: 71185 2121 377 95 0 66167 0
[pid=20713/tid=20714] ppid=20711 vsize=284740 CPUtime=0.69 cores=0,2,4,6
/proc/20713/task/20714/stat : 20714 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 1036 0 0 0 69 0 0 0 18 0 4 0 652045914 291573760 2121 33554432000 4194304 4580107 140733373492544 18446744073709551615 4293720 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20713/tid=20715] ppid=20711 vsize=284740 CPUtime=0.68 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 976 0 0 0 68 0 0 0 25 0 4 0 652045914 291573760 2121 33554432000 4194304 4580107 140733373492544 18446744073709551615 4293831 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=284740 CPUtime=0.69 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 931 0 0 0 69 0 0 0 18 0 4 0 652045914 291573760 2121 33554432000 4194304 4580107 140733373492544 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284740

[startup+1.5002 s]
/proc/loadavg: 8.17 7.52 7.14 9/302 20717
/proc/meminfo: memFree=27321824/32951124 swapFree=63649232/67111528
[pid=20713] ppid=20711 vsize=285596 CPUtime=5.96 cores=0,2,4,6
/proc/20713/stat : 20713 (strangenight2-m) R 20711 20713 20027 0 -1 4202496 7922 0 0 0 596 0 0 0 20 0 4 0 652045914 292450304 4030 33554432000 4194304 4580107 140733373492544 18446744073709551615 4281650 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20713/statm: 71399 4030 379 95 0 66381 0
[pid=20713/tid=20714] ppid=20711 vsize=285596 CPUtime=1.49 cores=0,2,4,6
/proc/20713/task/20714/stat : 20714 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 1599 0 0 0 149 0 0 0 19 0 4 0 652045914 292450304 4030 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294468 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20713/tid=20715] ppid=20711 vsize=285596 CPUtime=1.47 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 1540 0 0 0 147 0 0 0 25 0 4 0 652045914 292450304 4030 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294692 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=285596 CPUtime=1.49 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 1667 0 0 0 149 0 0 0 20 0 4 0 652045914 292450304 4030 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285596

[startup+3.10093 s]
/proc/loadavg: 8.17 7.52 7.14 9/302 20717
/proc/meminfo: memFree=27303844/32951124 swapFree=63649232/67111528
[pid=20713] ppid=20711 vsize=292396 CPUtime=12.35 cores=0,2,4,6
/proc/20713/stat : 20713 (strangenight2-m) R 20711 20713 20027 0 -1 4202496 16344 0 0 0 1233 2 0 0 25 0 4 0 652045914 299413504 8030 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294692 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20713/statm: 73099 8030 379 95 0 68081 0
[pid=20713/tid=20714] ppid=20711 vsize=292396 CPUtime=3.09 cores=0,2,4,6
/proc/20713/task/20714/stat : 20714 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 3610 0 0 0 309 0 0 0 25 0 4 0 652045914 299413504 8030 33554432000 4194304 4580107 140733373492544 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20713/tid=20715] ppid=20711 vsize=292396 CPUtime=3.06 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 4387 0 0 0 306 0 0 0 25 0 4 0 652045914 299413504 8030 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294960 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=292396 CPUtime=3.08 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 4008 0 0 0 308 0 0 0 25 0 4 0 652045914 299413504 8030 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 292396

[startup+6.30039 s]
/proc/loadavg: 8.16 7.52 7.14 9/302 20717
/proc/meminfo: memFree=27282024/32951124 swapFree=63649232/67111528
[pid=20713] ppid=20711 vsize=284056 CPUtime=25.12 cores=0,2,4,6
/proc/20713/stat : 20713 (strangenight2-m) R 20711 20713 20027 0 -1 4202496 25305 0 0 0 2508 4 0 0 25 0 4 0 652045914 290873344 10783 33554432000 4194304 4580107 140733373492544 18446744073709551615 4318673 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20713/statm: 71014 10783 379 95 0 65996 0
[pid=20713/tid=20714] ppid=20711 vsize=284056 CPUtime=6.29 cores=0,2,4,6
/proc/20713/task/20714/stat : 20714 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 6482 0 0 0 628 1 0 0 25 0 4 0 652045914 290873344 10783 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20713/tid=20715] ppid=20711 vsize=284056 CPUtime=6.23 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 7005 0 0 0 622 1 0 0 25 0 4 0 652045914 290873344 10783 33554432000 4194304 4580107 140733373492544 18446744073709551615 4293134 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=284056 CPUtime=6.28 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 5514 0 0 0 628 0 0 0 25 0 4 0 652045914 290873344 10783 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 284056

[startup+12.7003 s]
/proc/loadavg: 8.15 7.53 7.15 9/302 20717
/proc/meminfo: memFree=27267584/32951124 swapFree=63649232/67111528
[pid=20713] ppid=20711 vsize=301120 CPUtime=50.66 cores=0,2,4,6
/proc/20713/stat : 20713 (strangenight2-m) R 20711 20713 20027 0 -1 4202496 40055 0 0 0 5059 7 0 0 25 0 4 0 652045914 308346880 16212 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294436 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20713/statm: 75280 16212 379 95 0 70262 0
[pid=20713/tid=20714] ppid=20711 vsize=301120 CPUtime=12.68 cores=0,2,4,6
/proc/20713/task/20714/stat : 20714 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 9584 0 0 0 1267 1 0 0 25 0 4 0 652045914 308346880 16212 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20713/tid=20715] ppid=20711 vsize=301120 CPUtime=12.57 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 9802 0 0 0 1255 2 0 0 25 0 4 0 652045914 308346880 16212 33554432000 4194304 4580107 140733373492544 18446744073709551615 4293151 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=301120 CPUtime=12.69 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 9610 0 0 0 1268 1 0 0 25 0 4 0 652045914 308346880 16212 33554432000 4194304 4580107 140733373492544 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 301120

[startup+25.5002 s]
/proc/loadavg: 8.11 7.55 7.16 9/302 20718
/proc/meminfo: memFree=27254424/32951124 swapFree=63649232/67111528
[pid=20713] ppid=20711 vsize=303816 CPUtime=101.73 cores=0,2,4,6
/proc/20713/stat : 20713 (strangenight2-m) R 20711 20713 20027 0 -1 4202496 60769 0 0 0 10161 12 0 0 25 0 4 0 652045914 311107584 21634 33554432000 4194304 4580107 140733373492544 18446744073709551615 4321131 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20713/statm: 75954 21634 379 95 0 70936 0
[pid=20713/tid=20714] ppid=20711 vsize=303816 CPUtime=25.48 cores=0,2,4,6
/proc/20713/task/20714/stat : 20714 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 14885 0 0 0 2546 2 0 0 25 0 4 0 652045914 311107584 21634 33554432000 4194304 4580107 140733373492544 18446744073709551615 4293680 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20713/tid=20715] ppid=20711 vsize=303816 CPUtime=25.25 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 15462 0 0 0 2522 3 0 0 25 0 4 0 652045914 311107584 21634 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=303816 CPUtime=25.48 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 14353 0 0 0 2546 2 0 0 25 0 4 0 652045914 311107584 21634 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.73
Current children cumulated vsize (KiB) 303816

[startup+51.1009 s]
/proc/loadavg: 8.07 7.59 7.18 9/302 20718
/proc/meminfo: memFree=27262740/32951124 swapFree=63649232/67111528
[pid=20713] ppid=20711 vsize=306004 CPUtime=203.9 cores=0,2,4,6
/proc/20713/stat : 20713 (strangenight2-m) R 20711 20713 20027 0 -1 4202496 90229 0 0 0 20370 20 0 0 25 0 4 0 652045914 313348096 25362 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294952 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20713/statm: 76501 25362 379 95 0 71483 0
[pid=20713/tid=20714] ppid=20711 vsize=306004 CPUtime=51.08 cores=0,2,4,6
/proc/20713/task/20714/stat : 20714 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 23822 0 0 0 5104 4 0 0 25 0 4 0 652045914 313348096 25362 33554432000 4194304 4580107 140733373492544 18446744073709551615 4322678 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20713/tid=20715] ppid=20711 vsize=306004 CPUtime=50.62 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 23600 0 0 0 5057 5 0 0 25 0 4 0 652045914 313348096 25362 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294380 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=306004 CPUtime=51.08 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 21002 0 0 0 5104 4 0 0 25 0 4 0 652045914 313348096 25362 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 203.9
Current children cumulated vsize (KiB) 306004

[startup+102.311 s]
/proc/loadavg: 8.07 7.66 7.23 9/302 20720
/proc/meminfo: memFree=27218580/32951124 swapFree=63649232/67111528
[pid=20713] ppid=20711 vsize=318488 CPUtime=408.27 cores=0,2,4,6
/proc/20713/stat : 20713 (strangenight2-m) R 20711 20713 20027 0 -1 4202496 139076 0 0 0 40793 34 0 0 25 0 4 0 652045914 326131712 30398 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20713/statm: 79622 30398 379 95 0 74604 0
[pid=20713/tid=20714] ppid=20711 vsize=318488 CPUtime=102.29 cores=0,2,4,6
/proc/20713/task/20714/stat : 20714 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 37778 0 0 0 10221 8 0 0 25 0 4 0 652045914 326131712 30398 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20713/tid=20715] ppid=20711 vsize=318488 CPUtime=101.35 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 35026 0 0 0 10127 8 0 0 25 0 4 0 652045914 326131712 30398 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294585 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=318488 CPUtime=102.28 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 34283 0 0 0 10220 8 0 0 25 0 4 0 652045914 326131712 30398 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.27
Current children cumulated vsize (KiB) 318488

[startup+162.3 s]
/proc/loadavg: 8.06 7.74 7.28 9/302 20721
/proc/meminfo: memFree=27162876/32951124 swapFree=63649232/67111528
[pid=20713] ppid=20711 vsize=329228 CPUtime=647.67 cores=0,2,4,6
/proc/20713/stat : 20713 (strangenight2-m) R 20711 20713 20027 0 -1 4202496 183136 0 0 0 64720 47 0 0 25 0 4 0 652045914 337129472 38214 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20713/statm: 82307 38214 379 95 0 77289 0
[pid=20713/tid=20714] ppid=20711 vsize=329228 CPUtime=162.29 cores=0,2,4,6
/proc/20713/task/20714/stat : 20714 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 48893 0 0 0 16218 11 0 0 25 0 4 0 652045914 337129472 38214 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20713/tid=20715] ppid=20711 vsize=329228 CPUtime=160.8 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 47008 0 0 0 16068 12 0 0 25 0 4 0 652045914 337129472 38214 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294345 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=329228 CPUtime=162.26 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 44973 0 0 0 16215 11 0 0 25 0 4 0 652045914 337129472 38214 33554432000 4194304 4580107 140733373492544 18446744073709551615 4293720 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 647.67
Current children cumulated vsize (KiB) 329228

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

[startup+179.101 s]
/proc/loadavg: 8.11 7.77 7.30 9/302 20722
/proc/meminfo: memFree=27120592/32951124 swapFree=63649232/67111528
[pid=20713] ppid=20711 vsize=338492 CPUtime=714.71 cores=0,2,4,6
/proc/20713/stat : 20713 (strangenight2-m) R 20711 20713 20027 0 -1 4202496 199885 0 0 0 71420 51 0 0 25 0 4 0 652045914 346615808 45199 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294507 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20713/statm: 84623 45199 379 95 0 79605 0
[pid=20713/tid=20714] ppid=20711 vsize=338492 CPUtime=179.09 cores=0,2,4,6
/proc/20713/task/20714/stat : 20714 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 54946 0 0 0 17897 12 0 0 25 0 4 0 652045914 346615808 45199 33554432000 4194304 4580107 140733373492544 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20713/tid=20715] ppid=20711 vsize=338492 CPUtime=177.46 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 49818 0 0 0 17732 14 0 0 25 0 4 0 652045914 346615808 45199 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=338492 CPUtime=179.05 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 50057 0 0 0 17893 12 0 0 25 0 4 0 652045914 346615808 45199 33554432000 4194304 4580107 140733373492544 18446744073709551615 4406451 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 714.71
Current children cumulated vsize (KiB) 338492

[startup+191.9 s]
/proc/loadavg: 8.09 7.78 7.31 9/302 20722
/proc/meminfo: memFree=27111536/32951124 swapFree=63649232/67111528
[pid=20713] ppid=20711 vsize=335076 CPUtime=765.79 cores=0,2,4,6
/proc/20713/stat : 20713 (strangenight2-m) R 20711 20713 20027 0 -1 4202496 207547 0 0 0 76525 54 0 0 25 0 4 0 652045914 343117824 44497 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294347 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20713/statm: 83769 44497 379 95 0 78751 0
[pid=20713/tid=20714] ppid=20711 vsize=335076 CPUtime=191.89 cores=0,2,4,6
/proc/20713/task/20714/stat : 20714 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 56891 0 0 0 19176 13 0 0 25 0 4 0 652045914 343117824 44497 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20713/tid=20715] ppid=20711 vsize=335076 CPUtime=190.13 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 51915 0 0 0 18999 14 0 0 25 0 4 0 652045914 343117824 44497 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294974 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=335076 CPUtime=191.86 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 50853 0 0 0 19173 13 0 0 25 0 4 0 652045914 343117824 44497 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294963 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 765.79
Current children cumulated vsize (KiB) 335076

[startup+204.7 s]
/proc/loadavg: 8.07 7.79 7.32 9/302 20722
/proc/meminfo: memFree=27090704/32951124 swapFree=63649232/67111528
[pid=20713] ppid=20711 vsize=335140 CPUtime=816.87 cores=0,2,4,6
/proc/20713/stat : 20713 (strangenight2-m) R 20711 20713 20027 0 -1 4202496 215637 0 0 0 81630 57 0 0 25 0 4 0 652045914 343183360 47450 33554432000 4194304 4580107 140733373492544 18446744073709551615 4318699 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20713/statm: 83785 47450 379 95 0 78767 0
[pid=20713/tid=20714] ppid=20711 vsize=335140 CPUtime=204.69 cores=0,2,4,6
/proc/20713/task/20714/stat : 20714 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 58926 0 0 0 20455 14 0 0 25 0 4 0 652045914 343183360 47450 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20713/tid=20715] ppid=20711 vsize=335140 CPUtime=202.81 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 53731 0 0 0 20266 15 0 0 25 0 4 0 652045914 343183360 47450 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294396 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=335140 CPUtime=204.65 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 52860 0 0 0 20452 13 0 0 25 0 4 0 652045914 343183360 47450 33554432000 4194304 4580107 140733373492544 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 816.87
Current children cumulated vsize (KiB) 335140

[startup+211.101 s]
/proc/loadavg: 8.06 7.79 7.32 9/302 20722
/proc/meminfo: memFree=27082636/32951124 swapFree=63649232/67111528
[pid=20713] ppid=20711 vsize=346164 CPUtime=842.44 cores=0,2,4,6
/proc/20713/stat : 20713 (strangenight2-m) R 20711 20713 20027 0 -1 4202496 220960 0 0 0 84185 59 0 0 25 0 4 0 652045914 354471936 49209 33554432000 4194304 4580107 140733373492544 18446744073709551615 4489516 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20713/statm: 86541 49209 379 95 0 81523 0
[pid=20713/tid=20714] ppid=20711 vsize=346164 CPUtime=211.1 cores=0,2,4,6
/proc/20713/task/20714/stat : 20714 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 60345 0 0 0 21095 15 0 0 25 0 4 0 652045914 354471936 49210 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20713/tid=20715] ppid=20711 vsize=346164 CPUtime=209.16 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 54977 0 0 0 20901 15 0 0 25 0 4 0 652045914 354471936 49210 33554432000 4194304 4580107 140733373492544 18446744073709551615 4293229 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=346164 CPUtime=211.05 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 54225 0 0 0 21092 13 0 0 25 0 4 0 652045914 354471936 49210 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294386 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 842.44
Current children cumulated vsize (KiB) 346164

[startup+214.301 s]
/proc/loadavg: 8.06 7.79 7.32 9/302 20722
/proc/meminfo: memFree=27074824/32951124 swapFree=63649232/67111528
[pid=20713] ppid=20711 vsize=346164 CPUtime=855.19 cores=0,2,4,6
/proc/20713/stat : 20713 (strangenight2-m) R 20711 20713 20027 0 -1 4202496 222452 0 0 0 85459 60 0 0 25 0 4 0 652045914 354471936 50701 33554432000 4194304 4580107 140733373492544 18446744073709551615 4295727 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20713/statm: 86541 50701 379 95 0 81523 0
[pid=20713/tid=20714] ppid=20711 vsize=346164 CPUtime=214.28 cores=0,2,4,6
/proc/20713/task/20714/stat : 20714 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 60665 0 0 0 21413 15 0 0 25 0 4 0 652045914 354471936 50701 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20713/tid=20715] ppid=20711 vsize=346164 CPUtime=212.33 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 55316 0 0 0 21218 15 0 0 25 0 4 0 652045914 354471936 50701 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=346164 CPUtime=214.24 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 54553 0 0 0 21411 13 0 0 25 0 4 0 652045914 354471936 50701 33554432000 4194304 4580107 140733373492544 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 855.19
Current children cumulated vsize (KiB) 346164

[startup+215.9 s]
/proc/loadavg: 8.06 7.79 7.32 9/302 20722
/proc/meminfo: memFree=27063912/32951124 swapFree=63649232/67111528
[pid=20713] ppid=20711 vsize=346204 CPUtime=861.56 cores=0,2,4,6
/proc/20713/stat : 20713 (strangenight2-m) R 20711 20713 20027 0 -1 4202496 223600 0 0 0 86096 60 0 0 25 0 4 0 652045914 354512896 50085 33554432000 4194304 4580107 140733373492544 18446744073709551615 4293090 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20713/statm: 86551 50085 379 95 0 81533 0
[pid=20713/tid=20714] ppid=20711 vsize=346204 CPUtime=215.89 cores=0,2,4,6
/proc/20713/task/20714/stat : 20714 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 61385 0 0 0 21573 16 0 0 25 0 4 0 652045914 354512896 50085 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20713/tid=20715] ppid=20711 vsize=346204 CPUtime=213.91 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 55443 0 0 0 21376 15 0 0 25 0 4 0 652045914 354512896 50085 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=346204 CPUtime=215.85 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 54664 0 0 0 21571 14 0 0 25 0 4 0 652045914 354512896 50085 33554432000 4194304 4580107 140733373492544 18446744073709551615 4295679 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 861.56
Current children cumulated vsize (KiB) 346204

[startup+216.711 s]
/proc/loadavg: 8.06 7.79 7.32 9/302 20722
/proc/meminfo: memFree=27075692/32951124 swapFree=63649232/67111528
[pid=20713] ppid=20711 vsize=346204 CPUtime=864.8 cores=0,2,4,6
/proc/20713/stat : 20713 (strangenight2-m) R 20711 20713 20027 0 -1 4202496 223904 0 0 0 86420 60 0 0 25 0 4 0 652045914 354512896 50389 33554432000 4194304 4580107 140733373492544 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20713/statm: 86551 50389 379 95 0 81533 0
[pid=20713/tid=20714] ppid=20711 vsize=346204 CPUtime=216.7 cores=0,2,4,6
/proc/20713/task/20714/stat : 20714 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 61519 0 0 0 21654 16 0 0 25 0 4 0 652045914 354512896 50389 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294440 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20713/tid=20715] ppid=20711 vsize=346204 CPUtime=214.71 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 55514 0 0 0 21456 15 0 0 25 0 4 0 652045914 354512896 50389 33554432000 4194304 4580107 140733373492544 18446744073709551615 4293691 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=346204 CPUtime=216.66 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 54664 0 0 0 21652 14 0 0 25 0 4 0 652045914 354512896 50389 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294535 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 864.8
Current children cumulated vsize (KiB) 346204

[startup+217.1 s]
/proc/loadavg: 8.06 7.79 7.32 9/302 20722
/proc/meminfo: memFree=27075692/32951124 swapFree=63649232/67111528
[pid=20713] ppid=20711 vsize=346204 CPUtime=866.36 cores=0,2,4,6
/proc/20713/stat : 20713 (strangenight2-m) R 20711 20713 20027 0 -1 4202496 224044 0 0 0 86575 61 0 0 25 0 4 0 652045914 354512896 50529 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/20713/statm: 86551 50529 379 95 0 81533 0
[pid=20713/tid=20714] ppid=20711 vsize=346204 CPUtime=217.09 cores=0,2,4,6
/proc/20713/task/20714/stat : 20714 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 61577 0 0 0 21693 16 0 0 25 0 4 0 652045914 354512896 50529 33554432000 4194304 4580107 140733373492544 18446744073709551615 4294555 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20713/tid=20715] ppid=20711 vsize=346204 CPUtime=215.1 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 55545 0 0 0 21495 15 0 0 25 0 4 0 652045914 354512896 50529 33554432000 4194304 4580107 140733373492544 18446744073709551615 4295698 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=346204 CPUtime=217.05 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (strangenight2-m) R 20711 20713 20027 0 -1 4202560 54664 0 0 0 21691 14 0 0 25 0 4 0 652045914 354512896 50529 33554432000 4194304 4580107 140733373492544 18446744073709551615 4293904 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 866.36
Current children cumulated vsize (KiB) 346204

Child status: 10
Real time (s): 217.165
CPU time (s): 866.591
CPU user time (s): 865.97
CPU system time (s): 0.620905
CPU usage (%): 399.047
Max. virtual memory (cumulated for all children) (KiB): 346204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 865.97
system time used= 0.620905
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 224072
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= 280
involuntary context switches= 4102

runsolver used 0.551916 second user time and 1.43878 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-14 22:21:14
IDJOB=3366450
IDBENCH=82859
IDSOLVER=1844
FILE ID=node130/3366450-1305404474
RUNJOBID= node130-1305403954-20646
PBS_JOBID= 13324461
Free space on /tmp= 73424 MiB

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

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

MD5SUM BENCH= cd0b1f588aad9c4aef9bf4b7912f7c0d
RANDOM SEED=1289592344

node130.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.838
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.67
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.838
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.838
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.838
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.81
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.838
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.75
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.838
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27333420 kB
Buffers:        257020 kB
Cached:        3594360 kB
SwapCached:      10248 kB
Active:        1586296 kB
Inactive:      3761024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27333420 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:            5448 kB
Writeback:           0 kB
AnonPages:     1493816 kB
Mapped:          13784 kB
Slab:           182628 kB
PageTables:      26008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51993792 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= 73416 MiB
End job on node130 at 2011-05-14 22:24:51