Trace number 3175227

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 2107.48 527.589

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v75-c1597-S60874767-043.UNKNOWN.cnf
MD5SUM1eb54569b93f0ee7ebd06f1e9e4582f9
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.2579
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-3175227-1304101003.cnf'
0.00/0.00	c -- header says num vars:             75
0.00/0.00	c -- header says num clauses:        1597
0.00/0.00	c -- clauses added:            0 learnts,         1597 normals,            0 xors
0.00/0.00	c -- vars added         75
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.00/0.01	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.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.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
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:      31 undec:       4 neg:      40
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0        75      1597         0         0      7985         0   no data   no data  --
0.13/0.04	c Decided on static restart strategy
0.38/0.10	c  N st     8      4915        75      1597         0      4448      7985     75617   no data   no data  --
0.78/0.26	c  N st    10     11298        75      1597         0      4119      7985     58619   no data   no data  --
1.58/0.43	c  N st    11     17042        75      1597         0      9263      7985    142456   no data   no data  --
2.38/0.69	c  F st    12     25001        75      1597         0     11403      7985    175161   no data   no data  --
2.38/0.69	c  N st    12     25001        75      1597         0     11403      7985    175161   no data   no data  --
3.18/0.86	c Decided on static restart strategy
3.18/0.86	c  N st    18     30000        75      1597         0      9835      7985    145402   no data   no data  --
3.18/0.86	c  S st    18     30000        75      1597         0      9835      7985    145402   no data   no data  --
3.18/0.89	c  S st    18     30504        75      1597         0     10312      7985    153977   no data   no data  --
3.18/0.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.18/0.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.18/0.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
3.57/0.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.57/0.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.57/0.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
3.57/0.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.40/1.13	c lits-rem:      1611  cl-subs:     2680  v-elim:      0  v-fix:    0  time:  0.92 s
4.40/1.16	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.12
4.40/1.16	c calculated reachability. Time: 0.00
4.40/1.16	c  N st    18     30504        75      1597         0      7632      7985    110943   no data   no data  --
5.58/1.44	c  N st    20     37617        75      1597         0     14020      7985    218758   no data   no data  --
6.37/1.68	c  N st    21     44016        75      1597         0     12759      7985    188536   no data   no data  --
6.77/1.76	c  S st    22     45756        75      1597         0     14337      7985    214598   no data   no data  --
7.17/1.80	c  S st    22     46258        75      1597         0     14811      7985    223074   no data   no data  --
7.17/1.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.17/1.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.17/1.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
7.17/1.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.17/1.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.17/1.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
7.17/1.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.77/2.78	c lits-rem:      2774  cl-subs:     2775  v-elim:      0  v-fix:    0  time:  3.87 s
10.77/2.78	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
10.77/2.78	c vivif2 --  cl tried    12036 cl shrink        0 lits rem          0 time: 0.01
11.17/2.83	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.18
11.17/2.83	c calculated reachability. Time: 0.00
11.17/2.83	c  N st    22     46258        75      1597         0     12036      7985    176418   no data   no data  --
13.56/3.46	c  N st    23     60656        75      1597         0     17074      7985    243572   no data   no data  --
15.17/3.89	c  N st    24     69387        75      1597         0     15934      7985    212985   no data   no data  --
15.17/3.89	c  S st    24     69387        75      1597         0     15934      7985    212985   no data   no data  --
15.57/3.94	c  S st    24     69890        75      1597         0     16411      7985    221602   no data   no data  --
15.57/3.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.57/3.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.57/3.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
15.57/3.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.57/3.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.57/3.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
15.57/3.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.16/4.87	c lits-rem:      1927  cl-subs:     4095  v-elim:      0  v-fix:    0  time:  3.69 s
19.16/4.87	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
19.16/4.87	c vivif2 --  cl tried    12316 cl shrink        0 lits rem          0 time: 0.00
19.56/4.92	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.16
19.56/4.92	c calculated reachability. Time: 0.00
19.56/4.92	c  N st    24     69890        75      1597         0     12316      7985    162848   no data   no data  --
23.15/5.86	c  F st    25     87503        75      1597         0     18460      7985    249624   no data   no data  --
23.15/5.86	c  N st    25     87503        75      1597         0     18460      7985    249624   no data   no data  --
24.35/6.17	c Decided on static restart strategy
25.15/6.30	c  N st    32     95543        75      1597         0     15140      7985    202011   no data   no data  --
27.14/6.84	c  N st    34    104835        75      1597         0     11884      7985    140662   no data   no data  --
27.14/6.84	c  S st    34    104835        75      1597         0     11884      7985    140662   no data   no data  --
27.14/6.88	c  S st    34    105339        75      1597         0     12352      7985    149014   no data   no data  --
27.14/6.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
27.14/6.88	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.14/6.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
27.14/6.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.14/6.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.14/6.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
27.14/6.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.14/7.33	c lits-rem:       475  cl-subs:     1050  v-elim:      0  v-fix:    0  time:  1.78 s
29.14/7.33	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
29.14/7.33	c vivif2 --  cl tried    11302 cl shrink        0 lits rem          0 time: 0.00
29.14/7.37	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.17
29.14/7.37	c calculated reachability. Time: 0.00
29.14/7.37	c  N st    34    105339        75      1597         0     11302      7985    133926   no data   no data  --
31.14/7.84	c  N st    35    114937        75      1597         0     19981      7985    287612   no data   no data  --
35.16/8.81	c  N st    36    129334        75      1597         0     20367      7985    273045   no data   no data  --
40.73/10.22	c  N st    37    150929        75      1597         0     26295      7985    363284   no data   no data  --
42.32/10.68	c  S st    38    158009        75      1597         0     18356      7985    227413   no data   no data  --
42.72/10.73	c  S st    38    158515        75      1597         0     18822      7985    235959   no data   no data  --
42.72/10.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
42.72/10.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
42.72/10.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
42.72/10.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
42.72/10.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
42.72/10.74	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
42.72/10.74	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
46.32/11.68	c lits-rem:      1496  cl-subs:     2161  v-elim:      0  v-fix:    0  time:  3.75 s
46.32/11.68	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
46.32/11.68	c vivif2 --  cl tried    16661 cl shrink        0 lits rem          0 time: 0.01
46.72/11.75	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.25
46.72/11.75	c calculated reachability. Time: 0.00
46.72/11.75	c  N st    38    158515        75      1597         0     16661      7985    203559   no data   no data  --
59.90/15.09	c  N st    39    207103        75      1597         0     28755      7985    369784   no data   no data  --
70.30/17.65	c  N st    40    237773        75      1597         0     21376      7985    246541   no data   no data  --
70.30/17.65	c  S st    40    237773        75      1597         0     21376      7985    246541   no data   no data  --
70.68/17.71	c  S st    40    238279        75      1597         0     21858      7985    255485   no data   no data  --
70.68/17.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
70.68/17.71	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
70.68/17.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
70.68/17.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
70.68/17.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
70.68/17.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
70.68/17.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
74.71/18.78	c lits-rem:      1609  cl-subs:     2781  v-elim:      0  v-fix:    0  time:  4.23 s
74.71/18.78	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
74.71/18.78	c vivif2 --  cl tried    19077 cl shrink        0 lits rem          0 time: 0.01
75.08/18.85	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.28
75.08/18.85	c calculated reachability. Time: 0.00
75.08/18.85	c  N st    40    238279        75      1597         0     19077      7985    218643   no data   no data  --
97.85/24.52	c  F st    41    306251        75      1597         0     20987      7985    224957   no data   no data  --
97.85/24.52	c  N st    41    306251        75      1597         0     20987      7985    224957   no data   no data  --
99.05/24.89	c Decided on static restart strategy
107.43/26.94	c  N st    51    334556        75      1597         0     25062      7985    285444   no data   no data  --
117.03/29.37	c  N st    53    357418        75      1597         0     23171      7985    244880   no data   no data  --
117.03/29.37	c  S st    53    357418        75      1597         0     23171      7985    244880   no data   no data  --
117.43/29.43	c  S st    53    357921        75      1597         0     23643      7985    253294   no data   no data  --
117.43/29.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
117.43/29.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
117.43/29.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.02
117.43/29.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
117.43/29.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
117.43/29.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
117.43/29.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
121.42/30.45	c lits-rem:       562  cl-subs:     1429  v-elim:      0  v-fix:    0  time:  4.03 s
121.42/30.45	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
121.42/30.46	c vivif2 --  cl tried    22214 cl shrink        0 lits rem          0 time: 0.01
121.82/30.54	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.32
121.82/30.54	c calculated reachability. Time: 0.00
121.82/30.54	c  N st    53    357921        75      1597         0     22214      7985    234610   no data   no data  --
133.00/33.37	c  N st    54    390314        75      1597         0     28067      7985    318871   no data   no data  --
152.97/38.40	c  N st    55    438902        75      1597         0     47265      7985    623310   no data   no data  --
182.94/45.83	c  N st    56    511786        75      1597         0     34650      7985    407563   no data   no data  --
194.92/48.84	c  N st    57    536883        75      1597         0     29338      7985    308443   no data   no data  --
194.92/48.84	c  S st    57    536883        75      1597         0     29338      7985    308443   no data   no data  --
195.32/48.91	c  S st    57    537386        75      1597         0     29800      7985    317076   no data   no data  --
195.32/48.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
195.32/48.92	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
195.32/48.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.03
195.32/48.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
195.32/48.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
195.32/48.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
195.32/48.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
200.11/50.12	c lits-rem:       944  cl-subs:     1608  v-elim:      0  v-fix:    0  time:  4.75 s
200.11/50.12	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
200.11/50.12	c vivif2 --  cl tried    28192 cl shrink        0 lits rem          0 time: 0.02
200.51/50.23	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.42
200.51/50.23	c calculated reachability. Time: 0.00
200.51/50.23	c  N st    57    537386        75      1597         0     28192      7985    295597   no data   no data  --
277.21/69.42	c  N st    58    701371        75      1597         0     54593      7985    664143   no data   no data  --
327.54/82.08	c  N st    59    806079        75      1597         0     49390      7985    583845   no data   no data  --
327.54/82.08	c  S st    59    806079        75      1597         0     49390      7985    583845   no data   no data  --
328.34/82.23	c  S st    59    806580        75      1597         0     49860      7985    592519   no data   no data  --
328.34/82.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
328.34/82.23	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
328.34/82.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.06
328.34/82.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
328.34/82.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
328.34/82.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
328.34/82.26	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
341.52/85.53	c lits-rem:      3026  cl-subs:     7363  v-elim:      0  v-fix:    0  time: 13.03 s
341.52/85.53	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
341.52/85.53	c vivif2 --  cl tried    42497 cl shrink        0 lits rem          0 time: 0.02
342.33/85.71	c asymm  cl-useful: 0/1597/1597 lits-rem:0 time: 0.70
342.33/85.71	c calculated reachability. Time: 0.00
342.33/85.71	c  N st    59    806580        75      1597         0     42497      7985    491413   no data   no data  --
490.92/122.93	c  F st    60   1071875        75      1597         0     57330      7985    659163   no data   no data  --
490.92/122.93	c  N st    60   1071875        75      1597         0     57330      7985    659163   no data   no data  --
494.11/123.78	c Decided on static restart strategy
512.89/128.45	c  N st    70   1100179        75      1597         0     42762      7985    439486   no data   no data  --
536.08/134.25	c  N st    72   1136172        75      1597         0     74849      7985    976803   no data   no data  --
556.84/139.40	c  N st    73   1168564        75      1597         0     62888      7985    767328   no data   no data  --
586.39/146.87	c  N st    74   1209870        75      1597         0     57974      7985    676468   no data   no data  --
586.39/146.87	c  S st    74   1209870        75      1597         0     57974      7985    676468   no data   no data  --
587.19/147.09	c  S st    74   1210374        75      1597         0     58445      7985    685358   no data   no data  --
587.19/147.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
587.19/147.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
587.59/147.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.10
587.59/147.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
587.59/147.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
587.59/147.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
587.59/147.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
605.17/151.51	c lits-rem:      3135  cl-subs:     7170  v-elim:      0  v-fix:    0  time: 17.42 s
605.17/151.51	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
605.17/151.51	c vivif2 --  cl tried    51275 cl shrink        0 lits rem          0 time: 0.03
605.98/151.74	c asymm  cl-useful: 0/1406/1597 lits-rem:0 time: 0.89
605.98/151.74	c calculated reachability. Time: 0.00
605.98/151.74	c  N st    74   1210374        75      1597         0     51275      7985    584970   no data   no data  --
651.90/163.22	c  N st    75   1283257        75      1597         0     73407      7985    906981   no data   no data  --
727.41/182.17	c  N st    76   1392580        75      1597         0     82407      7985   1013784   no data   no data  --
831.67/208.27	c  N st    77   1556564        75      1597         0     89437      7985   1099094   no data   no data  --
945.51/236.74	c  N st    78   1710376        75      1597         0     79414      7985    919574   no data   no data  --
945.51/236.74	c  S st    78   1710376        75      1597         0     79414      7985    919574   no data   no data  --
946.71/237.03	c  S st    78   1710879        75      1597         0     79883      7985    928164   no data   no data  --
946.71/237.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
946.71/237.04	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
946.71/237.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
947.11/237.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
947.11/237.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
947.11/237.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
947.11/237.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
989.85/247.83	c lits-rem:      4622  cl-subs:    17421  v-elim:      0  v-fix:    0  time: 42.82 s
989.85/247.83	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
989.85/247.84	c vivif2 --  cl tried    62462 cl shrink        0 lits rem          0 time: 0.04
990.65/248.09	c asymm  cl-useful: 0/1207/1597 lits-rem:0 time: 1.02
991.05/248.10	c calculated reachability. Time: 0.00
991.05/248.10	c  N st    78   1710879        75      1597         0     62462      7985    704949   no data   no data  --
1253.50/313.83	c  N st    79   2079844        75      1597         0     75064      7985    848996   no data   no data  --
1357.78/339.97	c  N st    80   2210879        75      1597         0     78758      7985    881725   no data   no data  --
1357.78/339.97	c  S st    80   2210879        75      1597         0     78758      7985    881725   no data   no data  --
1358.96/340.24	c  S st    80   2211387        75      1597         0     79238      7985    890638   no data   no data  --
1358.96/340.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1358.96/340.24	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1358.96/340.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.14
1359.36/340.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1359.36/340.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1359.36/340.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
1359.36/340.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1397.71/349.94	c lits-rem:      1941  cl-subs:    12312  v-elim:      0  v-fix:    0  time: 38.45 s
1397.71/349.94	c vivif2 --  cl tried     1597 cl shrink        0 lits rem          0 time: 0.00
1397.71/349.95	c vivif2 --  cl tried    66926 cl shrink        0 lits rem          0 time: 0.04
1398.91/350.24	c asymm  cl-useful: 0/1082/1597 lits-rem:0 time: 1.16
1398.91/350.24	c calculated reachability. Time: 0.00
1398.91/350.24	c  N st    80   2211387        75      1597         0     66926      7985    731647   no data   no data  --
1834.32/459.25	c  N st    81   2711387        75      1597         3     89020      7985    950563   no data   no data  --
1834.32/459.25	c  S st    81   2711387        75      1597         3     89020      7985    950563   no data   no data  --
1834.32/459.25	c Finding binary XORs  T:     0.00 s  found:       0
1835.52/459.55	c  S st    81   2711896        75      1597         6     89494      7985    958727   no data   no data  --
1835.52/459.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1835.52/459.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1835.92/459.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.18
1835.92/459.63	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1849.10/462.98	c subs with bin:    12279  lits-rem:      6551  v-fix:    0  time: 13.39 s
1849.10/462.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     75 time:  0.00 s
1852.69/463.86	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1881.45/471.03	c lits-rem:      1221  cl-subs:     8143  v-elim:      0  v-fix:    0  time: 28.63 s
1881.45/471.03	c vivif2 --  cl tried     1584 cl shrink        4 lits rem          4 time: 0.00
1881.45/471.06	c vivif2 --  cl tried    65438 cl shrink     2272 lits rem       2272 time: 0.11
1882.25/471.21	c asymm  cl-useful: 0/502/1584 lits-rem:0 time: 0.61
1882.25/471.22	c calculated reachability. Time: 0.00
1882.25/471.22	c  N st    81   2711896        75      1584         8     65438      7906    679955   no data   no data  --
2086.79/522.49	c Finding binary XORs  T:     0.00 s  found:       0
2096.76/524.91	c Finding binary XORs  T:     0.00 s  found:       0
2106.75/527.40	c Finding binary XORs  T:     0.00 s  found:       0
2107.15/527.57	c  E st    82   2971858        53      1084        52     23312      4961    186908   no data   no data  --
2107.15/527.57	c Following stats are for *FIRST FINISHED THREAD ONLY*
2107.15/527.57	c num threads              : 4          
2107.15/527.57	c restarts                 : 82         
2107.15/527.57	c dynamic restarts         : 0          
2107.15/527.57	c static restarts          : 82         
2107.15/527.57	c full restarts            : 4          
2107.15/527.57	c total simplify time      : 1.27       
2107.15/527.57	c learnts DL2              : 0          
2107.15/527.57	c learnts size 2           : 121        
2107.15/527.57	c learnts size 1           : 52          (69.33     % of vars)
2107.15/527.57	c filedLit time            : 0.78        (0.04      % time)
2107.15/527.57	c v-elim SatELite          : 0           (0.00      % vars)
2107.15/527.57	c SatELite time            : 166.66      (7.91      % time)
2107.15/527.57	c v-elim xor               : 0           (0.00      % vars)
2107.15/527.57	c xor elim time            : 0.11        (0.01      % time)
2107.15/527.57	c num binary xor trees     : 0          
2107.15/527.57	c binxor trees' crown      : 0           (nan       leafs/tree)
2107.15/527.57	c bin xor find time        : 0.00       
2107.15/527.57	c OTF clause improved      : 342191      (0.12      clauses/conflict)
2107.15/527.57	c OTF impr. size diff      : 350449      (1.02       lits/clause)
2107.15/527.57	c OTF cl watch-shrink      : 71723       (0.02      clauses/conflict)
2107.15/527.57	c OTF cl watch-sh-lit      : 77958       (1.09       lits/clause)
2107.15/527.57	c tried to recurMin cls    : 247033      (8.31       % of conflicts)
2107.15/527.57	c updated cache            : 1435        (0.01       lits/tried recurMin)
2107.15/527.57	c unit cls received        : 2           (3.85      % of units)
2107.15/527.57	c unit cls sent            : 8           (15.38     % of units)
2107.15/527.57	c bin cls received         : 9          
2107.15/527.57	c bin cls sent             : 58         
2107.15/527.57	c clauses over max glue    : 0           (0.00      % of all clauses)
2107.15/527.57	c conflicts                : 2971858     (1411.02   / sec)
2107.15/527.57	c decisions                : 3239580     (0.23      % random)
2107.15/527.57	c bogo-props               : 92637901626 (43983873.12 / sec)
2107.15/527.57	c conflict literals        : 44917511    (25.18     % deleted)
2107.15/527.57	c Memory used              : 409.97      MB
2107.15/527.57	c single-thread CPU time   : 2106.18     s
2107.15/527.57	c all-threads sum CPU time : 2106.18     s
2107.15/527.57	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-3175227-1304101003/watcher-3175227-1304101003 -o /tmp/evaluation-result-3175227-1304101003/solver-3175227-1304101003 -C 4800 -W 1300 -M 15500 ./strangenight1-mt --threads=4 HOME/instance-3175227-1304101003.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.13 8.06 7.82 5/180 2079
/proc/meminfo: memFree=25293468/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 413 0 0 0 0 0 0 0 23 0 4 0 502515740 52465664 352 33554432000 4194304 4650419 140733524060016 18446744073709551615 228095507441 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 12809 352 303 112 0 7774 0
[pid=2079/tid=2080] ppid=2077 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 4 0 502515740 52465664 356 33554432000 4194304 4650419 140733524060016 18446744073709551615 47035460843033 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 4 0 502515740 52465664 356 33554432000 4194304 4650419 140733524060016 18446744073709551615 47035460843442 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=51236 CPUtime=0 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 502515740 52465664 356 33554432000 4194304 4650419 140733524060016 18446744073709551615 47035460843033 0 0 4096 2 0 0 0 -1 3 0 0 0

[startup+0.037333 s]
/proc/loadavg: 8.13 8.06 7.82 5/180 2079
/proc/meminfo: memFree=25293468/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=282212 CPUtime=0.13 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 1209 0 0 0 13 0 0 0 25 0 4 0 502515740 288985088 1077 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 70553 1077 388 112 0 65518 0
[pid=2079/tid=2080] ppid=2077 vsize=282212 CPUtime=0.03 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 232 0 0 0 3 0 0 0 25 0 4 0 502515740 288985088 1077 33554432000 4194304 4650419 140733524060016 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=282212 CPUtime=0.03 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 205 0 0 0 3 0 0 0 25 0 4 0 502515740 288985088 1077 33554432000 4194304 4650419 140733524060016 18446744073709551615 4334343 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=282212 CPUtime=0.03 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 139 0 0 0 3 0 0 0 25 0 4 0 502515740 288985088 1077 33554432000 4194304 4650419 140733524060016 18446744073709551615 4364788 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 282212

[startup+0.100321 s]
/proc/loadavg: 8.13 8.06 7.82 5/180 2079
/proc/meminfo: memFree=25293468/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=282368 CPUtime=0.38 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 1586 0 0 0 38 0 0 0 25 0 4 0 502515740 289144832 1454 33554432000 4194304 4650419 140733524060016 18446744073709551615 4360448 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 70592 1454 389 112 0 65557 0
[pid=2079/tid=2080] ppid=2077 vsize=282368 CPUtime=0.09 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 328 0 0 0 9 0 0 0 25 0 4 0 502515740 289144832 1454 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=282368 CPUtime=0.09 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 298 0 0 0 9 0 0 0 25 0 4 0 502515740 289144832 1454 33554432000 4194304 4650419 140733524060016 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=282368 CPUtime=0.09 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 230 0 0 0 9 0 0 0 25 0 4 0 502515740 289144832 1454 33554432000 4194304 4650419 140733524060016 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 282368

[startup+0.300286 s]
/proc/loadavg: 8.13 8.06 7.82 5/180 2079
/proc/meminfo: memFree=25293468/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=284172 CPUtime=1.18 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 3026 0 0 0 118 0 0 0 25 0 4 0 502515740 290992128 1841 33554432000 4194304 4650419 140733524060016 18446744073709551615 4367236 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 71043 1841 391 112 0 66008 0
[pid=2079/tid=2080] ppid=2077 vsize=284172 CPUtime=0.29 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 693 0 0 0 29 0 0 0 25 0 4 0 502515740 290992128 1841 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=284172 CPUtime=0.29 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 651 0 0 0 29 0 0 0 25 0 4 0 502515740 290992128 1841 33554432000 4194304 4650419 140733524060016 18446744073709551615 4366841 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=284172 CPUtime=0.29 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 591 0 0 0 29 0 0 0 25 0 4 0 502515740 290992128 1841 33554432000 4194304 4650419 140733524060016 18446744073709551615 4364751 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) 284172

[startup+0.700211 s]
/proc/loadavg: 8.13 8.06 7.82 5/180 2079
/proc/meminfo: memFree=25293468/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=284768 CPUtime=2.78 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 4497 0 0 0 278 0 0 0 25 0 4 0 502515740 291602432 2500 33554432000 4194304 4650419 140733524060016 18446744073709551615 4366896 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 71192 2500 392 112 0 66157 0
[pid=2079/tid=2080] ppid=2077 vsize=284768 CPUtime=0.69 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 1081 0 0 0 69 0 0 0 25 0 4 0 502515740 291602432 2500 33554432000 4194304 4650419 140733524060016 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=284768 CPUtime=0.69 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 1022 0 0 0 69 0 0 0 25 0 4 0 502515740 291602432 2500 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=284768 CPUtime=0.69 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 926 0 0 0 69 0 0 0 25 0 4 0 502515740 291602432 2500 33554432000 4194304 4650419 140733524060016 18446744073709551615 4363398 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 284768

[startup+1.50107 s]
/proc/loadavg: 8.13 8.06 7.82 9/184 2083
/proc/meminfo: memFree=25279300/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=289324 CPUtime=5.98 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 8833 0 0 0 597 1 0 0 25 0 4 0 502515740 296267776 4734 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365346 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 72331 4734 393 112 0 67296 0
[pid=2079/tid=2080] ppid=2077 vsize=289324 CPUtime=1.49 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 2510 0 0 0 149 0 0 0 25 0 4 0 502515740 296267776 4734 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365357 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=289324 CPUtime=1.48 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 1708 0 0 0 148 0 0 0 25 0 4 0 502515740 296267776 4734 33554432000 4194304 4650419 140733524060016 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=289324 CPUtime=1.49 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 1591 0 0 0 149 0 0 0 25 0 4 0 502515740 296267776 4734 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365231 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.98
Current children cumulated vsize (KiB) 289324

[startup+3.10078 s]
/proc/loadavg: 8.13 8.06 7.82 9/184 2083
/proc/meminfo: memFree=25265596/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=275912 CPUtime=12.36 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 15483 0 0 0 1234 2 0 0 25 0 4 0 502515740 282533888 9092 33554432000 4194304 4650419 140733524060016 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 68978 9092 393 112 0 63943 0
[pid=2079/tid=2080] ppid=2077 vsize=275912 CPUtime=3.09 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 4262 0 0 0 309 0 0 0 25 0 4 0 502515740 282533888 9092 33554432000 4194304 4650419 140733524060016 18446744073709551615 4433096 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=275912 CPUtime=3.07 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 3536 0 0 0 307 0 0 0 25 0 4 0 502515740 282533888 9092 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=275912 CPUtime=3.09 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 3643 0 0 0 308 1 0 0 25 0 4 0 502515740 282533888 9092 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365276 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) 275912

[startup+6.30118 s]
/proc/loadavg: 8.12 8.06 7.82 9/184 2083
/proc/meminfo: memFree=25251448/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=294560 CPUtime=25.15 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 21435 0 0 0 2511 4 0 0 25 0 4 0 502515740 301629440 10163 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 73640 10163 393 112 0 68605 0
[pid=2079/tid=2080] ppid=2077 vsize=294560 CPUtime=6.29 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 5465 0 0 0 629 0 0 0 25 0 4 0 502515740 301629440 10163 33554432000 4194304 4650419 140733524060016 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=294560 CPUtime=6.25 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 5279 0 0 0 625 0 0 0 25 0 4 0 502515740 301629440 10163 33554432000 4194304 4650419 140733524060016 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=294560 CPUtime=6.29 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 4936 0 0 0 628 1 0 0 25 0 4 0 502515740 301629440 10163 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365227 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) 294560

[startup+12.701 s]
/proc/loadavg: 8.11 8.06 7.82 9/184 2084
/proc/meminfo: memFree=25232996/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=288228 CPUtime=50.71 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 33454 0 0 0 5065 6 0 0 25 0 4 0 502515740 295145472 13589 33554432000 4194304 4650419 140733524060016 18446744073709551615 4363416 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 72057 13589 393 112 0 67022 0
[pid=2079/tid=2080] ppid=2077 vsize=288228 CPUtime=12.68 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 8184 0 0 0 1268 0 0 0 25 0 4 0 502515740 295145472 13589 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=288228 CPUtime=12.62 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 8428 0 0 0 1261 1 0 0 25 0 4 0 502515740 295145472 13589 33554432000 4194304 4650419 140733524060016 18446744073709551615 4363416 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=288228 CPUtime=12.69 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 8078 0 0 0 1267 2 0 0 25 0 4 0 502515740 295145472 13589 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365227 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) 288228

[startup+25.5006 s]
/proc/loadavg: 8.16 8.07 7.83 9/184 2084
/proc/meminfo: memFree=25218488/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=294260 CPUtime=101.84 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 50463 0 0 0 10173 11 0 0 25 0 4 0 502515740 301322240 16692 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 73565 16692 393 112 0 68530 0
[pid=2079/tid=2080] ppid=2077 vsize=294260 CPUtime=25.49 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 13327 0 0 0 2547 2 0 0 25 0 4 0 502515740 301322240 16692 33554432000 4194304 4650419 140733524060016 18446744073709551615 4363426 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=294260 CPUtime=25.35 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 12905 0 0 0 2533 2 0 0 25 0 4 0 502515740 301322240 16692 33554432000 4194304 4650419 140733524060016 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=294260 CPUtime=25.49 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 10338 0 0 0 2546 3 0 0 25 0 4 0 502515740 301322240 16692 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365325 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.84
Current children cumulated vsize (KiB) 294260

[startup+51.1009 s]
/proc/loadavg: 8.17 8.08 7.83 9/184 2085
/proc/meminfo: memFree=25197396/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=301552 CPUtime=204.11 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 78913 0 0 0 20392 19 0 0 25 0 4 0 502515740 308789248 21694 33554432000 4194304 4650419 140733524060016 18446744073709551615 4364788 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 75388 21694 393 112 0 70353 0
[pid=2079/tid=2080] ppid=2077 vsize=301552 CPUtime=51.09 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 21087 0 0 0 5105 4 0 0 25 0 4 0 502515740 308789248 21694 33554432000 4194304 4650419 140733524060016 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=301552 CPUtime=50.81 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 20812 0 0 0 5077 4 0 0 25 0 4 0 502515740 308789248 21694 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365286 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=301552 CPUtime=51.09 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 14778 0 0 0 5105 4 0 0 25 0 4 0 502515740 308789248 21694 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365289 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.11
Current children cumulated vsize (KiB) 301552

[startup+102.306 s]
/proc/loadavg: 8.19 8.10 7.85 9/184 2086
/proc/meminfo: memFree=25160384/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=306304 CPUtime=408.65 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 122386 0 0 0 40831 34 0 0 25 0 4 0 502515740 313655296 29287 33554432000 4194304 4650419 140733524060016 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 76576 29287 393 112 0 71541 0
[pid=2079/tid=2080] ppid=2077 vsize=306304 CPUtime=102.29 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 32711 0 0 0 10221 8 0 0 25 0 4 0 502515740 313655296 29287 33554432000 4194304 4650419 140733524060016 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=306304 CPUtime=101.74 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 33092 0 0 0 10166 8 0 0 25 0 4 0 502515740 313655296 29287 33554432000 4194304 4650419 140733524060016 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=306304 CPUtime=102.29 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 21404 0 0 0 10223 6 0 0 25 0 4 0 502515740 313655296 29287 33554432000 4194304 4650419 140733524060016 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 408.65
Current children cumulated vsize (KiB) 306304

[startup+162.3 s]
/proc/loadavg: 8.18 8.11 7.87 9/184 2088
/proc/meminfo: memFree=25146460/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=306532 CPUtime=648.31 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 164340 0 0 0 64781 50 0 0 25 0 4 0 502515740 313888768 32590 33554432000 4194304 4650419 140733524060016 18446744073709551615 4363600 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 76633 32590 393 112 0 71598 0
[pid=2079/tid=2080] ppid=2077 vsize=306532 CPUtime=162.29 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 44510 0 0 0 16218 11 0 0 25 0 4 0 502515740 313888768 32590 33554432000 4194304 4650419 140733524060016 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=306532 CPUtime=161.4 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 45014 0 0 0 16128 12 0 0 25 0 4 0 502515740 313888768 32590 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=306532 CPUtime=162.29 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 26313 0 0 0 16220 9 0 0 25 0 4 0 502515740 313888768 32590 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 648.31
Current children cumulated vsize (KiB) 306532

[startup+222.3 s]
/proc/loadavg: 8.17 8.12 7.88 9/184 2089
/proc/meminfo: memFree=25075496/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=340948 CPUtime=887.98 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 196040 0 0 0 88737 61 0 0 25 0 4 0 502515740 349130752 46127 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 85237 46127 393 112 0 80202 0
[pid=2079/tid=2080] ppid=2077 vsize=340948 CPUtime=222.29 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 49278 0 0 0 22215 14 0 0 25 0 4 0 502515740 349130752 46127 33554432000 4194304 4650419 140733524060016 18446744073709551615 4366906 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=340948 CPUtime=221.07 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 57621 0 0 0 22091 16 0 0 25 0 4 0 502515740 349130752 46127 33554432000 4194304 4650419 140733524060016 18446744073709551615 4366879 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=340948 CPUtime=222.29 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 32987 0 0 0 22218 11 0 0 25 0 4 0 502515740 349130752 46127 33554432000 4194304 4650419 140733524060016 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 887.98
Current children cumulated vsize (KiB) 340948

[startup+282.301 s]
/proc/loadavg: 8.10 8.11 7.89 9/184 2091
/proc/meminfo: memFree=25044348/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=407076 CPUtime=1127.67 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 226014 0 0 0 112691 76 0 0 25 0 4 0 502515740 416845824 55055 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365327 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 101769 55055 394 112 0 96734 0
[pid=2079/tid=2080] ppid=2077 vsize=407076 CPUtime=282.29 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 57191 0 0 0 28211 18 0 0 25 0 4 0 502515740 416845824 55055 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=407076 CPUtime=280.76 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 65929 0 0 0 28056 20 0 0 25 0 4 0 502515740 416845824 55055 33554432000 4194304 4650419 140733524060016 18446744073709551615 4363432 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=407076 CPUtime=282.3 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 38645 0 0 0 28216 14 0 0 25 0 4 0 502515740 416845824 55055 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1127.67
Current children cumulated vsize (KiB) 407076

[startup+342.301 s]
/proc/loadavg: 8.12 8.11 7.91 9/184 2092
/proc/meminfo: memFree=25049788/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=407888 CPUtime=1367.35 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 255048 0 0 0 136643 92 0 0 25 0 4 0 502515740 417677312 52570 33554432000 4194304 4650419 140733524060016 18446744073709551615 4432392 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 101972 52570 394 112 0 96937 0
[pid=2079/tid=2080] ppid=2077 vsize=407888 CPUtime=342.3 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 65647 0 0 0 34207 23 0 0 25 0 4 0 502515740 417677312 52570 33554432000 4194304 4650419 140733524060016 18446744073709551615 4439089 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=407888 CPUtime=340.43 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 74439 0 0 0 34018 25 0 0 25 0 4 0 502515740 417677312 52570 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=407888 CPUtime=342.3 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 42337 0 0 0 34214 16 0 0 25 0 4 0 502515740 417677312 52570 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1367.35
Current children cumulated vsize (KiB) 407888

[startup+402.301 s]
/proc/loadavg: 8.08 8.11 7.91 9/184 2094
/proc/meminfo: memFree=25020256/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=408276 CPUtime=1607.02 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 278443 0 0 0 160598 104 0 0 25 0 4 0 502515740 418074624 61127 33554432000 4194304 4650419 140733524060016 18446744073709551615 4363880 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 102069 61127 394 112 0 97034 0
[pid=2079/tid=2080] ppid=2077 vsize=408276 CPUtime=402.3 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 71966 0 0 0 40202 28 0 0 25 0 4 0 502515740 418074624 61127 33554432000 4194304 4650419 140733524060016 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=408276 CPUtime=400.1 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 83025 0 0 0 39982 28 0 0 25 0 4 0 502515740 418074624 61127 33554432000 4194304 4650419 140733524060016 18446744073709551615 4476304 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=408276 CPUtime=402.3 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 44977 0 0 0 40213 17 0 0 25 0 4 0 502515740 418074624 61127 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1607.02
Current children cumulated vsize (KiB) 408276

[startup+462.301 s]
/proc/loadavg: 8.11 8.11 7.93 9/184 2096
/proc/meminfo: memFree=25002004/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=462424 CPUtime=1846.7 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 302520 0 0 0 184554 116 0 0 25 0 4 0 502515740 473522176 61281 33554432000 4194304 4650419 140733524060016 18446744073709551615 4432399 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 115606 61281 394 112 0 110571 0
[pid=2079/tid=2080] ppid=2077 vsize=462424 CPUtime=462.31 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 79220 0 0 0 46200 31 0 0 25 0 4 0 502515740 473522176 61281 33554432000 4194304 4650419 140733524060016 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=462424 CPUtime=459.77 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 89060 0 0 0 45945 32 0 0 25 0 4 0 502515740 473522176 61281 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=462424 CPUtime=462.3 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 48502 0 0 0 46211 19 0 0 25 0 4 0 502515740 473522176 61281 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1846.7
Current children cumulated vsize (KiB) 462424

[startup+522.301 s]
/proc/loadavg: 8.41 8.18 7.96 10/185 2100
/proc/meminfo: memFree=24978884/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=419808 CPUtime=2086.39 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 324068 0 0 0 208512 127 0 0 25 0 4 0 502515740 429883392 62418 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365343 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 104952 62418 394 112 0 99917 0
[pid=2079/tid=2080] ppid=2077 vsize=419808 CPUtime=522.31 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 85553 0 0 0 52197 34 0 0 25 0 4 0 502515740 429883392 62418 33554432000 4194304 4650419 140733524060016 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=419808 CPUtime=519.44 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 94505 0 0 0 51910 34 0 0 25 0 4 0 502515740 429883392 62418 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365246 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=419808 CPUtime=522.3 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 51757 0 0 0 52210 20 0 0 25 0 4 0 502515740 429883392 62418 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2086.39
Current children cumulated vsize (KiB) 419808

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

[startup+524.706 s]
/proc/loadavg: 8.54 8.21 7.97 10/185 2100
/proc/meminfo: memFree=24969284/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=419808 CPUtime=2095.99 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 324630 0 0 0 209472 127 0 0 25 0 4 0 502515740 429883392 62980 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 104952 62980 394 112 0 99917 0
[pid=2079/tid=2080] ppid=2077 vsize=419808 CPUtime=524.71 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 85744 0 0 0 52437 34 0 0 25 0 4 0 502515740 429883392 62980 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=419808 CPUtime=521.83 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 94690 0 0 0 52149 34 0 0 25 0 4 0 502515740 429883392 62980 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=419808 CPUtime=524.71 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 51757 0 0 0 52451 20 0 0 25 0 4 0 502515740 429883392 62980 33554432000 4194304 4650419 140733524060016 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2095.99
Current children cumulated vsize (KiB) 419808

[startup+526.301 s]
/proc/loadavg: 8.54 8.21 7.97 10/185 2100
/proc/meminfo: memFree=24967916/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=419808 CPUtime=2102.36 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 325024 0 0 0 210108 128 0 0 25 0 4 0 502515740 429883392 63374 33554432000 4194304 4650419 140733524060016 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 104952 63374 394 112 0 99917 0
[pid=2079/tid=2080] ppid=2077 vsize=419808 CPUtime=526.3 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 85835 0 0 0 52596 34 0 0 25 0 4 0 502515740 429883392 63374 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=419808 CPUtime=523.43 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 94788 0 0 0 52308 35 0 0 25 0 4 0 502515740 429883392 63374 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365237 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=419808 CPUtime=526.3 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 51757 0 0 0 52610 20 0 0 25 0 4 0 502515740 429883392 63374 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2102.36
Current children cumulated vsize (KiB) 419808

[startup+527.101 s]
/proc/loadavg: 8.54 8.21 7.97 9/184 2100
/proc/meminfo: memFree=25002024/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=419808 CPUtime=2105.56 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 325153 0 0 0 210428 128 0 0 25 0 4 0 502515740 429883392 63503 33554432000 4194304 4650419 140733524060016 18446744073709551615 4366933 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 104952 63503 394 112 0 99917 0
[pid=2079/tid=2080] ppid=2077 vsize=419808 CPUtime=527.1 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 85856 0 0 0 52676 34 0 0 25 0 4 0 502515740 429883392 63503 33554432000 4194304 4650419 140733524060016 18446744073709551615 4313071 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=419808 CPUtime=524.22 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 94842 0 0 0 52387 35 0 0 25 0 4 0 502515740 429883392 63503 33554432000 4194304 4650419 140733524060016 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=419808 CPUtime=527.1 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 51757 0 0 0 52690 20 0 0 25 0 4 0 502515740 429883392 63503 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2105.56
Current children cumulated vsize (KiB) 419808

[startup+527.501 s]
/proc/loadavg: 8.54 8.21 7.97 9/184 2100
/proc/meminfo: memFree=25002024/32951124 swapFree=67111524/67111528
[pid=2079] ppid=2077 vsize=419808 CPUtime=2107.15 cores=1,3,5,7
/proc/2079/stat : 2079 (strangenight1-m) R 2077 2079 1454 0 -1 4202496 325195 0 0 0 210587 128 0 0 25 0 4 0 502515740 429883392 63545 33554432000 4194304 4650419 140733524060016 18446744073709551615 4366943 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/2079/statm: 104952 63545 394 112 0 99917 0
[pid=2079/tid=2080] ppid=2077 vsize=419808 CPUtime=527.5 cores=1,3,5,7
/proc/2079/task/2080/stat : 2080 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 85857 0 0 0 52716 34 0 0 25 0 4 0 502515740 429883392 63545 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365346 0 0 4096 2 0 0 0 -1 1 0 0 0
[pid=2079/tid=2081] ppid=2077 vsize=419808 CPUtime=524.62 cores=1,3,5,7
/proc/2079/task/2081/stat : 2081 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 94868 0 0 0 52427 35 0 0 25 0 4 0 502515740 429883392 63545 33554432000 4194304 4650419 140733524060016 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 7 0 0 0
[pid=2079/tid=2082] ppid=2077 vsize=419808 CPUtime=527.5 cores=1,3,5,7
/proc/2079/task/2082/stat : 2082 (strangenight1-m) R 2077 2079 1454 0 -1 4202560 51757 0 0 0 52730 20 0 0 25 0 4 0 502515740 429883392 63545 33554432000 4194304 4650419 140733524060016 18446744073709551615 4363420 0 0 4096 2 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2107.15
Current children cumulated vsize (KiB) 419808

Child status: 20
Real time (s): 527.589
CPU time (s): 2107.48
CPU user time (s): 2106.18
CPU system time (s): 1.2978
CPU usage (%): 399.454
Max. virtual memory (cumulated for all children) (KiB): 473912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2106.18
system time used= 1.2978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 325209
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= 174
involuntary context switches= 14702

runsolver used 0.740887 second user time and 2.13767 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-29 20:16:43
IDJOB=3175227
IDBENCH=82845
IDSOLVER=1588
FILE ID=node142/3175227-1304101003
RUNJOBID= node142-1304099799-1955
PBS_JOBID= 13170602
Free space on /tmp= 71308 MiB

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

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

MD5SUM BENCH= 1eb54569b93f0ee7ebd06f1e9e4582f9
RANDOM SEED=709908613

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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:      25293748 kB
Buffers:       1680912 kB
Cached:        5050276 kB
SwapCached:          4 kB
Active:        1203876 kB
Inactive:      5911600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25293748 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6228 kB
Writeback:           0 kB
AnonPages:      383700 kB
Mapped:          15504 kB
Slab:           477896 kB
PageTables:       5548 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   648140 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= 71304 MiB
End job on node142 at 2011-04-29 20:25:30