Trace number 3173963

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-mtUNSAT 1434.76 360.126

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.00	c Using 4 threads
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3173963-1307650279.cnf'
0.00/0.00	c -- header says num vars:             75
0.00/0.00	c -- header says num clauses:        1597
0.00/0.00	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.00	c -- vars added         75
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	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.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.17/0.85	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.17/0.85	c Finding binary XORs  T:     0.00 s  found:       0
3.17/0.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.17/0.85	c calculated reachability. Time: 0.00
3.17/0.85	c Calc default polars -  time:   0.00 s pos:      31 undec:       6 neg:      38
3.17/0.85	c =========================================================================================
3.17/0.85	c types(t): F = full restart, N = normal restart
3.17/0.85	c types(t): S = simplification begin/end, E = solution found
3.17/0.85	c restart types(rt): st = static, dy = dynamic
3.17/0.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.17/0.85	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
3.17/0.85	c Decided on static restart strategy
3.17/0.85	c  N st     8      4923        75      1597         0      4475      7985     76331   no data   no data
3.17/0.85	c  N st    10     11306        75      1597         0      4142      7985     58437   no data   no data
3.17/0.85	c  N st    11     17050        75      1597         0      9313      7985    147730   no data   no data
3.17/0.85	c  F st    12     25001        75      1597         0     11365      7985    176818   no data   no data
3.17/0.85	c  N st    12     25001        75      1597         0     11365      7985    176818   no data   no data
3.57/0.92	c Decided on static restart strategy
3.57/0.92	c  N st    18     30001        75      1597         0      9810      7985    145995   no data   no data
3.57/0.92	c  S st    18     30001        75      1597         0      9810      7985    145995   no data   no data
3.57/0.95	c  S st    18     30504        75      1597         0     10279      7985    154464   no data   no data
3.57/0.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.57/0.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.57/0.95	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.57/0.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.57/0.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.57/0.96	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.57/0.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.36/1.11	c lits-rem:       307  cl-subs:     2450  v-elim:      0  v-fix:    0  time:  0.15 s
4.36/1.14	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
4.36/1.14	c calculated reachability. Time: 0.00
4.36/1.14	c  N st    18     30504        75      1597         0      7829      7985    115391   no data   no data
5.56/1.44	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.16/1.83	c  S st    22     46260        75      1597         0     15046      7985    227621   no data   no data
7.16/1.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.16/1.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
7.16/1.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.16/1.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.16/1.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.16/1.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.16/1.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.16/1.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.16/1.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.36/2.14	c lits-rem:       269  cl-subs:     2776  v-elim:      0  v-fix:    0  time:  0.30 s
8.36/2.14	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.55/2.90	c  N st    23     60657        75      1597         0     17255      7985    252901   no data   no data
13.16/3.32	c  N st    24     69392        75      1597         0     16219      7985    224253   no data   no data
13.16/3.32	c  S st    24     69392        75      1597         0     16219      7985    224253   no data   no data
13.16/3.36	c  S st    24     69893        75      1597         0     16695      7985    232792   no data   no data
13.16/3.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.16/3.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.16/3.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.16/3.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.16/3.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.16/3.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
13.16/3.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.16/3.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.16/3.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.75/3.74	c lits-rem:       260  cl-subs:     3548  v-elim:      0  v-fix:    0  time:  0.36 s
14.75/3.74	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.75/3.75	c vivif2 --  cl tried    13147 cl shrink        0 lits rem          0 time: 0.00
14.75/3.79	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
14.75/3.79	c calculated reachability. Time: 0.00
14.75/3.79	c  N st    24     69893        75      1597         0     13147      7985    181256   no data   no data
18.75/4.77	c  F st    25     87504        75      1597         0     19263      7985    256701   no data   no data
18.75/4.77	c  N st    25     87504        75      1597         0     19263      7985    256701   no data   no data
19.94/5.07	c Decided on static restart strategy
20.74/5.23	c  N st    32     95543        75      1597         0     15869      7985    213840   no data   no data
23.13/5.81	c  N st    34    104839        75      1597         0     12605      7985    152770   no data   no data
23.13/5.81	c  S st    34    104839        75      1597         0     12605      7985    152770   no data   no data
23.13/5.85	c  S st    34    105344        75      1597         0     13081      7985    161360   no data   no data
23.13/5.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.13/5.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
23.13/5.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.13/5.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.13/5.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.13/5.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
23.13/5.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.13/5.86	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
23.13/5.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.53/5.94	c lits-rem:        85  cl-subs:     1231  v-elim:      0  v-fix:    0  time:  0.08 s
23.53/5.94	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
23.53/5.94	c vivif2 --  cl tried    11850 cl shrink        0 lits rem          0 time: 0.00
23.53/5.98	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
23.53/5.98	c calculated reachability. Time: 0.00
23.53/5.98	c  N st    34    105344        75      1597         0     11850      7985    144312   no data   no data
25.93/6.55	c  N st    35    114942        75      1597         0     20491      7985    288423   no data   no data
29.53/7.48	c  N st    36    129340        75      1597         0     20904      7985    282732   no data   no data
35.12/8.81	c  N st    37    150937        75      1597         0     26743      7985    362947   no data   no data
36.72/9.26	c  S st    38    158016        75      1597         0     18781      7985    232123   no data   no data
37.12/9.31	c  S st    38    158520        75      1597         0     19245      7985    240490   no data   no data
37.12/9.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
37.12/9.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
37.12/9.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.12/9.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
37.12/9.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.12/9.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
37.12/9.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
37.12/9.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
37.12/9.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.92/9.59	c lits-rem:       264  cl-subs:     2849  v-elim:      0  v-fix:    0  time:  0.27 s
37.92/9.59	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
37.92/9.59	c vivif2 --  cl tried    16396 cl shrink        0 lits rem          0 time: 0.00
38.32/9.64	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.05
38.32/9.64	c calculated reachability. Time: 0.00
38.32/9.64	c  N st    38    158520        75      1597         0     16396      7985    199053   no data   no data
51.90/13.00	c  N st    39    207109        75      1597         0     28800      7985    382072   no data   no data
61.09/15.37	c  N st    40    237782        75      1597         0     21328      7985    248389   no data   no data
61.09/15.37	c  S st    40    237782        75      1597         0     21328      7985    248389   no data   no data
61.49/15.42	c  S st    40    238287        75      1597         0     21808      7985    257539   no data   no data
61.49/15.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.49/15.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
61.49/15.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
61.49/15.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.49/15.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.49/15.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
61.49/15.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
61.49/15.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
61.49/15.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
62.31/15.67	c lits-rem:       164  cl-subs:     2383  v-elim:      0  v-fix:    0  time:  0.24 s
62.31/15.67	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
62.31/15.68	c vivif2 --  cl tried    19425 cl shrink        0 lits rem          0 time: 0.00
62.68/15.74	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
62.68/15.74	c calculated reachability. Time: 0.00
62.68/15.74	c  N st    40    238287        75      1597         0     19425      7985    225423   no data   no data
85.46/21.46	c  F st    41    306250        75      1597         0     21309      7985    229678   no data   no data
85.46/21.46	c  N st    41    306250        75      1597         0     21309      7985    229678   no data   no data
87.05/21.84	c Decided on static restart strategy
95.43/23.95	c  N st    51    334554        75      1597         0     25337      7985    290351   no data   no data
103.83/26.08	c  N st    53    357431        75      1597         0     23510      7985    252607   no data   no data
103.83/26.08	c  S st    53    357431        75      1597         0     23510      7985    252607   no data   no data
104.23/26.14	c  S st    53    357935        75      1597         0     23990      7985    261333   no data   no data
104.23/26.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
104.23/26.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
104.23/26.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
104.23/26.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
104.23/26.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.23/26.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
104.23/26.15	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
104.23/26.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
104.23/26.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.03/26.31	c lits-rem:       122  cl-subs:     1330  v-elim:      0  v-fix:    0  time:  0.15 s
105.03/26.31	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
105.03/26.31	c vivif2 --  cl tried    22660 cl shrink        0 lits rem          0 time: 0.00
105.03/26.38	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
105.03/26.38	c calculated reachability. Time: 0.00
105.03/26.38	c  N st    53    357935        75      1597         0     22660      7985    244427   no data   no data
118.20/29.69	c  N st    54    390327        75      1597         0     28378      7985    325411   no data   no data
137.78/34.51	c  N st    55    438915        75      1597         0     47570      7985    638197   no data   no data
168.54/42.24	c  N st    56    511798        75      1597         0     34641      7985    398684   no data   no data
179.73/45.03	c  N st    57    536903        75      1597         0     29566      7985    315417   no data   no data
179.73/45.03	c  S st    57    536903        75      1597         0     29566      7985    315417   no data   no data
180.13/45.11	c  S st    57    537406        75      1597         0     30039      7985    324035   no data   no data
180.13/45.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
180.13/45.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
180.13/45.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
180.13/45.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
180.13/45.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
180.13/45.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
180.13/45.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
180.13/45.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
180.13/45.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
180.94/45.36	c lits-rem:       115  cl-subs:     1737  v-elim:      0  v-fix:    0  time:  0.24 s
180.94/45.36	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
180.94/45.37	c vivif2 --  cl tried    28302 cl shrink        0 lits rem          0 time: 0.00
181.32/45.45	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.08
181.32/45.45	c calculated reachability. Time: 0.00
181.32/45.45	c  N st    57    537406        75      1597         0     28302      7985    300735   no data   no data
252.03/63.17	c  N st    58    701390        75      1597         0     55201      7985    694019   no data   no data
303.16/76.00	c  N st    59    806110        75      1597         0     49365      7985    581989   no data   no data
303.16/76.00	c  S st    59    806110        75      1597         0     49365      7985    581989   no data   no data
303.98/76.12	c  S st    59    806611        75      1597         0     49842      7985    590676   no data   no data
303.98/76.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
303.98/76.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
303.98/76.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
303.98/76.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
303.98/76.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
303.98/76.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
303.98/76.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
303.98/76.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
303.98/76.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
311.56/78.00	c lits-rem:       847  cl-subs:     7819  v-elim:      0  v-fix:    0  time:  1.83 s
311.56/78.00	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
311.56/78.01	c vivif2 --  cl tried    42023 cl shrink        0 lits rem          0 time: 0.01
311.96/78.16	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.15
311.96/78.16	c calculated reachability. Time: 0.00
311.96/78.16	c  N st    59    806611        75      1597         0     42023      7985    488069   no data   no data
458.55/114.86	c  F st    60   1071877        75      1597         0     56963      7985    649893   no data   no data
458.55/114.86	c  N st    60   1071877        75      1597         0     56963      7985    649893   no data   no data
461.77/115.68	c Decided on static restart strategy
480.52/120.34	c  N st    70   1100181        75      1597         0     42475      7985    436022   no data   no data
500.50/125.38	c  N st    72   1136176        75      1597         0     74376      7985    955892   no data   no data
521.27/130.58	c  N st    73   1168568        75      1597         0     62344      7985    750029   no data   no data
551.23/138.00	c  N st    74   1209916        75      1597         0     57049      7985    642926   no data   no data
551.23/138.00	c  S st    74   1209916        75      1597         0     57049      7985    642926   no data   no data
551.63/138.16	c  S st    74   1210420        75      1597         0     57521      7985    651705   no data   no data
551.63/138.17	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
551.63/138.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
551.63/138.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
551.63/138.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
551.63/138.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
551.63/138.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
551.63/138.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
552.03/138.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
552.03/138.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
560.81/140.44	c lits-rem:       812  cl-subs:     9085  v-elim:      0  v-fix:    0  time:  2.23 s
560.81/140.44	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
560.81/140.45	c vivif2 --  cl tried    48436 cl shrink        0 lits rem          0 time: 0.01
561.61/140.63	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.18
561.61/140.63	c calculated reachability. Time: 0.00
561.61/140.63	c  N st    74   1210420        75      1597         0     48436      7985    531229   no data   no data
609.96/152.79	c  N st    75   1283302        75      1597         0     71326      7985    894582   no data   no data
681.47/170.68	c  N st    76   1392625        75      1597         0     80464      7985    981173   no data   no data
791.33/198.11	c  N st    77   1556609        75      1597         0     87399      7985   1070259   no data   no data
898.36/224.94	c  N st    78   1710421        75      1597         0     77409      7985    890603   no data   no data
898.36/224.94	c  S st    78   1710421        75      1597         0     77409      7985    890603   no data   no data
899.17/225.18	c  S st    78   1710924        75      1597         0     77871      7985    899031   no data   no data
899.17/225.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
899.57/225.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
899.57/225.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
899.57/225.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
899.57/225.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
899.57/225.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
899.57/225.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
899.57/225.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
899.57/225.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
921.14/230.63	c lits-rem:      1565  cl-subs:    16939  v-elim:      0  v-fix:    0  time:  5.37 s
921.14/230.63	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
921.14/230.64	c vivif2 --  cl tried    60932 cl shrink        0 lits rem          0 time: 0.01
921.94/230.89	c asymm  cl-useful: 0/1505/1597 lits-rem:0 time: 0.25
921.94/230.89	c calculated reachability. Time: 0.00
921.94/230.89	c  N st    78   1710924        75      1597         0     60932      7985    686690   no data   no data
1189.18/297.74	c  N st    79   2079888        75      1597         0     73541      7985    808957   no data   no data
1289.05/322.74	c  N st    80   2210924        74      1538         1     75145      7631    805758   no data   no data
1289.05/322.74	c  S st    80   2210924        74      1538         1     75145      7631    805758   no data   no data
1289.85/322.97	c  S st    80   2211426        74      1538         1     75610      7631    813872   no data   no data
1289.85/322.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1290.25/323.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
1290.25/323.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1290.25/323.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1290.25/323.00	c subs with bin:        1  lits-rem:         6  v-fix:    0  time:  0.00 s
1290.25/323.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     74 time:  0.00 s
1290.25/323.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1290.25/323.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
1296.66/324.66	c subs with bin:     8109  lits-rem:      1316  v-fix:    0  time:  1.62 s
1305.44/326.89	c lits-rem:      2646  cl-subs:     6474  v-elim:      0  v-fix:    0  time:  2.23 s
1305.44/326.89	c vivif2 --  cl tried     1537 cl shrink        0 lits rem          0 time: 0.00
1305.85/326.90	c vivif2 --  cl tried    61027 cl shrink        0 lits rem          0 time: 0.01
1306.63/327.15	c asymm  cl-useful: 0/1341/1537 lits-rem:0 time: 0.24
1306.63/327.15	c calculated reachability. Time: 0.00
1306.63/327.15	c  N st    80   2211426        74      1537         1     61027      7621    647385   no data   no data
1434.71/360.11	c Following stats are for *FIRST FINISHED THREAD ONLY*
1434.71/360.11	c num threads              : 4          
1434.71/360.11	c restarts                 : 81         
1434.71/360.11	c dynamic restarts         : 0          
1434.71/360.11	c static restarts          : 81         
1434.71/360.11	c full restarts            : 4          
1434.71/360.11	c total simplify time      : 0.89       
1434.71/360.11	c learnts DL2              : 0          
1434.71/360.11	c learnts size 2           : 111        
1434.71/360.11	c learnts size 1           : 46          (61.33     % of vars)
1434.71/360.11	c filedLit time            : 0.11        (0.03      % time)
1434.71/360.11	c v-elim SatELite          : 0           (0.00      % vars)
1434.71/360.11	c SatELite time            : 22.76       (6.32      % time)
1434.71/360.11	c v-elim xor               : 0           (0.00      % vars)
1434.71/360.11	c xor elim time            : 0.01        (0.00      % time)
1434.71/360.11	c num binary xor trees     : 0          
1434.71/360.11	c binxor trees' crown      : 0           (nan       leafs/tree)
1434.71/360.11	c bin xor find time        : 0.00       
1434.71/360.11	c OTF clause improved      : 294345      (0.12      clauses/conflict)
1434.71/360.11	c OTF impr. size diff      : 300739      (1.02       lits/clause)
1434.71/360.11	c OTF cl watch-shrink      : 65832       (0.03      clauses/conflict)
1434.71/360.11	c OTF cl watch-sh-lit      : 67389       (1.02       lits/clause)
1434.71/360.11	c tried to recurMin cls    : 122495      (4.93       % of conflicts)
1434.71/360.11	c updated cache            : 1452        (0.01       lits/tried recurMin)
1434.71/360.11	c unit cls recevied        : 5           (10.87     % of units)
1434.71/360.11	c unit cls sent            : 5           (10.87     % of units)
1434.71/360.11	c bin cls recevied         : 8          
1434.71/360.11	c bin cls sent             : 70         
1434.71/360.11	c clauses over max glue    : 0           (0.00      % of all clauses)
1434.71/360.11	c conflicts                : 2485039     (6904.93   / sec)
1434.71/360.11	c decisions                : 2709097     (0.63      % random)
1434.71/360.11	c bogo-props               : 68793777948 (191150489.42 / sec)
1434.71/360.11	c conflict literals        : 36506251    (26.08     % deleted)
1434.71/360.11	c Memory used              : 311.70      MB
1434.71/360.11	c single-thread CPU time   : 359.89      s
1434.71/360.11	c all-threads sum CPU time : 1433.97     s
1434.71/360.11	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: 977)

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

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

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


[startup+0 s]
/proc/loadavg: 0.92 1.04 1.38 4/176 29659
/proc/meminfo: memFree=32145072/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) R 29655 29659 27745 0 -1 4202496 405 0 1 0 0 0 0 0 17 0 4 0 955258613 52441088 346 33554432000 4194304 4627427 140735102777328 18446744073709551615 47956765579186 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 12803 346 299 106 0 7774 0
[pid=29659/tid=29661] ppid=29655 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 4 0 955258614 52441088 346 33554432000 4194304 4627427 140735102777328 18446744073709551615 256415448049 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 4 0 955258614 52441088 346 33554432000 4194304 4627427 140735102777328 18446744073709551615 256415448049 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 4 0 955258614 52441088 346 33554432000 4194304 4627427 140735102777328 18446744073709551615 256415448049 0 0 4096 2 0 0 0 -1 5 0 0 0

[startup+0.265087 s]
/proc/loadavg: 0.92 1.04 1.38 4/176 29659
/proc/meminfo: memFree=32145072/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=283468 CPUtime=1.03 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) R 29655 29659 27745 0 -1 4202496 2532 0 1 0 102 1 0 0 18 0 4 0 955258613 290271232 1732 33554432000 4194304 4627427 140735102777328 18446744073709551615 256415434887 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 70867 1732 384 106 0 65838 0
[pid=29659/tid=29661] ppid=29655 vsize=283468 CPUtime=0.25 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 469 0 0 0 25 0 0 0 18 0 4 0 955258614 290271232 1732 33554432000 4194304 4627427 140735102777328 18446744073709551615 4324294 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=283468 CPUtime=0.25 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 491 0 0 0 25 0 0 0 18 0 4 0 955258614 290271232 1732 33554432000 4194304 4627427 140735102777328 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=283468 CPUtime=0.25 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 545 0 0 0 25 0 0 0 18 0 4 0 955258614 290271232 1732 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 283468

[startup+0.300707 s]
/proc/loadavg: 0.92 1.04 1.38 4/176 29659
/proc/meminfo: memFree=32145072/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=283716 CPUtime=1.17 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) R 29655 29659 27745 0 -1 4202496 2806 0 1 0 116 1 0 0 18 0 4 0 955258613 290525184 1693 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309130 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 70929 1693 384 106 0 65900 0
[pid=29659/tid=29661] ppid=29655 vsize=283716 CPUtime=0.29 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 579 0 0 0 29 0 0 0 18 0 4 0 955258614 290525184 1693 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309155 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=283716 CPUtime=0.28 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 600 0 0 0 28 0 0 0 18 0 4 0 955258614 290525184 1693 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309392 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=283716 CPUtime=0.29 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 576 0 0 0 29 0 0 0 18 0 4 0 955258614 290525184 1693 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283716

[startup+0.400688 s]
/proc/loadavg: 0.92 1.04 1.38 4/176 29659
/proc/meminfo: memFree=32145072/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=283852 CPUtime=1.57 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) R 29655 29659 27745 0 -1 4202496 3096 0 1 0 156 1 0 0 18 0 4 0 955258613 290664448 1983 33554432000 4194304 4627427 140735102777328 18446744073709551615 4308414 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 70963 1984 384 106 0 65934 0
[pid=29659/tid=29661] ppid=29655 vsize=283852 CPUtime=0.39 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 643 0 0 0 39 0 0 0 18 0 4 0 955258614 290664448 1985 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=283852 CPUtime=0.38 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 668 0 0 0 38 0 0 0 18 0 4 0 955258614 290664448 1985 33554432000 4194304 4627427 140735102777328 18446744073709551615 4321405 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=283852 CPUtime=0.39 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 661 0 0 0 39 0 0 0 18 0 4 0 955258614 290664448 1985 33554432000 4194304 4627427 140735102777328 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 283852

[startup+0.700631 s]
/proc/loadavg: 0.92 1.04 1.38 4/176 29659
/proc/meminfo: memFree=32145072/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=284568 CPUtime=2.77 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) R 29655 29659 27745 0 -1 4202496 4363 0 1 0 276 1 0 0 18 0 4 0 955258613 291397632 2445 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 71142 2445 385 106 0 66113 0
[pid=29659/tid=29661] ppid=29655 vsize=284568 CPUtime=0.69 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 953 0 0 0 69 0 0 0 18 0 4 0 955258614 291397632 2445 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=284568 CPUtime=0.68 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 991 0 0 0 68 0 0 0 18 0 4 0 955258614 291397632 2445 33554432000 4194304 4627427 140735102777328 18446744073709551615 4333279 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=284568 CPUtime=0.69 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 988 0 0 0 69 0 0 0 18 0 4 0 955258614 291397632 2445 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284568

[startup+1.50048 s]
/proc/loadavg: 0.92 1.04 1.38 9/184 29667
/proc/meminfo: memFree=32119720/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=285236 CPUtime=5.96 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) R 29655 29659 27745 0 -1 4202496 8971 0 1 0 594 2 0 0 20 0 4 0 955258613 292081664 4451 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 71309 4452 388 106 0 66280 0
[pid=29659/tid=29661] ppid=29655 vsize=285236 CPUtime=1.48 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 2453 0 0 0 148 0 0 0 20 0 4 0 955258614 292081664 4452 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=285236 CPUtime=1.48 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 1641 0 0 0 148 0 0 0 20 0 4 0 955258614 292081664 4452 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=285236 CPUtime=1.49 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 1826 0 0 0 149 0 0 0 20 0 4 0 955258614 292081664 4452 33554432000 4194304 4627427 140735102777328 18446744073709551615 4310114 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 285236

[startup+3.10018 s]
/proc/loadavg: 0.92 1.04 1.38 9/184 29667
/proc/meminfo: memFree=32082396/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=292544 CPUtime=12.35 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) R 29655 29659 27745 0 -1 4202496 16737 0 1 0 1232 3 0 0 25 0 4 0 955258613 299565056 9184 33554432000 4194304 4627427 140735102777328 18446744073709551615 4333275 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 73136 9184 388 106 0 68107 0
[pid=29659/tid=29661] ppid=29655 vsize=292544 CPUtime=3.08 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 4356 0 0 0 307 1 0 0 25 0 4 0 955258614 299565056 9184 33554432000 4194304 4627427 140735102777328 18446744073709551615 4420258 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=292544 CPUtime=3.07 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 3963 0 0 0 307 0 0 0 25 0 4 0 955258614 299565056 9184 33554432000 4194304 4627427 140735102777328 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=292544 CPUtime=3.08 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 4019 0 0 0 308 0 0 0 25 0 4 0 955258614 299565056 9184 33554432000 4194304 4627427 140735102777328 18446744073709551615 4332767 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 292544

[startup+6.30058 s]
/proc/loadavg: 1.49 1.15 1.42 9/184 29667
/proc/meminfo: memFree=32058260/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=277228 CPUtime=25.13 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) R 29655 29659 27745 0 -1 4202496 24504 0 1 0 2509 4 0 0 25 0 4 0 955258613 283881472 12365 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309572 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 69307 12365 388 106 0 64278 0
[pid=29659/tid=29661] ppid=29655 vsize=277228 CPUtime=6.28 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 5918 0 0 0 627 1 0 0 25 0 4 0 955258614 283881472 12365 33554432000 4194304 4627427 140735102777328 18446744073709551615 4310577 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=277228 CPUtime=6.25 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 5760 0 0 0 625 0 0 0 25 0 4 0 955258614 283881472 12365 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=277228 CPUtime=6.28 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 6522 0 0 0 628 0 0 0 25 0 4 0 955258614 283881472 12365 33554432000 4194304 4627427 140735102777328 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 277228

[startup+12.7004 s]
/proc/loadavg: 2.09 1.28 1.46 9/184 29667
/proc/meminfo: memFree=32017576/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=299004 CPUtime=50.7 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) R 29655 29659 27745 0 -1 4202496 36329 0 1 0 5063 7 0 0 25 0 4 0 955258613 306180096 13267 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309098 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 74751 13267 388 106 0 69722 0
[pid=29659/tid=29661] ppid=29655 vsize=299004 CPUtime=12.68 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 8754 0 0 0 1267 1 0 0 25 0 4 0 955258614 306180096 13267 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309109 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=299004 CPUtime=12.62 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 9011 0 0 0 1261 1 0 0 25 0 4 0 955258614 306180096 13267 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=299004 CPUtime=12.68 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 9369 0 0 0 1267 1 0 0 25 0 4 0 955258614 306180096 13267 33554432000 4194304 4627427 140735102777328 18446744073709551615 4333312 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 299004

[startup+25.507 s]
/proc/loadavg: 3.47 1.63 1.57 9/184 29668
/proc/meminfo: memFree=31970944/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=318244 CPUtime=101.86 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) R 29655 29659 27745 0 -1 4202496 56389 0 1 0 10175 11 0 0 25 0 4 0 955258613 325881856 19023 33554432000 4194304 4627427 140735102777328 18446744073709551615 4308256 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 79561 19023 388 106 0 74532 0
[pid=29659/tid=29661] ppid=29655 vsize=318244 CPUtime=25.49 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 13932 0 0 0 2547 2 0 0 25 0 4 0 955258614 325881856 19023 33554432000 4194304 4627427 140735102777328 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=318244 CPUtime=25.36 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 13029 0 0 0 2534 2 0 0 25 0 4 0 955258614 325881856 19023 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=318244 CPUtime=25.49 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 15552 0 0 0 2547 2 0 0 25 0 4 0 955258614 325881856 19023 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309315 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 318244

[startup+51.1011 s]
/proc/loadavg: 5.02 2.14 1.74 9/184 29668
/proc/meminfo: memFree=31922608/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=319844 CPUtime=204.09 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) R 29655 29659 27745 0 -1 4202496 85936 0 1 0 20393 16 0 0 25 0 4 0 955258613 327520256 23182 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 79961 23182 388 106 0 74932 0
[pid=29659/tid=29661] ppid=29655 vsize=319844 CPUtime=51.08 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 21128 0 0 0 5105 3 0 0 25 0 4 0 955258614 327520256 23182 33554432000 4194304 4627427 140735102777328 18446744073709551615 4324134 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=319844 CPUtime=50.81 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 20336 0 0 0 5079 2 0 0 25 0 4 0 955258614 327520256 23182 33554432000 4194304 4627427 140735102777328 18446744073709551615 4329850 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=319844 CPUtime=51.09 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 23308 0 0 0 5104 5 0 0 25 0 4 0 955258614 327520256 23182 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 319844

[startup+102.3 s]
/proc/loadavg: 6.80 3.07 2.07 9/184 29670
/proc/meminfo: memFree=31862060/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=312348 CPUtime=408.62 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) R 29655 29659 27745 0 -1 4202496 131213 0 1 0 40833 29 0 0 25 0 4 0 955258613 319844352 30245 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309279 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 78087 30245 388 106 0 73058 0
[pid=29659/tid=29661] ppid=29655 vsize=312348 CPUtime=102.28 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 30599 0 0 0 10222 6 0 0 25 0 4 0 955258614 319844352 30245 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=312348 CPUtime=101.74 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 31488 0 0 0 10168 6 0 0 25 0 4 0 955258614 319844352 30245 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=312348 CPUtime=102.29 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 34639 0 0 0 10221 8 0 0 25 0 4 0 955258614 319844352 30245 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.62
Current children cumulated vsize (KiB) 312348

[startup+162.301 s]
/proc/loadavg: 7.60 3.98 2.45 9/184 29671
/proc/meminfo: memFree=31811528/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=368568 CPUtime=648.3 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) R 29655 29659 27745 0 -1 4202496 172363 0 1 0 64788 42 0 0 25 0 4 0 955258613 377413632 37496 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309293 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 92142 37496 388 106 0 87113 0
[pid=29659/tid=29661] ppid=29655 vsize=368568 CPUtime=162.28 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 42016 0 0 0 16219 9 0 0 25 0 4 0 955258614 377413632 37496 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309284 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=368568 CPUtime=161.41 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 39632 0 0 0 16133 8 0 0 25 0 4 0 955258614 377413632 37496 33554432000 4194304 4627427 140735102777328 18446744073709551615 4310117 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=368568 CPUtime=162.29 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 48422 0 0 0 16217 12 0 0 25 0 4 0 955258614 377413632 37496 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 648.3
Current children cumulated vsize (KiB) 368568

[startup+222.301 s]
/proc/loadavg: 7.85 4.71 2.79 9/184 29673
/proc/meminfo: memFree=31719952/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=393552 CPUtime=888 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) R 29655 29659 27745 0 -1 4202496 209603 0 1 0 88745 55 0 0 25 0 4 0 955258613 402997248 47506 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309250 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 98388 47506 389 106 0 93359 0
[pid=29659/tid=29661] ppid=29655 vsize=393552 CPUtime=222.29 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 48508 0 0 0 22216 13 0 0 25 0 4 0 955258614 402997248 47506 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=393552 CPUtime=221.08 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 49243 0 0 0 22098 10 0 0 25 0 4 0 955258614 402997248 47506 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309095 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=393552 CPUtime=222.3 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 59780 0 0 0 22214 16 0 0 25 0 4 0 955258614 402997248 47506 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 888
Current children cumulated vsize (KiB) 393552

[startup+282.3 s]
/proc/loadavg: 7.94 5.30 3.11 9/184 29675
/proc/meminfo: memFree=31670536/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=437908 CPUtime=1127.66 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) R 29655 29659 27745 0 -1 4202496 241037 0 1 0 112700 66 0 0 25 0 4 0 955258613 448417792 53397 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 109477 53397 389 106 0 104448 0
[pid=29659/tid=29661] ppid=29655 vsize=437908 CPUtime=282.28 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 56638 0 0 0 28212 16 0 0 25 0 4 0 955258614 448417792 53397 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309587 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=437908 CPUtime=280.75 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 54763 0 0 0 28063 12 0 0 25 0 4 0 955258614 448417792 53397 33554432000 4194304 4627427 140735102777328 18446744073709551615 4332200 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=437908 CPUtime=282.29 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 69350 0 0 0 28210 19 0 0 25 0 4 0 955258614 448417792 53397 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1127.66
Current children cumulated vsize (KiB) 437908

[startup+342.307 s]
/proc/loadavg: 7.98 5.79 3.42 10/184 29676
/proc/meminfo: memFree=31652764/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=397612 CPUtime=1367.37 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) R 29655 29659 27745 0 -1 4202496 265294 0 1 0 136661 76 0 0 25 0 4 0 955258613 407154688 53603 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309360 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 99403 53603 389 106 0 94374 0
[pid=29659/tid=29661] ppid=29655 vsize=397612 CPUtime=342.3 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 60663 0 0 0 34212 18 0 0 25 0 4 0 955258614 407154688 53603 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=397612 CPUtime=340.44 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 60305 0 0 0 34029 15 0 0 25 0 4 0 955258614 407154688 53603 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309347 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=397612 CPUtime=342.31 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 75460 0 0 0 34209 22 0 0 25 0 4 0 955258614 407154688 53603 33554432000 4194304 4627427 140735102777328 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1367.37
Current children cumulated vsize (KiB) 397612

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

[startup+345.7 s]
/proc/loadavg: 7.98 5.83 3.44 9/184 29676
/proc/meminfo: memFree=31646060/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=397612 CPUtime=1380.92 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) R 29655 29659 27745 0 -1 4202496 266298 0 1 0 138015 77 0 0 25 0 4 0 955258613 407154688 54547 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309905 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 99403 54547 389 106 0 94374 0
[pid=29659/tid=29661] ppid=29655 vsize=397612 CPUtime=345.69 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 60881 0 0 0 34551 18 0 0 25 0 4 0 955258614 407154688 54547 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=397612 CPUtime=343.81 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 60503 0 0 0 34366 15 0 0 25 0 4 0 955258614 407154688 54547 33554432000 4194304 4627427 140735102777328 18446744073709551615 4324134 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=397612 CPUtime=345.7 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 75772 0 0 0 34548 22 0 0 25 0 4 0 955258614 407154688 54547 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1380.92
Current children cumulated vsize (KiB) 397612

[startup+352.1 s]
/proc/loadavg: 7.98 5.86 3.47 9/184 29676
/proc/meminfo: memFree=31658948/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=330436 CPUtime=1406.51 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) R 29655 29659 27745 0 -1 4202496 268095 0 1 0 140573 78 0 0 25 0 4 0 955258613 338366464 50380 33554432000 4194304 4627427 140735102777328 18446744073709551615 4324192 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 82609 50380 389 106 0 77580 0
[pid=29659/tid=29661] ppid=29655 vsize=330436 CPUtime=352.09 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 61917 0 0 0 35191 18 0 0 25 0 4 0 955258614 338366464 50380 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309260 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=330436 CPUtime=350.18 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 60758 0 0 0 35003 15 0 0 25 0 4 0 955258614 338366464 50380 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=330436 CPUtime=352.1 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 75875 0 0 0 35188 22 0 0 25 0 4 0 955258614 338366464 50380 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1406.51
Current children cumulated vsize (KiB) 330436

[startup+355.301 s]
/proc/loadavg: 7.98 5.90 3.49 9/184 29677
/proc/meminfo: memFree=31658452/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=319180 CPUtime=1419.28 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) R 29655 29659 27745 0 -1 4202496 269328 0 1 0 141850 78 0 0 25 0 4 0 955258613 326840320 49980 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 79795 49980 389 106 0 74766 0
[pid=29659/tid=29661] ppid=29655 vsize=319180 CPUtime=355.29 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 62181 0 0 0 35511 18 0 0 25 0 4 0 955258614 326840320 49980 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309256 0 0 4096 2 0 0 0 -1 3 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=319180 CPUtime=353.36 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 60833 0 0 0 35321 15 0 0 25 0 4 0 955258614 326840320 49980 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309160 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=319180 CPUtime=355.3 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 75875 0 0 0 35508 22 0 0 25 0 4 0 955258614 326840320 49980 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1419.28
Current children cumulated vsize (KiB) 319180

[startup+358.501 s]
/proc/loadavg: 7.98 5.90 3.49 9/184 29677
/proc/meminfo: memFree=31662048/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=319180 CPUtime=1431.51 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) S 29655 29659 27745 0 -1 4202496 270527 0 1 0 143073 78 0 0 25 0 4 0 955258613 326840320 51179 33554432000 4194304 4627427 140735102777328 18446744073709551615 47956765578804 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 79795 51179 389 106 0 74766 0
[pid=29659/tid=29661] ppid=29655 vsize=319180 CPUtime=358.21 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) S 29655 29659 27745 0 -1 4202560 62392 0 0 0 35803 18 0 0 25 0 4 0 955258614 326840320 51179 33554432000 4194304 4627427 140735102777328 18446744073709551615 47956765578804 0 0 4096 2 18446604471134686016 0 0 -1 3 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=319180 CPUtime=356.54 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 60881 0 0 0 35639 15 0 0 25 0 4 0 955258614 326840320 51179 33554432000 4194304 4627427 140735102777328 18446744073709551615 4420243 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=319180 CPUtime=358.49 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 76594 0 0 0 35827 22 0 0 25 0 4 0 955258614 326840320 51179 33554432000 4194304 4627427 140735102777328 18446744073709551615 47956765554372 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1431.51
Current children cumulated vsize (KiB) 319180

[startup+359.301 s]
/proc/loadavg: 7.98 5.90 3.49 7/184 29677
/proc/meminfo: memFree=31665396/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=319180 CPUtime=1433.11 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) S 29655 29659 27745 0 -1 4202496 270527 0 1 0 143233 78 0 0 25 0 4 0 955258613 326840320 51179 33554432000 4194304 4627427 140735102777328 18446744073709551615 47956765578804 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 79795 51179 389 106 0 74766 0
[pid=29659/tid=29661] ppid=29655 vsize=319180 CPUtime=358.21 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) S 29655 29659 27745 0 -1 4202560 62392 0 0 0 35803 18 0 0 25 0 4 0 955258614 326840320 51179 33554432000 4194304 4627427 140735102777328 18446744073709551615 47956765578804 0 0 4096 2 18446604471134686016 0 0 -1 3 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=319180 CPUtime=357.34 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 60881 0 0 0 35719 15 0 0 25 0 4 0 955258614 326840320 51179 33554432000 4194304 4627427 140735102777328 18446744073709551615 4420186 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=319180 CPUtime=359.29 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 76594 0 0 0 35907 22 0 0 25 0 4 0 955258614 326840320 51179 33554432000 4194304 4627427 140735102777328 18446744073709551615 47956765554372 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1433.11
Current children cumulated vsize (KiB) 319180

[startup+359.701 s]
/proc/loadavg: 7.98 5.90 3.49 7/184 29677
/proc/meminfo: memFree=31665396/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=319180 CPUtime=1433.91 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) S 29655 29659 27745 0 -1 4202496 270527 0 1 0 143313 78 0 0 25 0 4 0 955258613 326840320 51179 33554432000 4194304 4627427 140735102777328 18446744073709551615 47956765578804 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 79795 51179 389 106 0 74766 0
[pid=29659/tid=29661] ppid=29655 vsize=319180 CPUtime=358.21 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) S 29655 29659 27745 0 -1 4202560 62392 0 0 0 35803 18 0 0 25 0 4 0 955258614 326840320 51179 33554432000 4194304 4627427 140735102777328 18446744073709551615 47956765578804 0 0 4096 2 18446604471134686016 0 0 -1 3 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=319180 CPUtime=357.74 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 60881 0 0 0 35759 15 0 0 25 0 4 0 955258614 326840320 51179 33554432000 4194304 4627427 140735102777328 18446744073709551615 4427856 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=319180 CPUtime=359.69 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 76594 0 0 0 35947 22 0 0 25 0 4 0 955258614 326840320 51179 33554432000 4194304 4627427 140735102777328 18446744073709551615 47956765554219 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1433.91
Current children cumulated vsize (KiB) 319180

[startup+360.101 s]
/proc/loadavg: 7.82 5.90 3.50 8/184 29677
/proc/meminfo: memFree=31663536/32950928 swapFree=67056212/67111528
[pid=29659] ppid=29655 vsize=319180 CPUtime=1434.71 cores=1,3,5,7
/proc/29659/stat : 29659 (strangenight2-m) S 29655 29659 27745 0 -1 4202496 270529 0 1 0 143393 78 0 0 25 0 4 0 955258613 326840320 51181 33554432000 4194304 4627427 140735102777328 18446744073709551615 47956765578804 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/29659/statm: 79795 51181 389 106 0 74766 0
[pid=29659/tid=29661] ppid=29655 vsize=319180 CPUtime=358.21 cores=1,3,5,7
/proc/29659/task/29661/stat : 29661 (strangenight2-m) S 29655 29659 27745 0 -1 4202560 62392 0 0 0 35803 18 0 0 25 0 4 0 955258614 326840320 51181 33554432000 4194304 4627427 140735102777328 18446744073709551615 47956765578804 0 0 4096 2 18446604471134686016 0 0 -1 3 0 0 0
[pid=29659/tid=29662] ppid=29655 vsize=319180 CPUtime=358.14 cores=1,3,5,7
/proc/29659/task/29662/stat : 29662 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 60883 0 0 0 35799 15 0 0 25 0 4 0 955258614 326840320 51181 33554432000 4194304 4627427 140735102777328 18446744073709551615 4309197 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=29659/tid=29663] ppid=29655 vsize=319180 CPUtime=360.09 cores=1,3,5,7
/proc/29659/task/29663/stat : 29663 (strangenight2-m) R 29655 29659 27745 0 -1 4202560 76594 0 0 0 35987 22 0 0 25 0 4 0 955258614 326840320 51181 33554432000 4194304 4627427 140735102777328 18446744073709551615 47956765554219 0 0 4096 2 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1434.71
Current children cumulated vsize (KiB) 319180

Child status: 20
Real time (s): 360.126
CPU time (s): 1434.76
CPU user time (s): 1433.97
CPU system time (s): 0.797878
CPU usage (%): 398.406
Max. virtual memory (cumulated for all children) (KiB): 505360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1433.97
system time used= 0.797878
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270532
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 229
involuntary context switches= 11324

runsolver used 0.573912 second user time and 1.40379 second system time

The end

Launcher Data

Begin job on node115 at 2011-06-09 22:11:19
IDJOB=3173963
IDBENCH=82781
IDSOLVER=1586
FILE ID=node115/3173963-1307650279
RUNJOBID= node115-1307650279-29633
PBS_JOBID= 13549376
Free space on /tmp= 74168 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-2-mt
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-3173963-1307650279/watcher-3173963-1307650279 -o /tmp/evaluation-result-3173963-1307650279/solver-3173963-1307650279 -C 4800 -W 1300 -M 15500  ./strangenight2-mt --threads=4 HOME/instance-3173963-1307650279.cnf

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

MD5SUM BENCH= db50771b4b9edf83822bd931af1fc1d7
RANDOM SEED=624344709

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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.811
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.811
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.811
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.74
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      32146812 kB
Buffers:        207988 kB
Cached:         388176 kB
SwapCached:       9444 kB
Active:         321000 kB
Inactive:       293892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      32146812 kB
SwapTotal:    67111528 kB
SwapFree:     67056212 kB
Dirty:           10912 kB
Writeback:           0 kB
AnonPages:       16824 kB
Mapped:          12828 kB
Slab:           124116 kB
PageTables:       4424 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   189576 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= 74156 MiB
End job on node115 at 2011-06-09 22:17:20