Trace number 3366372

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)UNSAT 1432.52 358.964

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S295912653-089.UNKNOWN.cnf
MD5SUMdb50771b4b9edf83822bd931af1fc1d7
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.40603
Satisfiable
(Un)Satisfiability was proved
Number of variables75
Number of clauses1597
Sum of the clauses size7985
Maximum clause length5
Minimum clause length5
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 51597
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 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-3366372-1305402748.cnf'
0.00/0.01	c -- header says num vars:             75
0.00/0.01	c -- header says num clauses:        1597
0.00/0.01	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.01	c -- vars added         75
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.01
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.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.27	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.27	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.27	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.27	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.27	c calculated reachability. Time: 0.00
0.00/0.27	c Calc default polars -  time:   0.00 s pos:      31 undec:       6 neg:      38
0.00/0.27	c =========================================================================================
0.00/0.27	c types(t): F = full restart, N = normal restart
0.00/0.27	c types(t): S = simplification begin/end, E = solution found
0.00/0.27	c restart types(rt): st = static, dy = dynamic
0.00/0.27	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.81	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
0.00/0.81	c Decided on static restart strategy
0.00/0.81	c  N st     8      4923        75      1597         0      4475      7985     76331   no data   no data
0.00/0.81	c  N st    10     11306        75      1597         0      4142      7985     58437   no data   no data
0.00/0.81	c  N st    11     17050        75      1597         0      9313      7985    147730   no data   no data
0.00/0.81	c  F st    12     25001        75      1597         0     11365      7985    176818   no data   no data
0.00/0.81	c  N st    12     25001        75      1597         0     11365      7985    176818   no data   no data
3.81/1.01	c Decided on static restart strategy
3.81/1.01	c  N st    18     30001        75      1597         0      9810      7985    145995   no data   no data
3.81/1.01	c  S st    18     30001        75      1597         0      9810      7985    145995   no data   no data
3.81/1.01	c  S st    18     30504        75      1597         0     10279      7985    154464   no data   no data
3.81/1.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.81/1.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.81/1.01	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.81/1.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.81/1.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.81/1.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.81/1.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.81/1.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.81/1.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.77/1.21	c lits-rem:       307  cl-subs:     2450  v-elim:      0  v-fix:    0  time:  0.15 s
4.77/1.21	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
4.77/1.21	c calculated reachability. Time: 0.00
4.77/1.21	c  N st    18     30504        75      1597         0      7829      7985    115391   no data   no data
5.97/1.51	c  N st    20     37614        75      1597         0      7214      7985     94308   no data   no data
6.76/1.71	c  N st    21     44016        75      1597         0     12997      7985    191829   no data   no data
6.76/1.79	c  S st    22     45756        75      1597         0     14574      7985    219246   no data   no data
7.18/1.83	c  S st    22     46260        75      1597         0     15046      7985    227621   no data   no data
7.18/1.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.18/1.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.18/1.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.18/1.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.18/1.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.18/1.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.18/1.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.18/1.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.18/1.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.36/2.15	c lits-rem:       269  cl-subs:     2776  v-elim:      0  v-fix:    0  time:  0.30 s
8.36/2.15	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
8.36/2.15	c vivif2 --  cl tried    12270 cl shrink        0 lits rem          0 time: 0.00
8.36/2.19	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.36/2.19	c calculated reachability. Time: 0.00
8.36/2.19	c  N st    22     46260        75      1597         0     12270      7985    183137   no data   no data
11.57/2.91	c  N st    23     60657        75      1597         0     17255      7985    252901   no data   no data
13.14/3.33	c  N st    24     69392        75      1597         0     16219      7985    224253   no data   no data
13.14/3.33	c  S st    24     69392        75      1597         0     16219      7985    224253   no data   no data
13.14/3.38	c  S st    24     69893        75      1597         0     16695      7985    232792   no data   no data
13.14/3.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.14/3.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.14/3.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.14/3.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.14/3.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.14/3.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
13.14/3.38	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.14/3.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.14/3.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.74/3.75	c lits-rem:       260  cl-subs:     3548  v-elim:      0  v-fix:    0  time:  0.36 s
14.74/3.75	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.74/3.76	c vivif2 --  cl tried    13147 cl shrink        0 lits rem          0 time: 0.00
15.14/3.80	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
15.14/3.80	c calculated reachability. Time: 0.00
15.14/3.80	c  N st    24     69893        75      1597         0     13147      7985    181256   no data   no data
18.74/4.79	c  F st    25     87504        75      1597         0     19263      7985    256701   no data   no data
18.74/4.79	c  N st    25     87504        75      1597         0     19263      7985    256701   no data   no data
19.93/5.08	c Decided on static restart strategy
20.76/5.24	c  N st    32     95543        75      1597         0     15869      7985    213840   no data   no data
23.13/5.83	c  N st    34    104839        75      1597         0     12605      7985    152770   no data   no data
23.13/5.83	c  S st    34    104839        75      1597         0     12605      7985    152770   no data   no data
23.13/5.87	c  S st    34    105344        75      1597         0     13081      7985    161360   no data   no data
23.13/5.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.13/5.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
23.13/5.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.13/5.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.13/5.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.13/5.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
23.13/5.87	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.13/5.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
23.13/5.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.53/5.95	c lits-rem:        85  cl-subs:     1231  v-elim:      0  v-fix:    0  time:  0.08 s
23.53/5.95	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
23.53/5.96	c vivif2 --  cl tried    11850 cl shrink        0 lits rem          0 time: 0.00
23.53/5.99	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
23.53/5.99	c calculated reachability. Time: 0.00
23.53/5.99	c  N st    34    105344        75      1597         0     11850      7985    144312   no data   no data
25.92/6.57	c  N st    35    114942        75      1597         0     20491      7985    288423   no data   no data
29.90/7.51	c  N st    36    129340        75      1597         0     20904      7985    282732   no data   no data
35.10/8.85	c  N st    37    150937        75      1597         0     26743      7985    362947   no data   no data
36.70/9.29	c  S st    38    158016        75      1597         0     18781      7985    232123   no data   no data
37.10/9.34	c  S st    38    158520        75      1597         0     19245      7985    240490   no data   no data
37.10/9.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.10/9.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
37.10/9.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.10/9.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.10/9.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.10/9.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
37.10/9.35	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.10/9.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
37.10/9.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
38.33/9.62	c lits-rem:       264  cl-subs:     2849  v-elim:      0  v-fix:    0  time:  0.26 s
38.33/9.62	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
38.33/9.62	c vivif2 --  cl tried    16396 cl shrink        0 lits rem          0 time: 0.00
38.33/9.67	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.05
38.33/9.67	c calculated reachability. Time: 0.00
38.33/9.67	c  N st    38    158520        75      1597         0     16396      7985    199053   no data   no data
51.86/13.05	c  N st    39    207109        75      1597         0     28800      7985    382072   no data   no data
61.43/15.42	c  N st    40    237782        75      1597         0     21328      7985    248389   no data   no data
61.43/15.42	c  S st    40    237782        75      1597         0     21328      7985    248389   no data   no data
61.43/15.48	c  S st    40    238287        75      1597         0     21808      7985    257539   no data   no data
61.43/15.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.43/15.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
61.43/15.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
61.43/15.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.43/15.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.43/15.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
61.43/15.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
61.43/15.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
61.43/15.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.63/15.73	c lits-rem:       164  cl-subs:     2383  v-elim:      0  v-fix:    0  time:  0.23 s
62.63/15.73	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
62.63/15.73	c vivif2 --  cl tried    19425 cl shrink        0 lits rem          0 time: 0.00
62.63/15.79	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
62.63/15.79	c calculated reachability. Time: 0.00
62.63/15.79	c  N st    40    238287        75      1597         0     19425      7985    225423   no data   no data
85.79/21.53	c  F st    41    306250        75      1597         0     21309      7985    229678   no data   no data
85.79/21.53	c  N st    41    306250        75      1597         0     21309      7985    229678   no data   no data
87.38/21.92	c Decided on static restart strategy
95.76/24.03	c  N st    51    334554        75      1597         0     25337      7985    290351   no data   no data
104.17/26.16	c  N st    53    357431        75      1597         0     23510      7985    252607   no data   no data
104.17/26.16	c  S st    53    357431        75      1597         0     23510      7985    252607   no data   no data
104.53/26.23	c  S st    53    357935        75      1597         0     23990      7985    261333   no data   no data
104.53/26.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
104.53/26.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
104.53/26.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
104.53/26.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
104.53/26.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.53/26.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
104.53/26.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
104.53/26.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
104.53/26.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.33/26.40	c lits-rem:       122  cl-subs:     1330  v-elim:      0  v-fix:    0  time:  0.15 s
105.33/26.40	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
105.33/26.40	c vivif2 --  cl tried    22660 cl shrink        0 lits rem          0 time: 0.00
105.33/26.47	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
105.33/26.47	c calculated reachability. Time: 0.00
105.33/26.47	c  N st    53    357935        75      1597         0     22660      7985    244427   no data   no data
118.51/29.78	c  N st    54    390327        75      1597         0     28378      7985    325411   no data   no data
138.06/34.65	c  N st    55    438915        75      1597         0     47570      7985    638197   no data   no data
169.19/42.41	c  N st    56    511798        75      1597         0     34641      7985    398684   no data   no data
180.36/45.22	c  N st    57    536903        75      1597         0     29566      7985    315417   no data   no data
180.36/45.22	c  S st    57    536903        75      1597         0     29566      7985    315417   no data   no data
180.76/45.30	c  S st    57    537406        75      1597         0     30039      7985    324035   no data   no data
180.76/45.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
180.76/45.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
180.76/45.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
180.76/45.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
180.76/45.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
180.76/45.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
180.76/45.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
180.76/45.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
180.76/45.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
181.56/45.56	c lits-rem:       115  cl-subs:     1737  v-elim:      0  v-fix:    0  time:  0.24 s
181.56/45.56	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
181.56/45.56	c vivif2 --  cl tried    28302 cl shrink        0 lits rem          0 time: 0.00
181.96/45.65	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.09
181.96/45.65	c calculated reachability. Time: 0.00
181.96/45.65	c  N st    57    537406        75      1597         0     28302      7985    300735   no data   no data
253.01/63.46	c  N st    58    701390        75      1597         0     55201      7985    694019   no data   no data
304.48/76.34	c  N st    59    806110        75      1597         0     49365      7985    581989   no data   no data
304.48/76.34	c  S st    59    806110        75      1597         0     49365      7985    581989   no data   no data
304.88/76.46	c  S st    59    806611        75      1597         0     49842      7985    590676   no data   no data
304.88/76.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
304.88/76.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
304.88/76.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
304.88/76.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
304.88/76.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
304.88/76.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
304.88/76.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
304.88/76.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
305.28/76.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
312.47/78.34	c lits-rem:       847  cl-subs:     7819  v-elim:      0  v-fix:    0  time:  1.84 s
312.47/78.34	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
312.47/78.34	c vivif2 --  cl tried    42023 cl shrink        0 lits rem          0 time: 0.01
313.27/78.50	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.15
313.27/78.50	c calculated reachability. Time: 0.00
313.27/78.50	c  N st    59    806611        75      1597         0     42023      7985    488069   no data   no data
460.52/115.44	c  F st    60   1071877        75      1597         0     56963      7985    649893   no data   no data
460.52/115.44	c  N st    60   1071877        75      1597         0     56963      7985    649893   no data   no data
463.73/116.30	c Decided on static restart strategy
482.47/120.95	c  N st    70   1100181        75      1597         0     42475      7985    436022   no data   no data
502.84/126.08	c  N st    72   1136176        75      1597         0     74376      7985    955892   no data   no data
523.58/131.26	c  N st    73   1168568        75      1597         0     62344      7985    750029   no data   no data
553.51/138.71	c  N st    74   1209916        75      1597         0     57049      7985    642926   no data   no data
553.51/138.71	c  S st    74   1209916        75      1597         0     57049      7985    642926   no data   no data
553.91/138.88	c  S st    74   1210420        75      1597         0     57521      7985    651705   no data   no data
553.91/138.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
554.31/138.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
554.31/138.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
554.31/138.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
554.31/138.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
554.31/138.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
554.31/138.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
554.31/138.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
554.31/138.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
563.09/141.18	c lits-rem:       812  cl-subs:     9085  v-elim:      0  v-fix:    0  time:  2.25 s
563.09/141.18	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
563.09/141.19	c vivif2 --  cl tried    48436 cl shrink        0 lits rem          0 time: 0.01
563.89/141.36	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.18
563.89/141.36	c calculated reachability. Time: 0.00
563.89/141.36	c  N st    74   1210420        75      1597         0     48436      7985    531229   no data   no data
612.58/153.57	c  N st    75   1283302        75      1597         0     71326      7985    894582   no data   no data
685.21/171.75	c  N st    76   1392625        75      1597         0     80464      7985    981173   no data   no data
794.16/199.09	c  N st    77   1556609        75      1597         0     87399      7985   1070259   no data   no data
901.92/226.04	c  N st    78   1710421        75      1597         0     77409      7985    890603   no data   no data
901.92/226.04	c  S st    78   1710421        75      1597         0     77409      7985    890603   no data   no data
902.73/226.28	c  S st    78   1710924        75      1597         0     77871      7985    899031   no data   no data
902.73/226.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
903.14/226.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
903.14/226.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
903.14/226.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
903.14/226.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
903.14/226.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
903.14/226.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
903.14/226.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
903.14/226.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
924.68/231.73	c lits-rem:      1565  cl-subs:    16939  v-elim:      0  v-fix:    0  time:  5.38 s
924.68/231.73	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
924.68/231.75	c vivif2 --  cl tried    60932 cl shrink        0 lits rem          0 time: 0.01
925.86/232.00	c asymm  cl-useful: 0/1505/1597 lits-rem:0 time: 0.25
925.86/232.00	c calculated reachability. Time: 0.00
925.86/232.00	c  N st    78   1710924        75      1597         0     60932      7985    686690   no data   no data
1194.44/299.34	c  N st    79   2079888        75      1597         0     73541      7985    808957   no data   no data
1294.61/324.43	c  N st    80   2210924        74      1538         1     75145      7631    805758   no data   no data
1294.61/324.43	c  S st    80   2210924        74      1538         1     75145      7631    805758   no data   no data
1295.41/324.66	c  S st    80   2211426        74      1538         1     75610      7631    813872   no data   no data
1295.41/324.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1295.41/324.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
1295.41/324.69	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1295.41/324.69	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1295.41/324.69	c subs with bin:        1  lits-rem:         6  v-fix:    0  time:  0.00 s
1295.41/324.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     74 time:  0.00 s
1295.41/324.69	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1295.81/324.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1302.21/326.34	c subs with bin:     8109  lits-rem:      1316  v-fix:    0  time:  1.61 s
1311.40/328.61	c lits-rem:      2646  cl-subs:     6474  v-elim:      0  v-fix:    0  time:  2.27 s
1311.40/328.61	c vivif2 --  cl tried     1537 cl shrink        0 lits rem          0 time: 0.00
1311.40/328.62	c vivif2 --  cl tried    61027 cl shrink        0 lits rem          0 time: 0.01
1312.17/328.88	c asymm  cl-useful: 0/1341/1537 lits-rem:0 time: 0.25
1312.17/328.88	c calculated reachability. Time: 0.00
1312.17/328.88	c  N st    80   2211426        74      1537         1     61027      7621    647385   no data   no data
1432.29/358.95	c Following stats are for *FIRST FINISHED THREAD ONLY*
1432.29/358.95	c num threads              : 4          
1432.29/358.95	c restarts                 : 81         
1432.29/358.95	c dynamic restarts         : 0          
1432.29/358.95	c static restarts          : 81         
1432.29/358.95	c full restarts            : 4          
1432.29/358.95	c total simplify time      : 0.98       
1432.29/358.95	c learnts DL2              : 0          
1432.29/358.95	c learnts size 2           : 150        
1432.29/358.95	c learnts size 1           : 42          (56.00     % of vars)
1432.29/358.95	c filedLit time            : 0.11        (0.03      % time)
1432.29/358.95	c v-elim SatELite          : 0           (0.00      % vars)
1432.29/358.95	c SatELite time            : 22.83       (6.36      % time)
1432.29/358.95	c v-elim xor               : 0           (0.00      % vars)
1432.29/358.95	c xor elim time            : 0.01        (0.00      % time)
1432.29/358.95	c num binary xor trees     : 0          
1432.29/358.95	c binxor trees' crown      : 0           (nan       leafs/tree)
1432.29/358.95	c bin xor find time        : 0.00       
1432.29/358.95	c OTF clause improved      : 293676      (0.12      clauses/conflict)
1432.29/358.95	c OTF impr. size diff      : 300219      (1.02       lits/clause)
1432.29/358.95	c OTF cl watch-shrink      : 69935       (0.03      clauses/conflict)
1432.29/358.95	c OTF cl watch-sh-lit      : 72043       (1.03       lits/clause)
1432.29/358.95	c tried to recurMin cls    : 122553      (4.94       % of conflicts)
1432.29/358.95	c updated cache            : 1450        (0.01       lits/tried recurMin)
1432.29/358.95	c unit cls recevied        : 1           (2.38      % of units)
1432.29/358.95	c unit cls sent            : 5           (11.90     % of units)
1432.29/358.95	c bin cls recevied         : 5          
1432.29/358.95	c bin cls sent             : 72         
1432.29/358.95	c clauses over max glue    : 0           (0.00      % of all clauses)
1432.29/358.95	c conflicts                : 2480906     (6915.25   / sec)
1432.29/358.95	c decisions                : 2704746     (0.63      % random)
1432.29/358.95	c bogo-props               : 68196155935 (190089331.79 / sec)
1432.29/358.95	c conflict literals        : 36393127    (26.04     % deleted)
1432.29/358.95	c Memory used              : 435.80      MB
1432.29/358.95	c single-thread CPU time   : 358.76      s
1432.29/358.95	c all-threads sum CPU time : 1431.80     s
1432.29/358.95	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3366372-1305402748/watcher-3366372-1305402748 -o /tmp/evaluation-result-3366372-1305402748/solver-3366372-1305402748 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3366372-1305402748.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: 7.64 8.12 8.15 2/283 3219
/proc/meminfo: memFree=21561004/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 406 0 0 0 0 0 0 0 18 0 4 0 651873007 52396032 347 33554432000 4194304 4580107 140733830578112 18446744073709551615 47950811633580 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 12792 347 299 95 0 7774 0
[pid=3219/tid=3220] ppid=3215 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 651873007 52396032 347 33554432000 4194304 4580107 140733830578112 18446744073709551615 232335948785 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 651873007 52396032 347 33554432000 4194304 4580107 140733830578112 18446744073709551615 47950811633576 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=51168 CPUtime=0 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 651873007 52396032 347 33554432000 4194304 4580107 140733830578112 18446744073709551615 47950811633586 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.461655 s]
/proc/loadavg: 7.64 8.12 8.15 2/283 3219
/proc/meminfo: memFree=21561004/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=285488 CPUtime=3.41 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 5316 0 0 0 341 0 0 0 19 0 4 0 651873007 292339712 2426 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 71372 2426 378 95 0 66354 0
[pid=3219/tid=3220] ppid=3215 vsize=285488 CPUtime=0.84 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 1233 0 0 0 84 0 0 0 19 0 4 0 651873007 292339712 2426 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=285488 CPUtime=0.85 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 1277 0 0 0 85 0 0 0 21 0 4 0 651873007 292339712 2426 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=285488 CPUtime=0.85 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 1206 0 0 0 85 0 0 0 19 0 4 0 651873007 292339712 2426 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 285488

[startup+0.96181 s]
/proc/loadavg: 7.64 8.12 8.15 2/283 3219
/proc/meminfo: memFree=21561004/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=285488 CPUtime=3.81 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 5507 0 0 0 381 0 0 0 19 0 4 0 651873007 292339712 2617 33554432000 4194304 4580107 140733830578112 18446744073709551615 4295727 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 71372 2617 379 95 0 66354 0
[pid=3219/tid=3220] ppid=3215 vsize=285488 CPUtime=0.94 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 1280 0 0 0 94 0 0 0 19 0 4 0 651873007 292339712 2617 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=285488 CPUtime=0.95 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 1329 0 0 0 95 0 0 0 21 0 4 0 651873007 292339712 2617 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=285488 CPUtime=0.95 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 1247 0 0 0 95 0 0 0 19 0 4 0 651873007 292339712 2617 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294414 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 285488

[startup+1.06179 s]
/proc/loadavg: 7.64 8.12 8.15 2/283 3219
/proc/meminfo: memFree=21561004/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=285488 CPUtime=4.21 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 6691 0 0 0 421 0 0 0 19 0 4 0 651873007 292339712 3801 33554432000 4194304 4580107 140733830578112 18446744073709551615 4406499 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 71372 3801 379 95 0 66354 0
[pid=3219/tid=3220] ppid=3215 vsize=285488 CPUtime=1.04 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 1324 0 0 0 104 0 0 0 19 0 4 0 651873007 292339712 3801 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=285488 CPUtime=1.05 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 1380 0 0 0 105 0 0 0 22 0 4 0 651873007 292339712 3801 33554432000 4194304 4580107 140733830578112 18446744073709551615 4295401 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=285488 CPUtime=1.05 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 1293 0 0 0 105 0 0 0 19 0 4 0 651873007 292339712 3801 33554432000 4194304 4580107 140733830578112 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 285488

[startup+1.16178 s]
/proc/loadavg: 7.64 8.12 8.15 2/283 3219
/proc/meminfo: memFree=21561004/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=285544 CPUtime=4.61 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 6964 0 0 0 461 0 0 0 19 0 4 0 651873007 292397056 3643 33554432000 4194304 4580107 140733830578112 18446744073709551615 4295401 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 71386 3643 379 95 0 66368 0
[pid=3219/tid=3220] ppid=3215 vsize=285544 CPUtime=1.14 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 1359 0 0 0 114 0 0 0 19 0 4 0 651873007 292397056 3643 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294688 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=285544 CPUtime=1.15 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 1424 0 0 0 115 0 0 0 22 0 4 0 651873007 292397056 3643 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294400 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=285544 CPUtime=1.15 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 1466 0 0 0 115 0 0 0 19 0 4 0 651873007 292397056 3643 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 285544

[startup+1.50072 s]
/proc/loadavg: 7.64 8.12 8.15 2/283 3219
/proc/meminfo: memFree=21561004/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=285788 CPUtime=5.97 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 8960 0 0 0 597 0 0 0 19 0 4 0 651873007 292646912 4310 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294336 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 71447 4310 379 95 0 66429 0
[pid=3219/tid=3220] ppid=3215 vsize=285788 CPUtime=1.48 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 2484 0 0 0 148 0 0 0 20 0 4 0 651873007 292646912 4310 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294524 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=285788 CPUtime=1.49 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 1710 0 0 0 149 0 0 0 23 0 4 0 651873007 292646912 4310 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294517 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=285788 CPUtime=1.49 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 1765 0 0 0 149 0 0 0 19 0 4 0 651873007 292646912 4310 33554432000 4194304 4580107 140733830578112 18446744073709551615 4302554 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) 285788

[startup+3.10043 s]
/proc/loadavg: 7.64 8.12 8.15 10/291 3228
/proc/meminfo: memFree=21489284/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=293048 CPUtime=12.34 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 16755 0 0 0 1233 1 0 0 25 0 4 0 651873007 300081152 9647 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294535 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 73262 9647 379 95 0 68244 0
[pid=3219/tid=3220] ppid=3215 vsize=293048 CPUtime=3.06 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 4407 0 0 0 306 0 0 0 25 0 4 0 651873007 300081152 9647 33554432000 4194304 4580107 140733830578112 18446744073709551615 4406440 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=293048 CPUtime=3.09 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 4053 0 0 0 309 0 0 0 25 0 4 0 651873007 300081152 9647 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294520 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=293048 CPUtime=3.08 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 3820 0 0 0 308 0 0 0 25 0 4 0 651873007 300081152 9647 33554432000 4194304 4580107 140733830578112 18446744073709551615 4321069 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 293048

[startup+6.31086 s]
/proc/loadavg: 7.83 8.15 8.16 10/291 3228
/proc/meminfo: memFree=21456260/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=276612 CPUtime=25.16 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 23898 0 0 0 2513 3 0 0 25 0 4 0 651873007 283250688 12252 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294955 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 69153 12252 380 95 0 64135 0
[pid=3219/tid=3220] ppid=3215 vsize=276612 CPUtime=6.24 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 5731 0 0 0 623 1 0 0 25 0 4 0 651873007 283250688 12252 33554432000 4194304 4580107 140733830578112 18446744073709551615 4295723 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=276612 CPUtime=6.29 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 5948 0 0 0 629 0 0 0 25 0 4 0 651873007 283250688 12252 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294952 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=276612 CPUtime=6.29 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 6325 0 0 0 629 0 0 0 25 0 4 0 651873007 283250688 12252 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 276612

[startup+12.7007 s]
/proc/loadavg: 7.84 8.15 8.16 10/291 3228
/proc/meminfo: memFree=21438772/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=309948 CPUtime=50.67 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 35423 0 0 0 5062 5 0 0 25 0 4 0 651873007 317386752 14386 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294367 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 77487 14386 379 95 0 72469 0
[pid=3219/tid=3220] ppid=3215 vsize=309948 CPUtime=12.58 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 8162 0 0 0 1257 1 0 0 25 0 4 0 651873007 317386752 14386 33554432000 4194304 4580107 140733830578112 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=309948 CPUtime=12.69 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 9317 0 0 0 1268 1 0 0 25 0 4 0 651873007 317386752 14386 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294570 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=309948 CPUtime=12.68 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 9027 0 0 0 1267 1 0 0 25 0 4 0 651873007 317386752 14386 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294530 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.67
Current children cumulated vsize (KiB) 309948

[startup+25.5005 s]
/proc/loadavg: 7.88 8.14 8.15 10/291 3229
/proc/meminfo: memFree=21389556/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=311164 CPUtime=101.74 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 55189 0 0 0 10165 9 0 0 25 0 4 0 651873007 318631936 18151 33554432000 4194304 4580107 140733830578112 18446744073709551615 4293216 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 77791 18151 379 95 0 72773 0
[pid=3219/tid=3220] ppid=3215 vsize=311164 CPUtime=25.26 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 13339 0 0 0 2524 2 0 0 25 0 4 0 651873007 318631936 18151 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=311164 CPUtime=25.48 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 13570 0 0 0 2546 2 0 0 25 0 4 0 651873007 318631936 18151 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294462 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=311164 CPUtime=25.48 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 14754 0 0 0 2546 2 0 0 25 0 4 0 651873007 318631936 18151 33554432000 4194304 4580107 140733830578112 18446744073709551615 4306316 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.74
Current children cumulated vsize (KiB) 311164

[startup+51.1009 s]
/proc/loadavg: 8.05 8.16 8.16 10/291 3229
/proc/meminfo: memFree=21338640/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=311168 CPUtime=203.91 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 84755 0 0 0 20376 15 0 0 25 0 4 0 651873007 318636032 21233 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294373 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 77792 21233 379 95 0 72774 0
[pid=3219/tid=3220] ppid=3215 vsize=311168 CPUtime=50.63 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 20813 0 0 0 5060 3 0 0 25 0 4 0 651873007 318636032 21233 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=311168 CPUtime=51.08 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 21354 0 0 0 5105 3 0 0 25 0 4 0 651873007 318636032 21233 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=311168 CPUtime=51.09 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 22176 0 0 0 5105 4 0 0 25 0 4 0 651873007 318636032 21233 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.91
Current children cumulated vsize (KiB) 311168

[startup+102.301 s]
/proc/loadavg: 8.21 8.18 8.17 10/291 3231
/proc/meminfo: memFree=21288500/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=312724 CPUtime=408.24 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 130835 0 0 0 40798 26 0 0 25 0 4 0 651873007 320229376 27052 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 78181 27052 379 95 0 73163 0
[pid=3219/tid=3220] ppid=3215 vsize=312724 CPUtime=101.37 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 30445 0 0 0 10132 5 0 0 25 0 4 0 651873007 320229376 27052 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=312724 CPUtime=102.28 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 32544 0 0 0 10221 7 0 0 25 0 4 0 651873007 320229376 27052 33554432000 4194304 4580107 140733830578112 18446744073709551615 4319854 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=312724 CPUtime=102.28 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 34113 0 0 0 10222 6 0 0 25 0 4 0 651873007 320229376 27052 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294546 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.24
Current children cumulated vsize (KiB) 312724

[startup+162.301 s]
/proc/loadavg: 8.20 8.18 8.17 10/291 3232
/proc/meminfo: memFree=21229328/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=317700 CPUtime=647.7 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 174828 0 0 0 64731 39 0 0 25 0 4 0 651873007 325324800 37009 33554432000 4194304 4580107 140733830578112 18446744073709551615 4295404 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 79425 37009 379 95 0 74407 0
[pid=3219/tid=3220] ppid=3215 vsize=317700 CPUtime=160.82 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 39887 0 0 0 16075 7 0 0 25 0 4 0 651873007 325324800 37009 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294507 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=317700 CPUtime=162.29 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 43244 0 0 0 16219 10 0 0 25 0 4 0 651873007 325324800 37009 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=317700 CPUtime=162.28 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 47040 0 0 0 16218 10 0 0 25 0 4 0 651873007 325324800 37009 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 647.7
Current children cumulated vsize (KiB) 317700

[startup+222.3 s]
/proc/loadavg: 8.29 8.20 8.18 10/291 3234
/proc/meminfo: memFree=21143980/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=454976 CPUtime=887.14 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 211039 0 0 0 88664 50 0 0 25 0 4 0 651873007 465895424 45210 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 113744 45210 379 95 0 108726 0
[pid=3219/tid=3220] ppid=3215 vsize=454976 CPUtime=220.28 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 46595 0 0 0 22019 9 0 0 25 0 4 0 651873007 465895424 45210 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=454976 CPUtime=222.28 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 53827 0 0 0 22216 12 0 0 25 0 4 0 651873007 465895424 45210 33554432000 4194304 4580107 140733830578112 18446744073709551615 4305124 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=454976 CPUtime=222.28 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 55997 0 0 0 22215 13 0 0 25 0 4 0 651873007 465895424 45210 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294438 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 887.14
Current children cumulated vsize (KiB) 454976

[startup+282.301 s]
/proc/loadavg: 8.22 8.19 8.17 10/291 3236
/proc/meminfo: memFree=21094848/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=457800 CPUtime=1126.61 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 242895 0 0 0 112602 59 0 0 25 0 4 0 651873007 468787200 52984 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 114450 52984 379 95 0 109432 0
[pid=3219/tid=3220] ppid=3215 vsize=457800 CPUtime=279.74 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 54798 0 0 0 27963 11 0 0 25 0 4 0 651873007 468787200 52986 33554432000 4194304 4580107 140733830578112 18446744073709551615 4293211 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=457800 CPUtime=282.3 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 61402 0 0 0 28215 15 0 0 25 0 4 0 651873007 468787200 52986 33554432000 4194304 4580107 140733830578112 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=457800 CPUtime=282.3 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 65160 0 0 0 28213 17 0 0 25 0 4 0 651873007 468787200 52986 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1126.61
Current children cumulated vsize (KiB) 457800

[startup+342.301 s]
/proc/loadavg: 8.50 8.28 8.20 10/291 3237
/proc/meminfo: memFree=21072496/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=457964 CPUtime=1366.05 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 266516 0 0 0 136538 67 0 0 25 0 4 0 651873007 468955136 52937 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294960 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 114491 52937 379 95 0 109473 0
[pid=3219/tid=3220] ppid=3215 vsize=457964 CPUtime=339.19 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 59455 0 0 0 33906 13 0 0 25 0 4 0 651873007 468955136 52937 33554432000 4194304 4580107 140733830578112 18446744073709551615 4415773 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=457964 CPUtime=342.29 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 68648 0 0 0 34212 17 0 0 25 0 4 0 651873007 468955136 52937 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294533 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=457964 CPUtime=342.29 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 68615 0 0 0 34211 18 0 0 25 0 4 0 651873007 468955136 52937 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1366.05
Current children cumulated vsize (KiB) 457964

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

[startup+346.3 s]
/proc/loadavg: 8.46 8.27 8.20 10/291 3237
/proc/meminfo: memFree=21064932/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=457964 CPUtime=1382.01 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 267364 0 0 0 138133 68 0 0 25 0 4 0 651873007 468955136 53785 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294624 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 114491 53785 379 95 0 109473 0
[pid=3219/tid=3220] ppid=3215 vsize=457964 CPUtime=343.15 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 59705 0 0 0 34302 13 0 0 25 0 4 0 651873007 468955136 53785 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294581 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=457964 CPUtime=346.28 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 68907 0 0 0 34611 17 0 0 25 0 4 0 651873007 468955136 53785 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294378 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=457964 CPUtime=346.29 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 68615 0 0 0 34611 18 0 0 25 0 4 0 651873007 468955136 53785 33554432000 4194304 4580107 140733830578112 18446744073709551615 4321235 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1382.01
Current children cumulated vsize (KiB) 457964

[startup+352.7 s]
/proc/loadavg: 8.42 8.27 8.20 10/291 3237
/proc/meminfo: memFree=21057736/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=446256 CPUtime=1407.57 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 270119 0 0 0 140688 69 0 0 25 0 4 0 651873007 456966144 54894 33554432000 4194304 4580107 140733830578112 18446744073709551615 4293235 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 111564 54894 379 95 0 106546 0
[pid=3219/tid=3220] ppid=3215 vsize=446256 CPUtime=349.5 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 60122 0 0 0 34937 13 0 0 25 0 4 0 651873007 456966144 54896 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=446256 CPUtime=352.7 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 70045 0 0 0 35252 18 0 0 25 0 4 0 651873007 456966144 54896 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294373 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=446256 CPUtime=352.7 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 69372 0 0 0 35252 18 0 0 25 0 4 0 651873007 456966144 54896 33554432000 4194304 4580107 140733830578112 18446744073709551615 4304894 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1407.57
Current children cumulated vsize (KiB) 446256

[startup+355.901 s]
/proc/loadavg: 8.39 8.26 8.20 10/291 3237
/proc/meminfo: memFree=21048800/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=446256 CPUtime=1420.32 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 272522 0 0 0 141963 69 0 0 25 0 4 0 651873007 456966144 57297 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 111564 57297 379 95 0 106546 0
[pid=3219/tid=3220] ppid=3215 vsize=446256 CPUtime=352.67 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 60965 0 0 0 35254 13 0 0 25 0 4 0 651873007 456966144 57297 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=446256 CPUtime=355.89 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 70315 0 0 0 35571 18 0 0 25 0 4 0 651873007 456966144 57297 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294639 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=446256 CPUtime=355.89 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 69684 0 0 0 35571 18 0 0 25 0 4 0 651873007 456966144 57297 33554432000 4194304 4580107 140733830578112 18446744073709551615 4295404 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1420.32
Current children cumulated vsize (KiB) 446256

[startup+357.5 s]
/proc/loadavg: 8.39 8.26 8.20 10/291 3237
/proc/meminfo: memFree=21054000/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=446256 CPUtime=1426.71 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 272913 0 0 0 142601 70 0 0 25 0 4 0 651873007 456966144 57688 33554432000 4194304 4580107 140733830578112 18446744073709551615 4293211 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 111564 57688 379 95 0 106546 0
[pid=3219/tid=3220] ppid=3215 vsize=446256 CPUtime=354.25 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 61078 0 0 0 35412 13 0 0 25 0 4 0 651873007 456966144 57688 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294455 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=446256 CPUtime=357.49 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 70360 0 0 0 35731 18 0 0 25 0 4 0 651873007 456966144 57688 33554432000 4194304 4580107 140733830578112 18446744073709551615 4451684 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=446256 CPUtime=357.48 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 69806 0 0 0 35730 18 0 0 25 0 4 0 651873007 456966144 57688 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1426.71
Current children cumulated vsize (KiB) 446256

[startup+358.31 s]
/proc/loadavg: 8.39 8.26 8.20 10/291 3238
/proc/meminfo: memFree=21050900/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=446256 CPUtime=1429.93 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 273210 0 0 0 142923 70 0 0 25 0 4 0 651873007 456966144 56740 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294544 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 111564 56740 379 95 0 106546 0
[pid=3219/tid=3220] ppid=3215 vsize=446256 CPUtime=355.05 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 61144 0 0 0 35492 13 0 0 25 0 4 0 651873007 456966144 56740 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294389 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=446256 CPUtime=358.3 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 70484 0 0 0 35812 18 0 0 25 0 4 0 651873007 456966144 56740 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294367 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=446256 CPUtime=358.3 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 69860 0 0 0 35811 19 0 0 25 0 4 0 651873007 456966144 56740 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1429.93
Current children cumulated vsize (KiB) 446256

[startup+358.7 s]
/proc/loadavg: 8.39 8.26 8.20 10/291 3238
/proc/meminfo: memFree=21050900/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=446256 CPUtime=1431.49 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 273321 0 0 0 143079 70 0 0 25 0 4 0 651873007 456966144 56851 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294422 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 111564 56851 379 95 0 106546 0
[pid=3219/tid=3220] ppid=3215 vsize=446256 CPUtime=355.44 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 61175 0 0 0 35530 14 0 0 25 0 4 0 651873007 456966144 56851 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294624 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=446256 CPUtime=358.69 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 70525 0 0 0 35851 18 0 0 25 0 4 0 651873007 456966144 56851 33554432000 4194304 4580107 140733830578112 18446744073709551615 4293232 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=446256 CPUtime=358.69 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 69860 0 0 0 35850 19 0 0 25 0 4 0 651873007 456966144 56851 33554432000 4194304 4580107 140733830578112 18446744073709551615 4305188 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1431.49
Current children cumulated vsize (KiB) 446256

[startup+358.9 s]
/proc/loadavg: 8.39 8.26 8.20 10/291 3238
/proc/meminfo: memFree=21050900/32951124 swapFree=66457188/67111528
[pid=3219] ppid=3215 vsize=446256 CPUtime=1432.29 cores=0,2,4,6
/proc/3219/stat : 3219 (strangenight2-m) R 3215 3219 2765 0 -1 4202496 273377 0 0 0 143159 70 0 0 25 0 4 0 651873007 456966144 56907 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294426 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/3219/statm: 111564 56907 379 95 0 106546 0
[pid=3219/tid=3220] ppid=3215 vsize=446256 CPUtime=355.64 cores=0,2,4,6
/proc/3219/task/3220/stat : 3220 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 61192 0 0 0 35550 14 0 0 25 0 4 0 651873007 456966144 56907 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294426 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=3219/tid=3221] ppid=3215 vsize=446256 CPUtime=358.89 cores=0,2,4,6
/proc/3219/task/3221/stat : 3221 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 70543 0 0 0 35871 18 0 0 25 0 4 0 651873007 456966144 56907 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294376 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=3219/tid=3223] ppid=3215 vsize=446256 CPUtime=358.89 cores=0,2,4,6
/proc/3219/task/3223/stat : 3223 (strangenight2-m) R 3215 3219 2765 0 -1 4202560 69860 0 0 0 35870 19 0 0 25 0 4 0 651873007 456966144 56907 33554432000 4194304 4580107 140733830578112 18446744073709551615 4294449 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1432.29
Current children cumulated vsize (KiB) 446256

Child status: 20
Real time (s): 358.964
CPU time (s): 1432.52
CPU user time (s): 1431.8
CPU system time (s): 0.71789
CPU usage (%): 399.07
Max. virtual memory (cumulated for all children) (KiB): 469388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1431.8
system time used= 0.71789
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273394
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= 369
involuntary context switches= 24228

runsolver used 0.913861 second user time and 2.35164 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-14 21:52:28
IDJOB=3366372
IDBENCH=82781
IDSOLVER=1844
FILE ID=node132/3366372-1305402748
RUNJOBID= node132-1305401543-3103
PBS_JOBID= 13324471
Free space on /tmp= 73332 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S295912653-089.UNKNOWN.cnf
COMMAND LINE= ./strangenight2-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366372-1305402748/watcher-3366372-1305402748 -o /tmp/evaluation-result-3366372-1305402748/solver-3366372-1305402748 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3366372-1305402748.cnf

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

MD5SUM BENCH= db50771b4b9edf83822bd931af1fc1d7
RANDOM SEED=363660716

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21561440 kB
Buffers:        277796 kB
Cached:        5564124 kB
SwapCached:       6904 kB
Active:        4772760 kB
Inactive:      6312964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21561440 kB
SwapTotal:    67111528 kB
SwapFree:     66457188 kB
Dirty:           10892 kB
Writeback:           0 kB
AnonPages:     5241356 kB
Mapped:          18296 kB
Slab:           217916 kB
PageTables:      24328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 34736420 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73320 MiB
End job on node132 at 2011-05-14 21:58:27