Trace number 3175313

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mtSAT 2315.13 580.231

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v350-c1491-S1507171828-044.SATISFIABLE.cnf
MD5SUM3fdc728117bf5d54c14944ad1e6b0800
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.035994
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of clauses1491
Sum of the clauses size4473
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 31491
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 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175313-1304112143.cnf'
0.00/0.00	c -- header says num vars:            350
0.00/0.00	c -- header says num clauses:        1491
0.00/0.00	c -- clauses added:            0 learnts,         1491 normals,            0 xors
0.00/0.00	c -- vars added        350
0.00/0.00	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       350      1491         0         0      4473         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1491/1491 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 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:    350 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.05	c lits-rem:         0  cl-subs:        0  v-elim:     11  v-fix:    0  time:  0.00 s
0.00/0.05	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.05	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.05	c calculated reachability. Time: 0.00
0.00/0.05	c Calc default polars -  time:   0.00 s pos:     156 undec:      29 neg:     165
0.00/0.05	c =========================================================================================
0.00/0.05	c types(t): F = full restart, N = normal restart
0.00/0.05	c types(t): S = simplification begin/end, E = solution found
0.00/0.05	c restart types(rt): st = static, dy = dynamic
0.00/0.05	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.05	c  B st     0         0       339      1473         0         0      4481         0   no data   no data  --
0.00/0.05	c Decided on static restart strategy
0.52/0.14	c  N st     8      4912       339      1473         0      4776      4481     85058   no data   no data  --
0.52/0.66	c  N st    10     11295       339      1473         0      4422      4481     56821   no data   no data  --
0.52/0.66	c  N st    11     17038       339      1473         0      9964      4481    146864   no data   no data  --
3.57/0.95	c  F st    12     25000       339      1473         0     12237      4481    191189   no data   no data  --
3.57/0.95	c  N st    12     25000       339      1473         0     12237      4481    191189   no data   no data  --
4.77/1.25	c Decided on static restart strategy
4.77/1.25	c  N st    18     30000       339      1473         0     10577      4481    153139   no data   no data  --
4.77/1.25	c  S st    18     30000       339      1473         0     10577      4481    153139   no data   no data  --
4.77/1.25	c  S st    18     30503       339      1473         0     11080      4481    162097   no data   no data  --
4.77/1.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.77/1.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.77/1.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
4.77/1.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.77/1.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
4.77/1.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.17/1.33	c lits-rem:       192  cl-subs:      959  v-elim:      0  v-fix:    0  time:  0.55 s
5.17/1.34	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.03
5.17/1.34	c calculated reachability. Time: 0.00
5.17/1.34	c  N st    18     30503       339      1473         0     10121      4481    146453   no data   no data  --
6.78/1.71	c  N st    20     37614       339      1473         0      9361      4481    115744   no data   no data  --
7.96/2.07	c  N st    21     44013       339      1473         0     15526      4481    223850   no data   no data  --
8.37/2.18	c  S st    22     45755       339      1473         0     17206      4481    253036   no data   no data  --
8.77/2.23	c  S st    22     46256       339      1473         0      9067      4481    102315   no data   no data  --
8.77/2.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.77/2.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.77/2.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
8.77/2.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.77/2.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.77/2.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
8.77/2.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.77/2.28	c lits-rem:        21  cl-subs:      368  v-elim:      0  v-fix:    0  time:  0.18 s
8.77/2.28	c vivif2 --  cl tried     1473 cl shrink        0 lits rem          0 time: 0.00
8.77/2.28	c vivif2 --  cl tried     8699 cl shrink        0 lits rem          0 time: 0.00
8.77/2.29	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.02
8.77/2.29	c calculated reachability. Time: 0.00
8.77/2.29	c  N st    22     46256       339      1473         0      8699      4481     97306   no data   no data  --
12.36/3.13	c  N st    23     60656       339      1473         0     12938      4481    159978   no data   no data  --
14.76/3.73	c  N st    24     69384       339      1473         0     10780      4481    119098   no data   no data  --
14.76/3.73	c  S st    24     69384       339      1473         0     10780      4481    119098   no data   no data  --
14.76/3.76	c  S st    24     69889       339      1473         0     11280      4481    128046   no data   no data  --
14.76/3.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.76/3.76	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
14.76/3.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
14.76/3.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.76/3.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.76/3.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
14.76/3.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.18/3.87	c lits-rem:        64  cl-subs:      276  v-elim:      0  v-fix:    0  time:  0.41 s
15.18/3.87	c vivif2 --  cl tried     1473 cl shrink        0 lits rem          0 time: 0.00
15.18/3.87	c vivif2 --  cl tried    11004 cl shrink        0 lits rem          0 time: 0.00
15.18/3.88	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.03
15.18/3.88	c calculated reachability. Time: 0.00
15.18/3.88	c  N st    24     69889       339      1473         0     11004      4481    124067   no data   no data  --
19.97/5.00	c  F st    25     87503       339      1473         0     16348      4481    209870   no data   no data  --
19.97/5.01	c  N st    25     87503       339      1473         0     16348      4481    209870   no data   no data  --
21.14/5.38	c Decided on static restart strategy
22.34/5.60	c  N st    32     95538       339      1473         0     24115      4481    344774   no data   no data  --
24.74/6.23	c  N st    34    104835       339      1473         0     20542      4481    267754   no data   no data  --
24.74/6.23	c  S st    34    104835       339      1473         0     20542      4481    267754   no data   no data  --
24.74/6.28	c  S st    34    105340       339      1473         0     21044      4481    276899   no data   no data  --
24.74/6.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.74/6.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.74/6.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
25.14/6.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
25.14/6.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
25.14/6.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
25.14/6.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
27.14/6.87	c lits-rem:       286  cl-subs:     1990  v-elim:      0  v-fix:    0  time:  2.29 s
27.14/6.87	c vivif2 --  cl tried     1473 cl shrink        0 lits rem          0 time: 0.00
27.14/6.87	c vivif2 --  cl tried    19054 cl shrink        0 lits rem          0 time: 0.01
27.14/6.89	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.05
27.14/6.89	c calculated reachability. Time: 0.00
27.14/6.89	c  N st    34    105340       339      1473         0     19054      4481    245691   no data   no data  --
30.34/7.67	c  N st    35    114940       339      1473         0     14853      4481    158898   no data   no data  --
35.13/8.82	c  N st    36    129337       339      1473         0     28737      4481    417901   no data   no data  --
41.54/10.46	c  N st    37    150933       339      1473         0     19781      4481    234732   no data   no data  --
43.92/11.01	c  S st    38    158011       339      1473         0     26567      4481    361938   no data   no data  --
43.92/11.08	c  S st    38    158514       339      1473         0     27070      4481    370961   no data   no data  --
43.92/11.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
43.92/11.08	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
43.92/11.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
44.32/11.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
44.32/11.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
44.32/11.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
44.32/11.10	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.72/12.23	c lits-rem:       702  cl-subs:     2376  v-elim:      0  v-fix:    0  time:  4.53 s
48.72/12.23	c vivif2 --  cl tried     1473 cl shrink        0 lits rem          0 time: 0.00
48.72/12.24	c vivif2 --  cl tried    24694 cl shrink        0 lits rem          0 time: 0.01
48.72/12.26	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.07
48.72/12.26	c calculated reachability. Time: 0.00
48.72/12.26	c  N st    38    158514       339      1473         0     24694      4481    326546   no data   no data  --
65.50/16.49	c  N st    39    207104       339      1473         0     19355      4481    197144   no data   no data  --
75.88/19.07	c  N st    40    237771       339      1473         0     29548      4481    359603   no data   no data  --
75.88/19.07	c  S st    40    237771       339      1473         0     29548      4481    359603   no data   no data  --
76.28/19.16	c  S st    40    238274       339      1473         0     30048      4481    369156   no data   no data  --
76.28/19.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
76.28/19.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
76.28/19.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
76.28/19.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
76.28/19.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.28/19.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
76.28/19.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
81.10/20.36	c lits-rem:       960  cl-subs:     2951  v-elim:      0  v-fix:    0  time:  4.68 s
81.10/20.36	c vivif2 --  cl tried     1473 cl shrink        0 lits rem          0 time: 0.00
81.10/20.36	c vivif2 --  cl tried    27097 cl shrink        0 lits rem          0 time: 0.01
81.10/20.38	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.08
81.10/20.38	c calculated reachability. Time: 0.00
81.10/20.38	c  N st    40    238274       339      1473         0     27097      4481    324631   no data   no data  --
107.05/26.85	c  F st    41    306251       339      1473         0     28956      4481    319476   no data   no data  --
107.05/26.85	c  N st    41    306251       339      1473         0     28956      4481    319476   no data   no data  --
109.44/27.41	c Decided on static restart strategy
118.23/29.66	c  N st    51    334554       339      1473         0     33282      4481    400419   no data   no data  --
127.42/31.91	c  N st    53    357412       339      1473         0     31370      4481    355572   no data   no data  --
127.42/31.91	c  S st    53    357412       339      1473         0     31370      4481    355572   no data   no data  --
127.42/31.98	c  S st    53    357916       339      1473         0     31872      4481    364942   no data   no data  --
127.42/31.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
127.42/31.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
127.42/31.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
127.82/32.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
127.82/32.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
127.82/32.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
127.82/32.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
131.81/33.09	c lits-rem:       451  cl-subs:     1814  v-elim:      0  v-fix:    0  time:  4.32 s
131.81/33.09	c vivif2 --  cl tried     1473 cl shrink        0 lits rem          0 time: 0.00
131.81/33.09	c vivif2 --  cl tried    30058 cl shrink        0 lits rem          0 time: 0.02
132.21/33.11	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.09
132.21/33.11	c calculated reachability. Time: 0.00
132.21/33.11	c  N st    53    357916       339      1473         0     30058      4481    334044   no data   no data  --
145.40/36.44	c  N st    54    390308       339      1473         0     36200      4481    418994   no data   no data  --
169.78/42.59	c  N st    55    438896       339      1473         0     30037      4481    300922   no data   no data  --
202.93/50.84	c  N st    56    511778       339      1473         0     43090      4481    496080   no data   no data  --
214.92/53.83	c  N st    57    536876       339      1473         0     37444      4481    395001   no data   no data  --
214.92/53.83	c  S st    57    536876       339      1473         0     37444      4481    395001   no data   no data  --
215.32/53.92	c  S st    57    537379       339      1473         0     37947      4481    404904   no data   no data  --
215.32/53.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
215.32/53.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
215.32/53.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
215.32/53.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
215.32/53.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
215.32/53.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
215.32/53.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
220.51/55.22	c lits-rem:       687  cl-subs:     2356  v-elim:      0  v-fix:    0  time:  5.09 s
220.51/55.22	c vivif2 --  cl tried     1473 cl shrink        0 lits rem          0 time: 0.00
220.51/55.23	c vivif2 --  cl tried    35591 cl shrink        0 lits rem          0 time: 0.02
220.51/55.25	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.11
220.51/55.26	c calculated reachability. Time: 0.00
220.51/55.26	c  N st    57    537379       339      1473         0     35591      4481    368515   no data   no data  --
307.60/77.05	c  N st    58    701365       339      1473         0     64296      4481    823032   no data   no data  --
372.71/93.37	c  N st    59    806069       339      1473         0     58300      4481    668317   no data   no data  --
372.71/93.37	c  S st    59    806069       339      1473         0     58300      4481    668317   no data   no data  --
373.51/93.53	c  S st    59    806574       339      1473         0     58804      4481    678595   no data   no data  --
373.51/93.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
373.51/93.53	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
373.51/93.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.08
373.51/93.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
373.51/93.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
373.51/93.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
373.51/93.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
385.10/96.45	c lits-rem:      1947  cl-subs:     8796  v-elim:      0  v-fix:    0  time: 11.49 s
385.10/96.45	c vivif2 --  cl tried     1473 cl shrink        0 lits rem          0 time: 0.00
385.10/96.46	c vivif2 --  cl tried    50008 cl shrink        0 lits rem          0 time: 0.03
385.50/96.51	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.19
385.50/96.51	c calculated reachability. Time: 0.00
385.50/96.51	c  N st    59    806574       339      1473         0     50008      4481    554891   no data   no data  --
549.30/137.57	c  F st    60   1071877       339      1473         0     65739      4481    746359   no data   no data  --
549.30/137.57	c  N st    60   1071877       339      1473         0     65739      4481    746359   no data   no data  --
553.69/138.69	c Decided on static restart strategy
570.87/142.93	c  N st    70   1100184       339      1473         0     49937      4481    484112   no data   no data  --
594.84/148.94	c  N st    72   1136177       339      1473         0     84267      4481   1072351   no data   no data  --
617.63/154.69	c  N st    73   1168571       339      1473         0     71209      4481    833701   no data   no data  --
647.99/162.25	c  N st    74   1209862       339      1473         0     65763      4481    745216   no data   no data  --
647.99/162.25	c  S st    74   1209862       339      1473         0     65763      4481    745216   no data   no data  --
648.77/162.44	c  S st    74   1210363       339      1473         0     66262      4481    754765   no data   no data  --
648.77/162.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
648.77/162.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
648.77/162.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.10
648.77/162.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
648.77/162.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
648.77/162.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
648.77/162.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
661.96/165.79	c lits-rem:      2311  cl-subs:     8670  v-elim:      0  v-fix:    0  time: 13.16 s
661.96/165.79	c vivif2 --  cl tried     1473 cl shrink        0 lits rem          0 time: 0.00
662.36/165.80	c vivif2 --  cl tried    57592 cl shrink        0 lits rem          0 time: 0.03
662.36/165.85	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.22
662.36/165.86	c calculated reachability. Time: 0.00
662.36/165.86	c  N st    74   1210363       339      1473         0     57592      4481    618799   no data   no data  --
720.28/180.32	c  N st    75   1283247       339      1473         0     81362      4481    967405   no data   no data  --
797.82/199.72	c  N st    76   1392570       339      1473         0     91599      4481   1158730   no data   no data  --
927.24/232.11	c  N st    77   1556554       339      1473         0     98857      4481   1243139   no data   no data  --
1050.30/262.98	c  N st    78   1710364       339      1473         0     88047      4481   1008860   no data   no data  --
1050.30/262.98	c  S st    78   1710364       339      1473         0     88047      4481   1008860   no data   no data  --
1051.50/263.28	c  S st    78   1710867       339      1473         0     88546      4481   1018218   no data   no data  --
1051.50/263.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1051.50/263.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1051.90/263.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
1051.90/263.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1051.90/263.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1051.90/263.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
1051.90/263.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1073.87/268.89	c lits-rem:       506  cl-subs:    14343  v-elim:      0  v-fix:    0  time: 22.09 s
1073.87/268.89	c vivif2 --  cl tried     1473 cl shrink        0 lits rem          0 time: 0.00
1074.28/268.90	c vivif2 --  cl tried    74203 cl shrink        0 lits rem          0 time: 0.04
1074.28/268.99	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.35
1074.28/268.99	c calculated reachability. Time: 0.00
1074.28/268.99	c  N st    78   1710867       339      1473         0     74203      4481    822615   no data   no data  --
1374.29/344.07	c  N st    79   2079831       339      1473         0     87072      4481   1013236   no data   no data  --
1491.35/373.36	c  N st    80   2210870       339      1473         0     90930      4481   1054757   no data   no data  --
1491.35/373.36	c  S st    80   2210870       339      1473         0     90930      4481   1054757   no data   no data  --
1492.95/373.71	c  S st    80   2211371       339      1473         0     91430      4481   1064792   no data   no data  --
1492.95/373.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1492.95/373.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1492.95/373.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.15
1492.95/373.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1492.95/373.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1492.95/373.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    339 time:  0.00 s
1492.95/373.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1512.12/378.58	c lits-rem:       955  cl-subs:     8877  v-elim:      0  v-fix:    0  time: 19.14 s
1512.12/378.58	c vivif2 --  cl tried     1473 cl shrink        0 lits rem          0 time: 0.00
1512.12/378.59	c vivif2 --  cl tried    82553 cl shrink        0 lits rem          0 time: 0.05
1512.52/378.69	c asymm  cl-useful: 0/1473/1473 lits-rem:0 time: 0.39
1512.52/378.69	c calculated reachability. Time: 0.00
1512.52/378.69	c  N st    80   2211371       339      1473         0     82553      4481    929358   no data   no data  --
2003.51/501.51	c  N st    81   2711371       339      1473         0    105662      4481   1240714   no data   no data  --
2003.51/501.51	c  S st    81   2711371       339      1473         0    105662      4481   1240714   no data   no data  --
2003.91/501.66	c Finding binary XORs  T:     0.00 s  found:       0
2005.11/501.91	c  S st    81   2711874       337      1422        34     81178      4346    932028   no data   no data  --
2005.11/501.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2005.11/501.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2005.11/501.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      2 BRemN:      0 P:  1.0M T:  0.14
2005.11/501.98	c bin-w-bin subsume rem           16 bins  time:  0.00 s
2005.51/502.01	c subs with bin:      182  lits-rem:      1398  v-fix:    0  time:  0.12 s
2005.51/502.02	c Subs w/ non-existent bins:     13 l-rem:     15 v-fix:     0 done:    337 time:  0.00 s
2005.51/502.02	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2025.88/507.13	c lits-rem:      2647  cl-subs:    10860  v-elim:      2  v-fix:    0  time: 20.42 s
2025.88/507.13	c vivif2 --  cl tried     1419 cl shrink        0 lits rem          0 time: 0.00
2025.88/507.14	c vivif2 --  cl tried    70124 cl shrink        0 lits rem          0 time: 0.05
2026.28/507.25	c asymm  cl-useful: 0/1419/1419 lits-rem:0 time: 0.42
2026.28/507.25	c calculated reachability. Time: 0.00
2026.28/507.25	c  N st    81   2711874       335      1419        16     70124      4355    765880   no data   no data  --
2315.08/580.21	c Following stats are for *FIRST FINISHED THREAD ONLY*
2315.08/580.21	c num threads              : 4          
2315.08/580.21	c restarts                 : 81         
2315.08/580.21	c dynamic restarts         : 0          
2315.08/580.21	c static restarts          : 81         
2315.08/580.21	c full restarts            : 4          
2315.08/580.21	c total simplify time      : 3.01       
2315.08/580.21	c learnts DL2              : 0          
2315.08/580.21	c learnts size 2           : 56         
2315.08/580.21	c learnts size 1           : 2           (0.57      % of vars)
2315.08/580.21	c filedLit time            : 0.79        (0.03      % time)
2315.08/580.21	c v-elim SatELite          : 13          (3.71      % vars)
2315.08/580.21	c SatELite time            : 111.58      (4.82      % time)
2315.08/580.21	c v-elim xor               : 0           (0.00      % vars)
2315.08/580.21	c xor elim time            : 0.10        (0.00      % time)
2315.08/580.21	c num binary xor trees     : 0          
2315.08/580.21	c binxor trees' crown      : 0           (nan       leafs/tree)
2315.08/580.21	c bin xor find time        : 0.00       
2315.08/580.21	c OTF clause improved      : 139771      (0.05      clauses/conflict)
2315.08/580.21	c OTF impr. size diff      : 148335      (1.06       lits/clause)
2315.08/580.21	c OTF cl watch-shrink      : 782315      (0.26      clauses/conflict)
2315.08/580.21	c OTF cl watch-sh-lit      : 996130      (1.27       lits/clause)
2315.08/580.21	c tried to recurMin cls    : 420143      (13.87      % of conflicts)
2315.08/580.21	c updated cache            : 6668        (0.02       lits/tried recurMin)
2315.08/580.21	c unit cls received        : 0           (0.00      % of units)
2315.08/580.21	c unit cls sent            : 2           (100.00    % of units)
2315.08/580.21	c bin cls received         : 0          
2315.08/580.21	c bin cls sent             : 46         
2315.08/580.21	c clauses over max glue    : 0           (0.00      % of all clauses)
2315.08/580.21	c conflicts                : 3028676     (1308.89   / sec)
2315.08/580.21	c decisions                : 3469896     (0.50      % random)
2315.08/580.21	c bogo-props               : 80506165830 (34791959.08 / sec)
2315.08/580.21	c conflict literals        : 50101974    (31.08     % deleted)
2315.08/580.21	c Memory used              : 491.77      MB
2315.08/580.21	c single-thread CPU time   : 2313.93     s
2315.08/580.21	c all-threads sum CPU time : 2313.93     s
2315.08/580.21	s SATISFIABLE
2315.08/580.21	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 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3175313-1304112143/watcher-3175313-1304112143 -o /tmp/evaluation-result-3175313-1304112143/solver-3175313-1304112143 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175313-1304112143.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.15 7.91 7.84 5/180 21985
/proc/meminfo: memFree=30070300/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) R 21983 21985 20975 0 -1 4202496 412 0 0 0 0 0 0 0 25 0 4 0 522814665 52465664 352 33554432000 4194304 4650419 140736616195968 18446744073709551615 47820925380530 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 12809 352 303 112 0 7774 0
[pid=21985/tid=21986] ppid=21983 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 522814665 52465664 352 33554432000 4194304 4650419 140736616195968 18446744073709551615 47820925380524 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 522814665 52465664 352 33554432000 4194304 4650419 140736616195968 18446744073709551615 253652657206 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 522814665 52465664 352 33554432000 4194304 4650419 140736616195968 18446744073709551615 253640915953 0 0 4096 2 0 0 0 -1 2 0 0 0

[startup+0.0563949 s]
/proc/loadavg: 8.15 7.91 7.84 5/180 21985
/proc/meminfo: memFree=30070300/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=282336 CPUtime=0.19 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) R 21983 21985 20975 0 -1 4202496 1287 0 0 0 19 0 0 0 18 0 4 0 522814665 289112064 1160 33554432000 4194304 4650419 140736616195968 18446744073709551615 253640964639 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 70584 1160 391 112 0 65549 0
[pid=21985/tid=21986] ppid=21983 vsize=282336 CPUtime=0.04 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 230 0 0 0 4 0 0 0 18 0 4 0 522814665 289112064 1160 33554432000 4194304 4650419 140736616195968 18446744073709551615 4310421 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=282336 CPUtime=0.04 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 232 0 0 0 4 0 0 0 18 0 4 0 522814665 289112064 1160 33554432000 4194304 4650419 140736616195968 18446744073709551615 253640964590 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=282336 CPUtime=0.04 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 147 0 0 0 4 0 0 0 18 0 4 0 522814665 289112064 1160 33554432000 4194304 4650419 140736616195968 18446744073709551615 4328338 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 282336

[startup+0.140258 s]
/proc/loadavg: 8.15 7.91 7.84 5/180 21985
/proc/meminfo: memFree=30070300/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=299740 CPUtime=0.52 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) R 21983 21985 20975 0 -1 4202496 1839 0 0 0 52 0 0 0 18 0 4 0 522814665 306933760 1608 33554432000 4194304 4650419 140736616195968 18446744073709551615 4515973 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 74935 1611 393 112 0 69900 0
[pid=21985/tid=21986] ppid=21983 vsize=299740 CPUtime=0.13 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 407 0 0 0 13 0 0 0 18 0 4 0 522814665 306933760 1616 33554432000 4194304 4650419 140736616195968 18446744073709551615 4516622 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=299740 CPUtime=0.12 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 330 0 0 0 12 0 0 0 18 0 4 0 522814665 306933760 1623 33554432000 4194304 4650419 140736616195968 18446744073709551615 253640964590 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=291488 CPUtime=0.13 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 317 0 0 0 13 0 0 0 18 0 4 0 522814665 298483712 1511 33554432000 4194304 4650419 140736616195968 18446744073709551615 4328348 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 299740

[startup+0.810527 s]
/proc/loadavg: 8.15 7.91 7.84 5/180 21985
/proc/meminfo: memFree=30070300/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=284888 CPUtime=3.21 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) R 21983 21985 20975 0 -1 4202496 4447 0 0 0 320 1 0 0 18 0 4 0 522814665 291725312 2392 33554432000 4194304 4650419 140736616195968 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 71222 2392 393 112 0 66187 0
[pid=21985/tid=21986] ppid=21983 vsize=284888 CPUtime=0.8 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 1077 0 0 0 80 0 0 0 19 0 4 0 522814665 291725312 2392 33554432000 4194304 4650419 140736616195968 18446744073709551615 4334297 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=284888 CPUtime=0.79 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 1038 0 0 0 79 0 0 0 19 0 4 0 522814665 291725312 2392 33554432000 4194304 4650419 140736616195968 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=284888 CPUtime=0.8 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 885 0 0 0 80 0 0 0 18 0 4 0 522814665 291725312 2392 33554432000 4194304 4650419 140736616195968 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.21
Current children cumulated vsize (KiB) 284888

[startup+0.90051 s]
/proc/loadavg: 8.15 7.91 7.84 5/180 21985
/proc/meminfo: memFree=30070300/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=285164 CPUtime=3.57 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) R 21983 21985 20975 0 -1 4202496 4647 0 0 0 356 1 0 0 19 0 4 0 522814665 292007936 2592 33554432000 4194304 4650419 140736616195968 18446744073709551615 4360323 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 71291 2592 393 112 0 66256 0
[pid=21985/tid=21986] ppid=21983 vsize=285164 CPUtime=0.89 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 1146 0 0 0 89 0 0 0 19 0 4 0 522814665 292007936 2592 33554432000 4194304 4650419 140736616195968 18446744073709551615 4331235 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=285164 CPUtime=0.88 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 1073 0 0 0 88 0 0 0 19 0 4 0 522814665 292007936 2592 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=285164 CPUtime=0.89 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 932 0 0 0 89 0 0 0 19 0 4 0 522814665 292007936 2592 33554432000 4194304 4650419 140736616195968 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.57
Current children cumulated vsize (KiB) 285164

[startup+1.5004 s]
/proc/loadavg: 8.15 7.91 7.84 5/180 21985
/proc/meminfo: memFree=30070300/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=290428 CPUtime=5.97 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) R 21983 21985 20975 0 -1 4202496 7414 0 0 0 596 1 0 0 20 0 4 0 522814665 297398272 4063 33554432000 4194304 4650419 140736616195968 18446744073709551615 4363510 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 72607 4063 395 112 0 67572 0
[pid=21985/tid=21986] ppid=21983 vsize=290428 CPUtime=1.49 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 1748 0 0 0 149 0 0 0 19 0 4 0 522814665 297398272 4063 33554432000 4194304 4650419 140736616195968 18446744073709551615 4520109 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=290428 CPUtime=1.48 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 1448 0 0 0 148 0 0 0 20 0 4 0 522814665 297398272 4063 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=290428 CPUtime=1.49 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 1293 0 0 0 149 0 0 0 20 0 4 0 522814665 297398272 4063 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 290428

[startup+3.10111 s]
/proc/loadavg: 8.15 7.91 7.84 9/184 21989
/proc/meminfo: memFree=30038644/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=298872 CPUtime=12.36 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) R 21983 21985 20975 0 -1 4202496 13759 0 0 0 1234 2 0 0 25 0 4 0 522814665 306044928 8435 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365231 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 74718 8435 395 112 0 69683 0
[pid=21985/tid=21986] ppid=21983 vsize=298872 CPUtime=3.08 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 3479 0 0 0 308 0 0 0 25 0 4 0 522814665 306044928 8435 33554432000 4194304 4650419 140736616195968 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=298872 CPUtime=3.07 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 3601 0 0 0 307 0 0 0 25 0 4 0 522814665 306044928 8435 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365223 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=298872 CPUtime=3.09 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 3162 0 0 0 309 0 0 0 25 0 4 0 522814665 306044928 8435 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 298872

[startup+6.30053 s]
/proc/loadavg: 8.14 7.91 7.84 9/184 21989
/proc/meminfo: memFree=30029768/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=290308 CPUtime=25.14 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) R 21983 21985 20975 0 -1 4202496 19491 0 0 0 2511 3 0 0 25 0 4 0 522814665 297275392 11034 33554432000 4194304 4650419 140736616195968 18446744073709551615 4426459 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 72577 11035 395 112 0 67542 0
[pid=21985/tid=21986] ppid=21983 vsize=290308 CPUtime=6.28 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 5136 0 0 0 628 0 0 0 25 0 4 0 522814665 297275392 11039 33554432000 4194304 4650419 140736616195968 18446744073709551615 4513927 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=290308 CPUtime=6.25 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 5302 0 0 0 625 0 0 0 25 0 4 0 522814665 297275392 11042 33554432000 4194304 4650419 140736616195968 18446744073709551615 4439099 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=290308 CPUtime=6.28 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 4156 0 0 0 628 0 0 0 25 0 4 0 522814665 297275392 11047 33554432000 4194304 4650419 140736616195968 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 290308

[startup+12.7064 s]
/proc/loadavg: 8.13 7.91 7.84 9/184 21989
/proc/meminfo: memFree=30020848/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=299784 CPUtime=50.73 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) R 21983 21985 20975 0 -1 4202496 30061 0 0 0 5067 6 0 0 25 0 4 0 522814665 306978816 14041 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 74946 14041 395 112 0 69911 0
[pid=21985/tid=21986] ppid=21983 vsize=299784 CPUtime=12.7 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 8251 0 0 0 1268 2 0 0 25 0 4 0 522814665 306978816 14041 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=299784 CPUtime=12.63 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 7890 0 0 0 1262 1 0 0 25 0 4 0 522814665 306978816 14041 33554432000 4194304 4650419 140736616195968 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=299784 CPUtime=12.69 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 6436 0 0 0 1268 1 0 0 25 0 4 0 522814665 306978816 14041 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 299784

[startup+25.501 s]
/proc/loadavg: 8.10 7.92 7.85 9/184 21989
/proc/meminfo: memFree=29990716/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=312152 CPUtime=101.86 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) R 21983 21985 20975 0 -1 4202496 47106 0 0 0 10176 10 0 0 25 0 4 0 522814665 319643648 17713 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 78038 17714 395 112 0 73003 0
[pid=21985/tid=21986] ppid=21983 vsize=312152 CPUtime=25.49 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 13439 0 0 0 2546 3 0 0 25 0 4 0 522814665 319643648 17714 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=312152 CPUtime=25.37 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 12903 0 0 0 2535 2 0 0 25 0 4 0 522814665 319643648 17714 33554432000 4194304 4650419 140736616195968 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=312152 CPUtime=25.48 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 9235 0 0 0 2546 2 0 0 25 0 4 0 522814665 319643648 17714 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 312152

[startup+51.1003 s]
/proc/loadavg: 8.13 7.94 7.85 9/184 21990
/proc/meminfo: memFree=29969720/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=313192 CPUtime=204.14 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) R 21983 21985 20975 0 -1 4202496 74574 0 0 0 20397 17 0 0 25 0 4 0 522814665 320708608 23667 33554432000 4194304 4650419 140736616195968 18446744073709551615 4366923 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 78298 23667 395 112 0 73263 0
[pid=21985/tid=21986] ppid=21983 vsize=313192 CPUtime=51.1 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 20709 0 0 0 5105 5 0 0 25 0 4 0 522814665 320708608 23667 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365195 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=313192 CPUtime=50.85 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 20373 0 0 0 5081 4 0 0 25 0 4 0 522814665 320708608 23667 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365361 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=313192 CPUtime=51.09 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 14178 0 0 0 5105 4 0 0 25 0 4 0 522814665 320708608 23667 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365203 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.14
Current children cumulated vsize (KiB) 313192

[startup+102.301 s]
/proc/loadavg: 8.13 7.96 7.86 9/184 21991
/proc/meminfo: memFree=29938944/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=316148 CPUtime=408.67 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) R 21983 21985 20975 0 -1 4202496 112265 0 0 0 40837 30 0 0 25 0 4 0 522814665 323735552 27892 33554432000 4194304 4650419 140736616195968 18446744073709551615 4366920 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 79037 27892 395 112 0 74002 0
[pid=21985/tid=21986] ppid=21983 vsize=316148 CPUtime=102.29 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 28487 0 0 0 10221 8 0 0 25 0 4 0 522814665 323735552 27892 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=316148 CPUtime=101.79 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 31990 0 0 0 10171 8 0 0 25 0 4 0 522814665 323735552 27892 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=316148 CPUtime=102.29 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 20526 0 0 0 10223 6 0 0 25 0 4 0 522814665 323735552 27892 33554432000 4194304 4650419 140736616195968 18446744073709551615 4439156 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.67
Current children cumulated vsize (KiB) 316148

[startup+162.306 s]

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

/proc/21985/task/21988/stat : 21988 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 52326 0 0 0 40211 18 0 0 25 0 4 0 522814665 428519424 55554 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1607.19
Current children cumulated vsize (KiB) 418476

[startup+462.3 s]
/proc/loadavg: 8.10 8.05 7.92 9/184 22001
/proc/meminfo: memFree=29752320/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=468792 CPUtime=1846.89 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) R 21983 21985 20975 0 -1 4202496 306531 0 0 0 184587 102 0 0 25 0 4 0 522814665 480043008 65134 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 117198 65134 395 112 0 112163 0
[pid=21985/tid=21986] ppid=21983 vsize=468792 CPUtime=462.3 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 80356 0 0 0 46204 26 0 0 25 0 4 0 522814665 480043008 65134 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=468792 CPUtime=460.01 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 88057 0 0 0 45973 28 0 0 25 0 4 0 522814665 480043008 65134 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=468792 CPUtime=462.29 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 57446 0 0 0 46209 20 0 0 25 0 4 0 522814665 480043008 65134 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365308 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1846.89
Current children cumulated vsize (KiB) 468792

[startup+522.3 s]
/proc/loadavg: 8.04 8.04 7.92 9/184 22003
/proc/meminfo: memFree=29729092/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=467276 CPUtime=2086.6 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) R 21983 21985 20975 0 -1 4202496 324683 0 0 0 208550 110 0 0 25 0 4 0 522814665 478490624 68172 33554432000 4194304 4650419 140736616195968 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 116819 68172 395 112 0 111784 0
[pid=21985/tid=21986] ppid=21983 vsize=467276 CPUtime=522.3 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 85753 0 0 0 52202 28 0 0 25 0 4 0 522814665 478490624 68172 33554432000 4194304 4650419 140736616195968 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=467276 CPUtime=519.72 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 92545 0 0 0 51941 31 0 0 25 0 4 0 522814665 478490624 68172 33554432000 4194304 4650419 140736616195968 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=467276 CPUtime=522.3 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 62490 0 0 0 52207 23 0 0 25 0 4 0 522814665 478490624 68172 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2086.6
Current children cumulated vsize (KiB) 467276

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

[startup+538.1 s]
/proc/loadavg: 8.03 8.03 7.92 9/184 22003
/proc/meminfo: memFree=29717544/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=479060 CPUtime=2149.73 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) R 21983 21985 20975 0 -1 4202496 328679 0 0 0 214861 112 0 0 25 0 4 0 522814665 490557440 70481 33554432000 4194304 4650419 140736616195968 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 119765 70481 395 112 0 114730 0
[pid=21985/tid=21986] ppid=21983 vsize=479060 CPUtime=538.11 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 86909 0 0 0 53782 29 0 0 25 0 4 0 522814665 490557440 70481 33554432000 4194304 4650419 140736616195968 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=479060 CPUtime=535.44 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 92705 0 0 0 53513 31 0 0 25 0 4 0 522814665 490557440 70481 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=479060 CPUtime=538.1 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 63279 0 0 0 53787 23 0 0 25 0 4 0 522814665 490557440 70481 33554432000 4194304 4650419 140736616195968 18446744073709551615 4331993 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2149.73
Current children cumulated vsize (KiB) 479060

[startup+563.701 s]
/proc/loadavg: 8.08 8.04 7.93 9/184 22004
/proc/meminfo: memFree=29708616/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=503060 CPUtime=2252 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) R 21983 21985 20975 0 -1 4202496 335118 0 0 0 225085 115 0 0 25 0 4 0 522814665 515133440 70942 33554432000 4194304 4650419 140736616195968 18446744073709551615 4363506 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 125765 70942 395 112 0 120730 0
[pid=21985/tid=21986] ppid=21983 vsize=503060 CPUtime=563.71 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 88756 0 0 0 56341 30 0 0 25 0 4 0 522814665 515133440 70942 33554432000 4194304 4650419 140736616195968 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=503060 CPUtime=560.92 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 94664 0 0 0 56060 32 0 0 25 0 4 0 522814665 515133440 70942 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=503060 CPUtime=563.7 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 64727 0 0 0 56347 23 0 0 25 0 4 0 522814665 515133440 70942 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365210 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2252
Current children cumulated vsize (KiB) 503060

[startup+570.101 s]
/proc/loadavg: 8.07 8.04 7.93 9/184 22004
/proc/meminfo: memFree=29711096/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=491168 CPUtime=2277.55 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) R 21983 21985 20975 0 -1 4202496 336005 0 0 0 227639 116 0 0 25 0 4 0 522814665 502956032 69866 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 122792 69866 395 112 0 117757 0
[pid=21985/tid=21986] ppid=21983 vsize=491168 CPUtime=570.1 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 89241 0 0 0 56980 30 0 0 25 0 4 0 522814665 502956032 69866 33554432000 4194304 4650419 140736616195968 18446744073709551615 4363531 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=491168 CPUtime=567.28 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 94672 0 0 0 56696 32 0 0 25 0 4 0 522814665 502956032 69866 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=491168 CPUtime=570.1 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 65121 0 0 0 56986 24 0 0 25 0 4 0 522814665 502956032 69866 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2277.55
Current children cumulated vsize (KiB) 491168

[startup+576.5 s]
/proc/loadavg: 8.06 8.04 7.93 9/184 22004
/proc/meminfo: memFree=29711592/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=503572 CPUtime=2303.12 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) R 21983 21985 20975 0 -1 4202496 338603 0 0 0 230195 117 0 0 25 0 4 0 522814665 515657728 70249 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 125893 70249 395 112 0 120858 0
[pid=21985/tid=21986] ppid=21983 vsize=503572 CPUtime=576.5 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 90617 0 0 0 57619 31 0 0 25 0 4 0 522814665 515657728 70249 33554432000 4194304 4650419 140736616195968 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=503572 CPUtime=573.65 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 94682 0 0 0 57333 32 0 0 25 0 4 0 522814665 515657728 70249 33554432000 4194304 4650419 140736616195968 18446744073709551615 4433059 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=503572 CPUtime=576.5 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 65427 0 0 0 57626 24 0 0 25 0 4 0 522814665 515657728 70249 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2303.12
Current children cumulated vsize (KiB) 503572

[startup+578.106 s]
/proc/loadavg: 8.06 8.04 7.93 9/184 22004
/proc/meminfo: memFree=29708616/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=503572 CPUtime=2309.54 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) R 21983 21985 20975 0 -1 4202496 338904 0 0 0 230836 118 0 0 25 0 4 0 522814665 515657728 70550 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 125893 70550 395 112 0 120858 0
[pid=21985/tid=21986] ppid=21983 vsize=503572 CPUtime=578.11 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 90738 0 0 0 57780 31 0 0 25 0 4 0 522814665 515657728 70550 33554432000 4194304 4650419 140736616195968 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=503572 CPUtime=575.24 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 94682 0 0 0 57492 32 0 0 25 0 4 0 522814665 515657728 70550 33554432000 4194304 4650419 140736616195968 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=503572 CPUtime=578.1 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 65493 0 0 0 57786 24 0 0 25 0 4 0 522814665 515657728 70550 33554432000 4194304 4650419 140736616195968 18446744073709551615 4363880 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2309.54
Current children cumulated vsize (KiB) 503572

[startup+578.901 s]
/proc/loadavg: 8.06 8.04 7.93 9/184 22004
/proc/meminfo: memFree=29708616/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=503572 CPUtime=2312.47 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) S 21983 21985 20975 0 -1 4202496 339007 0 0 0 231129 118 0 0 25 0 4 0 522814665 515657728 70653 33554432000 4194304 4650419 140736616195968 18446744073709551615 47820925380148 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 125893 70653 395 112 0 120858 0
[pid=21985/tid=21986] ppid=21983 vsize=503572 CPUtime=578.9 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 90781 0 0 0 57859 31 0 0 25 0 4 0 522814665 515657728 70653 33554432000 4194304 4650419 140736616195968 18446744073709551615 47820925355563 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=503572 CPUtime=576.04 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 94682 0 0 0 57572 32 0 0 25 0 4 0 522814665 515657728 70653 33554432000 4194304 4650419 140736616195968 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=503572 CPUtime=578.78 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) S 21983 21985 20975 0 -1 4202560 65515 0 0 0 57854 24 0 0 25 0 4 0 522814665 515657728 70653 33554432000 4194304 4650419 140736616195968 18446744073709551615 47820925380148 0 0 4096 2 18446604453935254208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2312.47
Current children cumulated vsize (KiB) 503572

[startup+579.701 s]
/proc/loadavg: 7.90 8.01 7.92 7/184 22004
/proc/meminfo: memFree=29707376/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=503572 CPUtime=2314.07 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) S 21983 21985 20975 0 -1 4202496 339007 0 0 0 231289 118 0 0 25 0 4 0 522814665 515657728 70653 33554432000 4194304 4650419 140736616195968 18446744073709551615 47820925380148 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 125893 70653 395 112 0 120858 0
[pid=21985/tid=21986] ppid=21983 vsize=503572 CPUtime=579.7 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 90781 0 0 0 57939 31 0 0 25 0 4 0 522814665 515657728 70653 33554432000 4194304 4650419 140736616195968 18446744073709551615 4205400 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=503572 CPUtime=576.84 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 94682 0 0 0 57652 32 0 0 25 0 4 0 522814665 515657728 70653 33554432000 4194304 4650419 140736616195968 18446744073709551615 4476315 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=503572 CPUtime=578.78 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) S 21983 21985 20975 0 -1 4202560 65515 0 0 0 57854 24 0 0 25 0 4 0 522814665 515657728 70653 33554432000 4194304 4650419 140736616195968 18446744073709551615 47820925380148 0 0 4096 2 18446604453935254208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2314.07
Current children cumulated vsize (KiB) 503572

[startup+580.101 s]
/proc/loadavg: 7.90 8.01 7.92 7/184 22004
/proc/meminfo: memFree=29707376/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=503572 CPUtime=2314.87 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) S 21983 21985 20975 0 -1 4202496 339007 0 0 0 231369 118 0 0 25 0 4 0 522814665 515657728 70653 33554432000 4194304 4650419 140736616195968 18446744073709551615 47820925380148 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 125893 70653 395 112 0 120858 0
[pid=21985/tid=21986] ppid=21983 vsize=503572 CPUtime=580.1 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 90781 0 0 0 57979 31 0 0 25 0 4 0 522814665 515657728 70653 33554432000 4194304 4650419 140736616195968 18446744073709551615 47820925355716 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=503572 CPUtime=577.24 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 94682 0 0 0 57692 32 0 0 25 0 4 0 522814665 515657728 70653 33554432000 4194304 4650419 140736616195968 18446744073709551615 4451368 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=503572 CPUtime=578.78 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) S 21983 21985 20975 0 -1 4202560 65515 0 0 0 57854 24 0 0 25 0 4 0 522814665 515657728 70653 33554432000 4194304 4650419 140736616195968 18446744073709551615 47820925380148 0 0 4096 2 18446604453935254208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2314.87
Current children cumulated vsize (KiB) 503572

[startup+580.201 s]
/proc/loadavg: 7.90 8.01 7.92 7/184 22004
/proc/meminfo: memFree=29706756/32951124 swapFree=67111364/67111528
[pid=21985] ppid=21983 vsize=503572 CPUtime=2315.08 cores=0,2,4,6
/proc/21985/stat : 21985 (strangenight1-m) S 21983 21985 20975 0 -1 4202496 339007 0 0 0 231390 118 0 0 25 0 4 0 522814665 515657728 70653 33554432000 4194304 4650419 140736616195968 18446744073709551615 47820925380148 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/21985/statm: 125893 70653 395 112 0 120858 0
[pid=21985/tid=21986] ppid=21983 vsize=503572 CPUtime=580.21 cores=0,2,4,6
/proc/21985/task/21986/stat : 21986 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 90781 0 0 0 57990 31 0 0 25 0 4 0 522814665 515657728 70653 33554432000 4194304 4650419 140736616195968 18446744073709551615 47820925355563 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=21985/tid=21987] ppid=21983 vsize=503572 CPUtime=577.34 cores=0,2,4,6
/proc/21985/task/21987/stat : 21987 (strangenight1-m) R 21983 21985 20975 0 -1 4202560 94682 0 0 0 57702 32 0 0 25 0 4 0 522814665 515657728 70653 33554432000 4194304 4650419 140736616195968 18446744073709551615 4370522 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21985/tid=21988] ppid=21983 vsize=503572 CPUtime=578.78 cores=0,2,4,6
/proc/21985/task/21988/stat : 21988 (strangenight1-m) S 21983 21985 20975 0 -1 4202560 65515 0 0 0 57854 24 0 0 25 0 4 0 522814665 515657728 70653 33554432000 4194304 4650419 140736616195968 18446744073709551615 47820925380148 0 0 4096 2 18446604453935254208 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2315.08
Current children cumulated vsize (KiB) 503572

Child status: 10
Real time (s): 580.231
CPU time (s): 2315.13
CPU user time (s): 2313.93
CPU system time (s): 1.19682
CPU usage (%): 399.001
Max. virtual memory (cumulated for all children) (KiB): 546324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2313.93
system time used= 1.19682
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 339015
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= 422
involuntary context switches= 10539

runsolver used 0.894863 second user time and 1.9917 second system time

The end

Launcher Data

Begin job on node106 at 2011-04-29 23:22:23
IDJOB=3175313
IDBENCH=82931
IDSOLVER=1588
FILE ID=node106/3175313-1304112143
RUNJOBID= node106-1304111853-21924
PBS_JOBID= 13170655
Free space on /tmp= 72152 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v350-c1491-S1507171828-044.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175313-1304112143/watcher-3175313-1304112143 -o /tmp/evaluation-result-3175313-1304112143/solver-3175313-1304112143 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175313-1304112143.cnf

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

MD5SUM BENCH= 3fdc728117bf5d54c14944ad1e6b0800
RANDOM SEED=97007914

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      30070580 kB
Buffers:        259488 kB
Cached:        2090536 kB
SwapCached:         88 kB
Active:        1062816 kB
Inactive:      1606696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30070580 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            6264 kB
Writeback:           0 kB
AnonPages:      319144 kB
Mapped:          15480 kB
Slab:           146616 kB
PageTables:       5108 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   562832 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= 72148 MiB
End job on node106 at 2011-04-29 23:32:03