Trace number 3175288

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-mtUNSAT 1840.49 460.768

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S428924146-076.UNKNOWN.cnf
MD5SUM8742ded32e7243c8b59546e2dc82a4b4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.40687
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 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175288-1304107241.cnf'
0.00/0.01	c -- header says num vars:             75
0.00/0.01	c -- header says num clauses:        1597
0.00/0.01	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.01	c -- vars added         75
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.02
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.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
0.00/0.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.03	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.03	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.03	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.03	c calculated reachability. Time: 0.00
0.00/0.03	c Calc default polars -  time:   0.00 s pos:      35 undec:       5 neg:      35
0.00/0.03	c =========================================================================================
0.00/0.03	c types(t): F = full restart, N = normal restart
0.00/0.03	c types(t): S = simplification begin/end, E = solution found
0.00/0.03	c restart types(rt): st = static, dy = dynamic
0.00/0.03	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.03	c  B st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.00/0.05	c Decided on static restart strategy
3.18/0.81	c  N st     8      4913        75      1597         0      4489      7985     76674   no data   no data  --
3.18/0.81	c  N st    10     11296        75      1597         0      4107      7985     57598   no data   no data  --
3.18/0.81	c  N st    11     17039        75      1597         0      9260      7985    140462   no data   no data  --
3.18/0.81	c  F st    12     25003        75      1597         0     11434      7985    180791   no data   no data  --
3.18/0.81	c  N st    12     25003        75      1597         0     11434      7985    180791   no data   no data  --
3.18/0.90	c Decided on static restart strategy
3.18/0.90	c  N st    18     30000        75      1597         0      9843      7985    145264   no data   no data  --
3.18/0.90	c  S st    18     30000        75      1597         0      9843      7985    145264   no data   no data  --
3.58/0.93	c  S st    18     30502        75      1597         0     10312      7985    153484   no data   no data  --
3.58/0.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.58/0.93	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.58/0.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.58/0.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.58/0.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.58/0.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.58/0.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.39/1.15	c lits-rem:      1478  cl-subs:     2596  v-elim:      0  v-fix:    0  time:  0.86 s
4.39/1.18	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.12
4.39/1.18	c calculated reachability. Time: 0.00
4.39/1.18	c  N st    18     30502        75      1597         0      7716      7985    111764   no data   no data  --
5.97/1.52	c  N st    20     37612        75      1597         0      7104      7985     93052   no data   no data  --
6.77/1.76	c  N st    21     44012        75      1597         0     12870      7985    193707   no data   no data  --
7.17/1.83	c  S st    22     45754        75      1597         0     14446      7985    221229   no data   no data  --
7.17/1.87	c  S st    22     46261        75      1597         0     14927      7985    230014   no data   no data  --
7.17/1.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.17/1.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.17/1.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
7.17/1.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.17/1.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.17/1.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.17/1.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
11.16/2.86	c lits-rem:      2729  cl-subs:     2476  v-elim:      0  v-fix:    0  time:  3.90 s
11.16/2.86	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
11.16/2.86	c vivif2 --  cl tried    12451 cl shrink        0 lits rem          0 time: 0.01
11.56/2.91	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.19
11.56/2.91	c calculated reachability. Time: 0.00
11.56/2.91	c  N st    22     46261        75      1597         0     12451      7985    186271   no data   no data  --
14.36/3.65	c  N st    23     60659        75      1597         0     17551      7985    269097   no data   no data  --
15.96/4.09	c  N st    24     69391        75      1597         0     16505      7985    236328   no data   no data  --
15.96/4.09	c  S st    24     69391        75      1597         0     16505      7985    236328   no data   no data  --
16.36/4.13	c  S st    24     69896        75      1597         0     16983      7985    245126   no data   no data  --
16.36/4.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.36/4.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
16.36/4.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
16.36/4.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.36/4.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.36/4.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
16.36/4.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
20.35/5.19	c lits-rem:      2764  cl-subs:     3006  v-elim:      0  v-fix:    0  time:  4.18 s
20.35/5.19	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
20.35/5.19	c vivif2 --  cl tried    13977 cl shrink        0 lits rem          0 time: 0.01
20.75/5.25	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.23
20.75/5.25	c calculated reachability. Time: 0.00
20.75/5.25	c  N st    24     69896        75      1597         0     13977      7985    196499   no data   no data  --
24.34/6.19	c  F st    25     87500        75      1597         0     19948      7985    279349   no data   no data  --
24.34/6.19	c  N st    25     87500        75      1597         0     19948      7985    279349   no data   no data  --
25.54/6.49	c Decided on static restart strategy
26.36/6.64	c  N st    32     95541        75      1597         0     16551      7985    227286   no data   no data  --
28.74/7.20	c  N st    34    104846        75      1597         0     13277      7985    168546   no data   no data  --
28.74/7.20	c  S st    34    104846        75      1597         0     13277      7985    168546   no data   no data  --
28.74/7.23	c  S st    34    105351        75      1597         0     13750      7985    177168   no data   no data  --
28.74/7.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.74/7.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
28.74/7.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
28.74/7.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.74/7.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.74/7.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
28.74/7.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
31.54/7.92	c lits-rem:       983  cl-subs:     1296  v-elim:      0  v-fix:    0  time:  2.69 s
31.54/7.92	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
31.54/7.92	c vivif2 --  cl tried    12454 cl shrink        0 lits rem          0 time: 0.01
31.54/7.97	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.20
31.54/7.97	c calculated reachability. Time: 0.00
31.54/7.97	c  N st    34    105351        75      1597         0     12454      7985    156751   no data   no data  --
33.93/8.54	c  N st    35    114949        75      1597         0     21067      7985    302680   no data   no data  --
37.93/9.55	c  N st    36    129347        75      1597         0     21452      7985    292637   no data   no data  --
43.52/10.99	c  N st    37    150942        75      1597         0     27397      7985    384611   no data   no data  --
45.52/11.42	c  S st    38    158027        75      1597         0     19521      7985    253381   no data   no data  --
45.52/11.47	c  S st    38    158532        75      1597         0     19991      7985    261728   no data   no data  --
45.52/11.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
45.52/11.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
45.52/11.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
45.52/11.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
45.52/11.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
45.52/11.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
45.52/11.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
49.92/12.52	c lits-rem:      2047  cl-subs:     2371  v-elim:      0  v-fix:    0  time:  4.11 s
49.92/12.52	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
49.92/12.52	c vivif2 --  cl tried    17620 cl shrink        0 lits rem          0 time: 0.01
49.92/12.59	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.28
49.92/12.59	c calculated reachability. Time: 0.00
49.92/12.59	c  N st    38    158532        75      1597         0     17620      7985    224066   no data   no data  --
62.29/15.62	c  N st    39    207121        75      1597         0     29838      7985    401331   no data   no data  --
70.71/17.77	c  N st    40    237798        75      1597         0     22447      7985    273015   no data   no data  --
70.71/17.77	c  S st    40    237798        75      1597         0     22447      7985    273015   no data   no data  --
71.09/17.83	c  S st    40    238304        75      1597         0     22925      7985    282049   no data   no data  --
71.09/17.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
71.09/17.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
71.09/17.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
71.09/17.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
71.09/17.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
71.09/17.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
71.09/17.84	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
75.48/18.97	c lits-rem:      1791  cl-subs:     2402  v-elim:      0  v-fix:    0  time:  4.51 s
75.48/18.97	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
75.48/18.97	c vivif2 --  cl tried    20523 cl shrink        0 lits rem          0 time: 0.01
75.88/19.06	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.33
75.88/19.06	c calculated reachability. Time: 0.00
75.88/19.06	c  N st    40    238304        75      1597         0     20523      7985    246416   no data   no data  --
97.84/24.56	c  F st    41    306250        75      1597         0     22386      7985    250841   no data   no data  --
97.84/24.56	c  N st    41    306250        75      1597         0     22386      7985    250841   no data   no data  --
99.43/24.97	c Decided on static restart strategy
109.02/27.32	c  N st    51    334553        75      1597         0     26372      7985    311029   no data   no data  --
117.41/29.45	c  N st    53    357456        75      1597         0     24486      7985    270531   no data   no data  --
117.41/29.45	c  S st    53    357456        75      1597         0     24486      7985    270531   no data   no data  --
117.81/29.52	c  S st    53    357960        75      1597         0     24957      7985    278976   no data   no data  --
117.81/29.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
117.81/29.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
117.81/29.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
117.81/29.54	c bin-w-bin subsume rem            0 bins  time:  0.00 s
117.81/29.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
117.81/29.54	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
117.81/29.54	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
122.20/30.62	c lits-rem:      1070  cl-subs:     1589  v-elim:      0  v-fix:    0  time:  4.31 s
122.20/30.62	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
122.20/30.62	c vivif2 --  cl tried    23368 cl shrink        0 lits rem          0 time: 0.01
122.60/30.72	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.39
122.60/30.72	c calculated reachability. Time: 0.00
122.60/30.72	c  N st    53    357960        75      1597         0     23368      7985    256750   no data   no data  --
134.19/33.65	c  N st    54    390353        75      1597         0     29090      7985    335664   no data   no data  --
152.97/38.34	c  N st    55    438941        75      1597         0     48227      7985    637202   no data   no data  --
181.72/45.56	c  N st    56    511823        75      1597         0     35539      7985    412015   no data   no data  --
192.50/48.24	c  N st    57    536940        75      1597         0     30296      7985    331177   no data   no data  --
192.50/48.24	c  S st    57    536940        75      1597         0     30296      7985    331177   no data   no data  --
192.90/48.32	c  S st    57    537441        75      1597         0     30762      7985    339747   no data   no data  --
192.90/48.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
192.90/48.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
192.90/48.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
192.90/48.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
192.90/48.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
192.90/48.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
192.90/48.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
197.30/49.50	c lits-rem:      1128  cl-subs:     2132  v-elim:      0  v-fix:    0  time:  4.63 s
197.30/49.50	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
197.30/49.50	c vivif2 --  cl tried    28630 cl shrink        0 lits rem          0 time: 0.01
198.12/49.62	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.48
198.12/49.62	c calculated reachability. Time: 0.00
198.12/49.62	c  N st    57    537441        75      1597         0     28630      7985    309692   no data   no data  --
272.82/68.34	c  N st    58    701425        75      1597         0     55636      7985    704471   no data   no data  --
327.93/82.19	c  N st    59    806161        75      1597         0     49787      7985    585534   no data   no data  --
327.93/82.19	c  S st    59    806161        75      1597         0     49787      7985    585534   no data   no data  --
328.73/82.33	c  S st    59    806663        75      1597         0     50250      7985    594224   no data   no data  --
328.73/82.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
328.73/82.33	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
328.73/82.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
328.73/82.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
328.73/82.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
328.73/82.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
328.73/82.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
341.51/85.56	c lits-rem:      1775  cl-subs:     8924  v-elim:      0  v-fix:    0  time: 12.74 s
341.51/85.56	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
341.51/85.57	c vivif2 --  cl tried    41326 cl shrink        0 lits rem          0 time: 0.02
342.31/85.76	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.78
342.31/85.76	c calculated reachability. Time: 0.00
342.31/85.76	c  N st    59    806663        75      1597         0     41326      7984    476141   no data   no data  --
488.90/122.45	c  F st    60   1071876        75      1597         0     56695      7984    664613   no data   no data  --
488.90/122.45	c  N st    60   1071876        75      1597         0     56695      7984    664613   no data   no data  --
492.12/123.25	c Decided on static restart strategy
508.48/127.37	c  N st    70   1100180        75      1597         0     42072      7984    433547   no data   no data  --
529.25/132.53	c  N st    72   1136172        75      1597         0     74439      7984    996912   no data   no data  --
548.83/137.49	c  N st    73   1168564        75      1597         0     61962      7984    742020   no data   no data  --
573.19/143.56	c  N st    74   1209994        75      1597         0     56951      7984    660959   no data   no data  --
573.19/143.56	c  S st    74   1209994        75      1597         0     56951      7984    660959   no data   no data  --
573.99/143.72	c  S st    74   1210498        75      1597         0     57426      7984    669605   no data   no data  --
573.99/143.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
573.99/143.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
573.99/143.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
573.99/143.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
573.99/143.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
573.99/143.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
573.99/143.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
589.56/147.64	c lits-rem:      3174  cl-subs:     7385  v-elim:      0  v-fix:    0  time: 15.48 s
589.56/147.64	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
589.56/147.64	c vivif2 --  cl tried    50041 cl shrink        0 lits rem          0 time: 0.03
590.36/147.85	c asymm  cl-useful: 0/1343/1597 lits-rem:0 time: 0.83
590.36/147.85	c calculated reachability. Time: 0.00
590.36/147.85	c  N st    74   1210498        75      1597         0     50041      7984    567189   no data   no data  --
645.09/161.52	c  N st    75   1283380        75      1597         0     72357      7984    885442   no data   no data  --
718.19/179.88	c  N st    76   1392704        75      1597         0     81450      7984   1023568   no data   no data  --
826.84/207.02	c  N st    77   1556688        75      1597         0     88564      7984   1075244   no data   no data  --
934.29/233.92	c  N st    78   1710498        75      1597         0     78888      7984    925661   no data   no data  --
934.29/233.92	c  S st    78   1710498        75      1597         0     78888      7984    925661   no data   no data  --
935.10/234.15	c  S st    78   1711001        75      1597         0     79352      7984    934449   no data   no data  --
935.10/234.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
935.10/234.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
935.10/234.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.12
935.50/234.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
935.50/234.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
935.50/234.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
935.50/234.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
973.44/243.70	c lits-rem:      1155  cl-subs:    16706  v-elim:      0  v-fix:    0  time: 37.87 s
973.44/243.70	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
973.44/243.71	c vivif2 --  cl tried    62646 cl shrink        0 lits rem          0 time: 0.04
974.64/244.07	c asymm  cl-useful: 0/1048/1597 lits-rem:0 time: 1.41
974.64/244.07	c calculated reachability. Time: 0.00
974.64/244.07	c  N st    78   1711001        75      1597         0     62646      7984    719211   no data   no data  --
1250.26/313.08	c  N st    79   2079965        75      1597         1     75068      7984    849937   no data   no data  --
1250.26/313.08	c Finding binary XORs  T:     0.00 s  found:       0
1347.73/337.42	c  N st    80   2211002        75      1597         2     78548      7984    873673   no data   no data  --
1347.73/337.42	c  S st    80   2211002        75      1597         2     78548      7984    873673   no data   no data  --
1348.53/337.66	c  S st    80   2211507        75      1597         3     79027      7984    881999   no data   no data  --
1348.53/337.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1348.53/337.66	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1348.53/337.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.12
1348.94/337.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1355.71/339.40	c subs with bin:     6325  lits-rem:      9785  v-fix:    0  time:  6.74 s
1355.71/339.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
1355.71/339.40	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1379.29/345.30	c lits-rem:      2243  cl-subs:    10040  v-elim:      0  v-fix:    0  time: 23.55 s
1379.29/345.30	c vivif2 --  cl tried     1591 cl shrink        0 lits rem          0 time: 0.00
1379.29/345.31	c vivif2 --  cl tried    62668 cl shrink        0 lits rem          0 time: 0.04
1379.70/345.46	c asymm  cl-useful: 0/543/1591 lits-rem:0 time: 0.60
1379.70/345.47	c calculated reachability. Time: 0.00
1379.70/345.47	c  N st    80   2211507        75      1591         3     62668      7945    674768   no data   no data  --
1664.89/416.88	c Finding binary XORs  T:     0.00 s  found:       0
1732.00/433.68	c Finding binary XORs  T:     0.00 s  found:       0
1793.91/449.16	c Finding binary XORs  T:     0.00 s  found:       0
1794.32/449.24	c  N st    81   2711508        72      1412         7     38113      6913    375521   no data   no data  --
1794.32/449.24	c  S st    81   2711508        72      1412         7     38113      6913    375521   no data   no data  --
1794.72/449.34	c  S st    81   2712013        72      1412         7     38581      6913    382502   no data   no data  --
1794.72/449.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1794.72/449.34	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1794.72/449.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
1794.72/449.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1795.51/449.54	c subs with bin:     1884  lits-rem:      4252  v-fix:    0  time:  0.70 s
1795.51/449.58	c Subs w/ non-existent bins:    607 l-rem:   1213 v-fix:     0 done:     72 time:  0.18 s
1795.51/449.58	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1801.92/451.14	c lits-rem:      2800  cl-subs:     1791  v-elim:      0  v-fix:    0  time:  6.24 s
1801.92/451.15	c vivif2 --  cl tried     1396 cl shrink        0 lits rem          0 time: 0.00
1801.92/451.15	c vivif2 --  cl tried    34315 cl shrink        0 lits rem          0 time: 0.02
1802.70/451.34	c asymm  cl-useful: 0/1396/1396 lits-rem:0 time: 0.74
1802.70/451.34	c calculated reachability. Time: 0.00
1802.70/451.34	c  N st    81   2712013        72      1396         7     34315      6824    332246   no data   no data  --
1825.47/457.07	c Finding binary XORs  T:     0.00 s  found:       0
1831.86/458.65	c Finding binary XORs  T:     0.00 s  found:       0
1835.86/459.66	c Finding binary XORs  T:     0.00 s  found:       0
1839.45/460.52	c Finding binary XORs  T:     0.00 s  found:       0
1840.25/460.74	c Finding binary XORs  T:     0.00 s  found:       0
1840.25/460.75	c  E st    82   2785614        53       926        29     10673      4198     78776   no data   no data  --
1840.25/460.75	c Following stats are for *FIRST FINISHED THREAD ONLY*
1840.25/460.75	c num threads              : 4          
1840.25/460.75	c restarts                 : 82         
1840.25/460.75	c dynamic restarts         : 0          
1840.25/460.75	c static restarts          : 82         
1840.25/460.75	c full restarts            : 4          
1840.25/460.75	c total simplify time      : 4.27       
1840.25/460.75	c learnts DL2              : 0          
1840.25/460.75	c learnts size 2           : 177        
1840.25/460.75	c learnts size 1           : 59          (78.67     % of vars)
1840.25/460.75	c filedLit time            : 0.56        (0.03      % time)
1840.25/460.75	c v-elim SatELite          : 0           (0.00      % vars)
1840.25/460.75	c SatELite time            : 124.65      (6.78      % time)
1840.25/460.75	c v-elim xor               : 0           (0.00      % vars)
1840.25/460.75	c xor elim time            : 0.09        (0.01      % time)
1840.25/460.75	c num binary xor trees     : 0          
1840.25/460.75	c binxor trees' crown      : 0           (nan       leafs/tree)
1840.25/460.75	c bin xor find time        : 0.01       
1840.25/460.75	c OTF clause improved      : 318792      (0.11      clauses/conflict)
1840.25/460.75	c OTF impr. size diff      : 326881      (1.03       lits/clause)
1840.25/460.75	c OTF cl watch-shrink      : 160795      (0.06      clauses/conflict)
1840.25/460.75	c OTF cl watch-sh-lit      : 178287      (1.11       lits/clause)
1840.25/460.75	c tried to recurMin cls    : 237615      (8.53       % of conflicts)
1840.25/460.75	c updated cache            : 1284        (0.01       lits/tried recurMin)
1840.25/460.75	c unit cls received        : 0           (0.00      % of units)
1840.25/460.75	c unit cls sent            : 11          (18.64     % of units)
1840.25/460.75	c bin cls received         : 7          
1840.25/460.75	c bin cls sent             : 133        
1840.25/460.75	c clauses over max glue    : 0           (0.00      % of all clauses)
1840.25/460.75	c conflicts                : 2785614     (1514.29   / sec)
1840.25/460.75	c decisions                : 3037094     (0.24      % random)
1840.25/460.75	c bogo-props               : 81659149146 (44390748.10 / sec)
1840.25/460.75	c conflict literals        : 41380460    (25.93     % deleted)
1840.25/460.75	c Memory used              : 388.80      MB
1840.25/460.75	c single-thread CPU time   : 1839.55     s
1840.25/460.75	c all-threads sum CPU time : 1839.55     s
1840.25/460.75	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-3175288-1304107241/watcher-3175288-1304107241 -o /tmp/evaluation-result-3175288-1304107241/solver-3175288-1304107241 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175288-1304107241.cnf 

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

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


[startup+0 s]
/proc/loadavg: 6.86 7.86 7.96 2/176 20952
/proc/meminfo: memFree=17892232/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 413 0 0 0 0 0 0 0 18 0 4 0 522326721 52465664 352 33554432000 4194304 4650419 140737310635424 18446744073709551615 47247827777458 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 12809 352 303 112 0 7774 0
[pid=20951/tid=20953] ppid=20947 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 522326721 52465664 352 33554432000 4194304 4650419 140737310635424 18446744073709551615 216634571761 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 0 0 0 0 0 0 0 0 19 0 4 0 522326721 52465664 352 33554432000 4194304 4650419 140737310635424 18446744073709551615 47247827777458 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 4 0 522326721 52465664 352 33554432000 4194304 4650419 140737310635424 18446744073709551615 47247827777458 0 0 4096 2 0 0 0 -1 0 0 0 0

[startup+0.156068 s]
/proc/loadavg: 6.86 7.86 7.96 2/176 20952
/proc/meminfo: memFree=17892232/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=283308 CPUtime=0.59 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 2055 0 0 0 59 0 0 0 18 0 4 0 522326721 290107392 1506 33554432000 4194304 4650419 140737310635424 18446744073709551615 4315094 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 70827 1506 391 112 0 65792 0
[pid=20951/tid=20953] ppid=20947 vsize=283308 CPUtime=0.14 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 461 0 0 0 14 0 0 0 20 0 4 0 522326721 290107392 1506 33554432000 4194304 4650419 140737310635424 18446744073709551615 4303973 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=283308 CPUtime=0.15 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 445 0 0 0 15 0 0 0 18 0 4 0 522326721 290107392 1506 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365330 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=283308 CPUtime=0.14 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 319 0 0 0 14 0 0 0 18 0 4 0 522326721 290107392 1506 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 283308

[startup+0.256051 s]
/proc/loadavg: 6.86 7.86 7.96 2/176 20952
/proc/meminfo: memFree=17892232/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=283468 CPUtime=0.99 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 2429 0 0 0 99 0 0 0 18 0 4 0 522326721 290271232 1880 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 70867 1880 391 112 0 65832 0
[pid=20951/tid=20953] ppid=20947 vsize=283468 CPUtime=0.24 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 560 0 0 0 24 0 0 0 20 0 4 0 522326721 290271232 1880 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=283468 CPUtime=0.25 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 540 0 0 0 25 0 0 0 18 0 4 0 522326721 290271232 1880 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=283468 CPUtime=0.24 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 411 0 0 0 24 0 0 0 18 0 4 0 522326721 290271232 1880 33554432000 4194304 4650419 140737310635424 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 283468

[startup+0.301044 s]
/proc/loadavg: 6.86 7.86 7.96 2/176 20952
/proc/meminfo: memFree=17892232/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=283952 CPUtime=1.17 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 2974 0 0 0 117 0 0 0 18 0 4 0 522326721 290766848 1789 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366839 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 70988 1789 391 112 0 65953 0
[pid=20951/tid=20953] ppid=20947 vsize=283952 CPUtime=0.29 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 699 0 0 0 29 0 0 0 20 0 4 0 522326721 290766848 1789 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=283952 CPUtime=0.29 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 682 0 0 0 29 0 0 0 18 0 4 0 522326721 290766848 1789 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=283952 CPUtime=0.29 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 556 0 0 0 29 0 0 0 18 0 4 0 522326721 290766848 1789 33554432000 4194304 4650419 140737310635424 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 283952

[startup+0.700973 s]
/proc/loadavg: 6.86 7.86 7.96 2/176 20952
/proc/meminfo: memFree=17892232/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=284484 CPUtime=2.78 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 4445 0 0 0 277 1 0 0 18 0 4 0 522326721 291311616 2470 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 71121 2470 392 112 0 66086 0
[pid=20951/tid=20953] ppid=20947 vsize=284484 CPUtime=0.69 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 1058 0 0 0 69 0 0 0 21 0 4 0 522326721 291311616 2470 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366928 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=284484 CPUtime=0.69 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 1041 0 0 0 69 0 0 0 18 0 4 0 522326721 291311616 2470 33554432000 4194304 4650419 140737310635424 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=284484 CPUtime=0.69 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 897 0 0 0 69 0 0 0 18 0 4 0 522326721 291311616 2470 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284484

[startup+1.50083 s]
/proc/loadavg: 7.12 7.89 7.97 9/184 20960
/proc/meminfo: memFree=17865652/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=289476 CPUtime=5.97 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 8628 0 0 0 596 1 0 0 20 0 4 0 522326721 296423424 4842 33554432000 4194304 4650419 140737310635424 18446744073709551615 4307086 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 72369 4842 393 112 0 67334 0
[pid=20951/tid=20953] ppid=20947 vsize=289476 CPUtime=1.48 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 2468 0 0 0 148 0 0 0 23 0 4 0 522326721 296423424 4842 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366537 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=289476 CPUtime=1.49 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 1720 0 0 0 149 0 0 0 20 0 4 0 522326721 296423424 4842 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=289476 CPUtime=1.48 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 1569 0 0 0 148 0 0 0 20 0 4 0 522326721 296423424 4842 33554432000 4194304 4650419 140737310635424 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 289476

[startup+3.10056 s]
/proc/loadavg: 7.12 7.89 7.97 9/184 20960
/proc/meminfo: memFree=17835272/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=292716 CPUtime=12.36 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 15188 0 0 0 1234 2 0 0 25 0 4 0 522326721 299741184 9321 33554432000 4194304 4650419 140737310635424 18446744073709551615 4329109 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 73179 9321 393 112 0 68144 0
[pid=20951/tid=20953] ppid=20947 vsize=292716 CPUtime=3.07 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 4245 0 0 0 307 0 0 0 25 0 4 0 522326721 299741184 9321 33554432000 4194304 4650419 140737310635424 18446744073709551615 4433048 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=292716 CPUtime=3.08 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 3542 0 0 0 308 0 0 0 25 0 4 0 522326721 299741184 9321 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366896 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=292716 CPUtime=3.08 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 3504 0 0 0 308 0 0 0 25 0 4 0 522326721 299741184 9321 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 292716

[startup+6.30099 s]
/proc/loadavg: 7.27 7.91 7.97 9/184 20960
/proc/meminfo: memFree=17792492/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=294604 CPUtime=25.14 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 20961 0 0 0 2511 3 0 0 25 0 4 0 522326721 301674496 10138 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 73651 10138 393 112 0 68616 0
[pid=20951/tid=20953] ppid=20947 vsize=294604 CPUtime=6.25 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 5485 0 0 0 625 0 0 0 25 0 4 0 522326721 301674496 10138 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=294604 CPUtime=6.28 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 5312 0 0 0 628 0 0 0 25 0 4 0 522326721 301674496 10138 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=294604 CPUtime=6.28 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 4823 0 0 0 628 0 0 0 25 0 4 0 522326721 301674496 10138 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 294604

[startup+12.7009 s]
/proc/loadavg: 7.32 7.91 7.97 9/184 20960
/proc/meminfo: memFree=17748636/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=304868 CPUtime=50.72 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 32214 0 0 0 5065 7 0 0 25 0 4 0 522326721 312184832 13594 33554432000 4194304 4650419 140737310635424 18446744073709551615 4333820 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 76217 13604 393 112 0 71182 0
[pid=20951/tid=20953] ppid=20947 vsize=304868 CPUtime=12.62 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 8733 0 0 0 1261 1 0 0 25 0 4 0 522326721 312184832 13617 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=304868 CPUtime=12.69 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 8622 0 0 0 1267 2 0 0 25 0 4 0 522326721 312184832 13628 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=304868 CPUtime=12.69 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 7210 0 0 0 1268 1 0 0 25 0 4 0 522326721 312184832 13628 33554432000 4194304 4650419 140737310635424 18446744073709551615 4514425 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 304868

[startup+25.5006 s]
/proc/loadavg: 7.43 7.91 7.97 9/184 20969
/proc/meminfo: memFree=17699024/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=314712 CPUtime=101.83 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 48859 0 0 0 10173 10 0 0 25 0 4 0 522326721 322265088 18410 33554432000 4194304 4650419 140737310635424 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 78678 18410 393 112 0 73643 0
[pid=20951/tid=20953] ppid=20947 vsize=314712 CPUtime=25.35 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 13748 0 0 0 2533 2 0 0 25 0 4 0 522326721 322265088 18410 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=314712 CPUtime=25.49 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 13315 0 0 0 2546 3 0 0 25 0 4 0 522326721 322265088 18410 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=314712 CPUtime=25.47 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 9738 0 0 0 2546 1 0 0 25 0 4 0 522326721 322265088 18410 33554432000 4194304 4650419 140737310635424 18446744073709551615 4364772 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 314712

[startup+51.1011 s]
/proc/loadavg: 7.65 7.92 7.97 9/184 20970
/proc/meminfo: memFree=17648340/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=297164 CPUtime=204.09 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 74175 0 0 0 20391 18 0 0 25 0 4 0 522326721 304295936 23577 33554432000 4194304 4650419 140737310635424 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 74291 23577 393 112 0 69256 0
[pid=20951/tid=20953] ppid=20947 vsize=297164 CPUtime=50.82 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 21259 0 0 0 5077 5 0 0 25 0 4 0 522326721 304295936 23577 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=297164 CPUtime=51.08 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 21481 0 0 0 5103 5 0 0 25 0 4 0 522326721 304295936 23577 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=297164 CPUtime=51.07 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 12517 0 0 0 5105 2 0 0 25 0 4 0 522326721 304295936 23577 33554432000 4194304 4650419 140737310635424 18446744073709551615 4313440 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.09
Current children cumulated vsize (KiB) 297164

[startup+102.301 s]
/proc/loadavg: 7.89 7.94 7.98 9/184 20971
/proc/meminfo: memFree=17582344/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=308088 CPUtime=408.63 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 113732 0 0 0 40834 29 0 0 25 0 4 0 522326721 315482112 30719 33554432000 4194304 4650419 140737310635424 18446744073709551615 4363432 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 77022 30719 393 112 0 71987 0
[pid=20951/tid=20953] ppid=20947 vsize=308088 CPUtime=101.74 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 30677 0 0 0 10167 7 0 0 25 0 4 0 522326721 315482112 30719 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=308088 CPUtime=102.28 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 32585 0 0 0 10220 8 0 0 25 0 4 0 522326721 315482112 30719 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=308088 CPUtime=102.28 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 19743 0 0 0 10223 5 0 0 25 0 4 0 522326721 315482112 30719 33554432000 4194304 4650419 140737310635424 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.63
Current children cumulated vsize (KiB) 308088

[startup+162.301 s]

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

/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 42392 0 0 0 34215 13 0 0 25 0 4 0 522326721 420208640 51721 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1367.3
Current children cumulated vsize (KiB) 410360

[startup+402.3 s]
/proc/loadavg: 8.10 8.09 8.03 9/184 20982
/proc/meminfo: memFree=17353792/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=410824 CPUtime=1606.97 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 269979 0 0 0 160613 84 0 0 25 0 4 0 522326721 420683776 57076 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366931 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 102706 57076 394 112 0 97671 0
[pid=20951/tid=20953] ppid=20947 vsize=410824 CPUtime=400.11 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 73185 0 0 0 39990 21 0 0 25 0 4 0 522326721 420683776 57076 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=410824 CPUtime=402.26 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 80394 0 0 0 40202 24 0 0 25 0 4 0 522326721 420683776 57076 33554432000 4194304 4650419 140737310635424 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=410824 CPUtime=402.28 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 47212 0 0 0 40213 15 0 0 25 0 4 0 522326721 420683776 57076 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1606.97
Current children cumulated vsize (KiB) 410824

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

[startup+409.601 s]
/proc/loadavg: 8.09 8.09 8.03 9/184 20982
/proc/meminfo: memFree=17365448/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=410880 CPUtime=1636.13 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 272986 0 0 0 163529 84 0 0 25 0 4 0 522326721 420741120 57115 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 102720 57115 394 112 0 97685 0
[pid=20951/tid=20953] ppid=20947 vsize=410880 CPUtime=407.37 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 73576 0 0 0 40716 21 0 0 25 0 4 0 522326721 420741120 57115 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366816 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=410880 CPUtime=409.55 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 81510 0 0 0 40931 24 0 0 25 0 4 0 522326721 420741120 57115 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=410880 CPUtime=409.58 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 47386 0 0 0 40943 15 0 0 25 0 4 0 522326721 420741120 57115 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1636.13
Current children cumulated vsize (KiB) 410880

[startup+435.201 s]
/proc/loadavg: 8.06 8.08 8.02 9/184 20983
/proc/meminfo: memFree=17342372/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=399184 CPUtime=1738.4 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 283500 0 0 0 173751 89 0 0 25 0 4 0 522326721 408764416 57714 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 99796 57714 394 112 0 94761 0
[pid=20951/tid=20953] ppid=20947 vsize=399184 CPUtime=432.83 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 77021 0 0 0 43261 22 0 0 25 0 4 0 522326721 408764416 57714 33554432000 4194304 4650419 140737310635424 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=399184 CPUtime=435.16 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 83118 0 0 0 43491 25 0 0 25 0 4 0 522326721 408764416 57714 33554432000 4194304 4650419 140737310635424 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=399184 CPUtime=435.18 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 50227 0 0 0 43501 17 0 0 25 0 4 0 522326721 408764416 57714 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1738.4
Current children cumulated vsize (KiB) 399184

[startup+448 s]
/proc/loadavg: 8.05 8.08 8.02 9/184 20984
/proc/meminfo: memFree=17357124/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=410224 CPUtime=1789.51 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 287880 0 0 0 178861 90 0 0 25 0 4 0 522326721 420069376 57074 33554432000 4194304 4650419 140737310635424 18446744073709551615 4364751 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 102556 57074 394 112 0 97521 0
[pid=20951/tid=20953] ppid=20947 vsize=410224 CPUtime=445.56 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 78959 0 0 0 44533 23 0 0 25 0 4 0 522326721 420069376 57074 33554432000 4194304 4650419 140737310635424 18446744073709551615 4333710 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=410224 CPUtime=447.95 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 84097 0 0 0 44770 25 0 0 25 0 4 0 522326721 420069376 57074 33554432000 4194304 4650419 140737310635424 18446744073709551615 4313048 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=410224 CPUtime=447.98 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 50661 0 0 0 44781 17 0 0 25 0 4 0 522326721 420069376 57074 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1789.51
Current children cumulated vsize (KiB) 410224

[startup+454.406 s]
/proc/loadavg: 8.04 8.08 8.02 9/184 20984
/proc/meminfo: memFree=17342244/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=422128 CPUtime=1815.1 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 290141 0 0 0 181419 91 0 0 25 0 4 0 522326721 432259072 59335 33554432000 4194304 4650419 140737310635424 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 105532 59335 394 112 0 100497 0
[pid=20951/tid=20953] ppid=20947 vsize=422128 CPUtime=451.93 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 79393 0 0 0 45170 23 0 0 25 0 4 0 522326721 432259072 59335 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=422128 CPUtime=454.35 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 85535 0 0 0 45410 25 0 0 25 0 4 0 522326721 432259072 59335 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=422128 CPUtime=454.39 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 50661 0 0 0 45422 17 0 0 25 0 4 0 522326721 432259072 59335 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1815.1
Current children cumulated vsize (KiB) 422128

[startup+457.601 s]
/proc/loadavg: 8.04 8.08 8.02 9/184 20984
/proc/meminfo: memFree=17341500/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=422180 CPUtime=1827.88 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 291853 0 0 0 182696 92 0 0 25 0 4 0 522326721 432312320 59023 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 105545 59023 394 112 0 100510 0
[pid=20951/tid=20953] ppid=20947 vsize=422180 CPUtime=455.11 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 80644 0 0 0 45488 23 0 0 25 0 4 0 522326721 432312320 59023 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=422180 CPUtime=457.55 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 85749 0 0 0 45730 25 0 0 25 0 4 0 522326721 432312320 59023 33554432000 4194304 4650419 140737310635424 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=422180 CPUtime=457.59 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 50680 0 0 0 45742 17 0 0 25 0 4 0 522326721 432312320 59023 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1827.88
Current children cumulated vsize (KiB) 422180

[startup+459.2 s]
/proc/loadavg: 8.04 8.08 8.02 9/184 20984
/proc/meminfo: memFree=17336540/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=398124 CPUtime=1834.26 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 293034 0 0 0 183334 92 0 0 25 0 4 0 522326721 407678976 56668 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365321 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 99531 56668 394 112 0 94496 0
[pid=20951/tid=20953] ppid=20947 vsize=398124 CPUtime=456.7 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 80792 0 0 0 45647 23 0 0 25 0 4 0 522326721 407678976 56668 33554432000 4194304 4650419 140737310635424 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=398124 CPUtime=459.15 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 85843 0 0 0 45890 25 0 0 25 0 4 0 522326721 407678976 56668 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=398124 CPUtime=459.18 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 51274 0 0 0 45901 17 0 0 25 0 4 0 522326721 407678976 56668 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1834.26
Current children cumulated vsize (KiB) 398124

[startup+460 s]
/proc/loadavg: 8.04 8.08 8.02 9/184 20984
/proc/meminfo: memFree=17347204/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=398124 CPUtime=1837.45 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 293342 0 0 0 183653 92 0 0 25 0 4 0 522326721 407678976 56976 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 99531 56976 394 112 0 94496 0
[pid=20951/tid=20953] ppid=20947 vsize=398124 CPUtime=457.49 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 80863 0 0 0 45726 23 0 0 25 0 4 0 522326721 407678976 56976 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=398124 CPUtime=459.95 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 85895 0 0 0 45970 25 0 0 25 0 4 0 522326721 407678976 56976 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=398124 CPUtime=459.98 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 51334 0 0 0 45981 17 0 0 25 0 4 0 522326721 407678976 56976 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1837.45
Current children cumulated vsize (KiB) 398124

[startup+460.401 s]
/proc/loadavg: 8.04 8.08 8.02 9/184 20984
/proc/meminfo: memFree=17347204/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=398124 CPUtime=1839.05 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 293480 0 0 0 183813 92 0 0 25 0 4 0 522326721 407678976 57114 33554432000 4194304 4650419 140737310635424 18446744073709551615 4364777 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 99531 57114 394 112 0 94496 0
[pid=20951/tid=20953] ppid=20947 vsize=398124 CPUtime=457.89 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 80893 0 0 0 45766 23 0 0 25 0 4 0 522326721 407678976 57114 33554432000 4194304 4650419 140737310635424 18446744073709551615 4363423 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=398124 CPUtime=460.35 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 85922 0 0 0 46010 25 0 0 25 0 4 0 522326721 407678976 57114 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=398124 CPUtime=460.38 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 51364 0 0 0 46021 17 0 0 25 0 4 0 522326721 407678976 57114 33554432000 4194304 4650419 140737310635424 18446744073709551615 4334529 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1839.05
Current children cumulated vsize (KiB) 398124

[startup+460.601 s]
/proc/loadavg: 8.04 8.08 8.02 9/184 20984
/proc/meminfo: memFree=17347204/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=398124 CPUtime=1839.85 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 293554 0 0 0 183893 92 0 0 25 0 4 0 522326721 407678976 57188 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365192 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 99531 57188 394 112 0 94496 0
[pid=20951/tid=20953] ppid=20947 vsize=398124 CPUtime=458.09 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 80910 0 0 0 45786 23 0 0 25 0 4 0 522326721 407678976 57188 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=398124 CPUtime=460.55 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 85937 0 0 0 46030 25 0 0 25 0 4 0 522326721 407678976 57188 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=398124 CPUtime=460.58 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 51379 0 0 0 46041 17 0 0 25 0 4 0 522326721 407678976 57188 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1839.85
Current children cumulated vsize (KiB) 398124

[startup+460.701 s]
/proc/loadavg: 8.04 8.08 8.02 9/184 20984
/proc/meminfo: memFree=17347204/32951124 swapFree=67111528/67111528
[pid=20951] ppid=20947 vsize=398124 CPUtime=1840.25 cores=0,2,4,6
/proc/20951/stat : 20951 (strangenight1-m) R 20947 20951 20915 0 -1 4202496 293593 0 0 0 183933 92 0 0 25 0 4 0 522326721 407678976 57227 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 2 0 0 0
/proc/20951/statm: 99531 57227 394 112 0 94496 0
[pid=20951/tid=20953] ppid=20947 vsize=398124 CPUtime=458.19 cores=0,2,4,6
/proc/20951/task/20953/stat : 20953 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 80920 0 0 0 45796 23 0 0 25 0 4 0 522326721 407678976 57227 33554432000 4194304 4650419 140737310635424 18446744073709551615 4367245 0 0 4096 2 0 0 0 -1 6 0 0 0
[pid=20951/tid=20954] ppid=20947 vsize=398124 CPUtime=460.65 cores=0,2,4,6
/proc/20951/task/20954/stat : 20954 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 85945 0 0 0 46040 25 0 0 25 0 4 0 522326721 407678976 57227 33554432000 4194304 4650419 140737310635424 18446744073709551615 4366865 0 0 4096 2 0 0 0 -1 4 0 0 0
[pid=20951/tid=20955] ppid=20947 vsize=398124 CPUtime=460.68 cores=0,2,4,6
/proc/20951/task/20955/stat : 20955 (strangenight1-m) R 20947 20951 20915 0 -1 4202560 51386 0 0 0 46051 17 0 0 25 0 4 0 522326721 407678976 57227 33554432000 4194304 4650419 140737310635424 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1840.25
Current children cumulated vsize (KiB) 398124

Child status: 20
Real time (s): 460.768
CPU time (s): 1840.49
CPU user time (s): 1839.55
CPU system time (s): 0.937857
CPU usage (%): 399.44
Max. virtual memory (cumulated for all children) (KiB): 422180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1839.55
system time used= 0.937857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293611
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= 375
involuntary context switches= 10655

runsolver used 0.794879 second user time and 1.69774 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-29 22:00:41
IDJOB=3175288
IDBENCH=82906
IDSOLVER=1588
FILE ID=node103/3175288-1304107241
RUNJOBID= node103-1304107241-20933
PBS_JOBID= 13170666
Free space on /tmp= 71520 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v75-c1597-S428924146-076.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175288-1304107241/watcher-3175288-1304107241 -o /tmp/evaluation-result-3175288-1304107241/solver-3175288-1304107241 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3175288-1304107241.cnf

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

MD5SUM BENCH= 8742ded32e7243c8b59546e2dc82a4b4
RANDOM SEED=763687272

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      17892792 kB
Buffers:       2149136 kB
Cached:       12259692 kB
SwapCached:          0 kB
Active:        5598588 kB
Inactive:      8873580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      17892792 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12480 kB
Writeback:           0 kB
AnonPages:       63324 kB
Mapped:          14324 kB
Slab:           520116 kB
PageTables:       4644 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   185424 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= 71508 MiB
End job on node103 at 2011-04-29 22:08:22