Trace number 3368981

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-mt (fixed)? (TO) 4800.28 1202.95

General information on the benchmark

Namerandom/medium/
unif-k5-r21.3-v175-c3727-S185833400-026.SATISFIABLE.cnf
MD5SUM975fcba238403114d7315dde1e6a58bd
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.277956
Satisfiable
(Un)Satisfiability was proved
Number of variables175
Number of clauses3727
Sum of the clauses size18635
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 53727
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.01	c Using 4 threads
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368981-1305408784.cnf'
0.00/0.01	c -- header says num vars:            175
0.00/0.01	c -- header says num clauses:        3727
0.00/0.02	c -- clauses added:            0 learnts,         3727 normals,            0 xors
0.00/0.02	c -- vars added        175
0.00/0.02	c Parsing time:  0.00 s
0.00/0.02	c  N st     0         0       175      3727         0         0     18635         0   no data   no data  --
0.00/0.02	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.06
0.00/0.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.08/0.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.08/0.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.08/0.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
0.08/0.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.08/0.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.08/0.11	c Finding binary XORs  T:     0.00 s  found:       0
0.08/0.11	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.08/0.11	c calculated reachability. Time: 0.00
0.08/0.11	c Calc default polars -  time:   0.00 s pos:      84 undec:       8 neg:      83
0.08/0.11	c =========================================================================================
0.08/0.11	c types(t): F = full restart, N = normal restart
0.08/0.11	c types(t): S = simplification begin/end, E = solution found
0.08/0.11	c restart types(rt): st = static, dy = dynamic
0.08/0.11	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.08/0.11	c  B st     0         0       175      3727         0         0     18635         0   no data   no data  --
0.08/0.11	c Decided on static restart strategy
0.76/0.21	c  N st     8      4915       175      3727         0      4737     18635    161270   no data   no data  --
1.56/0.40	c  N st    10     11298       175      3727         0      4369     18635    109809   no data   no data  --
2.36/0.66	c  N st    11     17041       175      3727         0      9857     18635    294827   no data   no data  --
3.98/1.05	c  F st    12     25000       175      3727         0     12047     18635    359879   no data   no data  --
3.98/1.05	c  N st    12     25000       175      3727         0     12047     18635    359879   no data   no data  --
4.75/1.26	c Decided on static restart strategy
4.75/1.26	c  N st    18     30000       175      3727         0     10359     18635    292842   no data   no data  --
4.75/1.26	c  S st    18     30000       175      3727         0     10359     18635    292842   no data   no data  --
4.75/1.29	c  S st    18     30503       175      3727         0     10859     18635    308994   no data   no data  --
4.75/1.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.75/1.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.75/1.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.02
5.15/1.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.15/1.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.15/1.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
5.15/1.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
9.13/2.33	c lits-rem:      3896  cl-subs:     1088  v-elim:      0  v-fix:    0  time:  4.11 s
9.13/2.39	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.22
9.13/2.39	c calculated reachability. Time: 0.00
9.13/2.39	c  N st    18     30503       175      3727         0      9771     18635    263889   no data   no data  --
10.74/2.73	c  N st    20     37613       175      3727         0      9018     18635    220956   no data   no data  --
11.95/3.06	c  N st    21     44013       175      3727         0     15148     18635    435171   no data   no data  --
12.34/3.18	c  S st    22     45754       175      3727         0     16817     18635    493239   no data   no data  --
12.76/3.22	c  S st    22     46259       175      3727         0      8748     18635    189069   no data   no data  --
12.76/3.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.76/3.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.76/3.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
12.76/3.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.76/3.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.76/3.23	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
12.76/3.23	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
14.33/3.63	c lits-rem:       485  cl-subs:      104  v-elim:      0  v-fix:    0  time:  1.59 s
14.33/3.63	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
14.33/3.63	c vivif2 --  cl tried     8644 cl shrink        0 lits rem          0 time: 0.00
14.33/3.68	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.18
14.33/3.68	c calculated reachability. Time: 0.00
14.33/3.68	c  N st    22     46259       175      3727         0      8644     18635    184565   no data   no data  --
17.93/4.51	c  N st    23     60657       175      3727         0     12849     18635    308450   no data   no data  --
20.32/5.10	c  N st    24     69389       175      3727         0     10698     18635    218458   no data   no data  --
20.32/5.10	c  S st    24     69389       175      3727         0     10698     18635    218458   no data   no data  --
20.32/5.13	c  S st    24     69889       175      3727         0     11192     18635    234831   no data   no data  --
20.32/5.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
20.32/5.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
20.32/5.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.01
20.32/5.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
20.32/5.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
20.32/5.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
20.32/5.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.51/5.94	c lits-rem:       742  cl-subs:      253  v-elim:      0  v-fix:    0  time:  3.17 s
23.51/5.94	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
23.51/5.94	c vivif2 --  cl tried    10939 cl shrink        0 lits rem          0 time: 0.01
23.51/5.99	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.22
23.51/5.99	c calculated reachability. Time: 0.00
23.51/5.99	c  N st    24     69889       175      3727         0     10939     18635    224735   no data   no data  --
28.30/7.18	c  F st    25     87500       175      3727         0     16248     18635    395098   no data   no data  --
28.30/7.18	c  N st    25     87500       175      3727         0     16248     18635    395098   no data   no data  --
29.90/7.53	c Decided on static restart strategy
30.73/7.75	c  N st    32     95540       175      3727         0     23984     18635    652039   no data   no data  --
33.09/8.37	c  N st    34    104833       175      3727         0     20441     18635    525347   no data   no data  --
33.09/8.37	c  S st    34    104833       175      3727         0     20441     18635    525347   no data   no data  --
33.50/8.43	c  S st    34    105338       175      3727         0     20941     18635    541761   no data   no data  --
33.50/8.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
33.50/8.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
33.50/8.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
33.50/8.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.50/8.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.50/8.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
33.50/8.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.47/10.45	c lits-rem:      4869  cl-subs:     1287  v-elim:      0  v-fix:    0  time:  7.94 s
41.47/10.45	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
41.47/10.46	c vivif2 --  cl tried    19654 cl shrink        0 lits rem          0 time: 0.02
41.87/10.57	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.46
41.87/10.57	c calculated reachability. Time: 0.00
41.87/10.57	c  N st    34    105338       175      3727         0     19654     18635    487893   no data   no data  --
45.06/11.34	c  N st    35    114937       175      3727         0     15480     18635    338405   no data   no data  --
49.84/12.52	c  N st    36    129334       175      3727         0     14897     18635    290304   no data   no data  --
56.65/14.22	c  N st    37    150929       175      3727         0     20250     18635    454407   no data   no data  --
58.64/14.71	c  S st    38    158008       175      3727         0     27031     18635    697051   no data   no data  --
58.64/14.78	c  S st    38    158510       175      3727         0     27522     18635    713463   no data   no data  --
58.64/14.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
58.64/14.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
58.64/14.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
59.04/14.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.04/14.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.04/14.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
59.04/14.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
67.81/17.01	c lits-rem:      6770  cl-subs:     1689  v-elim:      0  v-fix:    0  time:  8.77 s
67.81/17.01	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
67.81/17.02	c vivif2 --  cl tried    25833 cl shrink        0 lits rem          0 time: 0.03
68.21/17.15	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.54
68.21/17.15	c calculated reachability. Time: 0.00
68.21/17.15	c  N st    38    158510       175      3727         0     25833     18635    640057   no data   no data  --
86.17/21.64	c  N st    39    207099       175      3727         0     20693     18635    406934   no data   no data  --
98.54/24.79	c  N st    40    237765       175      3727         0     30869     18635    739649   no data   no data  --
98.54/24.79	c  S st    40    237765       175      3727         0     30869     18635    739649   no data   no data  --
98.94/24.89	c  S st    40    238271       175      3727         0     31363     18635    755775   no data   no data  --
98.94/24.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
98.94/24.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
99.34/24.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.05
99.34/24.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
99.34/24.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
99.34/24.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
99.34/24.92	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
111.31/27.92	c lits-rem:      6615  cl-subs:     2068  v-elim:      0  v-fix:    0  time: 11.96 s
111.31/27.92	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
111.31/27.93	c vivif2 --  cl tried    29295 cl shrink        0 lits rem          0 time: 0.03
112.11/28.10	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.68
112.11/28.10	c calculated reachability. Time: 0.00
112.11/28.10	c  N st    40    238271       175      3727         0     29295     18635    678697   no data   no data  --
140.06/35.13	c  F st    41    306250       175      3727         0     31169     18635    697161   no data   no data  --
140.06/35.13	c  N st    41    306250       175      3727         0     31169     18635    697161   no data   no data  --
142.03/35.65	c Decided on static restart strategy
152.81/38.30	c  N st    51    334558       175      3727         0     35392     18635    811960   no data   no data  --
163.98/41.10	c  N st    53    357408       175      3727         0     33382     18635    713094   no data   no data  --
163.98/41.10	c  S st    53    357408       175      3727         0     33382     18635    713094   no data   no data  --
163.98/41.19	c  S st    53    357910       175      3727         0     33879     18635    729373   no data   no data  --
163.98/41.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
163.98/41.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
164.38/41.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.05
164.38/41.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
164.38/41.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
164.38/41.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
164.38/41.22	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
173.56/43.57	c lits-rem:      3179  cl-subs:     1428  v-elim:      0  v-fix:    0  time:  9.36 s
173.56/43.57	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
173.56/43.58	c vivif2 --  cl tried    32451 cl shrink        0 lits rem          0 time: 0.03
174.36/43.77	c asymm  cl-useful: 0/3727/3727 lits-rem:0 time: 0.77
174.36/43.77	c calculated reachability. Time: 0.00
174.36/43.77	c  N st    53    357910       175      3727         0     32451     18635    673924   no data   no data  --
192.74/48.36	c  N st    54    390303       175      3727         0     38556     18635    885128   no data   no data  --
219.49/55.07	c  N st    55    438891       175      3727         0     32408     18635    647465   no data   no data  --
254.61/63.88	c  N st    56    511774       175      3727         0     45658     18635   1059763   no data   no data  --
266.14/66.79	c  N st    57    536865       175      3727         0     40086     18635    835817   no data   no data  --
266.14/66.79	c  S st    57    536865       175      3727         0     40086     18635    835817   no data   no data  --
266.54/66.89	c  S st    57    537367       175      3727         0     40579     18635    852098   no data   no data  --
266.54/66.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
266.54/66.89	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
266.94/66.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.06
266.94/66.93	c bin-w-bin subsume rem            0 bins  time:  0.00 s
266.94/66.93	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
266.94/66.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
266.94/66.93	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
278.92/69.97	c lits-rem:      4152  cl-subs:     1402  v-elim:      0  v-fix:    0  time: 12.11 s
278.92/69.97	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
278.92/69.98	c vivif2 --  cl tried    39177 cl shrink        0 lits rem          0 time: 0.04
280.11/70.23	c asymm  cl-useful: 0/3608/3727 lits-rem:0 time: 1.01
280.11/70.23	c calculated reachability. Time: 0.00
280.11/70.23	c  N st    57    537367       175      3727         0     39177     18635    794443   no data   no data  --
401.42/100.69	c  N st    58    701352       175      3727         0     67569     18635   1755444   no data   no data  --
476.86/119.53	c  N st    59    806050       175      3727         0     61444     18635   1426856   no data   no data  --
476.86/119.53	c  S st    59    806050       175      3727         0     61444     18635   1426856   no data   no data  --
477.66/119.71	c  S st    59    806553       175      3727         0     61940     18635   1443377   no data   no data  --
477.66/119.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
477.66/119.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
477.66/119.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.11
477.66/119.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
477.66/119.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
477.66/119.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
477.66/119.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
524.73/131.59	c lits-rem:      2821  cl-subs:     4852  v-elim:      0  v-fix:    0  time: 47.06 s
524.73/131.59	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
525.13/131.61	c vivif2 --  cl tried    57088 cl shrink        0 lits rem          0 time: 0.06
526.34/131.91	c asymm  cl-useful: 0/2434/3727 lits-rem:0 time: 1.21
526.34/131.91	c calculated reachability. Time: 0.00
526.34/131.91	c  N st    59    806553       175      3727         0     57088     18635   1268986   no data   no data  --
726.66/182.11	c  F st    60   1071876       175      3727         0     72960     18635   1745432   no data   no data  --
726.66/182.11	c  N st    60   1071876       175      3727         0     72960     18635   1745432   no data   no data  --
731.85/183.47	c Decided on static restart strategy
749.81/187.94	c  N st    70   1100176       175      3727         0     57123     18635   1119266   no data   no data  --
782.54/196.18	c  N st    72   1136170       175      3727         0     47682     18635    765097   no data   no data  --
813.25/203.82	c  N st    73   1168562       175      3727         0     78485     18635   1862507   no data   no data  --
852.76/213.73	c  N st    74   1209830       175      3727         0     73188     18635   1642020   no data   no data  --
852.76/213.73	c  S st    74   1209830       175      3727         0     73188     18635   1642020   no data   no data  --
853.56/213.95	c  S st    74   1210334       175      3727         0     73685     18635   1658388   no data   no data  --
853.56/213.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
853.56/213.96	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
853.96/214.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.16
853.96/214.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
853.96/214.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
853.96/214.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
853.96/214.05	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
903.44/226.47	c lits-rem:      2263  cl-subs:     4318  v-elim:      0  v-fix:    0  time: 49.53 s
903.44/226.47	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
903.44/226.49	c vivif2 --  cl tried    69367 cl shrink        0 lits rem          0 time: 0.08
904.63/226.76	c asymm  cl-useful: 0/1293/3727 lits-rem:0 time: 1.07
904.63/226.76	c calculated reachability. Time: 0.00
904.63/226.76	c  N st    74   1210334       175      3727         0     69367     18635   1492544   no data   no data  --
989.63/248.04	c  N st    75   1283216       175      3727         0     93303     18635   2317455   no data   no data  --
1081.81/271.15	c  N st    76   1392540       175      3727         0     54401     18635    884517   no data   no data  --
1216.69/304.95	c  N st    77   1556527       175      3727         0     58946     18635    986165   no data   no data  --
1353.18/339.15	c  N st    78   1710335       175      3727         0     99455     18635   2335319   no data   no data  --
1353.18/339.15	c  S st    78   1710335       175      3727         0     99455     18635   2335319   no data   no data  --
1354.38/339.48	c  S st    78   1710839       175      3727         0     99951     18635   2351946   no data   no data  --
1354.38/339.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1354.38/339.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1354.78/339.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.20
1355.18/339.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1355.18/339.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1355.18/339.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
1355.18/339.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1488.83/373.10	c lits-rem:      1273  cl-subs:     8992  v-elim:      0  v-fix:    0  time: 133.58 s
1488.83/373.10	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
1488.83/373.13	c vivif2 --  cl tried    90959 cl shrink        0 lits rem          0 time: 0.10
1490.03/373.48	c asymm  cl-useful: 0/1844/3727 lits-rem:0 time: 1.41
1490.03/373.48	c calculated reachability. Time: 0.00
1490.03/373.48	c  N st    78   1710839       175      3727         0     90959     18635   2048109   no data   no data  --
1863.57/467.02	c  N st    79   2079803       175      3727         0    102456     18635   2342907   no data   no data  --
2016.01/505.21	c  N st    80   2210841       175      3727         0    106672     18635   2468555   no data   no data  --
2016.01/505.21	c  S st    80   2210841       175      3727         0    106672     18635   2468555   no data   no data  --
2017.21/505.54	c  S st    80   2211343       175      3727         0    107163     18635   2484875   no data   no data  --
2017.21/505.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2017.21/505.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2017.61/505.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.23
2017.61/505.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2017.61/505.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2017.61/505.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
2017.61/505.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2180.40/546.48	c lits-rem:      7810  cl-subs:     8370  v-elim:      0  v-fix:    0  time: 162.70 s
2180.40/546.48	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2180.80/546.51	c vivif2 --  cl tried    98793 cl shrink        0 lits rem          0 time: 0.11
2181.99/546.89	c asymm  cl-useful: 0/1340/3727 lits-rem:0 time: 1.51
2181.99/546.89	c calculated reachability. Time: 0.00
2181.99/546.89	c  N st    80   2211343       175      3727         0     98793     18635   2169644   no data   no data  --
2759.06/691.42	c  N st    81   2711344       175      3727         0    121790     18635   2867493   no data   no data  --
2759.06/691.42	c  S st    81   2711344       175      3727         0    121790     18635   2867493   no data   no data  --
2760.25/691.80	c  S st    81   2711846       175      3727         0    122283     18635   2884395   no data   no data  --
2760.25/691.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
2760.25/691.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2760.67/691.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.26
2761.09/691.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2761.09/691.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2761.09/691.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
2761.09/691.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2967.74/743.71	c lits-rem:     11858  cl-subs:     9536  v-elim:      0  v-fix:    0  time: 206.43 s
2967.74/743.71	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
2967.74/743.74	c vivif2 --  cl tried   112747 cl shrink        0 lits rem          0 time: 0.12
2968.54/743.93	c asymm  cl-useful: 0/543/3727 lits-rem:0 time: 0.75
2968.54/743.93	c calculated reachability. Time: 0.00
2968.54/743.93	c  N st    81   2711846       175      3727         0    112747     18635   2530087   no data   no data  --
3651.72/915.18	c  N st    82   3211846       175      3727         0     89431     18635   1534372   no data   no data  --
3651.72/915.18	c  S st    82   3211846       175      3727         0     89431     18635   1534372   no data   no data  --
3652.89/915.46	c  S st    82   3212351       175      3727         0     89926     18635   1551417   no data   no data  --
3652.89/915.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
3652.89/915.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3653.30/915.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.18
3653.30/915.56	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3653.30/915.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3653.30/915.56	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
3653.30/915.56	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3692.01/925.24	c lits-rem:       671  cl-subs:     3044  v-elim:      0  v-fix:    0  time: 38.64 s
3692.01/925.24	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
3692.01/925.26	c vivif2 --  cl tried    86882 cl shrink        0 lits rem          0 time: 0.08
3693.61/925.60	c asymm  cl-useful: 0/1832/3727 lits-rem:0 time: 1.36
3693.61/925.61	c calculated reachability. Time: 0.00
3693.61/925.61	c  N st    82   3212351       175      3727         0     86882     18635   1452932   no data   no data  --
4404.72/1103.83	c  N st    83   3712351       175      3727         0     97579     18635   1719108   no data   no data  --
4404.72/1103.83	c  S st    83   3712351       175      3727         0     97579     18635   1719108   no data   no data  --
4405.92/1104.19	c  S st    83   3712852       175      3727         0     98070     18635   1735457   no data   no data  --
4406.32/1104.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
4406.32/1104.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4406.32/1104.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.25
4406.74/1104.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4406.74/1104.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4406.74/1104.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    175 time:  0.00 s
4406.74/1104.31	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4474.14/1121.29	c lits-rem:      1496  cl-subs:     3339  v-elim:      0  v-fix:    0  time: 67.73 s
4474.14/1121.29	c vivif2 --  cl tried     3727 cl shrink        0 lits rem          0 time: 0.00
4474.54/1121.31	c vivif2 --  cl tried    94731 cl shrink        0 lits rem          0 time: 0.09
4476.14/1121.74	c asymm  cl-useful: 0/1385/3727 lits-rem:0 time: 1.70
4476.14/1121.74	c calculated reachability. Time: 0.00
4476.14/1121.74	c  N st    83   3712852       175      3727         0     94731     18635   1615674   no data   no data  --
4529.64/1135.20	c  F st    84   3751562       175      3727         0    131673     18635   2884518   no data   no data  --
4529.64/1135.20	c  N st    84   3751562       175      3727         0    131673     18635   2884518   no data   no data  --
4540.80/1137.99	c Decided on static restart strategy
4597.07/1152.06	c  N st    94   3779874       175      3727         0    158796     18635   3823112   no data   no data  --
4650.14/1165.34	c  N st    96   3815867       175      3727         0    112423     18635   2182037   no data   no data  --
4698.03/1177.35	c  N st    97   3848259       175      3727         0    143231     18635   3272194   no data   no data  --
4777.04/1197.10	c  N st    98   3896852       175      3727         0    107555     18635   1975985   no data   no data  --

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

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

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

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


[startup+0 s]
/proc/loadavg: 7.50 8.01 7.98 2/291 21102
/proc/meminfo: memFree=27778516/32951124 swapFree=63649232/67111528
[pid=21102] ppid=21099 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 411 0 0 0 0 0 0 0 25 0 4 0 652476919 52465664 352 33554432000 4194304 4650419 140734376246000 18446744073709551615 210204703729 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 12809 352 303 112 0 7774 0
[pid=21102/tid=21103] ppid=21099 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652476920 52465664 356 33554432000 4194304 4650419 140734376246000 18446744073709551615 47368843703827 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 4 0 652476920 52465664 356 33554432000 4194304 4650419 140734376246000 18446744073709551615 47368843703824 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=51236 CPUtime=0 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 4 0 652476920 52465664 356 33554432000 4194304 4650419 140734376246000 18446744073709551615 47368843704242 0 0 4096 2 0 0 0 -1 4 0 0 0

[startup+0.029621 s]
/proc/loadavg: 7.50 8.01 7.98 2/291 21102
/proc/meminfo: memFree=27778516/32951124 swapFree=63649232/67111528
[pid=21102] ppid=21099 vsize=282340 CPUtime=0.08 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 1294 0 0 0 8 0 0 0 18 0 4 0 652476919 289116160 1104 33554432000 4194304 4650419 140734376246000 18446744073709551615 4426810 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 70585 1108 376 112 0 65550 0
[pid=21102/tid=21103] ppid=21099 vsize=282340 CPUtime=0.02 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 278 0 0 0 2 0 0 0 18 0 4 0 652476920 289116160 1113 33554432000 4194304 4650419 140734376246000 18446744073709551615 210204308513 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=282340 CPUtime=0.02 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 199 0 0 0 2 0 0 0 18 0 4 0 652476920 289116160 1118 33554432000 4194304 4650419 140734376246000 18446744073709551615 210204305779 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=282340 CPUtime=0.01 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 177 0 0 0 1 0 0 0 25 0 4 0 652476920 289116160 1123 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365121 0 0 4096 2 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 282340

[startup+0.114599 s]
/proc/loadavg: 7.50 8.01 7.98 2/291 21102
/proc/meminfo: memFree=27778516/32951124 swapFree=63649232/67111528
[pid=21102] ppid=21099 vsize=282488 CPUtime=0.42 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 2303 0 0 0 42 0 0 0 18 0 4 0 652476919 289267712 2056 33554432000 4194304 4650419 140734376246000 18446744073709551615 4366831 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 70622 2057 389 112 0 65587 0
[pid=21102/tid=21103] ppid=21099 vsize=282488 CPUtime=0.1 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 539 0 0 0 10 0 0 0 18 0 4 0 652476920 289267712 2057 33554432000 4194304 4650419 140734376246000 18446744073709551615 4366920 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=282488 CPUtime=0.1 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 503 0 0 0 10 0 0 0 18 0 4 0 652476920 289267712 2057 33554432000 4194304 4650419 140734376246000 18446744073709551615 4349680 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=282488 CPUtime=0.1 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 324 0 0 0 10 0 0 0 25 0 4 0 652476920 289267712 2057 33554432000 4194304 4650419 140734376246000 18446744073709551615 4334293 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 282488

[startup+0.300514 s]
/proc/loadavg: 7.50 8.01 7.98 2/291 21102
/proc/meminfo: memFree=27778516/32951124 swapFree=63649232/67111528
[pid=21102] ppid=21099 vsize=284264 CPUtime=1.16 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 3697 0 0 0 116 0 0 0 18 0 4 0 652476919 291086336 2641 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 71066 2641 391 112 0 66031 0
[pid=21102/tid=21103] ppid=21099 vsize=284264 CPUtime=0.29 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 892 0 0 0 29 0 0 0 18 0 4 0 652476920 291086336 2641 33554432000 4194304 4650419 140734376246000 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=284264 CPUtime=0.29 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 833 0 0 0 29 0 0 0 18 0 4 0 652476920 291086336 2641 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=284264 CPUtime=0.28 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 694 0 0 0 28 0 0 0 25 0 4 0 652476920 291086336 2641 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365192 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 284264

[startup+0.700448 s]
/proc/loadavg: 7.50 8.01 7.98 2/291 21102
/proc/meminfo: memFree=27778516/32951124 swapFree=63649232/67111528
[pid=21102] ppid=21099 vsize=286032 CPUtime=2.76 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 6527 0 0 0 275 1 0 0 18 0 4 0 652476919 292896768 3138 33554432000 4194304 4650419 140734376246000 18446744073709551615 4366869 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 71508 3139 391 112 0 66473 0
[pid=21102/tid=21103] ppid=21099 vsize=286032 CPUtime=0.69 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 1692 0 0 0 69 0 0 0 18 0 4 0 652476920 292896768 3139 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=286032 CPUtime=0.68 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 1598 0 0 0 68 0 0 0 18 0 4 0 652476920 292896768 3139 33554432000 4194304 4650419 140734376246000 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=286032 CPUtime=0.68 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 1435 0 0 0 68 0 0 0 25 0 4 0 652476920 292896768 3139 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.76
Current children cumulated vsize (KiB) 286032

[startup+1.50032 s]
/proc/loadavg: 7.50 8.01 7.98 9/302 21119
/proc/meminfo: memFree=27747204/32951124 swapFree=63649232/67111528
[pid=21102] ppid=21099 vsize=287328 CPUtime=5.95 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 12236 0 0 0 593 2 0 0 20 0 4 0 652476919 294223872 5638 33554432000 4194304 4650419 140734376246000 18446744073709551615 4415106 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 71832 5638 393 112 0 66797 0
[pid=21102/tid=21103] ppid=21099 vsize=287328 CPUtime=1.49 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 2835 0 0 0 149 0 0 0 19 0 4 0 652476920 294223872 5639 33554432000 4194304 4650419 140734376246000 18446744073709551615 4520364 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=287328 CPUtime=1.48 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 2437 0 0 0 148 0 0 0 20 0 4 0 652476920 294223872 5639 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=287328 CPUtime=1.47 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 2417 0 0 0 147 0 0 0 25 0 4 0 652476920 294223872 5639 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 287328

[startup+3.10105 s]
/proc/loadavg: 7.50 8.01 7.98 9/302 21119
/proc/meminfo: memFree=27708888/32951124 swapFree=63649232/67111528
[pid=21102] ppid=21099 vsize=296748 CPUtime=12.34 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 21030 0 0 0 1230 4 0 0 25 0 4 0 652476919 303869952 12614 33554432000 4194304 4650419 140734376246000 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 74187 12614 393 112 0 69152 0
[pid=21102/tid=21103] ppid=21099 vsize=296748 CPUtime=3.09 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 5008 0 0 0 308 1 0 0 25 0 4 0 652476920 303869952 12614 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=296748 CPUtime=3.09 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 5740 0 0 0 308 1 0 0 25 0 4 0 652476920 303869952 12614 33554432000 4194304 4650419 140734376246000 18446744073709551615 4438407 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=296748 CPUtime=3.05 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 5010 0 0 0 305 0 0 0 25 0 4 0 652476920 303869952 12614 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 12.34
Current children cumulated vsize (KiB) 296748

[startup+6.30052 s]
/proc/loadavg: 7.62 8.02 7.99 9/302 21119
/proc/meminfo: memFree=27656652/32951124 swapFree=63649232/67111528
[pid=21102] ppid=21099 vsize=315608 CPUtime=25.11 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 30526 0 0 0 2506 5 0 0 25 0 4 0 652476919 323182592 16344 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365203 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 78902 16344 393 112 0 73867 0
[pid=21102/tid=21103] ppid=21099 vsize=315608 CPUtime=6.28 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 8115 0 0 0 627 1 0 0 25 0 4 0 652476920 323182592 16344 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=315608 CPUtime=6.28 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 8371 0 0 0 627 1 0 0 25 0 4 0 652476920 323182592 16344 33554432000 4194304 4650419 140734376246000 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=315608 CPUtime=6.22 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 6378 0 0 0 622 0 0 0 25 0 4 0 652476920 323182592 16344 33554432000 4194304 4650419 140734376246000 18446744073709551615 4364751 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 315608

[startup+12.7004 s]
/proc/loadavg: 7.65 8.02 7.99 9/302 21119
/proc/meminfo: memFree=27604448/32951124 swapFree=63649232/67111528
[pid=21102] ppid=21099 vsize=316828 CPUtime=50.64 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 47475 0 0 0 5056 8 0 0 25 0 4 0 652476919 324431872 23648 33554432000 4194304 4650419 140734376246000 18446744073709551615 4303950 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 79207 23648 393 112 0 74172 0
[pid=21102/tid=21103] ppid=21099 vsize=316828 CPUtime=12.69 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 13036 0 0 0 1267 2 0 0 25 0 4 0 652476920 324431872 23648 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365276 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=316828 CPUtime=12.68 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 12797 0 0 0 1267 1 0 0 25 0 4 0 652476920 324431872 23648 33554432000 4194304 4650419 140734376246000 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=316828 CPUtime=12.57 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 8593 0 0 0 1256 1 0 0 25 0 4 0 652476920 324431872 23648 33554432000 4194304 4650419 140734376246000 18446744073709551615 4366831 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 50.64
Current children cumulated vsize (KiB) 316828

[startup+25.5003 s]
/proc/loadavg: 7.72 8.02 7.99 9/302 21119
/proc/meminfo: memFree=27532764/32951124 swapFree=63649232/67111528
[pid=21102] ppid=21099 vsize=326196 CPUtime=101.72 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 74723 0 0 0 10157 15 0 0 25 0 4 0 652476919 334024704 34233 33554432000 4194304 4650419 140734376246000 18446744073709551615 4433059 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 81549 34233 393 112 0 76514 0
[pid=21102/tid=21103] ppid=21099 vsize=326196 CPUtime=25.49 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 21479 0 0 0 2545 4 0 0 25 0 4 0 652476920 334024704 34233 33554432000 4194304 4650419 140734376246000 18446744073709551615 4476097 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=326196 CPUtime=25.49 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 21171 0 0 0 2545 4 0 0 25 0 4 0 652476920 334024704 34233 33554432000 4194304 4650419 140734376246000 18446744073709551615 4364762 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=326196 CPUtime=25.24 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 9729 0 0 0 2523 1 0 0 25 0 4 0 652476920 334024704 34233 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 101.72
Current children cumulated vsize (KiB) 326196

[startup+51.101 s]
/proc/loadavg: 7.90 8.03 7.99 9/302 21120
/proc/meminfo: memFree=27451804/32951124 swapFree=63649232/67111528
[pid=21102] ppid=21099 vsize=328216 CPUtime=203.89 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 110508 0 0 0 20364 25 0 0 25 0 4 0 652476919 336093184 45532 33554432000 4194304 4650419 140734376246000 18446744073709551615 4364772 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 82054 45532 393 112 0 77019 0
[pid=21102/tid=21103] ppid=21099 vsize=328216 CPUtime=51.08 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 34595 0 0 0 5102 6 0 0 25 0 4 0 652476920 336093184 45532 33554432000 4194304 4650419 140734376246000 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=328216 CPUtime=51.09 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 33381 0 0 0 5101 8 0 0 25 0 4 0 652476920 336093184 45532 33554432000 4194304 4650419 140734376246000 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=328216 CPUtime=50.61 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 11890 0 0 0 5059 2 0 0 25 0 4 0 652476920 336093184 45532 33554432000 4194304 4650419 140734376246000 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 203.89
Current children cumulated vsize (KiB) 328216

[startup+102.312 s]
/proc/loadavg: 7.95 8.03 7.99 9/302 21121
/proc/meminfo: memFree=27400708/32951124 swapFree=63649232/67111528
[pid=21102] ppid=21099 vsize=342584 CPUtime=408.25 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 169223 0 0 0 40783 42 0 0 25 0 4 0 652476919 350806016 50821 33554432000 4194304 4650419 140734376246000 18446744073709551615 4366819 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 85646 50821 393 112 0 80611 0
[pid=21102/tid=21103] ppid=21099 vsize=342584 CPUtime=102.3 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 54417 0 0 0 10218 12 0 0 25 0 4 0 652476920 350806016 50821 33554432000 4194304 4650419 140734376246000 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=342584 CPUtime=102.29 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 52775 0 0 0 10216 13 0 0 25 0 4 0 652476920 350806016 50821 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=342584 CPUtime=101.35 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 14492 0 0 0 10132 3 0 0 25 0 4 0 652476920 350806016 50821 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365323 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 408.25
Current children cumulated vsize (KiB) 342584

[startup+162.3 s]

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

[pid=21102] ppid=21099 vsize=643592 CPUtime=2802.55 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 533562 0 0 0 280077 178 0 0 25 0 4 0 652476919 659038208 114835 33554432000 4194304 4650419 140734376246000 18446744073709551615 4433081 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 160898 114835 393 112 0 155863 0
[pid=21102/tid=21103] ppid=21099 vsize=643592 CPUtime=702.29 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 178216 0 0 0 70172 57 0 0 25 0 4 0 652476920 659038208 114835 33554432000 4194304 4650419 140734376246000 18446744073709551615 4366819 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=643592 CPUtime=702.29 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 184864 0 0 0 70165 64 0 0 25 0 4 0 652476920 659038208 114835 33554432000 4194304 4650419 140734376246000 18446744073709551615 4438399 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=643592 CPUtime=695.78 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 28458 0 0 0 69569 9 0 0 25 0 4 0 652476920 659038208 114835 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2802.55
Current children cumulated vsize (KiB) 643592

[startup+762.312 s]
/proc/loadavg: 8.06 8.07 8.01 9/302 21139
/proc/meminfo: memFree=26920332/32951124 swapFree=63649232/67111528
[pid=21102] ppid=21099 vsize=692940 CPUtime=3042.01 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 556892 0 0 0 304012 189 0 0 25 0 4 0 652476919 709570560 117794 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 173235 117794 393 112 0 168200 0
[pid=21102/tid=21103] ppid=21099 vsize=692940 CPUtime=762.31 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 187444 0 0 0 76168 63 0 0 25 0 4 0 652476920 709570560 117794 33554432000 4194304 4650419 140734376246000 18446744073709551615 4364775 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=692940 CPUtime=762.31 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 194044 0 0 0 76163 68 0 0 25 0 4 0 652476920 709570560 117794 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365327 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=692940 CPUtime=755.21 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 28970 0 0 0 75512 9 0 0 25 0 4 0 652476920 709570560 117794 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3042.01
Current children cumulated vsize (KiB) 692940

[startup+822.301 s]
/proc/loadavg: 8.12 8.08 8.01 9/302 21141
/proc/meminfo: memFree=26866748/32951124 swapFree=63649232/67111528
[pid=21102] ppid=21099 vsize=722464 CPUtime=3281.39 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 586353 0 0 0 327936 203 0 0 25 0 4 0 652476919 739803136 129580 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365289 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 180616 129580 393 112 0 175581 0
[pid=21102/tid=21103] ppid=21099 vsize=722464 CPUtime=822.3 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 199510 0 0 0 82164 66 0 0 25 0 4 0 652476920 739803136 129580 33554432000 4194304 4650419 140734376246000 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=722464 CPUtime=822.3 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 203514 0 0 0 82156 74 0 0 25 0 4 0 652476920 739803136 129580 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=722464 CPUtime=814.64 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 31867 0 0 0 81452 12 0 0 25 0 4 0 652476920 739803136 129580 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365343 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3281.39
Current children cumulated vsize (KiB) 722464

[startup+882.301 s]
/proc/loadavg: 8.10 8.08 8.01 9/302 21142
/proc/meminfo: memFree=26844636/32951124 swapFree=63649232/67111528
[pid=21102] ppid=21099 vsize=763972 CPUtime=3520.83 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 621961 0 0 0 351867 216 0 0 25 0 4 0 652476919 782307328 134554 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365227 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 190993 134554 393 112 0 185958 0
[pid=21102/tid=21103] ppid=21099 vsize=763972 CPUtime=882.3 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 208511 0 0 0 88161 69 0 0 25 0 4 0 652476920 782307328 134554 33554432000 4194304 4650419 140734376246000 18446744073709551615 4364736 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=763972 CPUtime=882.3 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 217350 0 0 0 88151 79 0 0 25 0 4 0 652476920 782307328 134554 33554432000 4194304 4650419 140734376246000 18446744073709551615 4433081 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=763972 CPUtime=874.07 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 35047 0 0 0 87394 13 0 0 25 0 4 0 652476920 782307328 134554 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3520.83
Current children cumulated vsize (KiB) 763972

[startup+942.301 s]
/proc/loadavg: 8.17 8.10 8.02 9/302 21144
/proc/meminfo: memFree=26857488/32951124 swapFree=63649232/67111528
[pid=21102] ppid=21099 vsize=826896 CPUtime=3760.25 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 645995 0 0 0 375797 228 0 0 25 0 4 0 652476919 846741504 135300 33554432000 4194304 4650419 140734376246000 18446744073709551615 4364775 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 206724 135300 393 112 0 201689 0
[pid=21102/tid=21103] ppid=21099 vsize=826896 CPUtime=942.3 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 219004 0 0 0 94155 75 0 0 25 0 4 0 652476920 846741504 135300 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=826896 CPUtime=942.29 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 223289 0 0 0 94148 81 0 0 25 0 4 0 652476920 846741504 135300 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=826896 CPUtime=933.51 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 40061 0 0 0 93336 15 0 0 25 0 4 0 652476920 846741504 135300 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3760.25
Current children cumulated vsize (KiB) 826896

[startup+1002.3 s]
/proc/loadavg: 8.18 8.11 8.02 9/302 21145
/proc/meminfo: memFree=26815788/32951124 swapFree=63649232/67111528
[pid=21102] ppid=21099 vsize=833872 CPUtime=3999.68 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 676731 0 0 0 399725 243 0 0 25 0 4 0 652476919 853884928 145408 33554432000 4194304 4650419 140734376246000 18446744073709551615 4366904 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 208468 145408 393 112 0 203433 0
[pid=21102/tid=21103] ppid=21099 vsize=833872 CPUtime=1002.3 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 231087 0 0 0 100150 80 0 0 25 0 4 0 652476920 853884928 145408 33554432000 4194304 4650419 140734376246000 18446744073709551615 4432392 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=833872 CPUtime=1002.29 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 232669 0 0 0 100143 86 0 0 25 0 4 0 652476920 853884928 145408 33554432000 4194304 4650419 140734376246000 18446744073709551615 4367232 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=833872 CPUtime=992.96 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 40784 0 0 0 99280 16 0 0 25 0 4 0 652476920 853884928 145408 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3999.68
Current children cumulated vsize (KiB) 833872

[startup+1062.3 s]
/proc/loadavg: 8.11 8.10 8.02 9/302 21147
/proc/meminfo: memFree=26791944/32951124 swapFree=63649232/67111528
[pid=21102] ppid=21099 vsize=835312 CPUtime=4239.11 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 696642 0 0 0 423660 251 0 0 25 0 4 0 652476919 855359488 140235 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365361 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 208828 140235 393 112 0 203793 0
[pid=21102/tid=21103] ppid=21099 vsize=835312 CPUtime=1062.3 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 236386 0 0 0 106149 81 0 0 25 0 4 0 652476920 855359488 140235 33554432000 4194304 4650419 140734376246000 18446744073709551615 4366923 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=835312 CPUtime=1062.29 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 241547 0 0 0 106139 90 0 0 25 0 4 0 652476920 855359488 140235 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365252 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=835312 CPUtime=1052.4 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 41469 0 0 0 105223 17 0 0 25 0 4 0 652476920 855359488 140235 33554432000 4194304 4650419 140734376246000 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4239.11
Current children cumulated vsize (KiB) 835312

[startup+1122.3 s]
/proc/loadavg: 8.04 8.08 8.02 9/302 21149
/proc/meminfo: memFree=26768976/32951124 swapFree=63649232/67111528
[pid=21102] ppid=21099 vsize=836392 CPUtime=4478.54 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 716163 0 0 0 447592 262 0 0 25 0 4 0 652476919 856465408 140272 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365357 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 209098 140272 393 112 0 204063 0
[pid=21102/tid=21103] ppid=21099 vsize=836392 CPUtime=1122.3 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 243255 0 0 0 112144 86 0 0 25 0 4 0 652476920 856465408 140272 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=836392 CPUtime=1122.3 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 249395 0 0 0 112136 94 0 0 25 0 4 0 652476920 856465408 140272 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=836392 CPUtime=1111.84 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 41469 0 0 0 111167 17 0 0 25 0 4 0 652476920 856465408 140272 33554432000 4194304 4650419 140734376246000 18446744073709551615 4476309 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4478.54
Current children cumulated vsize (KiB) 836392

[startup+1182.3 s]
/proc/loadavg: 8.01 8.06 8.01 9/302 21150
/proc/meminfo: memFree=26726396/32951124 swapFree=63649232/67111528
[pid=21102] ppid=21099 vsize=908136 CPUtime=4717.99 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 741276 0 0 0 471526 273 0 0 25 0 4 0 652476919 929931264 144485 33554432000 4194304 4650419 140734376246000 18446744073709551615 4366828 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 227034 144485 393 112 0 221999 0
[pid=21102/tid=21103] ppid=21099 vsize=908136 CPUtime=1182.3 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 252457 0 0 0 118140 90 0 0 25 0 4 0 652476920 929931264 144485 33554432000 4194304 4650419 140734376246000 18446744073709551615 4366904 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=908136 CPUtime=1182.29 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 258534 0 0 0 118132 97 0 0 25 0 4 0 652476920 929931264 144485 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=908136 CPUtime=1171.3 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 43442 0 0 0 117112 18 0 0 25 0 4 0 652476920 929931264 144485 33554432000 4194304 4650419 140734376246000 18446744073709551615 4365227 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4717.99
Current children cumulated vsize (KiB) 908136



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1202.9 s]
/proc/loadavg: 8.01 8.06 8.01 9/302 21151
/proc/meminfo: memFree=26696876/32951124 swapFree=63649232/67111528
[pid=21102] ppid=21099 vsize=849968 CPUtime=4800.2 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 752040 0 0 0 479742 278 0 0 25 0 4 0 652476919 870367232 149619 33554432000 4194304 4650419 140734376246000 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 212492 149619 393 112 0 207457 0
[pid=21102/tid=21103] ppid=21099 vsize=849968 CPUtime=1202.91 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 256016 0 0 0 120199 92 0 0 25 0 4 0 652476920 870367232 149619 33554432000 4194304 4650419 140734376246000 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=849968 CPUtime=1202.91 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 260755 0 0 0 120192 99 0 0 25 0 4 0 652476920 870367232 149619 33554432000 4194304 4650419 140734376246000 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=849968 CPUtime=1191.71 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 45173 0 0 0 119152 19 0 0 25 0 4 0 652476920 870367232 149619 33554432000 4194304 4650419 140734376246000 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 849968

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1202.9 s]
/proc/loadavg: 8.01 8.06 8.01 9/302 21151
/proc/meminfo: memFree=26696876/32951124 swapFree=63649232/67111528
[pid=21102] ppid=21099 vsize=849968 CPUtime=4800.2 cores=0,2,4,6
/proc/21102/stat : 21102 (strangenight1-m) R 21099 21102 20874 0 -1 4202496 752040 0 0 0 479742 278 0 0 25 0 4 0 652476919 870367232 149619 33554432000 4194304 4650419 140734376246000 18446744073709551615 4520364 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/21102/statm: 212492 149619 393 112 0 207457 0
[pid=21102/tid=21103] ppid=21099 vsize=849968 CPUtime=1202.91 cores=0,2,4,6
/proc/21102/task/21103/stat : 21103 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 256016 0 0 0 120199 92 0 0 25 0 4 0 652476920 870367232 149619 33554432000 4194304 4650419 140734376246000 18446744073709551615 4366828 0 0 4096 2 0 0 0 -1 2 0 0 0
[pid=21102/tid=21104] ppid=21099 vsize=849968 CPUtime=1202.91 cores=0,2,4,6
/proc/21102/task/21104/stat : 21104 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 260755 0 0 0 120192 99 0 0 25 0 4 0 652476920 870367232 149619 33554432000 4194304 4650419 140734376246000 18446744073709551615 4313064 0 0 4096 2 0 0 0 -1 0 0 0 0
[pid=21102/tid=21105] ppid=21099 vsize=849968 CPUtime=1191.71 cores=0,2,4,6
/proc/21102/task/21105/stat : 21105 (strangenight1-m) R 21099 21102 20874 0 -1 4202560 45173 0 0 0 119152 19 0 0 25 0 4 0 652476920 870367232 149619 33554432000 4194304 4650419 140734376246000 18446744073709551615 4366869 0 0 4096 2 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4800.2
Current children cumulated vsize (KiB) 849968

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1202.95
CPU time (s): 4800.28
CPU user time (s): 4797.47
CPU system time (s): 2.81657
CPU usage (%): 399.044
Max. virtual memory (cumulated for all children) (KiB): 1050096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4797.47
system time used= 2.81657
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 752042
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= 386
involuntary context switches= 22149

runsolver used 3.17952 second user time and 8.03278 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-14 23:33:04
IDJOB=3368981
IDBENCH=82990
IDSOLVER=1846
FILE ID=node130/3368981-1305408784
RUNJOBID= node130-1305406374-20892
PBS_JOBID= 13324512
Free space on /tmp= 73424 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-mt (fixed)
BENCH NAME= SAT11/random/medium/unif-k5-r21.3-v175-c3727-S185833400-026.SATISFIABLE.cnf
COMMAND LINE= ./strangenight1-mt --threads=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368981-1305408784/watcher-3368981-1305408784 -o /tmp/evaluation-result-3368981-1305408784/solver-3368981-1305408784 -C 4800 -W 1300 -M 15500  ./strangenight1-mt --threads=4 HOME/instance-3368981-1305408784.cnf

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

MD5SUM BENCH= 975fcba238403114d7315dde1e6a58bd
RANDOM SEED=1830175821

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27772820 kB
Buffers:        259056 kB
Cached:        3595936 kB
SwapCached:      10248 kB
Active:        1147484 kB
Inactive:      3760940 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27772820 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:            6272 kB
Writeback:           4 kB
AnonPages:     1051424 kB
Mapped:          13144 kB
Slab:           182956 kB
PageTables:      25328 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51462016 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= 73416 MiB
End job on node130 at 2011-05-14 23:53:09