Trace number 3174270

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 1520.64 381.153

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S1431779634-058.UNKNOWN.cnf
MD5SUMd127ce957526b50c62d4f1f191caa738
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.93794
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-3174270-1304116592.cnf'
0.00/0.00	c -- header says num vars:             75
0.00/0.00	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.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.58/0.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.58/0.90	c Finding binary XORs  T:     0.00 s  found:       0
3.58/0.90	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
3.58/0.90	c calculated reachability. Time: 0.00
3.58/0.90	c Calc default polars -  time:   0.00 s pos:      48 undec:       4 neg:      23
3.58/0.90	c =========================================================================================
3.58/0.90	c types(t): F = full restart, N = normal restart
3.58/0.90	c types(t): S = simplification begin/end, E = solution found
3.58/0.90	c restart types(rt): st = static, dy = dynamic
3.58/0.90	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.58/0.90	c  B st     0         0        75      1597         0         0      7985         0   no data   no data
3.58/0.90	c Decided on static restart strategy
3.58/0.90	c  N st     8      4914        75      1597         0      4471      7985     78116   no data   no data
3.58/0.90	c  N st    10     11298        75      1597         0      4161      7985     58974   no data   no data
3.58/0.90	c  N st    11     17042        75      1597         0      9335      7985    144688   no data   no data
3.58/0.90	c  F st    12     25000        75      1597         0     11415      7985    179096   no data   no data
3.58/0.90	c  N st    12     25000        75      1597         0     11415      7985    179096   no data   no data
3.58/0.90	c Decided on static restart strategy
3.58/0.90	c  N st    18     30000        75      1597         0      9791      7985    143306   no data   no data
3.58/0.90	c  S st    18     30000        75      1597         0      9791      7985    143306   no data   no data
3.98/1.00	c  S st    18     30502        75      1597         0     10270      7985    152145   no data   no data
3.98/1.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.98/1.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.98/1.00	c blocked clauses removed:        0 vars:      0 tried:          75 T: 0.00 s
3.98/1.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.98/1.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.98/1.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.98/1.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.98/1.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.98/1.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.38/1.10	c lits-rem:       264  cl-subs:     2486  v-elim:      0  v-fix:    0  time:  0.15 s
4.38/1.10	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.03
4.38/1.10	c calculated reachability. Time: 0.00
4.38/1.10	c  N st    18     30502        75      1597         0      7784      7985    113379   no data   no data
5.57/1.40	c  N st    20     37613        75      1597         0      7178      7985     92969   no data   no data
6.37/1.66	c  N st    21     44012        75      1597         0     12926      7985    188616   no data   no data
6.77/1.74	c  S st    22     45753        75      1597         0     14500      7985    215406   no data   no data
6.77/1.79	c  S st    22     46254        75      1597         0     14970      7985    223949   no data   no data
6.77/1.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.77/1.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
6.77/1.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.77/1.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.77/1.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.77/1.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
6.77/1.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.77/1.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.17/1.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.37/2.13	c lits-rem:       338  cl-subs:     2829  v-elim:      0  v-fix:    0  time:  0.33 s
8.37/2.13	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
8.37/2.14	c vivif2 --  cl tried    12141 cl shrink        0 lits rem          0 time: 0.00
8.37/2.18	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
8.37/2.18	c calculated reachability. Time: 0.00
8.37/2.18	c  N st    22     46254        75      1597         0     12141      7985    179158   no data   no data
11.16/2.83	c  N st    23     60652        75      1597         0     17238      7985    253607   no data   no data
12.76/3.29	c  N st    24     69381        75      1597         0     16203      7985    227919   no data   no data
12.76/3.29	c  S st    24     69381        75      1597         0     16203      7985    227919   no data   no data
13.16/3.34	c  S st    24     69884        75      1597         0     16681      7985    236895   no data   no data
13.16/3.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.16/3.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
13.16/3.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.16/3.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.16/3.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.16/3.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
13.16/3.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.16/3.34	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
13.16/3.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.75/3.70	c lits-rem:       332  cl-subs:     3096  v-elim:      0  v-fix:    0  time:  0.35 s
14.75/3.70	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
14.75/3.71	c vivif2 --  cl tried    13585 cl shrink        0 lits rem          0 time: 0.00
14.75/3.75	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
14.75/3.75	c calculated reachability. Time: 0.00
14.75/3.75	c  N st    24     69884        75      1597         0     13585      7985    190184   no data   no data
18.37/4.69	c  F st    25     87501        75      1597         0     19657      7985    277329   no data   no data
18.37/4.69	c  N st    25     87501        75      1597         0     19657      7985    277329   no data   no data
19.94/5.00	c Decided on static restart strategy
20.34/5.13	c  N st    32     95541        75      1597         0     16215      7985    219250   no data   no data
22.77/5.71	c  N st    34    104827        75      1597         0     12921      7985    158564   no data   no data
22.77/5.71	c  S st    34    104827        75      1597         0     12921      7985    158564   no data   no data
22.77/5.75	c  S st    34    105329        75      1597         0     13399      7985    167227   no data   no data
22.77/5.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
22.77/5.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
22.77/5.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.77/5.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
22.77/5.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.77/5.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
22.77/5.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
22.77/5.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
22.77/5.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.15/5.84	c lits-rem:        82  cl-subs:     1278  v-elim:      0  v-fix:    0  time:  0.08 s
23.15/5.84	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
23.15/5.84	c vivif2 --  cl tried    12121 cl shrink        0 lits rem          0 time: 0.00
23.15/5.88	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.04
23.15/5.88	c calculated reachability. Time: 0.00
23.15/5.88	c  N st    34    105329        75      1597         0     12121      7985    148692   no data   no data
25.55/6.43	c  N st    35    114929        75      1597         0     20759      7985    289786   no data   no data
29.14/7.39	c  N st    36    129328        75      1597         0     21061      7985    284353   no data   no data
34.73/8.73	c  N st    37    150923        75      1597         0     27000      7985    371165   no data   no data
36.33/9.18	c  S st    38    157993        75      1597         0     19045      7985    238304   no data   no data
36.73/9.23	c  S st    38    158493        75      1597         0     19515      7985    246824   no data   no data
36.73/9.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.73/9.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
36.73/9.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.73/9.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.73/9.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.73/9.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
36.73/9.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.73/9.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
36.73/9.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.93/9.52	c lits-rem:       288  cl-subs:     2591  v-elim:      0  v-fix:    0  time:  0.27 s
37.93/9.52	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
37.93/9.52	c vivif2 --  cl tried    16924 cl shrink        0 lits rem          0 time: 0.00
37.93/9.57	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.05
37.93/9.57	c calculated reachability. Time: 0.00
37.93/9.57	c  N st    38    158493        75      1597         0     16924      7985    208751   no data   no data
51.91/13.09	c  N st    39    207082        75      1597         0     29156      7985    373108   no data   no data
61.49/15.45	c  N st    40    237741        75      1597         0     21729      7985    249934   no data   no data
61.49/15.45	c  S st    40    237741        75      1597         0     21729      7985    249934   no data   no data
61.91/15.51	c  S st    40    238244        75      1597         0     22200      7985    258714   no data   no data
61.91/15.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.91/15.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
61.91/15.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
61.91/15.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.91/15.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.91/15.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
61.91/15.51	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
61.91/15.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
61.91/15.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.09/15.80	c lits-rem:       239  cl-subs:     2992  v-elim:      0  v-fix:    0  time:  0.27 s
63.09/15.80	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
63.09/15.80	c vivif2 --  cl tried    19208 cl shrink        0 lits rem          0 time: 0.00
63.09/15.86	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.06
63.09/15.86	c calculated reachability. Time: 0.00
63.09/15.86	c  N st    40    238244        75      1597         0     19208      7985    219431   no data   no data
86.26/21.60	c  F st    41    306251        75      1597         0     21265      7985    224197   no data   no data
86.26/21.60	c  N st    41    306251        75      1597         0     21265      7985    224197   no data   no data
87.86/22.03	c Decided on static restart strategy
97.07/24.39	c  N st    51    334558        75      1597         0     25216      7985    284013   no data   no data
105.43/26.43	c  N st    53    357366        75      1597         0     23340      7985    246494   no data   no data
105.43/26.43	c  S st    53    357366        75      1597         0     23340      7985    246494   no data   no data
105.43/26.49	c  S st    53    357867        75      1597         0     23795      7985    254703   no data   no data
105.43/26.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
105.43/26.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
105.43/26.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
105.43/26.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.43/26.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.43/26.50	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
105.43/26.50	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
105.85/26.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
105.85/26.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.26/26.66	c lits-rem:       152  cl-subs:     1569  v-elim:      0  v-fix:    0  time:  0.15 s
106.26/26.66	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
106.26/26.66	c vivif2 --  cl tried    22226 cl shrink        0 lits rem          0 time: 0.00
106.64/26.73	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.07
106.64/26.73	c calculated reachability. Time: 0.00
106.64/26.73	c  N st    53    357867        75      1597         0     22226      7985    234892   no data   no data
118.62/29.71	c  N st    54    390260        75      1597         0     28030      7985    321249   no data   no data
137.39/34.49	c  N st    55    438850        75      1597         0     47245      7985    617226   no data   no data
169.35/42.44	c  N st    56    511732        75      1597         0     34676      7985    400222   no data   no data
180.55/45.20	c  N st    57    536800        75      1597         0     29397      7985    310138   no data   no data
180.55/45.20	c  S st    57    536800        75      1597         0     29397      7985    310138   no data   no data
180.55/45.27	c  S st    57    537302        75      1597         0     29877      7985    318827   no data   no data
180.55/45.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
180.55/45.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
180.55/45.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
180.55/45.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
180.55/45.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
180.55/45.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
180.55/45.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
180.55/45.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
180.55/45.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
181.73/45.50	c lits-rem:       145  cl-subs:     1345  v-elim:      0  v-fix:    0  time:  0.21 s
181.73/45.50	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
181.73/45.51	c vivif2 --  cl tried    28532 cl shrink        0 lits rem          0 time: 0.00
182.13/45.60	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.09
182.13/45.60	c calculated reachability. Time: 0.00
182.13/45.60	c  N st    57    537302        75      1597         0     28532      7985    300915   no data   no data
255.25/63.92	c  N st    58    701287        75      1597         0     54796      7985    666812   no data   no data
305.97/76.67	c  N st    59    805955        75      1597         0     49346      7985    573698   no data   no data
305.97/76.67	c  S st    59    805955        75      1597         0     49346      7985    573698   no data   no data
306.77/76.80	c  S st    59    806460        75      1597         0     49813      7985    582348   no data   no data
306.77/76.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
306.77/76.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
306.77/76.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
306.77/76.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
306.77/76.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
306.77/76.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
306.77/76.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
306.77/76.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
306.77/76.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
313.95/78.69	c lits-rem:      1413  cl-subs:     8434  v-elim:      0  v-fix:    0  time:  1.85 s
313.95/78.69	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
314.35/78.70	c vivif2 --  cl tried    41379 cl shrink        0 lits rem          0 time: 0.01
314.75/78.85	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.15
314.75/78.85	c calculated reachability. Time: 0.00
314.75/78.85	c  N st    59    806460        75      1597         0     41379      7985    475699   no data   no data
458.56/114.81	c  F st    60   1071875        75      1597         0     56395      7985    660980   no data   no data
458.56/114.81	c  N st    60   1071875        75      1597         0     56395      7985    660980   no data   no data
461.78/115.62	c Decided on static restart strategy
478.14/119.78	c  N st    70   1100176        75      1597         0     41928      7985    424998   no data   no data
497.34/124.57	c  N st    72   1136171        75      1597         0     73839      7985    954072   no data   no data
516.09/129.27	c  N st    73   1168565        75      1597         0     61822      7985    726503   no data   no data
541.28/135.59	c  N st    74   1209690        75      1597         0     56862      7985    653277   no data   no data
541.28/135.59	c  S st    74   1209690        75      1597         0     56862      7985    653277   no data   no data
542.05/135.76	c  S st    74   1210193        75      1597         0     57341      7985    661815   no data   no data
542.05/135.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
542.05/135.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
542.05/135.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
542.05/135.78	c bin-w-bin subsume rem            0 bins  time:  0.00 s
542.05/135.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
542.05/135.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
542.05/135.78	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
542.05/135.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
542.45/135.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
552.04/138.24	c lits-rem:       837  cl-subs:     7637  v-elim:      0  v-fix:    0  time:  2.43 s
552.04/138.24	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
552.04/138.25	c vivif2 --  cl tried    49704 cl shrink        0 lits rem          0 time: 0.01
553.24/138.52	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.27
553.24/138.53	c calculated reachability. Time: 0.00
553.24/138.53	c  N st    74   1210193        75      1597         0     49704      7985    559583   no data   no data
601.65/150.71	c  N st    75   1283075        75      1597         0     71903      7985    863273   no data   no data
675.85/169.45	c  N st    76   1392398        75      1597         0     81287      7985   1025743   no data   no data
782.13/196.06	c  N st    77   1556382        75      1597         0     87882      7985   1057693   no data   no data
883.58/221.42	c  N st    78   1710193        75      1597         0     78067      7985    909564   no data   no data
883.58/221.42	c  S st    78   1710193        75      1597         0     78067      7985    909564   no data   no data
884.38/221.68	c  S st    78   1710699        75      1597         0     78544      7985    918458   no data   no data
884.38/221.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
884.78/221.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
884.78/221.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
884.78/221.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
884.78/221.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
884.78/221.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
884.78/221.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
884.78/221.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
884.78/221.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
908.35/227.65	c lits-rem:      2645  cl-subs:    15619  v-elim:      0  v-fix:    0  time:  5.90 s
908.35/227.65	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
908.35/227.67	c vivif2 --  cl tried    62925 cl shrink        0 lits rem          0 time: 0.01
909.94/228.07	c asymm  cl-useful: 0/1449/1597 lits-rem:0 time: 0.40
909.94/228.07	c calculated reachability. Time: 0.00
909.94/228.07	c  N st    78   1710699        75      1597         0     62925      7983    718523   no data   no data
1182.38/296.25	c  N st    79   2079664        75      1597         1     75249      7983    819762   no data   no data
1285.84/322.12	c  N st    80   2210699        75      1597         1     78897      7983    868559   no data   no data
1285.84/322.12	c  S st    80   2210699        75      1597         1     78897      7983    868559   no data   no data
1285.84/322.12	c Finding binary XORs  T:     0.00 s  found:       0
1286.64/322.32	c  S st    80   2211201        75      1597         3     79364      7983    876772   no data   no data
1286.64/322.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1286.64/322.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
1286.64/322.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1286.64/322.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1286.64/322.36	c subs with bin:        7  lits-rem:        18  v-fix:    0  time:  0.00 s
1286.64/322.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
1286.64/322.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1286.64/322.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
1294.23/324.28	c subs with bin:     7062  lits-rem:      5271  v-fix:    0  time:  1.88 s
1307.81/327.61	c lits-rem:      1272  cl-subs:    11637  v-elim:      0  v-fix:    0  time:  3.33 s
1307.81/327.61	c vivif2 --  cl tried     1590 cl shrink        0 lits rem          0 time: 0.00
1307.81/327.63	c vivif2 --  cl tried    60665 cl shrink     1414 lits rem       1414 time: 0.02
1309.03/327.95	c asymm  cl-useful: 0/1409/1590 lits-rem:0 time: 0.32
1309.03/327.96	c calculated reachability. Time: 0.00
1309.03/327.96	c  N st    80   2211201        75      1590         3     60665      7936    628211   no data   no data
1504.74/376.92	c Finding binary XORs  T:     0.00 s  found:       0
1516.33/379.87	c Finding binary XORs  T:     0.00 s  found:       0
1520.54/381.14	c Following stats are for *FIRST FINISHED THREAD ONLY*
1520.54/381.14	c num threads              : 4          
1520.54/381.14	c restarts                 : 81         
1520.54/381.14	c dynamic restarts         : 0          
1520.54/381.14	c static restarts          : 81         
1520.54/381.14	c full restarts            : 4          
1520.54/381.14	c total simplify time      : 1.05       
1520.54/381.14	c learnts DL2              : 0          
1520.54/381.14	c learnts size 2           : 142        
1520.54/381.14	c learnts size 1           : 54          (72.00     % of vars)
1520.54/381.14	c filedLit time            : 0.12        (0.03      % time)
1520.54/381.14	c v-elim SatELite          : 0           (0.00      % vars)
1520.54/381.14	c SatELite time            : 23.89       (6.29      % time)
1520.54/381.14	c v-elim xor               : 0           (0.00      % vars)
1520.54/381.14	c xor elim time            : 0.02        (0.00      % time)
1520.54/381.14	c num binary xor trees     : 0          
1520.54/381.14	c binxor trees' crown      : 0           (nan       leafs/tree)
1520.54/381.14	c bin xor find time        : 0.00       
1520.54/381.14	c OTF clause improved      : 282143      (0.12      clauses/conflict)
1520.54/381.14	c OTF impr. size diff      : 288223      (1.02       lits/clause)
1520.54/381.14	c OTF cl watch-shrink      : 85668       (0.03      clauses/conflict)
1520.54/381.14	c OTF cl watch-sh-lit      : 90608       (1.06       lits/clause)
1520.54/381.14	c tried to recurMin cls    : 113294      (4.62       % of conflicts)
1520.54/381.14	c updated cache            : 1454        (0.01       lits/tried recurMin)
1520.54/381.14	c unit cls recevied        : 2           (3.70      % of units)
1520.54/381.14	c unit cls sent            : 7           (12.96     % of units)
1520.54/381.14	c bin cls recevied         : 6          
1520.54/381.14	c bin cls sent             : 90         
1520.54/381.14	c clauses over max glue    : 0           (0.00      % of all clauses)
1520.54/381.14	c conflicts                : 2450334     (6446.65   / sec)
1520.54/381.14	c decisions                : 2671745     (0.63      % random)
1520.54/381.14	c bogo-props               : 68957049629 (181420939.14 / sec)
1520.54/381.14	c conflict literals        : 37048613    (24.51     % deleted)
1520.54/381.14	c Memory used              : 319.32      MB
1520.54/381.14	c single-thread CPU time   : 380.09      s
1520.54/381.14	c all-threads sum CPU time : 1519.71     s
1520.54/381.14	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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3174270-1304116592/watcher-3174270-1304116592 -o /tmp/evaluation-result-3174270-1304116592/solver-3174270-1304116592 -C 4800 -W 1300 -M 15500 ./strangenight2-mt --threads=4 HOME/instance-3174270-1304116592.cnf 

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

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


[startup+0 s]
/proc/loadavg: 8.11 8.10 8.02 6/180 5319
/proc/meminfo: memFree=29098336/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) R 5317 5319 4858 0 -1 4202496 408 0 0 0 0 0 0 0 17 0 4 0 601889865 52441088 347 33554432000 4194304 4627427 140734615016832 18446744073709551615 47853297088434 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 12803 347 299 106 0 7774 0
[pid=5319/tid=5320] ppid=5317 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 4 0 601889865 52441088 347 33554432000 4194304 4627427 140734615016832 18446744073709551615 231895546865 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 4 0 601889865 52441088 347 33554432000 4194304 4627427 140734615016832 18446744073709551615 47853297088438 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=51212 CPUtime=0 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 4 0 601889865 52441088 347 33554432000 4194304 4627427 140734615016832 18446744073709551615 47853297088434 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.266355 s]
/proc/loadavg: 8.11 8.10 8.02 6/180 5319
/proc/meminfo: memFree=29098336/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=292204 CPUtime=1.04 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) R 5317 5319 4858 0 -1 4202496 2637 0 0 0 104 0 0 0 18 0 4 0 601889865 299216896 1822 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309364 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 73051 1822 384 106 0 68022 0
[pid=5319/tid=5320] ppid=5317 vsize=292204 CPUtime=0.25 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 583 0 0 0 25 0 0 0 18 0 4 0 601889865 299216896 1822 33554432000 4194304 4627427 140734615016832 18446744073709551615 231895533703 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=292204 CPUtime=0.25 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 502 0 0 0 25 0 0 0 18 0 4 0 601889865 299216896 1822 33554432000 4194304 4627427 140734615016832 18446744073709551615 4507260 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=292204 CPUtime=0.26 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 531 0 0 0 26 0 0 0 18 0 4 0 601889865 299216896 1822 33554432000 4194304 4627427 140734615016832 18446744073709551615 4507248 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 292204

[startup+0.301091 s]
/proc/loadavg: 8.11 8.10 8.02 6/180 5319
/proc/meminfo: memFree=29098336/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=283876 CPUtime=1.18 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) R 5317 5319 4858 0 -1 4202496 2820 0 0 0 118 0 0 0 18 0 4 0 601889865 290689024 1692 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309315 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 70969 1692 384 106 0 65940 0
[pid=5319/tid=5320] ppid=5317 vsize=283876 CPUtime=0.29 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 608 0 0 0 29 0 0 0 18 0 4 0 601889865 290689024 1692 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309098 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=283876 CPUtime=0.29 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 609 0 0 0 29 0 0 0 18 0 4 0 601889865 290689024 1692 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=283876 CPUtime=0.29 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 558 0 0 0 29 0 0 0 18 0 4 0 601889865 290689024 1693 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 283876

[startup+0.401073 s]
/proc/loadavg: 8.11 8.10 8.02 6/180 5319
/proc/meminfo: memFree=29098336/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=284092 CPUtime=1.58 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) R 5317 5319 4858 0 -1 4202496 3138 0 0 0 158 0 0 0 18 0 4 0 601889865 290910208 2010 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309587 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 71023 2010 384 106 0 65994 0
[pid=5319/tid=5320] ppid=5317 vsize=284092 CPUtime=0.39 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 677 0 0 0 39 0 0 0 18 0 4 0 601889865 290910208 2010 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309195 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=284092 CPUtime=0.39 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 677 0 0 0 39 0 0 0 18 0 4 0 601889865 290910208 2010 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309594 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=284092 CPUtime=0.39 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 648 0 0 0 39 0 0 0 18 0 4 0 601889865 290910208 2010 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 284092

[startup+0.701016 s]
/proc/loadavg: 8.11 8.10 8.02 6/180 5319
/proc/meminfo: memFree=29098336/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=284696 CPUtime=2.77 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) R 5317 5319 4858 0 -1 4202496 4362 0 0 0 277 0 0 0 18 0 4 0 601889865 291528704 2440 33554432000 4194304 4627427 140734615016832 18446744073709551615 4310117 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 71174 2440 384 106 0 66145 0
[pid=5319/tid=5320] ppid=5317 vsize=284696 CPUtime=0.69 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 1005 0 0 0 69 0 0 0 18 0 4 0 601889865 291528704 2440 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=284696 CPUtime=0.69 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 974 0 0 0 69 0 0 0 18 0 4 0 601889865 291528704 2440 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=284696 CPUtime=0.69 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 942 0 0 0 69 0 0 0 18 0 4 0 601889865 291528704 2440 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 284696

[startup+1.50087 s]
/proc/loadavg: 8.11 8.10 8.02 9/184 5323
/proc/meminfo: memFree=29081656/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=289772 CPUtime=5.97 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) R 5317 5319 4858 0 -1 4202496 8752 0 0 0 596 1 0 0 19 0 4 0 601889865 296726528 4711 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 72443 4711 388 106 0 67414 0
[pid=5319/tid=5320] ppid=5317 vsize=289772 CPUtime=1.48 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 2463 0 0 0 148 0 0 0 20 0 4 0 601889865 296726528 4711 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=289772 CPUtime=1.49 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 1645 0 0 0 149 0 0 0 19 0 4 0 601889865 296726528 4711 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309287 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=289772 CPUtime=1.49 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 1591 0 0 0 149 0 0 0 19 0 4 0 601889865 296726528 4711 33554432000 4194304 4627427 140734615016832 18446744073709551615 4310097 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 289772

[startup+3.10057 s]
/proc/loadavg: 8.10 8.10 8.02 9/184 5323
/proc/meminfo: memFree=29062188/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=300560 CPUtime=12.36 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) R 5317 5319 4858 0 -1 4202496 16145 0 0 0 1234 2 0 0 25 0 4 0 601889865 307773440 9315 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 75140 9315 388 106 0 70111 0
[pid=5319/tid=5320] ppid=5317 vsize=300560 CPUtime=3.07 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 4307 0 0 0 307 0 0 0 25 0 4 0 601889865 307773440 9315 33554432000 4194304 4627427 140734615016832 18446744073709551615 4420136 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=300560 CPUtime=3.08 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 3871 0 0 0 308 0 0 0 25 0 4 0 601889865 307773440 9315 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=300560 CPUtime=3.08 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 3823 0 0 0 308 0 0 0 25 0 4 0 601889865 307773440 9315 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309077 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 300560

[startup+6.30097 s]
/proc/loadavg: 8.10 8.10 8.02 9/184 5323
/proc/meminfo: memFree=29048424/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=312208 CPUtime=25.15 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) R 5317 5319 4858 0 -1 4202496 24030 0 0 0 2511 4 0 0 25 0 4 0 601889865 319700992 11914 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309347 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 78052 11914 388 106 0 73023 0
[pid=5319/tid=5320] ppid=5317 vsize=312208 CPUtime=6.26 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 5908 0 0 0 625 1 0 0 25 0 4 0 601889865 319700992 11914 33554432000 4194304 4627427 140734615016832 18446744073709551615 4333052 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=312208 CPUtime=6.29 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 5955 0 0 0 628 1 0 0 25 0 4 0 601889865 319700992 11914 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309164 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=312208 CPUtime=6.29 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 6600 0 0 0 628 1 0 0 25 0 4 0 601889865 319700992 11914 33554432000 4194304 4627427 140734615016832 18446744073709551615 4420154 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 312208

[startup+12.7008 s]
/proc/loadavg: 8.08 8.09 8.02 9/184 5323
/proc/meminfo: memFree=29020012/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=322224 CPUtime=50.71 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) R 5317 5319 4858 0 -1 4202496 35215 0 0 0 5065 6 0 0 25 0 4 0 601889865 329957376 14426 33554432000 4194304 4627427 140734615016832 18446744073709551615 4308419 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 80556 14426 388 106 0 75527 0
[pid=5319/tid=5320] ppid=5317 vsize=322224 CPUtime=12.62 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 8907 0 0 0 1261 1 0 0 25 0 4 0 601889865 329957376 14426 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309284 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=322224 CPUtime=12.68 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 9683 0 0 0 1267 1 0 0 25 0 4 0 601889865 329957376 14426 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=322224 CPUtime=12.69 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 9349 0 0 0 1268 1 0 0 25 0 4 0 601889865 329957376 14426 33554432000 4194304 4627427 140734615016832 18446744073709551615 4302923 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 322224

[startup+25.5064 s]
/proc/loadavg: 8.14 8.10 8.02 9/184 5323
/proc/meminfo: memFree=29001660/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=323420 CPUtime=101.86 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) R 5317 5319 4858 0 -1 4202496 53715 0 0 0 10176 10 0 0 25 0 4 0 601889865 331182080 19031 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309100 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 80855 19031 388 106 0 75826 0
[pid=5319/tid=5320] ppid=5317 vsize=323420 CPUtime=25.36 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 14311 0 0 0 2533 3 0 0 25 0 4 0 601889865 331182080 19031 33554432000 4194304 4627427 140734615016832 18446744073709551615 4310094 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=323420 CPUtime=25.49 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 14344 0 0 0 2546 3 0 0 25 0 4 0 601889865 331182080 19031 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=323420 CPUtime=25.49 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 15063 0 0 0 2547 2 0 0 25 0 4 0 601889865 331182080 19031 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309902 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.86
Current children cumulated vsize (KiB) 323420

[startup+51.1006 s]
/proc/loadavg: 8.16 8.11 8.02 9/184 5324
/proc/meminfo: memFree=28973612/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=324996 CPUtime=204.1 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) R 5317 5319 4858 0 -1 4202496 81180 0 0 0 20393 17 0 0 25 0 4 0 601889865 332795904 23125 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309324 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 81249 23125 388 106 0 76220 0
[pid=5319/tid=5320] ppid=5317 vsize=324996 CPUtime=50.82 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 22158 0 0 0 5077 5 0 0 25 0 4 0 601889865 332795904 23125 33554432000 4194304 4627427 140734615016832 18446744073709551615 4324328 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=324996 CPUtime=51.08 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 21914 0 0 0 5103 5 0 0 25 0 4 0 601889865 332795904 23125 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309572 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=324996 CPUtime=51.09 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 22578 0 0 0 5105 4 0 0 25 0 4 0 601889865 332795904 23125 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309145 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 324996

[startup+102.301 s]
/proc/loadavg: 8.07 8.09 8.02 9/184 5326
/proc/meminfo: memFree=28958276/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=327000 CPUtime=408.63 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) R 5317 5319 4858 0 -1 4202496 125040 0 0 0 40833 30 0 0 25 0 4 0 601889865 334848000 27364 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309360 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 81750 27364 388 106 0 76721 0
[pid=5319/tid=5320] ppid=5317 vsize=327000 CPUtime=101.74 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 34634 0 0 0 10165 9 0 0 25 0 4 0 601889865 334848000 27364 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=327000 CPUtime=102.28 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 34474 0 0 0 10219 9 0 0 25 0 4 0 601889865 334848000 27364 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309244 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=327000 CPUtime=102.29 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 34757 0 0 0 10222 7 0 0 25 0 4 0 601889865 334848000 27364 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309270 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 327000

[startup+162.301 s]
/proc/loadavg: 8.38 8.15 8.04 9/185 5330
/proc/meminfo: memFree=28917660/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=321232 CPUtime=647.49 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) R 5317 5319 4858 0 -1 4202496 172945 0 0 0 64707 42 0 0 25 0 4 0 601889865 328941568 42912 33554432000 4194304 4627427 140734615016832 18446744073709551615 4324341 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 80308 42912 388 106 0 75279 0
[pid=5319/tid=5320] ppid=5317 vsize=321232 CPUtime=161.42 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 47480 0 0 0 16130 12 0 0 25 0 4 0 601889865 328941568 42912 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309905 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=321232 CPUtime=162.28 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 49526 0 0 0 16215 13 0 0 25 0 4 0 601889865 328941568 42912 33554432000 4194304 4627427 140734615016832 18446744073709551615 4420146 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=321232 CPUtime=161.47 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 47418 0 0 0 16136 11 0 0 25 0 4 0 601889865 328941568 42912 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 647.49
Current children cumulated vsize (KiB) 321232

[startup+222.301 s]
/proc/loadavg: 8.19 8.14 8.04 9/184 5332
/proc/meminfo: memFree=28858648/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=344428 CPUtime=887.19 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) R 5317 5319 4858 0 -1 4202496 209849 0 0 0 88664 55 0 0 25 0 4 0 601889865 352694272 41778 33554432000 4194304 4627427 140734615016832 18446744073709551615 4420243 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 86107 41778 388 106 0 81078 0
[pid=5319/tid=5320] ppid=5317 vsize=344428 CPUtime=221.1 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 57995 0 0 0 22094 16 0 0 25 0 4 0 601889865 352694272 41778 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=344428 CPUtime=222.29 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 59201 0 0 0 22212 17 0 0 25 0 4 0 601889865 352694272 41778 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=344428 CPUtime=221.47 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 56184 0 0 0 22134 13 0 0 25 0 4 0 601889865 352694272 41778 33554432000 4194304 4627427 140734615016832 18446744073709551615 4308256 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 887.19
Current children cumulated vsize (KiB) 344428

[startup+282.3 s]
/proc/loadavg: 8.14 8.13 8.04 9/184 5333
/proc/meminfo: memFree=28841616/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=334148 CPUtime=1126.85 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) R 5317 5319 4858 0 -1 4202496 243261 0 0 0 112618 67 0 0 25 0 4 0 601889865 342167552 45920 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309056 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 83537 45920 388 106 0 78508 0
[pid=5319/tid=5320] ppid=5317 vsize=334148 CPUtime=280.77 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 66395 0 0 0 28058 19 0 0 25 0 4 0 601889865 342167552 45920 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309396 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=334148 CPUtime=282.28 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 68893 0 0 0 28208 20 0 0 25 0 4 0 601889865 342167552 45920 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309089 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=334148 CPUtime=281.47 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 65163 0 0 0 28131 16 0 0 25 0 4 0 601889865 342167552 45920 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309360 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1126.85
Current children cumulated vsize (KiB) 334148

[startup+342.307 s]
/proc/loadavg: 8.10 8.11 8.04 9/184 5335
/proc/meminfo: memFree=28827416/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=338220 CPUtime=1366.55 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) R 5317 5319 4858 0 -1 4202496 274508 0 0 0 136574 81 0 0 25 0 4 0 601889865 346337280 46864 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 84555 46864 389 106 0 79526 0
[pid=5319/tid=5320] ppid=5317 vsize=338220 CPUtime=340.44 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 74851 0 0 0 34022 22 0 0 25 0 4 0 601889865 346337280 46864 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309220 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=338220 CPUtime=342.29 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 77223 0 0 0 34205 24 0 0 25 0 4 0 601889865 346337280 46864 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309250 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=338220 CPUtime=341.48 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 73349 0 0 0 34128 20 0 0 25 0 4 0 601889865 346337280 46864 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309272 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1366.55
Current children cumulated vsize (KiB) 338220

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

[startup+358.501 s]
/proc/loadavg: 8.07 8.11 8.04 9/184 5335
/proc/meminfo: memFree=28778056/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=338564 CPUtime=1431.25 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) R 5317 5319 4858 0 -1 4202496 284098 0 0 0 143039 86 0 0 25 0 4 0 601889865 346689536 52482 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309077 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 84641 52482 389 106 0 79612 0
[pid=5319/tid=5320] ppid=5317 vsize=338564 CPUtime=356.56 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 77573 0 0 0 35632 24 0 0 25 0 4 0 601889865 346689536 52482 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309324 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=338564 CPUtime=358.48 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 80410 0 0 0 35823 25 0 0 25 0 4 0 601889865 346689536 52482 33554432000 4194304 4627427 140734615016832 18446744073709551615 4420154 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=338564 CPUtime=357.68 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 75139 0 0 0 35747 21 0 0 25 0 4 0 601889865 346689536 52482 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309182 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1431.25
Current children cumulated vsize (KiB) 338564

[startup+371.301 s]
/proc/loadavg: 8.06 8.10 8.04 9/184 5336
/proc/meminfo: memFree=28759816/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=404172 CPUtime=1482.38 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) R 5317 5319 4858 0 -1 4202496 289267 0 0 0 148149 89 0 0 25 0 4 0 601889865 413872128 55634 33554432000 4194304 4627427 140734615016832 18446744073709551615 4327274 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 101043 55634 391 106 0 96014 0
[pid=5319/tid=5320] ppid=5317 vsize=404172 CPUtime=369.28 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 78532 0 0 0 36904 24 0 0 25 0 4 0 601889865 413872128 55634 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309279 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=404172 CPUtime=371.28 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 81589 0 0 0 37103 25 0 0 25 0 4 0 601889865 413872128 55634 33554432000 4194304 4627427 140734615016832 18446744073709551615 4308399 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=404172 CPUtime=370.47 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 76660 0 0 0 37025 22 0 0 25 0 4 0 601889865 413872128 55634 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309266 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1482.38
Current children cumulated vsize (KiB) 404172

[startup+377.7 s]
/proc/loadavg: 8.13 8.12 8.04 9/184 5336
/proc/meminfo: memFree=28761296/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=338712 CPUtime=1507.94 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) R 5317 5319 4858 0 -1 4202496 291656 0 0 0 150704 90 0 0 25 0 4 0 601889865 346841088 54827 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309145 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 84678 54827 391 106 0 79649 0
[pid=5319/tid=5320] ppid=5317 vsize=338712 CPUtime=375.65 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 79785 0 0 0 37540 25 0 0 25 0 4 0 601889865 346841088 54827 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=338712 CPUtime=377.69 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 82007 0 0 0 37743 26 0 0 25 0 4 0 601889865 346841088 54827 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309277 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=338712 CPUtime=376.88 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 76906 0 0 0 37665 23 0 0 25 0 4 0 601889865 346841088 54827 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309584 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1507.94
Current children cumulated vsize (KiB) 338712

[startup+379.301 s]
/proc/loadavg: 8.13 8.12 8.04 9/184 5336
/proc/meminfo: memFree=28759932/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=338712 CPUtime=1514.34 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) R 5317 5319 4858 0 -1 4202496 291996 0 0 0 151343 91 0 0 25 0 4 0 601889865 346841088 55167 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309266 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 84678 55167 391 106 0 79649 0
[pid=5319/tid=5320] ppid=5317 vsize=338712 CPUtime=377.24 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 79912 0 0 0 37699 25 0 0 25 0 4 0 601889865 346841088 55167 33554432000 4194304 4627427 140734615016832 18446744073709551615 4308416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=338712 CPUtime=379.29 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 82091 0 0 0 37903 26 0 0 25 0 4 0 601889865 346841088 55167 33554432000 4194304 4627427 140734615016832 18446744073709551615 4333439 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=338712 CPUtime=378.48 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 76906 0 0 0 37825 23 0 0 25 0 4 0 601889865 346841088 55167 33554432000 4194304 4627427 140734615016832 18446744073709551615 4327684 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1514.34
Current children cumulated vsize (KiB) 338712

[startup+380.101 s]
/proc/loadavg: 8.13 8.12 8.04 9/184 5336
/proc/meminfo: memFree=28758444/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=338712 CPUtime=1517.53 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) R 5317 5319 4858 0 -1 4202496 292151 0 0 0 151662 91 0 0 25 0 4 0 601889865 346841088 55322 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309272 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 84678 55322 391 106 0 79649 0
[pid=5319/tid=5320] ppid=5317 vsize=338712 CPUtime=378.04 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 79970 0 0 0 37779 25 0 0 25 0 4 0 601889865 346841088 55322 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309170 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=338712 CPUtime=380.09 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 82140 0 0 0 37983 26 0 0 25 0 4 0 601889865 346841088 55322 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309056 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=338712 CPUtime=379.28 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 76906 0 0 0 37905 23 0 0 25 0 4 0 601889865 346841088 55322 33554432000 4194304 4627427 140734615016832 18446744073709551615 4309065 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1517.53
Current children cumulated vsize (KiB) 338712

[startup+380.901 s]
/proc/loadavg: 8.13 8.12 8.04 7/184 5336
/proc/meminfo: memFree=28757328/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=338712 CPUtime=1520.14 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) S 5317 5319 4858 0 -1 4202496 292235 0 0 0 151923 91 0 0 25 0 4 0 601889865 346841088 55406 33554432000 4194304 4627427 140734615016832 18446744073709551615 47853297088052 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 84678 55406 391 106 0 79649 0
[pid=5319/tid=5320] ppid=5317 vsize=338712 CPUtime=378.54 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) S 5317 5319 4858 0 -1 4202560 80004 0 0 0 37829 25 0 0 25 0 4 0 601889865 346841088 55406 33554432000 4194304 4627427 140734615016832 18446744073709551615 47853297088052 0 0 4096 2 18446604454223473344 0 0 -1 7 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=338712 CPUtime=380.89 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 82161 0 0 0 38063 26 0 0 25 0 4 0 601889865 346841088 55406 33554432000 4194304 4627427 140734615016832 18446744073709551615 4324120 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=338712 CPUtime=380.08 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 76906 0 0 0 37985 23 0 0 25 0 4 0 601889865 346841088 55406 33554432000 4194304 4627427 140734615016832 18446744073709551615 47853297063620 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1520.14
Current children cumulated vsize (KiB) 338712

[startup+381.101 s]
/proc/loadavg: 8.13 8.12 8.04 7/184 5336
/proc/meminfo: memFree=28757328/32950928 swapFree=67111356/67111528
[pid=5319] ppid=5317 vsize=338712 CPUtime=1520.54 cores=1,3,5,7
/proc/5319/stat : 5319 (strangenight2-m) S 5317 5319 4858 0 -1 4202496 292235 0 0 0 151963 91 0 0 25 0 4 0 601889865 346841088 55406 33554432000 4194304 4627427 140734615016832 18446744073709551615 47853297088052 0 0 4096 2 18446744073709551615 0 0 17 1 0 0 0
/proc/5319/statm: 84678 55406 391 106 0 79649 0
[pid=5319/tid=5320] ppid=5317 vsize=338712 CPUtime=378.54 cores=1,3,5,7
/proc/5319/task/5320/stat : 5320 (strangenight2-m) S 5317 5319 4858 0 -1 4202560 80004 0 0 0 37829 25 0 0 25 0 4 0 601889865 346841088 55406 33554432000 4194304 4627427 140734615016832 18446744073709551615 47853297088052 0 0 4096 2 18446604454223473344 0 0 -1 7 0 0 0
[pid=5319/tid=5321] ppid=5317 vsize=338712 CPUtime=381.09 cores=1,3,5,7
/proc/5319/task/5321/stat : 5321 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 82161 0 0 0 38083 26 0 0 25 0 4 0 601889865 346841088 55406 33554432000 4194304 4627427 140734615016832 18446744073709551615 4324356 0 0 4096 2 0 0 0 -1 5 0 0 0
[pid=5319/tid=5322] ppid=5317 vsize=338712 CPUtime=380.28 cores=1,3,5,7
/proc/5319/task/5322/stat : 5322 (strangenight2-m) R 5317 5319 4858 0 -1 4202560 76906 0 0 0 38005 23 0 0 25 0 4 0 601889865 346841088 55406 33554432000 4194304 4627427 140734615016832 18446744073709551615 47853297063620 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1520.54
Current children cumulated vsize (KiB) 338712

Child status: 20
Real time (s): 381.153
CPU time (s): 1520.64
CPU user time (s): 1519.71
CPU system time (s): 0.925859
CPU usage (%): 398.958
Max. virtual memory (cumulated for all children) (KiB): 453680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1519.71
system time used= 0.925859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 292900
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= 201
involuntary context switches= 6817

runsolver used 0.578911 second user time and 1.50377 second system time

The end

Launcher Data

Begin job on node114 at 2011-04-30 00:36:32
IDJOB=3174270
IDBENCH=83088
IDSOLVER=1586
FILE ID=node114/3174270-1304116592
RUNJOBID= node114-1304115388-5204
PBS_JOBID= 13170690
Free space on /tmp= 71800 MiB

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

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

MD5SUM BENCH= d127ce957526b50c62d4f1f191caa738
RANDOM SEED=1646527064

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29098616 kB
Buffers:       1067896 kB
Cached:        1794320 kB
SwapCached:        168 kB
Active:         570792 kB
Inactive:      2776984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29098616 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            5504 kB
Writeback:           0 kB
AnonPages:      484744 kB
Mapped:          15504 kB
Slab:           440592 kB
PageTables:       5368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   743632 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= 71792 MiB
End job on node114 at 2011-04-30 00:42:53